:root {
  --orange: #f89520;
  --blue: #335583;
  --blanco-ceniza: #f0f0f0;
}

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

.header-buttons {
  grid-template-rows: auto;
  max-width: 420px;
}

.header-dot {
  z-index: 1;
  background-color: var(--orange);
  border-radius: 100%;
  width: 5px;
  height: 5px;
  position: absolute;
}

.header-lines-group {
  color: #e21414;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large.column-center {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.h1-heading {
  color: #000;
  text-align: left;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2em;
}

.h1-heading.slide-in-left-1 {
  text-align: center;
}

.h1-heading.slide-in-left-1.left {
  text-align: left;
}

.h1-heading.slide-in-left-1.ehite {
  color: #fff;
}

.header-square {
  background-color: #0000;
  justify-content: space-between;
  width: 64px;
  height: 64px;
  display: flex;
}

.header-square.outlier {
  margin-bottom: -64px;
}

.header-square.clear {
  background-color: #0000;
}

.header-sqaures {
  justify-content: space-between;
  height: 128px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header-sqaures-group {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.paragraph {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph.slide-in-right.white, .paragraph.slide-in-bottom.white {
  color: #fff;
}

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: inline-flex;
}

.button:hover {
  transform: translate(1.05px);
  box-shadow: 0 5px 10px #ff58054d;
}

.text-color-orange-500 {
  color: #ff5805;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.header-title-wrapper {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #a54242;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-section-gray {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 45vw;
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.header-squares-image-wrapper {
  height: auto;
  position: relative;
  overflow: visible;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.header-line {
  background-color: #d0d0d2;
  width: 1px;
  height: 440px;
  position: relative;
}

.header-line.short {
  height: 230px;
}

.header-line.medium {
  height: 440px;
}

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

.header-line-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header-image-large {
  z-index: 20;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 75%;
  border-radius: 10px;
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: inline-flex;
}

.button-outline:hover {
  border-color: #e6e6e7;
  transform: scale(1.05);
  box-shadow: 0 5px 10px #0003;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #734573;
}

.button-primary-2.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.button-primary-2.icon-right {
  padding-right: 12px;
}

.navigation-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.dropdown-links-grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 24px;
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  display: flex;
  position: relative;
}

.navigation-wrapper-large {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.dropdown-featured-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: #f8f6f6;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 5%;
  display: flex;
}

.paragraph-x-small {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small.text-weight-medium {
  font-weight: 500;
}

.navigation-icon-wrapper {
  color: #361b36;
  background-color: #f0ebf0;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.navigation-icon-wrapper.red {
  color: #5a1616;
  background-color: #f6eaea;
}

.navigation-icon-wrapper.blue {
  color: #233f67;
  background-color: #f3f6fc;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.dropdown-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.navigation-link {
  color: #0a0a0a;
  padding: 12px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.navigation-link:hover {
  color: var(--orange);
  transform: scale(1.05);
}

.navigation-link.w--current {
  color: var(--blue);
  font-weight: 700;
}

.navigation-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.dropdown-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.dropdown-featured-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f2eeee;
  flex-flow: column;
  min-width: 328px;
  padding: 24px 24px 32px;
  display: flex;
}

.navigation-logo-image {
  width: 120px;
}

.button-outline-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #0a0a0a;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline-2:hover {
  color: #110811;
  background-color: #f0ebf0;
  border-color: #c8b6c8;
}

.button-outline-2.w--current {
  background-color: #fafafa;
}

.button-outline-2.icon-left {
  padding-left: 12px;
}

.subheading-small {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  padding-top: 34px;
  overflow: hidden;
}

.icon-x-large {
  color: var(--orange);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.overline {
  color: var(--orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.overline.text-color-gray-500 {
  color: #737373;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  display: flex;
}

.row-small.row-center {
  align-items: center;
}

.dropdown-side-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  white-space: nowrap;
  align-items: center;
  padding-right: 24px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: flex;
}

.column-regular {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.navigation-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #0a0a0a;
  align-items: center;
  padding: 12px 12px 12px 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.navigation-dropdown-toggle:hover {
  color: var(--orange);
  transform: scale(1.05);
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.navigation-dropdown-toggle.w--open {
  background-color: #fff;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.image {
  width: 30px;
}

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

.h2-heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading.text-weight-medium {
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.h2-heading.text-weight-medium.slide-in-left {
  text-align: left;
}

.image-cover {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.row-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-avatar {
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  border-radius: 999px;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 4px;
}

.paragraph-small {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-gray-600 {
  color: #59595f;
  font-family: Lato, sans-serif;
}

.container-large-2 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e6e6e7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 384px;
  padding: 24px;
  display: flex;
}

.square-shapes-02 {
  z-index: 2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.title-row {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.title-row.row-left {
  justify-content: flex-start;
  align-items: center;
}

.relative {
  position: relative;
}

.square-shapes-01 {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.testimonial-avatar-image {
  object-fit: cover;
  border-radius: 99px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.subheading-small-2 {
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-small-2.text-color-black {
  color: #000;
  font-family: Lato, sans-serif;
}

.paragraph-x-large {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-gray-800 {
  color: #434347;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.content-image-small {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.title-doodle {
  z-index: 0;
  height: 22px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.content-column {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 540px;
  display: flex;
  position: relative;
}

.column {
  flex-flow: column;
  display: flex;
}

.section-large {
  padding: 108px 5%;
  position: relative;
}

.section-large.background-gray-50 {
  transition: box-shadow .3s, background-color .3s, color .3s;
}

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

.section_featuresv8 {
  padding-top: 12rem;
}

.featuresv8_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3.75rem;
  display: flex;
}

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

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

.featuresv8_content {
  max-width: 45rem;
}

.text-custom-gray {
  color: #636262;
}

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

.featuresv8_component {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-style: none;
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
  padding: 2.5rem 5rem;
  position: sticky;
}

.featuresv8_component.is-first {
  margin-top: -12rem;
  margin-bottom: 12rem;
  top: 0;
}

.featuresv8_component.is-second {
  margin-top: -6rem;
  margin-bottom: 6rem;
  top: 6rem;
}

.featuresv8_component.is-third {
  margin-bottom: 0;
  top: 12rem;
}

.featuresv8_component.is-fourth {
  margin-bottom: 0;
  top: 18rem;
}

.featuresv8_component.is-4 {
  top: 32rem;
}

.featuresv8_sticky-wrapper {
  position: relative;
}

.h2-paragraph-padding {
  max-width: 30rem;
}

.featuresv8_header-text {
  font-size: 1.5rem;
  font-weight: 700;
}

.featuresv8_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.overline-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.overline-2.text-color-blue-500 {
  color: #6173e5;
}

.blog-card {
  box-shadow: none;
  color: #353b41;
  border: .5px solid #eaedf0;
  border-radius: 8px;
  padding: 32px;
  text-decoration: none;
  transition: all .3s;
}

.blog-card:hover {
  box-shadow: 0 24px 64px #e0e0e07a;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.blog-avatar-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.grid-two-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
}

.container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-avatar {
  background-color: #f7f9fd;
  border-radius: 100%;
  flex: none;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-weight-bold {
  color: var(--blue);
  white-space: normal;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}

.blog-date {
  color: #6d767e;
  font-size: 12px;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.h6-heading {
  color: var(--blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}

.blog-thumbnail-x-small {
  border-radius: 8px;
  flex: none;
  width: 250px;
  height: 140px;
  overflow: hidden;
}

.section-regular {
  padding: 80px 10%;
  position: relative;
}

.blog-card-small {
  grid-column-gap: 24px;
  color: #000;
  border: .5px solid #eaedf0;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.blog-card-small:hover {
  box-shadow: 0 24px 64px #e0e0e07a;
}

.blog-author-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.blog-thumbnail-large {
  border-radius: 8px;
  height: 356px;
  margin-bottom: 16px;
  overflow: hidden;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.title-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular-2.text-weight-medium {
  font-weight: 500;
}

.paragraph-regular-2.text-color-gray-600 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.blog-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h2-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.blog-grid-single {
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-card-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9f9fa;
  border: 1px solid #fff;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.testimonial-card-small:hover {
  background-color: #fff;
}

.component-alert {
  background-color: #f9f9fa;
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 8px;
  display: flex;
}

.testimonial-slider-button {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.testimonial-grid-wrapper {
  position: relative;
}

.testimonial-fade-right {
  pointer-events: none;
  background-image: linear-gradient(271deg, #f3f3f5, #f3f3f500);
  width: 80px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.slider {
  background-color: #fff0;
  max-width: 1440px;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.dot-orange {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.code-embed {
  display: none;
}

.paragraph-regular-3 {
  color: #36393f;
  font-size: 16px;
  line-height: 28px;
}

.title-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.divider-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.slider-nav-active {
  cursor: pointer;
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.h6-heading-2 {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial-arrow-block {
  justify-content: center;
  column-gap: 8px;
  display: flex;
}

.testimonial-fade-left {
  pointer-events: none;
  background-image: linear-gradient(91deg, #f3f3f5, #f3f3f500);
  width: 80px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.divider-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.testimonial-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.testimonial-avatar-small {
  background-color: #f3f3f5;
  border: 1px solid #cfd2d6;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.slider-nav-inactive {
  cursor: pointer;
  background-color: #cfd2d6;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.testimonial-section {
  background-color: #f3f3f5;
  padding: 72px 5%;
  position: relative;
  overflow: hidden;
}

.caption-small {
  font-size: 14px;
  line-height: 20px;
}

.subheading-regular {
  color: #1e2022;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-card-image {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f9f9fa;
  border: 1px solid #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.testimonial-card-image:hover {
  background-color: #fff;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.testimonial-name-horizontal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-avatar-2 {
  background-color: #f3f3f5;
  border: 1px solid #cfd2d6;
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.hidden {
  display: none;
}

.testimonial-card-tall {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  background-color: #f9f9fa;
  border: 1px solid #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.testimonial-card-tall:hover {
  background-color: #fff;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

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

.container-large-3 {
  color: #000;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #ff6c0a;
}

.testimonal-slide {
  margin-right: 40px;
}

.row-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.testimonial-icon-wrapper {
  background-color: #f3f4f6;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.testimonial-slider-clipped {
  -webkit-clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  background-color: #0000;
  width: 514px;
  height: auto;
  position: static;
}

.paragraph-regular-4 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.testimonial-card-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #dce0e5;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.testimonial-slider-button-2 {
  color: #95a1b2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-slider-button-2:hover {
  background-color: var(--blue);
  color: #fff;
  transform: scale(1.03);
}

.section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.container-regular {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.testimonial-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h3-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.testimonial-header-column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 400px;
  padding-bottom: 24px;
  display: flex;
}

.testimonial-mask-small {
  overflow: visible;
}

.icon-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.icon-regular-2 {
  color: var(--orange);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-2 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-small-2.text-weight-semibold {
  font-weight: 400;
}

.testimonial-star {
  color: #f4d452;
  background-color: #0000;
  border-radius: 100%;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.testimonal-rating-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.paragraph-x-small-2 {
  color: #454f5f;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.button-ghost-small:hover {
  color: #000;
}

.testimonial-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  display: flex;
}

.testimonial-slider-overlay {
  background-image: linear-gradient(90deg, #fff0, #fff);
  width: 20%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.title-caption {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

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

.row-regular.row-center {
  justify-content: flex-start;
  align-items: center;
}

.testimonial-avatar-3 {
  background-color: #f3f4f6;
  border: 1.5px solid #dce0e5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  overflow: hidden;
}

.hide {
  display: none;
}

.bas-wrapper {
  width: 100%;
  max-width: 600px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

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

.footer-legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-regular-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.footer-block {
  background-color: #f5f5f5;
  border-radius: 24px;
  width: 100%;
  max-width: 1208px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  position: relative;
}

.footer-navigation {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-small-3 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.footer-logo {
  height: auto;
}

.subheading-small-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.footer-button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
}

.footer-button:hover {
  background-color: #f0f0f0;
  border: 1px solid #e3e3e3;
}

.background-pattern {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-legal-link {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: #000;
}

.section-regular-3 {
  padding: 92px 5%;
  position: relative;
}

.footer-divider {
  background-color: #e3e3e3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-regular-5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.feature-card-outline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 12px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.footer-company-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.badge-outline {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.footer-legal-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

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

.container-regular-2 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.grid-two-column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.form-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.award {
  background-color: #fff;
  border-radius: 999px;
  padding: 12px;
}

.submit-button {
  color: #fff;
  letter-spacing: -.12px;
  background-color: #ff5805;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.container-large-4 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large-2 {
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-2.text-color-gray-600 {
  color: #59595f;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-gradient-fade {
  display: none;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.header-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: stretch;
  max-width: 628px;
  display: flex;
}

.header-section-search {
  background-image: radial-gradient(circle farthest-side at 100%, #fff0 30%, #fffc 57%, #fff), url('../images/Silhouette-of-Electric-Posts-Under-Red-Sky-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 120px 5% 80px;
  position: relative;
}

.form-field-white {
  color: #000;
  letter-spacing: .08px;
  background-color: #fff;
  border: 1px solid #f5f5f6;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

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

.grid-two-column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.h1-heading-3 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.container-large-5 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large-3 {
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-3.text-color-gray-600 {
  color: #59595f;
}

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

.story-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.h2-heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.story-content {
  grid-column-gap: 92px;
  grid-row-gap: 92px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content-tab-content {
  width: 100%;
}

.container-regular-3 {
  z-index: 5;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  margin-bottom: 64px;
}

.paragraph-large-4 {
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-4.text-color-gray-800 {
  color: #434347;
}

.content-tab-link {
  color: #252527;
  text-align: center;
  letter-spacing: -.08px;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  padding: 10px 24px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.content-tab-link.w--current {
  background-color: var(--blue);
  color: #fff;
  border-color: #000;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

.content-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.story-sign-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.story-sign {
  width: 139px;
  height: 36px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.12px;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.section-regular-4 {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.content-tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin-top: -108px;
  margin-bottom: 64px;
  display: flex;
}

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

.grid-two-column-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.faq-outline {
  border-top: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  flex-flow: column;
  display: flex;
}

.faq-heading {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 40px;
  display: flex;
}

.faq {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.card-white {
  z-index: 2;
  background-color: #fff;
  padding: 24px;
  position: relative;
}

.text-color-brand {
  color: #ff5805;
}

.faq-tab {
  margin-top: -8px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.h2-heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.faq-content {
  z-index: 1;
  background-color: #0000;
  display: block;
  position: relative;
}

.paragraph-regular-6 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-6.text-color-tertiary {
  color: #59595f;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.paragraph-regular-6.text-weight-semibold {
  color: var(--blue);
  font-weight: 600;
}

.faq-title {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #252527;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  display: flex;
}

.container-large-6 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

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

.paragraph-regular-7 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular-7.text-color-gray-600 {
  color: #525252;
  font-family: Lato, sans-serif;
}

.overline-3 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.icon-large-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.team-divider {
  background-color: #f5f5f5;
  width: 100%;
  height: 1px;
}

.team-member-image-wrapper {
  border-radius: 16px;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.h6-heading-3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.team-member-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.team-slide-link {
  color: #b8b8b8;
  transition: opacity .3s;
}

.team-slide-link:hover {
  color: #000;
}

.section-regular-5 {
  padding: 96px 5%;
  position: relative;
}

.grid-three-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.team-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 432px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large-5 {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-5.text-color-gray-600 {
  color: #525252;
  font-family: Lato, sans-serif;
}

.h2-heading-5 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.team-member-description {
  padding: 8px;
}

.form-fields-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.form-checkbox-icon {
  border-color: #171717;
  border-radius: 99px;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 6px;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #171717;
  background-size: 10px;
  border-color: #171717;
  border-radius: 99px;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
}

.form-text-field {
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .3s;
}

.form-text-field:hover {
  border-color: #a3a3a3;
}

.form-text-field:focus {
  border-color: #ac91ac;
}

.form-text-field::placeholder {
  color: #737373;
}

.form-text-field.form-text-area {
  min-height: 140px;
}

.form-field-label {
  color: #171717;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-map {
  object-fit: cover;
  height: 100%;
}

.heading-row {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.container-large-7 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.form-success-message {
  color: #0a0a0a;
  background-color: #d6f0e5;
  font-weight: 500;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.paragraph-regular-8 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-8.text-weight-medium {
  font-weight: 500;
}

.paragraph-regular-8.text-weight-medium.footer {
  font-size: 14px;
}

.form-error-message {
  background-color: #eed8d8;
  padding: 10px 20px;
  font-weight: 500;
}

.form-field-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.form-checkbox {
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.button-primary-large-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--orange);
  color: #fff;
  letter-spacing: -.25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-large-2:hover {
  background-color: var(--blue);
}

.section-regular-6 {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-6.background-gray-50 {
  background-color: #fafafa;
}

.section-regular-6.background-brown-50 {
  background-color: #f8f6f6;
}

.contact-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #171717;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: grid;
}

.icon-regular-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-4:hover {
  color: var(--orange);
}

.h3-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #525252;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-link:hover {
  color: var(--orange);
  transform: scale(1.05);
}

.contact-link.hide {
  display: block;
}

.text-link {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #734573;
}

.paragraph-x-large-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.text-color-purple-600, .text-span-7 {
  color: var(--orange);
}

.paragraph-form {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.social-icon {
  width: 30px;
  transition: all .2s;
  transform: scale(1.05);
}

.social-media-icon:hover {
  transform: translate(0);
}

.image-2 {
  width: 100px;
}

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

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

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

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-header-image-wrapper-bottom {
  border-radius: 12px 12px 0 0;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 72px;
  display: flex;
  overflow: hidden;
}

.f-header-image-wrapper-bottom.hide {
  display: none;
}

.f-container-regular {
  z-index: 90;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-header-section-special {
  margin-bottom: 50px;
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.f-h2-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-header-background-block {
  background-color: #f7f9fd;
  background-image: linear-gradient(#d1d1d180, #d1d1d180), url('../images/Sie-servicios-banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 630px;
  position: absolute;
  inset: 0% 0% auto;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

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

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-header-button-wrapper.slide-in-right.hide {
  display: none;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-paragraph-large {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

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

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

.content-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.service-item {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.grid-wrapper-2 {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.growing-background {
  background-image: url('../images/Image013.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.growing-background._2 {
  background-image: url('../images/kevin-young--icmOdYWXuQ-unsplash.jpg');
}

.growing-background._1 {
  background-image: url('../images/devin-avery-bx1G9db3FjA-unsplash.jpg');
}

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

.growing-image {
  flex: 1;
  width: 40%;
  position: relative;
}

.growing-image.right {
  margin-left: 24px;
}

.growing-image.small {
  flex: 0 auto;
  width: 35%;
  margin-right: 0;
  overflow: visible;
}

.large-growing-images {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
}

.large-growing-images.small {
  height: 35vw;
  min-height: 60vh;
}

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

.section {
  margin-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}

.accordion-top-text {
  color: var(--orange);
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.section-container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.accordion-icon-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  margin-right: -16px;
  padding: 16px;
  position: relative;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
  position: relative;
}

.section-info-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 675px;
  display: flex;
}

.accordion-icon-stripe-1 {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.section-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 50vh;
  padding: 5.5rem 5vw;
  display: flex;
}

.section-2.home-about {
  padding-top: 2rem;
}

.accordion-bottom-text {
  width: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
}

.accordion-bottom-text.margin-bottom {
  margin-bottom: 22px;
}

.accordion-top-wrap {
  flex: 1;
  padding-top: 47px;
  padding-bottom: 47px;
  font-size: 2rem;
}

.medium-width {
  max-width: 500px;
}

.accordion-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.accordion-divider {
  border-top: 1px solid #202020;
  height: 0;
}

.secondary-button {
  box-shadow: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff29;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: .75rem;
  font-weight: 700;
  transition: border-color .3s, color .2s, transform .2s cubic-bezier(.175, .885, .32, 1.275);
}

.secondary-button:hover {
  box-shadow: none;
  border-color: #000;
  transform: translate(0, -4px);
}

.secondary-button:active {
  transform: scale(.95);
}

.secondary-button:focus {
  box-shadow: 0 0 3px 1px #0000007a;
}

.header-wrap {
  perspective: 1000px;
  max-width: 800px;
}

.section-header {
  text-align: center;
  margin-bottom: 26px;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.accordion {
  cursor: pointer;
  border-bottom: 1px solid #202020;
  width: 100%;
}

.button {
  border-radius: 10px;
}

.button.outlined {
  background-color: var(--blue);
  color: #fff;
  border: .5px solid #b1afaf;
}

.button.outlined:hover {
  box-shadow: 0 5px 10px #6d635f4d;
}

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

.spacer-micro {
  padding-top: .25rem;
}

.icon-text_row-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

.bottom-margin-remove {
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}

.features_grid-2_columns {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.circle-medium {
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eyebrow {
  letter-spacing: -.017em;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.section_frame {
  background-color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  position: relative;
  box-shadow: inset 0 0 0 1px #0f62fe, 0 0 48px #e7ebef;
}

.icon-medium {
  width: 2rem;
  height: 2rem;
}

.text-wrap_centered-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-weight-semibold {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.max-width-small-mobile {
  font-family: Lato, sans-serif;
}

.image-cover-3 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.column-large-2 {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

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

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

.text-span-10, .text-span-11, .text-span-12 {
  color: var(--orange);
}

.section-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  line-height: 1.5em;
}

.div-block-2 {
  height: auto;
  margin-bottom: 30px;
}

.text-block {
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 1.5em;
}

.div-block-3 {
  background-image: url('../images/engineers-wearing-safety-gear-including-hard-hats-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 500px;
  padding-bottom: 10px;
  padding-left: 15px;
  display: flex;
}

.div-block-4 {
  background-color: #dcdcdc;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.image-3 {
  width: 50px;
}

.text-block-2 {
  color: #000;
  text-decoration: none;
}

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

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

.caracteristicas-card {
  border: .5px solid #eaedf0;
  border-radius: 10px;
  width: auto;
  max-width: none;
  padding: 32px;
}

.caracteristicas-card.slide-in-left {
  width: auto;
  max-width: none;
}

.caracteristicas-card.slide-in-left-copy {
  width: 500px;
  max-width: 500px;
}

.caracteristicas-image-large {
  border-radius: 10px;
  height: 350px;
  overflow: hidden;
}

.image-4 {
  width: 100%;
}

.caracterirsticas-contenido-wrap {
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.text-block-3 {
  color: var(--blue);
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.caracteristicas-card-horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .5px solid #eaedf0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 500px;
  padding: 32px 12px;
  display: flex;
}

.caracteristicas-card-horizontal.slide-in-left {
  width: auto;
  max-width: none;
}

.caracteristicas-card-horizontal.slide-in-left-copy {
  width: 500px;
  max-width: 500px;
}

.caracteristicas-image-small {
  border-radius: 10px;
  width: 250px;
  height: 140px;
  overflow: hidden;
}

.image-4-tumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.subheading {
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.privacy-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.flowappz-cookie-consent-light {
  z-index: 99999;
  background-color: #fff;
  width: 376px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px #0000001a;
}

.flowappz-cookie-consent-light.flowappz-hide-popup {
  background-color: #e0e0e0e6;
  border-radius: 10px;
  display: block;
}

.flowappz-cookie-heading-light {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}

.flowappz-cookie-description-light {
  color: #000;
  margin: 30px 0 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.flowappz-cookie-buttons-group-light {
  column-gap: 20px;
  display: flex;
}

.flowappz-accept-button-light {
  background-color: var(--orange);
  color: #fff;
  padding: 12px 28px;
  font-weight: 700;
}

.flowappz-reject-button-light {
  background-color: var(--blue);
  color: #fff;
  border: 1px solid #000;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
}

.flowappz-cookie-consent-code {
  display: none;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.whatsapp-block {
  z-index: 999;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 45px auto;
  overflow: visible;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.live-icon-chat {
  margin-right: 0;
}

.livechat-button {
  background-color: var(--orange);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.whatsapp-icon {
  width: 25px;
  height: 25px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #25d366;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.whatsapp-container:hover {
  background-color: var(--orange);
  transform: scale(1.05);
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.products-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.products-content {
  background-color: var(--blanco-ceniza);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 3%;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.products-content:hover {
  box-shadow: 0 5px 10px #0003;
}

.product-image {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.product-thumbnail {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 400px;
}

.product-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3%;
  display: flex;
}

.product-title {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}

.button-wrap {
  margin-top: 0;
  padding: 3%;
}

.products-description-paragraph {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.products-header-wrap {
  background-image: url('../images/electrical-towers-min.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.section-regular-products-hero {
  padding: 80px 3%;
  position: relative;
}

.products-header-content {
  background-color: #f0f0f0b3;
  border-radius: 10px;
  padding: 3%;
}

.heading-3 {
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 1.2em;
}

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

.button-wrap--header {
  padding: 3% 0%;
}

.image-5 {
  width: 30px;
}

.svg-icon {
  color: var(--orange);
  width: 25px;
  height: auto;
  font-size: 12px;
}

.svg-icon:hover {
  cursor: pointer;
}

.svg-icon.footer {
  width: 20px;
}

.content-carousel-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.max-width-regular-2 {
  max-width: 592px;
}

.content-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-regular-4 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.content-tab-image {
  max-height: 100%;
}

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-small:hover {
  background-color: #734573;
}

.paragraph-x-large-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large-3.text-color-gray-700 {
  color: #404040;
}

.paragraph-x-large-3.text-color-gray-700._16px {
  text-transform: none;
  font-size: 18px;
}

.content-tab-card {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  background-color: #f0ebf0;
  flex-flow: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
}

.paragraph-small-4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.content-tab-link-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #d4d4d4;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 18px 24px;
  font-family: Lato, sans-serif;
  transition: background-color .3s, color .3s;
  display: flex;
}

.content-tab-link-2:hover {
  color: #000;
  background-color: #99c4ff;
}

.content-tab-link-2.w--current {
  color: #000;
  background-color: #f8c588;
  border: 1px solid #d4d4d4;
  border-bottom-color: #0000;
}

.content-carousel-logo {
  background-color: #0000;
  border: 1px solid #e7e0df;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 16px 24px;
  transition: background-color .3s;
  display: flex;
}

.content-carousel-logo:hover {
  background-color: #fff;
  border-color: #fff;
}

.content-tab-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.h5-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.h4-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.content-tab-menu {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.icon-x-large-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.content-carousel {
  width: 100%;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.text-color-purple-601 {
  color: #5c2d5c;
}

.content-carousel-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, #f9f7f7, #faf9f900 20%, #f9f7f700 80%, #f9f7f7);
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.paragraph-5 {
  background-color: #5f7899;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-5 {
  font-weight: 700;
}

.form-success-message-2 {
  color: #3e376d;
  background-color: #d9d7ea;
  border-radius: 12px;
}

.divider-white {
  background-color: #fff;
  flex: none;
  width: 100%;
  height: 1px;
}

.section-account {
  display: flex;
}

.form-input-icon {
  background-color: #f3f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 16px 16px 16px auto;
}

.testimonial-quote {
  letter-spacing: -.02em;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.paragraph-regular-9 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large {
  color: #22272f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

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

.account-testimonial {
  width: 100%;
  height: 100%;
  position: relative;
}

.account-testimonial-side {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.account-testimonial-card {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 64px 0;
  display: flex;
  position: relative;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.h2-heading-6 {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-6.text-color-gray-900 {
  color: #22272f;
}

.form-error-message-2 {
  background-color: #fcefee;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.account-image-wrapper {
  z-index: -1;
  background-color: var(--blanco-ceniza);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-text {
  color: #fff;
  text-shadow: 0 2px 4px #00000040;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.account-form-side {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-top: 135px;
  padding-bottom: 135px;
  padding-right: 10%;
  display: flex;
}

.text-link-2 {
  color: #5e53a2;
  text-decoration: underline;
}

.account-slide {
  width: 100%;
  margin-right: 0;
}

.account-slider {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  display: flex;
  position: static;
}

.account-mask {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.form-field-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block-3 {
  margin-bottom: 0;
}

.account-slider-arrow {
  color: #fff;
  background-color: #0000;
  border: .5px solid #c4cad4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-width .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.account-slider-arrow:hover {
  border-width: 1px;
}

.account-slider-arrow.right-arrow {
  z-index: 9;
  background-color: var(--orange);
  bottom: 64px;
  right: 64px;
}

.account-slider-arrow.right-arrow.hide {
  display: none;
}

.account-slider-arrow.left-arrow {
  z-index: 9;
  background-color: var(--blue);
  bottom: 64px;
  right: 120px;
}

.account-slider-arrow.left-arrow.hide {
  display: none;
}

.icon-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all .3s;
  display: flex;
}

.icon-small-2.hide {
  display: none;
}

.account-submit-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
}

.account-submit-button:hover {
  background-color: #3e376d;
}

.paragraph-small-5 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.form-input-wrapper {
  width: 100%;
  position: relative;
}

.account-form-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.form-field-label-2 {
  color: #454f5f;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.form-field-grid {
  grid-template-rows: auto;
  width: 100%;
}

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

.form-text-field-2 {
  color: #22272f;
  border: 1px solid #c4cad4;
  border-radius: 16px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: border .3s;
}

.form-text-field-2:hover {
  border-color: #95a1b2;
}

.form-text-field-2:focus {
  outline-offset: 0px;
  border-color: #5e53a2;
  outline: 1px solid #5e53a2;
}

.form-text-field-2::placeholder {
  color: #95a1b2;
}

.form-text-field-2.password {
  padding-right: 48px;
}

.account-gradient-overlay {
  background-image: linear-gradient(0deg, #0006, #fff0);
  position: absolute;
  inset: 0%;
}

.form-password-toggle {
  color: #7d8ba1;
  cursor: pointer;
  background-color: #f3f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  transition: background-color .3s, color .3s;
  display: flex;
  position: absolute;
  inset: 0 12px 0 auto;
}

.form-password-toggle:hover {
  color: #22272f;
  background-color: #dce0e5;
}

.image-cover-2-copy {
  object-fit: none;
  height: 100%;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.dropdown-toggle {
  display: block;
}

.faq-column {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.paragraph-large-6 {
  color: #586174;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.section-regular-7 {
  padding: 82px 5%;
  position: relative;
}

.section-regular-7.background-gray-100 {
  background-color: #f6f7f9;
}

.faq-arrow {
  background-color: var(--orange);
  color: #fff;
  transform-style: preserve-3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  display: flex;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.faq-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.overline-4 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-regular-10 {
  color: #586174;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5em;
}

.text-color-blue {
  color: #1457ff;
}

.faq-question {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: normal;
  word-break: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.faq-question.last {
  border-bottom: 1px #000;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-3:hover {
  background-color: #1a44a0;
}

.text-link-3 {
  color: #232a39;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.text-link-3:hover {
  color: #1457ff;
}

.container-large-8 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-small-6 {
  color: #586174;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.max-width-x-small {
  width: 100%;
  max-width: 350px;
}

.title-row-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.faq-answer {
  background-color: #fff0;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  position: static;
}

.faq-answer.w--open {
  margin-top: -16px;
  padding-bottom: 32px;
}

.h3-heading-3 {
  color: #07090d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

.faq-card {
  background-color: #fff;
  border-bottom: 1px solid #edeff2;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.h6-heading-4 {
  color: #07090d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.icon-regular-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.livechat-button-2 {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.whatsapp-block-2 {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.whatsapp-block-2.hide {
  display: none;
}

.whatsapp-container-2 {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container-2:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-icon-2 {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.slide {
  background-image: linear-gradient(#36363699, #36363699), url('../images/electrical-technician-working-in-a-switchboard-wit-1.jpg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#36363699, #36363699), url('../images/a-male-electrician-works-in-a-switchboard-with-an1.jpg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
}

.f-header-section-slider {
  margin-bottom: 50px;
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.f-header-section-slider.hide {
  display: block;
}

.mask {
  z-index: 0;
}

.f-header-background-block-copy {
  z-index: -1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-4 {
  color: #333;
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}

.d-111-product-card-wrapper {
  background-color: var(--blanco-ceniza);
  border-radius: 10px;
  flex-flow: column;
  width: auto;
  padding: 3%;
  display: flex;
}

.mask-2 {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
}

.button-2 {
  letter-spacing: 1px;
  background-color: #d55f55;
  margin-top: 20px;
}

.d-111-image-wrapper {
  cursor: zoom-in;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hide-2 {
  display: none;
}

.image-6 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.d-111-content-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.d-111-price-text {
  color: #333;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-6 {
  color: #333;
  width: 250px;
}

.slide-6 {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.slider-2 {
  border-radius: 10px;
  width: 100%;
  height: 500px;
}

.dropdown-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle-2 {
  width: 100%;
}

.paragraph-7 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.icon {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.image-6-copy {
  object-fit: none;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

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

.heading-5 {
  color: var(--blanco-ceniza);
  font-family: Oswald, sans-serif;
  font-size: 64px;
  line-height: 1.2em;
}

.heading-5.orange {
  color: var(--orange);
  margin-top: 0;
}

.wrapper {
  height: 100px;
  overflow: hidden;
}

.icon-2, .icon-3 {
  display: none;
}

.slide-7 {
  background-image: linear-gradient(#36363699, #36363699), url('../images/sie-carrusel-home-1.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-4 {
  background-image: linear-gradient(#36363699, #36363699), url('../images/sie-carrusel-home-3.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-5 {
  background-image: linear-gradient(#36363699, #36363699), url('../images/sie-carrusel-home-5.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-6-home {
  background-image: linear-gradient(#36363699, #36363699), url('../images/sie-carrusel-home-4.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-7-copy {
  background-image: linear-gradient(#36363699, #36363699), url('../images/electricity-power-plant-for-industry-power-plant-min.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-8 {
  background-image: linear-gradient(#36363699, #36363699), url('../images/sie-carrusel-home-2.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-3-home {
  background-image: linear-gradient(#36363699, #36363699), url('../images/electricity-power-plant-for-industry-power-plant-min.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

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

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

.text-block-6, .text-block-7 {
  display: none;
}

@media screen and (min-width: 1920px) {
  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button-2 {
    transition: all .2s;
  }

  .livechat-button-2:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .h1-heading, .h1-heading.slide-in-left-1.left {
    font-size: 55px;
  }

  .header-square {
    width: 32px;
    height: 32px;
  }

  .header-square.outlier {
    display: none;
  }

  .header-sqaures {
    height: 64px;
  }

  .paragraph {
    font-size: 18px;
  }

  .header-section-gray {
    height: auto;
  }

  .header-line {
    background-color: #e6e6e7;
  }

  .dropdown-links-grid-large {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-wrapper-large {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu {
    background-color: #fff;
    padding: 12px 5%;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .dropdown-row {
    flex-flow: column;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-link {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .dropdown-featured-block {
    min-width: auto;
  }

  .navigation-menu-button {
    color: #000;
    border: 1px solid #d4d4d4;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: var(--blue);
  }

  .navigation-dropdown-list.w--open {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .content-image-small {
    max-height: none;
  }

  .content-column {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  ._2x1-grid-layout {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .featuresv8_content {
    max-width: 45rem;
  }

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

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .blog-card-small {
    padding: 24px;
  }

  .blog-thumbnail-large {
    margin-bottom: 16px;
  }

  .testimonial-fade-right, .testimonial-fade-left {
    display: none;
  }

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

  .testimonial-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .section-regular-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-header-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 90%;
    padding-bottom: 0;
  }

  .testimonial-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .testimonial-slider-overlay {
    width: 10%;
  }

  .footer-legal-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .footer-navigation-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

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

  .form-block {
    align-items: center;
  }

  .header-gradient-fade {
    background-image: linear-gradient(#fff0, #ffffffc4 31%, #fff);
    justify-content: center;
    align-items: center;
    height: 200px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .header-column {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .header-section-search {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .grid-two-column-4, .story-block, .heading-grid {
    grid-template-columns: 1fr;
  }

  .content-tabs {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-regular-4 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .content-tabs-menu {
    margin-top: -40px;
  }

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

  .faq-icon {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-item {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-wrapper-2 {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .large-growing-images.small {
    height: 45vw;
    min-height: 400px;
  }

  .icon-text_row-large.is-vertical-mobile {
    flex-direction: column;
    align-items: center;
  }

  .container-xlarge {
    max-width: 50rem;
  }

  .features_grid-2_columns {
    grid-template-columns: 1fr;
  }

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

  .text-wrap_centered-mobile {
    text-align: center;
    max-width: 32.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .max-width-small-mobile {
    max-width: 24rem;
  }

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

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

  .caracteristicas-card.slide-in-left, .caracteristicas-card.slide-in-left-copy, .caracteristicas-card.slide-in-left-1, .caracteristicas-card-horizontal.slide-in-left, .caracteristicas-card-horizontal.slide-in-left-copy, .caracteristicas-card-horizontal.slide-in-left-1 {
    width: auto;
    max-width: none;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .content-tab-image {
    max-height: none;
  }

  .paragraph-x-large-3.text-color-gray-700 {
    font-size: 18px;
  }

  .content-tab-link-2 {
    border-color: #0000;
  }

  .content-tab-link-2.w--current {
    border-bottom-color: #d4d4d4;
  }

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

  .content-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-account {
    flex-direction: column;
    align-items: stretch;
  }

  .account-testimonial-side {
    max-width: none;
    height: 75vh;
  }

  .account-form-side {
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .whatsapp-block-2 {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .h1-heading {
    font-size: 40px;
  }

  .paragraph {
    font-size: 18px;
  }

  .header-section-gray {
    height: auto;
  }

  .header-line {
    height: 220px;
  }

  .header-line.short {
    height: 170px;
  }

  .header-line.medium {
    height: 180px;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .h2-heading {
    font-size: 40px;
  }

  .title-row {
    grid-column-gap: 8px;
  }

  .title-doodle {
    height: 16px;
    bottom: -16px;
  }

  .content-column {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

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

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

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .section-regular {
    padding: 72px 5%;
  }

  .blog-card-small {
    grid-template-columns: 1fr;
  }

  .h2-heading-2 {
    font-size: 44px;
  }

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

  .testimonal-slide {
    margin-right: 24px;
  }

  .testimonial-slider-clipped {
    width: auto;
  }

  .h3-heading {
    font-size: 40px;
  }

  .testimonial-mask-small {
    width: 90%;
  }

  .paragraph-x-small-2 {
    margin-right: 8px;
    display: inline;
  }

  .footer-legal-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-block {
    padding: 56px 32px;
  }

  .footer-navigation {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-button {
    padding-left: 0;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-navigation-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .container-regular-2 {
    flex-flow: column;
    display: flex;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .header-section-search {
    background-size: auto, auto, 250px, cover;
  }

  .h1-heading-3 {
    font-size: 48px;
  }

  .h2-heading-3 {
    font-size: 40px;
  }

  .content-tabs-menu {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .h2-heading-4 {
    font-size: 40px;
  }

  .faq-title {
    white-space: pre-line;
  }

  .team-member-image-wrapper {
    order: -1;
  }

  .h6-heading-3 {
    font-size: 28px;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .h2-heading-5 {
    font-size: 44px;
  }

  .section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-2 {
    font-size: 36px;
  }

  .f-header-section-special {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .content-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .service-item {
    grid-row-gap: 60px;
  }

  .service-list {
    grid-row-gap: 100px;
  }

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .large-growing-images.small {
    height: 60vw;
    min-height: auto;
  }

  .section-header {
    font-size: 3.5rem;
  }

  .circle-medium {
    width: 3rem;
    height: 3rem;
  }

  .eyebrow {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .icon-medium {
    width: 1.5rem;
    height: 1.5rem;
  }

  .text-wrap_centered-mobile {
    max-width: 25rem;
  }

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

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

  .div-block-3 {
    height: 400px;
  }

  .image-3 {
    width: 30px;
  }

  .subheading {
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

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

  .section-regular-products-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading {
    font-size: 28px;
  }

  .h4-heading {
    font-size: 32px;
  }

  .account-testimonial-side {
    height: 65vh;
  }

  .account-testimonial-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h2-heading-6 {
    font-size: 44px;
  }

  .account-form-side {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .account-slider, .account-mask {
    width: 100%;
  }

  .account-slider-arrow.right-arrow, .account-slider-arrow.left-arrow {
    display: none;
  }

  .form-input-wrapper, .form-field-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-regular-7 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-3 {
    font-size: 36px;
    line-height: 52px;
  }

  .whatsapp-block-2 {
    bottom: 15px;
    right: 15px;
  }

  .f-header-section-slider {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-5.orange {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .header-buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .paragraph {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .header-section-gray {
    height: auto;
  }

  .header-squares-image-wrapper {
    margin-top: 141px;
  }

  .header-line {
    height: 130px;
  }

  .header-line.short {
    height: 100px;
  }

  .header-line.medium {
    height: 120px;
  }

  .container-large {
    flex-flow: column;
    display: flex;
  }

  .header-image-large {
    object-position: 50% 50%;
  }

  .navigation-button-wrapper {
    display: none;
  }

  .dropdown-links-grid-large {
    grid-template-columns: 1fr;
  }

  .navigation-menu {
    border-bottom: 1px solid #e6e6e6;
  }

  .navigation-dropdown-list.w--open {
    white-space: normal;
  }

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

  .square-shapes-01 {
    display: none;
  }

  ._2x1-grid-layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .featuresv8_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog-card {
    padding: 24px;
  }

  .blog-thumbnail-x-small {
    width: 100%;
  }

  .section-regular {
    padding-left: 3%;
    padding-right: 3%;
  }

  .blog-card-small {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-grid-single {
    width: 90vw;
    height: auto;
  }

  .testimonial-arrow-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonal-slide {
    margin-right: 16px;
  }

  .testimonial-card-2 {
    padding: 16px;
  }

  .testimonial-row {
    overflow: hidden;
  }

  .footer-legal-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-block {
    padding: 48px 24px;
  }

  .footer-navigation {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .footer-button, .footer-button.w--current {
    padding-left: 0;
  }

  .footer-company-wrapper {
    flex-direction: column;
  }

  .footer-legal-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

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

  .form-row {
    flex-flow: column;
    align-items: stretch;
  }

  .grid-two-column-4 {
    grid-template-columns: 1fr;
  }

  .story-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

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

  .story-sign-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .story-sign {
    order: -1;
  }

  .button-primary {
    width: 100%;
  }

  .content-tabs-menu {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

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

  .faq-heading {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-white {
    padding: 16px;
  }

  .team-member-image-wrapper {
    height: 220px;
  }

  .team-member-card {
    padding: 16px;
  }

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

  .contact-map {
    height: 220px;
  }

  .contact-grid {
    padding: 32px 24px 24px;
  }

  .image-2 {
    width: 90px;
  }

  .content-wrapper {
    grid-row-gap: 36px;
  }

  .large-growing-images {
    min-height: auto;
  }

  .large-growing-images.small {
    height: 55vw;
    min-height: auto;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .section-2.home-about {
    padding-top: 0;
  }

  .secondary-button {
    text-align: center;
    width: 100%;
  }

  .section-header {
    font-size: 3.2rem;
  }

  .icon-text_row-large {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-2 {
    font-size: 60px;
  }

  .text-block {
    font-size: 20px;
  }

  .caracteristicas-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .caracteristicas-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center;
    width: 90vw;
    display: flex;
  }

  .caracteristicas-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .caracteristicas-card.slide-in-bottom {
    width: auto;
    max-width: none;
  }

  .caracteristicas-card.slide-in-left-1 {
    width: 90vw;
  }

  .caracteristicas-image-large {
    height: auto;
  }

  .image-4 {
    object-fit: cover;
    height: 300px;
  }

  .caracteristicas-card-horizontal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .caracteristicas-card-horizontal.slide-in-bottom {
    width: auto;
    max-width: none;
  }

  .caracteristicas-card-horizontal.slide-in-left-1 {
    width: 90vw;
  }

  .caracteristicas-image-small {
    height: auto;
  }

  .image-4-tumbnail {
    object-fit: cover;
    height: 300px;
  }

  .flowappz-cookie-consent-light {
    width: 100vw;
    left: 0;
  }

  .flowappz-cookie-buttons-group-light {
    flex-direction: column;
    row-gap: 20px;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    bottom: 30px;
    right: 10px;
  }

  .live-icon {
    width: 10px;
    height: 10px;
  }

  .whatsapp-icon {
    width: 30px;
    height: 30px;
  }

  .whatsapp-container {
    width: 45px;
    height: 45px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .section-regular-products-hero {
    padding-left: 3%;
    padding-right: 3%;
  }

  .content-carousel-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .paragraph-x-large-3.text-color-gray-700 {
    font-size: 16px;
  }

  .paragraph-x-large-3.text-color-gray-700._16px {
    font-size: 14px;
  }

  .content-tab-card {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding: 40px 24px 24px;
  }

  .content-tab-link-2.w--current {
    border-color: #d4d4d4;
  }

  .content-carousel-logo {
    width: 120px;
  }

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

  .account-submit-button {
    width: 100%;
  }

  .paragraph-large-6 {
    font-size: 18px;
    line-height: 30px;
  }

  .button-primary-3 {
    width: 100%;
  }

  .whatsapp-block-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container-2 {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .f-header-background-block-copy {
    height: 100%;
  }

  .heading-5 {
    font-size: 3em;
  }

  .wrapper {
    height: 60px;
  }
}

#w-node-_5d952f75-d79b-2db7-6b8c-8d6101bb4a14-ef1f298a, #w-node-_55d5df35-abd7-a0ce-3dde-1da6037ead06-ef1f298a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d2287ea-8e7c-ae31-bda8-112e7dbf6d82-ef1f298a {
  justify-self: end;
}

#w-node-_438853d7-d22b-cbf5-0322-6e0cd4162df9-ef1f298a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_8c34cb73-5e9b-47b7-8d9f-48b9b396b473-ef1f298a, #w-node-af8df67a-d445-7340-c847-bd0d6391125f-ef1f298a, #w-node-c0876ccc-406d-80cb-617a-cb17813c43e9-ef1f298a, #w-node-_0dedabf8-d92e-362c-4695-2750f2c41b57-ef1f298a, #w-node-_10f26734-03b8-5280-3bbb-092b7c0d74b2-ef1f298a, #w-node-_9a638307-64b7-0a00-1514-f41b5a5fc6e2-5a5fc6d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a638307-64b7-0a00-1514-f41b5a5fc6f0-5a5fc6d4, #w-node-_9a638307-64b7-0a00-1514-f41b5a5fc6f6-5a5fc6d4, #w-node-_9a638307-64b7-0a00-1514-f41b5a5fc6fc-5a5fc6d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5d6b1330-85e0-2bf8-f29d-361c30f5c148-3da54a7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_230a6301-baa7-0b9f-ebe0-f98696f8da5f-3da54a7c {
  align-self: start;
}

#w-node-fa71e956-c3e8-11d3-5def-1f00d428b1f9-abe2a619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa71e956-c3e8-11d3-5def-1f00d428b1ff-abe2a619 {
  place-self: end;
}

#w-node-_8f882e48-6ba6-9bd2-962a-2cf609f667bb-abe2a619, #w-node-_8f882e48-6ba6-9bd2-962a-2cf609f667ce-abe2a619, #w-node-_8f882e48-6ba6-9bd2-962a-2cf609f667e1-abe2a619, #w-node-_8f882e48-6ba6-9bd2-962a-2cf609f667f4-abe2a619, #w-node-_8f882e48-6ba6-9bd2-962a-2cf609f66807-abe2a619, #w-node-_8f882e48-6ba6-9bd2-962a-2cf609f66809-abe2a619, #w-node-_47ee3c5c-2a60-0cd8-fb5b-e229c13d9655-abe2a619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fa71e956-c3e8-11d3-5def-1f00d428b1ff-abe2a619 {
    justify-self: start;
  }

  #w-node-_8805c8aa-1a99-091b-15e5-2ca8fd25328c-abe2a619, #w-node-f77441fc-8670-3913-bda3-eb03fcf36eb2-abe2a619, #w-node-_4cdc8cde-6916-a471-30ee-82c8680ee52a-abe2a619 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4e40275-a7ff-a871-d0c0-2ba0219a4288-ef1f298a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9a638307-64b7-0a00-1514-f41b5a5fc6f0-5a5fc6d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


