@font-face {
  font-family: Rawest Webfont;
  src: url('../fonts/rawest-extralight-webfont.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawest Webfont;
  src: url('../fonts/rawest-thin-webfont.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawest Webfont;
  src: url('../fonts/rawest-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawest Webfont;
  src: url('../fonts/rawest-bold-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawest Webfont;
  src: url('../fonts/rawest-semibold-webfont.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rawest Webfont;
  src: url('../fonts/rawest-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rushbladedemo Ar 8 Ea";
  src: url('../fonts/rushbladedemo-ar8ea.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg-light: #f4f4f4;
  --text-color-4-5: #818181;
  --red: #ff4800;
  --bg-col: #161618;
  --border-color: #a2a2a2;
  --bgline: #363636;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  background-color: #161618;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--bg-light);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Rushbladedemo Ar 8 Ea", Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--bg-light);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: var(--text-color-4-5);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: var(--red);
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.footer-big-menu {
  border-bottom: 1px solid #ccccca21;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-list {
  list-style-type: none;
}

.menu-list.flex-horiz-dist-even {
  padding-left: 0;
}

.footer-link {
  min-width: 100%;
  padding: 40px;
  text-decoration: none;
  position: relative;
}

.footer-nav {
  list-style-type: none;
  display: flex;
}

.footer-nav.footer-bg-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  padding-left: 0;
  display: grid;
}

.btn-footer {
  opacity: .5;
  background-color: #3898ec00;
  font-size: 12px;
  font-weight: 300;
}

.btn-footer:hover {
  opacity: 100;
}

.h-20 {
  height: 20px;
}

.strong-section-upper {
  background-image: linear-gradient(#ccccca, #2e2e2e00 49%), radial-gradient(circle at 50% 100%, #d3d7033d, #36363600 63%), radial-gradient(circle at 100% 100%, #ffffff03, #0000 39%), linear-gradient(#0000 70%, #ffffff0d), radial-gradient(circle at 55% 0, #0e0e0f, #2e2e2e00), url('../images/group-40088.svg'), linear-gradient(#1133b6, #d9e6ff);
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto, auto, cover, auto;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll, scroll;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 60vh;
  display: flex;
}

.strong-section-upper.footer {
  background-image: linear-gradient(#bbbbb5, #2e2e2e00 49%), linear-gradient(#0000, #0040ff66 83%, #4b88ff00), radial-gradient(circle at 50% 100%, #d3d7033d, #36363600 63%), radial-gradient(circle at 100% 100%, #ffffff03, #0000 39%), linear-gradient(#0000 70%, #ffffff0d), radial-gradient(circle at 55% 0, #0e0e0f, #2e2e2e00);
  height: 100vh;
  position: relative;
}

.strong-section-upper.footer.general-footer {
  background-image: none;
  border-radius: 20px;
  height: 60vh;
}

.logo-marquee {
  justify-content: flex-start;
  align-items: flex-end;
  width: 300vw;
  margin-bottom: 180px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.marquee-image {
  aspect-ratio: auto;
  object-fit: contain;
  width: 150vw;
  display: block;
}

.logo-text {
  color: #fafafa;
  font-family: "Rushbladedemo Ar 8 Ea", Arial, sans-serif;
  font-size: 25px;
}

.footer-heading-link {
  color: #fff;
  text-align: center;
  font-family: "Rushbladedemo Ar 8 Ea", Arial, sans-serif;
  font-size: 32px;
}

.col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 10px;
  display: flex;
}

.footer-hover-dot {
  opacity: 0;
  background-color: #ffffffad;
  border-radius: 100px;
  width: 7px;
  height: 7px;
  position: absolute;
  inset: auto 0% 19% 45%;
}

.footer-section.section {
  background-color: #0a0a0b;
  border-radius: 20px;
  overflow: hidden;
}

.container {
  grid-column-gap: 20px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  max-width: 1080px;
  min-height: 5px;
  display: flex;
}

.text-light {
  color: #f6cbac;
}

.text-6xl {
  font-size: 3rem;
}

.btn {
  background-color: var(--red);
  color: var(--bg-col);
  border-radius: 37px;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  padding: 12px 25px;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 10px #0000001a;
}

.btn:hover {
  transform: scale(1.02)translate(0, -3px);
}

.btn.dark {
  color: var(--bg-light);
  background-color: #000;
  border-color: #000;
  font-weight: 500;
}

.btn.dark.text {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.btn.dark.outline {
  color: #000c;
  background-color: #0000;
}

.btn.dark.outline:hover {
  color: #fff;
  background-color: #000;
}

.btn.outline {
  border: 1px solid var(--border-color);
  color: var(--red);
  background-color: #1d4ed800;
  font-weight: 400;
}

.btn.outline:hover {
  background-color: var(--red);
  color: #fff;
}

.btn.text {
  box-shadow: none;
  color: #4dace1;
  letter-spacing: 1px;
  background-color: #1c4ed800;
  border-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}

.btn.text:hover {
  color: #1d4ed8;
  border-color: #5858581c;
}

.btn.white {
  color: #303030;
  background-color: #fff;
  border-color: #e6e6e6;
  font-weight: 500;
}

.btn.white.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn.white.text {
  color: #fff;
}

.btn.white.text:hover {
  color: #60a5fa;
}

.btn.white.outline {
  color: #fff;
  background-color: #fff0;
}

.cursor-inner {
  width: 2em;
}

.cursor-inner.regular {
  margin-top: -15px;
}

.cursor-inner.pointer {
  width: 2.5em;
}

.ml-10 {
  margin-left: 2.5rem;
}

.z-20 {
  z-index: 20;
  position: relative;
}

.h-40vh {
  height: 40vh;
}

.container-2 {
  grid-column-gap: 20px;
  grid-template: "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  max-width: 1100px;
  min-height: 5px;
  display: flex;
}

.py-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-description {
  color: gray;
  white-space: nowrap;
  object-fit: fill;
  font-size: 12px;
}

.bgp-light {
  background-color: #f0e6da;
}

.btn-speciality {
  grid-column-gap: 10px;
  background-image: linear-gradient(#ffffffa6, #ffffffa6), linear-gradient(to right, #fbfb9c66, #0000ff2b);
  border: 1px solid #eff4ff;
  border-radius: 10px;
  align-items: center;
  padding: 10px 15px 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: -7px 4px 20px -6px #0003;
}

.z-0 {
  z-index: 0;
  position: relative;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.styleguide-block-parent {
  background-color: #fff;
  border-radius: 5px;
  width: 20%;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 8px #0000001f;
}

.styleguide-block-parent.md-placeholder {
  background-image: linear-gradient(#0000 65%, #fff 66%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.text-no-wrap {
  white-space: nowrap;
}

.text-xs {
  font-size: .65rem;
}

.pl-5 {
  padding-left: 1.5rem;
}

.bg-warning {
  background-color: #ca6f15;
}

.text-link {
  color: #1c4ed8;
  margin-bottom: 35px;
  text-decoration: none;
}

.text-link:hover {
  text-shadow: 1px 1px 6px #1c4ed878;
}

.text-link.w--current {
  color: #4d18ff;
}

._w-40 {
  width: 40px;
}

.form.gap-10-vertical {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.ml-5 {
  margin-left: 1.5rem;
}

.bgp-dark {
  background-color: #2f3e3b;
}

.caption {
  text-transform: uppercase;
  font-size: 12px;
}

.caption.margined {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 8px;
}

.light-block-flat {
  background-color: #f8f8f8;
  width: 100%;
  padding: 20px;
}

.light-block-flat.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 45px;
}

.pill-icon {
  object-fit: contain;
  max-width: 20px;
  max-height: 20px;
}

.border-white {
  border: 1px solid #fff;
}

.sepia {
  filter: sepia();
}

._w-25vw {
  width: 25vw;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.pr-5 {
  padding-right: 1.5rem;
}

.pb-2-5 {
  padding-bottom: .625rem;
}

.my-2-5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.flex-verti-st-end {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-darker {
  color: #101827;
}

.mr-5 {
  margin-right: 1.5rem;
}

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

.bg-white {
  background-color: #fff;
}

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

.light-block {
  background-color: #f8f8f8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
}

.heading-description {
  color: gray;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 12px;
}

._w-20vw {
  width: 20vw;
}

.section-grid {
  grid-template-columns: .25fr minmax(80vw, 95vw) .25fr;
  grid-template-areas: ". Area"
                       ". Area-2";
}

.backdrop-blur-md {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.pt-10 {
  padding-top: 2.5rem;
}

.h-5vh {
  height: 5vh;
}

.drop-shadow-2xl {
  box-shadow: 1px 1px 15px #0000001a, 1px 1px 30px #00000059;
}

.noise {
  z-index: 10;
  opacity: .02;
  pointer-events: none;
  background-image: url('../images/5c06f51d6e75c933fe05c728_giphy.gif');
  background-position: 0 0;
  background-size: 400px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

._w-60vw {
  width: 60vw;
}

.h-10vh {
  height: 10svh;
}

.flex-verti-ss {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-shadow-light {
  text-shadow: 1px 1px 10px #00000040;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 25px 0 15px;
  display: flex;
}

.text-primary {
  color: #aff4c6;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.opac-80 {
  opacity: .8;
}

.styleguide-row {
  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px;
  display: flex;
}

.styleguide-row.bg-lighter {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-5 {
  padding-bottom: 1.5rem;
}

.styleguide-block-label {
  min-width: 100px;
  margin-right: 20px;
}

.m-10 {
  margin: 2.5rem;
}

.hide-computer {
  display: none;
}

.space-2-5 {
  min-width: .625rem;
  min-height: .625rem;
}

.text-4xl {
  font-size: 1.875rem;
}

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

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

.text-pill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #00f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f0f0ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 16px;
  display: flex;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

.opac-20 {
  opacity: .2;
}

.text-8xl {
  font-size: 4.5rem;
}

._w-20 {
  width: 20px;
}

.py-10vh {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.bgp-lighter {
  background-color: #fff;
}

.sgtext-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 32px 10px 20px;
  display: flex;
}

.text-5xl {
  font-size: 2.25rem;
}

.checkbox {
  opacity: .35;
}

.checkbox.scale-down {
  filter: grayscale();
  margin-top: 0;
  transition: all .2s;
  transform: scale(1);
}

.checkbox.scale-down:hover {
  opacity: 1;
}

.text-dark {
  color: #21252b;
}

.mr-10 {
  margin-right: 2.5rem;
}

.btn-special-icon-container {
  background-color: #fff;
  border: 1px solid #0000ff12;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-width: 33px;
  height: auto;
  min-height: 33px;
  padding: 4px;
  display: flex;
  box-shadow: 0 2px 13px #0000000f;
}

.drop-shadow-md {
  box-shadow: 0 0 15px #0003;
}

.py-2-5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.bgp-darker {
  background-color: #21292b;
}

.text-menu {
  color: #797979;
  text-decoration: none;
}

.text-menu:hover {
  color: #000;
}

._w-50 {
  width: 50px;
}

.pr-10 {
  padding-right: 2.5rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

.px-2-5 {
  padding-left: .625rem;
  padding-right: .625rem;
}

.p-5 {
  padding: 1.5rem;
}

.flex-verti-end-st {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-2xs {
  font-size: .5rem;
}

.pos-static {
  position: static;
}

.h-10 {
  height: 10px;
}

.color-block {
  z-index: -1;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
  position: relative;
}

.drop-shadow-lg {
  box-shadow: 1px 1px 5px #0000000d, 0 0 20px #00000040;
}

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

.error-message {
  color: red;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 500px;
  margin-top: 45px;
  position: absolute;
}

.space-10 {
  min-width: 2.5rem;
  min-height: 2.5rem;
}

.flex-horiz-c-start-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.flex-horiz-c-start-2.no-gap {
  margin-top: 5px;
  padding-left: 13px;
}

.text-m {
  font-size: .875rem;
}

.pl-2-5 {
  padding-left: .625rem;
}

.flex-horiz-dist-even {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.backdrop-br-50 {
  -webkit-backdrop-filter: brightness(50%);
  backdrop-filter: brightness(50%);
}

.blur-xl {
  filter: blur(200px);
}

.text-ch-max50 {
  max-width: 50ch;
}

.flex-horiz-cc-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.flex-horiz-cc-2.form {
  border-radius: 10px;
  flex-direction: column;
  width: 500px;
}

.h-25vh {
  height: 25vh;
}

.my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.stretch100x100 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-error {
  background-color: #a80909;
}

.drop-shadow-xl {
  box-shadow: 1px 1px 15px #00000014, 0 0 25px #0000004d;
}

.text-tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bg-base {
  background-color: #ff9500;
}

.p-10vh {
  padding: 10vh;
}

.text-7xl {
  font-size: 3.75rem;
}

.bgp-base {
  background-color: #aff4c6;
}

.mt-2-5 {
  margin-top: .625rem;
}

.flex-verti-st-cent {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-horiz-c-end {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-9xl {
  font-size: 6rem;
}

.flexbox-2 {
  display: flex;
}

.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.border-black {
  border: 1px solid #000;
}

.divider {
  background-color: #0000000f;
  min-width: 100%;
  height: 1px;
}

.drop-shadow-sm {
  box-shadow: 0 0 5px #0000001a;
}

._w-10vw {
  width: 10vw;
}

.text-l {
  font-size: 1rem;
}

.opac-40 {
  opacity: .4;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.pos-relat {
  position: relative;
}

.h-100vh {
  height: 100vh;
}

.m-5 {
  margin: 1.5rem;
}

.space-10vh {
  min-height: 10svh;
}

._w-50vw {
  width: 50vw;
}

.styleguide-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bgs-dark {
  background-color: #5c3621;
}

.text-3xl {
  max-width: 500px;
  font-size: 1.5rem;
}

.bg-grad-misc {
  background-image: linear-gradient(326deg, #aff4c6, #1d4ed830);
}

._w-80vw {
  width: 80vw;
}

.bg-succes {
  background-color: #00a83e;
}

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

._w-100vw {
  width: 100vw;
}

.drop-shadow {
  box-shadow: 0 0 10px #00000026;
}

.bg-dark {
  background-color: #21252b;
}

.px-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.custom-code-hide-embed {
  display: none;
}

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

._w-40vw {
  width: 40vw;
}

.pill {
  color: #e4ffed;
  letter-spacing: 0;
  text-transform: none;
  border: 1px #d4010754;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 3px 30px 3px 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  display: flex;
  box-shadow: 1px 1px 6px #0000001a;
}

.pill.md-optional {
  color: #313131;
  background-color: #fafafa;
}

.pill.md-optional.sg {
  background-color: #0076ff;
  padding-left: 2px;
  padding-right: 2px;
}

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

.col-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  perspective: 1000px;
  flex-direction: column;
  width: 100%;
  min-height: 10px;
  display: flex;
}

.col-2._w-50pct {
  width: 50%;
}

.col-2._w-30pct {
  width: 30%;
}

.col-2._w-75pct {
  width: 75%;
}

.z-10 {
  z-index: 10;
  position: relative;
}

.text-s {
  margin-bottom: 0;
  font-size: .75rem;
}

.form-succes {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
}

.p2-5 {
  padding: .625rem;
}

.backdrop-blur-lg {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.div-block {
  height: 60vh;
}

.light-section {
  float: right;
  width: 85%;
  position: relative;
  overflow: auto;
}

.text-shadow-darker {
  text-shadow: 1px 1px 10px #000;
}

.pr-0-25 {
  padding-right: .625rem;
}

.pt-2-5 {
  padding-top: .625rem;
}

.wh-100-cover {
  min-width: 100%;
  min-height: 100%;
}

.wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.styleguide-sidepanel {
  background-color: #f8f8f8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 15%;
  height: 100vh;
  margin-right: 20px;
  padding: 10px 0 10px 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 20px #00000024;
}

.p-10 {
  padding: 2.5rem;
}

.text-shadow-dark {
  text-shadow: 1px 1px 10px #000000bf;
}

._w-75vw {
  width: 75vw;
}

.h-75vh {
  height: 75vh;
}

.dark-block {
  background-color: #f2f2f2;
  width: 100%;
  padding: 20px;
}

.bg-black {
  background-color: #000;
}

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

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

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

.mx-5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.flex-verti-cent-s {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mt-10 {
  margin-top: 2.5rem;
}

.styleguide-type-row {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.text-secondary {
  color: #2f3e3b;
}

.cursor {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.bg-grad-radial {
  background-image: radial-gradient(circle, #f0e6da, #fff0);
}

.blur-sm {
  filter: blur(4px);
}

.text-shadow {
  text-shadow: 1px 1px 10px #00000080;
}

.flex-horiz-cc {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-error {
  color: #ff2f32;
}

._w-10 {
  width: 10px;
}

.wh-15 {
  width: 15px;
  height: 15px;
}

.h-40 {
  height: 40px;
}

.bg-grad-dark {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(328deg, #21292b, #13131300 84%);
}

.tect-ch-max10 {
  max-width: 10ch;
}

.space-5 {
  min-width: 1.5rem;
  min-height: 1.5rem;
}

.bg-grad {
  background-image: linear-gradient(0deg, #2f3e3b, #0000);
}

.text-base {
  color: #ff9500;
}

.mr-2-5 {
  margin-right: .625rem;
}

.wid-100 {
  min-width: 100%;
}

.backdrop-blur-sm {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.ml-2-5 {
  margin-left: .625rem;
}

.sg-width {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wh-100 {
  width: 100px;
  height: 100px;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

.text-warning {
  color: #ffd84a;
}

.card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffff03;
  background-image: radial-gradient(circle at 0 0, #ffffff1a, #0000 48%);
  background-clip: border-box;
  border: 1px solid #4f55554f;
  border-top-color: #444e4d;
  border-radius: 20px;
  min-height: 100%;
  padding: 20px;
  overflow: hidden;
}

.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area Area Area Area"
                       "Area-2 Area-3 Area-4 Area-5";
  place-content: center;
  place-items: stretch stretch;
}

.opac-60 {
  opacity: .6;
}

.text-ch-max25 {
  max-width: 25ch;
}

.invert {
  filter: invert();
}

.form-field {
  color: #000;
  background-color: #fff0;
  border: 2px solid #0003;
  border-radius: 5px;
  min-width: 10vw;
  height: 50px;
  margin-bottom: 0;
  font-size: 14px;
  transition: all .2s;
}

.form-field:hover {
  border-color: #9c9c9c;
}

.form-field:focus {
  color: #fff;
  border-color: #00000091;
}

.form-field:focus-visible, .form-field[data-wf-focus-visible] {
  color: #fff;
}

.form-field::placeholder {
  color: #00000096;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}

.form-field.white {
  color: #fff;
  border-color: #fff3;
}

.form-field.white:hover {
  border-color: #ffffff80;
}

.form-field.white:focus {
  border-color: #fff;
}

.form-field.white::placeholder {
  color: #fff;
}

.h-80vh {
  height: 80vh;
}

.pt-5 {
  padding-top: 1.5rem;
}

.h-50vh {
  height: 50vh;
}

.flex-horiz-dist-ce {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-menu {
  opacity: .83;
  color: #f0e6da;
  text-shadow: 0 1px 1px #00000059;
  background-color: #3898ec00;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .225s;
}

.btn-menu:hover {
  opacity: 100;
  background-color: #21292b;
}

.btn-menu.w--current {
  opacity: 100;
  color: #fff;
  background-image: url('../images/rectangle-4645_1rectangle-4645.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
  padding-right: 10px;
}

.m-2-5 {
  margin: .625rem;
}

.border-base {
  border: 1px solid #ff9500;
}

.flex-verti-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-100 {
  width: 100px;
}

.text-highlight {
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 35px 20px;
  display: flex;
}

.text-highlight.md-spacing {
  min-height: 110px;
}

.text-succes {
  color: #00a83e;
}

.columns-2 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.blur {
  filter: blur(8px);
}

.sg-text-container {
  background-color: #f2f2f2;
  border-radius: 4px;
  flex-direction: column;
  min-width: 100px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 20px #00000026;
}

.flex-horiz-c-start {
  align-items: center;
  display: flex;
}

.bgs-base {
  background-color: #e9754e;
}

.btn-special-text {
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.backdrop-blur {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.text-xl {
  font-size: 1.125rem;
}

.px-10vh {
  padding-left: 10vh;
  padding-right: 10vh;
}

.icon-link {
  opacity: .7;
  padding: 7px;
  transition: all .2s;
}

.icon-link:hover {
  opacity: 1;
  transform: scale(1.05);
}

.border-primary {
  border: 1px solid #aff4c6;
}

.text-2xl {
  font-size: 1.25rem;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  min-height: 30px;
  display: flex;
  position: relative;
}

.form-label {
  text-transform: none;
  font-weight: 500;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.text-lighter {
  color: #f0e6da;
}

.bg-light {
  background-color: #f6cbac;
}

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

.container-grid {
  grid-template-columns: 1fr;
  grid-template-areas: "Area"
                       "Area-2";
}

.social-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.mb-2-5 {
  margin-bottom: .625rem;
}

._w-5vw {
  width: 5vw;
}

.mb-5 {
  margin-bottom: 1.5rem;
}

.flex-verti-end-cent {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.mx-2-5 {
  margin-left: .625rem;
  margin-right: .625rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.h-20vh {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 20svh;
}

.wh-10 {
  width: 10px;
  height: 10px;
}

.space-20vh {
  height: 20vh;
}

.hero-s.section {
  height: 80vh;
}

.twostep-nav__bottom-overflow {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.twostep-nav__toggle {
  pointer-events: auto;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  display: flex;
  position: relative;
}

.twostep-nav__top-line {
  z-index: 2;
  background-color: #0000001a;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: .5em;
  right: .5em;
}

.twostep-nav__bottom-col {
  flex: 1;
  min-height: 100%;
  display: flex;
}

.twostep-nav__toggle-bar {
  background-color: #131313;
  width: 1.875em;
  height: .125em;
  position: absolute;
}

.twostep-nav {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.twostep-nav__info {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.twostep-nav__back {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.twostep-nav__link-eyebrow {
  opacity: .7;
  letter-spacing: -.02em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.twostep-nav__bar {
  pointer-events: auto;
  color: #201d1d;
  width: 100%;
  max-width: 25em;
  position: relative;
}

.twostep-nav__link {
  color: inherit;
  width: 100%;
  padding-top: .375em;
  padding-bottom: .375em;
  text-decoration: none;
  position: relative;
}

.twostep-nav__bottom {
  grid-template-rows: 0fr;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.twostep-nav__top {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4em;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.twostep-nav__bottom-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
  position: relative;
}

.twostep-nav__visual {
  aspect-ratio: 1;
  border-radius: .375em;
  width: 100%;
  overflow: hidden;
}

.twostep-nav__visual-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.twostep-nav__back-bg {
  background-color: #f2f2f2;
  border-radius: .5em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.twostep-nav__logo {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 6em;
  height: 100%;
  display: flex;
}

.twostep-nav__ul {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.twostep-nav__ul.is--small {
  grid-column-gap: 1em;
  grid-row-gap: .25em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.twostep-nav__logo-svg {
  height: 100%;
}

.twostep-nav__width {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 48em;
  padding-top: 1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
}

.twostep-nav__link-span {
  letter-spacing: -.04em;
  font-size: 2.125em;
  font-weight: 400;
  line-height: 1;
}

.twostep-nav__bg {
  z-index: 0;
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.twostep-nav__wrap {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.twostep-nav__bottom-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.background-zoom__start {
  aspect-ratio: 1;
  border-radius: 16em;
  width: 16em;
  position: relative;
}

.background-zoom__content {
  border-radius: inherit;
  will-change: width, height, transform;
  background-color: #aba994;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  overflow: hidden;
}

.background-zoom__end {
  width: 100vw;
  height: 100dvh;
}

.background-zoom__h {
  text-align: center;
  letter-spacing: -.04em;
  max-width: 7em;
  margin-top: 0;
  margin-bottom: -.375em;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 7.5em;
  font-weight: 400;
  line-height: .95;
}

.background-zoom__h.is--margin-top {
  margin-top: 33dvh;
}

.background-zoom__h.text-darker {
  margin-bottom: 0;
}

.background-zoom__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-zoom__h1-span {
  color: #aba994;
}

.background-zoom__play {
  width: 4em;
  height: 4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-zoom {
  color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: calc(50dvh - 15em);
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  overflow: clip;
}

.background-zoom__text {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-bottom: calc(50dvh - 12em);
  display: flex;
  position: relative;
}

.background-zoom__pod {
  color: #ff4800;
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 1.25em;
}

.background-zoom-after__pod {
  color: var(--red);
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  bottom: 1.25em;
}

.background-zoom__play-svg {
  width: 100%;
}

.background-zoom__dark {
  opacity: 0;
  background-color: #0d0f0d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.background-zoom-after {
  background-color: var(--bg-light);
  color: #353d35;
  font-size: var(--size-font);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.g {
  color: #000;
}

.blog-hero.section {
  overflow: hidden;
}

.blog-post-wraper {
  min-width: 100%;
}

.blog-post-wrapper {
  border: 1px solid #ffffff1c;
  border-radius: 9px;
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.blog-post-content {
  background-image: linear-gradient(7deg, #00000052 40%, #0000);
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-left: 20px;
  transition: all .375s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-post-content:hover {
  opacity: .42;
}

.collection-item {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 10px;
}

.blog-title {
  color: #fff;
  font-family: Rawest Webfont, Arial, sans-serif;
  font-size: 32px;
}

.blog-content-wrapper {
  background-color: #0a0a0b;
  padding: 40px;
}

.rich-text {
  color: #9b9b9b;
}

.herospan {
  font-family: Rawest Webfont, Arial, sans-serif;
}

.home-hero {
  font-size: 92px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero-card {
  border: 1px solid var(--bgline);
  min-height: 100%;
  padding: 40px;
}

.hero-card.right {
  border-left-style: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hero-card.left {
  border-right-style: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.card-title, .heading {
  font-size: 32px;
}

.icon-box {
  background-color: var(--bgline);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.homepage-paragraph {
  text-align: center;
  max-width: 500px;
  margin-top: 30px;
}

.rb {
  font-family: "Rushbladedemo Ar 8 Ea", Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  .footer-nav.footer-bg-nav {
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
  }

  .container, .container-2 {
    flex-direction: column;
    width: 95vw;
  }

  .text-link {
    margin-right: 50px;
  }

  .section-grid {
    grid-template-columns: .25fr minmax(80vw, 95vw) .25fr;
  }

  .ipad-horiz {
    flex-flow: row;
    display: flex;
  }

  .h-10vh {
    height: 100px;
  }

  .hide-computer {
    display: block;
  }

  .text-ch-max50 {
    font-size: 16px;
  }

  .flex-horiz-cc-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .flex-horiz-c-end {
    flex-wrap: wrap;
    place-content: center;
  }

  .hide-ipad-down {
    display: none;
  }

  .styleguide-logo {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .ipad-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .light-section {
    float: none;
    clear: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: visible;
  }

  .styleguide-sidepanel {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 25px 10px;
    position: relative;
  }

  .flex-horiz-cc {
    flex-direction: row;
    align-items: flex-start;
  }

  .responsive {
    position: absolute;
  }

  .text-highlight {
    padding: 20px;
  }

  .h-20vh {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .footer-big-menu {
    padding-bottom: 40px;
  }

  .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-nav.footer-bg-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .col.flex-verti-cc.mob-hide {
    display: none;
  }

  .col.flex-verti-ss {
    justify-content: flex-end;
    align-items: center;
  }

  .container {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .container.flex-verti-ss {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .py-5 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .py-10 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pl-5 {
    padding-left: 1rem;
  }

  .pr-5 {
    padding-right: 1rem;
  }

  .pb-2-5 {
    padding-bottom: .425rem;
  }

  .section-grid {
    grid-column-gap: 1px;
    grid-template-columns: 2vw minmax(96vw, 96vw) 2vw;
  }

  .pt-10 {
    padding-top: 1.5rem;
  }

  .text-primary {
    color: #f0e6da;
  }

  .pb-10 {
    padding-bottom: 1.5rem;
  }

  .pb-5 {
    padding-bottom: 1rem;
  }

  .py-2-5 {
    padding-top: .425rem;
    padding-bottom: .425rem;
  }

  .pr-10 {
    padding-right: 1.5rem;
  }

  .px-2-5 {
    padding-left: .425rem;
    padding-right: .425rem;
  }

  .p-5 {
    padding: 1rem;
  }

  .flex-horiz-c-start-2 {
    justify-content: center;
  }

  .flex-horiz-c-start-2.no-gap {
    padding-left: 0;
  }

  .pl-2-5 {
    padding-left: .425rem;
  }

  .text-ch-max50 {
    font-size: 14px;
  }

  .flex-horiz-cc-2.form {
    width: auto;
  }

  .px-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .p2-5 {
    padding: .425rem;
  }

  .pr-0-25 {
    padding-right: .425rem;
  }

  .pt-2-5 {
    padding-top: .425rem;
  }

  .wrapper {
    flex-flow: column;
  }

  .styleguide-sidepanel {
    padding-bottom: 0;
    padding-right: 35px;
    overflow: auto;
  }

  .p-10 {
    padding: 1.5rem;
  }

  .hide-ls-down {
    display: none;
  }

  .pl-10 {
    padding-left: 1.5rem;
  }

  .form-field {
    margin-bottom: -2px;
  }

  .pt-5 {
    padding-top: 1rem;
  }

  .btn-menu {
    padding-left: 0;
  }

  .text-highlight {
    padding: 9px;
  }

  .columns-2 {
    grid-template-rows: auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2";
  }

  .twostep-nav__top-line {
    bottom: -.5em;
    left: 1em;
    right: 1em;
  }

  .twostep-nav__bottom-col.is--visual {
    display: none;
  }

  .background-zoom__h {
    font-size: 3.75em;
  }

  .home-hero {
    font-size: 60px;
  }

  .hero-card.right {
    border-bottom-style: none;
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
  }

  .hero-card.left {
    border-top-style: none;
    border-right-style: solid;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
  }
}

@media screen and (max-width: 479px) {
  .footer-link {
    padding: 0 20px;
  }

  .strong-section-upper.footer.general-footer {
    padding-left: 20px;
  }

  .footer-heading-link {
    margin-top: 10px;
  }

  .container {
    flex-direction: column;
  }

  .container-2 {
    flex-direction: column;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .phone-no-min-w {
    min-width: 0;
  }

  .styleguide-block-parent {
    width: 30%;
    margin-right: 3%;
  }

  .h-10vh {
    height: 80px;
  }

  .color-row {
    flex-direction: row;
  }

  .sgtext-container {
    width: 68%;
  }

  .hide-mob {
    display: none;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .blur-xl {
    position: relative;
  }

  .text-7xl {
    font-size: 30px;
  }

  .styleguide-type-row {
    flex-direction: column;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .sg-text-container {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .h-20vh {
    height: 100px;
  }

  .blog-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text {
    max-width: 80vw;
  }
}

#w-node-_78468e7f-325b-c09e-6504-c5627e2dcdb9-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdba-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdbb-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdbc-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdbd-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdbe-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdbf-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdc0-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdc1-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdc2-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdc3-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdc4-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdc5-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdc6-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdc7-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdc8-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdc9-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdca-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdcb-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdcc-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdcd-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdce-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdcf-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdd0-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdd1-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdd2-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdd3-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdd7-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdd8-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdd9-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdda-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcddb-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcddc-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcddd-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcdde-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcddf-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcde0-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcde1-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcde2-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcde3-cd881bf8, #w-node-_78468e7f-325b-c09e-6504-c5627e2dcde4-cd881bf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78468e7f-325b-c09e-6504-c5627e2dd2a6-cd881bf8 {
  grid-area: Area;
}

#w-node-_78468e7f-325b-c09e-6504-c5627e2dd2a9-cd881bf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78468e7f-325b-c09e-6504-c5627e2dd2b7-cd881bf8 {
  grid-area: Area-2;
}

#w-node-_78468e7f-325b-c09e-6504-c5627e2dd2ba-cd881bf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Rawest Webfont';
  src: url('../fonts/rawest-extralight-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawest Webfont';
  src: url('../fonts/rawest-thin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawest Webfont';
  src: url('../fonts/rawest-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawest Webfont';
  src: url('../fonts/rawest-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawest Webfont';
  src: url('../fonts/rawest-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rawest Webfont';
  src: url('../fonts/rawest-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rushbladedemo Ar 8 Ea';
  src: url('../fonts/rushbladedemo-ar8ea.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}