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

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

body {
  color: #3c3c3b;
  background-color: #c3cbcb;
  font-family: Zillaslab, Trebuchet MS, sans-serif;
  font-size: 1.5rem;
  line-height: 20px;
}

.body {
  background-color: #c3cbcb;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.flex-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.quick-stack {
  grid-row-gap: 44px;
  width: 32rem;
}

.cell, .cell-2 {
  justify-content: space-between;
  align-items: center;
}

.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #385153;
  border-radius: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .quick-stack {
    grid-row-gap: 34px;
    width: 100%;
  }

  .button {
    font-size: .875rem;
  }

  .text-block {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    font-size: 1.1rem;
  }
}

#w-node-_03ecfbe7-d4d1-336a-4b40-a41bd19334e8-1b25f201 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}


@font-face {
  font-family: 'Zillaslab';
  src: url('../fonts/ZillaSlab-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zillaslab';
  src: url('../fonts/ZillaSlab-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zillaslab';
  src: url('../fonts/ZillaSlab-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zillaslab';
  src: url('../fonts/ZillaSlab-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zillaslab';
  src: url('../fonts/ZillaSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zillaslab';
  src: url('../fonts/ZillaSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zillaslab';
  src: url('../fonts/ZillaSlab-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Zillaslab';
  src: url('../fonts/ZillaSlab-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zillaslab';
  src: url('../fonts/ZillaSlab-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}