:root {
  --black: black;
  --transparent: transparent;
  --white: white;
  --gap-xxs: .5em;
  --gap-xs: .75em;
  --gap-s: 1em;
  --gap-r: 2em;
  --gap-l: 3em;
  --gap-xl: 5em;
  --border-radius-s: .25em;
  --border-radius: .5em;
  --border-radius-l: 1em;
  --border-circle: 50%;
}

body {
  color: #333;
  line-height: 1.4;
  font-size: var(--size-font);
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 1.15em;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5em;
}

li {
  font-size: 1.15em;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25em;
  font-size: 1.15em;
  line-height: 1.4;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: var(--size-container);
  margin-left: auto;
  margin-right: auto;
}

.container.rel {
  position: relative;
}

.page-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.global {
  position: fixed;
  inset: 0% auto auto 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.styleguide_header {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #8b8d884d, var(--transparent) 40%), radial-gradient(circle farthest-corner at 100% 100%, #8b8d884d, var(--transparent) 40%);
  color: var(--white);
  position: relative;
}

.styleguide_header-heading {
  font-size: 7em;
}

.padding-global {
  padding-left: 2em;
  padding-right: 2em;
}

.padding-global.padding-section {
  padding-top: 7em;
  padding-bottom: 7em;
}

.styleguide_header-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.styleguide_header-label {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border-radius: .25em;
  padding: .375em .5em;
  font-weight: 500;
  overflow: hidden;
}

.p-medium {
  font-size: 1.25em;
}

.styleguide_section {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.styleguide_section-header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #eee;
  flex-flow: column;
  width: 100%;
  padding-bottom: 3em;
  display: flex;
}

.styleguide_heading-medium {
  font-size: 4.666em;
}

.styleguide_item-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.styleguide_item-wrapper._2-col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide_item-wrapper._3-col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide_item {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3em;
  display: grid;
  position: relative;
}

.styleguide_item.is--stretch {
  justify-items: stretch;
}

.styleguide_label {
  color: var(--white);
  background-color: #2d62ff;
  border-radius: .25em;
  padding: .375em .75em;
  font-weight: 500;
  overflow: hidden;
}

.styleguide_label.is--tag {
  background-color: #dd23bb;
}

.styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3em;
  height: 3em;
  position: relative;
}

.container-medium {
  z-index: 1;
  width: 100%;
  max-width: calc(var(--size-container) * .85);
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  z-index: 1;
  width: 100%;
  max-width: calc(var(--size-container) * .75);
  margin-left: auto;
  margin-right: auto;
}

.button-group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #ed6d1d;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  display: flex;
}

.heading-h1 {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
}

.heading-h2 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

.heading-h3 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
}

.heading-h4 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}

.heading-h5 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
}

.heading-h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}

.p-large {
  font-size: 1.5em;
}

.p-regular {
  font-size: 1.15em;
}

.p-small {
  font-size: 1em;
}

.p-tiny {
  font-size: .9em;
}

.txt-weight-xbold {
  font-weight: 800;
}

.txt-weight-bold {
  font-weight: 700;
}

.txt-weight-semibold {
  font-weight: 600;
}

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

.txt-weight-normal {
  font-weight: 400;
}

.txt-weight-light {
  font-weight: 300;
}

.txt-align-left {
  text-align: left;
}

.txt-align-center {
  text-align: center;
}

.txt-align-right {
  text-align: right;
}

.button {
  background-color: var(--black);
  color: var(--white);
  border-radius: .25em;
  padding: .75em 1.5em;
}

.button.is--small {
  padding: .5em 1.25em;
}

.button.is--large {
  padding: 1em 2em;
}

.button.is--secondary {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
}

.button.is--icon {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-small {
  flex: none;
  width: 1em;
  height: 1em;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125em;
}

.styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25em;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5em;
}

.spacer-small {
  width: 100%;
  padding-top: 1em;
}

.spacer-medium {
  width: 100%;
  padding-top: 2em;
}

.spacer-large {
  width: 100%;
  padding-top: 3em;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4em;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5em;
}

.spacer-huge {
  width: 100%;
  padding-top: 6em;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8em;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10em;
}

.icon-height-small {
  height: 1em;
}

.icon-height-medium {
  height: 2em;
}

.icon-height-large {
  height: 3em;
}

.icon-1x1-medium {
  flex: none;
  width: 2em;
  height: 2em;
}

.icon-1x1-large {
  flex: none;
  width: 3em;
  height: 3em;
}

.styleguide_logo-wrapper {
  opacity: .2;
  width: 10em;
}

.styleguide_logo {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 2em 2em auto auto;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._2-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._3-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid__guide {
  z-index: 2000;
  pointer-events: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.coming-soon__w {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  width: 100%;
  min-height: 100vh;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
  position: relative;
}

.coming-soon__p {
  text-align: center;
  max-width: 40em;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
}

.coming-soon__img {
  width: auto;
  max-width: 20em;
  height: auto;
}

.services-list {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  padding-left: 0;
  list-style: none;
  display: grid;
}

.services-list__item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid #ed6d1d;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  font-size: 1em;
  display: flex;
}

.services__h {
  color: #ed6d1d;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  text-decoration: underline;
}

.services__p {
  font-family: Montserrat, sans-serif;
  font-size: 1.15em;
  font-weight: 400;
}

.scaling-element__big-box {
  border-radius: 1em;
  width: 100%;
  position: relative;
}

.scaling-element__small-box {
  border-radius: 1em;
  width: 20em;
  position: relative;
}

.scaling-video__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.scaling-element-header__h1 {
  text-align: center;
  max-width: 9em;
  margin-top: 0;
  margin-bottom: .25em;
  font-size: 7em;
  font-weight: 500;
  line-height: 1;
}

.scaling-video__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: fixed;
  inset: 0%;
}

.scaling-element-video {
  grid-column-gap: 25vh;
  grid-row-gap: 25vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 25vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.scaling-video {
  will-change: transform;
  isolation: isolate;
  background-color: #d2800f;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateX(0)rotate(.001deg);
}

.scaling-element-header {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 25vh 5vw 20vh;
  display: flex;
  position: relative;
}

.scaling-element-header__eyebrow {
  color: #9d420a;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
}

.scaling-video__svg {
  color: #fff;
  mix-blend-mode: overlay;
  width: 6.25em;
  position: absolute;
}

.scaling-video__before {
  padding-top: 56.25%;
}

.resource-wrapper {
  position: relative;
  overflow: hidden;
}

.overlay {
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.services__w {
  text-align: center;
}

.services__h1 {
  color: #ed6d1d;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .padding-global {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .button-group {
    font-size: 1.05em;
  }

  ._3-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .coming-soon__p {
    font-size: 1.125em;
  }

  .coming-soon__img {
    max-width: 15em;
  }

  .services-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .services-list__item {
    border-radius: .75em;
  }

  .services__h {
    font-size: 1.125em;
  }

  .services__p {
    font-size: .8625em;
  }

  .services__h1 {
    font-size: 2.25em;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button-group {
    flex-flow: column;
    font-size: .9em;
  }

  ._2-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  ._3-grid {
    grid-template-columns: 1fr;
  }

  .coming-soon__w {
    padding: 1em;
  }

  .coming-soon__p {
    font-size: .84375em;
  }

  .coming-soon__img {
    max-width: 11.25em;
  }

  .services-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .services__h, .services__p {
    font-size: .84375em;
  }

  .scaling-element__small-box {
    width: 15em;
  }

  .scaling-element-header__h1 {
    font-size: 13.5vw;
  }

  .scaling-video__svg {
    width: 5em;
  }

  .services__h1 {
    font-size: 1.6875em;
  }
}

@media screen and (max-width: 479px) {
  .coming-soon__p {
    font-size: 1em;
  }

  .coming-soon__img {
    max-width: 16em;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .services__w {
    max-width: 100%;
  }
}

#w-node-_0510ceeb-de0f-cc18-9315-4795c48a1eb3-9e66f6ef {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_27c58dbe-0e55-ed62-4d10-98cba53f50e7-9e66f6ef, #w-node-_29b5c234-911b-874b-5e1d-66cd98625ece-9e66f6ef, #w-node-_9a52c665-c3fc-b512-1894-0867f22c0109-9e66f6ef, #w-node-_6d2398b5-c92f-2151-9f1b-219809d82be4-9e66f6ef, #w-node-_82ae7185-537a-d749-407d-6667573f9783-9e66f6ef, #w-node-df676213-d3cc-09af-33c8-48920146ed40-9e66f6ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5aa21a5-b70d-2242-4d0d-abe43485aee6-9e66f6f0, #w-node-d34d4891-3e0d-62ac-5122-1ac9721d7cd8-9e66f6f0, #w-node-_9dd94d5f-87a3-1755-164f-6624245340df-9e66f6f0 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_27c58dbe-0e55-ed62-4d10-98cba53f50e7-9e66f6ef, #w-node-_29b5c234-911b-874b-5e1d-66cd98625ece-9e66f6ef, #w-node-_9a52c665-c3fc-b512-1894-0867f22c0109-9e66f6ef, #w-node-_6d2398b5-c92f-2151-9f1b-219809d82be4-9e66f6ef, #w-node-_82ae7185-537a-d749-407d-6667573f9783-9e66f6ef, #w-node-df676213-d3cc-09af-33c8-48920146ed40-9e66f6ef {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0510ceeb-de0f-cc18-9315-4795c48a1eb3-9e66f6ef, #w-node-_27c58dbe-0e55-ed62-4d10-98cba53f50e7-9e66f6ef, #w-node-_29b5c234-911b-874b-5e1d-66cd98625ece-9e66f6ef, #w-node-_9a52c665-c3fc-b512-1894-0867f22c0109-9e66f6ef, #w-node-_6d2398b5-c92f-2151-9f1b-219809d82be4-9e66f6ef, #w-node-_82ae7185-537a-d749-407d-6667573f9783-9e66f6ef, #w-node-df676213-d3cc-09af-33c8-48920146ed40-9e66f6ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


