:root {
  --cream-1: #e7e2dc;
  --black: black;
  --orange-1: #c70d21;
  --gray-300: #d6d6d6;
  --orange-1-2: #e44120;
  --gray-200: #e5e5e5;
  --gray-400: #a3a3a3;
  --gray-900: #141414;
  --white: white;
  --gray-600: #525252;
  --gray-700: #424242;
  --cream-2: #dfd8d1;
  --gray-800: #292929;
  --gray-100: whitesmoke;
  --gray-500: #737373;
  --gray-25: #fcfcfc;
  --gray-50: #fafafa;
}

.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 {
  background-color: var(--cream-1);
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.65rem;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.175;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1875;
}

h5 {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.225rem;
  font-weight: 700;
  line-height: 1.375;
}

p {
  margin-bottom: 0;
  font-weight: 300;
}

a {
  color: var(--black);
  text-decoration: none;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section.is-footer {
  background-color: #121212;
}

.link-block:hover {
  filter: saturate();
  box-shadow: 1px 1px 3em 1px #0006;
}

.bg-cream-shade {
  background-color: var(--cream-1);
}

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

.div-hide {
  position: relative;
  overflow: hidden;
}

.pad-right {
  padding-right: 10px;
}

.pad-left {
  padding-left: 10px;
}

.hide {
  display: none;
}

.card-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar_logo-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_logo-wrapper.rel {
  position: relative;
}

.navbar_logo-wrapper.is-mobile {
  display: none;
}

.navbar_right-wrapper {
  z-index: 99999;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar_menu-line-top {
  background-color: #292929;
  width: 100%;
  height: 1.5px;
}

.navbar_logo-line {
  background-color: var(--orange-1);
  width: 1.75px;
  height: 2rem;
}

.navbar_logo-line.black {
  background-color: var(--orange-1);
}

.navbar_logo-word-image {
  height: 1.5rem;
  padding-top: 1px;
  padding-bottom: 1px;
}

.navbar_menu-line-middle, .navbar_menu-line-bottom {
  background-color: #292929;
  width: 100%;
  height: 1.5px;
}

.navbar_menu-button {
  z-index: 999;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--gray-300);
  cursor: pointer;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .375rem .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 9999;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-color: #e7e2dc1f;
  align-items: center;
  width: 100%;
  height: 4.375rem;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: .125rem 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1.45px solid var(--orange-1);
  background-color: #0000;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  padding: .575rem 1.5rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.button:hover {
  background-color: var(--orange-1);
}

.button:active {
  border-color: var(--orange-1-2);
  background-color: var(--orange-1-2);
}

.button.is-nav {
  border-color: var(--orange-1);
  background-color: var(--orange-1);
  margin-top: .15rem;
  margin-bottom: .15rem;
}

.button.is-nav:hover {
  border-color: var(--orange-1-2);
  background-color: var(--orange-1-2);
}

.button.is-nav:active {
  border-color: var(--orange-1);
  background-color: var(--orange-1);
}

.button.is-secondary {
  border-style: none;
  border-radius: 0;
  padding: 0;
  transition-property: none;
  display: none;
}

.button.is-secondary:hover {
  background-color: #0000;
}

.button-text {
  letter-spacing: -.02em;
}

.button-text.is-secondary {
  font-weight: 500;
}

.secondary-button {
  overflow: hidden;
}

.about-timeline_item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-timeline_item.card-about {
  width: 45vw;
  height: 55vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.about-timeline_image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-timeline_image.is-1 {
  background-image: url('../images/m-logo2.jpg');
  background-position: 50%;
  background-size: cover;
}

.about-timeline_image.is-2 {
  background-image: url('../images/csm_24SG_JMS_styling_02_FUSO_Super_Great_4d9c18f818.jpg');
}

.about-timeline_image.is-3 {
  background-image: url('../images/group.jpg');
}

.about-timeline_image.is-4 {
  background-image: url('../images/gap.jpg');
}

.about-timeline_image.is-5 {
  background-image: url('../images/team-weave2.jpg');
}

.about-timeline_image.is-6 {
  background-image: url('../images/today.jpg');
}

.grey-text {
  color: #5e5e5e;
}

.home-services_component {
  background-color: var(--gray-200);
  max-width: 180rem;
  margin-left: auto;
  margin-right: auto;
}

.home-services_top {
  border-top: 1px solid var(--gray-400);
  align-items: flex-end;
  width: 100%;
  height: 8rem;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.home-services_button-list {
  z-index: 1;
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-services_button {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.home-services_button-selector {
  background-color: #ff533026;
  border: 1px solid #ff533078;
  border-radius: .875rem;
  width: 33.3%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-services_bottom {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-services_left {
  background-color: var(--black);
  flex-direction: row;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-right: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.home-services_image-item {
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-services_tab-wrapper {
  background-color: var(--gray-900);
  color: var(--white);
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 6.5vw;
  display: flex;
  position: relative;
}

.home-services_tab-content {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 45rem;
  height: 100%;
  display: flex;
}

.home-services_button-text {
  text-align: center;
  letter-spacing: -.01em;
  font-size: 1rem;
  font-weight: 500;
}

.span-text {
  display: inline-block;
}

.home-services_right {
  background-color: var(--black);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-left: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.tab-panels-contain {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-list_item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-list_text {
  color: var(--gray-600);
  font-size: 1.5rem;
}

.home-list_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.home-line {
  z-index: 1;
  background-color: var(--gray-400);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.home_work_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_work_scroll-wrapper {
  justify-content: center;
  width: 180%;
  max-width: 182rem;
  height: 100%;
  display: flex;
}

.home_work_item {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 42%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-work_text-wrapper {
  z-index: 1;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: absolute;
}

.intro-parent {
  z-index: 99999;
  background-color: #2b2b2b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.home-hero_image-whipe {
  background-color: var(--cream-1);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-hero_image-whipe.bg-cream-shade {
  z-index: auto;
}

.loader-bar-contain {
  background-color: #5e5e5e;
  width: 26em;
  height: 2px;
  margin-top: 2em;
}

.loader-bar {
  background-color: #b9b9b9;
  width: 25%;
  height: 100%;
}

.footer_component {
  color: var(--white);
  justify-content: space-between;
  display: flex;
}

.footer_first-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 34%;
  display: flex;
  overflow: hidden;
}

.footer_logo-section-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_logo-wrapper {
  margin-bottom: 3rem;
}

.footer_social-list {
  justify-content: space-between;
  align-items: center;
  width: 55%;
  display: flex;
}

.social-lottie-animation {
  width: 2rem;
  height: 2rem;
}

.social-lottie-animation.is-2 {
  width: 2.5rem;
  height: 2.5rem;
  padding-bottom: .25rem;
}

.social-lottie-animation.is-3 {
  width: 1.75rem;
  height: 1.75rem;
}

.footer_second-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.footer_second-wrapper-top {
  justify-content: space-between;
  display: flex;
}

.footer_nav-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_nav-link {
  font-size: 1.25rem;
  display: inline-block;
}

.footer_contact-wrpper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.footer_contact-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.footer_contact-title {
  font-size: 2.25rem;
}

.footer_orange-link {
  color: var(--orange-1);
}

.footer_second-wrapper-bootmo {
  margin-top: 2rem;
}

.footer_legal-wrapper {
  overflow: hidden;
}

.footer_legal-paragraph {
  color: var(--gray-600);
  font-size: .825rem;
}

.faq_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq_question-text {
  letter-spacing: -.025em;
  font-size: 1.75rem;
}

.faq_top {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.5rem;
  display: flex;
  position: relative;
}

.faq_question-wrapper {
  align-items: center;
  display: flex;
}

.faq_plus-icon-wrapper {
  background-color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.faq_plus-icon-wrapper:hover {
  background-color: var(--orange-1);
}

.faq_plus-icon-wrapper:active {
  background-color: var(--orange-1-2);
}

.faq_icon-horizontal-line {
  background-color: var(--gray-700);
  width: 1.5rem;
  height: 1px;
  position: absolute;
}

.faq_icon-vertical-line {
  background-color: var(--gray-700);
  width: 1px;
  height: 1.5rem;
  position: absolute;
}

.faq_whipe {
  z-index: 0;
  background-color: var(--cream-2);
  width: 100%;
  height: 6.8em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.faq_bottom {
  z-index: 2;
  background-color: var(--gray-800);
  width: 100%;
  min-width: 100%;
  position: relative;
}

.faq_answer-wrapper {
  color: var(--gray-200);
  flex-direction: column;
  align-items: flex-start;
  max-width: 53rem;
  padding: 3.75rem 6rem;
  display: flex;
}

.menu_parent {
  z-index: 99;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.menu_right-panel {
  z-index: 1;
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.menu-link-parent {
  border-bottom: 1.5px solid var(--gray-800);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 16.6667%;
  padding-left: 3.5rem;
  padding-right: 4.5rem;
  display: flex;
  position: relative;
}

.menu-link-parent.w--current {
  color: var(--orange-1);
}

.menu_text-link {
  z-index: 1;
  letter-spacing: -.02em;
  font-size: 4.75rem;
  line-height: 1.2;
  position: relative;
}

.menu_icon-image {
  z-index: 1;
  height: 2.25rem;
  position: relative;
}

.menu_image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: fixed;
  inset: 0% -75% 0% auto;
  overflow: hidden;
}

.menu_left-panel {
  perspective: 1000px;
  background-color: #b9b9b9;
  width: 50%;
  position: relative;
}

.section_process-hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.process-hero_image-component {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 40rem;
  display: flex;
  position: absolute;
}

.process-hero_image-mask {
  background-color: var(--orange-1-2);
  border-radius: 1000%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.process-hero_image {
  border-radius: 1000%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.process-hero_image.is-1 {
  background-image: url('../images/269eafc4-9246-499f-9ced-15521ec17507.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-hero_image.is-2 {
  background-image: url('../images/learning-client-meeting_1learning-client-meeting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-hero_image.is-3 {
  background-image: url('../images/making-sketching-logos-desk_1making-sketching-logos-desk.webp');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-hero_image.is-4 {
  background-image: url('../images/weave-rope.jpg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-hero_dot-wrapper {
  z-index: 1;
  width: 80%;
  height: 70%;
  position: absolute;
}

.process-hero_dot {
  background-color: var(--orange-1);
  border-radius: 1000%;
  width: 2rem;
  height: 2rem;
}

.process-hero_content-component {
  z-index: 5;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.process-hero_content-wrapper {
  z-index: 2;
  backface-visibility: hidden;
  position: relative;
}

.process-hero_content-item {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 55rem;
  height: 12rem;
  padding-bottom: .75rem;
  display: flex;
  overflow: hidden;
}

.process-hero_content-item.is-top {
  background-color: var(--black);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 6em, -12em);
}

.process-hero_content-item.is-center {
  z-index: 1;
  background-color: var(--orange-1);
  transform-style: preserve-3d;
  position: static;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg)translate3d(0, 6em, 0);
}

.process-hero_content-item.is-bottom {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, -6em, -12em);
}

.process-hero_content-item.is-back {
  z-index: 1;
  background-color: var(--orange-1);
  transform-style: preserve-3d;
  position: relative;
  transform: translate3d(0, 6em, 12em);
}

.process-hero_text {
  color: var(--orange-1);
  letter-spacing: -.03em;
  white-space: nowrap;
  font-size: 9rem;
  font-weight: 300;
}

.process-step_title-line {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.process-step_title-text {
  margin-top: -1.2rem;
  padding-bottom: .5rem;
}

.process-step_left-content {
  max-width: 20rem;
}

.process-step_content {
  justify-content: center;
  display: flex;
  position: relative;
}

.process-step_right-content {
  margin-top: 15%;
  position: relative;
  left: -2rem;
}

.process-step_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 21rem;
  height: 21rem;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.process-step_image-wrapper.is-strategy {
  width: 22rem;
  height: 22rem;
  margin-right: -2rem;
}

.process-step_learn-orange-square {
  height: 68%;
  position: absolute;
}

.process-step_learn-black-square {
  height: 87%;
  position: absolute;
}

.process-step_learn-main-image {
  height: 80%;
  position: absolute;
}

.process-step_brain-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vw;
  display: flex;
  position: relative;
}

.process-step_brain-orange-background {
  width: 70%;
  position: absolute;
}

.process-step_brain-circle-text {
  width: 100%;
  position: absolute;
}

.process-step_brain-image {
  width: 66%;
  position: absolute;
}

.process-step_make-black-shape {
  height: 70%;
  margin-top: -1.6em;
  position: absolute;
}

.process-step_make-orange-circle, .process-step_make-main-image {
  height: 80%;
  position: absolute;
}

.process-step_line-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero_button-group {
  justify-content: space-between;
  align-items: center;
  width: 16rem;
  display: flex;
  overflow: hidden;
}

.about-timeline_height {
  width: 100%;
  height: 1000vh;
}

.about-timeline_sticky-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about-timeline_track {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.about-timeline_list {
  align-items: center;
  width: 600vw;
  height: 100%;
  display: flex;
  position: relative;
}

.about-timeline_content {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.about-timeline_left-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 34vw;
  display: flex;
  overflow: hidden;
}

.about-timeline_left-content.is-4, .about-timeline_left-content.is-6 {
  overflow: visible;
}

.about-timeline_display-text {
  color: var(--white);
  letter-spacing: -.06em;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 7rem;
  line-height: 1.1;
}

.about-timeline_title-text {
  color: var(--white);
  text-align: right;
  margin-top: -6px;
  padding-bottom: 3px;
  padding-left: .5rem;
  padding-right: .75rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1;
}

.about-timeline_title-text.is-small {
  margin-right: .35em;
  font-size: 1.5em;
  line-height: 1.1;
}

.event-scroll-about-ph {
  color: var(--white);
}

.icaro-titles-contain {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.no-hide {
  overflow: visible;
}

.about-timeline_right-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 24rem;
  display: flex;
  overflow: hidden;
}

.about-timeline_right-content.is-6 {
  overflow: visible;
}

.contact-hero_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: auto;
  padding: 2.5em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.contact-hero_left {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-hero_bottom-text-wrapper {
  overflow: hidden;
}

.contact-hero_bottomo-text {
  line-height: 1.1;
}

.contact-hero_right {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-checkbox {
  align-items: flex-start;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
}

.transition {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.trans-left-tab {
  background-color: #2b2b2b;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.trans-right-tab {
  background-color: #2b2b2b;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.transition-trigger {
  display: none;
}

.contact-hero-h1 {
  margin-top: -1rem;
}

.footer-logo-image {
  width: 8rem;
}

.grid_resource-card {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  border: 1px solid var(--gray-400);
  perspective: 1000px;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  padding: 1.5rem;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
  display: grid;
  position: relative;
}

.grid_resource-card:hover {
  background-color: var(--gray-100);
}

.grid_resource-image {
  margin-top: -2.5rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 6px 12px #00000026;
}

.grid_resource-image.is-square {
  border-radius: 1.1rem;
  margin-top: 0;
}

.grid_resource-image.is-guide {
  box-shadow: none;
}

.alltext-res-card-contain {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid_resource-h3 {
  font-size: 2rem;
}

.link-underline-line {
  background-color: var(--black);
  width: 100%;
  height: 1.15px;
  display: none;
  transform: translate(-101%);
}

.button_icon-1 {
  padding: 1px;
  position: absolute;
  inset: 0%;
}

.button_icon-wrapper {
  width: 1rem;
  height: 1rem;
  position: relative;
  overflow: hidden;
}

.button-icon-2 {
  padding: 1px;
  position: absolute;
  inset: 0%;
  transform: translate(-131%);
}

.process-step_title-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  padding-bottom: .2rem;
  display: flex;
  overflow: hidden;
}

.menu_card-whipe {
  background-color: var(--gray-800);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu_click-whipe {
  background-color: var(--gray-500);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-list_icon-embed {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: .75rem;
  display: flex;
}

.home-hero_scoll-wrapper {
  width: 1px;
  height: 10rem;
  position: absolute;
  inset: auto auto -14rem 0;
  overflow: hidden;
}

.form-checkbox-link {
  color: var(--orange-1);
}

.hero-value-display-text {
  letter-spacing: -.01em;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.15;
}

.home-ph_component {
  cursor: default;
  width: 80%;
}

.loader {
  z-index: 2147483647;
  background-color: var(--gray-800);
  letter-spacing: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_top {
  border-bottom: 1.5px solid var(--cream-2);
  background-color: var(--gray-800);
  position: relative;
}

.loader_progress {
  z-index: 1;
  background-color: var(--cream-1);
  mix-blend-mode: exclusion;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loader_text {
  color: var(--cream-1);
  mix-blend-mode: exclusion;
}

.loader_text.is-left {
  letter-spacing: -.02em;
  font-size: 1.75rem;
}

.loader_number {
  color: var(--cream-1);
  letter-spacing: -.07em;
  margin-bottom: -7rem;
  font-size: 27rem;
  line-height: 1;
}

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

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 1rem;
}

.heading-style-h6 {
  letter-spacing: 0;
  font-size: 1.225rem;
  font-weight: 700;
  line-height: 1.375;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.button-old {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-old.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-old.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-old.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-old.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-old.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-old.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button-old.is-alternate {
  color: #000;
  background-color: #fff;
}

.button-old.is-alternate.is-small {
  margin-right: .35em;
  font-size: 1.5em;
  line-height: 1.1;
}

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

.button-old.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.yellow {
  color: var(--orange-1);
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.heading-style-h1 {
  letter-spacing: -.03em;
  font-size: 4.65rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading-style-h2 {
  letter-spacing: -.02em;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3 {
  letter-spacing: -.01em;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.175;
}

.heading-style-h4 {
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1875;
}

.heading-style-h5 {
  letter-spacing: .01em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-size-large {
  font-size: 1.25rem;
}

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

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

.text-size-tiny {
  font-size: .75rem;
}

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

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

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

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

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

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

.text-style-italic {
  font-style: italic;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

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

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

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
}

.text-rich-text h4, .text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .675rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.background-color-black {
  background-color: var(--black);
  color: #fff;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.background-color-white {
  background-color: var(--white);
}

.background-color-gray {
  background-color: #f4f4f4;
}

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

.text-color-black {
  color: #000;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form-input {
  border: 1px solid var(--gray-400);
  color: var(--gray-300);
  background-color: #0000;
  border-radius: .875rem;
  height: auto;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: var(--white);
}

.form-input::placeholder {
  color: var(--gray-500);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.form-checkbox-icon {
  border: 1px solid var(--gray-300);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--orange-1-2);
  background-color: var(--orange-1-2);
  box-shadow: none;
  background-size: 16px 16px;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: var(--orange-1);
  box-shadow: none;
}

.form-checkbox-label {
  color: var(--gray-400);
  margin-bottom: 0;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-height-xxsmall {
  height: 1rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-medium {
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-large {
  width: 100%;
  max-width: 37rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

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

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

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

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

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

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

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

.rl-styleguide_spacing-all {
  display: block;
}

.margin-small {
  margin: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.background-color-cream1 {
  background-color: var(--cream-1);
}

.background-color-orange1 {
  background-color: var(--orange-1);
}

.background-color-orange2 {
  background-color: var(--orange-1-2);
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-gray25 {
  background-color: var(--gray-25);
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-gray50 {
  background-color: var(--gray-50);
}

.background-color-gray100 {
  background-color: var(--gray-100);
}

.background-color-gray200 {
  background-color: var(--gray-200);
}

.background-color-gray300 {
  background-color: var(--gray-300);
}

.background-color-gray400 {
  background-color: var(--gray-400);
}

.background-color-gray500 {
  background-color: var(--gray-500);
}

.background-color-gray600 {
  background-color: var(--gray-600);
}

.background-color-gray700 {
  background-color: var(--gray-700);
}

.background-color-gray800 {
  background-color: var(--gray-800);
}

.background-color-gray900 {
  background-color: var(--gray-900);
}

.rl-styleguide_color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-color-gray25 {
  color: var(--gray-25);
}

.text-color-gray50 {
  color: var(--gray-50);
}

.text-color-gray100 {
  color: var(--gray-100);
}

.text-color-gray200 {
  color: var(--gray-200);
}

.text-color-gray300 {
  color: var(--gray-300);
}

.text-color-gray400 {
  color: var(--gray-400);
}

.text-color-gray500 {
  color: var(--gray-500);
}

.text-color-gray600 {
  color: var(--gray-600);
}

.text-color-gray700 {
  color: var(--gray-700);
}

.text-color-gray800 {
  color: var(--gray-800);
}

.text-color-gray900 {
  color: var(--gray-900);
}

.padding-0 {
  padding: 0;
}

.padding-0.show-mobile-landscape {
  display: none;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.home-hero_component {
  height: 300vh;
  position: relative;
}

.home-hero_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.home-hero_content-left {
  flex: none;
  max-width: 40rem;
  margin-left: 5vw;
  margin-right: 5rem;
  position: relative;
}

.home-hero_content-right {
  flex: none;
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-hero_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-hero_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.home-hero_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.home-hero-span {
  display: inline-block;
}

.home-hero_scoll-line {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.padding-section-xlarge {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.padding-section-xxlarge {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.padding-section-huge {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.navbar_container {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_logo-word-wrapper {
  position: relative;
  overflow: hidden;
}

.navbar_logo-word-wrapper.is-1 {
  padding-right: .625rem;
}

.navbar_logo-word-wrapper.is-2 {
  padding-left: .75rem;
}

.navbar_right-inner-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
  position: relative;
}

.section_home-services {
  position: relative;
}

.home-servoces_anchor-top {
  width: 100%;
  height: 0;
  margin-top: -5rem;
  position: absolute;
}

.home-services_button-list-wrapper {
  flex: 1;
}

.home-list_grid {
  grid-column-gap: 6rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section_home-work {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.home_work_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section_home-reviews {
  overflow: hidden;
}

.banner-heading-wrapper {
  white-space: nowrap;
  flex-direction: column;
  margin-bottom: 4rem;
  display: flex;
}

.banner-heading-top {
  font-size: 7.5rem;
  font-weight: 300;
  line-height: .8;
}

.banner-heading-bottom {
  color: var(--orange-1);
  align-self: flex-end;
  font-size: 7.5rem;
  font-weight: 300;
  line-height: .8;
}

.standard-layout_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.standard-layout_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.standard-layout_image {
  width: 100%;
}

.home-reviews_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.home-reviews_content {
  border: 1px solid #0000;
  border-radius: .875rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.home-reviews_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.home-reviews_rating-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-reviews_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.home-reviews_client-image-wrapper {
  margin-right: 1rem;
}

.home-reviews_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.menu_tablet-nav-spacer {
  display: none;
}

.about-hero_component {
  grid-column-gap: 9rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-hero_content {
  max-width: 33rem;
}

.about-hero_image-wrapper {
  padding-left: 3vw;
  padding-right: 5vw;
  position: relative;
}

.about-hero_image {
  width: 100%;
  height: 100%;
}

.about-hero_padding-section {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.interest-banner_component-1 {
  border-bottom: 1px solid #0000;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.process-step_banner-wrapper {
  width: 200vw;
  display: flex;
}

.process-step_marquee {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.process-step_banner-text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.interest-banner_component-2 {
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.banner12_inner-wrapper {
  justify-content: flex-end;
  width: 200vw;
  display: flex;
}

.banner12_marquee {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.banner12_text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.process-step_banner-text {
  letter-spacing: .01em;
  font-size: 1.325rem;
}

.interest-banner_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.interest-banner_content-right {
  padding-top: .5rem;
}

.interest-banner_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.interest-banner_item {
  display: flex;
}

.interest-banner_item-icon-wrapper {
  color: var(--orange-1);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.background-color-cream2 {
  background-color: var(--cream-2);
}

.text-color-cream1 {
  color: var(--cream-1);
}

.text-color-cream2 {
  color: var(--cream-2);
}

.text-color-orange1 {
  color: var(--orange-1);
}

.text-color-orange2 {
  color: var(--orange-1-2);
}

.process-step_banner {
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.grid_component {
  flex-direction: column;
  align-items: center;
}

.grid_list {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

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

.grid_item {
  border-radius: .875rem;
  overflow: hidden;
}

.grid_item-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.grid_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 56.25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.grid_item-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: 15rem;
  display: flex;
  position: absolute;
}

.grid_image-overlay {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.contact-hero_form-component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact-hero_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

.success-text {
  font-weight: 600;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.section_contact-info {
  overflow: hidden;
}

.contact-info_component {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.contact-info_item {
  width: 100%;
}

.standard-hero_component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.portfolio-header_image-wrapper {
  flex: 1;
  width: 100%;
}

.portfolio-header_image {
  width: 100%;
  height: 100%;
}

.portfolio-content1_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-content1_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.portfolio-content1_metatag-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.portfolio-content1_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.portfolio-content1_lightbox-image {
  object-fit: cover;
  width: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.portfolio-content2_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-content2_image-wrapper {
  flex: 1;
  width: 100%;
}

.portfolio-content2_image {
  width: 100%;
  height: 100%;
}

.portfolio-content3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.portfolio-gallery_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.portfolio-gallery_lightbox-link {
  width: 100%;
  height: 100%;
}

.portfolio-gallery_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.portfolio-gallery_image-wrapper-large {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.portfolio-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 80px;
  display: grid;
}

.portfolio-header_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.portfolio-header_tag-item {
  border: 1px solid var(--orange-1);
  background-color: var(--cream-2);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.portfolio-header_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.portfolio-header_metatag-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.loader_top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.75rem;
  display: flex;
}

.loader_bottom-wrapper {
  justify-content: flex-end;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 5vw;
  display: flex;
  position: relative;
}

.home-services_image-wrapper {
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.home-services_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-hero_panel-background {
  background-color: var(--gray-800);
  position: absolute;
  inset: 0%;
}

.grid_resource-card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.home-hero-h1 {
  line-height: 1.2;
}

.home-hero-h2 {
  margin-top: .5rem;
  font-size: 2.65rem;
  line-height: 1.2;
}

.text-effect-overflow-hidden {
  overflow: hidden;
}

.text-overlap-end {
  background-color: #000;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% -100%;
}

.text-effect-wrapper {
  background-color: #000;
  height: 260vh;
  margin-top: -20vh;
  margin-bottom: -20vh;
}

.text-effect-gradient {
  background-image: linear-gradient(180deg, var(--black) 9%, var(--gray-500) 22%, #db304e 40%, var(--orange-1) 55%, #fecc5d 74%, var(--black) 87%);
  mix-blend-mode: darken;
  height: 260vh;
  position: absolute;
  inset: 0%;
}

.text-effect-inner {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.section-text-gradient-effect {
  z-index: 0;
  position: relative;
}

.text-effect-text {
  color: #f5f5f7;
  text-align: center;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2em;
}

.text-effect-sticky-element {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.text-effect-text-dark {
  color: #000;
  text-align: center;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2em;
}

.text-effect-white-gradient {
  background-image: linear-gradient(180deg, #fff 12%, var(--gray-25) 25%, #db304e 41%, var(--orange-1) 59%, #fecc5d 76%, #fff 88%);
  mix-blend-mode: lighten;
  height: 260vh;
  position: absolute;
  inset: 0%;
}

.text-effect-white-inner {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.text-overlap-white-end {
  background-color: #fff;
  height: 100%;
  position: absolute;
  inset: auto 0% -100%;
}

.text-effect-white-wrapper {
  background-color: #fff;
  height: 260vh;
  margin-top: -20vh;
  margin-bottom: -20vh;
}

.text-effect-text-small {
  color: #f5f5f7;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.52em;
  font-weight: 300;
  line-height: 1.5em;
}

.text-effect-text-dark-small {
  color: #000;
  text-align: center;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.52em;
  font-weight: 300;
  line-height: 1.2em;
}

.marquee-wrapper {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 10rem;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.spline-scene-overlay {
  z-index: 1;
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.marquee-reveal-wrapper {
  overflow: hidden;
}

.marquee-el {
  padding-right: 3rem;
}

.hero-title-word-wrapper {
  display: inline-block;
  overflow: hidden;
}

.shipping-title-small {
  font-size: 3rem;
  display: block;
}

.footer-shipping-title {
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 400;
  line-height: .9;
}

.shipping-title-big {
  display: inline-block;
}

.spline-scene-wrapper {
  z-index: -99;
  pointer-events: none;
  width: 100%;
  height: 100lvh;
  display: block;
  position: fixed;
  inset: 0%;
}

.grid-8cols {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.spline-scene {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-2 {
  z-index: 2;
  position: relative;
}

.section-2.footer {
  z-index: 0;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 100svh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
}

.section-2.hero {
  min-height: 100svh;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-span, .text-span-2 {
  color: var(--orange-1);
  font-weight: 500;
}

.text-block {
  display: none;
}

.section_home-services-mobile {
  display: none;
  position: relative;
}

.home-services_button-selector-desktop {
  background-color: #ff533026;
  border: 1px solid #ff533078;
  border-radius: .875rem;
  width: 33.3%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image, .image-2 {
  max-width: 80%;
}

.process-step_-design-image {
  width: auto;
  max-width: none;
  height: 90%;
  position: absolute;
}

.process-step_brain-circle-text2 {
  width: 120%;
  max-width: 120%;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .home-services_button-list {
    width: 90%;
  }

  .home-services_tab-wrapper {
    padding: 3rem;
  }

  .home_work_component {
    align-items: flex-start;
    height: 22rem;
    overflow: scroll;
  }

  .footer_contact-wrpper {
    margin-right: 0;
  }

  .faq_plus-icon-wrapper:hover {
    background-color: var(--white);
  }

  .faq_plus-icon-wrapper:active {
    background-color: var(--orange-1);
  }

  .menu_right-panel {
    width: 100%;
  }

  .menu-link-parent {
    height: 15.34%;
  }

  .menu_left-panel {
    display: none;
  }

  .process-hero_image-component {
    width: 30rem;
    height: 30rem;
  }

  .process-hero_content-component {
    perspective: 5000px;
  }

  .process-hero_content-item {
    width: 32em;
    height: 8rem;
  }

  .process-hero_content-item.is-top {
    transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 6em, -6em);
  }

  .process-hero_content-item.is-center {
    transform: rotateX(0)rotateY(180deg)rotateZ(180deg)translate3d(0, 6em, -2em);
  }

  .process-hero_content-item.is-bottom {
    transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, -6em, -10em);
  }

  .process-hero_content-item.is-back {
    transform: translate3d(0, 2em, 10em);
  }

  .process-hero_text {
    font-size: 6rem;
  }

  .hero-value-display-text {
    font-size: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-hero_component {
    height: auto;
  }

  .home-hero_content-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 6rem;
    position: static;
  }

  .home-hero_content-left {
    flex: 0 auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-hero_content-right {
    flex: 0 auto;
    width: 100%;
    position: static;
  }

  .home-hero_image-wrapper {
    padding-top: 100%;
  }

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

  .padding-section-xxlarge {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .padding-section-huge {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .banner-heading-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-heading-top, .banner-heading-bottom {
    font-size: 4rem;
  }

  .standard-layout_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .menu_tablet-nav-spacer {
    width: 100%;
    height: 7.7%;
    padding: 0;
    display: block;
  }

  .about-hero_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    min-height: auto;
  }

  .about-hero_content {
    max-width: none;
  }

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

  .process-step_banner-text-wrapper, .banner12_text-wrapper {
    text-align: center;
  }

  .interest-banner_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .grid_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .contact-info_component {
    grid-column-gap: 3rem;
  }

  .portfolio-content1_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .portfolio-content1_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .portfolio-content2_content-wrapper, .portfolio-content3_component, .portfolio-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text-effect-text, .text-effect-text-dark, .text-effect-text-small, .text-effect-text-dark-small {
    font-size: 3em;
  }

  .marquee-el {
    font-size: 8rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    letter-spacing: 0;
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.325rem;
  }

  h6 {
    font-size: 1.2rem;
  }

  .navbar_logo-wrapper.is-mobile {
    display: flex;
  }

  .navbar_logo-wrapper.is-desktop {
    display: none;
  }

  .navbar_logo-word-image {
    height: 1.65rem;
  }

  .button {
    text-align: center;
    flex-wrap: wrap;
  }

  .home-services_button-list {
    max-width: none;
  }

  .home-services_tab-wrapper {
    padding: 1.75rem;
  }

  .home-services_button-text {
    line-height: 1.2;
  }

  .home_work_component {
    height: 20rem;
  }

  .home_work_scroll-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: flex-start;
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .home_work_item {
    width: 85vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .faq_question-text {
    font-size: 1.5rem;
  }

  .faq_plus-icon-wrapper {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .faq_answer-wrapper {
    padding: 3rem;
  }

  .menu_text-link {
    font-size: 3.5rem;
  }

  .process-step_title-text {
    margin-top: 0;
  }

  .process-step_left-content {
    margin-left: 0;
  }

  .process-step_content {
    justify-content: flex-start;
  }

  .process-step_right-content {
    position: absolute;
    bottom: -2rem;
    left: auto;
    right: 1.3rem;
  }

  .process-step_image-wrapper {
    width: 13rem;
    height: 13rem;
  }

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

  .contact-hero-h1 {
    margin-top: 0;
  }

  .grid_resource-h3 {
    font-size: 1.75rem;
  }

  .home-hero_scoll-wrapper {
    display: none;
  }

  .hero-value-display-text {
    font-size: 3.25rem;
  }

  .home-ph_component {
    width: 100%;
  }

  .loader_text.is-right {
    width: 40%;
  }

  .loader_number {
    font-size: 18rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.2rem;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .heading-style-h2 {
    letter-spacing: 0;
    font-size: 2.25rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .heading-style-h5 {
    font-size: 1.325rem;
  }

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

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

  .text-style-nowrap {
    white-space: normal;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .padding-0.show-mobile-landscape {
    display: block;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-hero_content-wrapper {
    padding-top: 4rem;
  }

  .padding-section-xlarge {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

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

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

  .navbar_logo-word-wrapper.is-1 {
    padding-right: .25rem;
  }

  .navbar_logo-word-wrapper.is-2 {
    padding-left: .25rem;
  }

  .section_home-services {
    display: none;
  }

  .home-list_grid {
    grid-column-gap: 1.5rem;
  }

  .banner-heading-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-layout_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .home-reviews_content {
    padding: 1.5rem;
  }

  .home-reviews_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .home-reviews_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .about-hero_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about-hero_padding-section {
    min-height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .process-step_banner-text {
    font-size: 1.125rem;
  }

  .interest-banner_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .interest-banner_content-right {
    padding-top: 0;
  }

  .grid_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .contact-info_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .standard-hero_component {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
  }

  .portfolio-content1_content-wrapper, .portfolio-content2_content-wrapper, .portfolio-content3_component, .portfolio-gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .portfolio-gallery_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .portfolio-header_component {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .text-effect-text, .text-effect-text-dark, .text-effect-text-small, .text-effect-text-dark-small {
    font-size: 2.3em;
  }

  .shipping-title-small {
    font-size: 2rem;
  }

  .footer-shipping-title {
    font-size: 3rem;
  }

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

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section_home-services-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .div-hide.pad-left {
    padding-left: 4px;
  }

  .div-hide.pad-right {
    padding-right: 4px;
  }

  .navbar_logo-wrapper, .navbar_logo-wrapper.rel.w--current {
    display: none;
  }

  .about-timeline_item.card-about {
    width: 100%;
    height: auto;
  }

  .about-timeline_image.is-5 {
    background-image: url('../images/group-square2.jpg');
    background-size: cover;
  }

  .home-services_component {
    overflow: hidden;
  }

  .home-services_top {
    height: 10rem;
    padding-bottom: .5em;
  }

  .home-services_button-list {
    text-align: left;
    flex-flow: column;
    align-items: center;
    width: 100%;
    min-width: 0;
  }

  .home-services_button {
    white-space: nowrap;
    flex: none;
    width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .home-services_button-selector {
    flex-flow: column;
    width: 100%;
    height: 33.3%;
  }

  .home-services_bottom {
    flex-direction: column;
  }

  .home-services_left {
    width: 400vw;
    height: 41%;
    margin-right: 0;
  }

  .home-services_tab-content {
    justify-content: flex-start;
  }

  .home-services_right {
    width: 400vw;
    height: 75%;
    margin-left: 0;
    inset: auto auto 0% 0%;
  }

  .home-list_text {
    font-size: 1.375rem;
  }

  .home-list_text-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .home_work_component {
    height: 32rem;
    overflow: auto;
  }

  .home-hero_image-whipe {
    inset: auto auto 0% 0%;
  }

  .footer_component {
    flex-direction: column;
  }

  .footer_first-wrapper {
    width: 100%;
  }

  .footer_logo-wrapper {
    margin-bottom: 2rem;
  }

  .footer_social-list {
    width: 70%;
    margin-top: 1.5rem;
  }

  .footer_second-wrapper {
    width: 100%;
  }

  .footer_second-wrapper-top {
    flex-direction: column;
  }

  .footer_nav-links-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer_contact-wrpper {
    flex-direction: row;
  }

  .footer_contact-title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .footer_orange-link.is-1 {
    overflow-wrap: anywhere;
  }

  .faq_question-text {
    font-size: 1.4rem;
  }

  .faq_whipe {
    height: 30em;
  }

  .faq_answer-wrapper {
    padding: 1.75rem;
  }

  .menu_parent {
    display: none;
  }

  .menu_right-panel {
    width: 100%;
  }

  .menu-link-parent {
    height: 15.34%;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .menu-link-parent.w--current {
    height: 15.34%;
    margin-top: -10%;
  }

  .menu_text-link {
    letter-spacing: -.03em;
    font-size: 3.25rem;
  }

  .menu_icon-image {
    height: 2rem;
  }

  .menu_left-panel {
    width: 0%;
  }

  .process-hero_image-component {
    width: 19rem;
    height: 19rem;
  }

  .process-hero_dot-wrapper {
    width: 85%;
    height: 75%;
  }

  .process-hero_content-item {
    width: 90vw;
  }

  .process-hero_text {
    font-size: 18vw;
  }

  .process-step_right-content {
    margin-top: 15%;
    top: auto;
    bottom: -13rem;
    right: -.7rem;
  }

  .process-step_image-wrapper.is-strategy {
    width: 14rem;
    height: 14rem;
    margin-bottom: 1rem;
    margin-right: -.4rem;
    position: static;
  }

  .process-step_line-wrapper {
    width: 41em;
    margin-left: auto;
    margin-right: auto;
  }

  .process-step_title-number-text {
    font-size: 35px;
  }

  .about-hero_button-group {
    width: 100%;
  }

  .about-timeline_height {
    height: auto;
  }

  .about-timeline_sticky-wrapper {
    height: auto;
    position: relative;
    top: auto;
  }

  .about-timeline_list {
    flex-direction: column;
    width: auto;
    height: 400vh;
  }

  .about-timeline_content {
    flex-direction: column;
  }

  .about-timeline_left-content {
    align-items: flex-start;
    width: 90%;
    max-width: none;
  }

  .about-timeline_display-text {
    font-size: 5rem;
  }

  .about-timeline_title-text {
    text-align: left;
    font-size: 2.2rem;
  }

  .icaro-titles-contain {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .about-timeline_right-content {
    width: 90%;
  }

  .contact-hero_component {
    flex-direction: column;
    padding: 1.75rem;
  }

  .contact-hero_bottomo-text {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16em;
    display: flex;
  }

  .contact-hero-h1 {
    font-size: 7.5em;
  }

  .grid_resource-card {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .grid_resource-image {
    box-shadow: none;
    width: 5rem;
    margin-top: -2rem;
    margin-bottom: -1rem;
  }

  .grid_resource-image.is-square {
    border-radius: .4rem;
    margin-bottom: 0;
  }

  .footer_paragraph-link {
    font-size: 15px;
  }

  .process-step_title-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-value-display-text {
    font-size: 2.75rem;
  }

  .home-ph_component {
    width: 100%;
  }

  .loader_top {
    border-bottom-width: 1.2px;
  }

  .loader_text.is-right {
    width: 52%;
    display: none;
  }

  .loader_number {
    margin-left: auto;
    margin-right: auto;
    font-size: 53vw;
  }

  .container-large {
    margin-top: 50px;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    margin-top: 1rem;
  }

  .button-old.is-alternate.is-small {
    text-align: left;
    margin-left: .5em;
    margin-right: auto;
    font-size: 18px;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-xlarge {
    padding-top: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-hero-span {
    font-size: 2.3rem;
    font-weight: 400;
  }

  .padding-section-xlarge {
    overflow: visible;
  }

  .home-services_button-list-wrapper {
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

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

  .banner-heading-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-heading-top, .banner-heading-bottom {
    font-size: 3rem;
  }

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

  .menu_tablet-nav-spacer {
    height: 7.7%;
  }

  .about-hero_component, .interest-banner_component, .interest-banner_item-list {
    grid-template-columns: 1fr;
  }

  .grid_list {
    grid-row-gap: 1.5rem;
  }

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

  .loader_bottom-wrapper {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .home-services_image-wrapper {
    inset: 0% 0% auto;
  }

  .home-services_image {
    display: inline-flex;
  }

  .home-hero-h1 {
    padding-top: 40px;
  }

  .home-hero-h2 {
    font-size: 2rem;
  }

  .text-effect-text, .text-effect-text-dark {
    font-size: 2em;
  }

  .text-effect-text-small, .text-effect-text-dark-small {
    font-size: 1.5em;
  }

  .marquee-el {
    font-size: 4rem;
  }

  .hero-title-word-wrapper {
    text-align: left;
    display: block;
  }

  .grid-8cols {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-services_button-selector-desktop {
    flex-flow: column;
    width: 100%;
    height: 33.3%;
  }

  .section_process-step-last {
    padding-bottom: 100px;
  }
}

#w-node-_18cc0d92-5a0a-7c41-be40-47f94344dc5c-d16442b9 {
  justify-self: end;
}

#w-node-c75a8f83-fa7c-75da-adaa-1cb60b51907f-d16442c4, #w-node-c75a8f83-fa7c-75da-adaa-1cb60b519088-d16442c4, #w-node-b8325b2e-1bfb-5c98-a925-2b65a83f0a09-d16442c5 {
  align-self: start;
}

#w-node-_64a3d41f-dbce-e455-f088-900bd4c8c6dc-d16442c5 {
  justify-self: start;
}

#w-node-_548c8917-8f2d-f0c6-32c2-be40c1210f5b-d16442c5, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5e93-d16442c6, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea3-d16442c6, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea4-d16442c6, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eaa-d16442c6, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb0-d16442c6, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb6-d16442c6, #w-node-d493649a-a823-8350-0485-325ea9cc344c-d16442c6, #w-node-d493649a-a823-8350-0485-325ea9cc3456-d16442c6, #w-node-d493649a-a823-8350-0485-325ea9cc345b-d16442c6, #w-node-d493649a-a823-8350-0485-325ea9cc3460-d16442c6, #w-node-d493649a-a823-8350-0485-325ea9cc3465-d16442c6, #w-node-d493649a-a823-8350-0485-325ea9cc3495-d16442c6, #w-node-d493649a-a823-8350-0485-325ea9cc3498-d16442c6, #w-node-d493649a-a823-8350-0485-325ea9cc349b-d16442c6, #w-node-d493649a-a823-8350-0485-325ea9cc349e-d16442c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14f545a9-2292-93ce-b10d-c1a2a8234e47-d16442c9, #w-node-_6b374513-17e1-6d74-159a-b30966c6f85a-d16442c9, #w-node-_1e7490b6-2a11-0b24-f516-8dd96a085a21-d16442c9, #w-node-b820c499-b0a8-a161-df8e-e3b861e5a870-d16442c9 {
  justify-self: center;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc01-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc03-d16442cb {
  justify-self: center;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc1b-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc1c-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc20-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc21-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc25-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc26-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc2a-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc2b-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc2f-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc30-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc34-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc35-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc3f-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc40-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc44-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc45-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc49-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc4a-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc4e-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc4f-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc53-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc54-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc58-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc59-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc63-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc64-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc68-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc69-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc6d-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc6e-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc72-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc73-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc7c-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc7d-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc86-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc87-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc99-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc9a-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc9e-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bc9f-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bca3-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bca4-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bca8-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bca9-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcad-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcae-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcb8-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcb9-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcbd-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcbe-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcc2-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcc3-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcc7-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcc8-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bccc-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bccd-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcd1-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcd2-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcdd-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcde-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bce2-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bce3-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bce7-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bce8-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcec-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bced-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcf1-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcf2-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcf6-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcf7-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcfb-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bcfc-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd00-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd01-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd05-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd06-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd10-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd11-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd15-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd16-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd1a-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd1b-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd22-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd23-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd67-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8b0-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8b3-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8b4-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8b7-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8b8-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8bb-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8bc-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8bf-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8c0-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8c3-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8c4-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8c7-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8c8-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8cb-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8cc-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8cf-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8d0-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8d3-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8d4-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8d7-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8d8-d16442cb, #w-node-_0db709f6-4481-a3b5-0540-dd224ce1e8db-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bd8f-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd90-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd95-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bd96-d16442cb {
  justify-self: start;
}

#w-node-_3acd36d4-2b4b-e220-561c-ccf90bc21cde-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3acd36d4-2b4b-e220-561c-ccf90bc21cdf-d16442cb {
  justify-self: start;
}

#w-node-_45e50a74-30c4-826a-c833-e5d83541d43f-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e50a74-30c4-826a-c833-e5d83541d440-d16442cb {
  justify-self: start;
}

#w-node-_783ee8da-7dee-50ac-8a36-5a580ed2eddc-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_783ee8da-7dee-50ac-8a36-5a580ed2eddd-d16442cb {
  justify-self: start;
}

#w-node-_1c6488b1-11e3-5e32-01fb-1a49c57fdebd-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c6488b1-11e3-5e32-01fb-1a49c57fdebe-d16442cb {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9e6-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9e7-d16442cb {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9eb-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9ec-d16442cb {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9f0-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9f1-d16442cb {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9f5-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9f6-d16442cb {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9fa-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9fb-d16442cb {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027d9ff-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da00-d16442cb {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da04-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da05-d16442cb {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da09-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da0a-d16442cb {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da0e-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da0f-d16442cb {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da13-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da14-d16442cb {
  justify-self: start;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da18-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de5bf06-8e36-078b-f0a5-103f0027da19-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bdb1-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdbb-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdbe-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdbf-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdc2-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdc3-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdc6-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdc7-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdcb-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdce-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdcf-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdd2-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdd3-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdd6-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdde-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bddf-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bde0-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bde2-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bde5-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bde6-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bde7-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bdeb-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdee-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdef-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bdf0-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bdf4-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bdf8-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bdf9-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bdff-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be02-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be03-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be04-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be08-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be0b-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be0c-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be0d-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be13-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be17-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be18-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be1c-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be1f-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be24-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be25-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be26-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be2a-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be2d-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be2e-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be2f-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be35-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be38-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be39-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be3a-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be40-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be43-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be44-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be45-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be4d-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be50-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be51-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be52-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be5e-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be5f-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be60-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be64-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be69-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be6a-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be6b-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be71-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be76-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be77-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be78-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be7e-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be83-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be84-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be85-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be8d-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be93-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be94-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08be9a-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08be9f-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bea0-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bea1-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bea5-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bea8-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bea9-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08beaa-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08beb0-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08beb3-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08beb4-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08beb5-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bebb-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bebe-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bebf-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bec0-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bec8-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08becb-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08becc-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08becd-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bed3-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bed6-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bed7-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bed8-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bee0-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bee4-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bee5-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08beeb-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bef3-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bef4-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bef5-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bef6-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bef8-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08befb-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08beff-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf00-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf01-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf0a-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf0b-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf0c-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf15-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf16-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf17-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf18-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf1e-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf1f-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf20-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf21-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf23-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf27-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf28-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf29-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf2a-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf2c-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf98-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bf9c-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf9d-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bf9f-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfa1-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfa2-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfa4-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfa6-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfa7-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfa9-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfab-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfac-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfae-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfb0-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfb1-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfb3-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfb5-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfb6-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfb8-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfba-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfbb-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfbd-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfbe-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc0-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc1-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc3-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc4-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc6-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc7-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfc9-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfca-d16442cb, #w-node-_66594ce1-eed5-6198-7e90-11886972faaf-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66594ce1-eed5-6198-7e90-11886972fab0-d16442cb {
  justify-self: start;
}

#w-node-_66594ce1-eed5-6198-7e90-11886972fab2-d16442cb, #w-node-_66594ce1-eed5-6198-7e90-11886972fab3-d16442cb, #w-node-_0ef9640f-3676-cdf9-f66f-dd60d93f92fe-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ef9640f-3676-cdf9-f66f-dd60d93f92ff-d16442cb {
  justify-self: start;
}

#w-node-_0ef9640f-3676-cdf9-f66f-dd60d93f9301-d16442cb, #w-node-_0ef9640f-3676-cdf9-f66f-dd60d93f9302-d16442cb, #w-node-dbc447f3-03b4-662e-d5c9-8eac94929e9b-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbc447f3-03b4-662e-d5c9-8eac94929e9c-d16442cb {
  justify-self: start;
}

#w-node-dbc447f3-03b4-662e-d5c9-8eac94929e9e-d16442cb, #w-node-dbc447f3-03b4-662e-d5c9-8eac94929e9f-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfcc-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfcd-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfcf-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfd5-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfd9-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfda-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfdc-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08bfde-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfdf-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfe1-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfe3-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfe4-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfe6-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfe8-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfe9-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfeb-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfed-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfee-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bff0-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bff2-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bff3-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bff5-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bff7-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bff8-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bffa-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bffc-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bffd-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08bfff-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c001-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c002-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c004-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c006-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c007-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c009-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c00b-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c00c-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c00e-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c013-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c016-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c017-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c019-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c01a-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c01c-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c01d-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c01f-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c020-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c022-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c023-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c025-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c026-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c028-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c029-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c02b-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c02c-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c02e-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c02f-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c031-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c032-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c034-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c035-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c037-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c038-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c03a-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c03b-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c03d-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c03e-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c040-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c041-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c043-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c044-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c046-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c047-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c049-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c04a-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c04c-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c04d-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c04f-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c050-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c052-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c053-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c055-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c056-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c148-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c14c-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c14d-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c151-d16442cb, #w-node-_34fcd401-4d8e-8163-6559-072aeb08c153-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c154-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c158-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c159-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c15d-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c15e-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c162-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c163-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c167-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c168-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c16c-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c16d-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c171-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c172-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c176-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c177-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c17b-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c17c-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c180-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c181-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c184-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c185-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c188-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c189-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c18d-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c18e-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c192-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c193-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c197-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c198-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c19c-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c19d-d16442cb {
  justify-self: start;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c1a1-d16442cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34fcd401-4d8e-8163-6559-072aeb08c1a2-d16442cb {
  justify-self: start;
}

#w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5e93-6c273458, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea3-6c273458, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5ea4-6c273458, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eaa-6c273458, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb0-6c273458, #w-node-_4b7c1478-a23d-b59d-b14c-463b52fc5eb6-6c273458, #w-node-d493649a-a823-8350-0485-325ea9cc344c-6c273458, #w-node-d493649a-a823-8350-0485-325ea9cc3456-6c273458, #w-node-d493649a-a823-8350-0485-325ea9cc345b-6c273458, #w-node-d493649a-a823-8350-0485-325ea9cc3460-6c273458, #w-node-d493649a-a823-8350-0485-325ea9cc3465-6c273458, #w-node-d493649a-a823-8350-0485-325ea9cc3495-6c273458, #w-node-d493649a-a823-8350-0485-325ea9cc3498-6c273458, #w-node-d493649a-a823-8350-0485-325ea9cc349b-6c273458, #w-node-d493649a-a823-8350-0485-325ea9cc349e-6c273458 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_18cc0d92-5a0a-7c41-be40-47f94344dc5c-d16442b9 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_77d7e53c-3312-98ca-b9d0-8385bffc327f-d16442c9, #w-node-_5fd8287b-2c27-0b96-532b-ecbe3901d84b-d16442ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_14f545a9-2292-93ce-b10d-c1a2a8234e47-d16442c9, #w-node-_6b374513-17e1-6d74-159a-b30966c6f85a-d16442c9, #w-node-_1e7490b6-2a11-0b24-f516-8dd96a085a21-d16442c9, #w-node-b820c499-b0a8-a161-df8e-e3b861e5a870-d16442c9 {
    justify-self: start;
  }
}


