:root {
  --black: black;
  --light-grey: #f4f4f4;
  --white: white;
  --violetstrong: #170118;
  --violetatitular: #775aff;
  --violetgrey: #3c013f;
  --transparente2: #14142b00;
  --spark-library--black: black;
  --spark-library--foreground-interactive: #5532fa;
  --transparente: #775affed;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --blackglow: #00000069;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--700: #4a4566;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --spark-library--border-default: #00000029;
  --spark-library--foreground-secondary: #000000c2;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --untitled-ui--gray800: #00fdff;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #01043d;
  --elements-webflow-library--neutral--400: #dcddeb;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray100: #f2f4f7;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: var(--violetatitular);
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

p {
  margin-bottom: 0;
}

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

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  aspect-ratio: auto;
  height: auto;
  position: static;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

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

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

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

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

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

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

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  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 {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

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

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

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

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

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

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

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

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

.button.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

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

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

.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-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

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

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

.rl-styleguide_label {
  color: var(--white);
  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;
}

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

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

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

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

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

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

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

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

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

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

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

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

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

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

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

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

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

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

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

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

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

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

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

.text-color-black {
  color: var(--black);
}

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

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

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

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

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

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

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

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

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section_hero {
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: static;
}

.parallax_component {
  perspective: 3500px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  max-height: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.parallax_layer {
  position: absolute;
}

.parallax_layer.is-1 {
  vertical-align: baseline;
  max-width: 100%;
  max-height: 100%;
  inset: auto;
}

.parallax_layer.is-2.pointer-events-off {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.parallax_layer.is-3.pointer-events-off {
  max-width: 100%;
  max-height: 100%;
}

.parallax_layer.is-4 {
  position: relative;
}

.parallax_layer.is-4.pointer-events-off {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.section_space {
  z-index: 2;
  background-color: var(--violetstrong);
  height: 100vh;
  padding-top: 3rem;
  position: relative;
}

.section_space._1 {
  background-color: var(--violetstrong);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 200svh;
  display: block;
  top: auto;
}

.parallax_heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.1em;
  text-transform: uppercase;
  text-shadow: 0 1px 3rem #00000085;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Noto Sans, sans-serif;
  font-size: 13rem;
  font-style: italic;
  font-weight: 900;
  line-height: .8;
  display: flex;
  position: absolute;
  inset: 0;
}

.parallax_heading._2 {
  height: auto;
  color: var(--violetatitular);
  -webkit-text-stroke-color: var(--violetgrey);
  text-shadow: none;
  flex-flow: column;
  display: block;
  position: static;
}

.parallax_heading._1 {
  z-index: 6;
}

.icon-embed-custom {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 2.5rem;
  display: flex;
}

.nav_component {
  z-index: 999;
  background-color: #fff0;
  width: 100%;
  position: fixed;
  top: 0;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.nav_toggle {
  background-color: #0000;
  width: 3rem;
  height: 3rem;
  padding: 0;
}

.nav_toggle.w--open {
  z-index: 5;
  background-color: #0000;
}

.nav_toggle-icon {
  filter: invert();
  width: 100%;
  height: 100%;
}

.nav-link {
  color: var(--white);
  text-align: center;
  font-size: 1.5rem;
}

.nav-menu {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff57;
}

.parallax_info-link {
  color: #444;
  text-align: center;
  border-bottom: .1rem solid #444;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
}

.parallax_info-link:hover {
  opacity: .7;
}

.stacking-cards_arrow-icon {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: .2rem;
  display: inline-block;
}

.link-wrapper {
  display: flex;
}

.div-block {
  z-index: 100;
  background-image: linear-gradient(180deg, #0000, #5c46c500 86%, var(--violetatitular) 92%, var(--violetatitular) 98%);
  position: absolute;
  inset: 0%;
}

.section {
  background-color: var(--violetstrong);
  height: 100%;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--white);
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--white);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--white);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: var(--transparente);
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-text-link {
  color: var(--spark-library--black);
  text-decoration: underline;
  display: inline-block;
}

.spark-text-link.spark-secondary {
  color: var(--spark-library--background--interactive);
  text-decoration: none;
}

.spark-bottom-bar-link-row {
  grid-column-gap: 32px;
  display: flex;
}

.spark-bottom-bar-text {
  margin-bottom: 0;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-flexed {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spark-absolute-bottom-bar {
  background-color: var(--spark-library--foreground-interactive);
  width: 100%;
  color: var(--spark-library--white);
  padding: 8px 64px;
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.spark-sub-text-in-card-link {
  text-align: left;
  background-color: #155eefb3;
  background-image: url('../images/arrow-right.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 0;
  padding: 16px;
  font-size: 1.3rem;
  position: absolute;
}

.spark-large-card-link {
  width: 280px;
  height: 450px;
  color: var(--spark-library--white);
  background-image: url('../images/Media_1Media.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-large-card-link:hover {
  opacity: 1;
}

.spark-hold-card-links {
  grid-column-gap: 32px;
  display: flex;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-large-icon {
  width: 32px;
}

.spark-mega-nav-link-label {
  margin-bottom: 0;
}

.spark-mega-nav-link {
  border-bottom: 3px solid var(--spark-library--background--interactive);
  width: 300px;
  color: var(--spark-library--black);
  justify-content: space-between;
  padding: 16px 24px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: border-color .15s, color .15s;
  display: flex;
}

.spark-mega-nav-link:hover {
  border-bottom-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-mega-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-mega-menu-take-over {
  background-color: var(--spark-library--white);
  width: 100%;
  height: 90vh;
  max-height: 100vh;
  padding: 172px 64px;
  inset: 0% 0% auto;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-take-over-menu {
  background-color: var(--transparente);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: fixed;
  inset: 0% 0% auto;
}

.spark-line-4 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-5 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-right {
  background-color: #0000;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-right.w--open {
  background-color: #0000;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-centered-full {
  text-align: center;
  border-radius: 999px;
  margin-bottom: 8px;
}

.spark-nav-link.spark-centered-full:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-last {
  margin-bottom: 32px;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-simple-nav-menu {
  background-color: var(--spark-library--white);
  border-radius: 40px;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
}

.spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
  z-index: 3;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 8px 0 20px #0000001f;
}

.spark-centered-brand-logo {
  z-index: 2;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-hamburger-menu-inner {
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spark-hamburger-menu-with-logo {
  z-index: 99;
  background-color: var(--spark-library--white);
  border-radius: 999px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 32px;
  box-shadow: 2px 0 8px #0000001a;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--white);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  z-index: 200;
  color: var(--white);
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  z-index: 200;
  background-color: #0000;
}

.brix---header-big-nav-link {
  color: var(--blackglow);
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
}

.brix---header-big-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item-hamburger-desktop {
  margin-bottom: 24px;
  padding-left: 0;
}

.brix---dropdown-link-big {
  width: 100%;
  color: var(--elements-webflow-library--neutral--700);
  align-items: center;
  padding: 0;
  font-size: 28px;
  line-height: 36px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-big:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid-big {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-card-desktop {
  background-color: #0000;
  top: 32px;
  overflow: visible;
}

.brix---dropdown-column-wrapper-hamburger {
  background-color: #0000;
  padding-top: 32px;
  position: static;
}

.brix---dropdown-chevron-big {
  width: 28px;
  margin-left: 10px;
}

.brix---dropdown-toggle-big-link {
  align-items: center;
  padding: 0;
  font-size: 40px;
  line-height: 42px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-big-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-menu-hamburger-desktop {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---container-default-center {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-hamburger-desktop-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  padding: 44px 24px;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-logo-link.w--current {
  z-index: 200;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--spark-library--border-default);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: fixed;
  inset: 0% 0% auto;
}

.menupc {
  z-index: 100;
  background-image: linear-gradient(to bottom, var(--transparente), var(--transparente)), url('../images/backgroundwhite.jpg');
  opacity: 0;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 50px;
  padding-right: 75px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.container {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: auto;
}

.link {
  color: var(--white);
  text-align: center;
  text-transform: none;
  text-shadow: 0 0 3px #0003;
  cursor: pointer;
  padding-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: all .475s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.link:hover {
  color: var(--spark-library--foreground-interactive-hover);
}

.background-video {
  z-index: 1;
  opacity: .15;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.spark-social-link {
  background-color: var(--spark-library--white);
  width: 32px;
  height: 32px;
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans, sans-serif;
  position: relative;
}

.spark-container-2.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-footer-bottom {
  background-color: var(--spark-library--background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-white-background {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
}

.spark-footer-bottom.spark-top-border {
  border-top: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-light-button {
  border-color: var(--spark-library--white);
  background-color: var(--spark-library--white);
  min-height: 0;
  color: var(--spark-library--black);
  padding: 16px 24px;
  line-height: 1em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2.spark-light-button:hover {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive);
}

.spark-flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-flexed-row-of-links.spark-centered-row {
  justify-content: center;
}

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-footer-column.spark-right-side-footer-column {
  flex-direction: column;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-small-grid {
  grid-template-columns: 1fr .25fr;
}

.spark-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 130vh;
  padding: 150px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.spark-section.spark-primary-bottom-border {
  border-bottom: 1px solid var(--spark-library--foreground-interactive);
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  color: var(--violetatitular);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Noto Sans, sans-serif;
  font-size: 6rem;
  font-style: italic;
  font-weight: 600;
  line-height: .9;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--elements-webflow-library--neutral--600);
  font-family: Noto Sans, sans-serif;
  font-size: 1.1rem;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-section.spark-shortened {
  padding-bottom: 64px;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.spark-centered-content {
  text-align: center;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-centered-900.spark-no-bottom-margin {
  margin-bottom: 0;
}

.text-span {
  color: var(--white);
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h2-size-link {
  color: var(--untitled-ui--gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-h2-size-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---text-300-bold {
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---footer-big-links-col {
  margin-right: 96px;
}

.brix---footer-big-links-wrapper {
  border-left: 1px solid var(--elements-webflow-library--neutral--300);
  padding-left: 128px;
  display: flex;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---grid-footer-v17 {
  grid-column-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  justify-items: end;
}

.brix---footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-0 {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
}

.brix---paragraph-default-2 {
  color: var(--elements-webflow-library--neutral--600);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
}

.brix---heading-h3-size {
  color: var(--violetatitular);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 41px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-800 {
  width: auto;
  color: var(--blackglow);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---card---icon-left---content-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--transparente2);
  border-radius: 24px;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.brix---card---icon-left---content-right._1 {
  box-shadow: none;
  border-style: none;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---heading-h2-size {
  color: var(--violetatitular);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---text-center {
  text-align: center;
  width: auto;
}

.brix---inner-container-600px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 75px;
}

.brix---mg-bottom-48px {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: block;
}

.brix---section {
  height: 120vh;
  color: var(--elements-webflow-library--neutral--100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 433px;
  padding-bottom: 150px;
  display: flex;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--blackglow);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  border: 2px solid var(--violetatitular);
  background-color: var(--transparente2);
  color: var(--violetatitular);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 50px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--violetatitular);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-3 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
}

.brix---heading-h2-size-2 {
  color: var(--violetatitular);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 900;
  line-height: 1em;
}

.brix---color-neutral-801 {
  color: var(--blackglow);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---cta-v9-card {
  border: 1px solid var(--black);
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--radiant-ui-components-library-marketplace--color--button-background-dark), black);
  box-shadow: 0 2px 7px 0 var(--transparente2);
  border-radius: 24px;
  padding: 94px 62px;
}

.brix---grid-cta-v9 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---cta-v9-section {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---full-width-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---half-bg-image-right-content-v2 {
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---btn-primary-2 {
  background-color: var(--violetatitular);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1em;
}

.brix---color-neutral-802 {
  color: var(--blackglow);
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-image-fw-right {
  padding-top: 310px;
  padding-bottom: 310px;
  position: relative;
  overflow: hidden;
}

.background-video-copy {
  z-index: 1;
  opacity: .15;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.body {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: block;
}

.hero-container {
  background-color: #fff;
  height: 110vh;
  position: relative;
  overflow: hidden;
}

.hiker {
  z-index: 10;
  background-image: url('../images/parallax01.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hiker._4 {
  background-image: url('../images/pera04.png');
  display: block;
}

.middle1 {
  z-index: 7;
  background-image: url('../images/parallax02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.middle1._3 {
  background-image: url('../images/pera03.png');
}

.middle2 {
  z-index: 5;
  background-image: url('../images/parallax03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.middle2._2 {
  background-image: url('../images/pera02.png');
}

.sky {
  z-index: 4;
  background-image: url('../images/parallax04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.sky._1 {
  background-image: url('../images/pera01.png');
  background-size: cover;
}

.spark-icon-2 {
  width: 12px;
  display: inline-block;
}

.spark-icon-2.spark-20px-icon {
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.spark-social-row {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.spark-social-row.spark-left-aligned {
  justify-content: flex-start;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph.spark-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-team-member-details {
  max-width: 590px;
}

.spark-vertical-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 310px;
}

.spark-stacked-card {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-four-column-team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-gray-paragraph {
  color: var(--spark-library--foreground-secondary);
  line-height: 1.3;
}

.spark-horizontal-team-member-image {
  object-fit: cover;
  border-radius: 12px;
  width: 500px;
  max-width: none;
  height: 300px;
  display: block;
}

.spark-horizontal-team-member-image.spark-small {
  width: 310px;
  height: 310px;
}

.spark-wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card.spark-top-aligned {
  align-items: flex-start;
}

.spark-flex-row-of-two-team-members {
  grid-column-gap: 64px;
  margin-bottom: 64px;
  display: flex;
}

.spark-flex-row-of-team-members {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-901 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  text-align: center;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.brix---logo-strip-image-06, .brix---logo-strip-image-04 {
  width: 100%;
}

.brix---logo-strip-image-03, .brix---logo-strip-image-02, .brix---logo-strip-image-01 {
  border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  width: 100%;
}

.brix---grid-logo-strip-v5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---logo-strip-v5-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--transparente2);
  border-radius: 24px;
}

.brix---heading-h2-size-4 {
  color: var(--violetatitular);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-803 {
  color: var(--blackglow);
}

.brix---text-center-tablet {
  text-align: left;
}

.brix---grid-2-logo-strip-v5 {
  grid-column-gap: 70px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 150px;
}

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brx---content-inside-card-team-member-v11 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 28px;
  display: flex;
}

.brix---image-team-v11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---team-v11-image-wrapper {
  object-fit: fill;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.brix---card-team-v11 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--transparente2);
  transform-style: preserve-3d;
  border-radius: 24px;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-team-v11:hover {
  color: var(--elements-webflow-library--neutral--600);
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-team-v11 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  display: grid;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-900-width.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

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

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout85_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout85_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_layout85 {
  display: block;
}

.spark-container-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-3 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.spark-icon-3 {
  width: 12px;
  display: inline-block;
}

.spark-icon-3.spark-20px-icon {
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.spark-centered-902 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph-6 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-team-member-details-2 {
  max-width: 590px;
}

.spark-bold-heading-3 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph-2.spark-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.spark-wrapped-team-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card-2.spark-extra-spaced {
  grid-column-gap: 64px;
  align-items: center;
}

.spark-social-row-2 {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.spark-social-row-2.spark-left-aligned {
  justify-content: flex-start;
}

.spark-flex-row-of-team-members-2 {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-horizontal-team-member-image-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 500px;
  max-width: none;
  height: 300px;
  display: block;
}

.spark-gray-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  line-height: 1.3;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2.text-color-primary700 {
  color: var(--violetatitular);
  font-family: Noto Sans, sans-serif;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--violetatitular);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--violetatitular);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

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

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.social-link {
  color: var(--untitled-ui--gray400);
  transition: all .3s;
}

.social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-team09_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.uui-team09_image-wrapper {
  width: 100%;
  padding-top: 160%;
  position: relative;
  overflow: hidden;
}

.uui-team09_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-team09_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.uui-team09_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section_team09 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-tiny {
  color: var(--violetatitular);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: var(--violetatitular);
  margin-bottom: .75rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-team09_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1rem;
  display: grid;
}

.text-block, .text-block-2 {
  font-family: Noto Sans, sans-serif;
}

.text-span-2 {
  color: var(--violetatitular);
  text-shadow: none;
}

.abriente {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fondoarriba {
  background-color: #000;
  height: 0;
}

.fondoabajo {
  background-color: #000;
  height: 0%;
}

.div-block-2 {
  height: 100%;
}

.section-page-intro {
  aspect-ratio: auto;
  background-color: var(--black);
  min-height: 200svh;
  padding-bottom: 174px;
  overflow: clip;
}

.page-intro-wrapper {
  z-index: 0;
  background-color: var(--black);
  background-image: radial-gradient(circle, #01043d, #000 52%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 120svh;
  padding-top: 0;
  padding-bottom: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

.page-intro-wrapper._1 {
  background-color: var(--violetstrong);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 200svh;
  display: block;
  top: auto;
}

.section-after-intro-text {
  z-index: 3;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  margin-top: 21vh;
  padding-top: 10em;
  padding-bottom: 3em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
  position: relative;
}

.section-after-intro-text.spark-primary-bottom-border {
  border-bottom: 1px solid var(--spark-library--foreground-interactive);
}

.section-after-intro-text h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-after-intro-text h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-after-intro-text h1 {
  color: var(--violetatitular);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Noto Sans, sans-serif;
  font-size: 6rem;
  font-style: italic;
  font-weight: 900;
  line-height: .9;
}

.section-after-intro-text h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.section-after-intro-text h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-after-intro-text h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-after-intro-text p {
  color: var(--white);
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
}

.section-after-intro-text ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.section-after-intro-text li {
  margin-bottom: .5rem;
}

.section-after-intro-text.spark-shortened {
  padding-bottom: 64px;
}

.page-intro-content {
  z-index: 0;
  height: auto;
  display: block;
  position: relative;
}

.page-intro-splitscreen-wrapper {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-front {
  box-shadow: none;
  backface-visibility: hidden;
  background-image: url('../images/kalisa-veer-349467-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.card-front._3 {
  background-image: url('../images/ramirezpropituzaingo.png');
  background-size: cover;
}

.card-front._3.aa {
  background-image: url('../images/c984f70c-5759-4b7a-aac0-9c4b8b02fbca.jpeg');
  display: block;
}

.card-front._1 {
  background-image: url('../images/casacentralramirezprop.png');
  background-repeat: no-repeat;
}

.card-front._1.aa {
  background-image: url('../images/casacentralramirezprop.png.jpg');
  display: block;
}

.card-front._4 {
  box-shadow: none;
  background-image: url('../images/ramirezpropmoreno.png');
}

.card-front._2 {
  background-image: url('../images/ramirezpropnordelta.png');
}

.card-front._2.aa-copy {
  background-image: url('../images/belgrano.png');
  display: block;
}

.card-front._2.aa {
  background-image: url('../images/nordelta.png');
}

.big-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.div-block-49 {
  background-image: url('../images/inm.jpg');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.horizontal-scroll-wrapper {
  flex-direction: row;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.start-wrapper {
  perspective: 1000px;
  display: block;
}

.lottie-animation-8 {
  width: 50px;
  padding-top: 43px;
  transform: rotate(-90deg);
}

.section-4 {
  background-color: #0d0d33;
  width: 3700px;
  height: 100vh;
}

.section-4._1 {
  perspective: 1000px;
  background-color: #12277a;
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  width: 1920px;
  display: none;
  position: relative;
}

.section-4._2 {
  background-color: #fff;
  width: 3000px;
}

.page-wrapper-2 {
  height: 400vh;
  margin-bottom: 172px;
  position: relative;
}

.card {
  cursor: pointer;
  background-color: #0000;
  width: 480px;
  height: 650px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  position: relative;
  inset: 0;
}

.card._3, .card._2 {
  cursor: auto;
  width: 400px;
  height: 400px;
  display: block;
}

.card._2.aa {
  display: block;
}

.card._1 {
  cursor: auto;
  width: 400px;
  height: 400px;
  display: block;
}

.card._1.aa {
  display: block;
}

.card._4 {
  cursor: auto;
  width: 400px;
  height: 400px;
  display: block;
}

.card._4.aa {
  display: block;
}

.card-back {
  backface-visibility: visible;
  transform-style: preserve-3d;
  background-color: #874d87;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px 40px;
  display: flex;
  position: absolute;
  inset: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._1 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/casacentralramirezprop.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 0;
  padding-right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._1.aa {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/casacentralramirezprop.png.jpg');
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._4 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/ramirezpropmoreno.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 0;
  padding-right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._4.aa {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._3 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/ramirezpropituzaingo.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 0;
  padding-right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._3.aa {
  transform-style: preserve-3d;
  background-image: linear-gradient(#ffffffab, #ffffffab), url('../images/c984f70c-5759-4b7a-aac0-9c4b8b02fbca.jpeg');
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._2 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/ramirezpropnordelta.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 0;
  padding-right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._2.aa-copy {
  transform-style: preserve-3d;
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/belgrano.png');
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._2.aa {
  background-image: linear-gradient(to bottom, null, null), url('../images/nordelta.png');
}

.horizontal-scroll-content {
  background-color: #12277a;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 3500px;
  height: 100vh;
  display: block;
  position: relative;
}

.text-block-10 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: -5px;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.inner-shadow-rectangle {
  perspective: 1000px;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.card-wrapper {
  perspective: 2000px;
  cursor: none;
  margin-right: 145px;
  display: block;
  position: static;
}

.card-wrapper.mouse-hover {
  cursor: auto;
  margin-right: 0;
  display: block;
}

.card-wrapper.mouse-hover._1, .card-wrapper.mouse-hover._2, .card-wrapper.mouse-hover._3 {
  display: block;
}

.text-block-12 {
  color: #12277a;
  text-align: center;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.content-wrapper {
  z-index: 100;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.content-wrapper._2 {
  justify-content: flex-start;
  margin-left: 260px;
}

.link-2 {
  color: #252525;
  letter-spacing: 5px;
  font-size: 12px;
  text-decoration: none;
}

.paragraph {
  color: #252525;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 2px;
  padding-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.paragraph.as {
  margin-bottom: 15px;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 10px;
}

.paragraph._2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #12277a;
  border: 1px solid #0000;
  border-radius: 8px;
  padding: 10px;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px 300px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rtpadding-bottom-none {
  background-color: var(--black);
  background-image: radial-gradient(circle, #01043d, #000);
  padding-bottom: 0;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-number-img-bg-inner {
  width: 200px;
  height: 200px;
  color: var(--violetatitular);
  background-image: url('../images/Group-1009002136.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.rt-number-img-bg-inner:hover {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  background-image: url('../images/Group-1009002136-1.svg');
}

.rt-arrow-img-left {
  height: auto;
  position: absolute;
  inset: auto -12% 43% auto;
  transform: none;
}

.rt-arrow-img-left.rt-arrow-img-right {
  bottom: 46%;
  transform: rotate(-12deg);
}

.rt-number-block-2 {
  text-align: center;
  flex: 1;
  position: relative;
}

.rt-number-image-bg-outer {
  justify-content: center;
  align-items: center;
}

.rt-arrow-down-img {
  height: auto;
}

.rt-number-text-block-outer {
  align-items: center;
}

.rt-arrow-circle-block {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-heading-three {
  color: var(--white);
  letter-spacing: -3px;
  text-transform: none;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
}

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-about-option.rt-about-last {
  color: var(--white);
  align-self: center;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

.rt-designed-text {
  color: var(--white);
  align-self: center;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rt-link-text {
  color: #141517;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.rt-link-text.rt-capitalized {
  text-transform: capitalize;
}

.rt-link-text.rt-capitalized.rt-change-size {
  font-size: 16px;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-change-color {
  color: var(--white);
  text-transform: none;
  font-family: Noto Sans, sans-serif;
  font-size: .8rem;
  line-height: 1.5;
  transition: color .35s;
}

.rt-link-text.rt-capitalized.rt-change-size.rt-change-color:hover {
  color: var(--untitled-ui--gray800);
}

.rt-footer-links-text {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text.rt-color-dark {
  color: #000;
}

.rt-footer-links-text.rt-color-dark.rt-hover:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-container-5 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-footer-three-logo {
  flex: 1;
  margin-bottom: 40px;
}

.rt-footer-three-logo-and-social-media {
  padding-top: 8px;
}

.rt-footer-three-main {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-footer-three-social-media-icons {
  background-color: var(--violetatitular);
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: background-color .3s;
  display: flex;
}

.rt-footer-three-social-media-icons:hover {
  background-color: #2b3647;
}

.rt-footer-two-bottom-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-footer-bottom-text {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.rt-button-text-3 {
  z-index: 1;
  text-transform: capitalize;
  position: relative;
}

.rt-footer-three-description {
  max-width: 328px;
  font-size: 17px;
  line-height: 27px;
}

.rt-footer-two-bottom {
  text-align: center;
  border-top: .5px solid #6fa8ff80;
  padding-top: 25px;
  padding-bottom: 25px;
}

.rt-footer-two-bottom.rt-gutter-space {
  border-top-color: #ffffff80;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-footer-three-contact-links-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.rt-footer-menu-links {
  grid-column-gap: 50px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.rt-button-6 {
  z-index: 99;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  transform-origin: 0 0;
  color: #11171b;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: 9px 30px 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.rt-footer-three-social-media-icons-wrap {
  grid-column-gap: 10px;
  margin-top: 30px;
}

.rt-footer-three-title {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 355px;
  display: flex;
}

.rt-footer-three-contact-links-icon {
  flex: none;
}

.rt-footer-three-contact-links {
  grid-column-gap: 25px;
  max-width: 250px;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.rt-button-overlay-4 {
  z-index: -1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100%;
  width: 25%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.7)translate(0, 150%);
}

.rt-button-overlay-4.rt-three {
  left: 50%;
}

.rt-button-overlay-4.rt-four {
  left: 75%;
}

.rt-button-overlay-4.rt-two {
  left: 25%;
}

.rt-location-icon {
  color: var(--white);
  margin-top: 8px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  padding-bottom: 0;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 200px 15px 100px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-ten {
  margin-top: 10px;
}

.rt-counter-train-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.rt-counter-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #d2d2d2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 108px;
}

.rt-counter-box-2 {
  justify-content: center;
  align-items: flex-start;
  height: 90px;
  overflow: hidden;
}

.rt-counter-box-2.rt-heading-two-box {
  height: 55px;
}

.rt-counter-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -1.2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  display: flex;
}

.rt-counter-design-image {
  position: absolute;
  inset: -7% 7% auto auto;
}

.rt-counter-items-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-home-two-team-counter-wrapper {
  max-width: 1090px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-hero-counter-columns {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.rt-counter-items-name {
  color: #14151a;
  text-align: center;
  text-transform: none;
  max-width: 158px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.rt-home-one-service-btn-block {
  justify-content: center;
  padding-top: 50px;
  display: flex;
}

.rt-home-one-creative-agency-tag-line {
  grid-column-gap: 15px;
  color: #c9c9c9;
  background-color: #ffffff0f;
  border-radius: 50px;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  display: flex;
}

.rt-home-one-creative-agency-tag-line.rt-color-change {
  color: #626262;
  background-color: #f2f2f2;
}

.rt-home-one-creative-agency-tag-line-mark {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: #fff;
  border-radius: 27px;
  padding: 3px 15px 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
}

.rt-body-font-color-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-category-cards-text-2.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-change-font {
  font-weight: 300;
}

.rt-title-top {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-title-top.rt-padding-bottom-twenty.rt-text-white, .rt-title-top.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-padding-bottom-twenty {
  padding-bottom: 20px;
}

.rt-home-two-service-card-four {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Digital-Solutions.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-service-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
  position: relative;
}

.rt-home-two-service-card-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Brand-Promotion.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-text-main {
  padding-bottom: 40px;
  padding-left: 40px;
}

.rt-home-two-service-card-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Creative-Solutions.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  overflow: hidden;
}

.rt-home-two-service-overlay {
  background-image: linear-gradient(0deg, #282a2e, #282a2e00);
}

.rt-home-two-service-card-one {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-image: url('../images/Creative-Solution-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15%;
  height: 611px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rt-home-two-service-text {
  max-width: 311px;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-4.rt-gallery-v-four {
  background-color: var(--black);
  background-image: linear-gradient(#000, #01043d 60%, #000 101%);
  padding-top: 200px;
  padding-bottom: 200px;
}

.rt-auto-fit {
  border-radius: 10px;
  height: auto;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-full-width.rt-auto-fit {
  object-fit: cover;
}

.rt-full-width.rt-auto-fit.rt-full-height, .rt-full-width.rt-full-height {
  height: 100%;
}

.rt-full-width.rt-portfolio-three-custome-image {
  object-fit: cover;
}

.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-portfolio-three-card-main-wrap-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.rt-tag-five {
  letter-spacing: 0;
  font-family: Outfit;
  font-size: 14px;
  line-height: 24px;
}

.rt-tag-five.rt-text-uppercase {
  color: var(--transparente);
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
}

.rt-portfolio-three-card-main-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 30px;
  display: grid;
}

.rt-portfolio-three-card {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rt-portfolio-three-card.rt-portfolio-three-card-middle-one {
  width: 100%;
  max-width: 850px;
  height: auto;
}

.rt-portfolio-three-card.rt-portfolio-three-card-meddle-two {
  width: 100%;
  max-width: 410px;
}

.rt-portfolio-three-card-contain-block {
  background-color: var(--black);
  pointer-events: none;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 10px 23px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-component-heading-five {
  color: var(--white);
  text-transform: capitalize;
  font-family: Noto Sans, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-overflow-hidden {
  overflow: hidden;
}

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

.rt-padding-bottom-ten {
  padding-bottom: 10px;
}

.rt-padding-bottom-fifteen {
  padding-bottom: 15px;
}

.rt-padding-bottom-fifteen.rt-margin-top-seveteen {
  margin-top: 17px;
}

.rt-padding-bottom-fifteen.rt-margin-top-seveteen.rt-width-five-hundred-twenty {
  max-width: 520px;
}

.rt-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-radius-ten.rt-auto-fit.rt-tab-image-full-width.rt-image-hover-zoom {
  transition: transform .45s;
}

.rt-radius-ten.rt-auto-fit.rt-tab-image-full-width.rt-image-hover-zoom:hover {
  transform: scale(1.05);
}

.rt-tab-image-full-width {
  object-fit: cover;
}

.rt-padding-bottom-thirty {
  padding-bottom: 30px;
}

.rt-padding-bottom-thirty.rt-width-five-hundred {
  max-width: 500px;
}

.rt-padding-bottom-thirty.rt-width-five-hundred-twenty {
  max-width: 520px;
}

.rt-support-across-channels-tab-content {
  display: none;
}

.rt-image-relative {
  position: relative;
}

.rt-image-relative.rt-top-six {
  top: 6px;
}

.rt-home-two-data-science-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.rt-home-two-data-science-content-block-two {
  position: absolute;
  inset: auto 5% 5% auto;
}

.rt-posibilities {
  border: 1px solid #2a2044;
  border-radius: 10px;
  width: 100%;
  min-height: 600px;
  position: sticky;
  top: 148px;
  overflow: hidden;
}

.rt-posibilities.rt-active {
  z-index: 0;
  top: 0;
}

.rt-posibilities.rt-active.rt-design-card-block {
  background-color: #fff;
  border-width: 0;
}

.rt-home-two-electrical-grid {
  grid-template-columns: 1fr;
}

.rt-home-two-dedicated-card {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.rt-home-one-sticky-flex {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  align-items: center;
  display: flex;
}

.rt-design-details-right {
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
}

.rt-design-details-right.rt-design-details-right-one {
  height: auto;
}

.rt-home-one-unforgettable-tabs-menu {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-home-one-unforgettable-tabs-menu.rt-padding-bottom-sixty-four {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-bottom: 64px;
}

.rt-home-two-data-science-content-block {
  flex: 0 45%;
  position: relative;
}

.rt-tag-8 {
  grid-column-gap: 3px;
  color: #4f4f4f;
  letter-spacing: .01rem;
  text-transform: capitalize;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
  display: flex;
}

.rt-tag-heading-shape {
  color: #fff;
  background-color: #1a2934;
  border-radius: 3px;
  align-items: center;
  height: 22px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.rt-home-four-electrical-flex {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
}

.rt-home-four-electrical-flex.rt-padding-bottom-eighty {
  padding-bottom: 80px;
}

.rt-home-two-electrical-content-block {
  flex: 0 40%;
}

.rt-case-details {
  grid-column-gap: 120px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.rt-home-two-data-science-flex {
  grid-column-gap: 96px;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.rt-home-two-data-science-flex.rt-padding-top-zero {
  padding-top: 0;
}

.rt-home-two-data-science-image-block {
  border-radius: 6px;
  flex: 0 48%;
  position: relative;
}

.rt-tag-block {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-tag-block.rt-flex-left {
  justify-content: flex-start;
}

.rt-home-one-unforgettable-tabs-content-block {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-one-unforgettable-tabs-content-block.rt-contain-small {
  max-width: 160px;
}

.rt-words-section {
  grid-column-gap: 90px;
  align-items: center;
  padding-top: 150px;
  display: flex;
}

.rt-words-section.rt-padding-top-zero {
  padding-top: 0;
}

.rt-save-time-and-lower-costs-tab-content {
  padding-bottom: 80px;
  display: none;
}

.rt-home-one-unforgettable-tabs-line {
  background-color: #f5f5f5;
  border-radius: 50px;
  width: 100%;
  height: 6px;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}

.rt-crm-management-tab-content {
  display: flex;
}

.rt-words-content-block {
  flex: 0 47%;
}

.rt-home-four-electrical-image-block-2 {
  flex: 0 47%;
  position: relative;
}

.rt-home-two-data-science-content-image-one {
  z-index: -1;
  position: absolute;
  inset: auto auto -29% -12%;
}

.rt-task-based-key-results-tab-content {
  display: none;
  position: relative;
}

.rt-home-one-unforgettable-tabs {
  background-color: #0000;
  width: 100%;
  max-width: 300px;
  padding-left: 0;
  padding-right: 0;
}

.rt-home-one-unforgettable-tabs.rt-text-center {
  cursor: pointer;
}

.rt-home-one-unforgettable-tabs.rt-text-center.w--current {
  background-color: #0000;
}

.rt-relative {
  position: relative;
}

.rt-relative.rt-image-wrapepr {
  overflow: hidden;
}

.rt-heading-four-15 {
  color: #233050;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
}

.rt-words-image-block {
  flex: 0 48%;
  justify-content: center;
  display: flex;
  position: relative;
}

.rt-design-details-teaser {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  max-width: none;
  display: flex;
}

.rt-home-two-data-science-card {
  grid-column-gap: 19px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 29px;
  display: flex;
}

.rt-design-column {
  flex: 1;
  display: block;
  position: relative;
}

.rt-home-one-sticky-tab-section {
  position: absolute;
  inset: auto auto 6% 6%;
}

.rt-home-one-unforgettable-tabs-inner-line {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  position: absolute;
  inset: 0%;
}

.rt-home-two-data-science-text-block {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.rt-home-two-electrical-card {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.rt-home-one-unforgettable-content {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.rt-radius-six {
  border-radius: 10px;
}

.spark-container-5 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-4 {
  background-color: var(--black);
  background-image: linear-gradient(#01043d, #000);
  width: 100%;
  padding: 202px 150px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-4 h5 {
  color: var(--violetatitular);
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.3;
}

.spark-section-4 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-4 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-4 h2 {
  color: var(--violetatitular);
  letter-spacing: -3px;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Noto Sans, sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 900;
  line-height: .9;
}

.spark-section-4 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-4 p {
  color: var(--white);
  text-transform: none;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
}

.spark-section-4 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-4 li {
  margin-bottom: .5rem;
}

.spark-secondary-paragraph-8 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-three-column-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-2.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-900-width-2 {
  width: 952px;
  max-width: 100%;
}

.spark-900-width-2.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-faq-expander {
  border: 2px solid var(--spark-library--black);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 2rem;
}

.spark-faq-button {
  background-color: var(--spark-library--white);
  width: 100%;
  color: var(--spark-library--black);
  border-radius: 8px;
  padding: 24px 32px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .2s, color .15s;
}

.spark-faq-button:hover {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-faq-button:focus {
  outline-color: var(--spark-library--foreground-interactive);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.spark-faq-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-duration: .15s, .15s;
}

.spark-faq-button.w--open:focus {
  outline-color: var(--spark-library--foreground-interactive);
  outline-offset: 0px;
  outline-width: 1.5px;
  outline-style: none;
}

.spark-faq-plus-to-x {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.spark-vertical-line {
  background-color: var(--spark-library--foreground-interactive);
  width: 4px;
  height: 24px;
}

.spark-horizontal-line {
  background-color: var(--spark-library--foreground-interactive);
  width: 24px;
  height: 4px;
  position: absolute;
}

.spark-faq-dropdown {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.spark-faq-dropdown.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 0 0 8px 8px;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  transition: background-color .15s;
  position: relative;
}

.spark-dropdown-text {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding: 32px;
}

.rt-category-cards-text-3 {
  color: var(--white);
  text-transform: capitalize;
  font-family: Noto Sans, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: .9em;
}

.rt-category-cards-text-3.rt-margin-bottom-thirty {
  color: var(--violetatitular);
}

.rt-margin-bottom-twenty-2 {
  margin-bottom: 20px;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-5 {
  background-color: var(--black);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-image: radial-gradient(circle, #01043d, #000 61%);
  padding: 256px 50px 200px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-5.rt-accordion-v-seven {
  padding-top: 10px;
}

.rt-component-section-5._2345 {
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.rt-full-width-2 {
  border-radius: 10px;
  width: 100%;
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-autofit {
  object-fit: cover;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-2.rt-full-width-2 {
  width: 100%;
}

.rt-advertise-content-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper {
  width: 40px;
  height: 40px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper.rticon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-dotted-line {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-content-text-wrapper {
  max-width: 495px;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-advertise-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-advertise-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

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

.rt-heading-six-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six-2.rt-margin-top-thirty.rt-margin-bottom-ten {
  color: var(--untitled-ui--gray800);
  text-transform: none;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.3em;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

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

.rt-text-center-2.rt-home-three-award-heading {
  color: var(--violetatitular);
  letter-spacing: -3px;
  padding-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 900;
}

.rt-text-center-2.rt-home-three-award-heading.fg3 {
  padding-bottom: 63px;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-home-three-award-main-dot {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 50px;
  padding-top: 0;
  display: flex;
}

.rt-home-three-award-sticky-box {
  width: 100%;
}

.rt-home-three-award-appere-line {
  transform-origin: 0%;
  background-color: #ececec;
  height: 1px;
  position: absolute;
  inset: 72px 0% auto;
}

.rt-home-three-award-appere-section {
  width: 100%;
  position: relative;
}

.rt-home-three-award-description {
  color: var(--white);
  padding-top: 24px;
  padding-bottom: 43px;
  font-family: Noto Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rt-home-three-award-item {
  z-index: 1;
  position: relative;
}

.rt-home-three-award-dot {
  background-color: var(--violetatitular);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.rt-home-three-award-content {
  max-width: 181px;
  color: var(--white);
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rt-container-11 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-container-11.rt-home-three-award-appere-container {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.rt-container-11.rt-home-three-award-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.rt-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-heading-two.rt-margin-bottom-fiftee {
  color: var(--violetatitular);
  letter-spacing: -3px;
  margin-bottom: 50px;
  font-family: Noto Sans, sans-serif;
  font-size: 5em;
  font-style: normal;
  font-weight: 900;
  line-height: .9em;
}

.rt-change-font-2 {
  font-weight: 300;
}

.rt-radius-ten-2 {
  border-radius: 10px;
  overflow: hidden;
}

.rt-title-top-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-title-top-2.rt-margin-bottom-ten {
  color: var(--white);
  font-family: Noto Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
}

.rt-accordion {
  width: 100%;
}

.rt-pricing-faq-main {
  max-width: 973px;
  margin-left: auto;
  margin-right: auto;
}

.rt-dropdown-list-2 {
  background-color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  position: relative;
  overflow: hidden;
}

.rt-dropdown-list-2.w--open {
  background-color: #14151700;
  position: relative;
}

.rt-pricing-faq-title {
  max-width: 645px;
}

.rt-pricing-faq-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--transparente2);
  border-bottom: 1px solid #eff2ff33;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rt-pricing-faq-block.rt-border-none {
  background-color: var(--transparente2);
  border-bottom-style: none;
}

.rt-pricing-faq-line-one {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  width: 17px;
  height: 1px;
}

.rt-pricing-faq-line-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 17px;
  height: 1px;
}

.rt-dropdown-toggle-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 35px 0 30px;
  display: flex;
}

.rt-dropdown-toggle-2.w--open {
  padding: 35px 0 30px;
}

.rt-pricing-faq-text {
  color: var(--spark-library--white);
  white-space: normal;
  margin-bottom: 30px;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.rt-margin-top-none {
  margin-top: 0;
}

.rt-3d-trigger-image {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  position: relative;
  top: -4%;
  left: -7.5%;
}

.rt-service-border {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-service-border.rt-border-off {
  background-color: #0000;
}

.rt-home-one-service-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.rt-home-one-service-items.rt-home-one-service-items-one {
  border-top: 1px solid #0003;
}

.rt-home-one-service-items.rt-home-one-service-items-one.rt-margin-top-none {
  border-top-style: none;
}

.rt-service-image-two-wrapper {
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.rt-service-images {
  flex: none;
  width: 185px;
  height: 117px;
  position: relative;
}

.rt-service-images.rt-overflow-hidden {
  border-radius: 10px;
  overflow: hidden;
}

.rt-icon-out-3 {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.rt-service-image-two {
  width: 100%;
  height: 100%;
}

.rt-border-dark-brown {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 0%;
  height: 1px;
  position: absolute;
}

.rt-service-items-image-one {
  width: 100%;
  height: 100%;
}

.rt-circle-button-2 {
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
  display: flex;
  position: relative;
}

.rt-service-items-image-overlay {
  z-index: 3;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.rt-home-one-services {
  align-items: stretch;
}

.rt-home-service-name-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.rt-detail-icons {
  justify-content: center;
  align-items: center;
}

.rt-button-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #191b1d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-home-three-accordion-answer {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding-top: 20px;
}

.rt-about-three-accordion-about-box {
  flex: 1;
  max-width: 440px;
}

.rt-about-three-accordion-question {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-about-three-accordion-wrapper {
  flex: 1;
  max-width: 775px;
}

.rt-about-three-answer-wrap {
  overflow: hidden;
}

.rt-about-three-accordion-icon {
  filter: invert();
}

.rt-about-three-frequently-content {
  margin-top: 15px;
  margin-bottom: 30px;
}

.rt-about-three-accordion-icon-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border: 1px solid #191b1d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}

.rt-about-three-frequently-ask-text {
  max-width: 305px;
  margin-top: 35px;
}

.rt-about-three-accordion-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  justify-content: space-between;
}

.rt-about-three-accordion-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-bottom: 1px solid #c3c3c3;
  width: 100%;
  padding: 30px 40px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-small-2 {
  padding: 100px;
}

.brix---grid-6-columns-logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.textodesc2 {
  font-family: Noto Sans, sans-serif;
  font-size: 1.1rem;
}

.rt-navbar-one {
  z-index: 1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  padding-left: 15px;
  padding-right: 15px;
  font-family: Outfit;
  font-weight: 300;
}

.rt-container {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-navbar-one-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
}

.rt-navbar-one-toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--radiant-ui-components-library-marketplace--color--white);
  justify-content: center;
  align-items: center;
  padding: 23px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.rt-navbar-one-dropdown {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 7px 7px 20px #00000003;
}

.rt-navbar-one-dropdown.w--open {
  padding-top: 12px;
  padding-bottom: 12px;
}

.rt-navbar-one-link {
  padding: 6px 20px 0;
  font-size: 15px;
  font-weight: 400;
  transition: transform .3s;
}

.rt-navbar-one-link:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  transform: translate(5px);
}

.rt-navbar-one-right-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.rt-call-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
}

.rt-call-button-text-wrapper {
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.rt-button-text-one {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transform: translate(0, 100%);
}

.rt-button-text-two {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  position: absolute;
}

.rt-navbar-one-button {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.rt-nav-menu-7 {
  display: flex;
}

.spark-container-6 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-6.spark-flexed {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spark-brand-logo-2 {
  z-index: 2;
  padding-left: 0;
}

.spark-line-6 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: var(--spark-library--white);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-7 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-7.spark-simple-line {
  background-color: var(--spark-library--white);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-2.w--open {
  background-color: var(--violetatitular);
  border-radius: 8px;
}

.spark-line-8 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-8.spark-simple-line {
  background-color: var(--spark-library--white);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-inner-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-icon-4 {
  width: 12px;
  display: inline-block;
}

.spark-icon-4.spark-large-icon {
  width: 32px;
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.spark-sub-text-in-card-link-2 {
  background-color: var(--transparente);
  text-align: left;
  background-image: url('../images/arrow-right.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  margin-bottom: 0;
  padding: 16px;
  font-family: Noto Sans, sans-serif;
  font-size: 1.3rem;
  position: absolute;
}

.spark-mega-menu-take-over-2 {
  background-color: var(--black);
  background-image: linear-gradient(#00000087, #00000087), url('../images/wallmenu.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 95vh;
  max-height: 100vh;
  padding: 172px 64px;
  inset: 0%;
}

.spark-take-over-menu-2 {
  background-color: var(--blackglow);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  mix-blend-mode: normal;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: fixed;
  inset: 0% 0% auto;
}

.spark-mega-nav-link-2 {
  border-bottom: 3px solid var(--transparente);
  width: 400px;
  color: var(--spark-library--black);
  justify-content: space-between;
  padding: 16px 24px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: border-color .15s, color .15s;
  display: flex;
}

.spark-mega-nav-link-2:hover {
  border-bottom-color: var(--white);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-mega-nav-link-2.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-mega-nav-link-label-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5rem;
}

.spark-hold-card-links-2 {
  grid-column-gap: 32px;
  display: flex;
}

.spark-large-card-link-2 {
  width: 280px;
  height: 450px;
  color: var(--spark-library--white);
  background-image: url('../images/Media_1Media.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spark-large-card-link-2:hover {
  opacity: 1;
}

.spark-large-card-link-2._2 {
  background-image: url('../images/845e4ba6-c3a3-47f9-8407-e452638ecafd.jpg');
}

.spark-large-card-link-2._1 {
  background-image: url('../images/a023672f-b7c1-4eda-b3e3-669e810d983b.jpg');
}

.spark-absolute-bottom-bar-2 {
  background-color: var(--spark-library--foreground-interactive);
  width: 100%;
  color: var(--spark-library--white);
  padding: 8px 64px;
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0%;
}

.spark-bottom-bar-text-2 {
  margin-bottom: 0;
}

.spark-flex-row-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-text-link-2 {
  color: var(--spark-library--black);
  text-decoration: underline;
  display: inline-block;
}

.spark-text-link-2.spark-secondary {
  color: var(--spark-library--background--interactive);
  text-decoration: none;
}

.spark-bottom-bar-link-row-2 {
  grid-column-gap: 32px;
  display: flex;
}

.slider {
  background-color: var(--transparente2);
  height: auto;
}

.mask {
  height: auto;
}

.uui-text-size-medium-3 {
  color: var(--white);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-3.text-color-primary700 {
  color: var(--untitled-ui--primary700);
  font-family: Noto Sans, sans-serif;
}

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large-2 {
  color: var(--white);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--primary50);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

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

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.social-link-2 {
  color: var(--untitled-ui--gray400);
  transition: all .3s;
}

.social-link-2:hover {
  color: var(--untitled-ui--gray500);
}

.uui-team10_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

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

.uui-team10_image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-team10_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.uui-team10_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
}

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

.uui-team10_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.section_team10 {
  padding-bottom: 0;
  position: relative;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--blackglow);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
  color: var(--white);
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-tiny-2 {
  color: var(--white);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.middle3 {
  z-index: 5;
  background-image: url('../images/para02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.middle3._2 {
  background-image: url('../images/pera02.png');
}

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

.fondoarriba2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  height: 0;
}

.fondoabajo2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  height: 0%;
}

.section-after-intro-text-2 {
  z-index: 3;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: block;
  position: relative;
}

.section-after-intro-text-2.spark-primary-bottom-border {
  border-bottom: 1px solid var(--spark-library--foreground-interactive);
}

.section-after-intro-text-2 h5 {
  color: var(--untitled-ui--gray800);
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.3;
}

.section-after-intro-text-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-after-intro-text-2 h1 {
  color: var(--violetatitular);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Noto Sans, sans-serif;
  font-size: 6rem;
  font-style: italic;
  font-weight: 900;
  line-height: .9;
}

.section-after-intro-text-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
}

.section-after-intro-text-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.section-after-intro-text-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.section-after-intro-text-2 p {
  color: var(--untitled-ui--white);
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
}

.section-after-intro-text-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.section-after-intro-text-2 li {
  margin-bottom: .5rem;
}

.section-after-intro-text-2.spark-shortened {
  padding-bottom: 64px;
}

.page-intro-wrapper-2 {
  z-index: 0;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 120svh;
  padding-top: 0;
  padding-bottom: 10em;
  display: flex;
  position: sticky;
  top: 0;
}

.page-intro-wrapper-2._1 {
  background-color: var(--violetstrong);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 200svh;
  display: block;
  top: auto;
}

.columns {
  border: 1px solid #fff;
  border-radius: 50px;
}

.body-2 {
  background-color: #000;
  height: 100%;
}

.herosection {
  height: 100%;
}

.section-5 {
  background-image: url('../images/agenciacramos.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.block-quote {
  border-left: .2rem none var(--white);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  text-transform: none;
  padding-left: 10rem;
  padding-right: 10rem;
  font-family: Noto Sans, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: .9;
}

.rt-margin-bottom-twenty-3 {
  margin-bottom: 20px;
}

.rt-component-container-4 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-6 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-change-font-3 {
  font-weight: 200;
}

.rt-marquee-one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.rt-marquee-three {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rt-marquee-left-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-marquee-left-text.rt-heading-one {
  font-size: 6.25rem;
  line-height: 5rem;
}

.rt-marquee-left-text.rt-heading-one.rt-color-black.rt-no-wrap {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 900;
}

.rt-marquee-divider {
  background-color: #cfcfcf;
  height: 1px;
}

.rt-marquee-divider.rt-margin-top-twenty {
  margin-top: 20px;
}

.rt-marquee-divider.rt-margin-top-twenty.rt-margin-bottom-twenty-3 {
  margin-bottom: 20px;
}

.rt-marquee-divider.rt-margin-top-twenty.rt-margin-bottom-twenty-3.rt-bg-color-black {
  background-color: #fff;
}

.rt-heading-one {
  color: #fff;
  text-transform: uppercase;
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 5rem;
}

.rt-heading-one.rt-color-black {
  color: #141517;
}

.rt-heading-one.rt-color-black.rt-no-wrap {
  white-space: nowrap;
}

.rt-heading-one.rt-color-black.rt-no-wrap.rt-change-stroke-copy {
  color: #14151700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Noto Sans, sans-serif;
}

.rt-overflow-hidden-3 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.rt-color-black {
  color: #141517;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.separador {
  background-image: url('../images/agenciacramos.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.cortina {
  z-index: 5;
  background-color: #fff0;
  border: 15vh solid #000;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  z-index: 1;
  height: 100%;
  position: relative;
}

.titulo-secundario {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 1px 3rem #00000085;
  vertical-align: baseline;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 5rem;
  line-height: 8rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.titulo-secundario2 {
  color: #fff0;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  text-transform: none;
  vertical-align: baseline;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 5rem;
  line-height: 8rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.background-video-2 {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-2 {
  z-index: -10;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-span-3 {
  border: 3px none var(--violetatitular);
  color: var(--transparente2);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--violetatitular);
}

.text-span-4 {
  color: var(--transparente2);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--violetatitular);
}

.text-span-5 {
  color: var(--transparente2);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--violetatitular);
}

.text-span-6 {
  color: var(--transparente2);
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: var(--violetatitular);
}

.text-span-7, .text-span-8 {
  color: var(--transparente2);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--violetatitular);
}

.text-span-9 {
  color: var(--transparente2);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--violetatitular);
}

.fonditoefecto {
  background-image: url('../images/diseñoweb.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.fonditoefecto._1 {
  background-attachment: fixed;
}

.section-6 {
  height: 200vh;
}

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

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

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heading-xlarge {
  color: var(--transparente2);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--transparente);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.2;
}

.uui-heading-xlarge._23 {
  text-align: right;
  padding-bottom: 19px;
  padding-right: 60px;
  display: none;
}

.uui-section_heroheader01 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--radiant-ui-components-library-marketplace--color--button-background-dark), #000 43%);
  overflow: hidden;
}

.uui-heroheader01_image-wrapper {
  position: relative;
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-heroheader01_image {
  object-fit: cover;
  border-top-left-radius: 10rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader01_fileupload-image-wrapper {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_pattern-image {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image1 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui--primary50);
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-3:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rt-category-cards-text-4 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-4.rt-margin-bottom-fifteen-3 {
  color: var(--violetatitular);
  margin-bottom: 15px;
  font-family: Noto Sans, sans-serif;
}

.rt-component-container-5 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-7 {
  background-color: var(--black);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 200px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font-color-4 {
  color: var(--white);
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
  transition: color .35s;
}

.rt-number-img-bg-inner-2 {
  width: 200px;
  height: 200px;
  color: var(--transparente);
  background-image: url('../images/Group-1009002136.svg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.rt-arrow-img-left-2 {
  height: auto;
  position: absolute;
  inset: auto -12% 43% auto;
  transform: none;
}

.rt-arrow-img-left-2.rt-arrow-img-right {
  bottom: 46%;
  transform: rotate(-12deg);
}

.rt-number-block-3 {
  text-align: center;
  flex: 1;
  position: relative;
}

.rt-number-image-bg-outer-2 {
  justify-content: center;
  align-items: center;
}

.rt-arrow-down-img-2 {
  -webkit-text-stroke-color: var(--radiant-ui-components-library-marketplace--color--white);
  height: auto;
}

.rt-number-text-block-outer-2 {
  align-items: center;
}

.rt-arrow-circle-block-2 {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-circle-number-2 {
  font-family: Noto Sans, sans-serif;
  font-weight: 900;
}

.rt-margin-bottom-fifteen-3 {
  margin-bottom: 15px;
}

.rt-category-cards-text-5 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-5.rt-margin-bottom-twenty-4 {
  color: var(--untitled-ui--gray800);
  font-family: Noto Sans, sans-serif;
  font-weight: 800;
}

.rt-margin-bottom-twenty-4 {
  margin-bottom: 20px;
}

.rt-margin-bottom-twenty-4.rt-body-font-color-5 {
  color: var(--white);
  font-family: Noto Sans, sans-serif;
}

.rt-component-container-6 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-8 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-full-width-3 {
  border-radius: 10px;
  width: 100%;
}

.rt-overflow-hidden-4 {
  overflow: hidden;
}

.rt-advertise-content-icon-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 42px;
  display: flex;
}

.rt-advertise-icon-wrapper-2 {
  width: 40px;
  height: 40px;
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border: 1px solid #0000004d;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: relative;
}

.rt-advertise-icon-wrapper-2.rticon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-dotted-line-2 {
  border: 1px dashed #0003;
  flex: 1;
  width: 1px;
  height: 100%;
}

.rt-advertise-image-wrapper-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-advertise-image-wrapper-2.rt-position-relative-2.rt-overflow-hidden-4 {
  border-top-right-radius: 10rem;
}

.rt-advertise-content-text-wrapper-2 {
  max-width: 495px;
  padding-right: 36px;
}

.rt-border-radius-six-2 {
  border-radius: 6px;
}

.rt-advertise-content-wrapper-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-advertise-content-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.rt-body-font-color-5 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-position-relative-2 {
  position: relative;
}

.div-block-50, .div-block-51, .div-block-52, .div-block-53 {
  text-align: right;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container-7 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-9 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-full-width-4 {
  border-radius: 10px;
  width: 100%;
}

.rt-hero-button-image {
  filter: invert();
}

.rt-hero-button-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: absolute;
  right: 5px;
}

.rt-hero-button-text {
  z-index: 2;
  margin-right: 10px;
  position: relative;
}

.rt-button-five {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--radiant-ui-components-library-marketplace--color--white);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 8px 50px 8px 25px;
  display: flex;
  position: relative;
}

.rt-button-five.rt-banner-one-button {
  height: 58px;
}

.rt-hero-button-icon-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-left: 10px;
  padding-right: 17px;
  display: flex;
}

.rt-display-off {
  display: none;
}

.rt-circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.rt-about-slider-text-main-wrapper {
  height: 100%;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
}

.rt-circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  right: 0%;
  overflow: hidden;
}

.rt-about-one-slider-details {
  max-width: 620px;
}

.rt-circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.rt-about-slider-item {
  width: 100%;
}

.rt-circle-outline {
  border: 1px solid #ffffff40;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.rt-circle-outline.rt-left {
  top: auto;
}

.rt-circle-outline.rt-left-light {
  border-color: #fff;
  top: auto;
}

.rt-circle-outline.rt-bottom {
  top: auto;
  bottom: 0%;
  left: auto;
}

.rt-circle-outline.rt-top-light {
  border-color: #fff;
  left: auto;
}

.rt-circle-outline.rt-light {
  border-color: #fff;
}

.rt-circle-outline.rt-right {
  top: auto;
  left: auto;
  right: 0;
}

.rt-circle-outline.rt-bottom-right-light {
  border-color: #fff;
  top: auto;
  bottom: 0;
  left: auto;
}

.rt-circle-outline.rt-right-light {
  border-color: #fff;
  top: auto;
  left: auto;
}

.rt-circle-outline.rt-bottom-left-right {
  border-color: #fff;
  top: auto;
  bottom: 0%;
  right: auto;
}

.rt-about-slider-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rt-about-one-slider-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-about-one-slider-container.rt-full-width-4 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.rt-circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.rt-circle-hover-clip.rt-two {
  top: auto;
}

.rt-circle-hover-clip.rt-two.rt-left {
  left: 0%;
  right: auto;
}

.rt-circle-hover-clip.rt-left.rt-one {
  right: auto;
}

.rt-circle-hover-clip.rt-left.rt-one.rt-new {
  justify-content: flex-start;
  align-items: center;
  left: 0%;
}

.rt-change-padding-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-change-padding-4.rt-change-color-white {
  color: #fff;
}

.rt-about-left-arrow {
  border: 1px solid #fff0;
  width: 100px;
  height: 100px;
  margin-right: -50px;
  inset: 0 16% 0% auto;
  overflow: visible;
}

.rt-about-left-arrow.rt-right {
  top: 300px;
}

.rt-about-one-slider-line {
  z-index: 11;
  flex-flow: column;
  justify-content: space-between;
  width: 1px;
  display: flex;
  position: absolute;
  inset: 0% 16% 0% auto;
}

.rt-small-text {
  font-size: 20px;
  font-weight: 500;
  line-height: .2em;
}

.rt-about-one-slider-image-overlay {
  background-image: linear-gradient(#000000b3, #000000b3);
  position: absolute;
  inset: 0%;
}

.rt-arrow {
  width: 14px;
  min-width: 14px;
  padding-top: 5px;
}

.rt-about-one-slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.rt-line-main {
  background-color: #fff;
  width: 1px;
  height: 374px;
}

.rt-line-main.rt-top {
  height: 325px;
}

.rt-line-main.rt-bottom {
  height: 172px;
}

.rt-line-main.rt-middle {
  height: 50px;
}

.rt-about-one-button {
  padding-top: 20px;
  display: flex;
}

.rt-about-one-image-main {
  border-radius: 0%;
  width: 105vw;
  height: 105vh;
  min-height: 745px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.rt-slider-background-circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120vw;
  height: 120vw;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.rt-circle-link-lext {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center end;
  place-items: center stretch;
  height: 100%;
  margin-left: -10px;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.rt-circle-link-lext.rt-right {
  position: absolute;
}

.rt-circle-link-lext.rt-left {
  justify-content: start;
  margin-left: 0;
  padding-bottom: 5px;
  padding-left: 44px;
  padding-right: 0;
  position: absolute;
}

.rt-auto-fit-3 {
  height: auto;
}

.rt-auto-fit-3.rt-image-full-width {
  width: 100%;
  height: 100%;
}

.rt-about-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  position: relative;
}

.rt-about-one-slider-main {
  z-index: 100;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-about-one-slider-heading {
  max-width: 400px;
  padding-bottom: 20px;
}

.rt-circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.rt-about-slider-main {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.rt-category-cards-text-6 {
  color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  text-transform: capitalize;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-8 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-10 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--radiant-ui-components-library-marketplace--color--button-background-dark), black);
  width: 100%;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden-5 {
  overflow: hidden;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-home-one-about-cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.rt-home-one-about-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-about-card-overlay {
  background-color: #f9f9f9;
  width: 65%;
  height: 110%;
  position: absolute;
  inset: 0% -5% auto auto;
  transform: skew(-11deg);
}

.rt-about-card-overlay.rt-card-overlay-grey {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  right: -6%;
}

.rt-about-card-overlay.rt-card-overlay-orange {
  background-color: #f5f5fb;
  right: -7%;
}

.rt-home-one-about-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rt-button-two-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rt-button-two-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: capitalize;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.rt-button-white-arrow {
  opacity: 0;
  margin-top: 2px;
  position: absolute;
}

.rt-home-one-about-card-text {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 25px 50px 20px;
  display: flex;
  position: relative;
}

.rt-home-about-card-description {
  max-width: 266px;
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-family: Noto Sans, sans-serif;
}

.link-3 {
  color: var(--transparente);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--violetatitular);
  text-decoration: none;
}

.heading {
  color: var(--transparente);
  text-align: center;
  letter-spacing: -2px;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  font-family: Noto Sans, sans-serif;
  font-size: 5rem;
  line-height: 1;
  display: inline;
  position: static;
  inset: auto 0% 0%;
}

.text-span-10 {
  color: var(--spark-library--border-default);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--violetatitular);
  order: -9999;
  justify-content: center;
  align-items: center;
  display: inline;
}

.container-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  color: var(--white);
  letter-spacing: -1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--transparente);
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: .8;
}

.uui-text-size-medium-4 {
  color: var(--elements-webflow-library--secondary--color-2);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--white);
  letter-spacing: normal;
  font-family: Noto Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray800);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-3 {
  color: var(--violetatitular);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.uui-layout96_content {
  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;
}

.uui-layout96_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-layout96_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

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

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-4:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-4:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-icon-featured-outline-large-2 {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-3 {
  color: var(--untitled-ui--gray800);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.section-7 {
  height: 100vh;
}

.background-video-3 {
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .section-page-intro {
    background-color: var(--violetatitular);
    padding-bottom: 0;
  }

  .rt-arrow-circle-block {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-home-hero-counter-columns {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rt-home-two-data-science-card {
    flex-direction: row;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    justify-content: flex-start;
  }

  .rt-arrow-circle-block-2 {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .brix---grid-footer-v17 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto;
  }

  .brix---paragraph-default-2 {
    line-height: 1.5em;
  }

  .brix---heading-h2-size {
    font-size: 4em;
    line-height: 1em;
  }

  .brix---section {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .brix---cta-v9-card {
    padding-left: 94px;
    padding-right: 94px;
  }

  .hero-container {
    background-color: #fff;
    height: 110vh;
  }

  .brix---heading-h2-size-4 {
    font-size: 3em;
    line-height: 1em;
  }

  .brix---grid-2-logo-strip-v5 {
    grid-column-gap: 110px;
    grid-template-columns: .6fr 1fr;
  }

  .brix---section-small {
    padding-top: 200px;
    padding-bottom: 300px;
  }

  .brx---content-inside-card-team-member-v11 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .uui-text-size-medium-2, .uui-text-size-large {
    font-size: 1.1rem;
  }

  .uui-heading-medium {
    font-size: 3rem;
  }

  .uui-team09_image-wrapper {
    border-radius: 20px;
  }

  .uui-heading-subheading {
    font-size: 1.1rem;
  }

  .fondoarriba {
    background-color: #000;
    width: 100%;
    height: 0%;
    position: static;
    inset: 0%;
  }

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

  .section-page-intro {
    background-color: var(--violetatitular);
    padding-bottom: 0;
  }

  .page-intro-wrapper {
    height: 120svh;
  }

  .section-after-intro-text {
    height: 150vh;
    padding-top: 17.5em;
    padding-bottom: 20.7em;
    display: flex;
  }

  .section-after-intro-text p {
    font-size: 1.1em;
  }

  .page-intro-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    display: flex;
    top: .9em;
  }

  .page-intro-splitscreen-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    inset: 0%;
  }

  .card-front._1.aa {
    box-shadow: none;
    background-image: url('../images/casacentralramirezprop.png.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .card-front._2.aa-copy {
    background-image: url('../images/belgrano.png');
    background-size: cover;
  }

  .card-front._2.aa {
    background-image: url('../images/nordelta.png');
    background-size: cover;
  }

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

  .section-4._1 {
    display: block;
  }

  .card._3, .card._2 {
    cursor: pointer;
  }

  .card._2.aa {
    width: 400px;
    height: 400px;
  }

  .card._1, .card._4 {
    cursor: pointer;
  }

  .card-back._1 {
    background-color: #ffffffe0;
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/Enrique.jpg');
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-back._1.aa {
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/casacentralramirezprop.png.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-back._4 {
    background-color: #12277ae0;
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/Emilio.jpg');
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-back._4.aa {
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/ramirezpropmoreno.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .card-back._3 {
    background-color: #12277ae0;
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/_MG_2008.jpg');
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-back._3.aa {
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/ramirezpropituzaingo.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .card-back._2 {
    background-color: #12277ae0;
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/Agustin2.jpg');
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-back._2.aa-copy {
    background-color: #0000;
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/belgrano.png');
  }

  .card-back._2.aa {
    background-color: #0000;
    background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/nordelta.png');
  }

  .horizontal-scroll-content {
    width: 4000px;
  }

  .text-block-10 {
    text-align: center;
    font-size: 22px;
  }

  .inner-shadow-rectangle {
    align-items: center;
  }

  .card-wrapper.mouse-hover {
    cursor: pointer;
  }

  .text-block-12 {
    color: #12277a;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 800;
  }

  .link-2 {
    color: #252525;
    font-size: 10px;
  }

  .paragraph {
    color: #252525;
    text-align: center;
    margin-bottom: 0;
    padding: 5px 100px 10px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .paragraph.as {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .paragraph._2 {
    font-size: 20px;
    line-height: 25px;
  }

  .rt-home-two-data-science-card {
    justify-content: flex-start;
    align-items: center;
  }

  .fondoarriba2 {
    background-color: var(--black);
    width: 100%;
    height: 0%;
    position: static;
    inset: 0%;
  }

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

  .section-after-intro-text-2 {
    height: auto;
    margin-top: 47vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-after-intro-text-2 p {
    font-size: 1.1em;
  }

  .page-intro-wrapper-2 {
    height: 120svh;
  }
}

@media screen and (min-width: 1920px) {
  .section_space._1 {
    background-image: none;
    height: 100vh;
    padding-top: 1.3rem;
  }

  .parallax_heading {
    z-index: 9;
  }

  .div-block {
    border-bottom: 100px solid var(--violetatitular);
    background-image: linear-gradient(180deg, var(--transparente2) 85%, var(--violetatitular));
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    padding-bottom: 0;
    inset: 0%;
  }

  .brix---grid-footer-v17 {
    grid-template-columns: minmax(340px, 1fr) auto;
  }

  .brix---cta-v9-section {
    background-image: url('../images/warrios-1.png');
  }

  .hero-container {
    background-color: var(--white);
    height: 110vh;
    overflow: hidden;
  }

  .middle1 {
    background-position: 50% 100%;
  }

  .middle1._3, .middle2._2 {
    overflow: hidden;
  }

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: .55fr 1fr;
  }

  .section-page-intro {
    background-color: var(--violetatitular);
    padding-bottom: 0;
  }

  .page-intro-wrapper._1 {
    background-image: none;
    height: 100vh;
    padding-top: 1.3rem;
  }

  .rt-number-img-bg-inner {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }

  .rt-about-option.rt-about-last {
    align-self: center;
  }

  .rt-designed-text {
    align-self: center;
    text-decoration: underline;
  }

  .rt-location-icon {
    margin-bottom: 15px;
  }

  .spark-section-4 {
    padding-top: 200px;
  }

  .rt-advertise-image-wrapper {
    border-radius: 6px;
  }

  .rt-navbar-one {
    z-index: 9;
  }

  .spark-take-over-menu-2 {
    background-color: var(--transparente2);
    position: fixed;
    inset: 0% 0% auto;
  }

  .spark-large-card-link-2 {
    background-image: url('../images/a023672f-b7c1-4eda-b3e3-669e810d983b.jpg');
  }

  .spark-large-card-link-2._2 {
    background-image: url('../images/845e4ba6-c3a3-47f9-8407-e452638ecafd.jpg');
  }

  .middle3._2 {
    overflow: hidden;
  }

  .fondoarriba2, .fondoabajo2 {
    background-color: var(--black);
  }

  .section-after-intro-text-2 {
    background-color: #000;
    height: 150vh;
    margin-top: 105vh;
    padding-bottom: 16.6em;
  }

  .page-intro-wrapper-2._1 {
    background-image: none;
    height: 100vh;
    padding-top: 1.3rem;
  }

  .rt-marquee-left-text.rt-heading-one, .rt-heading-one {
    text-transform: uppercase;
  }

  .rt-number-img-bg-inner-2 {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }

  .rt-advertise-image-wrapper-2 {
    border-radius: 6px;
  }

  .rt-about-slider-text-main-wrapper {
    padding-left: 100px;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .margin-bottom {
    margin-top: 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;
  }

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

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

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

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

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

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

  .parallax_component {
    height: 70vh;
  }

  .parallax_layer.is-1 {
    vertical-align: baseline;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-bottom-bar-link-row {
    grid-column-gap: 16px;
  }

  .spark-container.spark-flexed {
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-absolute-bottom-bar {
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
    font-size: .7rem;
  }

  .spark-mega-nav-link {
    text-align: left;
    margin-bottom: 1rem;
  }

  .spark-mega-nav-link-list {
    grid-column-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
    display: flex;
  }

  .spark-mega-menu-take-over {
    height: 100vh;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-take-over-menu {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-4.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-right {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-right.w--open {
    background-color: #0000;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-simple-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-radius: 45px;
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
    box-shadow: 1px 1px 8px #0000001a;
  }

  .spark-hamburger-menu-inner {
    padding: 0;
  }

  .spark-hamburger-menu-with-logo {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    padding-left: 0;
  }

  .brix---dropdown-card-desktop {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding-top: 26px;
  }

  .brix---dropdown-card-desktop.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-hamburger {
    padding-top: 0;
    position: static;
  }

  .brix---header-nav-menu-hamburger-desktop {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-hamburger-desktop-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    flex-wrap: wrap;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-link {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---footer-big-links-wrapper {
    border-left-width: 0;
    padding-left: 0;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---grid-footer-v17 {
    grid-row-gap: 60px;
    grid-template-columns: .8fr;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---card---icon-left---content-right {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---cta-v9-card {
    padding: 72px 92px;
  }

  .brix---grid-cta-v9 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v9-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---half-bg-image-right-content-v2 {
    width: 100%;
    height: 100%;
    min-height: 580px;
    margin-top: 48px;
    position: static;
    inset: auto 0% 0%;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section-image-fw-right {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .spark-stacked-card {
    width: 45%;
  }

  .spark-four-column-team-grid {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .spark-wrapped-team-card.spark-top-aligned {
    grid-column-gap: 64px;
    width: 100%;
  }

  .spark-flex-row-of-two-team-members {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---logo-strip-image-04 {
    border-bottom: 1px solid var(--elements-webflow-library--neutral--400);
  }

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---logo-strip-v5-card {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-team-v11 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-wrapped-team-card-2 {
    width: 45%;
  }

  .spark-wrapped-team-card-2.spark-extra-spaced {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    width: 100%;
  }

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

  .uui-team09_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-span-2 {
    font-size: 10rem;
    line-height: .3;
  }

  .section-after-intro-text {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-front._3.aa {
    display: block;
  }

  .horizontal-scroll-wrapper {
    height: 400vh;
    position: relative;
  }

  .section-4 {
    background-image: linear-gradient(#4abdac 14%, #2a05b3);
    width: 100%;
  }

  .section-4._1 {
    background-image: linear-gradient(#242424, #4abdac 87%);
  }

  .section-4._2 {
    background-image: none;
  }

  .page-wrapper-2 {
    display: none;
  }

  .card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-back._3.aa {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .horizontal-scroll-content {
    flex-direction: row;
    width: 3500px;
    height: 100vh;
  }

  .rt-number-img-bg-inner {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .rt-arrow-img-left {
    display: none;
  }

  .rt-number-block-2 {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .rt-arrow-down-img {
    display: none;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

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

  .rt-footer-three-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-bottom: 70px;
  }

  .rt-footer-two-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-footer-menu-links {
    grid-column-gap: 30px;
  }

  .rt-button-6 {
    z-index: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .rt-counter-grid {
    margin-top: 50px;
  }

  .rt-counter-box-2 {
    height: 100px;
  }

  .rt-counter-box-2.rt-heading-two-box {
    height: 45px;
  }

  .rt-counter-2 {
    font-size: 45px;
    line-height: 45px;
  }

  .rt-home-two-team-counter-wrapper {
    margin-bottom: 0;
  }

  .rt-home-hero-counter-columns {
    padding: 25px 30px;
  }

  .rt-counter-items-name {
    max-width: none;
    font-size: 14px;
    line-height: 24px;
  }

  .rt-home-one-service-btn-block {
    padding-top: 40px;
  }

  .rt-category-cards-text-2.rt-text-white {
    max-width: none;
  }

  .rt-home-two-service-card-four {
    width: 100%;
  }

  .rt-home-two-service {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .rt-home-two-service-block {
    flex-flow: column;
  }

  .rt-home-two-service-card-two, .rt-home-two-service-card-three, .rt-home-two-service-card-one {
    width: 100%;
  }

  .rt-home-two-service-text {
    max-width: 100%;
  }

  .rt-portfolio-three-card-main-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .rt-padding-bottom-thirty.rt-width-five-hundred {
    max-width: none;
  }

  .rt-home-two-data-science-content-block-two {
    border-radius: 6px;
  }

  .rt-posibilities.rt-active.rt-design-card-block {
    max-width: 100%;
  }

  .rt-home-one-sticky-flex {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .rt-home-one-unforgettable-tabs-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .rt-home-four-electrical-flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .rt-case-details {
    display: block;
  }

  .rt-home-two-data-science-flex {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rt-words-section {
    grid-row-gap: 40px;
    flex-direction: column;
    padding-top: 25px;
  }

  .rt-save-time-and-lower-costs-tab-content {
    padding-bottom: 60px;
  }

  .spark-section-4 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .rt-advertise-content-text-wrapper {
    max-width: none;
  }

  .rt-advertise-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-home-three-award-sticky-box {
    position: static;
  }

  .rt-home-three-award-appere-line {
    display: block;
  }

  .rt-home-three-award-description {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-pricing-faq-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-dropdown-toggle-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .rt-3d-trigger-image {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .rt-service-images {
    height: auto;
  }

  .rt-icon-out-3.rt-icont-out-display-off-and-display-on-in-mobile-view {
    display: none;
  }

  .rt-home-three-accordion-answer.rt-about-three-accordion-answer, .rt-about-three-accordion-about-box {
    max-width: none;
  }

  .rt-about-three-accordion-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .rt-about-three-frequently-content {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .rt-about-three-frequently-ask-text {
    max-width: none;
    margin-top: 0;
  }

  .rt-about-three-accordion-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-three-accordion-box {
    padding: 15px;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .rt-navbar-one-right-wrapper {
    display: none;
  }

  .rt-menu-button-2 {
    color: var(--radiant-ui-components-library-marketplace--color--white);
  }

  .spark-container-6.spark-flexed {
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-6.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-7.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-2 {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-2.w--open {
    background-color: #0000;
  }

  .spark-line-8.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-inner-2 {
    padding: 0;
  }

  .spark-mega-menu-take-over-2 {
    height: 100vh;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .spark-take-over-menu-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-mega-nav-link-2 {
    text-align: left;
    margin-bottom: 1rem;
  }

  .spark-absolute-bottom-bar-2 {
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
    font-size: .7rem;
    inset: auto 0% 0%;
  }

  .spark-bottom-bar-link-row-2 {
    grid-column-gap: 16px;
  }

  .spark-mega-nav-link-list-2 {
    grid-column-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
    display: flex;
  }

  .uui-team10_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-after-intro-text-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-marquee-left-text.rt-heading-one, .rt-heading-one {
    font-size: 4.6rem;
  }

  .separador {
    display: none;
  }

  .titulo-secundario, .titulo-secundario2 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .text-span-6 {
    font-size: 10rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rt-number-img-bg-inner-2 {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .rt-arrow-img-left-2 {
    display: none;
  }

  .rt-number-block-3 {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .rt-arrow-down-img-2 {
    display: none;
  }

  .rt-number-text-block-outer-2 {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block-2 {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-advertise-content-text-wrapper-2 {
    max-width: none;
  }

  .rt-advertise-content-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
  }

  .rt-about-left-arrow, .rt-about-left-arrow.rt-right, .rt-about-one-slider-line {
    right: 10%;
  }

  .rt-slider-background-circle {
    border-radius: 0%;
  }

  .rt-home-one-about-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .rt-home-one-about-card-text {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-layout96_content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .margin-bottom {
    margin-top: 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;
  }

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

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

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

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

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

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

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

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

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

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

  .text-size-large {
    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;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-container {
    width: 100%;
  }

  .spark-large-card-link {
    background-position: 50%;
    width: 100%;
    height: 340px;
  }

  .spark-hold-card-links {
    width: 100%;
  }

  .spark-mega-nav-link {
    width: 48%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
  }

  .spark-mega-menu-take-over {
    min-height: auto;
    padding-bottom: 100px;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-take-over-menu, .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
    width: 100%;
  }

  .spark-hamburger-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-hamburger-menu-with-logo {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-big-nav-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---dropdown-chevron-big {
    width: 25px;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 32px;
    line-height: 34px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-small-grid {
    flex-direction: column;
    display: flex;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-link {
    font-size: 26px;
    line-height: 38px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-v17 {
    grid-template-columns: 1fr;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---cta-v9-card {
    padding: 50px 32px;
  }

  .brix---grid-cta-v9 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v9-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---section-image-fw-right {
    padding-top: 96px;
    padding-bottom: 0;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-four-column-team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-horizontal-team-member-image {
    width: 100%;
    height: auto;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

  .spark-wrapped-team-card.spark-top-aligned {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 490px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-logo-strip-v5 {
    grid-template-columns: 1fr;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brx---content-inside-card-team-member-v11 {
    padding: 32px 24px 40px;
  }

  .brix---team-v11-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    flex: 0 auto;
    height: 100%;
  }

  .brix---card-team-v11 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---grid-team-v11 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-layout85_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spark-container-4 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-6 {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-wrapped-team-card-2 {
    width: 100%;
  }

  .spark-horizontal-team-member-image-2 {
    width: 100%;
    height: auto;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-team09_image-wrapper {
    height: 100%;
  }

  .uui-team09_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-team09_list, .uui-team09_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-page-intro {
    min-height: 100svh;
    padding-top: 225px;
    padding-bottom: 93px;
  }

  .section-after-intro-text {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .rt-number-img-bg-inner {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .rt-number-block-2 {
    text-align: left;
    margin-top: 20px;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    flex-direction: column;
  }

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-footer-two-bottom-wrapper {
    flex-flow: column;
  }

  .rt-footer-bottom-text {
    font-size: 15px;
    line-height: 25px;
  }

  .rt-footer-three-contact-links-wrap {
    margin-top: 40px;
  }

  .rt-footer-menu-links {
    grid-column-gap: 20px;
  }

  .rt-button-6 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .rt-footer-three-title {
    grid-row-gap: 30px;
  }

  .rt-counter-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .rt-counter-box-2 {
    height: 70px;
  }

  .rt-counter-box-2.rt-heading-two-box {
    height: 35px;
  }

  .rt-counter-2 {
    font-size: 45px;
    line-height: 45px;
  }

  .rt-counter-design-image {
    display: none;
  }

  .rt-home-one-service-btn-block {
    padding-top: 30px;
  }

  .rt-home-one-creative-agency-tag-line {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
  }

  .rt-home-one-creative-agency-tag-line-mark {
    display: none;
  }

  .rt-portfolio-three-card-main-wrap-two {
    flex-flow: column;
  }

  .rt-portfolio-three-card-main-wrap {
    grid-template-columns: 1fr;
  }

  .rt-portfolio-three-card.rt-portfolio-three-card-middle-one, .rt-portfolio-three-card.rt-portfolio-three-card-meddle-two {
    max-width: none;
  }

  .rt-home-two-data-science-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-posibilities.rt-active.rt-design-card-block {
    height: auto;
  }

  .rt-words-section {
    align-items: stretch;
  }

  .rt-home-four-words-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .spark-container-5 {
    width: 100%;
  }

  .spark-section-4 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph-8 {
    margin-bottom: 32px;
  }

  .spark-three-column-grid-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-faq-button {
    padding-left: 24px;
  }

  .spark-dropdown-text {
    padding: 24px;
  }

  .rt-category-cards-text-3 {
    font-size: 2.5em;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-home-three-award-appere-line {
    display: none;
  }

  .rt-home-three-award-content {
    max-width: 100%;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-home-one-service-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-circle-button-2 {
    min-width: 50px;
    min-height: 50px;
  }

  .rt-about-three-accordion-wrapper {
    margin-top: 0;
  }

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

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .spark-container-6 {
    width: 100%;
  }

  .spark-square-menu-inner-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-mega-menu-take-over-2 {
    min-height: auto;
    padding-bottom: 100px;
    overflow: scroll;
  }

  .spark-take-over-menu-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-mega-nav-link-2 {
    width: 48%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
  }

  .spark-hold-card-links-2 {
    width: 100%;
  }

  .spark-large-card-link-2 {
    background-position: 50%;
    width: 100%;
    height: 340px;
  }

  .spark-flex-row-3 {
    flex-direction: column;
  }

  .uui-text-size-medium-3 {
    font-size: .7rem;
  }

  .uui-text-size-medium-3.text-color-primary700 {
    font-size: .9rem;
  }

  .uui-page-padding-3 {
    padding-bottom: 108px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape-3 {
    width: 100%;
  }

  .social-link-2:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-team10_image-wrapper {
    height: 100%;
  }

  .uui-team10_list {
    grid-row-gap: 3rem;
  }

  .uui-team10_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-after-intro-text-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-heading-one {
    font-size: 70px;
    line-height: 70px;
  }

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

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape-4 {
    width: 100%;
  }

  .uui-button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rt-number-img-bg-inner-2 {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .rt-number-block-3 {
    text-align: left;
    margin-top: 20px;
  }

  .rt-number-text-block-outer-2 {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block-2 {
    flex-direction: column;
  }

  .rt-about-one-slider-container.rt-full-width-4 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 70px;
  }

  .rt-about-left-arrow {
    top: 360px;
    left: 15px;
    right: auto;
  }

  .rt-about-left-arrow.rt-right {
    margin-right: 0;
    top: 360px;
    right: 15px;
  }

  .rt-about-one-slider-line {
    display: none;
  }

  .rt-slider-background-circle {
    height: 100%;
  }

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

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

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-button-row-5.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape-5 {
    width: 100%;
  }

  .uui-layout96_content {
    grid-row-gap: 1rem;
  }

  .uui-layout96_component {
    align-items: stretch;
  }

  .uui-layout96_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

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

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

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

  .margin-bottom {
    margin-top: 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;
  }

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

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

  .parallax_heading._2 {
    font-size: 10rem;
    line-height: .5;
  }

  .parallax_heading._1 {
    font-size: 9rem;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-container.spark-flexed {
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-absolute-bottom-bar {
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .spark-large-card-link {
    height: 260px;
  }

  .spark-hold-card-links {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .spark-mega-nav-link {
    width: 100%;
    margin-bottom: .5rem;
  }

  .spark-mega-menu-take-over {
    height: 100vh;
    padding-top: 64px;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-inner.spark-full-width-nav {
    z-index: 10;
    padding-left: 20px;
    position: relative;
  }

  .spark-take-over-menu {
    z-index: 2;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-simple-nav-menu {
    border-radius: 20px;
    padding: 1rem .5rem 0;
  }

  .spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
    padding-bottom: 1rem;
  }

  .spark-hamburger-menu-inner {
    padding: 0;
  }

  .spark-hamburger-menu-with-logo {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-big-nav-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---header-nav-list-item-hamburger-desktop {
    text-align: left;
    width: 100%;
    margin-bottom: 17px;
  }

  .brix---dropdown-link-big {
    font-size: 22px;
    line-height: 26px;
  }

  .brix---dropdown-chevron-big {
    width: 21px;
    margin-left: 8px;
  }

  .brix---dropdown-toggle-big-link {
    font-size: 26px;
    line-height: 28px;
  }

  .brix---container-default-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flexed-row-of-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    align-items: center;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-small-grid {
    flex-direction: column;
    display: flex;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-link {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---footer-big-links-col {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---footer-big-links-wrapper {
    flex-direction: column;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-footer-v17 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---card---icon-left---content-right {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---cta-v9-card {
    padding: 40px 32px;
  }

  .brix---cta-v9-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---half-bg-image-right-content-v2 {
    min-height: auto;
    position: relative;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---section-image-fw-right {
    padding-top: 96px;
  }

  .hero-container {
    height: 90vh;
  }

  .hiker {
    z-index: 50;
  }

  .spark-icon-2.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-stacked-card, .spark-horizontal-team-member-image.spark-small {
    width: 100%;
  }

  .spark-centered-901 {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .brix---grid-logo-strip-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---logo-strip-v5-card {
    max-width: 100%;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---team-v11-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
  }

  .brix---card-team-v11 {
    flex-direction: column;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .spark-900-width.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .spark-icon-3.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .spark-centered-902 {
    margin-bottom: 64px;
  }

  .spark-bold-heading-3 {
    line-height: 1.3;
  }

  .uui-team09_image-wrapper {
    padding-top: 66%;
  }

  .uui-team09_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-span-2 {
    font-size: 6rem;
    line-height: .3px;
  }

  .section-page-intro {
    height: auto;
    min-height: auto;
    padding-top: 27px;
    padding-bottom: 146px;
    position: relative;
    overflow: clip;
  }

  .section-page-intro._2 {
    height: auto;
    min-height: 300vh;
  }

  .page-intro-wrapper {
    height: 50vh;
    padding-bottom: 0;
  }

  .section-after-intro-text {
    height: 80vh;
    padding: 64px 20px 0;
  }

  .section-after-intro-text h1 {
    font-size: 3rem;
  }

  .section-after-intro-text h2 {
    font-size: 2.5rem;
  }

  .big-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .page-wrapper-2 {
    display: none;
  }

  .card {
    width: 275px;
  }

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

  .link-2, .paragraph {
    letter-spacing: 0;
  }

  .rt-number-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-number-block-2.rt-number-block-revers {
    flex-direction: column-reverse;
  }

  .rt-footer-three-main {
    flex-flow: column;
  }

  .rt-counter-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-top: 20px;
  }

  .rt-counter-items-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rt-home-hero-counter-columns {
    padding: 20px 15px;
  }

  .rt-home-two-service-card-four, .rt-home-two-service-card-two {
    height: 411px;
  }

  .rt-home-two-service-text-main {
    padding: 20px;
  }

  .rt-home-two-service-card-three, .rt-home-two-service-card-one {
    height: 411px;
  }

  .spark-section-4 {
    padding: 64px 20px;
  }

  .spark-section-4 h1 {
    font-size: 3rem;
  }

  .spark-section-4 h2 {
    font-size: 2.5rem;
  }

  .spark-900-width-2.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .rt-category-cards-text-3 {
    font-size: 1.5em;
  }

  .rt-component-section-5 {
    padding: 139px 15px 89px;
  }

  .rt-component-section-5._2345 {
    padding: 0 0 120px;
  }

  .rt-dotted-line {
    display: none;
  }

  .rt-advertise-content {
    flex-direction: column;
  }

  .rt-home-three-award-main-dot {
    margin-top: 0;
  }

  .rt-home-three-award-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-home-three-award-content {
    text-align: center;
  }

  .rt-container-11.rt-home-three-award-appere-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-heading-two.rt-margin-bottom-fiftee {
    font-size: 4em;
  }

  .rt-dropdown-toggle-2 {
    flex-flow: row;
  }

  .rt-icon-in {
    opacity: 0;
  }

  .rt-home-one-service-items {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .rt-service-images.rt-overflow-hidden {
    width: 100%;
  }

  .rt-icon-out-3.rt-icont-out-display-off-and-display-on-in-mobile-view {
    display: block;
  }

  .rt-service-image-two {
    width: 100%;
    height: auto;
    display: none;
  }

  .rt-service-items-image-one {
    width: 100%;
    height: auto;
  }

  .rt-circle-button-2 {
    background-color: #6d4545;
    border-color: #6d4545;
  }

  .rt-home-one-services {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-home-service-name-wrapper {
    max-width: 250px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-small-2 {
    padding: 36px 0 64px;
  }

  .brix---grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .spark-container-6.spark-flexed {
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-simple-menu-button-2 {
    padding-left: 0;
  }

  .spark-square-menu-inner-2 {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-inner-2.spark-full-width-nav {
    z-index: 10;
    background-color: var(--spark-library--black);
    padding-left: 20px;
    position: relative;
  }

  .spark-mega-menu-take-over-2 {
    height: 100vh;
    padding-top: 64px;
    overflow: scroll;
  }

  .spark-take-over-menu-2 {
    z-index: 500;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    inset: 0% 0% auto;
  }

  .spark-mega-nav-link-2 {
    width: 100%;
    margin-bottom: .5rem;
  }

  .spark-hold-card-links-2 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .spark-large-card-link-2 {
    height: 260px;
  }

  .spark-absolute-bottom-bar-2 {
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .spark-flex-row-3 {
    align-items: flex-start;
  }

  .uui-text-size-medium-3, .uui-text-size-medium-3.text-color-primary700 {
    font-size: 1rem;
  }

  .uui-page-padding-3 {
    padding-top: 38px;
    padding-bottom: 0;
  }

  .uui-team10_image {
    height: 150%;
  }

  .uui-team10_image-wrapper {
    padding-top: 66%;
  }

  .uui-team10_list, .uui-team10_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-after-intro-text-2 {
    padding: 0;
  }

  .section-after-intro-text-2 h1 {
    font-size: 3rem;
  }

  .section-after-intro-text-2 h2 {
    font-size: 2.5rem;
  }

  .page-intro-wrapper-2 {
    height: auto;
    padding-top: 3.6em;
    padding-bottom: 5.9em;
    position: static;
  }

  .rt-marquee-one, .rt-marquee-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .rt-heading-one {
    font-size: 45px;
    line-height: 45px;
  }

  .text-span-6 {
    letter-spacing: -.1em;
    font-size: 6rem;
  }

  .text-span-9 {
    letter-spacing: 0;
    -webkit-text-stroke-width: 1px;
  }

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

  .uui-heroheader01_image {
    border-top-left-radius: 4rem;
    height: 15rem;
  }

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .rt-number-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-number-block-3.rt-number-block-revers {
    flex-direction: column-reverse;
  }

  .rt-dotted-line-2 {
    display: none;
  }

  .rt-advertise-content-2 {
    flex-direction: column;
  }

  .rt-about-left-arrow, .rt-about-left-arrow.rt-right {
    top: 400px;
  }

  .rt-home-one-about-cards {
    grid-template-columns: 1fr;
  }

  .rt-about-card-overlay {
    display: none;
  }

  .rt-home-one-about-card-text {
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-7 {
    height: 50vh;
  }
}

#w-node-_616d4e42-fcb5-5d32-4662-bce28940b094-4679e974, #w-node-_616d4e42-fcb5-5d32-4662-bce28940b09a-4679e974, #w-node-_616d4e42-fcb5-5d32-4662-bce28940b0a0-4679e974, #w-node-_616d4e42-fcb5-5d32-4662-bce28940b0a6-4679e974, #w-node-_616d4e42-fcb5-5d32-4662-bce28940b0ac-4679e974, #w-node-_616d4e42-fcb5-5d32-4662-bce28940b0b2-4679e974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-4679e98e {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-4679e98e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-4679e98e {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-4679e98e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-4679e98e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-4679e98e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-4679e98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-4679e98e {
  justify-self: start;
}


