:root {
  --background: var(--sun);
  --squeak-clear: #98b5f3;
  --lite-clear: #cbe0e9;
  --sun: #f5f2ef;
  --black: #222;
  --red: #f0501f;
  --accent: var(--rgb-accent);
  --grey: #ced4e0;
  --white: #eceff5;
  --rgb-accent: #0550c0;
  --cmyk-accent: #12448e;
  --clear: #64b6de;
  --lite-grey: #e2e2e7;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background);
  color: #333;
  font-family: degular-variable, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: .8;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0e62ff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .7em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #4b8aff;
  border-color: #0000;
}

.button:active {
  box-shadow: none;
  background-color: #0e62ff;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #0e62ff;
}

.button.second-button {
  color: #161617;
  background-color: #d7faff;
  background-image: none;
  border-color: #0000;
  align-self: stretch;
}

.button.second-button:hover {
  background-color: #b2e8f0;
  border-color: #0000;
}

.utility-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.nav-mega-menu-dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.nav-logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.card-body {
  z-index: 1;
  flex-flow: column;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.utility-position-relative {
  position: relative;
}

.h1-heading {
  text-align: left;
  letter-spacing: -.01em;
  text-transform: uppercase;
  text-wrap: balance;
  flex: 1;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.04em;
}

.subheading {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: 1.8em;
  line-height: 1.6em;
}

.nav-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-dropdown {
  position: static;
}

.nav-logo-icon {
  flex: none;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-medium {
  color: #0e62ff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #4080f6;
  border: 1px solid #0000;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #4b8aff;
}

.text-button.text-button-on-inverse {
  color: #0e62ff;
}

.text-button.text-button-on-inverse:hover {
  opacity: .7;
}

.text-button.secondary-text-button {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.secondary-text-button:hover {
  opacity: .6;
}

.custom-marquee-horizontal-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 3rem;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-label {
  white-space: pre;
}

.mega-nav-link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.mega-nav-link-item:hover {
  color: #4080f6;
}

.nav-mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav-mobile-menu-button:hover {
  color: inherit;
}

.nav-mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav-mobile-menu-button.w--open:hover {
  color: #0e62ff99;
}

.glass {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  width: 21svw;
  display: block;
}

.nav-container {
  background-color: #ddd0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.nav-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-link {
  opacity: 1;
  color: #fff;
  background-color: #161617;
  background-image: none;
  border: 0 solid #fff3;
  border-radius: 1rem;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  overflow: clip;
  transform: translateY(0);
  box-shadow: 0 0 0 2px #fff, 6px 6px #fff;
}

.card-link:hover {
  opacity: 1;
  color: #fff;
  background-color: #161617;
  transform: translateY(0);
  box-shadow: 0 0 0 2px #fff, 9px 9px #fff;
}

.card-link.inverse-card-link {
  color: #161617;
  background-color: #fff;
  border-color: #0000;
}

.card-link.inverse-card-link:hover {
  color: #161617;
  background-color: #fff;
}

.flex-child-no-shrink {
  flex: none;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.utility-margin-top-auto {
  margin-top: auto;
}

.flex-fp-text {
  justify-content: flex-start;
  align-items: flex-start;
}

.nav-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.flex-fp {
  grid-column-gap: 3svw;
  grid-row-gap: 3svw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.image-marquee {
  margin-top: 3svh;
  overflow: hidden;
}

.button-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.nav-menu {
  text-align: right;
  background-color: #0000;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.ix-marquee-horizontal {
  flex: none;
  display: flex;
  position: relative;
}

.icon {
  color: #4080f6;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon.icon-on-inverse {
  color: #0e62ff;
}

.paragraph-sm {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-text-stroke-width: 0px;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .75rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  -webkit-text-stroke-width: 1px;
  color: inherit;
}

.nav-link.w--current, .nav-link.w--open {
  background-color: #0000;
}

.logo-image {
  border-radius: 0;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mega-nav-dropdown-list-wrapper {
  color: #fff;
  background-color: #161617;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav-dropdown-list-wrapper.w--open {
  border-radius: 1rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.h3-heading {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .7em;
  font-family: Oswald, sans-serif;
  font-size: 1.78rem;
  font-weight: 400;
  line-height: 1.04em;
}

.nav-caret {
  margin: 0;
  position: relative;
}

.nav {
  z-index: 99;
  color: #fff;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav.inverse-nav {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #161617;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.nav-menu-list-item {
  display: flex;
  margin-bottom: 0 !important;
}

.nav-menu-list-item.hide {
  display: none;
}

.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.flex-pricing {
  grid-column-gap: 0svw;
  grid-row-gap: 0svw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 700px;
  margin: 0 auto 2svh;
}

.grid-layout-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-2.grid-gap-md {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.flex-horizontal-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal-2.x-center {
  justify-content: center;
}

.flex-horizontal-2.x-center.utility-overflow-hidden.hide {
  display: none;
}

.squeaks-tv {
  border-radius: 1rem;
}

.studio-dropdown-toggle {
  padding: 1.2rem 1rem;
  display: block;
}

.small-text-boxed {
  align-self: stretch;
  height: 100%;
  padding: 1rem 2rem;
  font-size: 1rem;
}

.co-credit-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
}

.navlink-b {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}

.navlink-b:hover {
  font-weight: 600;
}

.navlink-b.w--current {
  color: #e7e9e0;
  background-image: url('../images/scratch-out-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.studio-container {
  align-self: stretch;
  max-width: 90rem;
}

.studio-h3.rsvp {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
}

.co-credit-text {
  color: #fffff4;
  font-size: .9rem;
  font-weight: 400;
}

.navbar-b {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f0efe826;
  align-self: stretch;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1svh;
  padding-left: 2svw;
  padding-right: 2svw;
  position: sticky;
  top: 0;
}

.slide-nav-studio {
  z-index: 100;
  text-align: left;
  padding-top: 10px;
  padding-left: 1rem;
  font-size: .3rem;
}

.slide-nav-studio.rel0 {
  padding-left: 0;
  position: relative;
}

.be-divider {
  background-color: var(--squeak-clear);
  height: .5px;
  margin: 1rem;
}

.studio-block {
  border-radius: .2rem;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.brhyt-carbon {
  font-size: .98rem;
}

.instant {
  background-color: #ededed00;
  align-self: stretch;
  min-height: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.studio-wrap {
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2svw 10svh;
}

.be-flex {
  grid-column-gap: 4svw;
  grid-row-gap: 4svw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.arrow-studio {
  color: #2c6065;
  width: 3rem;
}

.arrow-studio.rel-left {
  z-index: 101;
  height: 3rem;
  margin-left: auto;
  margin-right: 3rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.arrow-studio.rel {
  z-index: 101;
  height: 3rem;
  margin: auto 0 0;
  display: flex;
  inset: 0% 0 0% auto;
}

.studio-dropdown-list.w--open {
  background-color: #ddd0;
  padding: 1.2rem 2rem 1.2rem 1rem;
  position: relative;
}

.prod-copy {
  flex-flow: column;
  padding: 2rem 2rem 0;
  display: flex;
}

.studio-dropdown {
  align-self: stretch;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}

.studio-dropdown.tech {
  border-top: .5px solid var(--squeak-clear);
}

.left-nav-menu {
  flex-flow: row;
}

.navlink-b-2 {
  clear: none;
  background-color: #efefef00;
  line-height: 1.4;
  text-decoration: none;
}

.co-credit {
  background-color: #1b1b18;
  border-radius: .2rem;
  align-self: flex-end;
  width: 219.492px;
  margin-left: auto;
  padding: .5rem;
  display: block;
  position: relative;
  right: 0;
}

.slider-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 150px;
  display: block;
}

.be-h1 {
  font-size: 2.8rem;
}

.icon-studio {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1rem;
}

.icon-studio.rel {
  margin-left: auto;
  margin-right: 0;
}

.slider-studio {
  background-color: #fff0;
  height: 100%;
}

.right-nav-menu-b {
  grid-column-gap: 4svw;
  grid-row-gap: 4svw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.nav-b {
  justify-content: flex-start;
  align-items: center;
  max-width: 90rem;
}

.menu-flex {
  justify-content: center;
  align-items: center;
}

.stacks {
  grid-column-gap: 2svw;
  grid-row-gap: 2svw;
  align-self: stretch;
  padding: 0;
}

.stacks._0gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: stretch;
}

.studio-section {
  grid-column-gap: 1svh;
  grid-row-gap: 1svh;
  flex-flow: column;
  margin-top: 5svh;
  display: block;
}

.brhyt-brand {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 0;
}

.be-form {
  border: .5px solid var(--squeak-clear);
  flex: 1;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 400px;
  max-width: 44svw;
  position: sticky;
  top: 0;
}

.menu-text {
  align-self: center;
  width: 30px;
  height: 30px;
  line-height: .7;
}

.cell {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.menu-button-b {
  flex: none;
  align-self: stretch;
  padding: 0 0 0 1.5svw;
}

.be-details {
  flex: none;
  width: 100%;
  max-width: 48svw;
  position: sticky;
  top: 96px;
}

.nav-menu-b {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.desktop-hide {
  display: none;
}

.flex-slide {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.studio-fullscreen {
  z-index: -1;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.nav-b-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 90rem;
}

.left-nav-menu-2 {
  flex-flow: row;
  flex: 0 auto;
}

.nav-menu-b-2 {
  background-color: #c8c8c800;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.squeaks-brand {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navlink-b-left {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 10px 3px;
  font-size: 1.2rem;
  font-weight: 400;
}

.navlink-b-left:hover {
  font-weight: 600;
}

.navlink-b-left.w--current {
  color: #e7e9e0;
  background-image: url('../images/scratch-out-b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.navlink-b-left.hide {
  display: none;
}

.hamburger_11_line {
  height: var(--thickness);
  width: var(--width);
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.right-nav-dropdown-menu {
  grid-column-gap: 4svw;
  grid-row-gap: 4svw;
  background-color: #ddd0;
  display: flex;
  position: relative;
}

.right-nav-dropdown-menu.w--open {
  display: flex;
}

.nav-bkg {
  position: absolute;
  inset: 0%;
}

.squeaks-logo {
  height: 46px;
}

.hamburger_11_inner {
  background-color: currentColor;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.right-nav-mobile {
  color: #e7e9e0;
  display: none;
  position: static;
}

.navlink-b-right {
  clear: none;
  color: #1b1b1b;
  text-transform: capitalize;
  background-color: #efefef00;
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: none;
}

.navlink-b-right.w--current {
  font-weight: 700;
}

.invert-icon {
  filter: invert();
  width: 15px;
}

.right-nav-menu-b-2 {
  grid-column-gap: 4svw;
  grid-row-gap: 4svw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hamburger_11_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-button-b-2 {
  flex: none;
  align-self: stretch;
  padding: 0 0 0 1.5svw;
}

.hamburger_embed {
  position: absolute;
}

.navbar-bs {
  z-index: 1000;
  background-color: var(--background);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  align-self: stretch;
}

.navbar-bs.studio-wrap {
  z-index: 3000;
  height: 59px;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.right-nav-mobile-toggle {
  display: none;
}

.right-nav-mobile-toggle.w--open {
  color: #fefff3;
}

.hide {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.studio-tab {
  color: #d7d9cd;
  letter-spacing: 0;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #29202000;
  border: 1px #000;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0;
  font-family: degular-variable, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.studio-tab.w--current {
  color: #e9ff88;
  background-color: #29202000;
  border: 1px #000;
}

.studio-tab.static {
  grid-column-gap: 1svw;
  grid-row-gap: 1svw;
}

.studio-current-mask {
  z-index: -1;
  width: 25svw;
  height: 100%;
  position: absolute;
  top: 0;
}

.studio-tab-link {
  color: var(--black);
  text-decoration: none;
  display: inline-flex;
}

.studio-tab-link.w--current {
  color: var(--accent);
}

.studio-tab-link.signal-only {
  color: var(--grey);
}

.inline-embed {
  height: 5px;
}

.sticky-studio-menu {
  background-color: var(--background);
}

.sticky-studio-menu.sp-wrap {
  margin-bottom: 4svh;
}

.sticky-studio-menu.studio-wrap {
  z-index: 1000;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--squeak-clear);
  padding-bottom: 0;
  position: sticky;
  top: 59px;
}

.studio-menu {
  display: flex;
  position: relative;
}

.studio-menu-track {
  grid-column-gap: 1svw;
  grid-row-gap: 1svw;
  padding-right: 75svw;
  display: flex;
  overflow: scroll;
}

.full-screen {
  background-image: linear-gradient(#fff, #ffffff80 20%, #fff0 26%);
  height: 100%;
}

.background-video {
  border-radius: .2rem;
}

.subh {
  font-size: 1.7rem;
}

.studio-rtf-2 p {
  font-weight: 300;
}

.studio-rtf-2 h1 {
  font-size: 1.8rem;
}

.studio-rtf-2 h2 {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1;
}

.studio-dropdown-label {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.desktop-hide-2 {
  display: none;
}

.studio-container-2 {
  max-width: 90rem;
}

.brhyt-carbon-2 {
  font-size: .98rem;
}

.studio-image {
  aspect-ratio: 4 / 3;
  width: 100%;
}

.studio-dropdown-2 {
  border-top: 1px solid #1b1b1b;
  align-self: stretch;
  width: 100%;
  font-weight: 500;
  display: block;
}

.studio-dropdown-2.hide {
  display: none;
}

.studio-mask-2 {
  aspect-ratio: 4 / 3;
  border-radius: .2rem;
}

.product-copy {
  flex-flow: column;
  padding: 1rem 1rem 0;
  display: flex;
}

.studio-dropdown-list-2.w--open {
  background-color: #ddd0;
  padding: 1.2rem 2rem 1.2rem 1rem;
  position: relative;
}

.studio-dropdown-toggle-2 {
  padding: 1.2rem 2rem 1.2rem 1.2rem;
  display: block;
}

.icon-studio-2 {
  color: #2b2b27;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1rem;
}

.icon-studio-2.rel {
  margin-left: auto;
  margin-right: 0;
}

.b-product {
  grid-column-gap: 6svw;
  grid-row-gap: 6svw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.small-text-boxed-2 {
  align-self: stretch;
  height: 100%;
  padding: 1rem;
  font-size: 1rem;
}

.product-form {
  background-color: #ededed00;
  align-self: stretch;
  min-height: 100px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.co-credit-2 {
  background-color: #1b1b18;
  border-radius: .2rem;
  align-self: flex-end;
  width: 219.492px;
  margin-left: auto;
  padding: .5rem;
  text-decoration: none;
  display: block;
  position: relative;
  right: 0;
}

.prod-box {
  align-self: stretch;
}

.b-product-details {
  flex: none;
  width: 100%;
  max-width: 48svw;
  position: sticky;
  top: 96px;
}

.studio-slide-2 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background-color: #98d4cb;
}

.studio-slide-2.color-test {
  background-color: #98d4cb;
}

.b-product-form {
  flex: 1;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 400px;
  max-width: 44svw;
  position: sticky;
  top: 40px;
}

.co-credit-text-2 {
  color: #fffff4;
  font-size: .9rem;
  font-weight: 400;
}

.rtf {
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.icon-2 {
  margin-right: 1.2rem;
}

.arrow-studio-2 {
  width: 3rem;
}

.arrow-studio-2.rel {
  z-index: 101;
  height: 3rem;
  margin: auto 0 0;
  display: flex;
}

.arrow-studio-2.rel-left {
  z-index: 101;
  height: 3rem;
  margin-left: auto;
  margin-right: 3rem;
  position: relative;
}

.studio-section-2 {
  grid-column-gap: 1svh;
  grid-row-gap: 1svh;
  flex-flow: column;
  margin-top: 5svh;
  margin-bottom: 10svh;
  display: flex;
}

.squeaks-text-logo {
  height: 21px;
  margin-left: 8px;
}

.background-video-2 {
  border-radius: .2rem;
  height: 64svh;
}

.testimonial-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--grey);
  border-radius: .2rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.testimonial-profile-image {
  width: 30px;
}

.flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.stars {
  flex-flow: row;
}

.testimonial-rate {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .invert-icon {
    width: 18px;
  }

  .background-video-2 {
    aspect-ratio: auto;
  }
}

@media screen and (min-width: 1440px) {
  .navlink-b {
    transition: all .3s;
  }

  .studio-block {
    align-items: stretch;
    position: relative;
  }

  .prod-copy {
    font-size: 1.2rem;
  }

  .navlink-b-2 {
    background-color: #efefef00;
    text-decoration: none;
  }

  .be-form {
    flex: 1;
    max-width: 35svw;
  }

  .navlink-b-left {
    font-size: 1.4rem;
    transition: all .3s;
  }

  .navlink-b-right {
    background-color: #efefef00;
    text-decoration: none;
  }

  .inline-embed {
    height: 5px;
  }

  .product-copy {
    font-size: 1.2rem;
  }

  .b-product-form {
    flex: 1;
    max-width: 38svw;
  }
}

@media screen and (max-width: 991px) {
  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .nav-mega-menu-dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .card-body {
    padding: 2rem;
  }

  .h1-heading {
    font-size: 3.37rem;
  }

  .subheading {
    text-align: center;
    font-size: 1.13rem;
  }

  .nav-menu-list {
    flex-flow: column;
  }

  .nav-menu-dropdown {
    width: 100%;
    height: auto;
  }

  .nav-mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav-mobile-menu-button.w--open {
    color: #0e62ff;
    background-color: #0000;
  }

  .nav-mobile-menu-button.w--open:hover {
    color: #4080f6;
  }

  .glass {
    width: 35svw;
  }

  .flex-horizontal {
    flex-flow: wrap;
  }

  .flex-fp-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-fp {
    flex-flow: column;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .button-group.mobile-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .eyebrow {
    font-size: .9rem;
  }

  .nav-link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav-link:hover {
    color: #4080f6;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav-link.w--current:hover, .nav-link.w--open {
    background-color: #0000;
  }

  .mega-nav-dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    box-shadow: none;
    text-align: left;
    background-color: #ffffff1a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .h3-heading {
    font-size: 1.42rem;
  }

  .nav {
    height: auto;
  }

  .nav-menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 7rem;
  }

  .flex-pricing {
    flex-flow: column;
  }

  .flex-horizontal-2 {
    flex-flow: wrap;
  }

  .navbar-b {
    margin-bottom: 1svh;
  }

  .be-flex {
    flex-flow: column;
    align-items: stretch;
  }

  .left-nav-menu {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .menu-flex {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 100%;
    padding-bottom: 4px;
  }

  .be-form {
    align-self: stretch;
    max-width: none;
  }

  .menu-text {
    align-self: center;
    width: 30px;
    height: 30px;
    line-height: .7;
  }

  .menu-button-b {
    font-size: 1rem;
  }

  .menu-button-b.w--open {
    background-color: #c8c8c800;
  }

  .be-details {
    align-self: stretch;
    max-width: none;
    position: static;
  }

  .left-nav-menu-2 {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .squeaks-brand {
    padding-left: 0;
  }

  .menu-button-b-2 {
    font-size: 1rem;
  }

  .menu-button-b-2.w--open {
    background-color: #c8c8c800;
  }

  .navbar-bs {
    margin-bottom: 1svh;
  }

  .desktop-hide-2 {
    display: block;
  }

  .be-mobile-tab-2 {
    background-color: var(--sun);
    text-align: center;
    flex: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .be-mobile-tab-2.w--current {
    background-color: var(--white);
  }

  .be-mobile-menu-2 {
    z-index: 2000;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    border: 1px solid var(--accent);
    background-color: var(--accent);
    display: flex;
    position: sticky;
    top: 100px;
  }

  .b-product {
    flex-flow: column;
    align-items: stretch;
  }

  .b-product-details {
    align-self: stretch;
    max-width: none;
    position: static;
  }

  .mobilee-hide {
    display: none;
  }

  .b-product-form {
    align-self: stretch;
    max-width: none;
    top: 100px;
  }

  .tabs-content {
    overflow: visible;
  }

  .mobile-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .card-body {
    padding: 1.5rem;
  }

  .h1-heading {
    font-size: 2.69rem;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 1.25rem .75rem;
  }

  .h3-heading {
    font-size: 1.14rem;
  }

  .nav-menu-list-item {
    margin-bottom: 0;
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .grid-layout-2.grid-gap-md {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .co-credit-text {
    font-size: .8rem;
  }

  .navbar-b {
    position: sticky;
    top: 0;
  }

  .be-mobile-menu {
    z-index: 1000;
    background-color: #f0efe826;
    margin-bottom: 24px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .be-mobile-tab {
    color: #f4f8f8;
    text-align: center;
    background-color: #4e7a7e;
    flex: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .be-mobile-tab.w--current {
    background-color: #2c6065;
  }

  .brhyt-carbon {
    font-size: .9rem;
  }

  .studio-wrap {
    padding-bottom: 6rem;
  }

  .caribbean-green {
    color: #2c6065;
    text-decoration: none;
  }

  .co-credit {
    z-index: 10001;
    border-radius: 0;
    width: auto;
    margin-left: 0;
    padding-top: .125rem;
    padding-bottom: .125rem;
    position: fixed;
    inset: auto 0% 0%;
  }

  .studio-section.mobile-hide {
    display: none;
  }

  .brhyt-brand {
    flex: none;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .be-form {
    align-self: stretch;
  }

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

  .desktop-hide {
    margin-bottom: 5svh;
    display: block;
  }

  .left-nav-menu-2 {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .nav-menu-b-2 {
    background-color: var(--lite-clear);
    flex: none;
    width: 100svw;
    height: 100svh;
    position: absolute;
    overflow: scroll;
  }

  .squeaks-brand {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: auto;
  }

  .navlink-b-left {
    text-transform: uppercase;
    padding: 1svw;
  }

  .mobile-stack-text-cap {
    text-align: left;
    text-transform: uppercase;
  }

  .right-icon {
    margin-right: 0;
    display: none;
    position: relative;
    overflow: clip;
  }

  .hamburger_11_line {
    width: var(--width);
  }

  .right-nav-dropdown-menu {
    display: none;
  }

  .right-nav-dropdown-menu.w--open {
    z-index: 2000;
    grid-column-gap: 20svw;
    grid-row-gap: 20svw;
    background-color: #1b1b18;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100svw;
    height: 100svh;
    margin-top: 50px;
    display: inline-flex;
    position: absolute;
    inset: 0% 0 0% 0%;
  }

  .squeaks-logo {
    height: 42px;
  }

  .hamburger_11_inner {
    background-color: currentColor;
  }

  .right-nav-mobile {
    padding: 0;
    display: block;
  }

  .navlink-b-right {
    font-size: 4svw;
  }

  .invert-icon {
    width: 24px;
  }

  .right-nav-menu-b-2 {
    display: none;
  }

  .menu-button-b-2 {
    z-index: 1000;
    border: 1px none var(--black);
    background-color: var(--red);
    color: var(--sun);
    border-radius: .2rem;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    width: 42px;
    height: 42px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 6px;
    display: flex;
  }

  .menu-button-b-2.w--open {
    color: var(--black);
  }

  .mobile-stack {
    padding: 1rem;
  }

  .mobile-stack-text {
    text-align: left;
  }

  .navbar-bs {
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: sticky;
    top: 0;
  }

  .navbar-bs.studio-wrap {
    z-index: 3000;
  }

  .right-nav-mobile-toggle {
    color: #e7e9e0;
    justify-content: center;
    align-items: center;
    padding: .75rem 0 .75rem 0;
    display: flex;
  }

  .studio-tab {
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    flex: none;
    justify-content: center;
    align-items: center;
    height: 54px;
    padding-right: .5rem;
    font-family: t26-carbon, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .studio-tab.static {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-right: 1rem;
  }

  .studio-current-mask {
    z-index: 9;
    opacity: .5;
    filter: none;
    pointer-events: none;
    mix-blend-mode: overlay;
    width: 40svw;
    height: 54px;
    position: absolute;
    top: 0;
  }

  .studio-tab-link {
    opacity: .65;
    filter: blur(.8px);
  }

  .studio-tab-link.w--current {
    opacity: 100;
    filter: none;
    color: var(--accent);
    -webkit-text-stroke-width: .5px;
  }

  .sticky-studio-menu {
    z-index: 100;
    position: sticky;
    top: 66px;
  }

  .studio-menu {
    z-index: 999;
    position: relative;
  }

  .studio-menu-track {
    padding-left: 5svw;
    padding-right: 75svw;
  }

  .studio-rtf-2 {
    font-size: 1rem;
  }

  .desktop-hide-2 {
    margin-bottom: 5svh;
    display: block;
  }

  .be-mobile-tab-2 {
    text-align: center;
    flex: 1;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .studio-form-h3 {
    letter-spacing: .15px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    display: inline-flex;
  }

  .product-copy {
    z-index: 5000;
    background-color: var(--background);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    top: 108px;
  }

  .studio-rtf-3 {
    font-size: 1rem;
  }

  .studio-dropdown-list-2.w--open {
    padding-left: 0;
  }

  .be-mobile-menu-2 {
    z-index: 999;
    border-radius: .2rem;
    margin: 2svh 2svw;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .studio-text {
    font-size: .8rem;
  }

  .co-credit-2 {
    border-radius: 0;
  }

  .b-product-details {
    padding-top: 1rem;
  }

  .mobilee-hide {
    display: none;
  }

  .b-product-form {
    align-self: stretch;
    display: block;
    position: static;
  }

  .rtf {
    padding-left: 0;
    padding-right: 2rem;
  }

  .studio-section-2 {
    margin-top: 0;
  }

  .background-video-2 {
    aspect-ratio: 16 / 9;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .button {
    white-space: nowrap;
    align-self: stretch;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .card-body {
    padding: 1.5rem;
  }

  .h1-heading {
    text-align: center;
    font-size: 15svw;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .nav-mobile-menu-button.w--open {
    color: inherit;
  }

  .glass {
    width: 49svw;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .h3-heading {
    font-size: .91rem;
  }

  .nav-menu-list-item {
    margin-bottom: 0;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .studio-dropdown-toggle {
    padding: 1rem .5rem;
  }

  .small-text-boxed {
    padding: 1rem;
  }

  .navlink-b {
    padding-left: 0;
    padding-right: 0;
    line-height: .9;
  }

  .navlink-b:hover {
    font-weight: 400;
  }

  .studio-h3 {
    font-size: 1.7rem;
  }

  .be-divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .instant {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .studio-wrap, .studio-dropdown-list.w--open {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .prod-copy {
    padding: 0 1rem;
  }

  .navlink-b-2.w--current {
    text-decoration: underline;
  }

  .be-h1 {
    margin-bottom: 0;
    font-size: 9.2svw;
  }

  .right-nav-menu-b {
    border: 1px solid #42464b;
    border-radius: .2rem;
    justify-content: space-around;
    height: 45px;
    margin: 4px;
  }

  .studio-section {
    grid-column-gap: 8svh;
    grid-row-gap: 8svh;
    margin-top: 2svh;
  }

  .be-form {
    background-color: #2b2b2700;
    min-width: auto;
  }

  .left-nav-menu-2 {
    grid-column-gap: 2svw;
    grid-row-gap: 2svw;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .squeaks-brand {
    flex: none;
  }

  .navlink-b-left {
    padding: 0;
  }

  .navlink-b-left:hover {
    font-weight: 400;
  }

  .right-icon {
    display: none;
  }

  .navlink-b-right.w--current {
    text-decoration: underline;
  }

  .invert-icon {
    flex: none;
  }

  .right-nav-menu-b-2 {
    border: 1px solid #42464b;
    border-radius: .2rem;
    justify-content: space-around;
    height: 36px;
    margin-right: 4px;
  }

  .hamburger_11_wrap {
    color: var(--sun);
  }

  .right-nav-mobile-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .studio-tab {
    flex: none;
  }

  .studio-rtf-2 {
    padding-left: .125rem;
    padding-right: .125rem;
    font-size: 1rem;
  }

  .product-copy {
    padding: 0;
  }

  .studio-rtf-3 {
    padding-left: .125rem;
    padding-right: .125rem;
    font-size: 1rem;
  }

  .studio-dropdown-list-2.w--open {
    padding-left: .125rem;
    padding-right: 2rem;
  }

  .studio-dropdown-toggle-2 {
    padding: 1rem .125rem;
  }

  .small-text-boxed-2 {
    padding: 1rem 0;
  }

  .product-form {
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .prod-box {
    flex: 1;
  }

  .b-product-form {
    min-width: auto;
  }

  .studio-section-2 {
    grid-column-gap: 8svh;
    grid-row-gap: 8svh;
  }

  .squeaks-text-logo {
    height: 18px;
  }
}

#w-node-_5d7db939-c7d1-1391-692a-a6fede240057-4865e55d, #w-node-_5d7db939-c7d1-1391-692a-a6fede240064-4865e55d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e6d-ad6d2e56.w-node-_83e81f9b-bf65-b790-585e-e7bb2470c50a-2470c4f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e78-ad6d2e56.w-node-_83e81f9b-bf65-b790-585e-e7bb2470c515-2470c4f8, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e83-ad6d2e56.w-node-_83e81f9b-bf65-b790-585e-e7bb2470c520-2470c4f8, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e8e-ad6d2e56.w-node-_83e81f9b-bf65-b790-585e-e7bb2470c52b-2470c4f8, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2e9d-ad6d2e56.w-node-_83e81f9b-bf65-b790-585e-e7bb2470c53a-2470c4f8, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ea8-ad6d2e56.w-node-_83e81f9b-bf65-b790-585e-e7bb2470c545-2470c4f8, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2eb3-ad6d2e56.w-node-_83e81f9b-bf65-b790-585e-e7bb2470c550-2470c4f8, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ec2-ad6d2e56.w-node-_83e81f9b-bf65-b790-585e-e7bb2470c55f-2470c4f8, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ecd-ad6d2e56.w-node-_83e81f9b-bf65-b790-585e-e7bb2470c56a-2470c4f8, #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ed8-ad6d2e56.w-node-_83e81f9b-bf65-b790-585e-e7bb2470c575-2470c4f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ede-ad6d2e56.w-node-_83e81f9b-bf65-b790-585e-e7bb2470c57b-2470c4f8 {
  align-self: stretch;
}

#w-node-_144878ec-3b55-2de7-66e5-7355dbd83b70-dbd83b5c.w-node-bc7d2718-e029-0ecd-e2fc-53361d41e06a-dbfb2a26 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_144878ec-3b55-2de7-66e5-7355dbd83b72-dbd83b5c.w-node-bc7d2718-e029-0ecd-e2fc-53361d41e06b-dbfb2a26 {
  grid-area: 1 / 3 / 3 / 6;
}

#w-node-_144878ec-3b55-2de7-66e5-7355dbd83b74-dbd83b5c.w-node-bc7d2718-e029-0ecd-e2fc-53361d41e06c-dbfb2a26 {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-cce7ef5a-f858-99b1-968c-9a31e9109e83-595ec39e {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_0e70eb92-9b40-47f0-6348-1bc75f8b9f21-595ec39e, #w-node-_4acd3923-a285-57e3-8afa-52700dcbd62e-595ec39e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4acd3923-a285-57e3-8afa-52700dcbd6e1-595ec39e {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9e643fbf-6c10-164e-e0e8-30b8488e2861-488e2850 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_4acd3923-a285-57e3-8afa-52700dcbd615-b7ee4d36 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4acd3923-a285-57e3-8afa-52700dcbd62e-b7ee4d36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4acd3923-a285-57e3-8afa-52700dcbd6e1-b7ee4d36 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_4acd3923-a285-57e3-8afa-52700dcbd615-4de6f220 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4acd3923-a285-57e3-8afa-52700dcbd62e-4de6f220 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4acd3923-a285-57e3-8afa-52700dcbd6e1-4de6f220 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_016f5a0a-5b63-edde-82c5-e2b2ad6d2ede-ad6d2e56.w-node-_83e81f9b-bf65-b790-585e-e7bb2470c57b-2470c4f8, #w-node-_144878ec-3b55-2de7-66e5-7355dbd83b70-dbd83b5c.w-node-bc7d2718-e029-0ecd-e2fc-53361d41e06a-dbfb2a26, #w-node-_144878ec-3b55-2de7-66e5-7355dbd83b72-dbd83b5c.w-node-bc7d2718-e029-0ecd-e2fc-53361d41e06b-dbfb2a26, #w-node-_144878ec-3b55-2de7-66e5-7355dbd83b74-dbd83b5c.w-node-bc7d2718-e029-0ecd-e2fc-53361d41e06c-dbfb2a26 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cce7ef5a-f858-99b1-968c-9a31e9109e83-595ec39e, #w-node-_4acd3923-a285-57e3-8afa-52700dcbd6e1-595ec39e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9e643fbf-6c10-164e-e0e8-30b8488e2861-488e2850 {
    grid-template-rows: minmax(auto, auto);
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-_9e643fbf-6c10-164e-e0e8-30b8488e2868-488e2850, #w-node-_9e643fbf-6c10-164e-e0e8-30b8488e2869-488e2850, #w-node-_9e643fbf-6c10-164e-e0e8-30b8488e286b-488e2850 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4acd3923-a285-57e3-8afa-52700dcbd615-b7ee4d36, #w-node-_4acd3923-a285-57e3-8afa-52700dcbd6e1-b7ee4d36, #w-node-_4acd3923-a285-57e3-8afa-52700dcbd615-4de6f220, #w-node-_4acd3923-a285-57e3-8afa-52700dcbd6e1-4de6f220 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cce7ef5a-f858-99b1-968c-9a31e9109e83-595ec39e, #w-node-_4acd3923-a285-57e3-8afa-52700dcbd6e1-595ec39e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9e643fbf-6c10-164e-e0e8-30b8488e286b-488e2850 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4acd3923-a285-57e3-8afa-52700dcbd615-b7ee4d36, #w-node-_4acd3923-a285-57e3-8afa-52700dcbd6e1-b7ee4d36, #w-node-_4acd3923-a285-57e3-8afa-52700dcbd615-4de6f220, #w-node-_4acd3923-a285-57e3-8afa-52700dcbd6e1-4de6f220 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


