@charset "UTF-8";
/* THEMES */
/********** Theme: dark **********/
/* Font styles */
/* line 5, vendor/assets/stylesheets/flipdown.css */
.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold;
}

/* Rotor group headings */
/* line 10, vendor/assets/stylesheets/flipdown.css */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000;
}

/* Delimeters */
/* line 14, vendor/assets/stylesheets/flipdown.css */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  /* background-color: #272E38; */
}

/* Rotor tops */
/* line 19, vendor/assets/stylesheets/flipdown.css */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #FFFFFF;
  background-color: #272E38;
}

/* Rotor bottoms */
/* line 26, vendor/assets/stylesheets/flipdown.css */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #EFEFEF;
  background-color: #2D343E;
}

/* Hinge */
/* line 32, vendor/assets/stylesheets/flipdown.css */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515;
}

/********** Theme: light **********/
/* Font styles */
/* line 38, vendor/assets/stylesheets/flipdown.css */
.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold;
}

/* Rotor group headings */
/* line 43, vendor/assets/stylesheets/flipdown.css */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #EEEEEE;
}

/* Delimeters */
/* line 47, vendor/assets/stylesheets/flipdown.css */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #DDDDDD;
}

/* Rotor tops */
/* line 52, vendor/assets/stylesheets/flipdown.css */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #DDDDDD;
}

/* Rotor bottoms */
/* line 59, vendor/assets/stylesheets/flipdown.css */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #EEEEEE;
}

/* Hinge */
/* line 65, vendor/assets/stylesheets/flipdown.css */
.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222222;
}

/* END OF THEMES */
/* line 71, vendor/assets/stylesheets/flipdown.css */
.flipdown {
  overflow: visible;
  width: 510px;
  height: 110px;
}

/* line 77, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px;
}

/* line 83, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-group:last-child {
  padding-right: 0;
}

/* line 87, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

/* line 94, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: 'Days';
}

/* line 98, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: 'Hours';
}

/* line 102, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: 'Minutes';
}

/* line 106, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: 'Seconds';
}

/* line 110, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* line 120, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* line 130, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 80px;
  margin: 0px 5px 0px 0px;
  border-radius: 8px;
  font-size: 4rem;
  text-align: center;
  perspective: 200px;
}

/* line 142, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor:last-child {
  margin-right: 0;
}

/* line 146, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
}

/* line 154, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 80px;
  transform-style: preserve-3d;
  transition: transform 0s;
}

/* line 163, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}

/* line 168, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* line 180, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-leaf-front {
  line-height: 80px;
  border-radius: 8px 8px 0px 0px;
}

/* line 185, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 8px 8px;
  transform: rotateX(-180deg);
}

/* line 191, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-top {
  line-height: 80px;
  border-radius: 8px 8px 0px 0px;
}

/* line 196, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 8px 8px;
}

/* line 202, vendor/assets/stylesheets/flipdown.css */
.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px 0px 8px 8px;
}

@media (max-width: 550px) {
  /* line 214, vendor/assets/stylesheets/flipdown.css */
  .flipdown {
    width: 312px;
    height: 70px;
  }
  /* line 219, vendor/assets/stylesheets/flipdown.css */
  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px;
  }
  /* line 224, vendor/assets/stylesheets/flipdown.css */
  .flipdown .rotor,
.flipdown .rotor-leaf,
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
    width: 30px;
  }
  /* line 234, vendor/assets/stylesheets/flipdown.css */
  .flipdown .rotor-group {
    padding-right: 20px;
  }
  /* line 238, vendor/assets/stylesheets/flipdown.css */
  .flipdown .rotor-group:last-child {
    padding-right: 0px;
  }
  /* line 242, vendor/assets/stylesheets/flipdown.css */
  .flipdown .rotor-group-heading:before {
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px;
  }
  /* line 248, vendor/assets/stylesheets/flipdown.css */
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    left: 69px;
  }
  /* line 253, vendor/assets/stylesheets/flipdown.css */
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    bottom: 13px;
    height: 8px;
    width: 8px;
  }
  /* line 259, vendor/assets/stylesheets/flipdown.css */
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    bottom: 29px;
    height: 8px;
    width: 8px;
  }
  /* line 265, vendor/assets/stylesheets/flipdown.css */
  .flipdown .rotor-leaf-front,
.flipdown .rotor-top {
    line-height: 50px;
  }
  /* line 270, vendor/assets/stylesheets/flipdown.css */
  .flipdown .rotor-leaf,
.flipdown .rotor {
    height: 50px;
  }
  /* line 275, vendor/assets/stylesheets/flipdown.css */
  .flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
    height: 25px;
  }
}

/* line 4, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/* line 1, app/assets/stylesheets/frontend/bz/base/_accessibility.scss */
.sr-only {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

/* line 2, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article p {
  line-height: 1.625em;
  margin-bottom: 1.125em;
  font-weight: normal;
}

/* line 7, app/assets/stylesheets/frontend/bz/base/_articles.scss */
> .article p:first-of-type {
  font-size: 1.3125em;
  line-height: 1.5em;
}

/* line 13, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article .standout {
  margin-bottom: 1.5em;
}

/* line 17, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article h1 {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 0.5em;
}

/* line 23, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article h2 {
  font-size: 1.75em;
  margin: 1.5em 0 0.6875em;
}

/* line 28, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article h3 {
  font-size: 1.3125em;
  margin: 1.5em 0 0.6875em;
}

/* line 33, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article h4 {
  font-size: 1.125em;
  margin: 1.5em 0 0.6875em;
}

/* line 38, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article h5,
.article h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin: 1.5em 0 0.6875em;
  font-weight: 700;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article ol,
.article ul {
  margin-bottom: 1.125em;
  margin-left: 1.25em;
  margin-top: 1em;
  padding-left: 1.5em;
  line-height: 1.625em;
}

/* line 54, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article ol li,
.article ul li {
  margin-bottom: 0.5em;
}

/* line 59, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article ol {
  list-style: decimal;
}

/* line 63, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article ul {
  list-style: disc;
}

/* line 67, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article blockquote {
  font-family: "Open Sans", sans-serif;
  font-style: oblique;
  font-size: 1em;
}

/* line 74, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article img {
  padding-bottom: 1.875em;
}

/* line 78, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article .left,
.article .right {
  max-width: 400px;
}

/* line 83, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article .left {
  float: left;
  padding-right: 1.875em;
}

/* line 88, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article .right {
  float: right;
  padding-left: 1.875em;
}

/* line 93, app/assets/stylesheets/frontend/bz/base/_articles.scss */
.article .btn.job-application {
  margin-top: 1em;
  margin-bottom: 2em;
}

/* line 3, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
button,
input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

/* line 14, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
button.unstyled,
input.unstyled[type="submit"] {
  background: none !important;
}

/* line 24, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn {
  padding: 0.9215em 1.1875em;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #ef672a;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transition: color .3s cubic-bezier(.7,0,.33,1), background .3s cubic-bezier(.7,0,.33,1), border-color .3s cubic-bezier(.7,0,.33,1);
}

/* line 34, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn:hover {
  color: #ef672a;
  background: #fff;
  border: 1px solid #fff;
  transition-delay: 0s;
}

/* line 42, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active {
  cursor: not-allowed;
  border-color: #637682 !important;
  color: #637682 !important;
  background-color: white !important;
}

/* line 51, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-dark .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 56, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-dark .btn:hover {
  background-color: #ef672a;
  border-color: #ef672a;
  color: #fff;
}

/* line 62, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-dark .btn[disabled], .bg-dark .btn.disabled {
  background-color: unset !important;
}

/* line 69, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-mid .btn,
.bg-white .btn {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

/* line 74, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-mid .btn:hover,
.bg-white .btn:hover {
  border-color: #ef672a;
  background-color: #ef672a;
  color: #fff;
}

/* line 79, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-mid .btn.btn-secondary-color-1, .bg-mid .btn.btn.btn-secondary-color-1,
.bg-white .btn.btn-secondary-color-1,
.bg-white .btn.btn.btn-secondary-color-1 {
  color: #ef672a;
  border: 1px solid #ef672a;
  background: transparent;
}

/* line 85, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-mid .btn.btn-secondary-color-1:hover, .bg-mid .btn.btn.btn-secondary-color-1:hover,
.bg-white .btn.btn-secondary-color-1:hover,
.bg-white .btn.btn.btn-secondary-color-1:hover {
  color: #fff;
  background: #ef672a;
}

/* line 90, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-mid .btn.-is-active,
.bg-white .btn.-is-active {
  background-color: #000;
  color: white;
}

/* line 94, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-mid .btn.-is-active:hover,
.bg-white .btn.-is-active:hover {
  border-color: #ef672a;
  background-color: #ef672a;
  color: #fff;
}

/* line 102, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-mid.secondary-orange .btn,
.bg-white.secondary-orange .btn {
  background-color: #ef672a;
  color: white;
  border-color: #ef672a;
}

/* line 107, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-mid.secondary-orange .btn:not(.btn):after,
.bg-white.secondary-orange .btn:not(.btn):after {
  background-color: #ef672a;
}

/* line 111, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-mid.secondary-orange .btn:hover,
.bg-white.secondary-orange .btn:hover {
  background-color: white;
  border-color: #ef672a;
  color: #ef672a;
}

/* line 120, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-brand .btn,
.bg-dark-brand-grad .btn {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/* line 126, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.bg-brand .btn:hover,
.bg-dark-brand-grad .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ef672a;
}

/* line 133, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
section .btn, footer .btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 12px;
  font-weight: 600;
}

/* line 142, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-primary,
section .btn-primary {
  background: #ef672a;
}

/* line 147, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-secondary {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/* line 152, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-secondary:hover {
  color: #ef672a;
}

/* line 157, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-secondary-color-1,
.btn.btn-secondary-color-1 {
  color: #ef672a;
  border: 1px solid #ef672a;
  background: transparent;
}

/* line 163, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-secondary-color-1:hover,
.btn.btn-secondary-color-1:hover {
  color: #fff;
  background: #ef672a;
}

/* line 170, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-row form {
  display: inline;
}

@media screen and (max-width: 860px) {
  /* line 170, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
  .btn-row form {
    display: block;
  }
}

/* line 177, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-row .btn {
  margin-right: 1rem;
}

@media screen and (max-width: 860px) {
  /* line 177, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
  .btn-row .btn {
    margin-right: 0;
  }
}

/* line 184, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-row a:not(.btn) {
  white-space: nowrap;
  font-size: 0.75em;
}

/* line 3, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
.btn-row a:not(.btn):after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  display: block;
  background-color: #ef672a;
}

/* line 24, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
.btn-row a:not(.btn):after {
  left: 50%;
  width: 0;
}

/* line 29, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
html:not(.ios) .btn-row a:not(.btn):hover:after {
  left: 0;
  width: 100%;
}

@media screen and (max-width: 860px) {
  /* line 184, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
  .btn-row a:not(.btn) {
    display: table;
    margin: 2em auto;
  }
}

/* line 194, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-row.-attached .btn {
  margin-right: 0;
}

/* line 200, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-wide {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 205, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-fullwidth {
  width: 100% !important;
  text-align: center;
}

@media screen and (max-width: 569px) {
  /* line 210, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
  .btn-fullwidth-on-mobile {
    width: 100%;
    text-align: center;
  }
}

/* line 217, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-med,
section .btn-med {
  font-size: 1em;
}

/* line 222, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-lg,
section .btn-lg {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

/* line 230, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
input.btn-submit[type="submit"] {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.3125em;
}

/* line 238, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-image {
  background: none;
}

/* line 242, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-link {
  background: none;
  padding: 0;
}

/* line 246, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-link.with-icon {
  display: inline-flex;
  align-items: center;
}

/* line 250, app/assets/stylesheets/frontend/bz/base/_buttons.scss */
.btn-link.with-icon svg {
  fill: currentColor;
  height: 1em;
  width: auto;
  margin-right: 0.5em;
}

/* line 9, app/assets/stylesheets/frontend/bz/base/../../../shared/_captcha.scss */
.captcha-image-wrap {
  display: flex;
  align-items: center;
}

/* line 12, app/assets/stylesheets/frontend/bz/base/../../../shared/_captcha.scss */
.captcha-image-wrap img {
  width: 200px;
  height: 70px;
}

/* line 16, app/assets/stylesheets/frontend/bz/base/../../../shared/_captcha.scss */
.captcha-image-wrap a.reload-captcha {
  margin-top: 24px;
  margin-left: 6px;
}

/* line 20, app/assets/stylesheets/frontend/bz/base/../../../shared/_captcha.scss */
.captcha-image-wrap svg.icon {
  width: 24px;
  height: 24px;
}

/* line 3, app/assets/stylesheets/frontend/bz/base/_captcha.scss */
form.captcha .input.captcha {
  margin-bottom: 0.5em;
  padding: 3px;
}

/* line 1, app/assets/stylesheets/frontend/bz/base/_flashes.scss */
div.alert {
  font-size: 0.9em;
  font-weight: bold;
  padding: 1em;
  margin: 1.5em 0;
  border: 2px solid #3489bf;
  color: #3489bf;
}

/* line 8, app/assets/stylesheets/frontend/bz/base/_flashes.scss */
div.alert a {
  color: #3489bf;
  display: inline-flex;
  align-items: center;
}

/* line 14, app/assets/stylesheets/frontend/bz/base/_flashes.scss */
div.alert svg {
  fill: #3489bf;
  height: 2em;
  width: auto;
  margin-right: 1.5em;
  flex-shrink: 0;
}

/* line 1, app/assets/stylesheets/frontend/bz/base/_forms.scss */
fieldset {
  background: #d3e7ef;
  border: 1px solid #aed3e1;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

/* line 9, app/assets/stylesheets/frontend/bz/base/_forms.scss */
select {
  border-radius: 0;
  padding: 0.75em 2.25em 0.75em 0.75em;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='767.5' height='1024' viewBox='0 0 767.5 1024'%3E%3Cpath d='M0 384l383.75 383.75L767.5 384H0z'%3E%3C/path%3E%3C/svg%3E");
  background-position: calc(100% - 0.75em) 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 18, app/assets/stylesheets/frontend/bz/base/_forms.scss */
select::-ms-expand {
  display: none;
}

/* line 24, app/assets/stylesheets/frontend/bz/base/_forms.scss */
input,
label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}

/* line 31, app/assets/stylesheets/frontend/bz/base/_forms.scss */
label {
  font-weight: bold;
  font-size: 0.875em;
  margin-bottom: 0.5em;
}

/* line 36, app/assets/stylesheets/frontend/bz/base/_forms.scss */
label.required:after {
  content: "*";
}

/* line 40, app/assets/stylesheets/frontend/bz/base/_forms.scss */
label abbr {
  display: none;
}

/* line 45, app/assets/stylesheets/frontend/bz/base/_forms.scss */
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select,
textarea {
  box-sizing: border-box;
  transition: border-color;
  background-color: white;
  border: 1px solid #aed3e1;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  width: 100%;
}

/* line 57, app/assets/stylesheets/frontend/bz/base/_forms.scss */
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
select:hover,
textarea:hover {
  border-color: #89bfd3;
}

/* line 61, app/assets/stylesheets/frontend/bz/base/_forms.scss */
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
select:focus,
textarea:focus {
  border-color: #141b29;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(12, 16, 24, 0.7);
  outline: none;
}

/* line 67, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.font-small[type='color'], .font-small[type='date'], .font-small[type='datetime'], .font-small[type='datetime-local'], .font-small[type='email'], .font-small[type='month'], .font-small[type='number'], .font-small[type='password'], .font-small[type='search'], .font-small[type='tel'], .font-small[type='text'], .font-small[type='time'], .font-small[type='url'], .font-small[type='week'], input.font-small:not([type]), textarea.font-small,
select.font-small,
textarea.font-small {
  font-size: 0.9em;
}

/* line 72, app/assets/stylesheets/frontend/bz/base/_forms.scss */
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
textarea {
  padding: 0.75em;
}

/* line 76, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.padding-large[type='color'], .padding-large[type='date'], .padding-large[type='datetime'], .padding-large[type='datetime-local'], .padding-large[type='email'], .padding-large[type='month'], .padding-large[type='number'], .padding-large[type='password'], .padding-large[type='search'], .padding-large[type='tel'], .padding-large[type='text'], .padding-large[type='time'], .padding-large[type='url'], .padding-large[type='week'], input.padding-large:not([type]), textarea.padding-large,
textarea.padding-large {
  padding: 1.35em;
}

/* line 81, app/assets/stylesheets/frontend/bz/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 85, app/assets/stylesheets/frontend/bz/base/_forms.scss */
input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 90, app/assets/stylesheets/frontend/bz/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 96, app/assets/stylesheets/frontend/bz/base/_forms.scss */
input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%;
}

/* line 103, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.field_with_errors {
  padding: 0.5em;
  background: #ffe1e6;
  color: #da3954;
  border-radius: 4px;
  border: 1px solid #da3954;
}

/* line 110, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.field_with_errors label {
  color: #da3954 !important;
  font-weight: bold;
}

/* line 115, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.field_with_errors input {
  background: #ffe1e6;
}

/* line 119, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.field_with_errors .error {
  padding: 0;
  font-size: 0.8125em;
  text-align: left;
  margin: 0;
  display: block;
}

/* line 128, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.field-with-icon {
  position: relative;
}

/* line 131, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.field-with-icon .field {
  box-sizing: border-box;
}

/* line 135, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.field-with-icon .field-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

/* line 141, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.field-with-icon .field-icon svg {
  height: 1em;
  color: initial;
  fill: currentColor;
}

/* line 149, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.field.has-button-right {
  padding-right: 4rem;
}

/* line 153, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.input {
  margin-bottom: 0.75em;
}

/* line 157, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.input-drop-down {
  position: absolute;
  z-index: 1000;
  background-color: white;
  color: #141b29;
  border: 1px solid #aed3e1;
  border-top-width: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  width: 100%;
}

/* line 168, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.input-drop-down li {
  padding: 0.75em;
  border-bottom: 1px solid #aed3e1;
}

/* line 172, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.input-drop-down li:last-of-type {
  border-bottom: none;
}

/* line 177, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.input-drop-down.padding-large li {
  padding: 1.35em;
}

/* line 181, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.input-drop-down.padding-none li {
  padding: 0;
}

/* line 185, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.input-drop-down.font-small {
  font-size: 0.9em;
}

/* line 189, app/assets/stylesheets/frontend/bz/base/_forms.scss */
.input-drop-down.hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/frontend/bz/base/../../../shared/_article_callout.scss */
.helpdesk-article blockquote {
  --callout-color: #3D9E70;
  --callout-icon: url(/assets/frontend/bz/icons/icon-check-circle-21cf5e0418e635a2ef897b8b97b126d0236691b4d6db89321b591232b7479f1b.svg);
  border-width: 1px 0;
  border-color: #3D9E70;
  border-color: var(--callout-color);
  border-style: solid;
  padding-top: 1.375rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 4em;
  color: #4A5A68;
  position: relative;
  font-style: oblique;
}

/* line 10, app/assets/stylesheets/frontend/bz/base/../../../shared/_article_callout.scss */
.helpdesk-article blockquote.-best-practice {
  --callout-color: #3489bf;
  --callout-icon: url(/assets/frontend/bz/icons/icon-light-bulb-2eefb4dce6aec6bf9d53b624c62d2b4427d0ac2839aa4a791b4ff43471a071af.svg);
}

/* line 15, app/assets/stylesheets/frontend/bz/base/../../../shared/_article_callout.scss */
.helpdesk-article blockquote.-warning {
  --callout-color: #ef672a;
  --callout-icon: url(/assets/frontend/bz/icons/icon-warning-0464e39d5fcc1b86373e94025fb77b44bfbf666ae9d01d0c4548087721457020.svg);
}

/* line 34, app/assets/stylesheets/frontend/bz/base/../../../shared/_article_callout.scss */
.helpdesk-article blockquote::before {
  content: '';
  background-image: url(/assets/frontend/bz/icons/icon-check-circle-21cf5e0418e635a2ef897b8b97b126d0236691b4d6db89321b591232b7479f1b.svg);
  background-image: var(--callout-icon);
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
}

@supports (mask-size: contain) or (-webkit-mask-size: contain) {
  /* line 34, app/assets/stylesheets/frontend/bz/base/../../../shared/_article_callout.scss */
  .helpdesk-article blockquote::before {
    background-color: var(--callout-color);
    background-image: none;
    mask-image: var(--callout-icon);
    -webkit-mask-image: var(--callout-icon);
    mask-size: contain;
    -webkit-mask-size: contain;
  }
}

/* line 55, app/assets/stylesheets/frontend/bz/base/../../../shared/_article_callout.scss */
.helpdesk-article blockquote a {
  color: #4A5A68;
}

/* line 5, app/assets/stylesheets/frontend/bz/base/_helpdesk-articles.scss */
.helpdesk-article .article a {
  white-space: normal;
  border-bottom: 1px solid #ef672a;
}

/* line 39, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
.helpdesk-article .article a:after {
  display: none;
}

/* line 10, app/assets/stylesheets/frontend/bz/base/_helpdesk-articles.scss */
.helpdesk-article .article blockquote {
  font-weight: normal;
}

/* line 12, app/assets/stylesheets/frontend/bz/base/_helpdesk-articles.scss */
.helpdesk-article .article blockquote a {
  white-space: normal;
  border-bottom: 1px solid #4A5A68;
}

/* line 39, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
.helpdesk-article .article blockquote a:after {
  display: none;
}

/* line 17, app/assets/stylesheets/frontend/bz/base/_helpdesk-articles.scss */
.helpdesk-article .article ul, .helpdesk-article .article ol {
  margin-left: 0;
  padding-left: 1em;
}

/* line 2, app/assets/stylesheets/frontend/bz/base/_icons.scss */
.icon.fill-primary svg {
  fill: #ef672a;
}

/* line 6, app/assets/stylesheets/frontend/bz/base/_icons.scss */
.icon.fill-tertiary svg {
  fill: #7e98a2;
}

/* line 10, app/assets/stylesheets/frontend/bz/base/_icons.scss */
.icon.stroke-primary svg {
  stroke: #ef672a;
}

/* line 14, app/assets/stylesheets/frontend/bz/base/_icons.scss */
.icon.stroke-tertiary svg {
  stroke: #7e98a2;
}

/* line 1, app/assets/stylesheets/frontend/bz/base/_images.scss */
.mockup-mask {
  mask: url(/assets/frontend/bz/landing-pages/shared/mockup-mask-b8fca901b69bda0b9377e776c4c34cb611d40e273fdff6a351feb98da8e58689.svg);
}

/* line 1, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 10, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.module {
  width: 100%;
}

/* line 14, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.module h3 {
  line-height: 1.1em;
}

@media screen and (max-width: 479px) {
  /* line 14, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .module h3 {
    margin-bottom: 0.5em;
    font-size: 1.625em;
  }
}

/* line 24, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.wrapper, .divider {
  width: 92%;
  max-width: 1104px;
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.wrapper.wide, .wide.divider {
  max-width: none;
  width: 98%;
}

/* line 34, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.wrapper.full-width, .full-width.divider {
  max-width: 100%;
  width: 100%;
}

/* line 40, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-basic {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
.block-basic::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 860px) {
  /* line 46, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .center-at-mobile {
    text-align: center;
  }
}

/* line 53, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-img-centered {
  padding-top: 5.25em;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
.block-img-centered::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 860px) {
  /* line 53, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-img-centered {
    padding-top: 3.65em;
  }
}

/* line 62, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-img-centered .description {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 65.7848324515%;
  margin-left: 17.1075837743%;
  text-align: center;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-img-centered .description:last-child {
  margin-right: 0;
}

@media screen and (max-width: 860px) {
  /* line 62, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-img-centered .description {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 100%;
    margin-left: 0%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .block-img-centered .description:last-child {
    margin-right: 0;
  }
}

/* line 74, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-img-centered .feature-img-centered {
  text-align: center;
}

/* line 83, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5.25em;
  overflow: visible;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
.block-image-and-description::after {
  clear: both;
  content: "";
  display: block;
}

/* line 91, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description.full-width {
  max-width: 80em;
}

@media screen and (max-width: 860px) {
  /* line 83, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description {
    padding-top: 3.65em;
  }
}

/* line 99, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description .description {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 31.569664903%;
  display: flex;
  flex-direction: column;
  padding-top: 4em;
  padding-bottom: 2em;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-image-and-description .description:last-child {
  margin-right: 0;
}

/* line 107, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description .description.long {
  padding-top: 2em;
}

@media screen and (max-width: 1024px) {
  /* line 107, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description .description.long {
    padding-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  /* line 99, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description .description {
    padding: 0 0 3em;
  }
}

@media screen and (max-width: 860px) {
  /* line 99, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description .description {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 82.8924162257%;
    margin-left: 8.5537918871%;
    padding-bottom: 2em;
    text-align: center;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .block-image-and-description .description:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  /* line 99, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description .description {
    width: 100%;
    margin-left: 0%;
    padding-bottom: 1em;
  }
}

/* line 135, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description .description .centered {
  text-align: center;
}

/* line 139, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description .description .btn:last-child {
  margin-bottom: 1.95em;
}

/* line 145, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description .image {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 57.2310405644%;
  margin-left: 8.5537918871%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-image-and-description .image:last-child {
  margin-right: 0;
}

@media screen and (max-width: 860px) {
  /* line 145, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description .image {
    width: 100%;
    margin-left: 0%;
    text-align: center;
  }
  /* line 155, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description .image img {
    display: block;
    margin: auto;
  }
}

/* line 161, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description .image video {
  max-width: 100%;
}

@media screen and (min-width: 861px) {
  /* line 167, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description .image.bigger {
    width: 60.7%;
    margin-left: 5%;
  }
}

/* line 174, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description .image.right-align {
  text-align: right;
}

/* line 178, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description .image.center-align {
  text-align: center;
}

@media screen and (min-width: 861px) {
  /* line 184, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description.image-on-left {
    display: flex;
    flex-direction: row-reverse;
  }
}

/* line 190, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description.image-on-left .description {
  margin-left: 8.5537918871%;
}

@media screen and (max-width: 479px) {
  /* line 190, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description.image-on-left .description {
    margin-left: 0%;
  }
}

/* line 198, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description.image-on-left .image {
  margin-left: 0%;
}

@media screen and (max-width: 860px) {
  /* line 202, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description.image-on-left.reverse-when-stacked {
    flex-direction: column-reverse;
  }
}

/* line 211, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description.even-width .description {
  display: flex;
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 40.1234567901%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-image-and-description.even-width .description:last-child {
  margin-right: 0;
}

@media screen and (max-width: 860px) {
  /* line 211, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description.even-width .description {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 82.8924162257%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .block-image-and-description.even-width .description:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  /* line 211, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description.even-width .description {
    width: 100%;
  }
}

/* line 226, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description.even-width .image {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 48.6772486772%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-image-and-description.even-width .image:last-child {
  margin-right: 0;
}

@media screen and (max-width: 860px) {
  /* line 226, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description.even-width .image {
    width: 100%;
  }
}

/* line 236, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description.with-logo {
  justify-content: center;
}

/* line 239, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description.with-logo .description {
  display: flex;
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 48.6772486772%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-image-and-description.with-logo .description:last-child {
  margin-right: 0;
}

@media screen and (max-width: 860px) {
  /* line 239, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description.with-logo .description {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 82.8924162257%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .block-image-and-description.with-logo .description:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  /* line 239, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description.with-logo .description {
    width: 100%;
  }
}

/* line 254, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-image-and-description.with-logo .image {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 23.0158730159%;
  margin-left: 0%;
  text-align: right;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-image-and-description.with-logo .image:last-child {
  margin-right: 0;
}

@media screen and (max-width: 860px) {
  /* line 254, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-image-and-description.with-logo .image {
    width: 100%;
    margin-left: 0%;
    text-align: center;
  }
}

/* line 270, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.description-with-bottom-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 276, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.grid {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.6875em;
  padding-bottom: 3.75em;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
.grid::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 860px) {
  /* line 276, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .grid {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
  }
}

/* line 290, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.grid.align-last-items {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}

/* line 295, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.grid.align-last-items > * {
  display: flex;
  flex-direction: column;
}

/* line 299, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.grid.align-last-items > * > *:last-child {
  margin-top: auto;
}

/* line 305, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.align-last-item {
  display: flex;
  flex-direction: column;
}

/* line 309, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.align-last-item > *:last-child {
  margin-top: auto;
}

/* line 315, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-2up {
  padding-top: 3.15em;
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 48.6772486772%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-2up:last-child {
  margin-right: 0;
}

/* line 78, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
.block-2up:nth-child(2n) {
  margin-right: 0;
}

/* line 108, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
.block-2up:nth-child(2n+1) {
  clear: left;
}

@media screen and (max-width: 660px) {
  /* line 315, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-2up {
    width: 100%;
    margin-right: 0;
  }
  /* line 42, app/assets/stylesheets/frontend/bz/base/settings/_grid-settings.scss */
  .block-2up:nth-child(2n) {
    margin-right: 2.6455026455%;
  }
  /* line 43, app/assets/stylesheets/frontend/bz/base/settings/_grid-settings.scss */
  .block-2up:nth-child(2n+1) {
    clear: none;
  }
}

/* line 328, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-2up-narrow {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 40.1234567901%;
  padding-right: 1em;
  padding-left: 1em;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-2up-narrow:last-child {
  margin-right: 0;
}

/* line 78, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
.block-2up-narrow:nth-child(2n) {
  margin-right: 0;
}

/* line 108, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
.block-2up-narrow:nth-child(2n+1) {
  clear: left;
}

/* line 335, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-2up-narrow:first-child {
  margin-left: 8.5537918871%;
}

@media screen and (max-width: 768px) {
  /* line 328, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-2up-narrow {
    width: 100%;
    margin-right: 0;
  }
  /* line 42, app/assets/stylesheets/frontend/bz/base/settings/_grid-settings.scss */
  .block-2up-narrow:nth-child(2n) {
    margin-right: 2.6455026455%;
  }
  /* line 43, app/assets/stylesheets/frontend/bz/base/settings/_grid-settings.scss */
  .block-2up-narrow:nth-child(2n+1) {
    clear: none;
  }
  /* line 344, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-2up-narrow:first-child {
    margin-left: 0%;
  }
}

/* line 350, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-link-columns {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
}

/* line 356, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-2up-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

/* line 361, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-2up-flex > * {
  flex-basis: 46%;
  flex-grow: 1;
  margin-right: 15px;
  margin-left: 15px;
}

@media screen and (max-width: 660px) {
  /* line 356, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-2up-flex {
    display: block;
    margin-top: 1.2em;
    margin-left: 0;
  }
  /* line 373, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-2up-flex > * {
    margin: 1em 0;
  }
}

@media screen and (min-width: 660px) {
  /* line 379, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-2up-flex.with-divider {
    align-items: stretch;
  }
  /* line 382, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-2up-flex.with-divider > :nth-child(1) {
    margin-right: 0;
    padding-right: 30px;
    border-right: 1px solid #ebf0f9;
  }
  /* line 388, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-2up-flex.with-divider > :nth-child(2) {
    margin-left: 0;
    padding-left: 30px;
  }
}

/* line 397, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-3up {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 31.569664903%;
  margin-bottom: 3em;
  padding: 0.375em;
  text-align: center;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-3up:last-child {
  margin-right: 0;
}

/* line 78, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
.block-3up:nth-child(3n) {
  margin-right: 0;
}

/* line 108, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
.block-3up:nth-child(3n+1) {
  clear: left;
}

@media screen and (max-width: 860px) {
  /* line 397, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-3up {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 48.6772486772%;
    padding: 0;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .block-3up:last-child {
    margin-right: 0;
  }
  /* line 42, app/assets/stylesheets/frontend/bz/base/settings/_grid-settings.scss */
  .block-3up:nth-child(3n) {
    margin-right: 2.6455026455%;
  }
  /* line 43, app/assets/stylesheets/frontend/bz/base/settings/_grid-settings.scss */
  .block-3up:nth-child(3n+1) {
    clear: none;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
  .block-3up:nth-child(2n) {
    margin-right: 0;
  }
  /* line 108, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
  .block-3up:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 687px) {
  /* line 397, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-3up {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
    padding: 0;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .block-3up:last-child {
    margin-right: 0;
  }
  /* line 42, app/assets/stylesheets/frontend/bz/base/settings/_grid-settings.scss */
  .block-3up:nth-child(3n) {
    margin-right: 2.6455026455%;
  }
  /* line 43, app/assets/stylesheets/frontend/bz/base/settings/_grid-settings.scss */
  .block-3up:nth-child(3n+1) {
    clear: none;
  }
}

/* line 422, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-3up .feature-img {
  min-height: 14.125em;
}

@media screen and (max-width: 860px) {
  /* line 422, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-3up .feature-img {
    min-height: 11.25em;
  }
}

@media screen and (max-width: 1024px) {
  /* line 422, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-3up .feature-img {
    min-height: 12.5em;
  }
}

@media screen and (max-width: 687px) {
  /* line 422, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-3up .feature-img {
    margin-bottom: 2em;
    text-align: center;
  }
  /* line 437, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-3up .feature-img img {
    max-width: 60%;
  }
}

@media screen and (max-width: 479px) {
  /* line 422, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-3up .feature-img {
    min-height: 0;
    margin-bottom: 1em;
  }
}

/* line 448, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-3up .feature-img-icon {
  min-height: 65px;
}

/* line 451, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-3up .feature-img-icon svg {
  width: 50px;
  height: 40px;
}

@media screen and (max-width: 687px) {
  /* line 448, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-3up .feature-img-icon {
    min-height: 0;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 479px) {
  /* line 448, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-3up .feature-img-icon {
    min-height: 0;
    margin-bottom: 1em;
  }
}

/* line 467, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-3up h3 {
  font-size: 1.625em;
}

/* line 473, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-4up {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 23.0158730159%;
  text-align: center;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-4up:last-child {
  margin-right: 0;
}

/* line 78, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
.block-4up:nth-child(4n) {
  margin-right: 0;
}

/* line 108, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
.block-4up:nth-child(4n+1) {
  clear: left;
}

/* line 481, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-2up-feature {
  padding-top: 4.6875em;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
.block-2up-feature::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 860px) {
  /* line 481, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-2up-feature {
    padding-top: 1.875em;
  }
}

/* line 490, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-2up-feature .description {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 48.6772486772%;
  padding: 2em 2em 4em;
  text-align: center;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-2up-feature .description:last-child {
  margin-right: 0;
}

/* line 78, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
.block-2up-feature .description:nth-child(2n) {
  margin-right: 0;
}

/* line 108, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
.block-2up-feature .description:nth-child(2n+1) {
  clear: left;
}

@media screen and (max-width: 860px) {
  /* line 490, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-2up-feature .description {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 100%;
    margin-left: 0%;
    padding: 2em 0 1.125em;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .block-2up-feature .description:last-child {
    margin-right: 0;
  }
}

/* line 505, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-2up-feature p {
  margin-bottom: 1.8em;
}

/* line 510, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flex-grid {
  --flex-grid-column-count: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 0.5rem;
  padding-inline: 0.5rem;
}

/* line 519, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flex-grid > * {
  flex-grow: 1;
  min-width: 300px;
  max-width: 600px;
  flex-basis: calc(100% / var(--flex-grid-column-count) - 1%);
}

/* line 526, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flex-grid.-two-col {
  --flex-grid-column-count: 2;
}

/* line 530, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flex-grid.-three-col {
  --flex-grid-column-count: 3;
}

/* line 534, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flex-grid.-four-col {
  --flex-grid-column-count: 4;
}

/* line 539, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-img-top {
  padding-top: 0;
}

@media screen and (max-width: 860px) {
  /* line 539, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-img-top {
    padding-top: 4.25em;
  }
}

/* line 547, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-img-top .description {
  margin-top: 3.125em;
}

@media screen and (max-width: 860px) {
  /* line 547, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-img-top .description {
    margin-top: 0;
  }
}

/* line 556, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-text {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 65.7848324515%;
  margin-left: 17.1075837743%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-text:last-child {
  margin-right: 0;
}

@media screen and (max-width: 569px) {
  /* line 556, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-text {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 100%;
    margin-left: 0%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .block-text:last-child {
    margin-right: 0;
  }
}

/* line 567, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.centered {
  text-align: center;
}

/* line 572, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-logo-and-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
.block-logo-and-content::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 768px) {
  /* line 572, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-logo-and-content {
    flex-direction: column;
    text-align: center;
  }
}

/* line 585, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-logo-and-content .logo {
  flex-basis: 10rem;
  flex-shrink: 1;
}

@media screen and (max-width: 768px) {
  /* line 585, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-logo-and-content .logo {
    width: 10rem;
    margin-bottom: 2em;
  }
}

/* line 595, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-logo-and-content .description {
  flex-shrink: 5;
}

/* line 599, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-logo-and-content > :not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  /* line 599, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-logo-and-content > :not(:last-child) {
    margin-right: 0;
  }
}

/* line 608, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-logo-and-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3em;
  padding-bottom: 3em;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
.block-logo-and-title::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 860px) {
  /* line 608, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-logo-and-title {
    padding-top: 3.65em;
  }
}

@media screen and (max-width: 479px) {
  /* line 608, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-logo-and-title {
    flex-direction: column;
  }
}

/* line 625, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-logo-and-title .description {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 65.7848324515%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-logo-and-title .description:last-child {
  margin-right: 0;
}

@media screen and (max-width: 860px) {
  /* line 625, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-logo-and-title .description {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 74.3386243386%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .block-logo-and-title .description:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 569px) {
  /* line 625, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-logo-and-title .description {
    width: 100%;
    text-align: center;
  }
}

/* line 639, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-logo-and-title .logo {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 14.4620811287%;
  margin-left: 8.5537918871%;
  text-align: right;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.block-logo-and-title .logo:last-child {
  margin-right: 0;
}

@media screen and (max-width: 860px) {
  /* line 639, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-logo-and-title .logo {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 23.0158730159%;
    margin-left: 0%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .block-logo-and-title .logo:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 569px) {
  /* line 639, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-logo-and-title .logo {
    width: 100%;
    width: 70%;
    margin-bottom: 3em;
    margin-bottom: 0;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  /* line 639, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .block-logo-and-title .logo {
    margin-bottom: 3em;
  }
}

/* line 663, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.block-logo-and-title .logo svg {
  width: 100%;
}

/* line 670, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.feature-img-icon {
  min-height: 65px;
}

/* line 673, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.feature-img-icon svg {
  width: 50px;
  height: 40px;
}

@media screen and (max-width: 687px) {
  /* line 670, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .feature-img-icon {
    min-height: 0;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 479px) {
  /* line 670, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .feature-img-icon {
    min-height: 0;
    margin-bottom: 1em;
  }
}

/* line 689, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.js-lazy-image img {
  width: 100%;
}

/* line 693, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.img-med img {
  max-width: 802px;
  vertical-align: bottom;
}

@media screen and (max-width: 860px) {
  /* line 693, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .img-med img {
    max-width: 100%;
  }
}

/* line 702, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.img-small {
  max-width: 100%;
}

/* line 705, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.img-small img {
  width: 100%;
}

/* line 711, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.feature-img-small {
  text-align: center;
}

/* line 716, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.img-fullbleed {
  width: 100%;
  margin-top: auto;
  overflow-y: visible;
  line-height: 0;
}

@media screen and (max-width: 860px) {
  /* line 722, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .img-fullbleed img {
    max-width: 120%;
  }
}

/* line 729, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.img-sides-bleed {
  width: 100%;
  overflow: hidden;
}

/* line 733, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.img-sides-bleed img {
  position: relative;
  width: 105%;
  max-width: 105%;
  margin-left: -3%;
  float: none;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  @supports (clip-path: polygon(0 3vw, 100% 0, 100% 100%, 0 100%)) or (-webkit-clip-path: polygon(0 3vw, 100% 0, 100% 100%, 0 100%)) {
    /* line 9, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-left + * {
      margin-top: -3vw;
      clip-path: polygon(0 3vw, 100% 0, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 3vw, 100% 0, 100% 100%, 0 100%);
    }
    /* line 15, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-left + *:before {
      content: '';
      display: block;
      height: 3vw;
    }
    /* line 23, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-left:after {
      content: '';
      display: block;
      height: 1.5vw;
    }
    /* line 30, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-left.flush:after {
      height: 0;
    }
  }
  @supports (clip-path: polygon(0 1vw, 100% 0, 100% 100%, 0 100%)) or (-webkit-clip-path: polygon(0 1vw, 100% 0, 100% 100%, 0 100%)) {
    /* line 9, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-left.slant-less + * {
      margin-top: -1vw;
      clip-path: polygon(0 1vw, 100% 0, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 1vw, 100% 0, 100% 100%, 0 100%);
    }
    /* line 15, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-left.slant-less + *:before {
      content: '';
      display: block;
      height: 1vw;
    }
    /* line 23, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-left.slant-less:after {
      content: '';
      display: block;
      height: 0.5vw;
    }
    /* line 30, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-left.slant-less.flush:after {
      height: 0;
    }
  }
  @supports (clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 100%)) or (-webkit-clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 100%)) {
    /* line 9, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-left.slant-more + * {
      margin-top: -5vw;
      clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 100%);
    }
    /* line 15, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-left.slant-more + *:before {
      content: '';
      display: block;
      height: 5vw;
    }
    /* line 23, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-left.slant-more:after {
      content: '';
      display: block;
      height: 2.5vw;
    }
    /* line 30, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-left.slant-more.flush:after {
      height: 0;
    }
  }
  @supports (clip-path: polygon(0 0, 100% 3vw, 100% 100%, 0 100%)) or (-webkit-clip-path: polygon(0 0, 100% 3vw, 100% 100%, 0 100%)) {
    /* line 9, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-right + * {
      margin-top: -3vw;
      clip-path: polygon(0 0, 100% 3vw, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 0, 100% 3vw, 100% 100%, 0 100%);
    }
    /* line 15, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-right + *:before {
      content: '';
      display: block;
      height: 3vw;
    }
    /* line 23, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-right:after {
      content: '';
      display: block;
      height: 1.5vw;
    }
    /* line 30, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-right.flush:after {
      height: 0;
    }
  }
  @supports (clip-path: polygon(0 0, 100% 1vw, 100% 100%, 0 100%)) or (-webkit-clip-path: polygon(0 0, 100% 1vw, 100% 100%, 0 100%)) {
    /* line 9, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-right.slant-less + * {
      margin-top: -1vw;
      clip-path: polygon(0 0, 100% 1vw, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 0, 100% 1vw, 100% 100%, 0 100%);
    }
    /* line 15, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-right.slant-less + *:before {
      content: '';
      display: block;
      height: 1vw;
    }
    /* line 23, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-right.slant-less:after {
      content: '';
      display: block;
      height: 0.5vw;
    }
    /* line 30, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-right.slant-less.flush:after {
      height: 0;
    }
  }
  @supports (clip-path: polygon(0 0, 100% 5vw, 100% 100%, 0 100%)) or (-webkit-clip-path: polygon(0 0, 100% 5vw, 100% 100%, 0 100%)) {
    /* line 9, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-right.slant-more + * {
      margin-top: -5vw;
      clip-path: polygon(0 0, 100% 5vw, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 0, 100% 5vw, 100% 100%, 0 100%);
    }
    /* line 15, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-right.slant-more + *:before {
      content: '';
      display: block;
      height: 5vw;
    }
    /* line 23, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-right.slant-more:after {
      content: '';
      display: block;
      height: 2.5vw;
    }
    /* line 30, app/assets/stylesheets/frontend/bz/base/mixins/_slant.scss */
    .slant-right.slant-more.flush:after {
      height: 0;
    }
  }
}

/* line 771, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
}

@media screen and (max-width: 860px) {
  /* line 771, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .three-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 569px) {
  /* line 771, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .three-col {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 785, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flex-row {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}

/* line 790, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flex-row.justify-content-center {
  justify-content: center;
}

/* line 794, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flex-row.-gapless {
  gap: 0;
}

/* line 799, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flex-col {
  display: flex;
  flex-direction: column;
}

/* line 805, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.-is-full {
  flex-basis: 100%;
  width: 100%;
}

/* line 809, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.-is-half {
  flex-basis: 50%;
  width: 50%;
}

/* line 813, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.-is-one-third {
  flex-basis: 30%;
  width: 30%;
}

/* line 817, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.-is-one-fourth {
  flex-basis: 25%;
  width: 25%;
}

/* line 821, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.-is-one-fifth {
  flex-basis: 20%;
  width: 20%;
}

/* line 825, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.-is-padded {
  padding-left: 4%;
  padding-right: 4%;
}

@media screen and (max-width: 860px) {
  /* line 831, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .tablet--is-full,
.-is-one-fourth,
.-is-one-fifth {
    flex-basis: 100%;
    width: 100%;
  }
  /* line 837, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .tablet--is-full {
    flex-basis: 100%;
    width: 100%;
  }
  /* line 841, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .tablet--is-half {
    flex-basis: 50%;
    width: 50%;
  }
  /* line 845, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .tablet--is-one-third {
    flex-basis: 30%;
    width: 30%;
  }
  /* line 849, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .tablet--is-one-fourth {
    flex-basis: 25%;
    width: 25%;
  }
  /* line 853, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .tablet--is-one-fifth {
    flex-basis: 20%;
    width: 20%;
  }
}

@media screen and (max-width: 479px) {
  /* line 859, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .mobile--is-full,
.tablet--is-one-third {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
}

/* line 868, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flex-item {
  display: block;
  flex: 1 1 0;
  padding: 0.5rem;
}

/* line 873, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flex-item:not(:last-of-type) {
  margin-right: 5%;
}

/* line 877, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.full-bleed .flex-item {
  margin: 0;
  padding: 0;
}

/* line 882, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flex-item.-is-full, .flex-item.-is-half {
  flex: none;
}

/* line 889, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.-is-vertically-centered {
  align-items: center;
}

/* line 893, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.-is-centered {
  align-self: center;
  justify-self: center;
}

/* line 898, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.-is-wrapped {
  flex-wrap: wrap;
}

/* line 902, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.flush {
  padding-bottom: 0 !important;
}

/* line 906, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.divider {
  margin: 0 auto;
  border-width: 1px;
  border-color: #dedede;
  box-shadow: 0 0 1px #dedede;
}

/* line 916, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.pad-top, #mailing-list-tools {
  padding-top: 4rem;
}

@media screen and (min-width: 861px) {
  /* line 916, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .pad-top, #mailing-list-tools {
    padding-top: 6rem;
  }
}

/* line 923, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.pad-top.small-padding, #mailing-list-tools.small-padding {
  padding-top: 2rem;
}

@media screen and (min-width: 861px) {
  /* line 923, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .pad-top.small-padding, #mailing-list-tools.small-padding {
    padding-top: 3rem;
  }
}

/* line 932, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.pad-bottom {
  padding-bottom: 4rem;
}

@media screen and (min-width: 861px) {
  /* line 932, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .pad-bottom {
    padding-bottom: 6rem;
  }
}

/* line 939, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.pad-bottom.small-padding {
  padding-bottom: 2rem;
}

@media screen and (min-width: 861px) {
  /* line 939, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .pad-bottom.small-padding {
    padding-bottom: 3rem;
  }
}

/* line 948, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.pad-sides {
  padding-right: 0.875rem;
  padding-left: 0.875rem;
}

@media screen and (min-width: 861px) {
  /* line 948, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .pad-sides {
    padding-right: 10%;
    padding-left: 10%;
  }
  /* line 956, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
  .pad-sides.small-padding {
    padding-right: 7.5%;
    padding-left: 7.5%;
  }
}

/* line 963, app/assets/stylesheets/frontend/bz/base/_layouts.scss */
.pad-top-none {
  padding-top: 0 !important;
}

/* line 1, app/assets/stylesheets/frontend/bz/base/_lists.scss */
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 7, app/assets/stylesheets/frontend/bz/base/_lists.scss */

#terms-page #main-section .contents ul,
#job-post-page #main-section .contents ul,
#jobs-page #main-section .contents ul {
  list-style-type: disc;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}

/* line 16, app/assets/stylesheets/frontend/bz/base/_lists.scss */
ol.with-points li,
ul.with-points li {
  list-style-type: disc;
}

/* line 28, app/assets/stylesheets/frontend/bz/base/_lists.scss */
dl {
  line-height: 1.45em;
  margin-bottom: 1.4375em;
  margin-top: 0;
}

/* line 33, app/assets/stylesheets/frontend/bz/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}

/* line 39, app/assets/stylesheets/frontend/bz/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 44, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.hList {
  text-align: center;
}

/* line 48, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.hList li {
  display: inline;
}

/* line 52, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.hList li a {
  display: inline-block;
}

/* line 56, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.hList-tight li {
  margin-right: 0.875em;
}

/* line 60, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.hList-wide li {
  margin-right: 1.5em;
}

/* line 64, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.item-list li {
  color: #aed3e1;
  margin-bottom: 1.125em;
  padding-bottom: 1em;
  border-bottom: 1px solid #25324b;
  line-height: 1.5em;
}

/* line 72, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.link-list li {
  margin-bottom: 1rem;
  line-height: 1.7;
  font-size: 0.875rem;
}

/* line 77, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.link-list li a {
  color: #637682;
}

/* line 80, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.link-list li a:hover {
  color: #141b29;
}

/* line 86, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.link-list li.selected > a {
  font-weight: bold;
}

/* line 90, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.link-list li.selected a {
  color: black;
}

/* line 95, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.link-list li ul {
  margin-top: 1rem;
  border-left: 2px solid #7e98a2;
  padding-left: 1.5rem;
}

/* line 102, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.alpha li {
  list-style: upper-alpha;
  margin-bottom: 0.75em;
}

/* line 106, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.alpha li ol li {
  list-style: lower-alpha;
}

/* line 111, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.stylish-numbered-list {
  counter-reset: numbered-list;
}

/* line 114, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.stylish-numbered-list li {
  display: flex;
  counter-increment: numbered-list;
  margin-bottom: 1rem;
}

/* line 119, app/assets/stylesheets/frontend/bz/base/_lists.scss */
.stylish-numbered-list li::before {
  content: counter(numbered-list);
  font-weight: bold;
  text-align: right;
  margin-right: 1.5rem;
  flex: 0 0 1rem;
}

@media screen and (min-width: 861px) {
  /* line 119, app/assets/stylesheets/frontend/bz/base/_lists.scss */
  .stylish-numbered-list li::before {
    flex: 0 0 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  /* line 119, app/assets/stylesheets/frontend/bz/base/_lists.scss */
  .stylish-numbered-list li::before {
    margin-right: 2rem;
  }
}

/* line 2, app/assets/stylesheets/frontend/bz/base/_tables.scss */
table:not(.table) {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 8, app/assets/stylesheets/frontend/bz/base/_tables.scss */
table:not(.table) th {
  border-bottom: 1px solid #76b5cc;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

/* line 15, app/assets/stylesheets/frontend/bz/base/_tables.scss */
table:not(.table) td {
  border-bottom: 1px solid #aed3e1;
  padding: 0.75em 0;
}

/* line 20, app/assets/stylesheets/frontend/bz/base/_tables.scss */
table:not(.table) tr, table:not(.table) td, table:not(.table) th {
  vertical-align: middle;
}

/* line 1, app/assets/stylesheets/frontend/bz/base/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

/* line 10, app/assets/stylesheets/frontend/bz/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Stag Web";
  line-height: 1.2em;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: 500;
}

/* line 22, app/assets/stylesheets/frontend/bz/base/_typography.scss */
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  color: #ef672a;
  font-style: normal;
}

/* line 28, app/assets/stylesheets/frontend/bz/base/_typography.scss */
h1 {
  font-size: 2.25em;
}

/* line 32, app/assets/stylesheets/frontend/bz/base/_typography.scss */
h2 {
  font-size: 2.25em;
  line-height: 1.25;
}

/* line 37, app/assets/stylesheets/frontend/bz/base/_typography.scss */
h3 {
  font-size: 2.25em;
}

/* line 41, app/assets/stylesheets/frontend/bz/base/_typography.scss */
h4 {
  font-size: 1.65em;
}

/* line 45, app/assets/stylesheets/frontend/bz/base/_typography.scss */
h5 {
  font-size: 2.25em;
}

/* line 49, app/assets/stylesheets/frontend/bz/base/_typography.scss */
h6 {
  font-size: 1em;
}

/* line 60, app/assets/stylesheets/frontend/bz/base/_typography.scss */
h1.unstyled,
h2.unstyled,
h3.unstyled,
h4.unstyled,
h5.unstyled,
h6.unstyled {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
}

/* line 68, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.heading-thin {
  font-weight: 300;
}

/* line 71, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.heading-thin em {
  font-weight: 500;
}

/* line 76, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.heading-primary-large {
  font-size: 3em;
  margin-bottom: 0.6em;
}

/* line 81, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.heading-secondary {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 1.3em;
}

/* line 86, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.heading-secondary.smaller {
  font-size: 1.5em;
}

/* line 91, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.heading-tertiary {
  font-size: 1.125em;
  line-height: 1.4;
  margin-bottom: 1.3em;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

/* line 99, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.heading-quaternary {
  font-size: 1em;
  line-height: 1.7;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08375em;
  color: #637682;
  margin-bottom: 1.625rem;
}

/* line 110, app/assets/stylesheets/frontend/bz/base/_typography.scss */
p {
  margin: 0 0 1.95em;
  font-weight: 400;
}

/* line 114, app/assets/stylesheets/frontend/bz/base/_typography.scss */
p.subhead {
  line-height: 1.8em;
}

/* line 118, app/assets/stylesheets/frontend/bz/base/_typography.scss */
p.standout {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.75em;
}

/* line 125, app/assets/stylesheets/frontend/bz/base/_typography.scss */
p.small-margin {
  margin-bottom: 0.75em;
}

/* line 129, app/assets/stylesheets/frontend/bz/base/_typography.scss */
p.no-margin {
  margin-bottom: 0;
}

/* line 134, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a {
  transition: color 0.1s linear;
  color: #ef672a;
  text-decoration: none;
  position: relative;
  padding: 0 0 2px;
}

/* line 142, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a svg {
  transition: color 0.1s linear;
}

/* line 146, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a:active, a:focus {
  outline: none;
}

/* line 152, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a[disabled], a[disabled]:hover, a[disabled]:focus, a[disabled]:active, a.disabled, a.disabled:hover, a.disabled:focus, a.disabled:active {
  cursor: not-allowed;
  opacity: 0.8;
}

/* line 159, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a.white {
  color: white;
}

/* line 161, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a.white svg {
  fill: white;
}

/* line 165, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a.white:hover {
  color: #ef672a;
}

/* line 168, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a.white:hover svg {
  fill: #ef672a;
}

/* line 174, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a.alternate, .btn-link.alternate {
  color: #637682 !important;
}

/* line 176, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a.alternate:hover, .btn-link.alternate:hover {
  color: #141b29 !important;
}

/* line 181, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a.brand-secondary {
  color: #141b29 !important;
}

/* line 183, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a.brand-secondary:hover {
  color: #7e98a2;
}

/* line 191, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.sidebar-detail li a:not(.normal-underline):not(.btn),
p:not(.normal-underline) a:not(.normal-underline):not(.btn),
dl a:not(.normal-underline):not(.btn) {
  white-space: nowrap;
}

/* line 3, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
.sidebar-detail li a:not(.normal-underline):not(.btn):after,
p:not(.normal-underline) a:not(.normal-underline):not(.btn):after,
dl a:not(.normal-underline):not(.btn):after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  display: block;
  background-color: #ef672a;
}

/* line 13, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
.sidebar-detail li a:not(.normal-underline):not(.btn):after,
p:not(.normal-underline) a:not(.normal-underline):not(.btn):after,
dl a:not(.normal-underline):not(.btn):after {
  left: 0;
  width: 100%;
}

/* line 18, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
html:not(.ios) .sidebar-detail li a:not(.normal-underline):not(.btn):hover:after, html:not(.ios) p:not(.normal-underline) a:not(.normal-underline):not(.btn):hover:after, html:not(.ios) dl a:not(.normal-underline):not(.btn):hover:after {
  left: 50%;
  width: 0;
}

/* line 196, app/assets/stylesheets/frontend/bz/base/_typography.scss */
p.normal-underline a,
a.normal-underline {
  text-decoration: underline;
}

/* line 201, app/assets/stylesheets/frontend/bz/base/_typography.scss */
a.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 207, app/assets/stylesheets/frontend/bz/base/_typography.scss */
hr {
  border-bottom: 1px solid #aed3e1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

/* line 215, app/assets/stylesheets/frontend/bz/base/_typography.scss */
img {
  margin: 0;
  max-width: 100%;
}

/* line 220, app/assets/stylesheets/frontend/bz/base/_typography.scss */
img.centered {
  display: block;
  margin: 0 auto 1.95em auto;
}

/* line 225, app/assets/stylesheets/frontend/bz/base/_typography.scss */
blockquote {
  font-family: "Stag Web";
  font-size: 1.3125em;
  font-weight: 300;
  color: #aed3e1;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

/* line 234, app/assets/stylesheets/frontend/bz/base/_typography.scss */
cite {
  color: #fff;
  font-style: italic;
}

/* line 238, app/assets/stylesheets/frontend/bz/base/_typography.scss */
cite:before {
  content: '\2014 \00A0';
}

/* line 243, app/assets/stylesheets/frontend/bz/base/_typography.scss */
strong.lighter {
  font-weight: 400;
}

/* line 247, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.fine-print {
  font-size: 0.75em;
  font-weight: bold;
  margin: 1.5em 0 6em;
}

@media screen and (max-width: 860px) {
  /* line 247, app/assets/stylesheets/frontend/bz/base/_typography.scss */
  .fine-print {
    margin: 2em 0 1em;
  }
}

/* line 256, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.section-fine-print {
  font-size: 0.75em;
  font-weight: 400;
  margin-top: 4em;
}

/* line 262, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.align-center {
  text-align: center;
}

/* line 266, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 270, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.avoid-wrap {
  display: inline-block;
}

/* line 274, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.no-wrap {
  white-space: nowrap;
}

/* line 278, app/assets/stylesheets/frontend/bz/base/_typography.scss */
.font-weight-thin {
  font-weight: 300;
}

/* line 286, app/assets/stylesheets/frontend/bz/base/_typography.scss */
html[lang='es'] .sidebar-detail li a:not(.normal-underline):not(.btn),
html[lang='es'] p:not(.normal-underline) a:not(.normal-underline):not(.btn),
html[lang='es'] dl a:not(.normal-underline):not(.btn) {
  white-space: normal;
  text-decoration: underline;
}

/* line 290, app/assets/stylesheets/frontend/bz/base/_typography.scss */
html[lang='es'] .sidebar-detail li a:not(.normal-underline):not(.btn)::after,
html[lang='es'] p:not(.normal-underline) a:not(.normal-underline):not(.btn)::after,
html[lang='es'] dl a:not(.normal-underline):not(.btn)::after {
  content: none;
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page {
  margin: 0;
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page:has(#promo-banner) #promo-banner {
  margin-top: 0;
}

/* line 9, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page .intro {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 82.8924162257%;
  margin-left: 8.5537918871%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
#about-us-page .intro:last-child {
  margin-right: 0;
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #intro {
  padding-top: calc(85px + 25px);
}

@media screen and (max-width: 980px) {
  /* line 13, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
  #about-us-page #intro {
    padding-top: 50px;
  }
}

/* line 20, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page .intro h1,
#about-us-page .intro h3 {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 100%;
  margin-left: 0%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
#about-us-page .intro h1:last-child,
#about-us-page .intro h3:last-child {
  margin-right: 0;
}

/* line 26, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page .body-wrapper {
  background: transparent;
}

/* line 31, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #our-story .wrapper, #about-us-page #our-story .divider {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.375em;
  padding-bottom: 4.5625em;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
#about-us-page #our-story .wrapper::after, #about-us-page #our-story .divider::after {
  clear: both;
  content: "";
  display: block;
}

/* line 37, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #our-story .story-contents p {
  color: #aed3e1;
}

/* line 43, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #the-team .wrapper, #about-us-page #the-team .divider {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4.5625em;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
#about-us-page #the-team .wrapper::after, #about-us-page #the-team .divider::after {
  clear: both;
  content: "";
  display: block;
}

/* line 48, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #the-team h2 {
  text-align: center;
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #the-team .team-photos {
  padding: 2.6455026455%;
}

/* line 55, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #the-team .team-photos li {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 14.4620811287%;
  padding-bottom: 2.75em;
  text-align: center;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
#about-us-page #the-team .team-photos li:last-child {
  margin-right: 0;
}

/* line 78, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
#about-us-page #the-team .team-photos li:nth-child(6n) {
  margin-right: 0;
}

/* line 108, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
#about-us-page #the-team .team-photos li:nth-child(6n+1) {
  clear: left;
}

/* line 61, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #the-team .team-photos li img {
  width: 98%;
  height: 98%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
}

/* line 66, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #the-team .team-photos li figcaption {
  font-size: 1em;
  text-align: center;
}

/* line 70, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #the-team .team-photos li figcaption span {
  display: block;
  font-size: 0.8125em;
}

@media screen and (max-width: 860px) {
  /* line 55, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
  #about-us-page #the-team .team-photos li {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 23.0158730159%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  #about-us-page #the-team .team-photos li:last-child {
    margin-right: 0;
  }
  /* line 42, app/assets/stylesheets/frontend/bz/base/settings/_grid-settings.scss */
  #about-us-page #the-team .team-photos li:nth-child(6n) {
    margin-right: 2.6455026455%;
  }
  /* line 43, app/assets/stylesheets/frontend/bz/base/settings/_grid-settings.scss */
  #about-us-page #the-team .team-photos li:nth-child(6n+1) {
    clear: none;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
  #about-us-page #the-team .team-photos li:nth-child(4n) {
    margin-right: 0;
  }
  /* line 108, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
  #about-us-page #the-team .team-photos li:nth-child(4n+1) {
    clear: left;
  }
}

@media screen and (max-width: 569px) {
  /* line 55, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
  #about-us-page #the-team .team-photos li {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 48.6772486772%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  #about-us-page #the-team .team-photos li:last-child {
    margin-right: 0;
  }
  /* line 42, app/assets/stylesheets/frontend/bz/base/settings/_grid-settings.scss */
  #about-us-page #the-team .team-photos li:nth-child(4n) {
    margin-right: 2.6455026455%;
  }
  /* line 43, app/assets/stylesheets/frontend/bz/base/settings/_grid-settings.scss */
  #about-us-page #the-team .team-photos li:nth-child(4n+1) {
    clear: none;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
  #about-us-page #the-team .team-photos li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 108, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_omega.scss */
  #about-us-page #the-team .team-photos li:nth-child(2n+1) {
    clear: left;
  }
}

/* line 92, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #latest-from-the-blog .wrapper, #about-us-page #latest-from-the-blog .divider {
  padding-top: 4.25em;
}

/* line 96, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #latest-from-the-blog h2 {
  text-align: center;
}

/* line 101, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #latest-from-the-blog .blog-link h3 {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 300;
}

/* line 106, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #latest-from-the-blog .blog-link h3 a {
  color: #141b29;
}

/* line 109, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #latest-from-the-blog .blog-link h3 a:hover {
  color: #ef672a;
}

/* line 115, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #latest-from-the-blog .blog-link .byline {
  font-size: 1em;
  margin-top: 0.625em;
}

/* line 119, app/assets/stylesheets/frontend/bz/modules/_about-us.scss */
#about-us-page #latest-from-the-blog .blog-link .byline .author {
  font-weight: bold;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark,
.bg-dark-orange-button {
  background: #141b29;
}

/* line 16, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark .btn-row a,
.bg-dark-orange-button .btn-row a {
  color: #fff;
}

/* line 19, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark .btn-row a:not(.btn):after,
.bg-dark-orange-button .btn-row a:not(.btn):after {
  background-color: #fff;
}

/* line 24, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark .attribution,
.bg-dark-orange-button .attribution {
  color: #aed3e1;
}

/* line 28, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark.white-links a:not(.btn),
.bg-dark-orange-button.white-links a:not(.btn) {
  color: white;
  text-decoration: underline;
}

/* line 33, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark .attribution-badge .info,
.bg-dark-orange-button .attribution-badge .info {
  color: #ef672a;
}

/* line 36, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark .attribution-badge .info a,
.bg-dark-orange-button .attribution-badge .info a {
  white-space: nowrap;
}

/* line 3, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
.bg-dark .attribution-badge .info a:after,
.bg-dark-orange-button .attribution-badge .info a:after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  display: block;
  background-color: #ef672a;
}

/* line 13, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
.bg-dark .attribution-badge .info a:after,
.bg-dark-orange-button .attribution-badge .info a:after {
  left: 0;
  width: 100%;
}

/* line 18, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
html:not(.ios) .bg-dark .attribution-badge .info a:hover:after, html:not(.ios) .bg-dark-orange-button .attribution-badge .info a:hover:after {
  left: 50%;
  width: 0;
}

/* line 43, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark-brand-grad {
  background-color: #141b29;
  background: linear-gradient(#141b29, #3f2420);
}

/* line 48, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-mid {
  background: #ebf0f9;
  color: #141b29;
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-mid a {
  color: #ef672a;
}

/* line 55, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-mid a:not(.btn):after {
  background-color: #ef672a;
}

/* line 61, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-white {
  background: white;
}

/* line 64, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-white.darker {
  background: #fafafa;
}

/* line 71, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-white.secondary h2 em, .bg-white.secondary h3 em, .bg-white.secondary-orange h2 em, .bg-white.secondary-orange h3 em {
  color: #232d38;
}

/* line 75, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-white.secondary p, .bg-white.secondary-orange p {
  color: #7e98a2;
}

/* line 79, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-white.secondary .heading-tertiary, .bg-white.secondary-orange .heading-tertiary {
  color: #232d38;
}

/* line 84, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-white.secondary .stylish-numbered-list li a, .bg-white.secondary-orange .stylish-numbered-list li a {
  color: #232d38;
  text-decoration: underline;
}

/* line 88, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-white.secondary .stylish-numbered-list li:before, .bg-white.secondary-orange .stylish-numbered-list li:before {
  color: #ef672a;
}

/* line 95, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-light-grey {
  background: #f6f6f6;
}

/* line 99, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-white,
.bg-light-grey {
  color: #141b29;
}

/* line 103, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-white a,
.bg-light-grey a {
  color: #ef672a;
}

/* line 106, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-white a:not(.btn):after,
.bg-light-grey a:not(.btn):after {
  background-color: #ef672a;
}

/* line 111, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-white .attribution,
.bg-light-grey .attribution {
  color: #7e98a2;
}

/* line 116, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-brand {
  background: #ef672a;
  color: white;
}

/* line 120, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-brand.lighter {
  background: #f28250;
}

/* line 130, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-brand h1 em,
.bg-brand h2 em,
.bg-brand h3 em,
.bg-brand h4 em,
.bg-brand h5 em,
.bg-brand h6 em {
  color: white;
}

/* line 135, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-brand a {
  color: white;
}

/* line 138, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-brand a:not(.btn):after {
  background-color: white;
}

/* line 143, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-brand .attribution {
  color: #ebf0f9;
}

/* line 148, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark-brand-grad {
  background-color: #ef672a;
  background: linear-gradient(#a23a0b, #ef672a);
}

/* line 152, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark-brand-grad a {
  color: #fff;
}

/* line 155, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark-brand-grad a:not(.btn):after {
  background-color: #fff;
}

/* line 166, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark-brand-grad h1 em,
.bg-dark-brand-grad h2 em,
.bg-dark-brand-grad h3 em,
.bg-dark-brand-grad h4 em,
.bg-dark-brand-grad h5 em,
.bg-dark-brand-grad h6 em {
  color: #fff;
}

/* line 171, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark-brand-grad .attribution {
  color: #ebf0f9;
}

/* line 176, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-dark-blue-grey {
  background-color: #2A303D;
}

/* line 181, app/assets/stylesheets/frontend/bz/modules/_background.scss */
body,
html {
  height: 100%;
}

/* line 186, app/assets/stylesheets/frontend/bz/modules/_background.scss */
body {
  background-color: #141b29;
}

/* line 190, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.body-wrapper {
  background: url(/assets/frontend/bz/wood-bg-b87c1d045038aca6ee5f009424bcda7dd3a97750d70ad697464a53f30e7a8c23.jpg) top center no-repeat;
  background-color: #141b29;
}

@media screen and (max-width: 479px) {
  /* line 190, app/assets/stylesheets/frontend/bz/modules/_background.scss */
  .body-wrapper {
    background-position: center -10%;
  }
}

/* line 198, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-bleed-to-top {
  padding-top: var(--navigation-height);
  margin: calc(-1 * var(--navigation-height)) 0 0 0;
}

/* line 204, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-bleed-to-top .body-wrapper {
  background-image: none;
}

/* line 209, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.background-img-1 {
  background: url(/assets/frontend/bz/pick-tuner-bg-690836cf42ab353d3f75df95b6d02394beafd8b09ecaba7dda6c6dd367686d9d.png) 99% 2.6% no-repeat;
}

@media screen and (max-width: 479px) {
  /* line 209, app/assets/stylesheets/frontend/bz/modules/_background.scss */
  .background-img-1 {
    background-image: none;
  }
}

/* line 217, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.background-img-2 {
  background: url(/assets/frontend/bz/guitar-bg-5b0093d3fe893bdfab229579a31259bb45254b0d45779cd1574c552eba9f61d6.png) 140% 3% no-repeat;
}

@media screen and (max-width: 1045px) {
  /* line 217, app/assets/stylesheets/frontend/bz/modules/_background.scss */
  .background-img-2 {
    background-position: 580px 1%;
  }
}

@media screen and (max-width: 479px) {
  /* line 217, app/assets/stylesheets/frontend/bz/modules/_background.scss */
  .background-img-2 {
    background-image: none;
  }
}

/* line 229, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.background-img-3 {
  background: url(/assets/frontend/bz/cord-2-home-671382b4c57c4c4665caa8e3643b653d841602248ca4c877831a737b9efa7649.png) 91% -1% no-repeat;
}

@media screen and (max-width: 479px) {
  /* line 229, app/assets/stylesheets/frontend/bz/modules/_background.scss */
  .background-img-3 {
    background-image: none;
  }
}

/* line 239, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-bleed-to-top {
  padding-top: 85px;
  margin: -45px 0 0 0;
}

@media screen and (max-width: 569px) {
  /* line 245, app/assets/stylesheets/frontend/bz/modules/_background.scss */
  .bg-bleed-to-top {
    padding-top: 50px;
    margin: 0;
  }
}

/* line 261, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-blue-neutral-darkest {
  background: #2c3c5a;
}

/* line 265, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-blue-neutral-darker {
  background: #3a4f77;
}

/* line 269, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-blue-neutral {
  background: #445d8c;
}

/* line 273, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-blue-neutral-lighter {
  background: #5c7cb9;
}

/* line 277, app/assets/stylesheets/frontend/bz/modules/_background.scss */
.bg-blue-neutral-lightest {
  background: #7698d7;
}

/* line 288, app/assets/stylesheets/frontend/bz/modules/_background.scss */
h1 em.-no-contrast,
h2 em.-no-contrast,
h3 em.-no-contrast,
h4 em.-no-contrast,
h5 em.-no-contrast,
h6 em.-no-contrast {
  color: inherit;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_banner.scss */
#promo-banner {
  display: block;
  text-align: center;
  font-size: 0.8em;
  padding: 0.5em;
  background-color: #ef672a;
  color: #fff;
  z-index: 10000;
  transition: background-color 0.3s ease-in-out;
}

/* line 11, app/assets/stylesheets/frontend/bz/modules/_banner.scss */
#promo-banner .banner-cta,
#promo-banner .banner-text {
  display: inline;
}

/* line 16, app/assets/stylesheets/frontend/bz/modules/_banner.scss */
#promo-banner .banner-text {
  white-space: nowrap;
}

/* line 20, app/assets/stylesheets/frontend/bz/modules/_banner.scss */
#promo-banner .banner-text-small {
  display: none;
}

/* line 25, app/assets/stylesheets/frontend/bz/modules/_banner.scss */
#promo-banner.small-text .banner-text-small {
  display: inline;
}

/* line 29, app/assets/stylesheets/frontend/bz/modules/_banner.scss */
#promo-banner.small-text .banner-text-small span,
#promo-banner.small-text .banner-text-small strong {
  display: inline-block;
}

/* line 35, app/assets/stylesheets/frontend/bz/modules/_banner.scss */
#promo-banner.small-text .banner-text {
  display: none;
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/_banner.scss */
#promo-banner .banner-cta {
  text-decoration: underline;
  padding-left: 1em;
}

/* line 45, app/assets/stylesheets/frontend/bz/modules/_banner.scss */
#promo-banner:hover {
  background-color: #ebf0f9;
  color: #141b29;
}

/* line 50, app/assets/stylesheets/frontend/bz/modules/_banner.scss */
body.no-banner #promo-banner {
  display: none;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page {
  color: #141b29;
  background: #ebf0f9;
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .body-wrapper {
  background: transparent;
}

/* line 9, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .module {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 4.25em 0 4.875em;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
#basic-page .module::after {
  clear: both;
  content: "";
  display: block;
}

/* line 14, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 65.7848324515%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
#basic-page .article:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  /* line 14, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
  #basic-page .article {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 100%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  #basic-page .article:last-child {
    margin-right: 0;
  }
}

/* line 20, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article p {
  line-height: 1.625em;
  margin-bottom: 1.125em;
}

/* line 24, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article p:first-of-type {
  font-size: 1.3125em;
  line-height: 1.5em;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article h1 {
  font-size: 3.0em;
  font-weight: 300;
  margin-bottom: 0.875em;
}

/* line 36, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article h2 {
  font-size: 1.75em;
  margin: 1.5em 0 0.6875em;
}

/* line 41, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article h3 {
  font-size: 1.3125em;
  margin: 1.5em 0 0.6875em;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article h4 {
  font-size: 1.125em;
  margin: 1.5em 0 11em;
}

/* line 51, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article h5,
#basic-page .article h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin: 1.5em 0 0.6875em;
  font-weight: 700;
}

/* line 60, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article a:hover, #basic-page .article a:visited {
  color: #7e98a2;
}

/* line 66, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article ol,
#basic-page .article ul {
  margin-bottom: 1.125em;
  margin-left: 1.25em;
}

/* line 71, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article ol li,
#basic-page .article ul li {
  margin-bottom: 0.5em;
}

/* line 76, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article ol {
  list-style: decimal;
}

/* line 80, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article ul {
  list-style: disc;
}

/* line 84, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article img {
  padding-bottom: 1.875em;
}

/* line 88, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article .left {
  float: left;
  padding-right: 1.875em;
}

/* line 93, app/assets/stylesheets/frontend/bz/modules/_basic-page.scss */
#basic-page .article .right {
  float: right;
  padding-left: 1.875em;
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
.blog-banner {
  display: flex;
  flex-direction: column;
  background-color: var(--blog-banner-bg);
  align-items: stretch;
  margin-bottom: 1.5rem;
  padding: 0;
  border: none;
  overflow: clip;
  --blog-banner-bg: #2D3C58;
  --blog-banner-text: #fff;
  --blog-banner-text-bg: var(--blog-banner-bg);
}

@media (min-width: 479px) {
  /* line 13, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
  .blog-banner {
    flex-direction: row;
  }
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
.blog-banner__image {
  padding: 2rem;
  flex: 0 1 auto;
  align-self: center;
}

@media (min-width: 479px) {
  /* line 36, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
  .blog-banner__image.-full-bleed {
    padding-left: 0;
    margin-left: -1rem;
  }
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
.blog-banner__image.-large img {
  width: 14rem !important;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
.blog-banner__image img {
  width: 7rem !important;
  border: none !important;
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
.blog-banner__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem 2rem 2rem;
  font-size: 15px;
  font-weight: 500;
  color: var(--blog-banner-text);
  background: var(--blog-banner-text-bg);
}

@media (min-width: 479px) {
  /* line 52, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
  .blog-banner__text {
    padding: 2rem 2rem 2rem 0;
  }
}

/* line 66, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
.blog-banner__text .btn {
  color: var(--blog-banner-btn-color, var(--blog-banner-text));
  border-color: var(--blog-banner-btn-color, var(--blog-banner-text));
  background-color: var(--blog-banner-btn-bg);
}

/* line 71, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
.blog-banner__text .btn:hover {
  color: var(--blog-banner-btn-hover-color, var(--blog-banner-text-bg));
  border-color: var(--blog-banner-btn-hover-color, var(--blog-banner-text-bg));
  background-color: var(--blog-banner-btn-hover-bg, var(--blog-banner-text));
}

/* line 78, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
.blog-banner__text.-padded {
  padding-top: 2rem;
}

@media (min-width: 479px) {
  /* line 78, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
  .blog-banner__text.-padded {
    padding-left: 2rem;
  }
}

/* line 87, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
.blog-banner__title {
  font-size: 1.5em;
  margin-top: 0 !important;
}

/* line 92, app/assets/stylesheets/frontend/bz/modules/_blog-banner.scss */
.blog-banner a:not(.btn) {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.1em;
  border-bottom: none !important;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page {
  background: #141b29;
  color: #141b29;
}

@media screen and (max-width: 569px) {
  /* line 5, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page header.navigation {
    margin-bottom: 0;
  }
}

/* line 10, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page * {
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page main {
  flex: 1;
  max-width: 50rem;
}

/* line 19, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-content {
  max-width: 1111px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3em;
}

/* line 26, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-content,
#blog-page .blog-intro .content {
  padding-right: 2vw;
  padding-left: 2vw;
}

/* line 32, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page label {
  color: #000;
}

/* line 36, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .body-wrapper {
  background: #fff;
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .navigation {
  background-color: transparent;
}

@media screen and (max-width: 569px) {
  /* line 40, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .navigation {
    background-color: #253043;
  }
}

/* line 48, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .email-icon-container {
  position: relative;
}

/* line 51, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .email-icon-container svg {
  position: absolute;
  top: 19px;
  left: 13px;
}

/* line 57, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .email-icon-container input[type='email'] {
  padding-left: 32px;
}

/* line 62, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

/* line 67, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 80, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-category-view .sidebar-newsletter,
#blog-page .blog-main-view .sidebar-newsletter {
  display: none;
}

@media screen and (min-width: 569px) {
  /* line 85, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .blog-category-view .sidebar-detail:nth-child(2) h3,
#blog-page .blog-main-view .sidebar-detail:nth-child(2) h3 {
    margin-top: -0.25em;
  }
}

/* line 95, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-category-view .post-container,
#blog-page .blog-author-view .post-container,
#blog-page .blog-main-view .post-container {
  display: grid;
  grid-gap: 40px;
  align-content: start;
}

@media screen and (min-width: 569px) {
  /* line 95, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .blog-category-view .post-container,
#blog-page .blog-author-view .post-container,
#blog-page .blog-main-view .post-container {
    grid-template-columns: 1fr 1fr;
  }
  /* line 103, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .blog-category-view .post-container .category-intro,
#blog-page .blog-category-view .post-container .author-intro,
#blog-page .blog-category-view .post-container .empty-message,
#blog-page .blog-category-view .post-container .pagination,
#blog-page .blog-category-view .post-container .post:first-of-type,
#blog-page .blog-author-view .post-container .category-intro,
#blog-page .blog-author-view .post-container .author-intro,
#blog-page .blog-author-view .post-container .empty-message,
#blog-page .blog-author-view .post-container .pagination,
#blog-page .blog-author-view .post-container .post:first-of-type,
#blog-page .blog-main-view .post-container .category-intro,
#blog-page .blog-main-view .post-container .author-intro,
#blog-page .blog-main-view .post-container .empty-message,
#blog-page .blog-main-view .post-container .pagination,
#blog-page .blog-main-view .post-container .post:first-of-type {
    grid-column-end: span 2;
  }
}

/* line 116, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-content:not(.blog-category-view) .category-intro {
  display: none;
}

/* line 122, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .heading-primary,
#blog-page .heading-secondary {
  margin-bottom: 0.125em;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 569px) {
  /* line 122, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .heading-primary,
#blog-page .heading-secondary {
    font-size: 2em;
  }
}

/* line 133, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .heading-primary,
#blog-page .heading-primary a,
#blog-page .heading-secondary,
#blog-page .heading-secondary a {
  color: #141b29;
}

/* line 138, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .heading-primary a,
#blog-page .heading-secondary a {
  display: block;
}

/* line 141, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .heading-primary a:hover,
#blog-page .heading-secondary a:hover {
  color: #7e98a2;
}

/* line 147, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .heading-secondary {
  margin-bottom: 0.625em;
  font-size: 1.5em;
}

/* line 152, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .heading-tertiary {
  margin: 1em 0 2.5em;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* line 164, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro {
  background-image: linear-gradient(rgba(20, 27, 41, 0.6), rgba(20, 27, 41, 0.6)), url(/assets/frontend/bz/blog-intro-bg-02041a95134e5dea0c9187866d730b3dd34af3c7208475bbe9ceff0cd9743803.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 569px) {
  /* line 164, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .blog-intro {
    margin-bottom: 50px;
    padding-top: 110px;
    margin-top: -110px;
  }
}

/* line 175, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro .content {
  width: 80vw;
  max-width: 680px;
  margin: auto;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  text-align: center;
}

@media screen and (max-width: 569px) {
  /* line 175, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .blog-intro .content {
    width: 90vw;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  /* line 187, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .blog-intro .content hgroup {
    font-size: 0.7em;
  }
}

/* line 193, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro h1,
#blog-page .blog-intro h2,
#blog-page .blog-intro h2 a,
#blog-page .blog-intro h3,
#blog-page .blog-intro p {
  color: #fff;
  text-shadow: 0 0 26px #141b29;
}

/* line 202, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro h2 a:hover {
  color: #ebf0f9;
}

/* line 206, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro h3 {
  margin-top: 0.2em;
  font-size: 1.875em;
  font-weight: 300;
}

/* line 214, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro .newsletter p {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 300;
}

/* line 221, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro .newsletter .fine-print {
  margin-top: 8px;
  opacity: 0.6;
  font-size: 0.6875em;
  font-weight: 600;
}

/* line 227, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro .newsletter .fine-print a {
  color: #fff;
  text-decoration: none;
}

/* line 234, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro .email-icon-container {
  display: flex;
  align-items: center;
  max-width: 340px;
  margin: auto;
}

/* line 240, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro .email-icon-container input,
#blog-page .blog-intro .email-icon-container button {
  height: 40px;
}

/* line 245, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro .email-icon-container input[type='email'] {
  display: inline-block;
  flex: 1;
  margin-bottom: 0;
  padding-right: 20px;
  border: 0;
}

/* line 253, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro .email-icon-container button[type='submit'] {
  min-width: 127px;
  margin-left: -20px;
  padding: 13px;
  font-size: 0.8rem;
}

/* line 260, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro .email-icon-container svg {
  top: 15px;
}

@media screen and (max-width: 569px) {
  /* line 266, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .blog-intro-inner {
    font-size: 0.8em;
  }
}

/* line 271, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro-inner h2 {
  font-size: 1.875em;
}

/* line 275, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-intro-inner .content {
  width: 100vw;
  max-width: 1111px;
  margin-top: 20px;
  padding-top: 0;
}

/* line 285, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 0 3em;
}

@media screen and (max-width: 569px) {
  /* line 285, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .categories-list {
    display: none;
  }
}

/* line 295, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .categories-list a {
  margin-bottom: 2em;
  padding: 0.9em 1.6em;
  border-radius: 100px;
  color: inherit;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 305, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .categories-list a:not(.highlight):hover {
  opacity: 0.5;
}

/* line 309, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .categories-list a.highlight {
  border: 1px solid #ef672a;
}

/* line 317, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post-sidebar-container {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  /* line 317, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .post-sidebar-container {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  /* line 326, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .sidebar {
    width: 35%;
    padding-left: 5vw;
  }
}

@media screen and (min-width: 1024px) {
  /* line 326, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .sidebar {
    padding-left: 50px;
  }
}

@media screen and (max-width: 569px) {
  /* line 326, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .sidebar {
    margin-top: 3em;
  }
}

/* line 341, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .text-styling,
#blog-page .sidebar p {
  color: #72767f;
  font-size: 0.875em;
  line-height: 1.6875em;
}

/* line 347, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .text-styling a,
#blog-page .sidebar p a {
  color: #ef672a;
}

/* line 352, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .blog-sidebar-box {
  padding: 1.5em;
}

/* line 355, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .blog-sidebar-box .heading-tertiary {
  margin: 0.5em 0 1.3em;
}

/* line 359, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .blog-sidebar-box .btn {
  width: 100%;
  padding: 0.85rem;
  white-space: normal;
}

@media screen and (max-width: 569px) {
  /* line 352, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .sidebar .blog-sidebar-box {
    margin-bottom: 70px;
    border-radius: 0;
  }
}

/* line 372, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-newsletter {
  background: #334151;
  text-align: center;
}

/* line 376, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-newsletter .heading-tertiary,
#blog-page .sidebar .sidebar-newsletter p {
  color: #fff;
}

/* line 381, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-newsletter .fine-print {
  margin-bottom: 1em;
  opacity: 0.6;
  font-size: 11px;
  font-weight: normal;
}

/* line 387, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-newsletter .fine-print a {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

/* line 395, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-ad {
  background-image: url(/assets/frontend/bz/sidebar-ad-bg-57531adb75015b01ec94890ff0576af62755bc7beac605039dd8d8e487f02f47.jpg);
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 403, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-ad h3 {
  font-size: 2em;
  margin: 0 0 0.3em 0;
}

/* line 408, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-ad p {
  font-size: 20px;
  margin: 0 0 1.1em;
}

/* line 413, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-ad h3,
#blog-page .sidebar .sidebar-ad p {
  color: #fff;
}

@media screen and (max-width: 569px) {
  /* line 419, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .sidebar .sidebar-ad h3 {
    font-size: 2.5em;
  }
  /* line 422, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .sidebar .sidebar-ad p {
    font-size: 24px;
  }
}

/* line 430, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-categories a,
#blog-page .sidebar .sidebar-top-posts a {
  display: block;
  margin: 2em 0;
}

/* line 434, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-categories a:hover,
#blog-page .sidebar .sidebar-top-posts a:hover {
  color: #141b29;
}

/* line 438, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-categories a:first-of-type,
#blog-page .sidebar .sidebar-top-posts a:first-of-type {
  margin-top: 0;
}

/* line 442, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-categories a:last-of-type,
#blog-page .sidebar .sidebar-top-posts a:last-of-type {
  margin-bottom: 0;
}

/* line 448, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-covid {
  background: #ebf0f9;
  color: #141b29;
}

/* line 452, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-covid a:not(.btn) {
  display: block;
  margin: 1em 0;
  color: #141b29;
}

/* line 458, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-covid a:not(.btn):hover {
  color: #72767f;
}

/* line 462, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-covid a:not(.btn):first-of-type {
  margin-top: 0;
}

/* line 466, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-covid a:not(.btn):last-of-type {
  margin-bottom: 0;
}

/* line 472, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-cta {
  background: #ebf0f9;
  text-align: center;
}

/* line 476, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-cta p {
  color: #141b29;
}

/* line 480, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-cta .fine-print-cta {
  margin: 1em 0;
  font-size: 0.75em;
}

/* line 486, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-categories a {
  margin: 0.2em 0;
}

/* line 491, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-resources .resource-container {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 479px) and (max-width: 767px) {
  /* line 491, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .sidebar .sidebar-resources .resource-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* line 500, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-resources img {
  border: 1px solid #7e98a2;
}

/* line 505, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-resources a:hover * {
  color: #141b29;
}

/* line 509, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-resources a:hover img {
  opacity: 0.8;
}

/* line 514, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-resources figcaption {
  font-size: 0.875em;
  font-weight: 700;
}

/* line 520, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-resources figure {
  max-width: 37%;
  margin-right: 9%;
  float: left;
}

/* line 525, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-resources figure:nth-of-type(3) {
  clear: left;
}

@supports (display: grid) {
  /* line 520, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .sidebar .sidebar-resources figure {
    max-width: none;
    margin-right: 0;
    float: none;
  }
}

/* line 536, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .sidebar .sidebar-resources::after {
  content: '';
  display: block;
  clear: both;
}

/* line 545, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-post-cta {
  display: flex;
  padding-top: 36px;
  padding-bottom: 50px;
  flex-direction: column;
}

/* line 551, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-post-cta .heading-tertiary {
  letter-spacing: 0.4px;
  text-align: center;
  margin: 0;
}

/* line 557, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-post-cta .social-sharing {
  display: grid;
  grid-template-rows: .8fr 1fr;
  padding: 32px;
}

/* line 564, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-post-cta .social-links .social-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
}

/* line 569, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-post-cta .social-links .social-icons a,
#blog-page .blog-post-cta .social-links .social-icons .icon {
  width: 50px;
  height: 50px;
}

/* line 573, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-post-cta .social-links .social-icons a:hover,
#blog-page .blog-post-cta .social-links .social-icons .icon:hover {
  opacity: 0.9;
}

/* line 580, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-post-cta .mailing-list-cta {
  border-top: 1px solid #D3D3D3;
}

/* line 582, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-post-cta .mailing-list-cta .email-icon-container {
  display: flex;
}

/* line 584, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-post-cta .mailing-list-cta .email-icon-container input {
  height: 49px;
}

/* line 587, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-post-cta .mailing-list-cta .email-icon-container .btn {
  margin-bottom: 0.75em;
  width: 131px;
  font-size: 13px;
  height: 49px;
}

/* line 594, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-post-cta .mailing-list-cta .fine-print {
  margin: 0;
  color: #A6A6A6;
}

/* line 597, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-post-cta .mailing-list-cta .fine-print a {
  color: #A6A6A6;
}

/* line 606, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .promo {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border: 1px solid #89bfd3;
  border-radius: 5px;
  background-color: #ebeff1;
}

@media screen and (max-width: 569px) {
  /* line 606, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .promo {
    display: none;
  }
}

/* line 619, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .promo picture {
  flex-shrink: 1.5;
  height: 16rem;
}

@media (max-width: 768px) {
  /* line 619, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .promo picture {
    display: none;
  }
}

/* line 627, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .promo picture img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}

/* line 634, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .promo .content {
  padding: 2rem;
  flex-grow: 1;
}

/* line 639, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .promo ul {
  margin: 1.5em 0;
  padding-left: 1.2em;
  font-size: 0.9em;
  line-height: 180%;
}

/* line 646, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .promo li {
  list-style-type: disc;
}

/* line 650, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .promo .cta {
  display: inline-block;
  text-align: center;
}

/* line 655, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .promo .btn {
  padding-right: 3em;
  padding-left: 3em;
}

@media screen and (max-width: 1200px) {
  /* line 655, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .promo .btn {
    padding: 1rem;
  }
}

/* line 664, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .promo .subtext {
  margin-top: 0.8em;
  font-size: 0.7em;
}

/* line 672, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .pagination {
  justify-self: center;
  margin-top: 3em;
}

/* line 676, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .pagination a {
  color: #141b29;
}

/* line 680, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .pagination .page a,
#blog-page .pagination .page.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin: 0 0.3em;
  border: 1px solid transparent;
  border-radius: 123px;
}

/* line 693, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .pagination .page a:hover,
#blog-page .pagination .page.current {
  border-color: #ef672a;
}

/* line 698, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .pagination .first,
#blog-page .pagination .last {
  display: none;
}

/* line 703, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .pagination .next {
  margin-left: 2em;
}

/* line 707, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .pagination .prev {
  margin-right: 2em;
}

/* line 711, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .pagination .next a:hover,
#blog-page .pagination .prev a:hover {
  color: #ef672a;
}

/* line 716, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .pagination .prev a::before {
  content: '‹';
  margin-right: 0.3em;
}

/* line 721, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .pagination .next a::after {
  content: '›';
  margin-left: 0.3em;
}

/* line 729, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post.recap {
  margin-bottom: 4em;
}

@supports (display: grid) {
  /* line 729, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .post.recap {
    margin-bottom: 0;
  }
}

/* line 737, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post.recap .recap-image {
  width: 100%;
  border: 1px solid #dedede;
}

/* line 741, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post.recap .recap-image:hover {
  opacity: 0.8;
}

/* line 746, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post.recap .categories {
  margin: 0.5em 0;
  color: #ef672a;
  font-size: 0.85em;
}

/* line 752, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post.recap .post-info {
  margin-top: 0.5em;
}

/* line 756, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post.recap .post-info .categories {
  display: none;
}

/* line 760, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post.recap .post-title {
  font-size: 1.7em;
}

/* line 768, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message p {
  margin-bottom: 1.5em;
  line-height: 1.625em;
}

/* line 772, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message p a:not(.btn) {
  white-space: normal;
  border-bottom: 1px solid #ef672a;
}

/* line 39, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
#blog-page .message p a:not(.btn):after {
  display: none;
}

/* line 777, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message h1 {
  margin-bottom: 1em;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1;
}

/* line 783, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message h1 a {
  color: #141b29;
}

/* line 788, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message h2 {
  margin: 1.5em 0 0.6875em;
  font-size: 1.75em;
}

/* line 793, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message h3 {
  margin: 1.5em 0 0.6875em;
  font-size: 1.3125em;
}

/* line 798, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message h4 {
  margin: 1.5em 0 0.6875em;
  font-size: 1.125em;
}

/* line 803, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message h5,
#blog-page .message h6 {
  margin: 1.5em 0 0.6875em;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 700;
}

/* line 811, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message ol,
#blog-page .message ul {
  margin-bottom: 1.125em;
  margin-left: 1.25em;
}

/* line 816, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message ol li,
#blog-page .message ul li {
  margin-bottom: 0.5em;
}

/* line 821, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message ol {
  list-style: decimal;
}

/* line 825, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message ul {
  list-style: disc;
}

/* line 829, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message .left {
  padding-right: 1.875em;
  float: left;
}

/* line 834, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message .right {
  padding-left: 1.875em;
  float: right;
}

/* line 839, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message .img-left {
  margin: 0 15px 15px 0 !important;
}

/* line 843, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message .img-right {
  margin: 0 0 15px 15px !important;
}

/* line 847, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message img {
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  border: 1px solid #dedede;
}

/* line 854, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message img.justify_left {
  max-width: 30%;
  margin: 0 15px 15px 0 !important;
}

/* line 859, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message img.justify_right {
  max-width: 30%;
  margin: 0 0 15px 15px !important;
}

/* line 865, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .message .read-more a {
  white-space: nowrap;
}

/* line 3, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
#blog-page .message .read-more a:after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  display: block;
  background-color: #ef672a;
}

/* line 13, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
#blog-page .message .read-more a:after {
  left: 0;
  width: 100%;
}

/* line 18, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
html:not(.ios) #blog-page .message .read-more a:hover:after {
  left: 50%;
  width: 0;
}

/* line 872, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post-info {
  display: flex;
  align-items: center;
  margin: 0.8em 0;
  font-size: 0.85em;
}

/* line 878, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post-info,
#blog-page .post-info a {
  color: #72767f;
}

/* line 883, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post-info a:hover {
  color: #ef672a;
}

/* line 887, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post-info img {
  width: 40px;
  height: 40px;
  margin-right: 1em;
  border: 1px solid #a0a0a0;
  border-radius: 300px;
}

/* line 895, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post-info p {
  margin-bottom: 0;
}

/* line 899, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .post-info .first-publish {
  color: #b9bbbf;
  font-style: italic;
}

/* line 907, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .add-comment {
  margin: 5em 0;
}

/* line 910, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .add-comment label {
  font-weight: normal;
}

/* line 915, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .comments {
  margin: 5em 0;
}

/* line 918, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .comments .comment {
  display: flex;
  padding: 1em 0.5em;
  border-top: 1px solid #d2d2d2;
}

/* line 923, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .comments .comment:first-of-type {
  margin-top: 0.7em;
  border-top-color: #a0a0a0;
}

/* line 929, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .comments img {
  margin-right: 2em;
  border-radius: 100px;
  background-color: #dedede;
}

/* line 935, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .comments .meta-message-container {
  flex: 1;
  overflow: hidden;
}

/* line 940, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .comments .content {
  overflow-wrap: anywhere;
}

/* line 944, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .comments .meta {
  margin: 0.3em 0;
  color: #72767f;
  font-size: 0.7em;
}

/* line 949, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .comments .meta date {
  opacity: 0.6;
}

/* line 958, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-sitemap .heading-secondary {
  margin-top: 2em;
}

/* line 962, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-sitemap .date-list a:not(:last-child) {
  margin-right: 0.1em;
}

/* line 965, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .blog-sitemap .date-list a:not(:last-child)::after {
  content: ',';
}

/* line 973, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .author-intro {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ebf0f9;
}

/* line 977, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .author-intro .author-intro-image {
  margin-bottom: 1.5rem;
}

/* line 981, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .author-intro h2 {
  font-size: 1.7em;
}

/* line 985, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .author-intro .heading-tertiary {
  margin: 0.6em 0 1.5em;
}

/* line 989, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .author-intro img {
  width: 100%;
}

/* line 993, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .author-intro p {
  font-size: 0.9em;
  line-height: 1.6em;
}

/* line 997, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
#blog-page .author-intro p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 480px) {
  /* line 973, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .author-intro {
    display: flex;
  }
  /* line 1005, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .author-intro .author-intro-image {
    flex-basis: 16rem;
    flex-shrink: 1;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
  /* line 1012, app/assets/stylesheets/frontend/bz/modules/_blog.scss */
  #blog-page .author-intro .author-intro-text {
    flex-shrink: 3;
  }
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_brand-guidelines.scss */
#brand-guidelines-page {
  background-color: #F3F3F3;
  color: #141b29;
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/_brand-guidelines.scss */
#brand-guidelines-page .body-wrapper {
  background: none;
}

/* line 9, app/assets/stylesheets/frontend/bz/modules/_brand-guidelines.scss */
#brand-guidelines-page .hList {
  text-align: left;
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/_brand-guidelines.scss */
#brand-guidelines-page h1 {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 0.2em;
}

/* line 20, app/assets/stylesheets/frontend/bz/modules/_brand-guidelines.scss */
#brand-intro {
  padding: 2.75em 0 2.625em;
}

/* line 24, app/assets/stylesheets/frontend/bz/modules/_brand-guidelines.scss */
.brand-wrapper {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
.brand-wrapper::after {
  clear: both;
  content: "";
  display: block;
}

/* line 29, app/assets/stylesheets/frontend/bz/modules/_brand-guidelines.scss */
.brand-module {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 100%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.brand-module:last-child {
  margin-right: 0;
}

/* line 32, app/assets/stylesheets/frontend/bz/modules/_brand-guidelines.scss */
.brand-module h2,
.brand-module h3 {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 31.569664903%;
  padding-top: 32px;
  border-top: 3px solid #141b29;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.brand-module h2:last-child,
.brand-module h3:last-child {
  margin-right: 0;
}

/* line 39, app/assets/stylesheets/frontend/bz/modules/_brand-guidelines.scss */
.brand-module h3 {
  color: #979797;
  border-color: #979797;
  font-size: 1.6875em;
}

/* line 45, app/assets/stylesheets/frontend/bz/modules/_brand-guidelines.scss */
.brand-module .brand-module-body {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 65.7848324515%;
  border-top: 1px solid #141b29;
  padding-top: 2em;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.brand-module .brand-module-body:last-child {
  margin-right: 0;
}

/* line 51, app/assets/stylesheets/frontend/bz/modules/_brand-guidelines.scss */
.brand-module .brand-subsection .brand-module-body {
  border-top-color: #979797;
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/_contact-us.scss */
body#contact-page.with-form form .submit-wrapper {
  text-align: left;
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/_contact-us.scss */
body#contact-page.with-form form .submit-wrapper button {
  margin: 0;
}

/* line 10, app/assets/stylesheets/frontend/bz/modules/_contact-us.scss */
body#contact-page .zoogle_flash {
  text-align: center;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
.cookie-banner {
  visibility: hidden;
  opacity: 0;
  display: flex;
  font-family: "Open Sans", sans-serif;
  flex-direction: column;
  padding: 5px 10px 5px 5px;
  isolation: isolate;
  background: rgba(223, 230, 232, 0.8);
  backdrop-filter: blur(23px);
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: Min(calc(95% - 300px), 1111px);
  transform: translate(0px, 200px);
  z-index: 100 !important;
}

/* line 26, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
.cookie-banner.--visibile {
  opacity: 1.0;
  visibility: visible;
  transform: translate(0px, 0px);
  transition: transform 800ms ease-in-out, 800ms ease-in-out, opacity 800ms ease-in-out;
}

/* line 33, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
.cookie-banner.--dismissed {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 200px);
  transition: transform 400ms ease-in-out, 400ms ease-in-out, opacity 400ms ease-in-out;
}

/* line 41, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
.cookie-banner .icon {
  position: fixed;
  right: 16px;
  top: 16px;
}

/* line 47, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
.cookie-banner .contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 32px;
}

/* line 55, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
.cookie-banner p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #0d121d;
  padding: 1rem 0.5rem 0.375rem 0.5rem;
}

/* line 63, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
.cookie-banner a {
  color: black;
}

/* line 67, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
.cookie-btn {
  background: rgba(223, 230, 232, 0.8);
  opacity: 0.8;
  min-width: 250px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 0.9215em 1.1875em;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  display: inline-block;
  transition: color .3s cubic-bezier(.7,0,.33,1), background .3s cubic-bezier(.7,0,.33,1), border-color .3s cubic-bezier(.7,0,.33,1);
}

/* line 87, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
.no-touchevents .cookie-btn:hover {
  color: #ef672a;
  background: #fff;
  border: 1px solid #fff;
  transition-delay: 0s;
}

/* line 95, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
.banner-accept-all {
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
.buttons > a.banner-accept-all {
  color: white;
  background-color: #141b29;
}

@media screen and (max-width: 980px) {
  /* line 105, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
  .cookie-banner {
    max-width: 100%;
    bottom: calc(1rem + 51px);
    margin: 20px;
  }
}

@media screen and (max-width: 569px) {
  /* line 113, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
  .cookie-banner .contents {
    flex-direction: column;
    padding: 20px;
  }
  /* line 117, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
  .cookie-banner .contents .buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  /* line 124, app/assets/stylesheets/frontend/bz/modules/_cookie-banner.scss */
  .cookie-btn {
    min-width: 150px;
  }
}

/* line 11, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container] *:not(.wrapper):not(.divider):not(.module):not(.grid):not(.no-fade) {
  opacity: 0;
  transition: transform .7s cubic-bezier(.7,0,.33,1), opacity .7s cubic-bezier(.7,0,.33,1);
}

/* line 16, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container] *[transform]:not(.wrapper):not(.divider):not(.module):not(.grid):not(.no-fade):not {
  transform: translateY(20px);
}

/* line 22, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container] *.btn:not(.wrapper):not(.divider):not(.module):not(.grid):not(.no-fade) {
  transition: transform .7s cubic-bezier(.7,0,.33,1), opacity .7s cubic-bezier(.7,0,.33,1), color .3s cubic-bezier(.7,0,.33,1), background .3s cubic-bezier(.7,0,.33,1), border-color .3s cubic-bezier(.7,0,.33,1);
}

/* line 28, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container] .no-fade,
.fade-on-view *[data-fade-container] .no-fade * {
  opacity: 1 !important;
}

/* line 32, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container] .no-fade[transform]:not,
.fade-on-view *[data-fade-container] .no-fade *[transform]:not {
  transform: translateY(0);
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *:not(.no-fade):nth-child(1) {
  transition-delay: 0s, 0s !important;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *.btn:not(.no-fade):nth-child(1) {
  transition-delay: 0s, 0s, 0s, 0s, 0s !important;
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *:not(.no-fade):nth-child(2) {
  transition-delay: 0.2s, 0.2s !important;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *.btn:not(.no-fade):nth-child(2) {
  transition-delay: 0.2s, 0.2s, 0s, 0s, 0s !important;
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *:not(.no-fade):nth-child(3) {
  transition-delay: 0.4s, 0.4s !important;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *.btn:not(.no-fade):nth-child(3) {
  transition-delay: 0.4s, 0.4s, 0s, 0s, 0s !important;
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *:not(.no-fade):nth-child(4) {
  transition-delay: 0.6s, 0.6s !important;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *.btn:not(.no-fade):nth-child(4) {
  transition-delay: 0.6s, 0.6s, 0s, 0s, 0s !important;
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *:not(.no-fade):nth-child(5) {
  transition-delay: 0.8s, 0.8s !important;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *.btn:not(.no-fade):nth-child(5) {
  transition-delay: 0.8s, 0.8s, 0s, 0s, 0s !important;
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *:not(.no-fade):nth-child(6) {
  transition-delay: 1s, 1s !important;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *.btn:not(.no-fade):nth-child(6) {
  transition-delay: 1s, 1s, 0s, 0s, 0s !important;
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *:not(.no-fade):nth-child(7) {
  transition-delay: 1.2s, 1.2s !important;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *.btn:not(.no-fade):nth-child(7) {
  transition-delay: 1.2s, 1.2s, 0s, 0s, 0s !important;
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *:not(.no-fade):nth-child(8) {
  transition-delay: 1.4s, 1.4s !important;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *.btn:not(.no-fade):nth-child(8) {
  transition-delay: 1.4s, 1.4s, 0s, 0s, 0s !important;
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *:not(.wrapper):not(.divider):not(.module):not(.grid):not(.no-fade) {
  opacity: 1;
}

/* line 55, app/assets/stylesheets/frontend/bz/modules/_fade-on-view.scss */
.fade-on-view *[data-fade-container=true] *[transform]:not(.wrapper):not(.divider):not(.module):not(.grid):not(.no-fade):not {
  transform: translateY(0);
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
.footer-cta {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  padding: 2.5em 0;
  overflow: hidden;
  background: #232d38;
  text-align: center;
}

/* line 11, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
.footer-cta:hover .plug-left {
  margin-right: 127px;
}

/* line 15, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
.footer-cta:hover .plug-right {
  margin-left: 127px;
}

/* line 20, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
.footer-cta .btn-primary {
  position: relative;
  z-index: 2;
  min-width: 320px;
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.5;
}

/* line 31, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
.footer-cta .plug-left,
.footer-cta .plug-right {
  z-index: 1;
  top: 50%;
  width: auto;
  height: 16px;
  margin-top: -8px;
  transition: all 0.1s ease-in-out;
  fill: #374b6f;
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
.footer-cta .plug-left {
  position: absolute;
  right: 50%;
  margin-right: 200px;
  transition: all 0.1s ease-in-out;
}

/* line 49, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
.footer-cta .plug-right {
  position: absolute;
  left: 50%;
  margin-left: 200px;
}

@media screen and (max-width: 569px) {
  /* line 56, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
  .footer-cta .cta.btn-lg {
    padding: 23px;
    font-size: 1.2em;
  }
  /* line 61, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
  .footer-cta .plug-left,
.footer-cta .plug-right {
    height: 11px;
    margin-top: -5px;
  }
  /* line 67, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
  .footer-cta .plug-left {
    margin-right: 128px;
  }
  /* line 71, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
  .footer-cta .plug-right {
    margin-left: 128px;
  }
  /* line 76, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
  .footer-cta:hover .plug-left {
    margin-right: 158px;
  }
  /* line 80, app/assets/stylesheets/frontend/bz/modules/_footer-cta.scss */
  .footer-cta:hover .plug-right {
    margin-left: 158px;
  }
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
footer {
  background: #141b29;
}

/* line 4, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
footer .wrapper, footer .divider {
  padding: 2.1875em 4%;
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
footer .wrapper::after, footer .divider::after {
  clear: both;
  content: "";
  display: block;
}

/* line 10, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
footer .footer-nav a {
  color: #fff;
  font-size: 0.875em;
  white-space: nowrap;
}

/* line 3, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
footer .footer-nav a:after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  display: block;
  background-color: #fff;
}

/* line 24, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
footer .footer-nav a:after {
  left: 50%;
  width: 0;
}

/* line 29, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
html:not(.ios) footer .footer-nav a:hover:after {
  left: 0;
  width: 100%;
}

/* line 15, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
footer .footer-nav a.selected:after {
  left: 0;
  width: 100%;
}

@media screen and (max-width: 479px) {
  /* line 21, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
  footer .footer-nav.hList-tight li {
    margin-right: 0.4em;
  }
}

/* line 27, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
footer .copyright {
  margin-left: 1.375em;
}

/* line 31, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
footer .copyright,
footer .footer-nav,
footer .social-nav {
  float: left;
}

@media screen and (max-width: 980px) {
  /* line 37, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
  footer .copyright,
footer .footer-nav,
footer .social-nav {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1.375em;
    margin-left: 0;
  }
}

/* line 50, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
footer .social {
  display: inline;
  font-size: 1.4375em;
  margin-left: 0.5em;
  line-height: 0.75em;
}

/* line 56, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
footer .social a {
  display: inline-block;
}

@media screen and (max-width: 980px) {
  /* line 56, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
  footer .social a {
    padding: 0.75rem;
  }
}

/* line 63, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
footer .social svg {
  fill: #637682;
  height: 24px;
  width: auto;
}

/* line 69, app/assets/stylesheets/frontend/bz/modules/_footer.scss */
footer .social a:hover svg {
  fill: #ef672a;
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/_forms-new.scss */
body.with-new-form form .input {
  margin-bottom: 1.25em;
}

/* line 6, app/assets/stylesheets/frontend/bz/modules/_forms-new.scss */
body.with-new-form form .submit-wrapper {
  text-align: center;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/frontend/bz/modules/_forms-new.scss */
body.with-new-form form .submit-wrapper button[type="submit"] {
  margin: 0.75em 0 1.375em;
}

/* line 14, app/assets/stylesheets/frontend/bz/modules/_forms-new.scss */
body.with-new-form form .submit-wrapper p {
  font-size: 0.8125em;
}

/* line 19, app/assets/stylesheets/frontend/bz/modules/_forms-new.scss */
body.with-new-form form .field_with_errors label {
  color: white !important;
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
body.with-form .body-wrapper {
  background: none;
}

@media screen and (max-width: 1024px) {
  /* line 6, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
  body.with-form .intro {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 82.8924162257%;
    margin-left: 8.5537918871%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  body.with-form .intro:last-child {
    margin-right: 0;
  }
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
body.with-form h2 {
  font-size: 2.5em;
}

@media screen and (max-width: 479px) {
  /* line 13, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
  body.with-form h2 {
    font-size: 1.5em;
  }
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
body.with-form strong {
  font-weight: 500;
}

/* line 25, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
body.with-form form {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 48.6772486772%;
  margin-left: 25.6613756614%;
  padding: 0 0.625em;
  margin-bottom: 4.25em;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
body.with-form form:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  /* line 25, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
  body.with-form form {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 65.7848324515%;
    margin-left: 17.1075837743%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  body.with-form form:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 25, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
  body.with-form form {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 100%;
    margin-left: 0%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  body.with-form form:last-child {
    margin-right: 0;
  }
}

/* line 41, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
body.with-form form .input {
  margin-bottom: 1em;
}

/* line 45, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
body.with-form form label {
  color: #ebf0f9;
  font-weight: normal;
}

/* line 50, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
body.with-form form .promocode-signup {
  text-align: center;
}

/* line 54, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
body.with-form form .submit-wrapper {
  text-align: center;
  overflow: hidden;
}

/* line 58, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
body.with-form form .submit-wrapper button[type="submit"] {
  margin: 0.75em 0 1.375em;
}

/* line 62, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
body.with-form form .submit-wrapper p {
  font-size: 0.8125em;
}

/* line 69, app/assets/stylesheets/frontend/bz/modules/_forms.scss */
.small-form form .btn {
  width: 100%;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_hover-tile-animation.scss */
.hover-tile-outer {
  background-position: top;
  background-size: cover;
  height: 250px;
  margin-bottom: 8%;
  cursor: pointer;
}

@media screen and (min-width: 860px) {
  /* line 1, app/assets/stylesheets/frontend/bz/modules/_hover-tile-animation.scss */
  .hover-tile-outer {
    width: 100%;
  }
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/_hover-tile-animation.scss */
.hover-tile-outer .hover-tile-container {
  height: 250px;
  overflow: hidden;
}

/* line 18, app/assets/stylesheets/frontend/bz/modules/_hover-tile-animation.scss */
.hover-tile-outer .hover-tile-container:hover .hover-tile-hidden {
  transform: translate(0, -100%);
}

/* line 22, app/assets/stylesheets/frontend/bz/modules/_hover-tile-animation.scss */
.hover-tile-outer .hover-tile {
  transition: all, 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  background: inherit;
  color: white;
  height: inherit;
  padding: 1em;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/_hover-tile-animation.scss */
.hover-tile-outer .hover-tile-visible {
  color: #fff;
  font-size: 2em;
  font-weight: 200;
  padding-top: 2em;
  text-align: center;
}

/* line 38, app/assets/stylesheets/frontend/bz/modules/_hover-tile-animation.scss */
.hover-tile-outer .hover-tile-hidden {
  background: rgba(20, 27, 41, 0.9);
}

/* line 41, app/assets/stylesheets/frontend/bz/modules/_hover-tile-animation.scss */
.hover-tile-outer .hover-tile-hidden h4 {
  margin-bottom: 0.5em;
}

/* line 45, app/assets/stylesheets/frontend/bz/modules/_hover-tile-animation.scss */
.hover-tile-outer .hover-tile-hidden p {
  color: #fff;
}

/* line 50, app/assets/stylesheets/frontend/bz/modules/_hover-tile-animation.scss */
.hover-tile-outer .example-img {
  padding: 0;
}

/* line 54, app/assets/stylesheets/frontend/bz/modules/_hover-tile-animation.scss */
.hover-tile-outer .btn-secondary {
  border-color: #ef672a;
  color: #ef672a;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_image-carousel.scss */
.image-carousel {
  position: relative;
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/_image-carousel.scss */
.image-carousel figure:before, .image-carousel figure:after {
  content: '';
  display: block;
  position: absolute;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_intro.scss */
.intro-wrapper {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
.intro-wrapper::after {
  clear: both;
  content: "";
  display: block;
}

/* line 6, app/assets/stylesheets/frontend/bz/modules/_intro.scss */
.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.4375em 0;
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* line 6, app/assets/stylesheets/frontend/bz/modules/_intro.scss */
  .intro {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  /* line 6, app/assets/stylesheets/frontend/bz/modules/_intro.scss */
  .intro {
    width: 100%;
    padding-top: 1em;
    padding-left: 4%;
    padding-right: 4%;
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/modules/_intro.scss */
.intro.left-align {
  text-align: left;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/_intro.scss */
.intro h1 {
  line-height: 1.15;
}

/* line 34, app/assets/stylesheets/frontend/bz/modules/_intro.scss */
.intro h2,
.intro h1.heading-secondary {
  margin-bottom: 0.25em;
}

/* line 39, app/assets/stylesheets/frontend/bz/modules/_intro.scss */
.intro .standout {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 20px auto 0;
  text-align: center;
  max-width: 700px;
}

/* line 48, app/assets/stylesheets/frontend/bz/modules/_intro.scss */
.intro .standout.-narrow {
  max-width: 400px;
}

@media screen and (max-width: 479px) {
  /* line 54, app/assets/stylesheets/frontend/bz/modules/_intro.scss */
  .intro h1,
.intro h2 {
    font-size: 1.6875em;
    margin-bottom: 0.25em;
  }
}

/* line 63, app/assets/stylesheets/frontend/bz/modules/_intro.scss */
.fans-intro {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 82.8924162257%;
  margin-left: 8.5537918871%;
  padding: 0;
  vertical-align: bottom;
  line-height: 0;
  text-align: center;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.fans-intro:last-child {
  margin-right: 0;
}

/* line 72, app/assets/stylesheets/frontend/bz/modules/_intro.scss */
.fans-intro img {
  max-width: 87%;
}

/* Jobs Page */
/* line 2, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
#job-post-page,
#jobs-page {
  margin: 0;
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
#job-post-page .body-wrapper,
#jobs-page .body-wrapper {
  background: transparent;
}

/* line 9, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
#job-post-page #breadcrumb .wrapper, #job-post-page #breadcrumb .divider,
#jobs-page #breadcrumb .wrapper,
#jobs-page #breadcrumb .divider {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
#job-post-page #breadcrumb .wrapper::after, #job-post-page #breadcrumb .divider::after,
#jobs-page #breadcrumb .wrapper::after,
#jobs-page #breadcrumb .divider::after {
  clear: both;
  content: "";
  display: block;
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
#job-post-page #intro,
#jobs-page #intro {
  padding-top: calc(85px + 20px);
}

@media screen and (max-width: 569px) {
  /* line 13, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
  #job-post-page #intro,
#jobs-page #intro {
    padding-top: 50px;
  }
}

/* line 20, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
#job-post-page #main-section .wrapper, #job-post-page #main-section .divider,
#jobs-page #main-section .wrapper,
#jobs-page #main-section .divider {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.125em;
  padding-bottom: 2.4375em;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
#job-post-page #main-section .wrapper::after, #job-post-page #main-section .divider::after,
#jobs-page #main-section .wrapper::after,
#jobs-page #main-section .divider::after {
  clear: both;
  content: "";
  display: block;
}

/* line 26, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
#job-post-page #main-section .contents,
#jobs-page #main-section .contents {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 65.7848324515%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
#job-post-page #main-section .contents:last-child,
#jobs-page #main-section .contents:last-child {
  margin-right: 0;
}

/* line 29, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
#job-post-page #main-section .contents.no-sidebar,
#jobs-page #main-section .contents.no-sidebar {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 26, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
  #job-post-page #main-section .contents,
#jobs-page #main-section .contents {
    width: 100%;
  }
}

/* line 36, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
#job-post-page #main-section .contents ul,
#jobs-page #main-section .contents ul {
  margin-bottom: 1.875em;
}

/* line 44, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
#job-post-page p.standout,
#jobs-page p.standout {
  font-size: 1.2em;
  color: #aed3e1;
}

/* line 50, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
#job-post-page ul.job-positions li,
#jobs-page ul.job-positions li {
  margin-bottom: 0.5rem;
}

/* line 56, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
#job-post-page aside.hiring-finished {
  border: 1px solid #ef672a;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 62, app/assets/stylesheets/frontend/bz/modules/_jobs.scss */
#job-post-page aside.hiring-finished p:last-child {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two section {
  padding: 5.25em 0;
}

/* line 8, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two section h2.heading-secondary {
  margin-bottom: 0.7em;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two section h3.heading-tertiary {
  margin-bottom: 0.4em;
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: 600;
}

/* line 20, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .no-padding {
  padding: 0;
}

/* line 24, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .intro-section {
  padding-top: 85px;
  margin-top: -45px;
}

/* line 25, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .intro-section h1 {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 980px) {
  /* line 24, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .intro-section {
    padding-top: 50px;
    margin-top: -50px;
  }
}

/* line 35, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .intro-section .wrapper, .landing-page-two .intro-section .divider {
  padding-top: 6.25em;
}

@media screen and (max-width: 980px) {
  /* line 35, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .intro-section .wrapper, .landing-page-two .intro-section .divider {
    padding-top: 0;
  }
}

/* line 44, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .attribution {
  font-size: 0.75em;
  margin-top: 6em;
}

@media screen and (max-width: 860px) {
  /* line 44, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .attribution {
    margin-top: 3em;
  }
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-image-and-description .description .attribution {
  margin-bottom: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* line 58, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .image-on-right .image .attribution {
  text-align: center;
}

/* line 63, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .body-wrapper {
  background-image: none;
}

/* line 68, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two section .btn {
  width: fit-content;
  min-width: 40%;
  border-radius: 0;
}

/* line 74, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two section .btn-row .btn {
  min-width: 40%;
}

@media screen and (max-width: 860px) {
  /* line 78, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two section:not(.pad-bottom) {
    padding-bottom: 2em;
  }
}

/* line 86, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-image-and-description {
  padding: unset;
}

@media screen and (max-width: 860px) {
  /* line 86, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .block-image-and-description {
    padding-top: 1.5rem;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

/* line 95, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-image-and-description .description p {
  margin-bottom: 2.5em;
}

/* line 98, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-image-and-description .description p.-normal-margin {
  margin-bottom: 1em;
}

/* line 103, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-image-and-description.video-container {
  align-items: center;
}

/* line 105, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-image-and-description.video-container .image.bigger {
  padding: 9rem 4rem;
  background-color: #2C3C5A;
}

/* line 112, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-figure-and-article {
  align-items: flex-end;
}

/* line 115, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-figure-and-article.-padded-small article {
  padding-bottom: 1.5em;
}

/* line 119, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-figure-and-article.-padded-medium article {
  padding-bottom: 3.25em;
}

/* line 123, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-figure-and-article.-padded-large article {
  padding-bottom: 5.25em;
}

/* line 127, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-figure-and-article article {
  flex-basis: 40%;
  width: 40%;
}

/* line 130, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-figure-and-article article .feature {
  margin-bottom: 1.95em;
}

/* line 131, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-figure-and-article article .feature p {
  margin-bottom: 0;
}

/* line 138, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-figure-and-article figure {
  flex-basis: 60%;
  width: 60%;
}

/* line 141, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-figure-and-article figure img {
  display: block;
}

/* line 147, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-figure-and-article.image-on-right article {
  padding-right: 64px;
}

/* line 152, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-figure-and-article.image-on-left {
  flex-direction: row-reverse;
}

/* line 154, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-figure-and-article.image-on-left figure {
  padding-right: 64px;
}

@media screen and (max-width: 860px) {
  /* line 112, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .block-figure-and-article {
    flex-direction: column;
    padding-bottom: 0;
    text-align: center;
  }
  /* line 163, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .block-figure-and-article img {
    width: 100%;
  }
  /* line 167, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .block-figure-and-article .flex-row {
    flex-wrap: wrap;
  }
  /* line 171, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .block-figure-and-article.image-on-right article {
    padding-right: 0;
  }
  /* line 176, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .block-figure-and-article.image-on-left {
    flex-direction: column;
  }
  /* line 178, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .block-figure-and-article.image-on-left figure {
    padding-right: 0;
  }
  /* line 183, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .block-figure-and-article figure {
    padding-top: 64px;
  }
  /* line 186, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .block-figure-and-article article,
.landing-page-two .block-figure-and-article figure {
    width: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 860px) {
  /* line 194, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .block-img-centered {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 860px) {
  /* line 203, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .img-fullbleed img {
    max-width: 100%;
  }
}

/* line 210, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .attribution-badge {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 687px) {
  /* line 210, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .attribution-badge {
    justify-content: center;
    margin-bottom: 3em;
  }
}

/* line 219, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .attribution-badge .image {
  line-height: 0;
  margin-right: 1em;
}

/* line 224, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .attribution-badge .info {
  text-align: left;
}

/* line 228, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .attribution-badge .name {
  font-weight: bold;
}

/* line 232, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .attribution-badge.centered {
  justify-content: center;
}

@media screen and (min-width: 1025px) {
  /* line 239, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .intro-section h1,
.landing-page-two .intro-section h2 {
    font-size: 2.85em;
    line-height: 1.2em;
  }
}

/* line 247, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .intro-section .btn {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 14px;
  width: 55%;
}

@media screen and (min-width: 861px) {
  /* line 255, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .intro-section .attribution {
    margin-top: 12em;
  }
}

/* line 261, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .block-logo-and-title h2.heading-secondary {
  margin-bottom: 0.3em;
}

/* line 265, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .animate-plugs.services {
  padding: 0;
  padding-bottom: 2em;
}

/* line 268, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .animate-plugs.services h2.heading-secondary {
  margin-bottom: 0;
}

/* line 274, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .faq h2.heading-secondary {
  text-align: center;
  margin-bottom: 1.4em;
}

/* line 278, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .faq .grid {
  padding: 0;
}

@media screen and (max-width: 479px) {
  /* line 278, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .faq .grid {
    text-align: center;
  }
}

/* line 284, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .faq .block-2up {
  padding-top: 0;
}

/* line 289, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .text-banner {
  text-align: center;
}

/* line 291, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .text-banner p {
  margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  /* line 289, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .text-banner {
    padding-bottom: 2.5em;
  }
}

/* line 299, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts {
  text-align: center;
}

/* line 301, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .wrapper, .landing-page-two .highlighted-posts .divider {
  width: 100%;
  max-width: 100%;
}

/* line 305, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .grid {
  max-width: 100%;
  padding: 0 1.625em;
}

/* line 308, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .grid .block-3up {
  margin-bottom: 0;
}

/* line 312, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .post.recap {
  text-align: left;
  margin-bottom: 4em;
}

/* line 313, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .post.recap .heading-tertiary {
  margin-bottom: 0.7em;
}

/* line 315, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .post.recap .heading-tertiary a {
  color: #232d38;
}

/* line 317, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .post.recap .heading-tertiary a:hover {
  color: #7e98a2;
}

@supports (display: grid) {
  /* line 312, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .highlighted-posts .post.recap {
    margin-bottom: 0;
  }
}

/* line 329, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .post.recap .post-info {
  margin-top: 0.5em;
  font-size: 0.75em;
}

/* line 332, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .post.recap .post-info img {
  display: none;
}

/* line 337, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .post.recap .recap-image {
  width: 100%;
  border: 1px solid #dedede;
}

/* line 341, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .post.recap .recap-image:hover {
  opacity: 0.8;
}

/* line 346, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .post.recap .categories {
  margin: 0.5em 0;
  color: #ef672a;
  font-size: 0.85em;
}

/* line 352, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .post.recap .post-info .categories {
  display: none;
}

/* line 356, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .post.recap .post-title {
  font-size: 1.25em;
}

/* line 358, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-posts .post.recap .post-title a {
  color: #232d38;
}

/* line 365, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-videos {
  text-align: center;
}

/* line 367, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-videos .wrapper, .landing-page-two .highlighted-videos .divider {
  width: 100%;
  max-width: 100%;
}

/* line 371, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-videos .grid {
  max-width: 100%;
  padding: 0 1.625em;
}

/* line 374, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .highlighted-videos .grid .block-3up {
  margin-bottom: 0;
}

/* line 381, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two #sales-ticker h2.heading-secondary {
  margin-bottom: 38px;
}

/* line 384, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two #sales-ticker figcaption {
  margin-top: 1em;
}

/* line 386, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two #sales-ticker figcaption p {
  font-size: 1em;
}

/* line 388, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two #sales-ticker figcaption p em {
  font-style: normal;
  font-weight: 700;
}

/* line 396, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two #carousel {
  padding: 0;
}

/* line 400, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools {
  text-align: center;
}

/* line 402, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25em;
  margin-bottom: 1.25em;
}

/* line 408, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools .wrapper:first-of-type:not(:has(p)) h2, .landing-page-two .tools .divider:first-of-type:not(:has(p)) h2 {
  margin-bottom: 1.3em;
}

@media screen and (min-width: 861px) {
  /* line 412, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .tools button {
    width: 25%;
  }
}

/* line 418, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools p {
  padding: 0 8%;
}

/* line 422, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools .grid {
  padding-bottom: 1em;
}

/* line 424, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools .grid p {
  color: #7e98a2;
}

/* line 429, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools .intro {
  padding: 3em 0;
}

/* line 431, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools .intro p {
  padding: 0;
}

/* line 438, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools .feature-3up h3 {
  margin-bottom: 0.75em;
}

/* line 442, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools .feature-3up .block-3up {
  margin-bottom: unset;
  padding: unset;
}

/* line 447, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools .feature-3up.no-images h3 {
  font-weight: 700;
  margin-bottom: 0.7em;
}

/* line 453, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools .grid {
  padding-top: 0;
}

/* line 456, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools.left-aligned {
  padding-bottom: 3.25em;
}

/* line 458, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools.left-aligned .grid .block-3up {
  text-align: left;
  margin-bottom: 2em;
}

/* line 461, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools.left-aligned .grid .block-3up h3 {
  font-weight: 600;
}

/* line 464, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .tools.left-aligned .grid .block-3up p {
  padding: 0;
  margin-bottom: 0.7em;
}

/* line 472, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .testimonials {
  padding-top: 1.5em;
}

@media screen and (min-width: 861px) {
  /* line 472, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .testimonials {
    padding-top: 1.5rem;
  }
}

/* line 479, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .testimonials .block-3up {
  text-align: left;
}

@media screen and (max-width: 687px) {
  /* line 479, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .testimonials .block-3up {
    text-align: center;
  }
}

/* line 487, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .testimonials .feature-img {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 687px) {
  /* line 487, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .testimonials .feature-img {
    margin-bottom: 1em;
  }
}

/* line 495, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .testimonials .quote {
  font-style: italic;
  font-size: 1.1em;
  text-align: left;
}

@media screen and (max-width: 687px) {
  /* line 495, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .testimonials .quote {
    margin-bottom: 0.75em;
    text-align: center;
  }
}

/* line 506, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .testimonials .attribution {
  padding-top: 0;
}

/* line 512, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .trustpilot .intro {
  padding-bottom: 0;
}

/* line 516, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .trustpilot .trustpilot-widget {
  margin-top: 3em;
  padding-left: 10px;
}

/* line 520, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .trustpilot .trustpilot-widget iframe {
  margin: auto;
}

/* line 526, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .trustpilot .reviews h3:after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  border-bottom: 3px solid #ef672a;
  margin: 0.875em auto;
}

/* line 535, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .trustpilot .reviews .quote {
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 687px) {
  /* line 535, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .trustpilot .reviews .quote {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 82.8924162257%;
    margin-left: 8.5537918871%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .landing-page-two .trustpilot .reviews .quote:last-child {
    margin-right: 0;
  }
}

/* line 545, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .trustpilot .reviews img {
  margin: auto auto 1.5em;
}

/* line 553, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .testimonials .grid,
.landing-page-two .trustpilot .grid {
  padding-bottom: 0;
  padding-top: 0;
}

@media screen and (max-width: 860px) {
  /* line 558, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .testimonials .grid .block-3up:last-child,
.landing-page-two .trustpilot .grid .block-3up:last-child {
    display: none;
  }
}

@media screen and (max-width: 687px) {
  /* line 558, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .testimonials .grid .block-3up:last-child,
.landing-page-two .trustpilot .grid .block-3up:last-child {
    display: block;
  }
}

/* line 570, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .info-with-icon figure {
  display: flex;
  align-items: center;
  margin-bottom: 0.9em;
}

/* line 575, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .info-with-icon figure h3 {
  margin: 0;
}

/* line 579, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .info-with-icon figure svg {
  margin-right: 8px;
}

/* line 584, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .info-with-icon figcaption {
  margin-left: 3.5rem;
}

@media screen and (max-width: 860px) {
  /* line 589, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .single-testimonial {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

@media screen and (max-width: 860px) {
  /* line 594, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .single-testimonial .attribution-badge {
    margin-bottom: 0;
  }
}

/* line 600, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .single-testimonial .quote {
  font-size: 1.3em;
  line-height: 1.3em;
  font-style: italic;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5em;
}

@media screen and (min-width: 861px) {
  /* line 600, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .single-testimonial .quote {
    font-size: 1.7em;
    line-height: 1.4em;
    font-weight: 400;
  }
}

@media screen and (min-width: 861px) {
  /* line 600, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .single-testimonial .quote {
    padding-top: 1.5rem;
  }
}

/* line 619, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .single-testimonial .info .name {
  font-size: 1.3em;
}

/* line 622, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .single-testimonial .info .years {
  font-size: 0.9em;
}

/* line 628, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .single-testimonial.with-image .quote {
  margin-bottom: 0;
  padding-top: 0;
}

/* line 632, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .single-testimonial.with-image .attribution {
  margin-top: 2em;
}

/* line 638, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .bg-white .bz-stamp {
  fill: #ef672a;
}

/* line 642, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .bg-brand .bz-stamp {
  fill: #fff;
}

/* line 647, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .ten-steps .step-list-holder {
  margin: auto;
  margin-top: 3rem;
  margin-left: 0.5rem;
  max-width: 700px;
}

@media screen and (max-width: 479px) {
  /* line 647, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .ten-steps .step-list-holder {
    margin-left: 0;
  }
}

/* line 658, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .ten-steps .step-list {
  margin: 0 2vw 0 6vw;
  text-align: left;
}

@media screen and (min-width: 769px) {
  /* line 658, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .ten-steps .step-list {
    margin: 0 2vw 0 4.5vw;
    font-size: 1.2rem;
  }
}

/* line 668, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .ten-steps .get-started-button {
  margin: auto;
}

/* line 672, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .ten-steps .attribution {
  text-align: center;
}

/* line 676, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .ten-steps.-centered .wrapper, .landing-page-two .ten-steps.-centered .divider {
  text-align: center;
}

/* line 679, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .ten-steps.-centered .wrapper .step-list-holder, .landing-page-two .ten-steps.-centered .divider .step-list-holder {
  width: 100%;
  margin: 3em auto;
  padding-left: 0.5rem;
}

/* line 684, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
.landing-page-two .ten-steps.-centered .wrapper .step-list-holder .step-list, .landing-page-two .ten-steps.-centered .divider .step-list-holder .step-list {
  margin: 0 8rem;
}

@media screen and (max-width: 768px) {
  /* line 684, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .ten-steps.-centered .wrapper .step-list-holder .step-list, .landing-page-two .ten-steps.-centered .divider .step-list-holder .step-list {
    margin: 0 4rem;
  }
}

@media screen and (max-width: 569px) {
  /* line 684, app/assets/stylesheets/frontend/bz/modules/_landing-page-two.scss */
  .landing-page-two .ten-steps.-centered .wrapper .step-list-holder .step-list, .landing-page-two .ten-steps.-centered .divider .step-list-holder .step-list {
    margin: 0;
  }
}

/* line 6, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .attribution {
  font-size: 0.75rem;
  margin-top: 6rem;
}

@media screen and (max-width: 860px) {
  /* line 6, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .attribution {
    margin-top: 3rem;
  }
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .attribution.-no-margin {
  margin-top: 0;
}

/* line 18, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .block-image-and-description .description .attribution {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* line 24, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .image-on-right .image .attribution {
  text-align: center;
}

/* line 29, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .body-wrapper {
  background-image: none;
}

/* line 34, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page section .btn {
  width: fit-content;
  min-width: 40%;
  border-radius: 0;
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page section .btn-row .btn {
  min-width: 40%;
}

@media screen and (max-width: 860px) {
  /* line 44, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page section:not(.pad-bottom) {
    padding-bottom: 2em;
  }
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .block-image-and-description {
  padding-top: 6.25em;
}

@media screen and (max-width: 860px) {
  /* line 52, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .block-image-and-description {
    padding-top: 1.5rem;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

/* line 61, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .block-image-and-description .description h1 {
  margin-bottom: 0.5em;
}

/* line 64, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .block-image-and-description .description h2,
.landing-page .block-image-and-description .description h3,
.landing-page .block-image-and-description .description h4,
.landing-page .block-image-and-description .description h5,
.landing-page .block-image-and-description .description h6 {
  margin-bottom: 1em;
}

/* line 72, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .block-image-and-description .description p {
  margin-bottom: 2.5em;
}

@media screen and (max-width: 860px) {
  /* line 78, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .block-img-centered {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 860px) {
  /* line 87, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .img-fullbleed img {
    max-width: 100%;
  }
}

/* line 94, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .attribution-badge {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 687px) {
  /* line 94, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .attribution-badge {
    justify-content: center;
    margin-bottom: 3em;
  }
}

/* line 103, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .attribution-badge .image {
  line-height: 0;
  margin-right: 1em;
}

/* line 108, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .attribution-badge .info {
  text-align: left;
}

/* line 112, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .attribution-badge .name {
  font-weight: bold;
}

/* line 116, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .attribution-badge.centered {
  justify-content: center;
}

@media screen and (min-width: 1025px) {
  /* line 123, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .intro-section h1,
.landing-page .intro-section h2 {
    font-size: 2.85em;
    line-height: 1.2em;
  }
}

/* line 131, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .intro-section .btn {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  font-size: 14px;
  width: 55%;
}

@media screen and (min-width: 861px) {
  /* line 139, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .intro-section .attribution {
    margin-top: 12em;
  }
}

/* line 145, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .tools {
  padding-top: 1.5em;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 861px) {
  /* line 145, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .tools {
    padding-top: 1.5rem;
    padding-bottom: 6em;
  }
}

/* line 154, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .tools h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25em;
  margin-bottom: 1.25em;
}

@media screen and (min-width: 861px) {
  /* line 160, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .tools button {
    width: 25%;
  }
}

/* line 166, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .tools p {
  padding: 0 8%;
}

/* line 170, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .tools .grid {
  padding-bottom: 1em;
}

/* line 174, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .tools .intro {
  padding: 3em 0;
}

/* line 180, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .tools .feature-3up h3 {
  margin-bottom: 0.75em;
}

/* line 184, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .tools .feature-3up .block-3up {
  margin-bottom: 1%;
}

/* line 188, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .tools .feature-3up.no-images h3 {
  font-weight: 700;
  margin-bottom: 1.25em;
}

/* line 194, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .tools .grid {
  padding-top: 0;
}

/* line 199, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .testimonials {
  padding-top: 1.5em;
}

@media screen and (min-width: 861px) {
  /* line 199, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .testimonials {
    padding-top: 1.5rem;
  }
}

/* line 206, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .testimonials .block-3up {
  text-align: left;
}

@media screen and (max-width: 687px) {
  /* line 206, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .testimonials .block-3up {
    text-align: center;
  }
}

/* line 214, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .testimonials .feature-img {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 687px) {
  /* line 214, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .testimonials .feature-img {
    margin-bottom: 1em;
  }
}

/* line 222, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .testimonials .quote {
  font-style: italic;
  font-size: 1.1em;
  text-align: left;
}

@media screen and (max-width: 687px) {
  /* line 222, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .testimonials .quote {
    margin-bottom: 0.75em;
    text-align: center;
  }
}

/* line 233, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .testimonials .attribution {
  padding-top: 0;
}

/* line 239, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .trustpilot .intro {
  padding-bottom: 0;
}

/* line 243, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .trustpilot .trustpilot-widget {
  margin-top: 3em;
  padding-left: 10px;
}

/* line 247, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .trustpilot .trustpilot-widget iframe {
  margin: auto;
}

/* line 253, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .trustpilot .reviews h3:after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  border-bottom: 3px solid #ef672a;
  margin: 0.875em auto;
}

/* line 262, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .trustpilot .reviews .quote {
  font-style: italic;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 687px) {
  /* line 262, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .trustpilot .reviews .quote {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 82.8924162257%;
    margin-left: 8.5537918871%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .landing-page .trustpilot .reviews .quote:last-child {
    margin-right: 0;
  }
}

/* line 272, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .trustpilot .reviews img {
  margin: auto auto 1.5em;
}

/* line 280, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .testimonials .grid,
.landing-page .trustpilot .grid {
  padding-bottom: 0;
  padding-top: 0;
}

@media screen and (max-width: 860px) {
  /* line 285, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .testimonials .grid .block-3up:last-child,
.landing-page .trustpilot .grid .block-3up:last-child {
    display: none;
  }
}

@media screen and (max-width: 687px) {
  /* line 285, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .testimonials .grid .block-3up:last-child,
.landing-page .trustpilot .grid .block-3up:last-child {
    display: block;
  }
}

/* line 296, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .single-testimonial {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

@media screen and (min-width: 861px) {
  /* line 296, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .single-testimonial {
    padding-top: 1.5rem;
    padding-bottom: 6em;
  }
}

@media screen and (max-width: 860px) {
  /* line 305, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .single-testimonial .attribution-badge {
    margin-bottom: 0;
  }
}

/* line 311, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .single-testimonial .quote {
  font-size: 1.3em;
  line-height: 1.3em;
  font-style: italic;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
}

@media screen and (min-width: 861px) {
  /* line 311, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .single-testimonial .quote {
    font-size: 1.7em;
    line-height: 1.7em;
    font-weight: 400;
  }
}

@media screen and (min-width: 861px) {
  /* line 311, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .single-testimonial .quote {
    padding-top: 1.5rem;
  }
}

/* line 329, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .single-testimonial .info .name {
  font-size: 1.3em;
}

/* line 332, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .single-testimonial .info .years {
  font-size: 0.9em;
}

/* line 338, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .bz-stamp {
  fill: #ef672a;
}

/* line 343, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .ten-steps .step-list-holder {
  margin: auto;
  margin-top: 3rem;
  margin-left: 0.5rem;
  max-width: 700px;
}

@media screen and (max-width: 479px) {
  /* line 343, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .ten-steps .step-list-holder {
    margin-left: 0;
  }
}

/* line 354, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .ten-steps .step-list {
  margin: 0 2vw 0 6vw;
  text-align: left;
}

@media screen and (min-width: 769px) {
  /* line 354, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
  .landing-page .ten-steps .step-list {
    margin: 0 2vw 0 4.5vw;
    font-size: 1.2rem;
  }
}

/* line 364, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .ten-steps .get-started-button {
  margin: auto;
}

/* line 368, app/assets/stylesheets/frontend/bz/modules/_landing-page.scss */
.landing-page .ten-steps .attribution {
  text-align: center;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_livechat.scss */
.livechat-float {
  display: flex;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/frontend/bz/modules/_livechat.scss */
.livechat-float .livechat-shape {
  width: 150px;
  height: 55px;
  background: #fff;
  border-radius: 50px 50px 0 50px;
  border: solid 1px #dde1e9;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 680px) {
  /* line 10, app/assets/stylesheets/frontend/bz/modules/_livechat.scss */
  .livechat-float .livechat-shape {
    width: 122px;
    height: 40px;
  }
}

/* line 25, app/assets/stylesheets/frontend/bz/modules/_livechat.scss */
.livechat-float .livechat-shape span {
  color: #6e7f89;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 0.75rem;
  margin: 0;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}

@media screen and (max-width: 680px) {
  /* line 25, app/assets/stylesheets/frontend/bz/modules/_livechat.scss */
  .livechat-float .livechat-shape span {
    font-size: 13px;
  }
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/_livechat.scss */
.livechat-float .team-member-photo {
  margin-left: 1rem;
  background-image: url(/assets/frontend/bz/chat/chat-support-team-2174909ee27d0b432e49f18c2385cdde26e84c53083c613e3ecaa5d9eea08120.jpg);
  background-position: 0;
  background-size: cover;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background-color: white;
}

@media screen and (max-width: 680px) {
  /* line 40, app/assets/stylesheets/frontend/bz/modules/_livechat.scss */
  .livechat-float .team-member-photo {
    width: 40px;
    height: 40px;
    margin-left: 6px;
  }
}

/* line 58, app/assets/stylesheets/frontend/bz/modules/_livechat.scss */
.SnapABug_Button {
  display: none !important;
}

@media screen and (max-width: 569px) {
  /* line 63, app/assets/stylesheets/frontend/bz/modules/_livechat.scss */
  .nav-features .livechat-float {
    padding-bottom: calc(1rem + 51px);
  }
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page {
  background: #141b29 url(/assets/frontend/bz/login-bg-10f8953bac04d9678629058189e0e61f7ee2647b6a6746f180fb5743e2edd6b5.jpg) top center no-repeat;
  background-size: cover;
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page section {
  margin-top: 2.5em;
}

/* line 9, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .body-wrapper {
  background: none;
  height: 100%;
  padding: 16px;
}

/* line 15, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .wrapper, #signin-page .divider {
  max-width: 100%;
  height: 100%;
  padding: 2.25em 0 0;
  text-align: center;
}

@media screen and (max-width: 479px) {
  /* line 15, app/assets/stylesheets/frontend/bz/modules/_login.scss */
  #signin-page .wrapper, #signin-page .divider {
    padding: 0;
  }
}

/* line 25, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .wrapper:before, #signin-page .divider:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}

/* line 35, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .inner-wrapper {
  vertical-align: middle;
  display: inline-block;
  margin: 0 auto;
  padding: 2.125em 1.5em 1.5em;
  background: rgba(20, 27, 41, 0.92);
  max-width: 400px;
}

@media screen and (max-width: 479px) {
  /* line 35, app/assets/stylesheets/frontend/bz/modules/_login.scss */
  #signin-page .inner-wrapper {
    max-width: 300px;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/modules/_login.scss */
  #signin-page .inner-wrapper .btn {
    padding: 1rem 0.5rem;
  }
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .offset-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
}

@media screen and (max-width: 479px) {
  /* line 52, app/assets/stylesheets/frontend/bz/modules/_login.scss */
  #signin-page .offset-wrapper {
    padding: 0 1%;
  }
}

/* line 61, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .offset-wrapper p {
  margin-top: 2em;
  text-align: right;
}

@media screen and (max-width: 569px) {
  /* line 61, app/assets/stylesheets/frontend/bz/modules/_login.scss */
  #signin-page .offset-wrapper p {
    text-align: center;
  }
}

/* line 71, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page h1 {
  margin-bottom: 1.5em;
}

/* line 75, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .forgot-wrapper,
#signin-page .header {
  margin: 0 auto;
  max-width: 100%;
}

/* line 80, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .forgot-wrapper .logo img,
#signin-page .header .logo img {
  max-width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.3125em;
}

@media screen and (max-width: 569px) {
  /* line 80, app/assets/stylesheets/frontend/bz/modules/_login.scss */
  #signin-page .forgot-wrapper .logo img,
#signin-page .header .logo img {
    max-width: 50%;
  }
}

/* line 91, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .forgot-wrapper h2,
#signin-page .header h2 {
  font-size: 1.3125em;
  text-align: center;
  margin-bottom: 0.75em;
}

@media screen and (max-width: 569px) {
  /* line 91, app/assets/stylesheets/frontend/bz/modules/_login.scss */
  #signin-page .forgot-wrapper h2,
#signin-page .header h2 {
    margin-bottom: 1em;
  }
}

/* line 100, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .forgot-wrapper a,
#signin-page .header a {
  text-align: center;
  font-size: 0.875em;
}

/* line 106, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .small-form {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

/* line 112, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .small-form form {
  max-width: 100%;
}

/* line 115, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .small-form form label {
  text-align: left;
  font-size: 0.875em;
}

/* line 120, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .small-form form .field_with_errors {
  background: none;
  border: none;
  padding: 0;
}

/* line 125, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .small-form form .field_with_errors input {
  border: 2px solid #da3954;
}

/* line 131, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .small-form div.input {
  width: 350px;
  max-width: 100%;
  margin-bottom: 1em;
}

/* line 138, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page .submit-wrapper input {
  width: 100%;
}

/* line 143, app/assets/stylesheets/frontend/bz/modules/_login.scss */
#signin-page label.required:after {
  content: "";
}

/* line 16, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body {
  --navigation-height: 85px;
}

@media screen and (max-width: 1200px) {
  /* line 16, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  body {
    --navigation-height: 50px;
  }
}

/* line 24, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body:has(#promo-banner) #promo-banner {
  margin-top: -40px;
}

/* line 28, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body:has(#promo-banner) header.navigation {
  padding-top: 40px;
  transition: padding-top 0.5s;
}

/* line 33, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body.nav-is-stuck:has(#promo-banner) header.navigation {
  padding-top: 0;
  transition: padding-top 0.5s;
}

@media screen and (max-width: 569px) {
  /* line 39, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  body:has(#promo-banner) #promo-banner {
    margin-top: -50px;
  }
  /* line 43, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  body:has(#promo-banner) header.navigation {
    position: sticky;
    padding-top: 0;
  }
}

/* line 51, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation {
  position: fixed;
  top: -1px;
  z-index: 9999;
  width: 100%;
  background-color: #253043;
}

@keyframes slideBackgroundIn {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100%;
  }
}

@keyframes slideBackgroundOut {
  0% {
    background-position: 0 -100%;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes slideElementOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-400px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 108, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.sticky-detection-active header.navigation {
  transition-timing-function: ease-in-out;
}

/* line 112, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.no-sticky-header header.navigation {
  position: relative;
  top: 0;
}

/* line 117, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation:has(#navigation-menu.open) nav {
  justify-content: flex-end;
}

/* line 121, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav {
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans", sans-serif;
  align-items: center;
  position: relative;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  height: var(--navigation-height);
}

/* line 131, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.sticky-detection-active header.navigation nav {
  transition: height 0.5s;
}

/* line 138, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav .logo {
  padding: 0;
  vertical-align: top;
  line-height: 0;
  flex: 1 1;
  margin-right: 1em;
}

/* line 148, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav .logo .custom-logo {
  max-height: 24px;
}

/* line 151, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.sticky-detection-active header.navigation nav .logo .custom-logo {
  transition: max-height 0.5s;
}

/* line 156, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav .logo .default-logo {
  height: 24px;
}

/* line 159, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.sticky-detection-active header.navigation nav .logo .default-logo {
  transition: height 0.5s, width 0.5s;
}

/* line 165, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav .logo.-with-text a {
  display: flex;
  align-items: center;
}

/* line 170, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav .logo.-with-text .logo__additional_text {
  color: #637682;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.9px;
  margin-left: 1.25rem;
}

@media screen and (max-width: 479px) {
  /* line 170, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav .logo.-with-text .logo__additional_text {
    display: none;
  }
}

/* line 185, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav .navigation-menu-button {
  cursor: pointer;
  color: #aed3e1;
  width: 25px;
  height: 25px;
  display: flex;
  background: #33445f;
  justify-content: center;
  align-items: center;
}

/* line 195, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav .navigation-menu-button .icon {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  fill: #fff;
}

/* line 202, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav .navigation-menu-button .icon.close {
  display: none;
}

@media screen and (max-width: 569px) {
  /* line 209, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav .navigation-menu-button:hover .icon, header.navigation nav .navigation-menu-button:active .icon {
    fill: #9aa7c0;
  }
}

/* line 216, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu {
  -webkit-transform-style: preserve-3d;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 9999;
}

/* line 223, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu li {
  background: #141b29;
  display: block;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  padding-right: 3.0625em;
  z-index: 9999;
}

/* line 233, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu li:not(.action) a:not(.btn) {
  position: relative;
  padding: 0 0 5px;
  color: #fff;
}

/* line 238, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu li:not(.action) a.selected:not(.btn)::after {
  left: 0;
  width: 100%;
}

/* line 245, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu li.action {
  display: none;
}

@media screen and (max-width: 569px) {
  /* line 250, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li.action {
    display: block;
  }
}

/* line 256, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-actions {
  display: flex;
  gap: 8px;
}

/* line 260, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-actions li {
  width: 50%;
  line-height: 42px;
  padding: 0;
}

/* line 265, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-actions li a {
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 280, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-footer .footer-menus {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* line 287, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-footer .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 292, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-footer .footer-nav li {
  line-height: 21px;
}

/* line 295, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-footer .footer-nav li:not(.action) a:not(.btn) {
  color: #9ba8c0;
  line-height: 21px;
}

/* line 299, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-footer .footer-nav li:not(.action) a:not(.btn):hover {
  color: white;
}

/* line 306, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-footer .social-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

/* line 311, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-footer .social-nav .social {
  display: inline;
  line-height: 24px;
}

/* line 315, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-footer .social-nav .social a {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  /* line 315, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #mobile-footer .social-nav .social a {
    padding: 0;
  }
}

/* line 324, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-footer .social-nav .social svg {
  fill: #fff;
  height: 24px;
  width: auto;
}

/* line 330, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-footer .social-nav .social a:hover svg {
  fill: #b7c4dc;
}

/* line 336, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-footer .chat-wrapper {
  padding: 10px 12px;
}

/* line 339, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav ul#navigation-menu #mobile-footer .chat-wrapper .livechat-float {
  padding: 0;
  position: relative;
}

@media screen and (max-width: 1200px) and (min-width: 570px) {
  /* line 216, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu {
    position: absolute;
    width: 393px;
    right: 0;
    top: 70px;
    background: #141b29;
  }
  /* line 354, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu:has(#features-dropdown.open) {
    display: none;
  }
  /* line 358, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li.action {
    padding-right: 1em;
  }
}

@media screen and (max-width: 1200px) {
  /* line 216, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu {
    transition: max-height 0.5s ease-out;
    max-height: 0;
    overflow: hidden;
    text-align: left;
    white-space: normal;
    background: #2d3c53;
    overflow-y: auto;
  }
  /* line 372, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li {
    padding-right: 0;
    display: block;
  }
  /* line 377, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li a:not(.btn):hover {
    color: #b7c4dc;
    transition: color 200ms ease-out;
  }
  /* line 384, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li.nav-item:not(.action) {
    border-bottom: 1px solid black;
    line-height: 59px;
  }
  /* line 388, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li.nav-item:not(.action) a:not(.btn) {
    padding: 0 12px;
  }
  /* line 391, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li.nav-item:not(.action) a.selected:not(.btn) {
    text-decoration: underline;
  }
  /* line 397, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li.nav-item:not(.action) li.subnav-item a:not(.btn) {
    padding: 0;
  }
  /* line 404, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #nav-link-features a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* line 410, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #nav-link-features a .icon.minus {
    display: none;
  }
  /* line 414, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #nav-link-features a svg {
    width: 16px;
    height: 16px;
    fill: #9aa7c0;
  }
  /* line 421, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #nav-link-features:has(a.open) {
    border-bottom: none;
    padding-bottom: 0;
  }
  /* line 426, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #nav-link-features:has(a.open) .icon.plus {
    display: none;
  }
  /* line 430, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #nav-link-features:has(a.open) .icon.minus {
    display: block;
  }
  /* line 437, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li {
    background: #2d3c53;
    text-align: left;
    white-space: normal;
    padding: 0 8px;
  }
  /* line 443, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li.nav-item {
    text-transform: uppercase;
    color: #9aa7c0;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
  }
  /* line 451, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li.nav-item li.subnav-item {
    padding: 0;
  }
  /* line 457, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu.open {
    max-height: 93.5vh;
  }
  /* line 461, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #mobile-features-dropdown {
    flex-direction: column;
  }
  /* line 464, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #mobile-features-dropdown .dropdown-menu {
    background: #3a4b65;
    flex-direction: column;
    padding: 16px;
    gap: 32px;
    white-space: normal;
  }
  /* line 471, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #mobile-features-dropdown .dropdown-menu li,
header.navigation nav ul#navigation-menu #mobile-features-dropdown .dropdown-menu .epk a {
    line-height: 37px;
    margin-top: 0;
    background: transparent;
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
  }
  /* line 481, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #mobile-features-dropdown .dropdown-menu .pages {
    margin-bottom: 24px;
  }
  /* line 486, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #mobile-features-dropdown .epk {
    padding: 0;
    border: none;
  }
  /* line 490, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #mobile-features-dropdown .epk p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: none;
  }
  /* line 497, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #mobile-features-dropdown .epk a {
    padding: 0;
  }
  /* line 502, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #mobile-features-dropdown.open {
    display: flex;
  }
}

@media screen and (max-width: 569px) {
  /* line 216, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu {
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 8px 8px 0;
  }
}

@media screen and (max-width: 569px) {
  /* line 521, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav:has(#navigation-menu.open) .icon.close {
    display: block;
  }
  /* line 525, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav:has(#navigation-menu.open) .logo,
header.navigation nav:has(#navigation-menu.open) a.main-nav-button {
    animation: fadeOut 0.5s forwards;
    pointer-events: none;
  }
  /* line 531, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav:has(#navigation-menu.open) .icon.open {
    display: none;
  }
}

@media screen and (max-width: 569px) {
  /* line 539, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav:has(#navigation-menu.closed) .logo,
header.navigation nav:has(#navigation-menu.closed) a.main-nav-button {
    opacity: 0;
    animation: fadeIn 0.5s 1ms forwards;
  }
}

/* line 547, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation nav a.main-nav-button {
  margin-right: 1em;
  display: inline-block;
}

/* line 551, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.sticky-detection-active header.navigation nav a.main-nav-button {
  transition: flex-basis 0.5s, width 0.5s, padding 0.5s;
}

@media screen and (max-width: 569px) {
  /* line 555, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav a.main-nav-button.hide-on-mobile {
    display: none;
  }
}

/* line 564, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.nav-is-stuck header.navigation, header.navigation.-always-show-bg {
  background-color: #253043 !important;
}

@media screen and (min-width: 1201px) {
  /* line 571, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  .sticky-detection-active header.navigation {
    background-color: transparent;
  }
  /* line 575, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation #mobile-footer {
    display: none;
  }
  /* line 579, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav {
    padding-right: 1.5em;
  }
  /* line 582, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav a.main-nav-button {
    flex: 0 0;
    flex-basis: 9rem;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9215em 0;
    text-transform: none;
    line-height: 0.75rem;
    letter-spacing: normal;
  }
  /* line 593, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav .navigation-menu-button {
    display: none;
  }
  /* line 597, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav .logo {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  /* line 601, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav .logo .custom-logo {
    max-height: 39px;
  }
  /* line 605, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav .logo .default-logo {
    height: 39px;
  }
  /* line 610, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu {
    width: auto;
    margin-left: 1em;
    font-size: 0.875em;
    flex: 1 1;
    display: flex;
    justify-content: flex-end;
  }
  /* line 618, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li {
    background: transparent;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
  }
  /* line 624, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu li:not(.action) a:not(.btn) {
    white-space: nowrap;
  }
  /* line 3, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
  header.navigation nav ul#navigation-menu li:not(.action) a:not(.btn):after {
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    content: "";
    height: 1px;
    display: block;
    background-color: #fff;
  }
  /* line 24, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
  header.navigation nav ul#navigation-menu li:not(.action) a:not(.btn):after {
    left: 50%;
    width: 0;
  }
  /* line 29, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
  html:not(.ios) header.navigation nav ul#navigation-menu li:not(.action) a:not(.btn):hover:after {
    left: 0;
    width: 100%;
  }
  /* line 629, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav ul#navigation-menu #nav-link-features a .icon {
    display: none;
  }
  /* line 635, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation .dropdown-menu.mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  /* line 641, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  .nav-is-stuck {
    --navigation-height: 60px;
  }
  /* line 647, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  .nav-is-stuck nav .logo .custom-logo {
    max-height: 30px;
  }
  /* line 651, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  .nav-is-stuck nav .logo .default-logo {
    height: 30px;
  }
  /* line 656, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  .nav-is-stuck nav a.main-nav-button {
    padding: 0.7em 0;
  }
  /* line 659, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  .nav-is-stuck nav a.main-nav-button.action-primary {
    flex-basis: 11rem;
  }
  /* line 663, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  .nav-is-stuck nav a.main-nav-button.action-secondary {
    flex-basis: 7rem;
  }
}

@media screen and (max-width: 1200px) and (min-width: 570px) {
  /* line 51, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation {
    background-color: transparent;
  }
  /* line 674, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav {
    padding: 20px 28px 0;
  }
  /* line 678, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav .navigation-menu-button {
    background: transparent;
  }
  /* line 681, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav .navigation-menu-button:hover, header.navigation nav .navigation-menu-button:active {
    background: #3a4b65;
  }
  /* line 688, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  .nav-is-stuck header.navigation nav {
    padding: 8px 28px;
    transition-timing-function: ease-in-out;
  }
  /* line 692, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  .nav-is-stuck header.navigation nav ul#navigation-menu {
    top: 50px;
  }
}

@media screen and (max-width: 1200px) {
  /* line 700, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation nav a.main-nav-button {
    margin-right: 1em;
    display: inline-block;
    white-space: nowrap;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 0.5em 1em;
    text-transform: uppercase;
    line-height: 0.75rem;
    letter-spacing: 2px;
  }
}

/* line 714, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation .epk p {
  color: #9aa7c0;
  margin-bottom: 8px;
}

/* line 719, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation .epk img {
  margin: 18px 0 6px;
  max-width: 209px;
}

@media screen and (max-width: 569px) {
  /* line 719, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation .epk img {
    max-width: 100%;
  }
}

/* line 728, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
header.navigation .epk .tag.-primary {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  line-height: 1.45455;
  text-transform: uppercase;
  color: white;
  background-color: #358bc0;
  display: inline-flex;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
  height: 1rem;
  padding: 0.125rem 0.5rem;
  border-style: none;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

/* line 751, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
html[lang='es'] header.navigation nav {
  max-width: 1286px;
}

/* line 755, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
html[lang='es'] body.help header.navigation nav {
  max-width: 1180px;
}

/* line 759, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#nav-spacer {
  height: 0;
}

/* line 762, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.sticky-detection-active #nav-spacer {
  transition-timing-function: ease-in-out;
  transition: height 0.5s;
}

/* line 771, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body#mailing-lists-page.nav-features #subnav-link-mailing-lists {
  color: #fff;
  background: rgba(20, 27, 41, 0.65);
}

/* line 771, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body#fans-page.nav-features #subnav-link-fans {
  color: #fff;
  background: rgba(20, 27, 41, 0.65);
}

/* line 777, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body.nav-features .subnav-wrapper {
  background: rgba(20, 27, 41, 0.5);
  display: block;
}

/* line 783, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body.nav-features.sticky-detection-active .subnav-wrapper {
  transition-timing-function: ease-in-out;
  transition: transform 0.5s;
}

/* line 788, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body.nav-features .subnav {
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

/* line 796, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body.nav-features .subnav li {
  flex-basis: auto;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}

/* line 802, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body.nav-features .subnav li svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 0.125em;
  fill: #aed3e1;
}

/* line 810, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body.nav-features .subnav a {
  color: #aed3e1;
  display: block;
  padding: 1em;
  font-size: 0.875em;
  transition: background-color 0.2s ease-in-out;
}

/* line 817, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body.nav-features .subnav a:hover {
  color: #fff;
  background: rgba(20, 27, 41, 0.35);
}

/* line 821, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
body.nav-features .subnav a:hover svg {
  fill: #fff;
}

@media screen and (max-width: 768px) {
  /* line 828, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  body.nav-features .subnav li.subnavitem a span {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 569px) {
  /* line 834, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  body.nav-features .subnav li.subnavitem a span {
    display: none;
  }
}

/* line 842, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.nav-is-stuck h1,
h2,
h3,
h4,
h5,
h6,
section {
  scroll-margin-top: var(--navigation-height);
}

/* line 852, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#mobile-features-dropdown {
  display: none;
  background-color: #2d3c53;
  line-height: 21px;
}

/* line 857, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#mobile-features-dropdown p.dropdown-subheading {
  font-size: 13px;
  margin-bottom: 0;
}

/* line 862, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#mobile-features-dropdown li {
  font-size: 15px;
}

/* line 866, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#mobile-features-dropdown .social-nav {
  display: flex;
}

/* line 869, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#mobile-features-dropdown .social-nav li {
  display: inline;
  font-size: 1.4375em;
  margin-left: 0.5em;
  line-height: 0.75em;
}

/* line 878, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#features-dropdown {
  display: none;
  position: relative;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes remixSlideInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 898, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#features-dropdown .dropdown-menu {
  display: flex;
  align-items: flex-start;
}

/* line 902, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#features-dropdown .dropdown-menu .pages-wrapper {
  padding: 30px 40px 40px;
  display: flex;
  gap: 40px;
}

/* line 907, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#features-dropdown .dropdown-menu .pages-wrapper .pages {
  flex-grow: 1;
  flex-basis: 0;
}

/* line 913, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#features-dropdown .dropdown-menu li {
  margin-top: 16px;
}

/* line 917, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#features-dropdown .dropdown-menu .epk {
  width: 335px;
  border-left: 1px solid #171c27;
  padding: 30px 40px 72px;
}

/* line 924, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
#features-dropdown .menu-arrow {
  position: absolute;
  top: -12px;
  left: 257px;
  width: 28px;
  height: 15px;
  fill: #2d3c53;
}

/* line 935, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.dropdown-menu .dropdown-subheading {
  text-transform: uppercase;
  color: #9aa7c0;
  letter-spacing: 2.66px;
  font-size: 13px;
  margin: 0;
  font-weight: 600;
}

/* line 944, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.dropdown-menu a {
  color: #fff;
}

/* line 947, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.dropdown-menu a:hover {
  color: #b7c4dc;
  transition: color 200ms ease-out;
}

/* line 952, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
.dropdown-menu a.selected {
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (min-width: 1201px) {
  /* line 960, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation {
    background-image: linear-gradient(to bottom, transparent 50%, rgba(37, 47, 65, 0.81) 50%);
    background-size: 100% 200%;
  }
  /* line 964, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation:has(#features-dropdown.open) {
    height: 468px;
    animation: slideBackgroundIn 400ms 1ms ease-in-out forwards;
  }
  /* line 969, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation:has(#features-dropdown.closed) {
    background-position: 0% -100%;
    animation: slideBackgroundOut 400ms 1ms ease-in-out forwards;
    transition: height 0.5s;
    height: 0;
  }
  /* line 978, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  #features-dropdown ul {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, #2d3c53 50%);
  }
  /* line 983, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  #features-dropdown.open {
    display: flex;
  }
  /* line 986, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  #features-dropdown.open ul {
    animation: slideBackgroundIn 600ms 1ms ease-in-out forwards;
  }
  /* line 989, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  #features-dropdown.open ul .dropdown-menu {
    opacity: 0;
    animation: remixSlideInUp 1s cubic-bezier(0.03, 0.69, 0.56, 0.99) forwards;
  }
  /* line 996, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  #features-dropdown.closed {
    animation: slideElementOut 400ms 500ms ease-in-out forwards;
    display: block;
  }
  /* line 1000, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  #features-dropdown.closed ul {
    background-position: 0% -100%;
    animation: slideBackgroundOut 400ms 1ms ease-in-out forwards;
  }
  /* line 1005, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  #features-dropdown.closed .menu-arrow {
    animation: fadeOut 400ms 1ms forwards;
  }
  /* line 1009, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  #features-dropdown.closed .dropdown-menu {
    animation: fadeOut 1ms forwards;
  }
  /* line 1017, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  .nav-is-stuck header.navigation:has(#features-dropdown.open) {
    transition: height 0.5s;
    height: 450px;
  }
  /* line 1022, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  .nav-is-stuck header.navigation:has(#features-dropdown.closed) {
    transition: height 0.5s 0.1s;
    height: 60px;
  }
  /* line 1027, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  .nav-is-stuck header.navigation #features-dropdown.open {
    margin-top: 8px;
  }
}

@media screen and (max-width: 569px) {
  /* line 1035, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation {
    position: fixed;
    transition: height 400ms ease-in-out;
    height: var(--navigation-height);
    padding: 0 8px 8px;
  }
  /* line 1041, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation:has(#navigation-menu.open) {
    height: 846px;
  }
  /* line 1044, app/assets/stylesheets/frontend/bz/modules/_navs.scss */
  header.navigation:has(#navigation-menu.open) #navigation-menu {
    animation: fadeIn 400ms 1ms ease-in-out forwards;
  }
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/_password_reset.scss */
#login-page .container_12 {
  margin: 0 auto;
  padding-bottom: 10em;
  max-width: 50em;
}

/* line 7, app/assets/stylesheets/frontend/bz/modules/_password_reset.scss */
#login-page .container_12 .wrapper, #login-page .container_12 .divider {
  margin: 1em 2em;
  width: auto;
}

/* line 11, app/assets/stylesheets/frontend/bz/modules/_password_reset.scss */
#login-page .container_12 .wrapper input.string, #login-page .container_12 .divider input.string {
  max-width: 50em;
  min-width: 270px;
}

/* line 17, app/assets/stylesheets/frontend/bz/modules/_password_reset.scss */
#login-page .container_12 .zoogle_flash {
  margin-bottom: 1em;
}

/* line 20, app/assets/stylesheets/frontend/bz/modules/_password_reset.scss */
#login-page .container_12 .zoogle_flash p {
  margin: 0;
}

@media screen and (max-width: 569px) {
  /* line 1, app/assets/stylesheets/frontend/bz/modules/_password_reset.scss */
  #login-page {
    font-size: 0.8em;
  }
  /* line 29, app/assets/stylesheets/frontend/bz/modules/_password_reset.scss */
  #login-page h2 {
    font-size: 1.8em;
  }
  /* line 33, app/assets/stylesheets/frontend/bz/modules/_password_reset.scss */
  #login-page .container_12 .wrapper, #login-page .container_12 .divider {
    margin: 3em 1.5em;
    text-align: center;
  }
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_peer-nav.scss */
#peer-nav h3 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  color: #364a70;
  padding: 1.875em 0;
}

/* line 9, app/assets/stylesheets/frontend/bz/modules/_peer-nav.scss */
#peer-nav h3 a {
  text-transform: none;
  margin-left: 0.5em;
}

@media screen and (max-width: 860px) {
  /* line 9, app/assets/stylesheets/frontend/bz/modules/_peer-nav.scss */
  #peer-nav h3 a {
    display: block;
    margin-top: 0.5em;
  }
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_press.scss */
#press-page {
  margin: 0;
}

/* line 4, app/assets/stylesheets/frontend/bz/modules/_press.scss */
#press-page .body-wrapper {
  background: transparent;
}

/* line 8, app/assets/stylesheets/frontend/bz/modules/_press.scss */
#press-page h1 {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 0.875em;
  color: #ebf0f9;
}

/* line 15, app/assets/stylesheets/frontend/bz/modules/_press.scss */
#press-page h2 {
  margin-bottom: 0.5em;
}

/* line 19, app/assets/stylesheets/frontend/bz/modules/_press.scss */
#press-page #press-content .wrapper, #press-page #press-content .divider {
  padding-top: 3.25em;
  padding-bottom: 3.25em;
}

/* line 24, app/assets/stylesheets/frontend/bz/modules/_press.scss */
#press-page .module {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
#press-page .module::after {
  clear: both;
  content: "";
  display: block;
}

/* line 28, app/assets/stylesheets/frontend/bz/modules/_press.scss */
#press-page .article-list {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 65.7848324515%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
#press-page .article-list:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  /* line 28, app/assets/stylesheets/frontend/bz/modules/_press.scss */
  #press-page .article-list {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 100%;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  #press-page .article-list:last-child {
    margin-right: 0;
  }
}

/* line 34, app/assets/stylesheets/frontend/bz/modules/_press.scss */
#press-page .article-list li a {
  margin-bottom: 1em;
  display: block;
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_press.scss */
#press-release-page .body-wrapper {
  background-image: none;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/_press.scss */
#press-release-page #press-release {
  margin: 4.25em 0;
}

/* line 50, app/assets/stylesheets/frontend/bz/modules/_press.scss */
#press-release-page h1,
#press-release-page h2 {
  margin-bottom: 0.5em;
}

/* line 55, app/assets/stylesheets/frontend/bz/modules/_press.scss */
#press-release-page h3 {
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 1em;
}

/* line 62, app/assets/stylesheets/frontend/bz/modules/_press.scss */
.press-photo-wide {
  max-width: 100%;
  text-align: center;
}

/* line 66, app/assets/stylesheets/frontend/bz/modules/_press.scss */
.press-photo-wide span {
  display: block;
}

/* line 44, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) {
  --remix-content-muted: rgb(101, 113, 123);
  color: #141b29;
}

/* line 49, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) p {
  margin: 0 0 1rem;
  padding: 0;
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) p:last-child {
  margin-bottom: 0;
}

/* line 58, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-is-full,
:where(.fake-remix) .-is-half,
:where(.fake-remix) .-is-one-third,
:where(.fake-remix) .-is-one-fourth,
:where(.fake-remix) .-is-one-fifth {
  flex-basis: unset !important;
  width: unset !important;
}

/* line 67, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .columns {
  --remix-column-gap: 0.5rem;
  --remix-columns-bottom-padding: calc(var(--remix-column-gap)*2);
  flex: 1 1;
  max-width: calc(100% + var(--remix-column-gap)*2);
  margin-top: calc(var(--remix-column-gap)*-1);
  margin-right: calc(var(--remix-column-gap)*-1);
  margin-left: calc(var(--remix-column-gap)*-1);
}

@media screen and (min-width: 768px) {
  /* line 67, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .columns {
    display: flex;
  }
}

/* line 80, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .columns:not(:last-child) {
  margin-bottom: calc(var(--remix-columns-bottom-padding) - var(--remix-column-gap));
}

/* line 84, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .columns.-gapless {
  --remix-column-gap: 0px;
}

/* line 88, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .columns.-centered {
  justify-content: center;
}

/* line 93, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .column {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  max-width: 100%;
  padding: var(--remix-column-gap);
}

@media screen and (min-width: 768px) {
  /* line 100, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .column.-is-half {
    flex: 0 1 50%;
  }
}

@media screen and (min-width: 768px) {
  /* line 108, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .column.-is-one-quarter {
    flex: 0 1 25%;
  }
  /* line 112, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .column.-is-three-quarters {
    flex: 0 1 75%;
  }
}

/* line 117, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .section {
  --remix-section-padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border-radius: 0.5rem;
  padding: var(--remix-section-padding);
  position: relative;
  background-color: white;
}

/* line 127, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .section.-compact {
  --remix-section-padding: 1rem;
}

/* line 130, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .section.-fluid {
  flex: 1 1 auto;
}

/* line 133, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .section.-bg-none {
  background: none !important;
}

/* line 136, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .section.-bg-mute {
  background-color: #f5f7f7;
}

/* line 141, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  /* line 148, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .sections.-horizontal {
    flex-direction: row;
  }
  /* line 152, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .sections.-even .section {
    flex: 1 0 0;
  }
}

/* line 157, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections.-compact .section {
  --remix-section-padding: 1rem;
}

/* line 161, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections .section {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 167, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections .sections {
  margin-bottom: 0;
}

/* line 170, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections:last-child {
  margin-bottom: 0;
}

/* line 174, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections.-bordered {
  border: 0.0625rem solid #232d38 !important;
}

/* line 178, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections.-bordered .section:last-child {
  border-bottom-style: none;
}

/* line 186, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table {
  --remix-table-row-background: hsl(0, 0%, 100%);
  --remix-table-row-border: hsl(0, 0%, 90%);
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.575;
}

/* line 196, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell {
  padding: 1rem 0.5rem;
  vertical-align: top;
  text-align: left;
}

/* line 201, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell.-contract {
  width: 1px;
  white-space: nowrap;
}

/* line 206, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell.-is-one-half, :where(.fake-remix) .table__cell.-is-1-2 {
  width: 50%;
  max-width: 0;
}

/* line 212, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell.-is-one-third, :where(.fake-remix) .table__cell.-is-1-3 {
  width: 33.3333%;
  max-width: 0;
}

/* line 218, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell.-is-one-quarter, :where(.fake-remix) .table__cell.-is-1-4 {
  width: 25%;
  max-width: 0;
}

/* line 224, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell.-is-one-fifth, :where(.fake-remix) .table__cell.-is-1-5 {
  width: 20%;
  max-width: 0;
}

/* line 230, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell.-is-one-sixth, :where(.fake-remix) .table__cell.-is-1-6 {
  width: 16.6666%;
  max-width: 0;
}

/* line 237, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__row {
  border-bottom-color: var(--remix-table-row-border);
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  background-color: var(--remix-table-row-background);
}

/* line 246, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .collection-grid {
  --collection-grid-columns: repeat(2,1fr);
  --collection-grid-padding: 0.5rem;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: var(--collection-grid-columns);
  grid-gap: .5rem;
  gap: .5rem;
  margin-bottom: .5rem;
}

/* line 256, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .collection-grid.-three-columns {
  --collection-grid-columns: repeat(3,1fr);
}

/* line 260, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .collection-grid.-six-columns {
  --collection-grid-columns: repeat(6,1fr);
}

@media screen and (min-width: 768px) and (max-width: 1087px) {
  /* line 260, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .collection-grid.-six-columns {
    --collection-grid-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width: 759px) {
  /* line 260, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .collection-grid.-six-columns {
    --collection-grid-columns: repeat(2, 1fr) !important;
  }
}

/* line 271, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .collection-grid.-horizontal {
  max-width: 80%;
}

/* line 276, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

/* line 283, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title:last-child {
  margin-bottom: 0;
}

/* line 287, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-section {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

/* line 294, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-sub-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  line-height: 1.23077;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

/* line 304, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-small {
  font-family: Open Sans,sans-serif;
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .03125rem;
  line-height: 1.45455;
  text-transform: uppercase;
  color: #637682;
}

/* line 314, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-light {
  font-weight: 300;
}

/* line 318, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: .5rem;
}

/* line 325, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-fluid {
  justify-content: space-between;
}

/* line 329, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-centered {
  text-align: center;
}

/* line 334, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .theme-container.-dark {
  color: #F5F7F7;
}

/* line 33, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .theme-container.-dark .title {
  color: #ebf0f9;
}

/* line 37, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .theme-container.-dark.section {
  background-color: #141b29;
  color: #7e98a2;
}

/* line 339, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .text.-small {
  font-size: 0.75rem;
}

/* line 343, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .text.-align-center {
  text-align: center;
}

/* line 347, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .text.-align-left {
  text-align: left;
}

/* line 352, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list {
  margin: 0 0 .5rem;
  padding: 0;
  list-style-type: none;
}

/* line 356, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list:last-child {
  margin-bottom: 0;
}

/* line 359, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list .list-item {
  margin: 0 0 .5rem;
  padding: 0;
}

/* line 362, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list .list-item:last-child {
  margin-bottom: 0;
}

/* line 367, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list.-decorated {
  list-style: none;
}

/* line 369, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list.-decorated > .list-item {
  display: grid;
  grid-template-areas: "decoration content";
  grid-template-columns: min-content auto;
}

/* line 373, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list.-decorated > .list-item .list-item__content {
  align-self: start;
  grid-area: content;
}

/* line 377, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list.-decorated > .list-item .list-item__decoration {
  align-self: start;
  grid-area: decoration;
  min-width: 2rem;
}

/* line 385, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list.-bulleted {
  padding-left: 1.5rem;
  list-style-type: disc;
}

/* line 391, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon {
  --remix-icon-color: currentColor;
  --remix-icon-size: 1rem;
  --remix-icon-width: var(--remix-icon-size);
  --remix-icon-height: var(--remix-icon-size);
  display: inline-block;
  visibility: inherit;
  box-sizing: content-box;
  flex-shrink: 0;
  width: var(--remix-icon-width);
  height: var(--remix-icon-height);
  fill: var(--remix-icon-color);
  color: inherit;
  vertical-align: middle;
  cursor: inherit;
  pointer-events: none;
}

/* line 408, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon svg, :where(.fake-remix) remix-icon::part(svg) {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--remix-icon-color);
}

/* line 416, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon[size="large"] {
  --remix-icon-size: 2.5rem;
}

/* line 420, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon[size="card"] {
  --remix-icon-size: 4rem;
}

/* line 424, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon[size="extra-large"] {
  --remix-icon-size: 5rem;
}

/* line 428, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon[fluid] {
  --remix-icon-width: 100%;
}

/* line 432, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon[muted] {
  --remix-icon-color: #65717b;
}

/* line 436, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon[positive] {
  --remix-icon-color: #3d9e71;
}

/* line 441, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .tabs {
  width: 100%;
}

/* line 443, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .tabs__tab {
  display: none;
}

/* line 446, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .tabs__tab.-is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  /* line 453, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .visibility.-mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 759px) {
  /* line 459, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .visibility.-from-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 759px) {
  /* line 465, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .visibility.-not-mobile {
    display: none !important;
  }
}

/* line 471, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .visibility.-hidden {
  display: none !important;
}

/* line 476, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .tag.-primary {
  font-family: "Open Sans", sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  line-height: 1.45455;
  text-transform: uppercase;
  color: white;
  background-color: #358bc0;
  display: inline-flex;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
  height: 1rem;
  padding: 0.125rem 0.5rem;
  border-style: none;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

/* line 497, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mb-3x {
  margin-bottom: 1.5rem !important;
}

/* line 498, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mb-4x {
  margin-bottom: 2rem !important;
}

/* line 499, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mb-5x {
  margin-bottom: 2.5rem !important;
}

/* line 500, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mt-1x {
  margin-top: .5rem !important;
}

/* line 501, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mt-2x {
  margin-top: 1rem !important;
}

/* line 502, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mt-5x {
  margin-top: 2.5rem !important;
}

/* line 503, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mr-2x {
  margin-top: 1rem !important;
}

/* line 504, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pt-0x {
  padding-top: 0 !important;
}

/* line 505, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pt-4x {
  padding-top: 2rem !important;
}

/* line 506, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pb-0-5x {
  padding-bottom: 0.25rem !important;
}

/* line 507, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pb-2x {
  padding-bottom: 1rem !important;
}

/* line 508, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pl-0x {
  padding-left: 0 !important;
}

/* line 509, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pl-3x {
  padding-left: 1.5rem !important;
}

/* line 510, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-px-0x {
  padding-inline: 0 !important;
}

/* line 511, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-py-0x {
  padding-block: 0 !important;
}

/* line 512, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pt-0-5x {
  padding-top: 0.25rem !important;
}

/* line 513, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pt-1x {
  padding-top: 0.5rem !important;
}

/* line 514, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pt-4x {
  padding-top: 2rem !important;
}

/* line 515, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-p-4x {
  padding: 2rem !important;
}

/* line 517, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-spacing-4x {
  gap: 2rem;
  margin-bottom: 2rem;
}

/* line 521, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-spacing-4x:last-child {
  margin-bottom: 0;
}

/* line 526, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .container {
  margin-inline: auto;
  padding-bottom: 2rem;
}

/* line 530, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .container.-wide {
  max-width: MIN(100vw, var(--remix-container-max-width, 1000px));
}

/* line 539, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page {
  --plans-table-highlight-offset: -36px;
}

/* line 542, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page #intro {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/pricing/bg/airside-bg-951f046a95d6f81b92c10fce1d97723aa051cabc94d2713bc8024f6ca485c50a.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 160px;
}

@media screen and (max-width: 860px) {
  /* line 542, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page #intro {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/pricing/bg/airside-bg-mobile-1106c276517af7ac2b8c06555426f28bda83d57a9cb4bb50b9220309e952a13c.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

/* line 546, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page #intro h1 {
  font-size: 3.5em;
  margin-bottom: 1em;
}

@media screen and (max-width: 980px) {
  /* line 546, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page #intro h1 {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 569px) {
  /* line 546, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page #intro h1 {
    font-size: 2.25em;
  }
}

@media screen and (max-width: 479px) {
  /* line 546, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page #intro h1 {
    font-size: 1.8em;
  }
}

/* line 560, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page #intro .btn {
  text-transform: none;
}

/* line 564, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page #intro .fine-print {
  margin-top: 3em;
  margin-bottom: 0;
}

@media screen and (max-width: 569px) {
  /* line 569, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page #intro.bg-bleed-to-top {
    margin-top: -25px;
  }
}

/* line 575, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page #website-plans-section {
  transform: translateY(-160px);
  margin-bottom: -160px;
}

/* line 580, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .plan-features {
  width: 100%;
}

/* line 584, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .website-plans-include-section {
  color: #F5F7F7;
}

/* line 33, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .website-plans-include-section .title {
  color: #ebf0f9;
}

/* line 37, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .website-plans-include-section.section {
  background-color: #141b29;
  color: #7e98a2;
}

/* line 588, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .faq-wrapper {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.6455026455%;
  padding: 4.25em 0;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
#pricing-page .faq-wrapper::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 479px) {
  /* line 588, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page .faq-wrapper {
    padding: 2.125em 0;
  }
}

/* line 597, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .faq-wrapper h2 {
  text-align: center;
}

@media screen and (max-width: 479px) {
  /* line 597, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page .faq-wrapper h2 {
    font-size: 2em;
  }
}

/* line 604, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .faq-wrapper .grid {
  padding-top: 1em;
}

/* line 608, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .faq-wrapper dd {
  margin-bottom: 2em;
}

/* line 614, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#distrokid-page #pricing {
  --plans-table-highlight-offset: -37px;
}

/* line 616, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#distrokid-page #pricing .plan-overviews__plan-header-price .btn {
  background: #ef672a;
  border: 1px solid #ef672a;
  color: #fff;
}

/* line 621, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#distrokid-page #pricing .plan-overviews__plan-header-price .btn:hover {
  color: #ef672a;
  background: #fff;
  border: 1px solid #fff;
  transition-delay: 0s;
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page {
  margin: 0;
}

/* line 4, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page:has(#promo-banner) #promo-banner {
  margin-top: 0;
}

/* line 8, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page #intro {
  padding-top: calc(85px + 25px);
}

@media screen and (max-width: 980px) {
  /* line 8, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
  #sample-band-sites-page #intro {
    padding-top: 50px;
  }
}

/* line 16, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .page-chooser-buttons {
  background-color: #fafafa;
  border-radius: 2px;
  display: grid;
  gap: 0.2rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 1rem;
  padding: 0.35rem;
  width: 100%;
}

/* line 27, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .page-chooser-buttons .btn {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
  padding: 1.5rem 0.85rem;
  width: 100%;
}

/* line 39, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .page-chooser-buttons .btn:hover {
  background-color: #ebf0f9;
  color: #ef672a;
}

/* line 44, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .page-chooser-buttons .btn.-active {
  background-color: #ef672a;
  color: white;
  font-weight: 600;
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .featured-sites-grid {
  --featured-sites-grid-min-size: 25rem;
  display: grid;
  gap: 2rem 1rem;
  grid-template-columns: repeat(auto-fill, minmax(var(--featured-sites-grid-min-size), 1fr));
}

/* line 59, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .featured-site {
  display: grid;
  grid-template-columns: 2rem 6rem 1fr;
  grid-template-rows: min-content 3rem 3rem 1fr;
}

/* line 64, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .featured-site:last-of-type:nth-child(odd) {
  grid-column: 1 / -1;
}

/* line 68, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .featured-site__website {
  grid-column: 1 / -1;
  grid-row: 1 / 3;
}

/* line 72, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .featured-site__website img {
  height: 100%;
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
  border: 1px solid #eee;
}

/* line 81, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .featured-site__artist {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}

/* line 85, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .featured-site__artist img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

/* line 93, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .featured-site__quote {
  grid-column: 1 / -1;
  grid-row: 4;
  padding: 1rem;
}

/* line 98, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .featured-site__quote-text {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
}

/* line 103, app/assets/stylesheets/frontend/bz/modules/_sample-band-sites.scss */
#sample-band-sites-page .featured-site__quote-attrib {
  font-style: unset;
  padding: 0;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services {
  padding-bottom: 4em;
}

/* line 4, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services .plug-title {
  overflow: hidden;
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 14, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services h3,
.services h2 {
  margin-bottom: 0;
}

/* line 19, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services .plug-left,
.services .plug-right {
  position: absolute;
  z-index: 1;
  top: 50%;
  height: 14px;
  width: auto;
  fill: white;
  margin-top: -8px;
  transition: all 1s ease-in-out;
}

@media screen and (max-width: 860px) {
  /* line 19, app/assets/stylesheets/frontend/bz/modules/_services.scss */
  .services .plug-left,
.services .plug-right {
    display: none;
  }
}

/* line 34, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services .plug-left {
  right: 100%;
  margin-right: 375px;
}

/* line 39, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services .plug-right {
  left: 100%;
  margin-left: 375px;
}

/* line 45, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services .animate-on .plug-left {
  right: 50%;
}

/* line 49, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services .animate-on .plug-right {
  left: 50%;
}

/* line 55, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services ul li {
  display: inline-block;
  padding: 0.5em 1em;
}

/* line 61, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services ul img {
  height: 33px;
}

/* line 65, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services ul svg {
  height: 33px;
  fill: currentColor;
}

/* line 71, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services .service-images {
  margin-bottom: 2em;
}

/* line 75, app/assets/stylesheets/frontend/bz/modules/_services.scss */
.services a.learn-more {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_shadow-styles.scss */
.light-shadow {
  box-shadow: 0px, 0px, 20px, rgba(20, 27, 41, 0.25);
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/_shadow-styles.scss */
.medium-shadow {
  box-shadow: 0px, 0px, 20px, rgba(20, 27, 41, 0.45);
}

/* line 9, app/assets/stylesheets/frontend/bz/modules/_shadow-styles.scss */
.dark-shadow {
  box-shadow: 0px, 0px, 20px, rgba(20, 27, 41, 0.85);
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
.sidebar {
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 31.569664903%;
  margin-right: 0;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
.sidebar:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
  .sidebar {
    float: left;
    display: block;
    margin-right: 2.6455026455%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
  .sidebar:last-child {
    margin-right: 0;
  }
}

/* line 10, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
.sidebar .sidebar-detail {
  margin-bottom: 3.375em;
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
.sidebar .sidebar-detail p {
  font-size: 0.875em;
}

/* line 17, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
.sidebar .sidebar-detail a:not(.btn) {
  color: #ef672a;
}

/* line 20, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
.sidebar .sidebar-detail a:not(.btn):after {
  background-color: #ef672a;
}

/* line 24, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
.sidebar .sidebar-detail a:not(.btn):hover {
  color: #ef672a;
}

/* line 29, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
.sidebar .sidebar-detail h2 {
  font-size: 1.5em;
  font-weight: 300;
  margin: 0.5em 0 0.875em;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 36, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
.sidebar .sidebar-detail ul:first-of-type {
  margin-top: 0;
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
.sidebar-2up {
  float: left;
  padding-right: 3px;
  max-width: 50%;
}

/* line 47, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
.sidebar-2up p {
  font-size: 0.8125em;
  text-align: center;
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
.sidebar-2up span {
  display: block;
}

/* line 56, app/assets/stylesheets/frontend/bz/modules/_sidebar.scss */
.sidebar-2up a img:hover {
  opacity: 0.7;
}

/* line 4, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
#page-not-found-page .image-airside,
#sitemap-page .image-airside {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/design/bg/airside-bg-951f046a95d6f81b92c10fce1d97723aa051cabc94d2713bc8024f6ca485c50a.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 4, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
  #page-not-found-page .image-airside,
#sitemap-page .image-airside {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/design/bg/airside-bg-mobile-1106c276517af7ac2b8c06555426f28bda83d57a9cb4bb50b9220309e952a13c.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

/* line 8, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
#page-not-found-page #page-not-found-content,
#page-not-found-page #sitemap-content,
#sitemap-page #page-not-found-content,
#sitemap-page #sitemap-content {
  padding-bottom: 6em;
}

@media screen and (max-width: 860px) {
  /* line 8, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
  #page-not-found-page #page-not-found-content,
#page-not-found-page #sitemap-content,
#sitemap-page #page-not-found-content,
#sitemap-page #sitemap-content {
    padding-bottom: 4em;
  }
}

/* line 16, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
#page-not-found-page #page-not-found-content .wrapper, #page-not-found-page #page-not-found-content .divider,
#page-not-found-page #sitemap-content .wrapper,
#page-not-found-page #sitemap-content .divider,
#sitemap-page #page-not-found-content .wrapper,
#sitemap-page #page-not-found-content .divider,
#sitemap-page #sitemap-content .wrapper,
#sitemap-page #sitemap-content .divider {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
#page-not-found-page #page-not-found-content .wrapper::after, #page-not-found-page #page-not-found-content .divider::after,
#page-not-found-page #sitemap-content .wrapper::after,
#page-not-found-page #sitemap-content .divider::after,
#sitemap-page #page-not-found-content .wrapper::after,
#sitemap-page #page-not-found-content .divider::after,
#sitemap-page #sitemap-content .wrapper::after,
#sitemap-page #sitemap-content .divider::after {
  clear: both;
  content: "";
  display: block;
}

/* line 20, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
#page-not-found-page #page-not-found-content .page-lists,
#page-not-found-page #sitemap-content .page-lists,
#sitemap-page #page-not-found-content .page-lists,
#sitemap-page #sitemap-content .page-lists {
  padding-left: 15%;
  padding-right: 5%;
}

@media screen and (max-width: 569px) {
  /* line 20, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
  #page-not-found-page #page-not-found-content .page-lists,
#page-not-found-page #sitemap-content .page-lists,
#sitemap-page #page-not-found-content .page-lists,
#sitemap-page #sitemap-content .page-lists {
    padding-left: 5%;
    text-align: center;
  }
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
#page-not-found-page #page-not-found-content h1,
#page-not-found-page #sitemap-content h1,
#sitemap-page #page-not-found-content h1,
#sitemap-page #sitemap-content h1 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  text-align: center;
}

@media screen and (max-width: 860px) {
  /* line 30, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
  #page-not-found-page #page-not-found-content h1,
#page-not-found-page #sitemap-content h1,
#sitemap-page #page-not-found-content h1,
#sitemap-page #sitemap-content h1 {
    margin-top: 1.5em;
  }
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
#page-not-found-page #page-not-found-content h2,
#page-not-found-page #sitemap-content h2,
#sitemap-page #page-not-found-content h2,
#sitemap-page #sitemap-content h2 {
  margin-bottom: 3em;
  text-align: center;
  font-size: 1.8em;
}

@media screen and (max-width: 860px) {
  /* line 40, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
  #page-not-found-page #page-not-found-content h2,
#page-not-found-page #sitemap-content h2,
#sitemap-page #page-not-found-content h2,
#sitemap-page #sitemap-content h2 {
    margin-bottom: 3em;
  }
}

/* line 50, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
#page-not-found-page #page-not-found-content h3,
#page-not-found-page #sitemap-content h3,
#sitemap-page #page-not-found-content h3,
#sitemap-page #sitemap-content h3 {
  font-size: 1.25em;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1em;
}

/* line 57, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
#page-not-found-page #page-not-found-content .page-list,
#page-not-found-page #sitemap-content .page-list,
#sitemap-page #page-not-found-content .page-list,
#sitemap-page #sitemap-content .page-list {
  margin-bottom: 2em;
}

/* line 60, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
#page-not-found-page #page-not-found-content .page-list li,
#page-not-found-page #sitemap-content .page-list li,
#sitemap-page #page-not-found-content .page-list li,
#sitemap-page #sitemap-content .page-list li {
  margin-bottom: 0.5em;
}

/* line 65, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
#page-not-found-page #sitemap-content,
#sitemap-page #sitemap-content {
  padding-top: calc(85px + 25px);
}

@media screen and (max-width: 980px) {
  /* line 65, app/assets/stylesheets/frontend/bz/modules/_sitemap.scss */
  #page-not-found-page #sitemap-content,
#sitemap-page #sitemap-content {
    padding-top: 50px;
    margin-top: -25px;
  }
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}

/* line 8, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran_translate_element_btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran_translate_element_btn .sitetran_translate_element_btn_flag {
  display: none;
}

/* line 18, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran_translate_element_btn:hover {
  background-color: transparent;
}

/* line 22, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran_translate_element_btn_language {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
}

/* line 29, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran_translate_element_btn .sitetran_translate_element_btn_language::after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  content: '';
  height: 1px;
  display: block;
  background-color: #fff;
  left: 50%;
  width: 0;
}

/* line 41, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran_translate_element_btn:hover .sitetran_translate_element_btn_language::after {
  left: 0;
  width: 100%;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran_translate_list {
  padding: 1em;
}

/* line 50, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran_translate_list,
#sitetran_translate_element .sitetran_selected_item,
#sitetran_translate_element .sitetran_selected_item.selected,
#sitetran_translate_element .sitetran_translate_list li:hover {
  background-color: #2d3c53;
}

/* line 57, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran_translate_list li:hover {
  color: #b7c4dc;
  transition: color 200ms ease-out;
}

/* line 62, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran_selected_item.selected {
  color: #b7c4dc;
}

/* line 66, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran_translate_list li {
  color: #f3f5f9;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
}

/* line 72, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran_translate_list li img {
  display: none;
}

/* line 77, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran-translate-list-container {
  margin-top: 1.4em;
  left: -1em;
  overflow: visible;
}

/* line 83, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#sitetran_translate_element .sitetran-translate-list-container::before {
  content: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2028%2015%22%20fill%3D%22%232d3c53%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%200L27.8564%2014.25H0.143594L14%200Z%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  top: -15px;
  left: calc(50% - 14px);
  width: 28px;
  height: 15px;
  display: block;
}

/* line 96, app/assets/stylesheets/frontend/bz/modules/_sitetran.scss */
#signin-page #sitetran_translate_element,
#try-it-free-page #sitetran_translate_element {
  margin-left: auto;
  padding-right: 2%;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page {
  margin: 0;
  padding-top: 85px;
}

@media screen and (max-width: 980px) {
  /* line 1, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
  #terms-page {
    padding-top: 50px;
  }
}

/* line 7, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page .body-wrapper {
  background: transparent;
}

/* line 11, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page #breadcrumb .wrapper, #terms-page #breadcrumb .divider {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
#terms-page #breadcrumb .wrapper::after, #terms-page #breadcrumb .divider::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 1201px) {
  /* line 14, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
  #terms-page #breadcrumb .wrapper a, #terms-page #breadcrumb .divider a {
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 1140px) {
  /* line 11, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
  #terms-page #breadcrumb .wrapper, #terms-page #breadcrumb .divider {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

/* line 25, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page #main-section .wrapper, #terms-page #main-section .divider {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.25em;
  padding-bottom: 3.25em;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
#terms-page #main-section .wrapper::after, #terms-page #main-section .divider::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 1140px) {
  /* line 25, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
  #terms-page #main-section .wrapper, #terms-page #main-section .divider {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

/* line 37, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page #main-section .contents {
  float: unset !important;
  float: left;
  display: block;
  margin-right: 2.6455026455%;
  width: 65.7848324515%;
}

/* line 89, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/grid/_span-columns.scss */
#terms-page #main-section .contents:last-child {
  margin-right: 0;
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page #main-section .contents.no-sidebar {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 37, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
  #terms-page #main-section .contents {
    width: 100%;
  }
}

/* line 49, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page #main-section .contents ul {
  margin-bottom: 1.875em;
}

@media screen and (min-width: 1201px) {
  /* line 55, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
  #terms-page #main-section .contents:last-child {
    margin-left: 1.5rem;
  }
}

@media screen and (min-width: 861px) {
  /* line 62, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
  #terms-page #main-section .cookie-details {
    padding-right: 8px;
  }
}

/* line 69, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page #main-section .article-list h1 {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 0.875em;
  color: #ebf0f9;
}

/* line 76, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page #main-section .article-list li {
  margin-bottom: 1em;
}

/* line 81, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page #main-section.bg-bleed-to-top {
  padding-top: 0;
}

/* line 87, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page table.cookie-details-table td {
  word-break: break-word;
}

/* line 92, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page table.cookie-details-table th:nth-child(2) {
  padding: 0.75em 0.75em;
}

/* line 96, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page table.cookie-details-table th.cookie-name {
  width: 25%;
}

/* line 100, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
#terms-page table.cookie-details-table th.cookie-purpose {
  width: 50%;
}

@media screen and (max-width: 860px) {
  /* line 105, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
  #terms-page table.cookie-details-table th.cookie-name {
    width: 35%;
  }
  /* line 109, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
  #terms-page table.cookie-details-table th.cookie-provider {
    width: 30%;
  }
}

@media screen and (max-width: 479px) {
  /* line 115, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
  #terms-page table.cookie-details-table th.cookie-name {
    width: 35%;
  }
  /* line 119, app/assets/stylesheets/frontend/bz/modules/_terms.scss */
  #terms-page table.cookie-details-table th.cookie-provider {
    width: 30%;
  }
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_tooltip.scss */
.tooltip-item {
  display: inline;
  position: relative;
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/_tooltip.scss */
.tooltip-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

/* line 18, app/assets/stylesheets/frontend/bz/modules/_tooltip.scss */
.tooltip-item .tooltip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  bottom: 140%;
  background-color: white;
  border-radius: 0;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-left: -8em;
  opacity: 0;
  padding: 1em;
  box-shadow: 0 2px 2px silver;
  text-align: center;
  visibility: hidden;
  min-width: 16em;
  z-index: 10;
  font-family: "Stag Web";
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/_tooltip.scss */
.tooltip-item .tooltip p {
  margin-bottom: 0;
}

/* line 44, app/assets/stylesheets/frontend/bz/modules/_tooltip.scss */
.tooltip-item .tooltip:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 46%;
  margin-left: -8px;
  border: 8px solid transparent;
  color: white;
  content: '▼';
  text-shadow: 0 2px 2px silver;
  font-size: 1.4em;
  pointer-events: none;
  bottom: -27.2px;
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
form.try-it-free input {
  border: 0;
  border-radius: 0;
}

/* line 7, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
form.try-it-free .logo {
  height: 35px;
  display: block;
  margin: 0 auto 25px;
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
form.try-it-free .field_with_errors {
  background: none;
  border: none;
  padding: 0;
}

/* line 18, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
form.try-it-free .field_with_errors input {
  border: 2px solid #da3954;
}

/* line 23, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
form.try-it-free .account_website_lang .label::before {
  content: "Language: ";
}

/* line 27, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
form.try-it-free .fine-print {
  color: #566d76;
  font-size: 0.75em;
  text-align: center;
  margin-bottom: 0.625em;
}

/* line 33, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
form.try-it-free .fine-print a {
  color: #7e98a2;
}

/* line 37, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
form.try-it-free .fine-print a.dark {
  color: #566d76;
}

/* line 43, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.no-js form.try-it-free .next-button {
  display: none;
}

/* line 47, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.no-js form.try-it-free .account_promocode {
  display: block;
}

/* line 51, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.no-js form.try-it-free .promocode-signup {
  display: none;
}

/* line 60, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .account_promocode.hide {
  display: none;
}

/* line 64, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .promocode-signup {
  text-align: center;
}

/* line 68, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .input {
  margin-bottom: 0.125em;
}

/* line 72, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .input-with-next {
  position: relative;
}

/* line 75, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .input-with-next input,
.js form.try-it-free .input-with-next select {
  width: calc(100% - 49px);
  line-height: 24px;
}

/* line 82, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .next-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 28px;
  width: 49px;
  height: 48px;
  padding: 0;
  fill: white;
  background-color: #ef672a;
}

/* line 95, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .next-button svg {
  height: 30px;
}

/* line 100, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .field_with_errors + .next-button {
  height: 52px;
  outline: 0;
}

/* line 106, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .input-with-progress .input_field::after {
  height: 3px;
  background-color: #ef672a;
  display: block;
  content: '';
  transition: width 0.75s ease-out;
}

/* line 114, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .input-with-progress::after {
  text-align: right;
  display: block;
  color: #7e98a2;
  font-weight: bold;
}

/* line 121, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .input-with-progress select,
.js form.try-it-free .input-with-progress input {
  margin-bottom: 2px;
}

/* line 126, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .input-with-progress .error {
  float: left;
  margin-top: 10px;
  width: calc(100% - 30px);
}

/* line 133, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard {
  position: relative;
  overflow: hidden;
}

/* line 139, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard > li {
  width: 100%;
  position: absolute;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}

/* line 146, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard > li.step-active {
  visibility: visible;
  opacity: 1;
  transition: none;
  z-index: 100;
}

@keyframes slide-out {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

/* line 175, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard > li:not(.step-active) select,
.js form.try-it-free .js-wizard > li:not(.step-active) input {
  animation: slide-out 0.3s ease-in-out;
}

/* line 180, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard > li:not(.step-active) label {
  opacity: 0;
  transition: opacity 0.15s ease-in-out 0s;
}

/* line 187, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard > li.step-active:not(:first-of-type) select,
.js form.try-it-free .js-wizard > li.step-active:not(:first-of-type) input {
  animation: slide-in 0.3s ease-in-out;
}

/* line 192, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard > li.step-active:not(:first-of-type) label {
  opacity: 1;
  transition: opacity 0.15s ease-in-out 0.15s;
}

/* line 200, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard[data-current-step="1"] .input-with-progress .input_field::after {
  width: 0%;
}

/* line 204, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard[data-current-step="1"] .input-with-progress::after {
  content: "1/4";
}

/* line 200, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard[data-current-step="2"] .input-with-progress .input_field::after {
  width: 25%;
}

/* line 204, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard[data-current-step="2"] .input-with-progress::after {
  content: "2/4";
}

/* line 200, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard[data-current-step="3"] .input-with-progress .input_field::after {
  width: 50%;
}

/* line 204, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard[data-current-step="3"] .input-with-progress::after {
  content: "3/4";
}

/* line 200, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard[data-current-step="4"] .input-with-progress .input_field::after {
  width: 75%;
}

/* line 204, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard[data-current-step="4"] .input-with-progress::after {
  content: "4/4";
}

/* line 210, app/assets/stylesheets/frontend/bz/modules/_try-it-free-form.scss */
.js form.try-it-free .js-wizard.wizard-complete .input-with-progress .input_field::after {
  width: 100%;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/shared/bg/airside-bg-951f046a95d6f81b92c10fce1d97723aa051cabc94d2713bc8024f6ca485c50a.jpg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 860px) {
  /* line 1, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
  #try-it-free-page {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/shared/bg/airside-bg-mobile-1106c276517af7ac2b8c06555426f28bda83d57a9cb4bb50b9220309e952a13c.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page .body-wrapper {
  background: none;
  min-height: 100vh;
}

/* line 10, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page #intro-section {
  margin-top: 0;
  padding-top: 15vh;
  padding-right: 4%;
  padding-left: 4%;
}

@media screen and (max-width: 569px) {
  /* line 10, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
  #try-it-free-page #intro-section {
    padding-top: 7.5vh;
  }
}

/* line 19, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page #intro-section h3 {
  margin-top: 10px;
}

/* line 24, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page #try-it-free-form {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
#try-it-free-page #try-it-free-form::after {
  clear: both;
  content: "";
  display: block;
}

/* line 27, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page #try-it-free-form .form-holder {
  margin-left: auto;
  margin-right: auto;
  max-width: 538px;
}

/* line 33, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page #try-it-free-form .logo {
  height: 35px;
  display: block;
  margin: 0 auto 25px;
}

/* line 39, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page #try-it-free-form p {
  font-size: 0.75em;
  text-align: center;
}

/* line 44, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page #try-it-free-form .fine-print {
  color: #566d76;
  margin-bottom: 0.625em;
}

/* line 48, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page #try-it-free-form .fine-print a {
  color: #7e98a2;
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page #try-it-free-form .fine-print a.dark {
  color: #566d76;
}

/* line 57, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
.js #try-it-free-page #try-it-free-form {
  margin-bottom: 15vh;
}

/* line 62, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page form.try-it-free {
  padding: 1.875em;
  background-color: rgba(20, 27, 41, 0.8);
  margin-bottom: 1em;
}

@media screen and (max-width: 569px) {
  /* line 62, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
  #try-it-free-page form.try-it-free {
    padding: 0.9375em;
    background-color: transparent;
  }
}

/* line 74, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page #testimonial .testimonial-wrapper {
  text-align: center;
  font-weight: 400;
  margin: auto;
  max-width: 340px;
}

/* line 81, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page #testimonial .quote {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 0.5em;
}

/* line 87, app/assets/stylesheets/frontend/bz/modules/_try-it-free.scss */
#try-it-free-page #testimonial .attribution {
  font-size: 12px;
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page {
  scroll-behavior: smooth;
  margin: 0;
}

@media screen and (max-width: 980px) and (min-width: 570px) {
  /* line 8, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
  #help-article-page nav {
    padding: 20px 28px;
  }
}

/* line 14, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page:has(#promo-banner) #promo-banner {
  margin-top: 0;
}

/* line 17, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page:has(#promo-banner) header.navigation {
  padding-top: 35px;
  transition: padding-top 0.5s;
}

/* line 22, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page.nav-is-stuck:has(#promo-banner) header.navigation {
  padding-top: 0;
  transition: padding-top 0.5s;
}

@media screen and (max-width: 569px) {
  /* line 28, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
  #help-article-page:has(#promo-banner) header.navigation {
    padding-top: 0;
  }
  /* line 32, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
  #help-article-page:has(#promo-banner) #search {
    margin-top: 0;
  }
}

/* line 38, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page #search {
  margin-top: var(--navigation-height);
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page #article-section {
  padding-left: 4%;
  padding-right: 4%;
  border-bottom: 1px solid #7E98A2;
}

/* line 47, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page #article-section .article-grid {
  display: grid;
  grid-template-columns: 15rem 1fr;
  grid-template-rows: auto;
  grid-template-areas: "articleNav main" ". resources";
  grid-column-gap: 3rem;
  padding-top: 1rem;
}

@media screen and (max-width: 860px) {
  /* line 47, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
  #help-article-page #article-section .article-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "articleNav" "main" "resources";
  }
}

/* line 66, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page #article-section .main {
  grid-area: main;
}

/* line 72, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page .topic-nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

@media screen and (min-width: 861px) {
  /* line 79, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
  #help-article-page .btn-close-article-nav {
    display: none;
  }
}

/* line 85, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page .topic-nav-button {
  display: none;
}

@media screen and (max-width: 860px) {
  /* line 85, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
  #help-article-page .topic-nav-button {
    display: block;
  }
}

/* line 93, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page .topic-nav-holder {
  grid-area: articleNav;
}

/* line 97, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page .topic-nav {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: calc(var(--navigation-height) + 2rem);
  padding-bottom: 2rem;
}

@media screen and (max-width: 860px) {
  /* line 108, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
  #help-article-page .topic-nav {
    display: none;
  }
  /* line 111, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
  #help-article-page .topic-nav.-is-active {
    display: block;
    position: fixed;
    left: 0;
    top: calc(var(--navigation-height) + 66px);
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: white;
    overflow-y: scroll;
    padding: 1.5rem;
    padding-bottom: calc(var(--navigation-height) + 66px + 1.5rem);
  }
}

/* line 128, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page .topic-nav__list-item .document-nav-empty ul {
  display: none;
}

@media screen and (max-width: 860px) {
  /* line 133, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
  #help-article-page .topic-nav__list-item ul {
    display: none;
  }
}

/* line 142, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page .helpdesk-article {
  margin-top: 2.6rem;
  margin-bottom: 3.5rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media screen and (max-width: 860px) {
  /* line 142, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
  #help-article-page .helpdesk-article {
    margin-top: 1rem;
  }
}

/* line 152, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page .helpdesk-article .article-info {
  margin-bottom: 2rem;
}

/* line 155, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page .helpdesk-article .article-info h1 {
  margin-bottom: 0.4rem;
}

/* line 160, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page .helpdesk-article .last-updated {
  color: #72767f;
  font-size: 0.85rem;
}

/* line 165, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page .helpdesk-article .article-nav {
  margin-bottom: 2.75rem;
}

@media screen and (min-width: 861px) {
  /* line 165, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
  #help-article-page .helpdesk-article .article-nav {
    display: none;
  }
}

/* line 172, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page .helpdesk-article .article-nav.document-nav-empty {
  display: none;
}

/* line 177, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
#help-article-page .helpdesk-article .resources {
  grid-area: resources;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 860px) {
  /* line 184, app/assets/stylesheets/frontend/bz/modules/help/_article.scss */
  #help-article-page h1,
#help-article-page h2,
#help-article-page h3,
#help-article-page h4,
#help-article-page h5,
#help-article-page h6,
#help-article-page section {
    scroll-margin-top: var(--navigation-height)66px;
  }
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page #intro {
  align-content: center;
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page #intro .bz-stamp {
  width: 220px;
}

@media screen and (max-width: 768px) {
  /* line 5, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
  #help-contact-page #intro .bz-stamp {
    width: 200px;
  }
}

@media screen and (max-width: 569px) {
  /* line 5, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
  #help-contact-page #intro .bz-stamp {
    width: 160px;
  }
}

/* line 16, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page #intro .btn-row .btn {
  min-width: 35%;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page svg.bz-stamp {
  fill: #fff;
}

/* line 26, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/help/contact/bg/header-bg-09a5c4e636e4a152cf654a2617a215b7433ded6e5d4548a6f8fd8e556f4dac89.jpg);
  background-repeat: no-repeat;
  background-position: 85% 10%;
  background-size: cover;
}

/* line 35, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page .block-image-and-description {
  padding-bottom: 7.25em;
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page #quick-answers .wrapper, #help-contact-page #quick-answers .divider {
  margin: 0 auto;
}

/* line 46, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page #award .block-logo-and-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3em;
  padding-bottom: 3em;
  max-width: 71.25em;
}

/* line 54, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page #award .block-logo-and-content .logo {
  padding-left: 10px;
  padding-right: 10px;
  width: 150px;
  flex-basis: unset;
  flex-shrink: unset;
}

/* line 62, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page #award .block-logo-and-content > :not(:last-child) {
  margin-right: 0px;
}

/* line 67, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page #award .logo-wrapper {
  display: flex;
  align-items: center;
  margin-left: 50px;
  flex-basis: 10rem;
  flex-shrink: 1;
}

/* line 75, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page #award .description.award h2 {
  font-weight: 300;
}

@media screen and (max-width: 860px) {
  /* line 80, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
  #help-contact-page #award .block-logo-and-content {
    flex-direction: column;
    max-width: 70%;
    text-align: center;
  }
  /* line 86, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
  #help-contact-page #award .logo-wrapper {
    margin-left: 0px;
  }
}

/* line 93, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page #contact .wrapper .block-2up-flex, #help-contact-page #contact .divider .block-2up-flex {
  margin: 0 auto;
}

@media screen and (max-width: 569px) {
  /* line 98, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
  #help-contact-page #contact .wrapper .block-2up-flex, #help-contact-page #contact .divider .block-2up-flex {
    text-align: center;
  }
}

/* line 105, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page #carousel {
  width: 100%;
}

/* line 108, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
#help-contact-page #carousel .image-carousel,
#help-contact-page #carousel .image-carousel-tablet,
#help-contact-page #carousel .image-carousel-mobile {
  display: none;
}

@media screen and (max-width: 860px) {
  /* line 105, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
  #help-contact-page #carousel {
    padding-top: 1.5em;
    padding-bottom: 4em;
  }
}

@media screen and (min-width: 769px) {
  /* line 120, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
  #help-contact-page #carousel .image-carousel {
    display: block;
    margin-top: 30px;
  }
  /* line 124, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
  #help-contact-page #carousel .image-carousel .row-top {
    height: 279px;
    margin-left: -200px;
  }
  @keyframes contact-row-top-large-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-3348px, 0, 0);
    }
    50.001% {
      transform: translate3d(3348px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes contact-row-top-large-keyframes-after {
    0% {
      transform: translate3d(3348px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-3348px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #help-contact-page #carousel .image-carousel .row-top:before, #help-contact-page #carousel .image-carousel .row-top:after {
    width: 3348px;
    height: 279px;
    background-image: url(/assets/frontend/bz/help/contact/carousel/carousel-top-row-ad594fb9bf83a4a36345c5021ad6236fb56225a7db773a3189867b30a4b037bf.jpg);
    background-size: 3348px 279px;
    background-repeat: no-repeat;
    animation-duration: 130s;
  }
}

@media screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 769px) and (min-device-pixel-ratio: 2), screen and (min-width: 769px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #help-contact-page #carousel .image-carousel .row-top:before, #help-contact-page #carousel .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/help/contact/carousel/carousel-top-row@2x-d9b311788511f8371442d4cf36ff20aad5e3a01549621a408caf5f44318f37dd.jpg);
  }
}

@media screen and (min-width: 769px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #help-contact-page #carousel .image-carousel .row-top:before {
    animation-name: contact-row-top-large-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #help-contact-page #carousel .image-carousel .row-top:after {
    animation-name: contact-row-top-large-keyframes-after;
  }
  /* line 137, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
  #help-contact-page #carousel .image-carousel .row-bottom {
    height: 279px;
    margin-left: -300px;
  }
  @keyframes contact-row-bottom-large-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-3348px, 0, 0);
    }
    50.001% {
      transform: translate3d(3348px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes contact-row-bottom-large-keyframes-after {
    0% {
      transform: translate3d(3348px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-3348px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #help-contact-page #carousel .image-carousel .row-bottom:before, #help-contact-page #carousel .image-carousel .row-bottom:after {
    width: 3348px;
    height: 279px;
    background-image: url(/assets/frontend/bz/help/contact/carousel/carousel-bottom-row-69b16dee87fab264c41665fdd347ed24e1d0a951356ecc996e20281a6fea5167.jpg);
    background-size: 3348px 279px;
    background-repeat: no-repeat;
    animation-duration: 100s;
  }
}

@media screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 769px) and (min-device-pixel-ratio: 2), screen and (min-width: 769px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #help-contact-page #carousel .image-carousel .row-bottom:before, #help-contact-page #carousel .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/help/contact/carousel/carousel-bottom-row@2x-33925bceb28f37ccd4198812a18ca1682fc2c67fdfd5eb822bcd3ae6670080d0.jpg);
  }
}

@media screen and (min-width: 769px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #help-contact-page #carousel .image-carousel .row-bottom:before {
    animation-name: contact-row-bottom-large-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #help-contact-page #carousel .image-carousel .row-bottom:after {
    animation-name: contact-row-bottom-large-keyframes-after;
  }
}

@media screen and (max-width: 569px) {
  /* line 153, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
  #help-contact-page #carousel .image-carousel-mobile {
    display: block;
  }
}

@media screen and (min-width: 570px) and (max-width: 768px) {
  /* line 160, app/assets/stylesheets/frontend/bz/modules/help/_contact.scss */
  #help-contact-page #carousel .image-carousel-tablet {
    display: block;
  }
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page {
  margin: 0;
}

/* line 7, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page:has(#promo-banner) #promo-banner {
  margin-top: 0;
}

@media screen and (max-width: 569px) {
  /* line 11, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
  #help-index-page:has(#promo-banner) #intro {
    margin-top: 0;
  }
}

/* line 16, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page #intro {
  background-image: linear-gradient(transparent, transparent), url(/assets/frontend/bz/help/header-bg-ee808d9e97145fc446e554c9a7bb756b3d79960481daffffac7ed6598b37a16e.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: calc(85px + 25px + 92px);
  padding-bottom: 106px;
}

/* line 25, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page #intro .wrapper, #help-index-page #intro .divider {
  overflow: initial;
}

/* line 29, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page #intro .intro-title {
  width: min-content;
  width: -moz-min-content;
  margin: auto;
  text-align: center;
}

/* line 37, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page #intro h1 {
  white-space: nowrap;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 43, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page #intro .search-box {
  margin-left: 20%;
  margin-right: 20%;
}

@media screen and (max-width: 569px) {
  /* line 16, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
  #help-index-page #intro {
    padding-top: 43px;
    padding-bottom: 56px;
    margin-top: 49px;
  }
  /* line 53, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
  #help-index-page #intro h1 {
    font-size: 2em;
    white-space: normal;
  }
  /* line 58, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
  #help-index-page #intro .search-box {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 63, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
  #help-index-page #intro .intro-title {
    width: 100%;
  }
}

/* line 69, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page #alerts {
  padding: 32px 0;
}

/* line 73, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page #quick-links {
  padding: 18px 0;
}

@media screen and (max-width: 569px) {
  /* line 73, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
  #help-index-page #quick-links {
    padding: 2rem 0;
  }
}

/* line 80, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page #quick-links .block-2up-flex {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  padding: 0 26px;
}

@media screen and (max-width: 569px) {
  /* line 80, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
  #help-index-page #quick-links .block-2up-flex {
    padding: 0;
  }
}

/* line 91, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page #quick-links .link-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  grid-column-gap: 32px;
}

/* line 98, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page #all-articles {
  padding-top: 56px;
  padding-bottom: 64px;
}

/* line 102, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page #all-articles .topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 32px;
}

@media screen and (max-width: 569px) {
  /* line 102, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
  #help-index-page #all-articles .topics-grid {
    grid-gap: 24px;
  }
}

/* line 111, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
#help-index-page #all-articles .topics-grid > * {
  padding: 26px;
  background-color: white;
}

@media screen and (max-width: 569px) {
  /* line 118, app/assets/stylesheets/frontend/bz/modules/help/_index.scss */
  #help-index-page #all-articles h2 {
    text-align: center;
  }
}

@media screen and (max-width: 980px) and (min-width: 570px) {
  /* line 4, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
  #help-articles-search-page nav {
    padding: 20px 28px;
  }
}

/* line 10, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
#help-articles-search-page:has(#promo-banner) #promo-banner {
  margin-top: 0;
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
#help-articles-search-page:has(#promo-banner) header.navigation {
  padding-top: 35px;
  transition: padding-top 0.5s;
}

/* line 18, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
#help-articles-search-page.nav-is-stuck:has(#promo-banner) header.navigation {
  padding-top: 0;
  transition: padding-top 0.5s;
}

@media screen and (max-width: 569px) {
  /* line 23, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
  #help-articles-search-page:has(#promo-banner) header.navigation {
    padding-top: 0;
  }
  /* line 27, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
  #help-articles-search-page:has(#promo-banner) #search {
    margin-top: 0;
  }
}

/* line 33, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
#help-articles-search-page #search {
  margin-top: var(--navigation-height);
}

/* line 37, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
#help-articles-search-page #search-results {
  padding-top: 2.5rem;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #7E98A2;
}

/* line 43, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
#help-articles-search-page .result-count {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

/* line 49, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
#help-articles-search-page article.helpdesk-article {
  margin-bottom: 2.5rem;
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
#help-articles-search-page article.helpdesk-article .helpdesk-article__title {
  font-size: 1.7em;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #141b29;
}

/* line 59, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
#help-articles-search-page article.helpdesk-article .helpdesk-article__body {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

/* line 64, app/assets/stylesheets/frontend/bz/modules/help/_search.scss */
#help-articles-search-page article.helpdesk-article .helpdesk-article__topic {
  font-size: 0.875rem;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .body-wrapper {
  background: transparent;
}

/* line 7, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help #help-history {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  border-bottom: 1px solid #334151;
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .help-history-notice {
  text-align: center;
}

/* line 16, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .help-history-notice a {
  display: inline-flex;
  align-items: center;
  font-size: 0.9em;
  vertical-align: middle;
}

/* line 23, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .help-history-notice svg {
  width: auto;
  height: 24px;
  margin-right: 9px;
}

/* line 32, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help #rating-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 36, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help #rating-section .rating-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 43, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help #rating-section button {
  width: 2rem;
  height: 2rem;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  padding: 0.1875rem;
}

/* line 51, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help #rating-section .notice {
  margin-right: 1.5rem;
}

/* line 56, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help #resources {
  padding-top: 60px;
  padding-bottom: 104px;
  border-bottom: 1px solid #7E98A2;
}

@media screen and (max-width: 569px) {
  /* line 56, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help #resources {
    padding-top: 0;
    padding-bottom: 48px;
  }
}

/* line 67, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .resources-grid {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}

/* line 72, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .resources-grid > * {
  align-items: flex-start;
  margin-top: 24px;
}

@media screen and (max-width: 569px) {
  /* line 72, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .resources-grid > * {
    align-items: center;
    text-align: center;
  }
}

/* line 81, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .resources-grid svg {
  width: auto;
  height: 48px;
  margin-bottom: 28px;
  fill: #7E98A2;
}

/* line 88, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .resources-grid h2 {
  margin-bottom: 14px;
}

/* line 92, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .resources-grid p {
  margin-bottom: 18px;
}

@media screen and (max-width: 980px) {
  /* line 67, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .resources-grid {
    display: block;
  }
  /* line 99, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .resources-grid > * {
    margin-top: 56px;
  }
}

/* line 107, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .contact-us-grid {
  display: grid;
  grid-column-gap: 3rem;
  grid-template-columns: min-content 1fr;
}

/* line 112, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .contact-us-grid .info {
  align-self: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 118, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .contact-us-grid h2 {
  margin-bottom: 2rem;
}

/* line 122, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .contact-us-grid .support-types {
  display: grid;
  grid-gap: 2rem 3.5rem;
  grid-template-columns: 12rem 12rem;
}

/* line 128, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .contact-us-grid .support-type .hours {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

/* line 133, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .contact-us-grid .faces {
  display: flex;
  align-self: flex-end;
  justify-content: flex-end;
  margin-left: auto;
  padding-top: 36px;
}

/* line 141, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .contact-us-grid .face-cam {
  display: none;
}

/* line 145, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .contact-us-grid figure {
  position: relative;
  align-self: flex-end;
}

/* line 150, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .contact-us-grid img {
  vertical-align: bottom;
}

/* line 154, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .contact-us-grid figcaption {
  position: absolute;
  right: 32px;
  bottom: 15px;
  color: white;
  font-size: 0.75em;
}

@media screen and (max-width: 980px) {
  /* line 107, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .contact-us-grid {
    display: block;
  }
  /* line 165, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .contact-us-grid .info {
    width: 100%;
    text-align: center;
  }
  /* line 170, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .contact-us-grid .faces {
    justify-content: center;
    margin: auto;
  }
  /* line 175, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .contact-us-grid .support-types {
    justify-content: center;
  }
  /* line 179, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .contact-us-grid .face-cam {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  /* line 185, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .contact-us-grid figcaption {
    right: 0;
    left: 0;
    margin: auto;
    font-size: 0.7em;
    text-align: center;
  }
}

@media screen and (max-width: 569px) {
  /* line 195, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .contact-us-grid figcaption {
    font-size: 0.5em;
  }
}

@media screen and (max-width: 479px) {
  /* line 201, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .contact-us-grid .support-types {
    grid-template-columns: 12rem;
  }
}

/* line 208, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help #search .block-basic {
  padding: 2rem 10%;
}

@media screen and (max-width: 860px) {
  /* line 207, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help #search {
    position: sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    z-index: 9999;
    top: calc(var(--navigation-height) - 1px);
    height: 66px;
  }
  /* line 225, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help #search .block-basic {
    padding: 0.75rem;
  }
  /* line 229, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help #search #query {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
}

/* line 237, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .is-loading .search-box__submit svg {
  transform-origin: 46% 46%;
  animation: spin 1s linear infinite;
  color: #637682;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 250, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .search-box__results-drop-down .btn-link {
  display: block;
  width: 100%;
  padding: 1.35em;
  color: #637682;
}

/* line 257, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .search-box__results-drop-down .btn-link:hover, .help .search-box__results-drop-down .btn-link:focus {
  background-color: #f8fbfd;
  color: #141b29;
}

/* line 263, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .search-box__results-drop-down .btn-link svg {
  fill: #7e98a2;
}

/* line 267, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .search-box__results-drop-down .btn-link.all-results {
  color: #3489bf;
}

/* line 270, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .search-box__results-drop-down .btn-link.all-results:hover {
  color: #141b29;
}

/* line 276, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .search-box__results-drop-down .no-results {
  padding: 1.35em;
}

/* line 284, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help footer {
  padding-top: 48px;
  padding-bottom: 80px;
}

@media screen and (max-width: 569px) {
  /* line 284, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help footer {
    padding: 32px 4%;
  }
}

/* line 293, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid {
  display: grid;
  grid-gap: 32px;
  grid-template-areas: 'badge support product company';
  justify-items: center;
}

@media screen and (max-width: 768px) {
  /* line 293, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .footer-grid {
    grid-template-areas: '. support . product .' '. company . badge .';
    justify-items: start;
  }
}

@media screen and (max-width: 569px) {
  /* line 293, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
  .help .footer-grid {
    grid-template-areas: 'support product' 'company badge';
  }
}

/* line 313, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid .badge {
  display: flex;
  grid-area: badge;
  flex-direction: column;
  align-items: center;
}

/* line 319, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid .badge > * {
  margin-bottom: 24px;
}

/* line 324, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid .support-links {
  grid-area: support;
}

/* line 325, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid .product-links {
  grid-area: product;
}

/* line 326, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid .company-links {
  grid-area: company;
}

/* line 328, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid .logo {
  width: auto;
  height: 40px;
}

/* line 333, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid .social-nav {
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
}

/* line 338, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid .social-nav li {
  margin-right: 10px;
  margin-left: 10px;
}

/* line 343, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid .social-nav svg {
  width: auto;
  height: 24px;
  fill: #637682;
}

/* line 349, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid .social-nav a:hover svg {
  fill: #ef672a;
}

/* line 355, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid nav li {
  margin-bottom: 1em;
}

/* line 359, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .footer-grid nav a {
  color: white;
  font-size: 0.9em;
  white-space: nowrap;
}

/* line 3, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
.help .footer-grid nav a:after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  content: "";
  height: 1px;
  display: block;
  background-color: white;
}

/* line 24, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
.help .footer-grid nav a:after {
  left: 50%;
  width: 0;
}

/* line 29, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
html:not(.ios) .help .footer-grid nav a:hover:after {
  left: 0;
  width: 100%;
}

/* line 368, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .secondary-action {
  color: #3489bf;
  font-size: 0.9rem;
}

/* line 372, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .secondary-action:hover {
  color: #141b29;
}

/* line 377, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help .search-box {
  position: relative;
}

/* line 381, app/assets/stylesheets/frontend/bz/modules/help/_shared.scss */
.help #query {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/frontend/bz/modules/landing-pages/_cdbaby.scss */
#cdbaby-page #cdbaby .image {
  margin-bottom: 2rem;
}

/* line 10, app/assets/stylesheets/frontend/bz/modules/landing-pages/_cdbaby.scss */
#cdbaby-page #cdbaby .quote {
  font-style: italic;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 1em;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/landing-pages/_christian-gospel-artists.scss */
#christian-gospel-artists-page .image-alicia-and-whitney {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/christian-gospel-artists/bg/alicia-and-whitney-bg-1e2077dd2e3ace03a86dd163a92dcc6afcbb712bd948f85c0ae2f987c523247f.jpg);
  background-repeat: no-repeat;
  background-position: 75% 0%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/landing-pages/_christian-gospel-artists.scss */
#christian-gospel-artists-page .image-kimberly-and-alberto-rivera {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/landing-pages/christian-gospel-artists/bg/kimberly-and-alberto-rivera-bg-f34c420b1b27893f8ec195a4ca8b7e44526ccac72857a3941ac73ea284234f03.jpg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/landing-pages/_christian-gospel-artists.scss */
#christian-gospel-artists-page .image-aaron-j-robinson {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/christian-gospel-artists/bg/aaron-j-robinson-bg-e771cf92b9f3394bbd8fa6e662d03f36a53561809dbbb22a41f4296bbef9fce2.jpg);
  background-repeat: no-repeat;
  background-position: 25% 50%;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/landing-pages/_christian-gospel-artists.scss */
#christian-gospel-artists-page .image-attaboy {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/christian-gospel-artists/bg/attaboy-bg-92da9a724f90e7e66a6c49cad73e71a44d0c0fe54f0fc1d2fca90a2f8efe785f.jpg);
  background-repeat: no-repeat;
  background-position: 45% 50%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 30, app/assets/stylesheets/frontend/bz/modules/landing-pages/_christian-gospel-artists.scss */
  #christian-gospel-artists-page .image-attaboy {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/christian-gospel-artists/bg/attaboy-bg-mobile-da6e2219ebae18c41b236535f1d64d176d1adc0420d666a7d7ebab27dbca046a.jpg);
    background-repeat: no-repeat;
    background-position: 15% 35%;
    background-size: cover;
  }
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/landing-pages/_distrokid-welcome.scss */
#distrokid-welcome-page .plan-overviews {
  margin: auto;
  max-width: 850px;
}

/* line 11, app/assets/stylesheets/frontend/bz/modules/landing-pages/_distrokid-welcome.scss */
#distrokid-welcome-page .image-olivia-belli {
  background-repeat: no-repeat;
  background-position: 46% 10%;
  background-size: cover;
}

/* line 4, app/assets/stylesheets/frontend/bz/base/mixins/_section_background.scss */
.webp #distrokid-welcome-page .image-olivia-belli {
  background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/distrokid/bg/bg-olivia-belli-4f63818c5ed35dc3b4492b8d3bd77be7200b55fb8ca84d800cce0ffaa63e1f94.webp);
}

/* line 7, app/assets/stylesheets/frontend/bz/base/mixins/_section_background.scss */
.no-webp #distrokid-welcome-page .image-olivia-belli {
  background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/distrokid/bg/bg-olivia-belli-cad59c5bcf531f4002c1fb6992fd3f82754a2e1be1b24655437352c2a6957b7f.jpg);
}

@media screen and (max-width: 860px) {
  /* line 11, app/assets/stylesheets/frontend/bz/modules/landing-pages/_distrokid-welcome.scss */
  #distrokid-welcome-page .image-olivia-belli {
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-size: cover;
  }
  /* line 4, app/assets/stylesheets/frontend/bz/base/mixins/_section_background.scss */
  .webp #distrokid-welcome-page .image-olivia-belli {
    background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/distrokid/bg/bg-olivia-belli-mobile-08657c448eefc68338feeb0deb917f997b52a5f598b5a8fa59c17201a7aec3e2.webp);
  }
  /* line 7, app/assets/stylesheets/frontend/bz/base/mixins/_section_background.scss */
  .no-webp #distrokid-welcome-page .image-olivia-belli {
    background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/distrokid/bg/bg-olivia-belli-mobile-cad59c5bcf531f4002c1fb6992fd3f82754a2e1be1b24655437352c2a6957b7f.jpg);
  }
}

/* line 22, app/assets/stylesheets/frontend/bz/modules/landing-pages/_distrokid-welcome.scss */
#distrokid-welcome-page #distrokid .image {
  margin-bottom: 2rem;
}

/* line 26, app/assets/stylesheets/frontend/bz/modules/landing-pages/_distrokid-welcome.scss */
#distrokid-welcome-page #distrokid .quote {
  font-style: italic;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 1em;
}

/* line 6, app/assets/stylesheets/frontend/bz/modules/landing-pages/_distrokid.scss */
#distrokid-page .image-olivia-belli {
  background-repeat: no-repeat;
  background-position: 46% 10%;
  background-size: cover;
}

/* line 4, app/assets/stylesheets/frontend/bz/base/mixins/_section_background.scss */
.webp #distrokid-page .image-olivia-belli {
  background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/distrokid/bg/bg-olivia-belli-4f63818c5ed35dc3b4492b8d3bd77be7200b55fb8ca84d800cce0ffaa63e1f94.webp);
}

/* line 7, app/assets/stylesheets/frontend/bz/base/mixins/_section_background.scss */
.no-webp #distrokid-page .image-olivia-belli {
  background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/distrokid/bg/bg-olivia-belli-cad59c5bcf531f4002c1fb6992fd3f82754a2e1be1b24655437352c2a6957b7f.jpg);
}

@media screen and (max-width: 860px) {
  /* line 6, app/assets/stylesheets/frontend/bz/modules/landing-pages/_distrokid.scss */
  #distrokid-page .image-olivia-belli {
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-size: cover;
  }
  /* line 4, app/assets/stylesheets/frontend/bz/base/mixins/_section_background.scss */
  .webp #distrokid-page .image-olivia-belli {
    background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/distrokid/bg/bg-olivia-belli-mobile-08657c448eefc68338feeb0deb917f997b52a5f598b5a8fa59c17201a7aec3e2.webp);
  }
  /* line 7, app/assets/stylesheets/frontend/bz/base/mixins/_section_background.scss */
  .no-webp #distrokid-page .image-olivia-belli {
    background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/distrokid/bg/bg-olivia-belli-mobile-cad59c5bcf531f4002c1fb6992fd3f82754a2e1be1b24655437352c2a6957b7f.jpg);
  }
}

/* line 18, app/assets/stylesheets/frontend/bz/modules/landing-pages/_distrokid.scss */
#distrokid-page #distrokid .image {
  margin-bottom: 2rem;
}

/* line 22, app/assets/stylesheets/frontend/bz/modules/landing-pages/_distrokid.scss */
#distrokid-page #distrokid .quote {
  font-style: italic;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 1em;
}

/* line 4, app/assets/stylesheets/frontend/bz/modules/landing-pages/_djs.scss */
#djs-page .image-busy {
  background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/djs/bg/bg-busy-396835a131cef635a4b4d9ff2493f525bb1b91f76cb72167bc971fadb7cf8a91.jpg);
  background-repeat: no-repeat;
  background-position: 65% 30%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/landing-pages/_djs.scss */
#djs-page .image-events {
  background-image: linear-gradient(rgba(162, 58, 11, 0.8), rgba(239, 103, 42, 0.9)), url(/assets/frontend/bz/landing-pages/djs/bg/bg-events-6ef6338c0d72f58cd551be3678b79c1c1da7b313e7bc7a08ff18237d401b8033.jpg);
  background-repeat: no-repeat;
  background-position: 70% 50%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/landing-pages/_djs.scss */
#djs-page .image-share-music {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/djs/bg/bg-share-music-9ac31fc1dd0ae8bc2d63e67e3528992370942882ab68d4b97e0e4d505dcce858.jpg);
  background-repeat: no-repeat;
  background-position: 70% 50%;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/landing-pages/_djs.scss */
#djs-page .image-social-proof {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/djs/bg/bg-social-proof-931547b9ad117125c85e64e3b5dc1815b944c4247ca8c64f074f2c128b347274.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 41, app/assets/stylesheets/frontend/bz/modules/landing-pages/_djs.scss */
#djs-epk-page .image-djs-header-bg {
  background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/djs/epks-for/header-background-2b1c436dd602affde840615cb4dda6324440b75e11f491c82821530265efc06c.jpg);
  background-repeat: no-repeat;
  background-position: 65% 30%;
  background-size: cover;
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/landing-pages/_event-ticket-sales.scss */
#features-event-ticket-sales-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/event-ticket-sales/bg/header-background-50e483e8d4b0ae7a3a73c8569d532ab8516ae37ce3dadc4dfce757c11be4cfbb.jpg);
  background-repeat: no-repeat;
  background-position: 50% 35%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 2, app/assets/stylesheets/frontend/bz/modules/landing-pages/_event-ticket-sales.scss */
  #features-event-ticket-sales-page .image-header {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/event-ticket-sales/bg/header-background-mobile-c5dd237de302e14a5582d080871e5b019a1350f5b39546319deaf935be9bbda4.jpg);
    background-repeat: no-repeat;
    background-position: 50% 15%;
    background-size: cover;
  }
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/landing-pages/_event-ticket-sales.scss */
#features-event-ticket-sales-page #carousel {
  padding-top: 4em;
}

@media screen and (max-width: 860px) {
  /* line 12, app/assets/stylesheets/frontend/bz/modules/landing-pages/_event-ticket-sales.scss */
  #features-event-ticket-sales-page #carousel {
    padding-top: 1.5em;
  }
}

/* line 19, app/assets/stylesheets/frontend/bz/modules/landing-pages/_event-ticket-sales.scss */
#features-event-ticket-sales-page #carousel .image-carousel {
  margin-top: 30px;
}

/* line 22, app/assets/stylesheets/frontend/bz/modules/landing-pages/_event-ticket-sales.scss */
#features-event-ticket-sales-page #carousel .image-carousel .row-top {
  height: 272px;
  margin-left: 0px;
}

@keyframes ticket-sales-row-top-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2808px, 0, 0);
  }
  50.001% {
    transform: translate3d(2808px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ticket-sales-row-top-large-keyframes-after {
  0% {
    transform: translate3d(2808px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2808px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-event-ticket-sales-page #carousel .image-carousel .row-top:before, #features-event-ticket-sales-page #carousel .image-carousel .row-top:after {
  width: 2808px;
  height: 272px;
  background-image: url(/assets/frontend/bz/features/event-ticket-sales/carousel/carousel-row-1-9b1b492f6de861d4ef441f61bb4726fa37fc092b2ebab65ff4edbaac99ddb09e.jpg);
  background-size: 2808px 272px;
  background-repeat: no-repeat;
  animation-duration: 140s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-event-ticket-sales-page #carousel .image-carousel .row-top:before, #features-event-ticket-sales-page #carousel .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/features/event-ticket-sales/carousel/carousel-row-1@2x-93706dd2a4b87047ab3f4f3d7dabde4118296a8fb4cfe939ed07837943ef53e6.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-event-ticket-sales-page #carousel .image-carousel .row-top:before {
  animation-name: ticket-sales-row-top-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-event-ticket-sales-page #carousel .image-carousel .row-top:after {
  animation-name: ticket-sales-row-top-large-keyframes-after;
}

/* line 35, app/assets/stylesheets/frontend/bz/modules/landing-pages/_event-ticket-sales.scss */
#features-event-ticket-sales-page #carousel .image-carousel .row-bottom {
  height: 272px;
  margin-left: -300px;
}

@keyframes ticket-sales-row-bottom-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2808px, 0, 0);
  }
  50.001% {
    transform: translate3d(2808px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ticket-sales-row-bottom-large-keyframes-after {
  0% {
    transform: translate3d(2808px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2808px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-event-ticket-sales-page #carousel .image-carousel .row-bottom:before, #features-event-ticket-sales-page #carousel .image-carousel .row-bottom:after {
  width: 2808px;
  height: 272px;
  background-image: url(/assets/frontend/bz/features/event-ticket-sales/carousel/carousel-row-2-3eb35e961d2d047bedc753f562b802aa85d3321d3cb8223c3ce6786268ed4cc9.jpg);
  background-size: 2808px 272px;
  background-repeat: no-repeat;
  animation-duration: 180s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-event-ticket-sales-page #carousel .image-carousel .row-bottom:before, #features-event-ticket-sales-page #carousel .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/features/event-ticket-sales/carousel/carousel-row-2@2x-6c56ad259adff24eb157aef1feb611edb4bea679e286e6a233c0a24a82858c19.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-event-ticket-sales-page #carousel .image-carousel .row-bottom:before {
  animation-name: ticket-sales-row-bottom-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-event-ticket-sales-page #carousel .image-carousel .row-bottom:after {
  animation-name: ticket-sales-row-bottom-large-keyframes-after;
}

@media screen and (max-width: 860px) {
  /* line 50, app/assets/stylesheets/frontend/bz/modules/landing-pages/_event-ticket-sales.scss */
  #features-event-ticket-sales-page #carousel .image-carousel .row-top {
    height: 113px;
    margin-left: 0px;
  }
  @keyframes ticket-sales-row-top-small-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-1170px, 0, 0);
    }
    50.001% {
      transform: translate3d(1170px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes ticket-sales-row-top-small-keyframes-after {
    0% {
      transform: translate3d(1170px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-1170px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-event-ticket-sales-page #carousel .image-carousel .row-top:before, #features-event-ticket-sales-page #carousel .image-carousel .row-top:after {
    width: 1170px;
    height: 113px;
    background-image: url(/assets/frontend/bz/features/event-ticket-sales/carousel/carousel-row-1-9b1b492f6de861d4ef441f61bb4726fa37fc092b2ebab65ff4edbaac99ddb09e.jpg);
    background-size: 1170px 113px;
    background-repeat: no-repeat;
    animation-duration: 130s;
  }
}

@media screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-event-ticket-sales-page #carousel .image-carousel .row-top:before, #features-event-ticket-sales-page #carousel .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/features/event-ticket-sales/carousel/carousel-row-1@2x-93706dd2a4b87047ab3f4f3d7dabde4118296a8fb4cfe939ed07837943ef53e6.jpg);
  }
}

@media screen and (max-width: 860px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-event-ticket-sales-page #carousel .image-carousel .row-top:before {
    animation-name: ticket-sales-row-top-small-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-event-ticket-sales-page #carousel .image-carousel .row-top:after {
    animation-name: ticket-sales-row-top-small-keyframes-after;
  }
  /* line 63, app/assets/stylesheets/frontend/bz/modules/landing-pages/_event-ticket-sales.scss */
  #features-event-ticket-sales-page #carousel .image-carousel .row-bottom {
    height: 113px;
    margin-left: -150px;
  }
  @keyframes ticket-sales-row-bottom-small-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-1170px, 0, 0);
    }
    50.001% {
      transform: translate3d(1170px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes ticket-sales-row-bottom-small-keyframes-after {
    0% {
      transform: translate3d(1170px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-1170px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-event-ticket-sales-page #carousel .image-carousel .row-bottom:before, #features-event-ticket-sales-page #carousel .image-carousel .row-bottom:after {
    width: 1170px;
    height: 113px;
    background-image: url(/assets/frontend/bz/features/event-ticket-sales/carousel/carousel-row-2-3eb35e961d2d047bedc753f562b802aa85d3321d3cb8223c3ce6786268ed4cc9.jpg);
    background-size: 1170px 113px;
    background-repeat: no-repeat;
    animation-duration: 70s;
  }
}

@media screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-event-ticket-sales-page #carousel .image-carousel .row-bottom:before, #features-event-ticket-sales-page #carousel .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/features/event-ticket-sales/carousel/carousel-row-2@2x-6c56ad259adff24eb157aef1feb611edb4bea679e286e6a233c0a24a82858c19.jpg);
  }
}

@media screen and (max-width: 860px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-event-ticket-sales-page #carousel .image-carousel .row-bottom:before {
    animation-name: ticket-sales-row-bottom-small-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-event-ticket-sales-page #carousel .image-carousel .row-bottom:after {
    animation-name: ticket-sales-row-bottom-small-keyframes-after;
  }
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/landing-pages/_example.scss */
#example-page .with-bg-image.bg-dark {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/example/bg/bg-example-a2bc91b3a0b076afa52f180470566a836b643c562a918a7fc461281ea690c2d5.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 10, app/assets/stylesheets/frontend/bz/modules/landing-pages/_example.scss */
#example-page .with-bg-image.bg-brand {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/landing-pages/example/bg/bg-example-a2bc91b3a0b076afa52f180470566a836b643c562a918a7fc461281ea690c2d5.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 18, app/assets/stylesheets/frontend/bz/modules/landing-pages/_example.scss */
#example-page .with-bg-image.bg-dark-brand-grad {
  background-image: linear-gradient(rgba(162, 58, 11, 0.8), rgba(239, 103, 42, 0.9)), url(/assets/frontend/bz/landing-pages/example/bg/bg-example-a2bc91b3a0b076afa52f180470566a836b643c562a918a7fc461281ea690c2d5.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
#flipdown.sales-ticker {
  display: flex;
  justify-content: space-evenly;
  width: unset;
}

@media only screen and (max-width: 479px) {
  /* line 2, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  #flipdown.sales-ticker {
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
  }
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
#flipdown.sales-ticker .heading-tertiary {
  line-height: 0;
  margin: 0;
}

/* line 19, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
#flipdown.sales-ticker .rotor-group-heading::before {
  content: none;
}

/* line 25, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
#flipdown.sales-ticker .rotor {
  border: 1px solid #222832;
  box-shadow: 1px 4px 2px #222832;
  box-sizing: content-box;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
#flipdown.sales-ticker .rotor::before {
  border-left: 2px solid #f5f5f5;
  border-right: 2px solid #f5f5f5;
  bottom: 45%;
  content: '';
  height: 8px;
  left: 2px;
  position: absolute;
  right: 2px;
  z-index: 5;
}

/* line 44, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
#flipdown.sales-ticker .rotor-group {
  padding: 0;
}

/* line 47, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
#flipdown.sales-ticker .rotor-group::before {
  content: none;
}

/* line 51, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
#flipdown.sales-ticker .rotor-group:not(:last-child) {
  margin: 0 4px 0 0;
}

/* line 56, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
#flipdown.sales-ticker .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3)::before,
#flipdown.sales-ticker .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3)::after {
  background-color: none;
}

@media (max-width: 740px) {
  /* line 63, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  .flipdown {
    width: 312px;
    height: 70px;
  }
  /* line 68, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  .flipdown .rotor {
    font-size: 2.2rem;
    margin-right: 3px;
  }
  /* line 73, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  .flipdown .rotor,
.flipdown .rotor-leaf,
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor::after {
    width: 26px;
  }
  /* line 83, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  .flipdown .rotor-group {
    padding-right: 20px;
  }
  /* line 87, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  .flipdown .rotor-group:last-child {
    padding-right: 0;
  }
  /* line 91, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  .flipdown .rotor-group-heading::before {
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px;
  }
  /* line 97, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::after {
    left: 69px;
  }
  /* line 102, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::before {
    bottom: 13px;
    height: 8px;
    width: 8px;
  }
  /* line 108, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::after {
    bottom: 29px;
    height: 8px;
    width: 8px;
  }
  /* line 114, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  .flipdown .rotor-leaf-front,
.flipdown .rotor-top {
    line-height: 50px;
  }
  /* line 119, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  .flipdown .rotor-leaf,
.flipdown .rotor {
    height: 50px;
  }
  /* line 124, app/assets/stylesheets/frontend/bz/modules/landing-pages/_flipdown-sales-ticker.scss */
  .flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor::after {
    height: 25px;
  }
}

/* line 44, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) {
  --remix-content-muted: rgb(101, 113, 123);
  color: #141b29;
}

/* line 49, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) p {
  margin: 0 0 1rem;
  padding: 0;
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) p:last-child {
  margin-bottom: 0;
}

/* line 58, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-is-full,
:where(.fake-remix) .-is-half,
:where(.fake-remix) .-is-one-third,
:where(.fake-remix) .-is-one-fourth,
:where(.fake-remix) .-is-one-fifth {
  flex-basis: unset !important;
  width: unset !important;
}

/* line 67, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .columns {
  --remix-column-gap: 0.5rem;
  --remix-columns-bottom-padding: calc(var(--remix-column-gap)*2);
  flex: 1 1;
  max-width: calc(100% + var(--remix-column-gap)*2);
  margin-top: calc(var(--remix-column-gap)*-1);
  margin-right: calc(var(--remix-column-gap)*-1);
  margin-left: calc(var(--remix-column-gap)*-1);
}

@media screen and (min-width: 768px) {
  /* line 67, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .columns {
    display: flex;
  }
}

/* line 80, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .columns:not(:last-child) {
  margin-bottom: calc(var(--remix-columns-bottom-padding) - var(--remix-column-gap));
}

/* line 84, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .columns.-gapless {
  --remix-column-gap: 0px;
}

/* line 88, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .columns.-centered {
  justify-content: center;
}

/* line 93, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .column {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  max-width: 100%;
  padding: var(--remix-column-gap);
}

@media screen and (min-width: 768px) {
  /* line 100, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .column.-is-half {
    flex: 0 1 50%;
  }
}

@media screen and (min-width: 768px) {
  /* line 108, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .column.-is-one-quarter {
    flex: 0 1 25%;
  }
  /* line 112, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .column.-is-three-quarters {
    flex: 0 1 75%;
  }
}

/* line 117, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .section {
  --remix-section-padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  border-radius: 0.5rem;
  padding: var(--remix-section-padding);
  position: relative;
  background-color: white;
}

/* line 127, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .section.-compact {
  --remix-section-padding: 1rem;
}

/* line 130, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .section.-fluid {
  flex: 1 1 auto;
}

/* line 133, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .section.-bg-none {
  background: none !important;
}

/* line 136, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .section.-bg-mute {
  background-color: #f5f7f7;
}

/* line 141, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  /* line 148, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .sections.-horizontal {
    flex-direction: row;
  }
  /* line 152, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .sections.-even .section {
    flex: 1 0 0;
  }
}

/* line 157, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections.-compact .section {
  --remix-section-padding: 1rem;
}

/* line 161, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections .section {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 167, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections .sections {
  margin-bottom: 0;
}

/* line 170, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections:last-child {
  margin-bottom: 0;
}

/* line 174, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections.-bordered {
  border: 0.0625rem solid #232d38 !important;
}

/* line 178, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .sections.-bordered .section:last-child {
  border-bottom-style: none;
}

/* line 186, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table {
  --remix-table-row-background: hsl(0, 0%, 100%);
  --remix-table-row-border: hsl(0, 0%, 90%);
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.575;
}

/* line 196, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell {
  padding: 1rem 0.5rem;
  vertical-align: top;
  text-align: left;
}

/* line 201, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell.-contract {
  width: 1px;
  white-space: nowrap;
}

/* line 206, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell.-is-one-half, :where(.fake-remix) .table__cell.-is-1-2 {
  width: 50%;
  max-width: 0;
}

/* line 212, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell.-is-one-third, :where(.fake-remix) .table__cell.-is-1-3 {
  width: 33.3333%;
  max-width: 0;
}

/* line 218, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell.-is-one-quarter, :where(.fake-remix) .table__cell.-is-1-4 {
  width: 25%;
  max-width: 0;
}

/* line 224, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell.-is-one-fifth, :where(.fake-remix) .table__cell.-is-1-5 {
  width: 20%;
  max-width: 0;
}

/* line 230, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__cell.-is-one-sixth, :where(.fake-remix) .table__cell.-is-1-6 {
  width: 16.6666%;
  max-width: 0;
}

/* line 237, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .table__row {
  border-bottom-color: var(--remix-table-row-border);
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  background-color: var(--remix-table-row-background);
}

/* line 246, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .collection-grid {
  --collection-grid-columns: repeat(2,1fr);
  --collection-grid-padding: 0.5rem;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: var(--collection-grid-columns);
  grid-gap: .5rem;
  gap: .5rem;
  margin-bottom: .5rem;
}

/* line 256, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .collection-grid.-three-columns {
  --collection-grid-columns: repeat(3,1fr);
}

/* line 260, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .collection-grid.-six-columns {
  --collection-grid-columns: repeat(6,1fr);
}

@media screen and (min-width: 768px) and (max-width: 1087px) {
  /* line 260, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .collection-grid.-six-columns {
    --collection-grid-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width: 759px) {
  /* line 260, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .collection-grid.-six-columns {
    --collection-grid-columns: repeat(2, 1fr) !important;
  }
}

/* line 271, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .collection-grid.-horizontal {
  max-width: 80%;
}

/* line 276, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

/* line 283, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title:last-child {
  margin-bottom: 0;
}

/* line 287, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-section {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}

/* line 294, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-sub-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  line-height: 1.23077;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

/* line 304, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-small {
  font-family: Open Sans,sans-serif;
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .03125rem;
  line-height: 1.45455;
  text-transform: uppercase;
  color: #637682;
}

/* line 314, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-light {
  font-weight: 300;
}

/* line 318, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: .5rem;
}

/* line 325, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-fluid {
  justify-content: space-between;
}

/* line 329, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .title.-centered {
  text-align: center;
}

/* line 334, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .theme-container.-dark {
  color: #F5F7F7;
}

/* line 33, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .theme-container.-dark .title {
  color: #ebf0f9;
}

/* line 37, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .theme-container.-dark.section {
  background-color: #141b29;
  color: #7e98a2;
}

/* line 339, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .text.-small {
  font-size: 0.75rem;
}

/* line 343, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .text.-align-center {
  text-align: center;
}

/* line 347, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .text.-align-left {
  text-align: left;
}

/* line 352, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list {
  margin: 0 0 .5rem;
  padding: 0;
  list-style-type: none;
}

/* line 356, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list:last-child {
  margin-bottom: 0;
}

/* line 359, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list .list-item {
  margin: 0 0 .5rem;
  padding: 0;
}

/* line 362, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list .list-item:last-child {
  margin-bottom: 0;
}

/* line 367, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list.-decorated {
  list-style: none;
}

/* line 369, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list.-decorated > .list-item {
  display: grid;
  grid-template-areas: "decoration content";
  grid-template-columns: min-content auto;
}

/* line 373, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list.-decorated > .list-item .list-item__content {
  align-self: start;
  grid-area: content;
}

/* line 377, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list.-decorated > .list-item .list-item__decoration {
  align-self: start;
  grid-area: decoration;
  min-width: 2rem;
}

/* line 385, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .list.-bulleted {
  padding-left: 1.5rem;
  list-style-type: disc;
}

/* line 391, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon {
  --remix-icon-color: currentColor;
  --remix-icon-size: 1rem;
  --remix-icon-width: var(--remix-icon-size);
  --remix-icon-height: var(--remix-icon-size);
  display: inline-block;
  visibility: inherit;
  box-sizing: content-box;
  flex-shrink: 0;
  width: var(--remix-icon-width);
  height: var(--remix-icon-height);
  fill: var(--remix-icon-color);
  color: inherit;
  vertical-align: middle;
  cursor: inherit;
  pointer-events: none;
}

/* line 408, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon svg, :where(.fake-remix) remix-icon::part(svg) {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--remix-icon-color);
}

/* line 416, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon[size="large"] {
  --remix-icon-size: 2.5rem;
}

/* line 420, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon[size="card"] {
  --remix-icon-size: 4rem;
}

/* line 424, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon[size="extra-large"] {
  --remix-icon-size: 5rem;
}

/* line 428, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon[fluid] {
  --remix-icon-width: 100%;
}

/* line 432, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon[muted] {
  --remix-icon-color: #65717b;
}

/* line 436, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) remix-icon[positive] {
  --remix-icon-color: #3d9e71;
}

/* line 441, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .tabs {
  width: 100%;
}

/* line 443, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .tabs__tab {
  display: none;
}

/* line 446, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .tabs__tab.-is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  /* line 453, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .visibility.-mobile-only {
    display: none !important;
  }
}

@media screen and (max-width: 759px) {
  /* line 459, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .visibility.-from-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 759px) {
  /* line 465, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  :where(.fake-remix) .visibility.-not-mobile {
    display: none !important;
  }
}

/* line 471, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .visibility.-hidden {
  display: none !important;
}

/* line 476, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .tag.-primary {
  font-family: "Open Sans", sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
  line-height: 1.45455;
  text-transform: uppercase;
  color: white;
  background-color: #358bc0;
  display: inline-flex;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
  height: 1rem;
  padding: 0.125rem 0.5rem;
  border-style: none;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

/* line 497, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mb-3x {
  margin-bottom: 1.5rem !important;
}

/* line 498, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mb-4x {
  margin-bottom: 2rem !important;
}

/* line 499, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mb-5x {
  margin-bottom: 2.5rem !important;
}

/* line 500, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mt-1x {
  margin-top: .5rem !important;
}

/* line 501, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mt-2x {
  margin-top: 1rem !important;
}

/* line 502, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mt-5x {
  margin-top: 2.5rem !important;
}

/* line 503, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-mr-2x {
  margin-top: 1rem !important;
}

/* line 504, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pt-0x {
  padding-top: 0 !important;
}

/* line 505, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pt-4x {
  padding-top: 2rem !important;
}

/* line 506, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pb-0-5x {
  padding-bottom: 0.25rem !important;
}

/* line 507, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pb-2x {
  padding-bottom: 1rem !important;
}

/* line 508, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pl-0x {
  padding-left: 0 !important;
}

/* line 509, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pl-3x {
  padding-left: 1.5rem !important;
}

/* line 510, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-px-0x {
  padding-inline: 0 !important;
}

/* line 511, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-py-0x {
  padding-block: 0 !important;
}

/* line 512, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pt-0-5x {
  padding-top: 0.25rem !important;
}

/* line 513, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pt-1x {
  padding-top: 0.5rem !important;
}

/* line 514, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-pt-4x {
  padding-top: 2rem !important;
}

/* line 515, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-p-4x {
  padding: 2rem !important;
}

/* line 517, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-spacing-4x {
  gap: 2rem;
  margin-bottom: 2rem;
}

/* line 521, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .-spacing-4x:last-child {
  margin-bottom: 0;
}

/* line 526, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .container {
  margin-inline: auto;
  padding-bottom: 2rem;
}

/* line 530, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
:where(.fake-remix) .container.-wide {
  max-width: MIN(100vw, var(--remix-container-max-width, 1000px));
}

/* line 539, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page {
  --plans-table-highlight-offset: -36px;
}

/* line 542, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page #intro {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/pricing/bg/airside-bg-951f046a95d6f81b92c10fce1d97723aa051cabc94d2713bc8024f6ca485c50a.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 160px;
}

@media screen and (max-width: 860px) {
  /* line 542, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page #intro {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/pricing/bg/airside-bg-mobile-1106c276517af7ac2b8c06555426f28bda83d57a9cb4bb50b9220309e952a13c.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

/* line 546, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page #intro h1 {
  font-size: 3.5em;
  margin-bottom: 1em;
}

@media screen and (max-width: 980px) {
  /* line 546, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page #intro h1 {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 569px) {
  /* line 546, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page #intro h1 {
    font-size: 2.25em;
  }
}

@media screen and (max-width: 479px) {
  /* line 546, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page #intro h1 {
    font-size: 1.8em;
  }
}

/* line 560, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page #intro .btn {
  text-transform: none;
}

/* line 564, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page #intro .fine-print {
  margin-top: 3em;
  margin-bottom: 0;
}

@media screen and (max-width: 569px) {
  /* line 569, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page #intro.bg-bleed-to-top {
    margin-top: -25px;
  }
}

/* line 575, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page #website-plans-section {
  transform: translateY(-160px);
  margin-bottom: -160px;
}

/* line 580, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .plan-features {
  width: 100%;
}

/* line 584, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .website-plans-include-section {
  color: #F5F7F7;
}

/* line 33, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .website-plans-include-section .title {
  color: #ebf0f9;
}

/* line 37, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .website-plans-include-section.section {
  background-color: #141b29;
  color: #7e98a2;
}

/* line 588, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .faq-wrapper {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.6455026455%;
  padding: 4.25em 0;
}

/* line 20, vendor/bundle/ruby/3.2.0/bundler/gems/neat-a0e805d4fbe3/app/assets/stylesheets/mixins/_clearfix.scss */
#pricing-page .faq-wrapper::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 479px) {
  /* line 588, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page .faq-wrapper {
    padding: 2.125em 0;
  }
}

/* line 597, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .faq-wrapper h2 {
  text-align: center;
}

@media screen and (max-width: 479px) {
  /* line 597, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
  #pricing-page .faq-wrapper h2 {
    font-size: 2em;
  }
}

/* line 604, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .faq-wrapper .grid {
  padding-top: 1em;
}

/* line 608, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#pricing-page .faq-wrapper dd {
  margin-bottom: 2em;
}

/* line 614, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#distrokid-page #pricing {
  --plans-table-highlight-offset: -37px;
}

/* line 616, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#distrokid-page #pricing .plan-overviews__plan-header-price .btn {
  background: #ef672a;
  border: 1px solid #ef672a;
  color: #fff;
}

/* line 621, app/assets/stylesheets/frontend/bz/modules/_pricing.scss */
#distrokid-page #pricing .plan-overviews__plan-header-price .btn:hover {
  color: #ef672a;
  background: #fff;
  border: 1px solid #fff;
  transition-delay: 0s;
}

/* line 5, app/assets/stylesheets/frontend/bz/modules/landing-pages/_getting-started.scss */
#getting-started-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/getting-started/bg/header-bg-f4a806c8b5d99faf62207933430d3915f50137f31c9a41397e163c76a85d920e.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/landing-pages/_getting-started.scss */
#getting-started-page .image-step-2 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/images/frontend/bz/landing-pages/getting-started/bg/step-2-bg.jpg);
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/landing-pages/_getting-started.scss */
#getting-started-page .image-step-3 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/images/frontend/bz/landing-pages/getting-started/bg/step-3-bg.jpg);
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-size: cover;
}

/* line 31, app/assets/stylesheets/frontend/bz/modules/landing-pages/_getting-started.scss */
#getting-started-page .image-step-5 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/images/frontend/bz/landing-pages/getting-started/bg/step-5-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/landing-pages/_getting-started.scss */
#getting-started-page #articles .block-2up-narrow {
  margin-bottom: 3em;
}

/* line 44, app/assets/stylesheets/frontend/bz/modules/landing-pages/_getting-started.scss */
#getting-started-page #articles dt {
  color: #232d38;
  font-size: 1.2em;
}

/* line 49, app/assets/stylesheets/frontend/bz/modules/landing-pages/_getting-started.scss */
#getting-started-page #articles dt,
#getting-started-page #articles dd {
  margin-bottom: 1em;
}

/* line 53, app/assets/stylesheets/frontend/bz/modules/landing-pages/_getting-started.scss */
#getting-started-page #articles dt a,
#getting-started-page #articles dd a {
  color: #232d38;
  white-space: normal;
  border-bottom: 1px solid #232d38;
}

/* line 39, app/assets/stylesheets/frontend/bz/base/mixins/_underline.scss */
#getting-started-page #articles dt a:after,
#getting-started-page #articles dd a:after {
  display: none;
}

/* line 59, app/assets/stylesheets/frontend/bz/modules/landing-pages/_getting-started.scss */
#getting-started-page #articles dl {
  margin-bottom: 3em;
}

/* line 63, app/assets/stylesheets/frontend/bz/modules/landing-pages/_getting-started.scss */
#getting-started-page #articles .grid {
  padding: 0;
  width: 65%;
}

/* line 66, app/assets/stylesheets/frontend/bz/modules/landing-pages/_getting-started.scss */
#getting-started-page #articles .grid .block-2up {
  padding-top: 0;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
#home-page .image-wolf-and-moon, #hostbaby-page .image-wolf-and-moon, #cdbaby-page .image-wolf-and-moon, #distrokid-welcome-page .image-wolf-and-moon, #distrokid-page .image-wolf-and-moon {
  background-repeat: no-repeat;
  background-position: 46% 10%;
  background-size: cover;
}

/* line 4, app/assets/stylesheets/frontend/bz/base/mixins/_section_background.scss */
.webp #home-page .image-wolf-and-moon, .webp #hostbaby-page .image-wolf-and-moon, .webp #cdbaby-page .image-wolf-and-moon, .webp #distrokid-welcome-page .image-wolf-and-moon, .webp #distrokid-page .image-wolf-and-moon {
  background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/home/bg/bg-wolf-and-moon-cf4fc2e1da935f03622d5b741890a049b7d4ac0c1af245b338183410a5823de8.webp);
}

/* line 7, app/assets/stylesheets/frontend/bz/base/mixins/_section_background.scss */
.no-webp #home-page .image-wolf-and-moon, .no-webp #hostbaby-page .image-wolf-and-moon, .no-webp #cdbaby-page .image-wolf-and-moon, .no-webp #distrokid-welcome-page .image-wolf-and-moon, .no-webp #distrokid-page .image-wolf-and-moon {
  background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/home/bg/bg-wolf-and-moon-cf8c0eec290ab6de46bf34f125fa6a4f9ec9130edb67896a22c672da77409ee3.jpg);
}

@media screen and (max-width: 860px) {
  /* line 3, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
  #home-page .image-wolf-and-moon, #hostbaby-page .image-wolf-and-moon, #cdbaby-page .image-wolf-and-moon, #distrokid-welcome-page .image-wolf-and-moon, #distrokid-page .image-wolf-and-moon {
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-size: cover;
  }
  /* line 4, app/assets/stylesheets/frontend/bz/base/mixins/_section_background.scss */
  .webp #home-page .image-wolf-and-moon, .webp #hostbaby-page .image-wolf-and-moon, .webp #cdbaby-page .image-wolf-and-moon, .webp #distrokid-welcome-page .image-wolf-and-moon, .webp #distrokid-page .image-wolf-and-moon {
    background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/home/bg/bg-wolf-and-moon-mobile-fd5671780f129f69c6d4634beafc9765057a084486da728b57bd05878391f85d.webp);
  }
  /* line 7, app/assets/stylesheets/frontend/bz/base/mixins/_section_background.scss */
  .no-webp #home-page .image-wolf-and-moon, .no-webp #hostbaby-page .image-wolf-and-moon, .no-webp #cdbaby-page .image-wolf-and-moon, .no-webp #distrokid-welcome-page .image-wolf-and-moon, .no-webp #distrokid-page .image-wolf-and-moon {
    background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/home/bg/bg-wolf-and-moon-mobile-8094497fadeb873aa54e07b6b7b5b5a36f7778fd1e962a702a3d58aa39d2c52c.jpg);
  }
}

@media screen and (min-width: 861px) {
  /* line 14, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
  #home-page #intro .description, #hostbaby-page #intro .description, #cdbaby-page #intro .description, #distrokid-welcome-page #intro .description, #distrokid-page #intro .description {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

/* line 23, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
#home-page #intro .wrapper, #hostbaby-page #intro .wrapper, #cdbaby-page #intro .wrapper, #distrokid-welcome-page #intro .wrapper, #distrokid-page #intro .wrapper, #home-page #intro .divider, #hostbaby-page #intro .divider, #cdbaby-page #intro .divider, #distrokid-welcome-page #intro .divider, #distrokid-page #intro .divider {
  padding-top: 6.25em;
}

@media screen and (max-width: 860px) {
  /* line 23, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
  #home-page #intro .wrapper, #hostbaby-page #intro .wrapper, #cdbaby-page #intro .wrapper, #distrokid-welcome-page #intro .wrapper, #distrokid-page #intro .wrapper, #home-page #intro .divider, #hostbaby-page #intro .divider, #cdbaby-page #intro .divider, #distrokid-welcome-page #intro .divider, #distrokid-page #intro .divider {
    padding-top: 0;
  }
}

/* line 32, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
#home-page .intro, #hostbaby-page .intro, #cdbaby-page .intro, #distrokid-welcome-page .intro, #distrokid-page .intro {
  padding: 0;
}

/* line 37, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
#home-page .for-musicians .wrapper, #hostbaby-page .for-musicians .wrapper, #cdbaby-page .for-musicians .wrapper, #distrokid-welcome-page .for-musicians .wrapper, #distrokid-page .for-musicians .wrapper, #home-page .for-musicians .divider, #hostbaby-page .for-musicians .divider, #cdbaby-page .for-musicians .divider, #distrokid-welcome-page .for-musicians .divider, #distrokid-page .for-musicians .divider {
  padding: 0 10px;
}

/* line 39, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
#home-page .for-musicians .wrapper .grid, #hostbaby-page .for-musicians .wrapper .grid, #cdbaby-page .for-musicians .wrapper .grid, #distrokid-welcome-page .for-musicians .wrapper .grid, #distrokid-page .for-musicians .wrapper .grid, #home-page .for-musicians .divider .grid, #hostbaby-page .for-musicians .divider .grid, #cdbaby-page .for-musicians .divider .grid, #distrokid-welcome-page .for-musicians .divider .grid, #distrokid-page .for-musicians .divider .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 860px) {
  /* line 39, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
  #home-page .for-musicians .wrapper .grid, #hostbaby-page .for-musicians .wrapper .grid, #cdbaby-page .for-musicians .wrapper .grid, #distrokid-welcome-page .for-musicians .wrapper .grid, #distrokid-page .for-musicians .wrapper .grid, #home-page .for-musicians .divider .grid, #hostbaby-page .for-musicians .divider .grid, #cdbaby-page .for-musicians .divider .grid, #distrokid-welcome-page .for-musicians .divider .grid, #distrokid-page .for-musicians .divider .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 569px) {
  /* line 39, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
  #home-page .for-musicians .wrapper .grid, #hostbaby-page .for-musicians .wrapper .grid, #cdbaby-page .for-musicians .wrapper .grid, #distrokid-welcome-page .for-musicians .wrapper .grid, #distrokid-page .for-musicians .wrapper .grid, #home-page .for-musicians .divider .grid, #hostbaby-page .for-musicians .divider .grid, #cdbaby-page .for-musicians .divider .grid, #distrokid-welcome-page .for-musicians .divider .grid, #distrokid-page .for-musicians .divider .grid {
    grid-template-columns: 1fr;
  }
}

/* line 48, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
#home-page .for-musicians .wrapper .grid .block-3up, #hostbaby-page .for-musicians .wrapper .grid .block-3up, #cdbaby-page .for-musicians .wrapper .grid .block-3up, #distrokid-welcome-page .for-musicians .wrapper .grid .block-3up, #distrokid-page .for-musicians .wrapper .grid .block-3up, #home-page .for-musicians .divider .grid .block-3up, #hostbaby-page .for-musicians .divider .grid .block-3up, #cdbaby-page .for-musicians .divider .grid .block-3up, #distrokid-welcome-page .for-musicians .divider .grid .block-3up, #distrokid-page .for-musicians .divider .grid .block-3up {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 52, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
#home-page .for-musicians .wrapper .grid .block-3up p:not(.cta), #hostbaby-page .for-musicians .wrapper .grid .block-3up p:not(.cta), #cdbaby-page .for-musicians .wrapper .grid .block-3up p:not(.cta), #distrokid-welcome-page .for-musicians .wrapper .grid .block-3up p:not(.cta), #distrokid-page .for-musicians .wrapper .grid .block-3up p:not(.cta), #home-page .for-musicians .divider .grid .block-3up p:not(.cta), #hostbaby-page .for-musicians .divider .grid .block-3up p:not(.cta), #cdbaby-page .for-musicians .divider .grid .block-3up p:not(.cta), #distrokid-welcome-page .for-musicians .divider .grid .block-3up p:not(.cta), #distrokid-page .for-musicians .divider .grid .block-3up p:not(.cta) {
  flex-grow: 1;
  margin-bottom: 0.7em;
}

/* line 56, app/assets/stylesheets/frontend/bz/modules/landing-pages/_home.scss */
#home-page .for-musicians .wrapper .grid .block-3up .cta, #hostbaby-page .for-musicians .wrapper .grid .block-3up .cta, #cdbaby-page .for-musicians .wrapper .grid .block-3up .cta, #distrokid-welcome-page .for-musicians .wrapper .grid .block-3up .cta, #distrokid-page .for-musicians .wrapper .grid .block-3up .cta, #home-page .for-musicians .divider .grid .block-3up .cta, #hostbaby-page .for-musicians .divider .grid .block-3up .cta, #cdbaby-page .for-musicians .divider .grid .block-3up .cta, #distrokid-welcome-page .for-musicians .divider .grid .block-3up .cta, #distrokid-page .for-musicians .divider .grid .block-3up .cta {
  margin-top: auto;
}

/* line 4, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page #nav-link-about-us,
#hostbaby-page #nav-link-blog,
#hostbaby-page #nav-link-help,
#hostbaby-page #nav-link-login,
#hostbaby-page #btn-login {
  display: none !important;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page footer .footer-nav {
  float: none;
}

/* line 16, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page .hostbaby-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #374255;
  height: 62px;
  color: #ebf0f9;
  font-size: 0.8em;
}

/* line 26, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page .hostbaby-banner a {
  color: #b4c5cb;
}

/* line 29, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page .hostbaby-banner a:hover {
  color: #7e98a2;
}

/* line 34, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page .hostbaby-banner > * {
  margin: 0 0.5rem;
}

/* line 39, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page header.navigation nav {
  height: 72px;
}

/* line 42, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page header.navigation nav .logo {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

/* line 47, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page header.navigation nav .logo .logo-subtext {
  font-size: 11px;
}

/* line 51, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page header.navigation nav .logo a {
  color: #b4c5cb;
}

/* line 54, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page header.navigation nav .logo a:hover {
  color: #7e98a2;
}

@media screen and (min-width: 1201px) {
  /* line 39, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
  #hostbaby-page header.navigation nav {
    height: 110px;
  }
  /* line 63, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
  #hostbaby-page header.navigation nav .logo .logo-subtext {
    font-size: 16px;
  }
}

/* line 70, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page #cdbaby .image {
  margin-bottom: 2rem;
}

/* line 74, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
#hostbaby-page #cdbaby .quote {
  font-style: italic;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 1em;
}

@media screen and (min-width: 1201px) {
  /* line 85, app/assets/stylesheets/frontend/bz/modules/landing-pages/_hostbaby.scss */
  #hostbaby-page.nav-is-stuck header.navigation nav {
    height: 80px;
  }
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/landing-pages/_jazz-musicians.scss */
#jazz-musicians-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/jazz-musicians/bg/header-bg-460ec0ec95c9226ad57af3576145521d0d044d38e3fa0f9a9e40233f9f98b8cc.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/landing-pages/_jazz-musicians.scss */
#jazz-musicians-page .image-section-3 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/landing-pages/jazz-musicians/bg/section-3-bg-c3b0cb2ae72c3c147a3eadce432515c30fb717111a1fab6ed762cf9b92d3c399.jpg);
  background-repeat: no-repeat;
  background-position: 87% 50%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/landing-pages/_jazz-musicians.scss */
#jazz-musicians-page .image-section-4 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/jazz-musicians/bg/section-4-bg-a78368d91e4cc0b694632a2df45414a5ee81dadcb8bf606ad343e874c39a5778.jpg);
  background-repeat: no-repeat;
  background-position: 15% 50%;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/landing-pages/_jazz-musicians.scss */
#jazz-musicians-page .image-section-6 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/jazz-musicians/bg/section-6-bg-d085501554a661a55f772715c2353364d78315100a029898ffceaf24ffc8afa6.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/landing-pages/_mailinglist.scss */
#mailing-list-page .image-fox-and-bones {
  background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/mailing-list/bg/header-bg-ee16505e94e6836c8a24839c61db5f431f2fc70d056339347447d2cd5aed26ce.jpg);
  background-repeat: no-repeat;
  background-position: 75% 100%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 1, app/assets/stylesheets/frontend/bz/modules/landing-pages/_mailinglist.scss */
  #mailing-list-page .image-fox-and-bones {
    background-image: linear-gradient(rgba(20, 27, 41, 0.9), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/mailing-list/bg/header-bg-mobile-3b6d9bfcba38e13d5670996c0ac0a34167ffe02ab123cf82f07c602143ee49fc.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/landing-pages/_merch-table.scss */
#merch-table-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/merch-table/bg/header-bg-c239e5a475c11d7acdd84a3a1f132e36b8fcf419a99b7bbff2ac6a5121f26da7.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-producers.scss */
#music-producers-page .image-mavrick {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/music-producers/bg/bg-mavrick-2491db3fadb02cbcf687a7debb58761e98f6de3c0ef65b22a6658f5350e73156.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 11, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-producers.scss */
#music-producers-page .image-sidekick {
  background-image: linear-gradient(rgba(162, 58, 11, 0.8), rgba(239, 103, 42, 0.9)), url(/assets/frontend/bz/landing-pages/music-producers/bg/bg-sidekick-f5915dec6cf1168a11f26137810fbac4c6fd5b740692d1d6203cb9e33b3104cc.jpg);
  background-repeat: no-repeat;
  background-position: 40% 20%;
  background-size: cover;
}

/* line 20, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-producers.scss */
#music-producers-page .image-mavrick-2 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/music-producers/bg/bg-mavrick-2-2360618d4dcda4ee93c4c5aad006a8f773506cd72dbe67f0abd9152899ef2f73.jpg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
}

/* line 31, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-producers.scss */
#music-producers-page .beat-promote .add-feature-image {
  text-align: center;
}

/* line 34, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-producers.scss */
#music-producers-page .beat-promote .add-feature-image img {
  max-width: 509px;
  max-height: 425px;
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-producers.scss */
#music-producers-page .beat-promote .intro {
  padding-bottom: 0;
}

/* line 45, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-producers.scss */
#music-producers-page .beat-zero-commission .image img {
  max-width: 100%;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-teachers.scss */
#music-teachers-page .image-header-empower-drumming {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/music-teachers/bg/empower-drumming_header-background-d1625fa73df7b1e3c7fc39813a8a4b3829586ff5a73bbf035b798d6b1b0eaebb.jpg);
  background-repeat: no-repeat;
  background-position: 80% 30%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-teachers.scss */
#music-teachers-page .image-section-3-empower-drumming {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/landing-pages/music-teachers/bg/empower-drumming_section-background_section3-350bbc0bc8a83372724388e75c0b59388b58995e5e9bffa1452d25d889d19aef.jpg);
  background-repeat: no-repeat;
  background-position: 75% 0%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-teachers.scss */
#music-teachers-page .image-section-4-empower-drumming {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/music-teachers/bg/empower-drumming_section-background_section4-1d6fd5fa979c78deda020d531f0dff2f38d7bee8c1dcc56b2377ce9b1bc6939c.jpg);
  background-repeat: no-repeat;
  background-position: 15% 50%;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-teachers.scss */
#music-teachers-page .image-section-7-empower-drumming {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.8)), url(/assets/frontend/bz/landing-pages/music-teachers/bg/empower-drumming_section-background_section7-182aeaaf1f2a9ed0b6305795a2d67c5a8d721dc5dae4008bab5cd8778280c27c.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 30, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-teachers.scss */
  #music-teachers-page .image-section-7-empower-drumming {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.8)), url(/assets/frontend/bz/landing-pages/music-teachers/bg/empower-drumming_section-background_section7-mobile-182aeaaf1f2a9ed0b6305795a2d67c5a8d721dc5dae4008bab5cd8778280c27c.jpg);
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-size: cover;
  }
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/landing-pages/_music-teachers.scss */
#music-teachers-page .image-section-8-empower-drumming {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/landing-pages/music-teachers/bg/empower-drumming_section-background_section8-f6fc30f17bb8d6b79029f307bc0c94ea1f3df1805d7f5736c99f9ba6814ca5bf.jpg);
  background-repeat: no-repeat;
  background-position: 75% 50%;
  background-size: cover;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/landing-pages/_onesheet.scss */
#onesheet-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/onesheet/bg/header-bg-9e250f8022a43893f13e304f085cdbaef85f31b3b289ad217bd6c95d2b33ae04.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/landing-pages/_rappers.scss */
#rappers-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/rappers/bg/header-bg-dc68991faacab892dd26eff92caa4e52926c320db80a8efbe0e457f1b1548b23.jpg);
  background-repeat: no-repeat;
  background-position: 63% 50%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/landing-pages/_rappers.scss */
#rappers-page .image-sell-music {
  background-image: linear-gradient(rgba(162, 58, 11, 0.8), rgba(239, 103, 42, 0.9)), url(/assets/frontend/bz/landing-pages/rappers/bg/sell-music-bg-835aa8a596dee6f50c9e127464e8230f118cee73a38048df3b4ce8caee54b293.jpg);
  background-repeat: no-repeat;
  background-position: 63% 50%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/landing-pages/_rappers.scss */
#rappers-page .image-fan-base {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/rappers/bg/fan-base-bg-f88d67aad6f7bac040c43df51c1c453a814be8e106c5143487551ec3ca077dec.jpg);
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/landing-pages/_rappers.scss */
#rappers-page .image-social-proof {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/rappers/bg/social-proof-bg-77a43349d2f19db1dffb8b62c14037f9686eae385eaf7e70002b276aaa120dda.jpg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/landing-pages/_record-labels.scss */
#record-labels-page .image-marci-coleman-madison-line-records {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/record-labels/bg/marci-coleman-madison-line-records-bg-21028a22c25d93787461dcffe3b06bcf0634a0fb85219a14d43becef5b9101dd.jpg);
  background-repeat: no-repeat;
  background-position: 80% 30%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/landing-pages/_record-labels.scss */
#record-labels-page .image-christian-doepke-jazz-and-milk {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/landing-pages/record-labels/bg/christian-doepke-jazz-and-milk-bg-6db78447d71dc5d7a2cd5bd831e395242deffe128aa1a1e8daac36375639df58.jpg);
  background-repeat: no-repeat;
  background-position: 95% 20%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/landing-pages/_record-labels.scss */
#record-labels-page .image-fernando-noronha-worldhaus {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/record-labels/bg/fernando-noronha-worldhaus-bg-b53c86fc6df30d5fdc478fefee523a063b7ede92ba3c235617f10b31cdc12021.jpg);
  background-repeat: no-repeat;
  background-position: 15% 0%;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/landing-pages/_record-labels.scss */
#record-labels-page .image-charles-mena-ok-world-records {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/record-labels/bg/charles-mena-ok-world-records-bg-5e80a39d609407cd23dcd063d9a7bb952c63df3911aa09760bb3b9562009cf4b.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 30, app/assets/stylesheets/frontend/bz/modules/landing-pages/_record-labels.scss */
  #record-labels-page .image-charles-mena-ok-world-records {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/record-labels/bg/charles-mena-ok-world-records-bg-mobile-286029b3c728ebe1babdf928222b937cc11b122c77e87fff301059009a74f2ad.jpg);
    background-repeat: no-repeat;
    background-position: 65% 50%;
    background-size: cover;
  }
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/landing-pages/_singer-songwriters.scss */
#singer-songwriters-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/singer-songwriters/bg/header-background-698126e6b0bf6a179701caf2c580a9f690d3583540611088f05167cc17f58c71.jpg);
  background-repeat: no-repeat;
  background-position: 70% 30%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/landing-pages/_singer-songwriters.scss */
#singer-songwriters-page .image-section-sell {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/landing-pages/singer-songwriters/bg/section-sell-bg-633769960d1049247b39af9ceb40b5e952e8552aa37dfc0315f32d4fd8693d8f.jpg);
  background-repeat: no-repeat;
  background-position: 70% 0%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/landing-pages/_singer-songwriters.scss */
#singer-songwriters-page .image-section-promote {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/singer-songwriters/bg/section-promote-bg-86558f3f0f5e3a08d2bfbc9912a65902b1b4a215e7e8796868bd71f485677b30.jpg);
  background-repeat: no-repeat;
  background-position: 20% 10%;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/landing-pages/_singer-songwriters.scss */
#singer-songwriters-page .image-section-social {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/landing-pages/singer-songwriters/bg/section-social-bg-fdf5e69f5a0d9fd756c03170b8cb01b12dcf86841f5b5ec21a672f1d2324c1a4.jpg);
  background-repeat: no-repeat;
  background-position: 45% 0%;
  background-size: cover;
}

/* line 39, app/assets/stylesheets/frontend/bz/modules/landing-pages/_singer-songwriters.scss */
#singer-songwriters-page .image-section-10-steps {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/landing-pages/singer-songwriters/bg/section-10-steps-bg-2464d04035f068bbeb9dfa27efe40a4e96211178085be131f1403da1c4375965.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/landing-pages/_social-icons-banner.scss */
.social-icons-banner .social-icon-container {
  display: flex;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  line-height: 0;
  position: relative;
  border: none;
  padding-top: 20%;
  width: 20%;
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/landing-pages/_social-icons-banner.scss */
.social-icons-banner .social-icon-container .social-icon {
  position: absolute;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  fill: white;
  top: 40%;
}

/* line 22, app/assets/stylesheets/frontend/bz/modules/landing-pages/_social-icons-banner.scss */
.social-icons-banner .social-icon-container .social-icon.logo-icon {
  max-width: 30%;
  min-width: 25%;
}

/* line 27, app/assets/stylesheets/frontend/bz/modules/landing-pages/_social-icons-banner.scss */
.social-icons-banner .social-icon-container .social-icon.wordmark-icon {
  max-width: 45%;
  min-width: 30%;
}

/* line 34, app/assets/stylesheets/frontend/bz/modules/landing-pages/_social-icons-banner.scss */
.social-icons-banner .social-icon-container.soundcloud .social-icon {
  max-width: 40%;
  min-width: 35%;
}

/* line 39, app/assets/stylesheets/frontend/bz/modules/landing-pages/_social-icons-banner.scss */
.social-icons-banner .social-icon-container.stripe .social-icon {
  top: 42%;
}

/* line 43, app/assets/stylesheets/frontend/bz/modules/landing-pages/_social-icons-banner.scss */
.social-icons-banner .social-icon-container.bandcamp .social-icon {
  max-width: 45%;
  min-width: 30%;
  top: 45%;
}

/* line 49, app/assets/stylesheets/frontend/bz/modules/landing-pages/_social-icons-banner.scss */
.social-icons-banner .social-icon-container.bandsintown .social-icon, .social-icons-banner .social-icon-container.facebook .social-icon, .social-icons-banner .social-icon-container.airbit .social-icon {
  top: 35%;
}

/* line 55, app/assets/stylesheets/frontend/bz/modules/landing-pages/_social-icons-banner.scss */
.social-icons-banner .social-icon-container.airbit .social-icon {
  left: 40%;
}

/* line 59, app/assets/stylesheets/frontend/bz/modules/landing-pages/_social-icons-banner.scss */
.social-icons-banner .social-icon-container.paypal .social-icon {
  max-width: 50%;
  min-width: 35%;
  top: 45%;
}

@media screen and (max-width: 479px) {
  /* line 67, app/assets/stylesheets/frontend/bz/modules/landing-pages/_social-icons-banner.scss */
  .social-icons-banner .social-icon-container {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    padding-top: 33%;
  }
  /* line 72, app/assets/stylesheets/frontend/bz/modules/landing-pages/_social-icons-banner.scss */
  .social-icons-banner .stripe,
.social-icons-banner .dropbox,
.social-icons-banner .bandcamp,
.social-icons-banner .airbit {
    display: none;
  }
}

/* line 4, app/assets/stylesheets/frontend/bz/modules/features/_band-website-hosting.scss */
#features-band-website-hosting-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/band-website-hosting/bg/header-bg-274327f806bb24bbe947fbf9003da27a6e05118de5032b1acf6c3b5353bc8763.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 4, app/assets/stylesheets/frontend/bz/modules/features/_band-website-hosting.scss */
  #features-band-website-hosting-page .image-header {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/band-website-hosting/bg/header-bg-tablet-42c652917980e28b96eac25176bc53c962973ba5e6c648f3add40e707377e8e7.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  /* line 4, app/assets/stylesheets/frontend/bz/modules/features/_band-website-hosting.scss */
  #features-band-website-hosting-page .image-header {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/band-website-hosting/bg/header-bg-mobile-0c359ab26b4dd6936840c1d427940684f67bf9bde150f5a11a803fec36099371.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/features/_band-website-hosting.scss */
#features-band-website-hosting-page .image-hosting-for-musician-websites {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/band-website-hosting/bg/tuned-for-musiciand-bg-7883068fb406cc35566de75330855d90b4c29ee6203910295708d6ee34591318.jpg);
  background-repeat: no-repeat;
  background-position: 84% 20%;
  background-size: cover;
}

/* line 39, app/assets/stylesheets/frontend/bz/modules/features/_band-website-hosting.scss */
#features-band-website-hosting-page .image-all-in-one-hosting {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/band-website-hosting/bg/all-in-one-bg-46f7aa4999b583ce8d067433696cc2b478579c15928d1a38d79475856b6f3dc6.jpg);
  background-repeat: no-repeat;
  background-position: 30% 0%;
  background-size: cover;
}

/* line 48, app/assets/stylesheets/frontend/bz/modules/features/_band-website-hosting.scss */
#features-band-website-hosting-page .grid.flush {
  padding-top: 0;
}

/* line 51, app/assets/stylesheets/frontend/bz/modules/features/_band-website-hosting.scss */
#features-band-website-hosting-page .grid.flush .block-3up h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25em;
  margin-bottom: 0.65em;
}

/* line 59, app/assets/stylesheets/frontend/bz/modules/features/_band-website-hosting.scss */
#features-band-website-hosting-page .single-testimonial {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/band-website-hosting/bg/quote-bg-9b8e06278432da12ce770460102f19154bb18774f31dee9946be198d178b5aae.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 66, app/assets/stylesheets/frontend/bz/modules/features/_band-website-hosting.scss */
#features-band-website-hosting-page .single-testimonial .quote {
  padding-top: 1.5em;
}

/* line 71, app/assets/stylesheets/frontend/bz/modules/features/_band-website-hosting.scss */
#features-band-website-hosting-page .ten-steps {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/band-website-hosting/bg/list-bg-4978bc7f0c9a979940b3fda926ef89b4286209b7be212f90827d8896b3cb4635.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 4, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
#features-crowdfunding-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/crowdfunding/bg/header-bg-ba2a15f291a56002609c5c128717847cfcd9bd4c3bfe6763f066ed543e0a185b.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 4, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
  #features-crowdfunding-page .image-header {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/images/frontend/bz/features/crowdfunding/bg/header-bg-mobile.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

/* line 14, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
#features-crowdfunding-page .image-keep-engaged {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/crowdfunding/bg/keep-backers-engaged-bg-407d4490e0bca40fe17667089bf3bcb8aa7cf46a8fbde3f99132620a78a517c6.jpg);
  background-repeat: no-repeat;
  background-position: 84% 20%;
  background-size: cover;
}

/* line 23, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
#features-crowdfunding-page .image-launch {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/crowdfunding/bg/launch-a-crowdfunding-campaign-bg-5e123386519bf5c9b03770dcb6d5885ef9475b3683382941eeab013a87e22f36.jpg);
  background-repeat: no-repeat;
  background-position: 30% 0%;
  background-size: cover;
}

/* line 33, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
#features-crowdfunding-page .image-get-creative {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/crowdfunding/bg/get-creative-bg-498afafba3195b0ebaacebd4f95d16e68e8ea5937b649ad88d54696437306cdf.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 44, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
#features-crowdfunding-page #carousel {
  padding-top: 4em;
}

@media screen and (max-width: 860px) {
  /* line 44, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
  #features-crowdfunding-page #carousel {
    padding-top: 1.5em;
  }
}

/* line 51, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
#features-crowdfunding-page #carousel .image-carousel {
  margin-top: 30px;
}

/* line 54, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
#features-crowdfunding-page #carousel .image-carousel .row-top {
  height: 200px;
  margin-left: 0px;
}

@keyframes crowdfunding-row-top-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2552px, 0, 0);
  }
  50.001% {
    transform: translate3d(2552px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes crowdfunding-row-top-large-keyframes-after {
  0% {
    transform: translate3d(2552px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2552px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-crowdfunding-page #carousel .image-carousel .row-top:before, #features-crowdfunding-page #carousel .image-carousel .row-top:after {
  width: 2552px;
  height: 200px;
  background-image: url(/assets/frontend/bz/features/crowdfunding/carousel/carousel-row-top-large-4a3b29e811d2efc1c5d4124549607648dddcc31c10441f347777a7bca4bc1136.jpg);
  background-size: 2552px 200px;
  background-repeat: no-repeat;
  animation-duration: 170s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-top:before, #features-crowdfunding-page #carousel .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/features/crowdfunding/carousel/carousel-row-top-large@2x-00b373fbfee4726768fcc2e90c83b284e3e44bbdff1c45be7c853fb5751372e1.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-crowdfunding-page #carousel .image-carousel .row-top:before {
  animation-name: crowdfunding-row-top-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-crowdfunding-page #carousel .image-carousel .row-top:after {
  animation-name: crowdfunding-row-top-large-keyframes-after;
}

/* line 67, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
#features-crowdfunding-page #carousel .image-carousel .row-middle {
  height: 200px;
  margin-left: -100px;
}

@keyframes crowdfunding-row-middle-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2579px, 0, 0);
  }
  50.001% {
    transform: translate3d(2579px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes crowdfunding-row-middle-large-keyframes-after {
  0% {
    transform: translate3d(2579px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2579px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-crowdfunding-page #carousel .image-carousel .row-middle:before, #features-crowdfunding-page #carousel .image-carousel .row-middle:after {
  width: 2579px;
  height: 200px;
  background-image: url(/assets/frontend/bz/features/crowdfunding/carousel/carousel-row-middle-large-d34a31a1f12a558af1a2ff765145e4d470072f4926349e0e7575a1bcd117cf9d.jpg);
  background-size: 2579px 200px;
  background-repeat: no-repeat;
  animation-duration: 120s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-middle:before, #features-crowdfunding-page #carousel .image-carousel .row-middle:after {
    background-image: url(/assets/frontend/bz/features/crowdfunding/carousel/carousel-row-middle-large@2x-8583f9ee1bd582d629356dc4309be4249da7bc00c9a8b5144751bce161139b97.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-crowdfunding-page #carousel .image-carousel .row-middle:before {
  animation-name: crowdfunding-row-middle-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-crowdfunding-page #carousel .image-carousel .row-middle:after {
  animation-name: crowdfunding-row-middle-large-keyframes-after;
}

/* line 80, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
#features-crowdfunding-page #carousel .image-carousel .row-bottom {
  height: 200px;
  margin-left: -200px;
}

@keyframes crowdfunding-row-bottom-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2442px, 0, 0);
  }
  50.001% {
    transform: translate3d(2442px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes crowdfunding-row-bottom-large-keyframes-after {
  0% {
    transform: translate3d(2442px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2442px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-crowdfunding-page #carousel .image-carousel .row-bottom:before, #features-crowdfunding-page #carousel .image-carousel .row-bottom:after {
  width: 2442px;
  height: 200px;
  background-image: url(/assets/frontend/bz/features/crowdfunding/carousel/carousel-row-bottom-large-dc01796df03e44f226f6a1b085d30e941c64fd2d5f8cbf8bef597dba294719d9.jpg);
  background-size: 2442px 200px;
  background-repeat: no-repeat;
  animation-duration: 160s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-bottom:before, #features-crowdfunding-page #carousel .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/features/crowdfunding/carousel/carousel-row-bottom-large@2x-8a68fc1890cd1e7cbcca68996a67d5b5fe5c0b1741f74edec4e376495017891d.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-crowdfunding-page #carousel .image-carousel .row-bottom:before {
  animation-name: crowdfunding-row-bottom-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-crowdfunding-page #carousel .image-carousel .row-bottom:after {
  animation-name: crowdfunding-row-bottom-large-keyframes-after;
}

@media screen and (max-width: 860px) {
  /* line 94, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-top {
    height: 90px;
    margin-left: 0px;
  }
  @keyframes crowdfunding-row-top-small-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-1148px, 0, 0);
    }
    50.001% {
      transform: translate3d(1148px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes crowdfunding-row-top-small-keyframes-after {
    0% {
      transform: translate3d(1148px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-1148px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-top:before, #features-crowdfunding-page #carousel .image-carousel .row-top:after {
    width: 1148px;
    height: 90px;
    background-image: url(/assets/frontend/bz/features/crowdfunding/carousel/carousel-row-top-small-720c9c5fb6fbcecd754e1ac6c112cf31e3a8994c031e3df74b6da62e4f178339.jpg);
    background-size: 1148px 90px;
    background-repeat: no-repeat;
    animation-duration: 130s;
  }
}

@media screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-top:before, #features-crowdfunding-page #carousel .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/features/crowdfunding/carousel/carousel-row-top-small@2x-66aa1c9a07c3f81aba64bea93322e2a3d14464ef9c0f4f94f6b61084ecab40eb.jpg);
  }
}

@media screen and (max-width: 860px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-top:before {
    animation-name: crowdfunding-row-top-small-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-top:after {
    animation-name: crowdfunding-row-top-small-keyframes-after;
  }
  /* line 107, app/assets/stylesheets/frontend/bz/modules/features/_crowdfunding.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-bottom {
    height: 90px;
    margin-left: -50px;
  }
  @keyframes crowdfunding-row-bottom-small-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-1099px, 0, 0);
    }
    50.001% {
      transform: translate3d(1099px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes crowdfunding-row-bottom-small-keyframes-after {
    0% {
      transform: translate3d(1099px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-1099px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-bottom:before, #features-crowdfunding-page #carousel .image-carousel .row-bottom:after {
    width: 1099px;
    height: 90px;
    background-image: url(/assets/frontend/bz/features/crowdfunding/carousel/carousel-row-bottom-small-6f77cb6870f399a4e73ad2617db6627b8bcbf77cd04947e8343e8ab08b99834b.jpg);
    background-size: 1099px 90px;
    background-repeat: no-repeat;
    animation-duration: 70s;
  }
}

@media screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-bottom:before, #features-crowdfunding-page #carousel .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/features/crowdfunding/carousel/carousel-row-bottom-small@2x-0a8653ffbf5fed13e01961be9ad0bedb276d94a4e5a47f9ce905dc56894c780b.jpg);
  }
}

@media screen and (max-width: 860px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-bottom:before {
    animation-name: crowdfunding-row-bottom-small-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-crowdfunding-page #carousel .image-carousel .row-bottom:after {
    animation-name: crowdfunding-row-bottom-small-keyframes-after;
  }
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
#features-design-page .image-airside {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/design/bg/foxandbones-bg-676e89af20a32aa7dc07d24fd2f37c6cdea24efef4f64ac2576d85ae3c08d93b.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 3, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
  #features-design-page .image-airside {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/design/bg/foxandbones-bg-mobile-5cc7882e63b09505534dd142accba813383249bbe20831547834e288064d3979.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

/* line 11, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
#features-design-page .image-attaboyonline {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/design/bg/attaboyonline-bg-4ca488263a499589c823203f04cc68b1139efe7a0828f188e84e8acf29cb7636.jpg);
  background-repeat: no-repeat;
  background-position: 100% 20%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 11, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
  #features-design-page .image-attaboyonline {
    background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/design/bg/attaboyonline-bg-mobile-320cf2f0a7eeb09db4d8a50ee2dab0b6ed7e89f7f11d3a2ec8341b7b5525d440.jpg);
    background-repeat: no-repeat;
    background-position: 60% 50%;
    background-size: cover;
  }
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
#features-design-page .image-pin-up {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/design/bg/flarak-bg-77d1ea6d2f4241c01c9d07babd19dd3f57d8b4478707c72c11d2cdee26c5783d.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 21, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
  #features-design-page .image-pin-up {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/design/bg/flarak-bg-mobile-b35790f79c47cf747598e297a1610b74d32e95005d6ffbc641f851cb7a7bbdd4.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
  }
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
#features-design-page .image-kj52 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/design/bg/kj52-bg-8f888004120ed5875a683bb8bb939b1e8f9409e549118b9216130b62c7f53523.jpg);
  background-repeat: no-repeat;
  background-position: 100% 15%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 30, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
  #features-design-page .image-kj52 {
    background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/design/bg/kj52-bg-mobile-854cf5339cd38da5f8bfc15eb9e973a10cc6ec9543c1347113889fde562a9f61.jpg);
    background-repeat: no-repeat;
    background-position: 15% 30%;
    background-size: cover;
  }
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
#features-design-page .image-todd-terry {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/design/bg/todd-terry-bg-e455b9f3d8f975a8af837d0f917a0cee7303884aa34f614418cb3c2ce5eb2659.jpg);
  background-repeat: no-repeat;
  background-position: 3% 50%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 40, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
  #features-design-page .image-todd-terry {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/design/bg/todd-terry-bg-mobile-e3083bc796dab50933d2ef432b981ffed7c9f062460cde4ed69aaee0495a7210.jpg);
    background-repeat: no-repeat;
    background-position: 30% 50%;
    background-size: cover;
  }
}

/* line 53, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
#features-design-page #responsive .image {
  padding-bottom: 6.25em;
}

@media screen and (max-width: 860px) {
  /* line 53, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
  #features-design-page #responsive .image {
    padding-bottom: 3em;
  }
}

/* line 64, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
#features-design-page #themes {
  padding-top: 4em;
  padding-bottom: 6em;
}

@media screen and (max-width: 860px) {
  /* line 64, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
  #features-design-page #themes {
    padding-top: 1.5em;
    padding-bottom: 4em;
  }
}

/* line 73, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
#features-design-page #themes .image-carousel {
  margin-top: 30px;
  margin-bottom: 60px;
}

/* line 77, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
#features-design-page #themes .image-carousel figure {
  margin-bottom: 30px;
}

/* line 81, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
#features-design-page #themes .image-carousel .row-top {
  height: 292px;
  margin-left: -200px;
}

@keyframes design-row-top-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2435px, 0, 0);
  }
  50.001% {
    transform: translate3d(2435px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes design-row-top-large-keyframes-after {
  0% {
    transform: translate3d(2435px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2435px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-design-page #themes .image-carousel .row-top:before, #features-design-page #themes .image-carousel .row-top:after {
  width: 2435px;
  height: 292px;
  background-image: url(/assets/frontend/bz/features/design/theme-carousel/carousel-row-top-large-9b5a5570b36fa688b05271e1da611a02fe7c5a952c5c1e861282c15086bb7631.jpg);
  background-size: 2435px 292px;
  background-repeat: no-repeat;
  animation-duration: 130s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-design-page #themes .image-carousel .row-top:before, #features-design-page #themes .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/features/design/theme-carousel/carousel-row-top-large@2x-1c3132e4fb26c0ab4204f34d693866326fc9b24622f5ad62916763382fb0f355.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-design-page #themes .image-carousel .row-top:before {
  animation-name: design-row-top-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-design-page #themes .image-carousel .row-top:after {
  animation-name: design-row-top-large-keyframes-after;
}

/* line 94, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
#features-design-page #themes .image-carousel .row-bottom {
  height: 292px;
  margin-left: -300px;
}

@keyframes design-row-bottom-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2435px, 0, 0);
  }
  50.001% {
    transform: translate3d(2435px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes design-row-bottom-large-keyframes-after {
  0% {
    transform: translate3d(2435px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2435px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-design-page #themes .image-carousel .row-bottom:before, #features-design-page #themes .image-carousel .row-bottom:after {
  width: 2435px;
  height: 292px;
  background-image: url(/assets/frontend/bz/features/design/theme-carousel/carousel-row-bottom-large-92249f6e4db95427c095002b1524b271d5d1e8549b5845d4808a25fd65aa1161.jpg);
  background-size: 2435px 292px;
  background-repeat: no-repeat;
  animation-duration: 100s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-design-page #themes .image-carousel .row-bottom:before, #features-design-page #themes .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/features/design/theme-carousel/carousel-row-bottom-large@2x-9549ad8f1333ce4a239c32ccb2e1167ac15a1bfdd6dd631f78793f6969b37c39.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-design-page #themes .image-carousel .row-bottom:before {
  animation-name: design-row-bottom-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-design-page #themes .image-carousel .row-bottom:after {
  animation-name: design-row-bottom-large-keyframes-after;
}

@media screen and (max-width: 860px) {
  /* line 109, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
  #features-design-page #themes .image-carousel figure {
    margin-bottom: 17px;
  }
  /* line 113, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
  #features-design-page #themes .image-carousel .row-top {
    height: 193px;
    margin-left: -100px;
  }
  @keyframes design-row-top-small-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-1607px, 0, 0);
    }
    50.001% {
      transform: translate3d(1607px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes design-row-top-small-keyframes-after {
    0% {
      transform: translate3d(1607px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-1607px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-design-page #themes .image-carousel .row-top:before, #features-design-page #themes .image-carousel .row-top:after {
    width: 1607px;
    height: 193px;
    background-image: url(/assets/frontend/bz/features/design/theme-carousel/carousel-row-top-small-9b2d8699641467b24742a73ba8f775f9c66e475c0d66319d817ad32d8cea29cc.jpg);
    background-size: 1607px 193px;
    background-repeat: no-repeat;
    animation-duration: 90s;
  }
}

@media screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-design-page #themes .image-carousel .row-top:before, #features-design-page #themes .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/features/design/theme-carousel/carousel-row-top-small@2x-255e3271e9a60569a7406ea80d257d9bd13ece83895c5982b6bc5c6091bfe41e.jpg);
  }
}

@media screen and (max-width: 860px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-design-page #themes .image-carousel .row-top:before {
    animation-name: design-row-top-small-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-design-page #themes .image-carousel .row-top:after {
    animation-name: design-row-top-small-keyframes-after;
  }
  /* line 126, app/assets/stylesheets/frontend/bz/modules/features/_design.scss */
  #features-design-page #themes .image-carousel .row-bottom {
    height: 193px;
    margin-left: -200px;
  }
  @keyframes design-row-bottom-small-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-1607px, 0, 0);
    }
    50.001% {
      transform: translate3d(1607px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes design-row-bottom-small-keyframes-after {
    0% {
      transform: translate3d(1607px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-1607px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-design-page #themes .image-carousel .row-bottom:before, #features-design-page #themes .image-carousel .row-bottom:after {
    width: 1607px;
    height: 193px;
    background-image: url(/assets/frontend/bz/features/design/theme-carousel/carousel-row-bottom-small-339fced604312706c4ac3d987f6f5745ea260aa163797fd338794a526094165c.jpg);
    background-size: 1607px 193px;
    background-repeat: no-repeat;
    animation-duration: 75s;
  }
}

@media screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-design-page #themes .image-carousel .row-bottom:before, #features-design-page #themes .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/features/design/theme-carousel/carousel-row-bottom-small@2x-83ff551da52dfc8260cbf7b205ecca4c55a2fa919e59db227aed200e723d502a.jpg);
  }
}

@media screen and (max-width: 860px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-design-page #themes .image-carousel .row-bottom:before {
    animation-name: design-row-bottom-small-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-design-page #themes .image-carousel .row-bottom:after {
    animation-name: design-row-bottom-small-keyframes-after;
  }
}

/* line 4, app/assets/stylesheets/frontend/bz/modules/features/_domains.scss */
#features-domains-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/domains/bg/header-bg-0e560eeeaaa902771c656db4758cf5a4d8ebc440487d2b5fb5a3b89647068580.jpg);
  background-repeat: no-repeat;
  background-position: 0% 30%;
  background-size: cover;
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/features/_domains.scss */
#features-domains-page .image-section-2 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/domains/bg/section-2-bg-f24adf1425b05b715303b490d0c212f73a52910e6aaecd46771a9c8f20624ae4.jpg);
  background-repeat: no-repeat;
  background-position: 70% 15%;
  background-size: cover;
}

/* line 22, app/assets/stylesheets/frontend/bz/modules/features/_domains.scss */
#features-domains-page .image-section-3 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/domains/bg/section-3-bg-2691bff150ad233156256f00b4aceb3903df9887f5f673ef0f46b9ba14c08a28.jpg);
  background-repeat: no-repeat;
  background-position: 0% 30%;
  background-size: cover;
}

/* line 32, app/assets/stylesheets/frontend/bz/modules/features/_domains.scss */
#features-domains-page .image-section-5 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/domains/bg/section-5-bg-aab634faa225018fc3b2d581e493548f5bfb08f8d394dca8c92e564fac8fb494.jpg);
  background-repeat: no-repeat;
  background-position: 70% 10%;
  background-size: cover;
}

/* line 44, app/assets/stylesheets/frontend/bz/modules/features/_domains.scss */
#features-domains-page #intro .image {
  display: flex;
  align-items: center;
}

/* line 49, app/assets/stylesheets/frontend/bz/modules/features/_domains.scss */
#features-domains-page #intro .description {
  padding-bottom: 0;
}

/* line 53, app/assets/stylesheets/frontend/bz/modules/features/_domains.scss */
#features-domains-page #intro .typewrite {
  width: 100%;
  text-align: center;
  font-weight: bolder;
  font-size: 2.5em;
}

@media screen and (min-width: 861px) {
  /* line 53, app/assets/stylesheets/frontend/bz/modules/features/_domains.scss */
  #features-domains-page #intro .typewrite {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 860px) {
  /* line 63, app/assets/stylesheets/frontend/bz/modules/features/_domains.scss */
  #features-domains-page #intro .attribution {
    text-align: center;
  }
}

/* line 71, app/assets/stylesheets/frontend/bz/modules/features/_domains.scss */
#features-domains-page #tools .own-your-domain svg {
  width: 165px;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/features/_epk.scss */
#features-epk-page .image-flara-k {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/epk/bg/flara-k-bg-d840b6c9e179ac82fe2425b725ad13de669468250d3f1758a55c5045115d45e9.jpg);
  background-repeat: no-repeat;
  background-position: 70% 20%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 3, app/assets/stylesheets/frontend/bz/modules/features/_epk.scss */
  #features-epk-page .image-flara-k {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/epk/bg/flara-k-bg-mobile-4c4519014b0cba24731495eeeeb610d14182f424cbff4567cc04b869c0ecad85.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/features/_epk.scss */
#features-epk-page #intro h2 {
  font-size: 2.7em;
}

/* line 18, app/assets/stylesheets/frontend/bz/modules/features/_epk.scss */
#features-epk-page #carousel .image-carousel {
  margin-bottom: 60px;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/features/_epk.scss */
#features-epk-page #carousel .image-carousel .row-top {
  height: 292px;
  margin-left: -300px;
}

@keyframes epk-row-bottom-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2829px, 0, 0);
  }
  50.001% {
    transform: translate3d(2829px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes epk-row-bottom-large-keyframes-after {
  0% {
    transform: translate3d(2829px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2829px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-epk-page #carousel .image-carousel .row-top:before, #features-epk-page #carousel .image-carousel .row-top:after {
  width: 2829px;
  height: 292px;
  background-image: url(/assets/frontend/bz/features/epk/carousel/carousel-row-bottom-large-fbcf78f383a33a46b516be3204c13ed6066c0173070456415545c51e94468277.jpg);
  background-size: 2829px 292px;
  background-repeat: no-repeat;
  animation-duration: 100s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-epk-page #carousel .image-carousel .row-top:before, #features-epk-page #carousel .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/features/epk/carousel/carousel-row-bottom-large@2x-8f2ba48f13034f5752b4efd4db7f1648faf34c80da949c71d5b66ff362f7146e.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-epk-page #carousel .image-carousel .row-top:before {
  animation-name: epk-row-bottom-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-epk-page #carousel .image-carousel .row-top:after {
  animation-name: epk-row-bottom-large-keyframes-after;
}

/* line 34, app/assets/stylesheets/frontend/bz/modules/features/_epk.scss */
#features-epk-page #carousel .image-carousel .row-bottom {
  height: 292px;
  margin-left: -200px;
}

@keyframes epk-row-top-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2829px, 0, 0);
  }
  50.001% {
    transform: translate3d(2829px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes epk-row-top-large-keyframes-after {
  0% {
    transform: translate3d(2829px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2829px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-epk-page #carousel .image-carousel .row-bottom:before, #features-epk-page #carousel .image-carousel .row-bottom:after {
  width: 2829px;
  height: 292px;
  background-image: url(/assets/frontend/bz/features/epk/carousel/carousel-row-top-large-fdb29b36b708b44ed7b11b26659c620d67b2298771a95994a00b489e7a526182.jpg);
  background-size: 2829px 292px;
  background-repeat: no-repeat;
  animation-duration: 130s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-epk-page #carousel .image-carousel .row-bottom:before, #features-epk-page #carousel .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/features/epk/carousel/carousel-row-top-large@2x-ec1d645c6cc5aa9a6c4c39618eaff0dd565500faf1ed287a4210b58d05bc7b0a.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-epk-page #carousel .image-carousel .row-bottom:before {
  animation-name: epk-row-top-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-epk-page #carousel .image-carousel .row-bottom:after {
  animation-name: epk-row-top-large-keyframes-after;
}

@media screen and (max-width: 860px) {
  /* line 48, app/assets/stylesheets/frontend/bz/modules/features/_epk.scss */
  #features-epk-page #carousel .image-carousel .row-top {
    height: 166px;
    margin-left: -200px;
  }
  @keyframes epk-row-bottom-small-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-1607px, 0, 0);
    }
    50.001% {
      transform: translate3d(1607px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes epk-row-bottom-small-keyframes-after {
    0% {
      transform: translate3d(1607px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-1607px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-epk-page #carousel .image-carousel .row-top:before, #features-epk-page #carousel .image-carousel .row-top:after {
    width: 1607px;
    height: 166px;
    background-image: url(/assets/frontend/bz/features/epk/carousel/carousel-row-bottom-small-cb8e537b8924328de4597adde7410a14b462933f9478bbeae4509fb8fe680e2a.jpg);
    background-size: 1607px 166px;
    background-repeat: no-repeat;
    animation-duration: 75s;
  }
}

@media screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-epk-page #carousel .image-carousel .row-top:before, #features-epk-page #carousel .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/features/epk/carousel/carousel-row-bottom-small@2x-acc3eb4d7982c2735b46e54af3eb453dfad72113f6d3d3c44ec5528255355d8c.jpg);
  }
}

@media screen and (max-width: 860px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-epk-page #carousel .image-carousel .row-top:before {
    animation-name: epk-row-bottom-small-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-epk-page #carousel .image-carousel .row-top:after {
    animation-name: epk-row-bottom-small-keyframes-after;
  }
  /* line 61, app/assets/stylesheets/frontend/bz/modules/features/_epk.scss */
  #features-epk-page #carousel .image-carousel .row-bottom {
    height: 166px;
    margin-left: -100px;
  }
  @keyframes epk-row-top-small-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-1607px, 0, 0);
    }
    50.001% {
      transform: translate3d(1607px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes epk-row-top-small-keyframes-after {
    0% {
      transform: translate3d(1607px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-1607px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-epk-page #carousel .image-carousel .row-bottom:before, #features-epk-page #carousel .image-carousel .row-bottom:after {
    width: 1607px;
    height: 166px;
    background-image: url(/assets/frontend/bz/features/epk/carousel/carousel-row-top-small-8237bb2a3a422b83737852ed90d62d82f11f7166c90b55d9d75d48e09b4f81c0.jpg);
    background-size: 1607px 166px;
    background-repeat: no-repeat;
    animation-duration: 90s;
  }
}

@media screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-epk-page #carousel .image-carousel .row-bottom:before, #features-epk-page #carousel .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/features/epk/carousel/carousel-row-top-small@2x-fd581bbfba68f8186faaebee33c9a88c17b763d0d746ab751d9efb7f579d025c.jpg);
  }
}

@media screen and (max-width: 860px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-epk-page #carousel .image-carousel .row-bottom:before {
    animation-name: epk-row-top-small-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-epk-page #carousel .image-carousel .row-bottom:after {
    animation-name: epk-row-top-small-keyframes-after;
  }
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/features/_fan-data.scss */
#fan-data-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/fan-data/bg/header-bg-8ae8eef87bf5954b8a53d1b9df59c0a54cd092370ab97706dc028d3f0d97eeb2.jpg);
  background-repeat: no-repeat;
  background-position: 15% 50%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 3, app/assets/stylesheets/frontend/bz/modules/features/_fan-data.scss */
  #fan-data-page .image-header {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/fan-data/bg/header-bg-mobile-5247c5afbf62d33fa9258d97b0dda6382eee6df24fa93a7c074a7f2b7544f45e.jpg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover;
  }
}

/* line 13, app/assets/stylesheets/frontend/bz/modules/features/_fan-data.scss */
#fan-data-page #intro .image {
  transform: translateY(-20px);
  text-align: center;
}

@media screen and (max-width: 860px) {
  /* line 13, app/assets/stylesheets/frontend/bz/modules/features/_fan-data.scss */
  #fan-data-page #intro .image {
    display: none;
  }
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/features/_integrations.scss */
#features-integrations-page .integrations-icon svg {
  width: auto;
  height: 35px;
  display: block;
  margin: 0 auto 25px auto;
}

/* line 9, app/assets/stylesheets/frontend/bz/modules/features/_integrations.scss */
#features-integrations-page .integrations-icon.wide svg {
  height: 25px;
  margin: 0 auto 35px auto;
}

/* line 15, app/assets/stylesheets/frontend/bz/modules/features/_integrations.scss */
#features-integrations-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/integrations/bg/header-bg-4ece005df2c94c5b3bc91f793624d25950a0bc50060db9969b52e29d3e88d02e.jpg);
  background-repeat: no-repeat;
  background-position: 0% 30%;
  background-size: cover;
}

/* line 24, app/assets/stylesheets/frontend/bz/modules/features/_integrations.scss */
#features-integrations-page .image-section {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/integrations/bg/thunderpussy-16e4ac4310ded36435772ea2f3a9588ce971af8c5e77b62eda0db3d58ac6cbf7.jpg);
  background-repeat: no-repeat;
  background-position: 70% 15%;
  background-size: cover;
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/features/_landing-pages.scss */
.features-landing-page .big-quote {
  color: #637682;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.5;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/features/_music-landing-pages.scss */
#features-music-landing-pages-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/music-landing-pages/bg/header-background-917db682696d83b259b446473a937ee39ef7bd0804ef2acb4b77c17f1c46f643.jpg);
  background-repeat: no-repeat;
  background-position: 90% 30%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/features/_music-landing-pages.scss */
#features-music-landing-pages-page .image-background-3 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/music-landing-pages/bg/section-background_3-e051dc6038aa7b9e822d206c0046f7d523fa7064eb9e271007bc7e276d24a66b.jpg);
  background-repeat: no-repeat;
  background-position: 84% 20%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/features/_music-landing-pages.scss */
#features-music-landing-pages-page .image-background-4 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/music-landing-pages/bg/section-background_4-4b13c0fb499d1094fdf9d728fff72a2e2d5aa852fc66cdb6be31ed685a109b70.jpg);
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: cover;
}

/* line 31, app/assets/stylesheets/frontend/bz/modules/features/_music-landing-pages.scss */
#features-music-landing-pages-page .image-background-6 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/music-landing-pages/bg/section-background_6-3d143a507439ed2309d8851d67b61e4fc76a361b678a7aa9c5a6eafe6be0d26d.jpg);
  background-repeat: no-repeat;
  background-position: 75% 50%;
  background-size: cover;
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/features/_music-landing-pages.scss */
#features-music-landing-pages-page .ten-steps .step-list-holder {
  margin-right: 0.5rem;
}

/* line 1, app/assets/stylesheets/frontend/bz/modules/features/_promote.scss */
#features-promote-page .image-fox-and-bones {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/promote/bg/fox-and-bones-bg-246b01a6044452a029fe83b1eabe685b75c63d5dc6e2ec4d793b731ec51b6d08.jpg);
  background-repeat: no-repeat;
  background-position: 75% 0%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 1, app/assets/stylesheets/frontend/bz/modules/features/_promote.scss */
  #features-promote-page .image-fox-and-bones {
    background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/promote/bg/fox-and-bones-bg-mobile-ebf0b8853048fbf27cdce3a405fd405b3a1dc6d3d03d3a57277227671ac1424c.jpg);
    background-repeat: no-repeat;
    background-position: 45% 50%;
    background-size: cover;
  }
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
#features-sell-band-merch-page .image-desi-campbell-2 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/sell-band-merch/bg/desi-campbell-bg-2-a559e4f321a4dacadd2ce59375194bb1648c29b2bfacc833d25edb50ef61e2ac.jpg);
  background-repeat: no-repeat;
  background-position: 80% 35%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
#features-sell-band-merch-page .image-supercolisor {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/sell-band-merch/bg/supercolisor-bg-7fd03a13b967ef91490503688b04ba76b78abdcb653ab5597ec64fd3d91b8b7f.jpg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
#features-sell-band-merch-page .image-desi-campbell {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/sell-band-merch/bg/desi-campbell-bg-d1f2a59e756c5a409c312feb72c18a620e69283f53044df69f09c3b4898cc902.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
#features-sell-band-merch-page .image-todd-terry {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/sell-band-merch/bg/todd-terry-bg-e455b9f3d8f975a8af837d0f917a0cee7303884aa34f614418cb3c2ce5eb2659.jpg);
  background-repeat: no-repeat;
  background-position: 3% 50%;
  background-size: cover;
}

@media screen and (max-width: 860px) {
  /* line 30, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
  #features-sell-band-merch-page .image-todd-terry {
    background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/sell-band-merch/bg/todd-terry-bg-mobile-e3083bc796dab50933d2ef432b981ffed7c9f062460cde4ed69aaee0495a7210.jpg);
    background-repeat: no-repeat;
    background-position: 30% 50%;
    background-size: cover;
  }
}

/* line 40, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
#features-sell-band-merch-page .image-the-redhill-valleys {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/sell-band-merch/bg/the-redhill-valleys-bg-ffef2b90fe9ebd4900c13c92047d5eb25d33feb5e4076f7cf06adeb5f753a6e8.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 51, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
#features-sell-band-merch-page #responsive .image {
  padding-bottom: 6.25em;
}

@media screen and (max-width: 860px) {
  /* line 51, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
  #features-sell-band-merch-page #responsive .image {
    padding-bottom: 3em;
  }
}

/* line 60, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
#features-sell-band-merch-page #carousel {
  padding-top: 4em;
}

@media screen and (max-width: 860px) {
  /* line 60, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
  #features-sell-band-merch-page #carousel {
    padding-top: 1.5em;
  }
}

/* line 67, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
#features-sell-band-merch-page #carousel .image-carousel {
  margin-top: 30px;
}

/* line 70, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
#features-sell-band-merch-page #carousel .image-carousel .row-top {
  height: 200px;
  margin-left: 0px;
}

@keyframes merch-row-top-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2552px, 0, 0);
  }
  50.001% {
    transform: translate3d(2552px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes merch-row-top-large-keyframes-after {
  0% {
    transform: translate3d(2552px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2552px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-band-merch-page #carousel .image-carousel .row-top:before, #features-sell-band-merch-page #carousel .image-carousel .row-top:after {
  width: 2552px;
  height: 200px;
  background-image: url(/assets/frontend/bz/features/sell-band-merch/carousel/carousel-row-top-large-4a3b29e811d2efc1c5d4124549607648dddcc31c10441f347777a7bca4bc1136.jpg);
  background-size: 2552px 200px;
  background-repeat: no-repeat;
  animation-duration: 170s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-top:before, #features-sell-band-merch-page #carousel .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/features/sell-band-merch/carousel/carousel-row-top-large@2x-00b373fbfee4726768fcc2e90c83b284e3e44bbdff1c45be7c853fb5751372e1.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-band-merch-page #carousel .image-carousel .row-top:before {
  animation-name: merch-row-top-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-band-merch-page #carousel .image-carousel .row-top:after {
  animation-name: merch-row-top-large-keyframes-after;
}

/* line 83, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
#features-sell-band-merch-page #carousel .image-carousel .row-middle {
  height: 200px;
  margin-left: -100px;
}

@keyframes merch-row-middle-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2579px, 0, 0);
  }
  50.001% {
    transform: translate3d(2579px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes merch-row-middle-large-keyframes-after {
  0% {
    transform: translate3d(2579px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2579px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-band-merch-page #carousel .image-carousel .row-middle:before, #features-sell-band-merch-page #carousel .image-carousel .row-middle:after {
  width: 2579px;
  height: 200px;
  background-image: url(/assets/frontend/bz/features/sell-band-merch/carousel/carousel-row-middle-large-d34a31a1f12a558af1a2ff765145e4d470072f4926349e0e7575a1bcd117cf9d.jpg);
  background-size: 2579px 200px;
  background-repeat: no-repeat;
  animation-duration: 120s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-middle:before, #features-sell-band-merch-page #carousel .image-carousel .row-middle:after {
    background-image: url(/assets/frontend/bz/features/sell-band-merch/carousel/carousel-row-middle-large@2x-8583f9ee1bd582d629356dc4309be4249da7bc00c9a8b5144751bce161139b97.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-band-merch-page #carousel .image-carousel .row-middle:before {
  animation-name: merch-row-middle-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-band-merch-page #carousel .image-carousel .row-middle:after {
  animation-name: merch-row-middle-large-keyframes-after;
}

/* line 96, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
#features-sell-band-merch-page #carousel .image-carousel .row-bottom {
  height: 200px;
  margin-left: -200px;
}

@keyframes merch-row-bottom-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2442px, 0, 0);
  }
  50.001% {
    transform: translate3d(2442px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes merch-row-bottom-large-keyframes-after {
  0% {
    transform: translate3d(2442px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2442px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-band-merch-page #carousel .image-carousel .row-bottom:before, #features-sell-band-merch-page #carousel .image-carousel .row-bottom:after {
  width: 2442px;
  height: 200px;
  background-image: url(/assets/frontend/bz/features/sell-band-merch/carousel/carousel-row-bottom-large-dc01796df03e44f226f6a1b085d30e941c64fd2d5f8cbf8bef597dba294719d9.jpg);
  background-size: 2442px 200px;
  background-repeat: no-repeat;
  animation-duration: 160s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-bottom:before, #features-sell-band-merch-page #carousel .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/features/sell-band-merch/carousel/carousel-row-bottom-large@2x-8a68fc1890cd1e7cbcca68996a67d5b5fe5c0b1741f74edec4e376495017891d.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-band-merch-page #carousel .image-carousel .row-bottom:before {
  animation-name: merch-row-bottom-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-band-merch-page #carousel .image-carousel .row-bottom:after {
  animation-name: merch-row-bottom-large-keyframes-after;
}

@media screen and (max-width: 860px) {
  /* line 111, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-top {
    height: 90px;
    margin-left: 0px;
  }
  @keyframes merch-row-top-small-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-1148px, 0, 0);
    }
    50.001% {
      transform: translate3d(1148px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes merch-row-top-small-keyframes-after {
    0% {
      transform: translate3d(1148px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-1148px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-top:before, #features-sell-band-merch-page #carousel .image-carousel .row-top:after {
    width: 1148px;
    height: 90px;
    background-image: url(/assets/frontend/bz/features/sell-band-merch/carousel/carousel-row-top-small-720c9c5fb6fbcecd754e1ac6c112cf31e3a8994c031e3df74b6da62e4f178339.jpg);
    background-size: 1148px 90px;
    background-repeat: no-repeat;
    animation-duration: 130s;
  }
}

@media screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-top:before, #features-sell-band-merch-page #carousel .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/features/sell-band-merch/carousel/carousel-row-top-small@2x-66aa1c9a07c3f81aba64bea93322e2a3d14464ef9c0f4f94f6b61084ecab40eb.jpg);
  }
}

@media screen and (max-width: 860px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-top:before {
    animation-name: merch-row-top-small-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-top:after {
    animation-name: merch-row-top-small-keyframes-after;
  }
  /* line 124, app/assets/stylesheets/frontend/bz/modules/features/_sell-band-merch.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-bottom {
    height: 90px;
    margin-left: -50px;
  }
  @keyframes merch-row-bottom-small-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-1099px, 0, 0);
    }
    50.001% {
      transform: translate3d(1099px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes merch-row-bottom-small-keyframes-after {
    0% {
      transform: translate3d(1099px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-1099px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-bottom:before, #features-sell-band-merch-page #carousel .image-carousel .row-bottom:after {
    width: 1099px;
    height: 90px;
    background-image: url(/assets/frontend/bz/features/sell-band-merch/carousel/carousel-row-bottom-small-6f77cb6870f399a4e73ad2617db6627b8bcbf77cd04947e8343e8ab08b99834b.jpg);
    background-size: 1099px 90px;
    background-repeat: no-repeat;
    animation-duration: 70s;
  }
}

@media screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-bottom:before, #features-sell-band-merch-page #carousel .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/features/sell-band-merch/carousel/carousel-row-bottom-small@2x-0a8653ffbf5fed13e01961be9ad0bedb276d94a4e5a47f9ce905dc56894c780b.jpg);
  }
}

@media screen and (max-width: 860px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-bottom:before {
    animation-name: merch-row-bottom-small-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-band-merch-page #carousel .image-carousel .row-bottom:after {
    animation-name: merch-row-bottom-small-keyframes-after;
  }
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/features/_sell-music.scss */
#features-sell-music-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/sell-music/bg/header-bg-8cfe86542d2748943e1b3acacfe84f943f655a31244cec42cb0be07203027284.jpg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/features/_sell-music.scss */
#features-sell-music-page .image-section-2 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/sell-music/bg/section-2-bg-30b2dc87af6eeb93e149c4e070a233813dfd261ba5100840e62f8701b37bc1ab.jpg);
  background-repeat: no-repeat;
  background-position: 20% 0%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/features/_sell-music.scss */
#features-sell-music-page .image-section-3 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/sell-music/bg/section-3-bg-4eec5f4031aa1da3ce07849175f10993eece1f2a71642c36624affc20067ab99.jpg);
  background-repeat: no-repeat;
  background-position: 90% 0%;
  background-size: cover;
}

/* line 31, app/assets/stylesheets/frontend/bz/modules/features/_sell-music.scss */
#features-sell-music-page .image-section-6 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/sell-music/bg/section-6-bg-e3301759991e03a4fbe5df82727fa7c1b933955baa450ddbcaaa5b3aec906fa6.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 41, app/assets/stylesheets/frontend/bz/modules/features/_sell-music.scss */
#features-sell-music-page #carousel {
  padding-top: 4em;
}

@media screen and (max-width: 860px) {
  /* line 41, app/assets/stylesheets/frontend/bz/modules/features/_sell-music.scss */
  #features-sell-music-page #carousel {
    padding-top: 1.5em;
  }
}

/* line 48, app/assets/stylesheets/frontend/bz/modules/features/_sell-music.scss */
#features-sell-music-page #carousel .image-carousel {
  margin-top: 30px;
}

/* line 51, app/assets/stylesheets/frontend/bz/modules/features/_sell-music.scss */
#features-sell-music-page #carousel .image-carousel .row-top {
  height: 200px;
  margin-left: 0px;
}

@keyframes music-row-top-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2579px, 0, 0);
  }
  50.001% {
    transform: translate3d(2579px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes music-row-top-large-keyframes-after {
  0% {
    transform: translate3d(2579px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2579px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-music-page #carousel .image-carousel .row-top:before, #features-sell-music-page #carousel .image-carousel .row-top:after {
  width: 2579px;
  height: 200px;
  background-image: url(/assets/frontend/bz/features/sell-music/carousel/carousel-row-top-large-3e048d680a52bf6eabee684bd95531b9ccc7397cd833b18f535f71d9006fd0a6.jpg);
  background-size: 2579px 200px;
  background-repeat: no-repeat;
  animation-duration: 170s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-music-page #carousel .image-carousel .row-top:before, #features-sell-music-page #carousel .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/features/sell-music/carousel/carousel-row-top-large@2x-572646162f7ff43ef17bd796d23358644e5af87c2b8d8152079116e9be664aed.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-music-page #carousel .image-carousel .row-top:before {
  animation-name: music-row-top-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-music-page #carousel .image-carousel .row-top:after {
  animation-name: music-row-top-large-keyframes-after;
}

/* line 64, app/assets/stylesheets/frontend/bz/modules/features/_sell-music.scss */
#features-sell-music-page #carousel .image-carousel .row-middle {
  height: 200px;
  margin-left: -100px;
}

@keyframes music-row-middle-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2579px, 0, 0);
  }
  50.001% {
    transform: translate3d(2579px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes music-row-middle-large-keyframes-after {
  0% {
    transform: translate3d(2579px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2579px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-music-page #carousel .image-carousel .row-middle:before, #features-sell-music-page #carousel .image-carousel .row-middle:after {
  width: 2579px;
  height: 200px;
  background-image: url(/assets/frontend/bz/features/sell-music/carousel/carousel-row-middle-large-5c252f6324770a13585bcc49a4ee8c651c443ec88eac66df7e9a227fa1bea64d.jpg);
  background-size: 2579px 200px;
  background-repeat: no-repeat;
  animation-duration: 120s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-music-page #carousel .image-carousel .row-middle:before, #features-sell-music-page #carousel .image-carousel .row-middle:after {
    background-image: url(/assets/frontend/bz/features/sell-music/carousel/carousel-row-middle-large@2x-ca0008119be4d7447e9632d4268f9ef87ff73c31490e44dadcca4e4935dc6017.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-music-page #carousel .image-carousel .row-middle:before {
  animation-name: music-row-middle-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-music-page #carousel .image-carousel .row-middle:after {
  animation-name: music-row-middle-large-keyframes-after;
}

/* line 77, app/assets/stylesheets/frontend/bz/modules/features/_sell-music.scss */
#features-sell-music-page #carousel .image-carousel .row-bottom {
  height: 200px;
  margin-left: -200px;
}

@keyframes music-row-bottom-large-keyframes-before {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-2579px, 0, 0);
  }
  50.001% {
    transform: translate3d(2579px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes music-row-bottom-large-keyframes-after {
  0% {
    transform: translate3d(2579px, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-2579px, 0, 0);
  }
}

/* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-music-page #carousel .image-carousel .row-bottom:before, #features-sell-music-page #carousel .image-carousel .row-bottom:after {
  width: 2579px;
  height: 200px;
  background-image: url(/assets/frontend/bz/features/sell-music/carousel/carousel-row-bottom-large-69ba843053d47b39591db9e76750b19f23919ee844609593f4b2ad5d6b91271a.jpg);
  background-size: 2579px 200px;
  background-repeat: no-repeat;
  animation-duration: 160s;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-music-page #carousel .image-carousel .row-bottom:before, #features-sell-music-page #carousel .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/features/sell-music/carousel/carousel-row-bottom-large@2x-b48f01606b6bfd3a6f3dee4e6c29f4e41007bc4fc420f86492b4155d4205b71c.jpg);
  }
}

/* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-music-page #carousel .image-carousel .row-bottom:before {
  animation-name: music-row-bottom-large-keyframes-before;
}

/* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
#features-sell-music-page #carousel .image-carousel .row-bottom:after {
  animation-name: music-row-bottom-large-keyframes-after;
}

@media screen and (max-width: 860px) {
  /* line 92, app/assets/stylesheets/frontend/bz/modules/features/_sell-music.scss */
  #features-sell-music-page #carousel .image-carousel .row-top {
    height: 90px;
    margin-left: 0px;
  }
  @keyframes music-row-top-small-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-1161px, 0, 0);
    }
    50.001% {
      transform: translate3d(1161px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes music-row-top-small-keyframes-after {
    0% {
      transform: translate3d(1161px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-1161px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-music-page #carousel .image-carousel .row-top:before, #features-sell-music-page #carousel .image-carousel .row-top:after {
    width: 1161px;
    height: 90px;
    background-image: url(/assets/frontend/bz/features/sell-music/carousel/carousel-row-top-small-3fc94393b3b861cb26b1914039ad863841a6cc4bba5c6f625faf6a94ac385cae.jpg);
    background-size: 1161px 90px;
    background-repeat: no-repeat;
    animation-duration: 130s;
  }
}

@media screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-music-page #carousel .image-carousel .row-top:before, #features-sell-music-page #carousel .image-carousel .row-top:after {
    background-image: url(/assets/frontend/bz/features/sell-music/carousel/carousel-row-top-small@2x-da065b555ef3bdc925046719ff7b060fe3be57164cfe3722df06cc1d6a5ed560.jpg);
  }
}

@media screen and (max-width: 860px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-music-page #carousel .image-carousel .row-top:before {
    animation-name: music-row-top-small-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-music-page #carousel .image-carousel .row-top:after {
    animation-name: music-row-top-small-keyframes-after;
  }
  /* line 105, app/assets/stylesheets/frontend/bz/modules/features/_sell-music.scss */
  #features-sell-music-page #carousel .image-carousel .row-bottom {
    height: 90px;
    margin-left: -50px;
  }
  @keyframes music-row-bottom-small-keyframes-before {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-1161px, 0, 0);
    }
    50.001% {
      transform: translate3d(1161px, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes music-row-bottom-small-keyframes-after {
    0% {
      transform: translate3d(1161px, 0, 0);
    }
    50% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-1161px, 0, 0);
    }
  }
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-music-page #carousel .image-carousel .row-bottom:before, #features-sell-music-page #carousel .image-carousel .row-bottom:after {
    width: 1161px;
    height: 90px;
    background-image: url(/assets/frontend/bz/features/sell-music/carousel/carousel-row-bottom-small-ff4bd6d393c205bd3888fdb1cce153696369517af60d1d92684d5b4b096cdbf2.jpg);
    background-size: 1161px 90px;
    background-repeat: no-repeat;
    animation-duration: 70s;
  }
}

@media screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-device-pixel-ratio: 2), screen and (max-width: 860px) and (min-resolution: 192dpi) {
  /* line 26, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-music-page #carousel .image-carousel .row-bottom:before, #features-sell-music-page #carousel .image-carousel .row-bottom:after {
    background-image: url(/assets/frontend/bz/features/sell-music/carousel/carousel-row-bottom-small@2x-dde6f46749b6cf79caf5e71124e913fc128521032449350745dd4be4877d1db3.jpg);
  }
}

@media screen and (max-width: 860px) {
  /* line 45, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-music-page #carousel .image-carousel .row-bottom:before {
    animation-name: music-row-bottom-small-keyframes-before;
  }
  /* line 46, app/assets/stylesheets/frontend/bz/base/mixins/_image-carousel-row.scss */
  #features-sell-music-page #carousel .image-carousel .row-bottom:after {
    animation-name: music-row-bottom-small-keyframes-after;
  }
}

/* line 2, app/assets/stylesheets/frontend/bz/modules/features/_sell.scss */
#features-sell-page .image-adam-ezra-group {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/sell/bg/adam-ezra-group-bg-bf7011bec42937803c273a1790b12661c30a282ed39bd5be78b916f69b7ff677.jpg);
  background-repeat: no-repeat;
  background-position: 75% 0%;
  background-size: cover;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/features/_seo-for-musicians.scss */
#features-seo-for-musicians-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/seo-for-musicians/bg/header-bg-94aa130785126ce045196d0f782d5dbdf4ef067a2df6f3529e369b2aeacd3e63.jpg);
  background-repeat: no-repeat;
  background-position: 70% 50%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/features/_seo-for-musicians.scss */
#features-seo-for-musicians-page .image-section-2 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/seo-for-musicians/bg/section-2-bg-69c7d6464cdadfe4aa99624f383071fc1d64ae959c2da181e3b5c622b509d00b.jpg);
  background-repeat: no-repeat;
  background-position: 86% 50%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/features/_seo-for-musicians.scss */
#features-seo-for-musicians-page .image-section-3 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/seo-for-musicians/bg/section-3-bg-cda9fca762912720259de94d3ce6e13ac950f431837b21c0997e4284c800ef44.jpg);
  background-repeat: no-repeat;
  background-position: 20% 50%;
  background-size: cover;
}

/* line 31, app/assets/stylesheets/frontend/bz/modules/features/_seo-for-musicians.scss */
#features-seo-for-musicians-page .image-section-5 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/seo-for-musicians/bg/section-5-bg-73c2e7d7650f877619fdeaf8d8c2bae3ba20d1fbba2f09e5bb61f2bf8fd3dd32.jpg);
  background-repeat: no-repeat;
  background-position: 70% 50%;
  background-size: cover;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/features/_smart-links.scss */
#features-smart-links-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/smart-links/bg/header-bg-f7d140cc3636b45657243ed43b7e40eb48e3dc710f02c76b3dea6084cbbe26b9.jpg);
  background-repeat: no-repeat;
  background-position: 70% 10%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/features/_smart-links.scss */
#features-smart-links-page .image-section-2 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/smart-links/bg/section-2-bg-604c6f35d3772b7f22d7eff5a5b05a22f6beeb4bdf2cbb4b2eb78f457091b852.jpg);
  background-repeat: no-repeat;
  background-position: 50% 17%;
  background-size: cover;
}

/* line 21, app/assets/stylesheets/frontend/bz/modules/features/_smart-links.scss */
#features-smart-links-page .image-section-3 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/smart-links/bg/section-3-bg-b7d796384dfc46c340ff91ca4945fd518fd509c776048f6873419776dba471b3.jpg);
  background-repeat: no-repeat;
  background-position: 40% 20%;
  background-size: cover;
}

/* line 30, app/assets/stylesheets/frontend/bz/modules/features/_smart-links.scss */
#features-smart-links-page .image-section-5 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/smart-links/bg/section-5-bg-462c861cf98302175c666a4dedc6dd6149043596042844cbba21fef9935406ff.jpg);
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: cover;
}

/* line 39, app/assets/stylesheets/frontend/bz/modules/features/_smart-links.scss */
#features-smart-links-page .image-section-6 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/smart-links/bg/section-6-bg-f642a65c0e95882e1294aa63d519db51e89a4e54d68cd065ba85515ba3238760.jpg);
  background-repeat: no-repeat;
  background-position: 50% 15%;
  background-size: cover;
}

/* line 48, app/assets/stylesheets/frontend/bz/modules/features/_smart-links.scss */
#features-smart-links-page .image-section-8 {
  background-image: linear-gradient(rgba(242, 130, 80, 0.8), rgba(242, 130, 80, 0.9)), url(/assets/frontend/bz/features/smart-links/bg/section-8-bg-6036289976444eee3c4c0f672bd5dc69e90aca29b5dec12c1c490e63d2c5afeb.jpg);
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
}

/* line 57, app/assets/stylesheets/frontend/bz/modules/features/_smart-links.scss */
#features-smart-links-page .image-section-9 {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/smart-links/bg/section-9-bg-957291172e0ba47570dfdd6e05478bdf56f0ee52b4c5649f263bf5d23b4977ae.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* line 3, app/assets/stylesheets/frontend/bz/modules/features/_subscriptions.scss */
#features-subscriptions-page .image-header {
  background-image: linear-gradient(rgba(20, 27, 41, 0.8), rgba(20, 27, 41, 0.9)), url(/assets/frontend/bz/features/subscriptions/bg/header-bg-431440af4010a08efeeef6122c41902d3b84560ff9ae8059931ebb77a35a1be0.jpg);
  background-repeat: no-repeat;
  background-position: 20% 50%;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/frontend/bz/modules/features/_subscriptions.scss */
#features-subscriptions-page .image-social-proof {
  background-image: url(/assets/frontend/bz/features/subscriptions/bg/social-proof-bg-9c252b3511f5d2ba63096849b1dedb4777e725389c101e45645804c2657ca2d4.jpg);
  background-repeat: no-repeat;
  background-position: 70% 20%;
  background-size: cover;
}

@media screen and (max-width: 569px) {
  /* line 12, app/assets/stylesheets/frontend/bz/modules/features/_subscriptions.scss */
  #features-subscriptions-page .image-social-proof {
    background-image: url(/assets/frontend/bz/features/subscriptions/bg/social-proof-bg-mobile-aec5b29fdde82550269aaa2a1d810924e37d9c6c3962a2dae2b8b2acb4acfabd.jpg);
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: cover;
  }
}

@media screen and (max-width: 860px) {
  /* line 23, app/assets/stylesheets/frontend/bz/modules/features/_subscriptions.scss */
  #features-subscriptions-page #intro .image {
    display: none;
  }
}

/* line 28, app/assets/stylesheets/frontend/bz/modules/features/_subscriptions.scss */
#features-subscriptions-page .jont-quote {
  padding-right: 30%;
}

/* line 31, app/assets/stylesheets/frontend/bz/modules/features/_subscriptions.scss */
#features-subscriptions-page .jont-quote .quote {
  font-style: italic;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.3;
}

@media screen and (max-width: 860px) {
  /* line 28, app/assets/stylesheets/frontend/bz/modules/features/_subscriptions.scss */
  #features-subscriptions-page .jont-quote {
    padding-right: 10%;
  }
}

@media screen and (max-width: 569px) {
  /* line 28, app/assets/stylesheets/frontend/bz/modules/features/_subscriptions.scss */
  #features-subscriptions-page .jont-quote {
    text-align: center;
    padding-left: .875rem;
    padding-right: .875rem;
  }
}

@media screen and (max-width: 569px) {
  /* line 49, app/assets/stylesheets/frontend/bz/modules/features/_subscriptions.scss */
  #features-subscriptions-page #reward-tiers-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 860px) {
  /* line 56, app/assets/stylesheets/frontend/bz/modules/features/_subscriptions.scss */
  #features-subscriptions-page #subscriber-awards {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 861px) {
  /* line 61, app/assets/stylesheets/frontend/bz/modules/features/_subscriptions.scss */
  #features-subscriptions-page #subscriber-awards .description {
    padding-top: 6em;
  }
}

/* https://google-webfonts-helper.herokuapp.com/fonts/open-sans?subsets=latin */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(""), url(/assets/frontend/bz/open-sans-v20-latin-300-37170a5e4d9eb2be67a07b179b86f31fe6cc9f7f3653c270019000ccf93ed220.woff2) format("woff2"), url(/assets/frontend/bz/open-sans-v20-latin-300-a5468d778411744a50395ecc60eda70f08fcf329200315b4855eeeccce684e2c.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local(""), url(/assets/frontend/bz/open-sans-v20-latin-300italic-c2c4060fcf42fdf891c3057778f017c7abbda5a823b7468340edd2d64dc9439a.woff2) format("woff2"), url(/assets/frontend/bz/open-sans-v20-latin-300italic-b77bdd4c60349a96bc149f839b69ba442f9941d54f4a9bff9a9a590d0c64caaa.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(""), url(/assets/frontend/bz/open-sans-v20-latin-regular-1d99bfb1c7eae77142b351493fc1a95dc8a42ea058e1e021e1025944f9ae8c2a.woff2) format("woff2"), url(/assets/frontend/bz/open-sans-v20-latin-regular-a6a380e02dbb51c2acdaa9294f24fc8f0570e0dd965b1e7eb144f7faabd1a3d6.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(""), url(/assets/frontend/bz/open-sans-v20-latin-700-d201bdf8774328439e377963c9c4b7c803226384e63a6c995390eab2563e31ff.woff2) format("woff2"), url(/assets/frontend/bz/open-sans-v20-latin-700-0970d297e6eb4c84154e863aa77547341bc7220ca9d1291f4c8fb384e6720e60.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local(""), url(/assets/frontend/bz/open-sans-v20-latin-700italic-06cdb95b52d1cc1f0ea9a9873bd543b58d98c25707b8d27777532364b9d497e2.woff2) format("woff2"), url(/assets/frontend/bz/open-sans-v20-latin-700italic-07575988db1eed8b57c939032c69ca979bfd560ca69a3962d9bdc9b09236faf6.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}

/* This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2013 Schwartzco Inc.
        License: 1407-GJPAFC
*/
@font-face {
  font-family: 'Stag Web';
  src: url(/assets/frontend/bz/Stag-Light-Web-66339c7526df717dd74bdb4122df52e30d21f8dc5ce72195f0d48b826c2aeb0f.woff2) format("woff2"), url(/assets/frontend/bz/Stag-Light-Web-04e788487e6ea7b5bb949fcb6e41b278b299c45641e28656e0131f37cdd25ae6.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

/* line 22, app/assets/stylesheets/frontend/bz/fonts/_stag.scss */
.Stag-Light-Web {
  font-family: 'Stag Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stag Web';
  src: url(/assets/frontend/bz/Stag-Medium-Web-c73616492c5553e4afada7a154e9b56a247670fd7fa13547d0d1f0009c7f96ef.woff2) format("woff2"), url(/assets/frontend/bz/Stag-Medium-Web-bd03a3a9016d4c4a367d31851d615a731048e62d1260872ee4393213ff665542.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

/* line 39, app/assets/stylesheets/frontend/bz/fonts/_stag.scss */
.Stag-Medium-Web {
  font-family: 'Stag Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

/* line 1, app/assets/stylesheets/frontend/bz/../../shared/_embed-container.scss */
.embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
/* line 8, app/assets/stylesheets/frontend/bz/../../shared/_embed-container.scss */
.embed-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
/* line 13, app/assets/stylesheets/frontend/bz/../../shared/_embed-container.scss */
.embed-container-4x3 {
  padding-bottom: 75%;
}

/* line 17, app/assets/stylesheets/frontend/bz/../../shared/_embed-container.scss */
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Typical yt embed size */
/* line 26, app/assets/stylesheets/frontend/bz/../../shared/_embed-container.scss */
.ember-container-wrapper {
  max-width: 425px;
}

/* line 9, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
span.font_small,
span.text-small {
  font-size: 0.8em;
}

/* line 14, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
span.font_regular {
  font-size: 1em;
}

/* line 18, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
span.font_large,
span.text-big {
  font-size: 1.4em;
}

/* line 23, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
span.font_xl,
span.text-huge {
  font-size: 2em;
}

/* line 31, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.justify_inline,
.justify_inline {
  float: none;
  display: inline-block;
}

/* line 37, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.justify_left,
.justify_left {
  float: left;
  margin: 0.5em;
}

/* line 43, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.justify_right,
.justify_right {
  float: right;
  margin: 0.5em;
}

/* line 51, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
body.mobile-view #usersite-container div.captioned.justify_left,
body.mobile-view #usersite-container div.captioned.justify_right,
body.mobile-view #usersite-container .size_l.justify_right,
body.mobile-view #usersite-container .size_l.justify_left {
  margin: 0.5em 0;
}

/* line 60, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.justify_center,
.justify_center {
  display: block;
  margin: 0.5em auto;
  float: none;
}

/* line 67, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
.justify_absMiddle {
  vertical-align: middle;
}

/* line 71, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
.justify_none {
  display: inline;
  margin: 0;
  padding: 0;
  float: none;
}

/* line 78, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.border_thin img,
img.border_thin {
  border: thin solid black;
}

/* line 83, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.border_medium img,
img.border_medium {
  border: medium solid black;
}

/* line 88, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.border_thick img,
img.border_thick {
  border: thick solid black;
}

/* line 94, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned {
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* line 99, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned img {
  margin-bottom: 0.5em;
  height: auto;
}

/* line 104, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned .caption {
  width: auto;
  text-align: center;
  margin: 0.15em 0;
}

/* line 111, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.justify_none {
  text-align: left;
}

/* line 113, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.justify_none .caption {
  text-align: left;
}

/* line 118, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned img,
img[class*=size_] {
  width: var(--image-width);
  max-width: var(--image-max-width, none);
  height: auto;
}

/* line 125, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.size_s img,
img.size_s {
  --image-width: 125px;
}

/* line 134, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.size_m img,
img.size_m {
  --image-width: 300px;
}

/* line 143, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.size_l img,
img.size_l {
  --image-width: 600px;
}

/* line 152, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.size_xl img,
img.size_xl {
  --image-width: 100%;
}

/* line 161, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.size_orig[width=''] img,
img.size_orig[width=''] {
  --image-width: auto;
}

/* line 170, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.captioned.size_orig img,
img.size_orig {
  --image-width: auto;
  --image-max-width: 100%;
}

/* line 183, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
div.track {
  clear: both;
  margin: 0.5em;
}

/* line 189, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
[feature-width~="<600"] div.captioned.size_l img,
[feature-width~="<600"] img.size_l {
  width: 100%;
  height: auto;
}

/* line 197, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
[feature-width~="<300"] div.captioned.size_m img,
[feature-width~="<300"] img.size_m {
  width: 100%;
  height: auto;
}

/* line 205, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
[feature-width~="<200"] div.captioned.size_s img,
[feature-width~="<200"] img.size_s {
  width: 100%;
  height: auto;
}

/* line 213, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
figure.table:not([style*="float"]) {
  margin: 0 auto;
}

/* line 217, app/assets/stylesheets/frontend/bz/../../shared/_text_contents.scss */
figure.table table {
  width: 100%;
  height: 100%;
}

/* line 27, app/assets/stylesheets/frontend/bz/application.scss */
.js-lazy-image {
  min-height: 5px;
}

/* line 31, app/assets/stylesheets/frontend/bz/application.scss */
.hide {
  display: none !important;
}

/* line 35, app/assets/stylesheets/frontend/bz/application.scss */
figure {
  margin: 0;
}

/* line 10, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.-bb-0x {
  border-bottom: 0 !important;
}

/* line 15, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.text .-small {
  font-size: 0.65rem;
}

/* line 19, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.text .-large {
  font-size: 1rem;
}

/* line 26, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.section.-bg-mute,
.sections.-bg-mute {
  background-color: #f5f7f7;
}

/* line 30, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.section.-bg-none,
.sections.-bg-none {
  background: none;
}

/* line 35, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews {
  --remix-border-radius: 0.5rem;
}

/* line 4, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews .button {
  --remix-border-radius: 0.1875rem;
}

@media screen and (max-width: 759px) {
  /* line 38, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews > .sections {
    gap: 1rem;
  }
}

/* line 46, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews .website-plans-include.-three-columns {
  max-width: 40rem;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1087px) {
  /* line 45, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews .website-plans-include {
    --collection-grid-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width: 759px) {
  /* line 45, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews .website-plans-include {
    --collection-grid-columns: repeat(2, 1fr) !important;
  }
}

/* line 61, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews__plan .theme-container.-dark .title.-section {
  --remix-section-title: white;
}

@media screen and (min-width: 768px) {
  /* line 66, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews__plan > .section {
    border-radius: 0;
  }
  /* line 70, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews__plan:not(:first-child) {
    border-left: none;
  }
  /* line 75, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews__plan:first-child,
.plan-overviews__plan:first-child > .section:first-child {
    border-top-left-radius: var(--remix-border-radius);
  }
  /* line 80, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews__plan:first-child,
.plan-overviews__plan:first-child > .section:last-child {
    border-bottom-left-radius: var(--remix-border-radius);
  }
  /* line 87, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews__plan:last-child,
.plan-overviews__plan:last-child > .section:first-child {
    border-top-right-radius: var(--remix-border-radius);
  }
  /* line 92, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews__plan:last-child,
.plan-overviews__plan:last-child > .section:last-child {
    border-bottom-right-radius: var(--remix-border-radius);
  }
}

@media screen and (max-width: 759px) {
  /* line 60, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews__plan {
    border-radius: var(--remix-border-radius);
  }
  /* line 102, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews__plan > .section {
    border-radius: 0;
  }
  /* line 105, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews__plan > .section:first-child {
    border-top-left-radius: var(--remix-border-radius);
    border-top-right-radius: var(--remix-border-radius);
  }
  /* line 110, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews__plan > .section:last-child {
    border-bottom-left-radius: var(--remix-border-radius);
    border-bottom-right-radius: var(--remix-border-radius);
  }
}

/* line 118, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews__plan-highlight {
  position: absolute;
  top: var(--plans-table-highlight-offset, -34px);
  left: 0;
  background: var(--remix-content-muted);
  width: 100%;
  border-top-right-radius: var(--remix-border-radius);
  border-top-left-radius: var(--remix-border-radius);
}

/* line 127, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews__plan-highlight-text {
  display: inline-flex !important;
  color: var(--remix-brand-primary-100);
}

/* line 134, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews .plan-price {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.75rem;
  line-height: 1;
  gap: 0.3rem;
}

/* line 141, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews .plan-price__amount {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: -2px;
}

/* line 147, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews .plan-price__term {
  padding-bottom: 0.15rem;
}

/* line 153, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews .theme-container.-dark .plan-price__amount {
  color: white;
}

/* line 158, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews__plan-header, .plan-overviews__plan-header-price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

/* line 166, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews__plan-header {
  gap: 2rem;
}

@media screen and (min-width: 768px) and (max-width: 1087px) {
  /* line 170, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-overviews__plan-header-title {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 177, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-overviews__plan-summary {
  justify-content: center;
}

/* line 182, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-features {
  --remix-border-radius: 0.5rem;
}

/* line 4, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-features .button {
  --remix-border-radius: 0.1875rem;
}

/* line 185, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-features__table {
  border-radius: var(--remix-border-radius);
  contain: paint;
}

/* line 192, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-features__table .table__spacer {
  min-width: 2rem;
}

@media screen and (max-width: 759px) {
  /* line 192, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-features__table .table__spacer {
    min-width: 0.5rem;
  }
}

/* line 201, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-features__table .table__row {
  border: none;
}

/* line 205, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-features__table .table__cell {
  border-bottom: 0.0625rem solid var(--remix-table-row-border);
}

/* line 209, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-features__table .table__stacked-row-header {
  padding: 1rem 0.5rem 0;
}

/* line 215, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-features__header {
  position: sticky;
  top: var(--navigation-height, 0);
  box-shadow: 0 10px 15px 0 #e6ebee;
  background-color: white;
}

/* line 222, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-features__header-cell {
  position: relative;
  font-weight: normal;
  vertical-align: top;
}

/* line 228, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-features__header-cell::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 0.25rem solid var(--remix-table-row-border);
}

@media screen and (max-width: 759px) {
  /* line 237, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-features__header-cell .title {
    margin-bottom: 0.5rem;
  }
}

/* line 243, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.plan-features__header-cell .plan-feature__header-cell-wrapper {
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
}

@media screen and (max-width: 759px) {
  /* line 243, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-features__header-cell .plan-feature__header-cell-wrapper {
    padding: 1rem 0.5rem;
  }
}

@media screen and (max-width: 759px) {
  /* line 253, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-features .-zero-width-on-mobile {
    overflow: hidden;
    width: 0;
    max-width: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 261, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-features .feature-check-box {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    gap: 0.5rem;
  }
  /* line 268, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-features .feature-check-box__icon {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 759px) {
  /* line 261, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
  .plan-features .feature-check-box {
    text-align: center;
    font-size: 0.75rem;
  }
}

/* line 281, app/assets/stylesheets/frontend/bz/../../../../javascript/css/shared/plans-table.scss */
.website-plans-include .feature-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
