:root {
  --white: #fffbf0;
  --black: #1c1a1a;
  --grey-back: whitesmoke;
  --color: #fc764f;
  --green: #7cc09b;
  --hover-nlack: #202020;
  --yellow: #fff200;
  --light-black: #7a7a7a;
  --fffafa: snow;
  --color-2: #ce4c24;
  --magenta: #ec008c;
  --blue-101: var(--blue100);
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray900: #101828;
  --blue100: #00aeef;
  --untitled-ui--white: white;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary50-2: #f9f5ff;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary500: #9e77ed;
}

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.75rem;
  font-weight: 400;
  line-height: 1;
}

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

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

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

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

h6 {
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1.25rem;
}

a {
  color: var(--black);
}

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

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.utility-page_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

.padding-top.padding-header {
  padding-top: 9.5rem;
}

.padding-top.padding-xxhuge {
  padding-top: 8.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.fs-styleguide_heading-tags, .fs-styleguide_other-tags {
  background-color: #fff;
}

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

.overflow-auto {
  overflow: auto;
}

.hide-tablet {
  display: none;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-family: Inter;
  font-weight: 600;
  text-decoration: none;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

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

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

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

.fs-styleguide_heading-styles {
  background-color: #fff;
}

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

.heading-style-h1 {
  font-family: Inter;
  font-size: 6.75rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.text-color-white {
  font-family: Variablefont Wght, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  transition: font-variation-settings .85s cubic-bezier(.6, -.28, .735, .045);
}

.heading-style-h1.text-color-white:hover {
  color: var(--grey-back);
  font-variation-settings: "wght" 800;
}

.padding-global {
  background-color: var(--grey-back);
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.padding-global.padding-emergencia-section {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.text-color-white {
  outline-offset: 0px;
  color: var(--white);
  outline: 3px #fffbf0;
  font-family: Rethink Sans;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
}

.fs-styleguide_webflow-elements {
  background-color: #fff;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-size-regular.text-weight-bold {
  font-family: Inter;
  font-weight: 700;
}

.text-weight-xbold {
  font-family: Helveticaneueltstd bd;
  font-weight: 400;
}

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

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

.max-width-medium {
  flex: 1;
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  flex: none;
  width: 100%;
  max-width: 47rem;
}

.fs-styleguide_text-classes {
  background-color: #fff;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

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

.text-size-small {
  color: var(--color);
  font-size: .875rem;
}

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

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-grey {
  background-color: rgba(0, 0, 0, .05);
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  letter-spacing: .2rem;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.text-size-large.text-color-white {
  display: inline-block;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

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

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  z-index: 10;
  padding-left: 2.5rem;
  position: relative;
}

.main-wrapper.z-index-1 {
  min-height: 100vh;
}

.main-wrapper.padding {
  background-color: #fff;
  height: 100vh;
  margin-top: 0;
  margin-bottom: -63px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_icons, .fs-styleguide_colors {
  background-color: #fff;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.button {
  background-color: var(--green);
  color: #333;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: capitalize;
  margin-top: 0;
  padding: .75rem 1.5rem;
  font-family: Variablefont Wght, sans-serif;
  font-weight: 700;
  transition: all .2s;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

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

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-button-small {
  padding: .75rem 1.5rem;
  font-size: .75rem;
}

.button.pedirsos {
  margin-top: 60px;
}

.fs-styleguide_buttons {
  background-color: #fff;
}

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

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

.text-size-medium.text-weight-bold {
  font-family: Inter;
  font-weight: 700;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #000;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_component {
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px #000;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

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

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar1_menu {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_link {
  letter-spacing: .2rem;
  text-transform: uppercase;
  padding: .9rem 0 .5rem;
  font-family: Inter;
  font-size: .75rem;
  font-weight: 700;
}

.navbar1_link.w--current {
  color: #000;
}

.heading {
  letter-spacing: .2rem;
  font-family: Inter;
  font-weight: 700;
}

.header-component {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-down {
  border: .25rem solid #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-down.w--current {
  width: 11rem;
  height: 11rem;
}

.text-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  flex: none;
  margin-top: 15px;
}

.logo-image {
  width: 100%;
}

.text-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  text-decoration: none;
  display: none;
}

.html-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-work {
  margin-top: 4rem;
}

.work-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: .75fr;
  text-decoration: none;
}

.work-component-1 {
  background-color: #141414;
  flex-flow: column;
  justify-content: flex-start;
  min-height: auto;
  padding: 4rem 3.5rem 3.5rem 2.5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.work-component-1:hover {
  background-color: #2e2928;
}

.tag-component {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 50rem;
  padding: .5rem .75rem;
  font-size: 1rem;
  display: inline-block;
}

.tag-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.image {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.section-aboutme.background-color-black {
  position: relative;
}

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

.footer {
  z-index: 1;
  border-bottom: 2px solid #f1592b;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2 {
  color: var(--black);
}

.mail-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  display: flex;
}

.fs-copyclip_wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  display: flex;
  position: relative;
}

.fs-copyclip_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  align-items: center;
  font-size: 1.25rem;
  text-decoration: none;
  display: none;
  position: relative;
}

.fs-copyclip_text {
  color: var(--white);
  font-size: 1.5rem;
}

.copy-icon {
  align-items: center;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--white);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.instagram-icon {
  color: var(--white);
  align-items: center;
  display: flex;
}

.linkedin-icon {
  align-items: center;
  display: flex;
}

.social-icon-wrap {
  color: var(--white);
}

.twitter-icon {
  align-items: center;
  display: flex;
}

.social-wrap-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.footer-logo {
  position: static;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0;
}

.footer-logo-wrapper {
  justify-content: flex-end;
  display: flex;
}

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

.logo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 23.375rem;
  display: flex;
}

.logo-block {
  background-color: var(--black);
  align-self: stretch;
  width: 11.6875rem;
}

.logo-d {
  background-color: var(--black);
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  border-bottom-left-radius: 0;
  align-self: stretch;
  width: 11.6875rem;
}

.logo-c {
  background-color: var(--black);
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
  align-self: stretch;
  width: 11.6876rem;
}

.logo-o {
  background-color: var(--black);
  border-radius: 200rem;
  align-self: flex-start;
  width: 11.6875rem;
  height: 11.6875rem;
}

.profile-pic {
  object-fit: cover;
  display: none;
}

.work-component-2 {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  min-height: 35rem;
  margin-top: 0;
  padding: 4rem 3.5rem 3.5rem 2.5rem;
  text-decoration: none;
  transition: background-color .45s;
  display: flex;
  position: relative;
}

.work-component-2:hover {
  color: var(--hover-nlack);
  background-color: #2e2e2e;
}

.work-component-3 {
  background-image: url('../images/antiagency_group_1antiagency_group.webp');
  background-position: 0 0;
  background-size: 624px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45rem;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.work-component-4 {
  background-image: url('../images/tenten-group_1tenten-group.webp');
  background-position: 0 0;
  background-size: 624px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 45rem;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.cursor-wrapper.hide-tablet {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cursor-wrapper.hide-tablet.blend-mode-difference {
  z-index: 9999;
  mix-blend-mode: difference;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cursor-component.text-align-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor-dot {
  background-color: var(--white);
  color: var(--color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  position: relative;
}

.eye-icon {
  z-index: 12;
  object-fit: cover;
  width: 2rem;
  height: auto;
  display: none;
  position: absolute;
}

.button-fill {
  background-color: #fff;
  border: .25rem #000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: none;
  position: absolute;
}

.footer-copy {
  z-index: 0;
  width: 100%;
  height: 75%;
}

.pascal-testimonial {
  width: 8rem;
}

.testimonial-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.name-wrapper, .testimonial-flex {
  flex-direction: column;
  display: flex;
}

.testimonial-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.image-2 {
  display: none;
}

.mail-link {
  color: var(--white);
  font-family: Rethink Sans;
  font-size: 1.5rem;
  text-decoration: none;
}

.branding-block {
  text-decoration: none;
}

.footer-spacer-element {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.image-3 {
  position: absolute;
}

.navbar {
  z-index: 999;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.nav-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.nav-button-hamburger {
  overflow: hidden;
}

.hamburger-line-top {
  background-color: var(--black);
  width: 3rem;
  height: .75rem;
}

.hamburger-line-middle {
  background-color: var(--black);
  width: 3rem;
  height: .75rem;
  margin-top: .375rem;
  margin-bottom: .375rem;
}

.hamburger-line-bottom {
  background-color: var(--black);
  width: 3rem;
  height: .75rem;
}

.navmenu {
  z-index: 998;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.megamenu-innerwrapper {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 80vh;
  margin-top: 140px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-logo-link {
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.nav-logo {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.megamenu-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.megamenu-left {
  flex-direction: column;
  display: flex;
}

.navlink {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.instagram-icon-copy {
  color: var(--white);
  align-items: center;
  display: flex;
}

.subheader-home {
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.subheader-home.spacing {
  padding-top: 20px;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.heading-4 {
  font-family: Rethink Sans;
  font-size: 6.75rem;
  font-weight: 800;
  line-height: .9;
}

.heading-5 {
  letter-spacing: .1rem;
}

.column-paragraph {
  color: var(--white);
  text-decoration: none;
}

.column-paragraph.spacing {
  margin-top: 20px;
  font-family: DM Sans, sans-serif;
}

.image-4, .text-span, .image-5 {
  display: none;
}

.bold-text, .text-span-2 {
  color: var(--white);
  font-style: italic;
  font-weight: 800;
}

.form-print-wrapper {
  margin-top: 40px;
}

.field-label {
  color: var(--white);
  font-weight: 700;
}

.field-label.spacing {
  margin-top: 20px;
}

.radio-button-field {
  color: var(--white);
  font-weight: 700;
}

.radio-button-label {
  font-weight: 400;
}

.text-field {
  background-color: rgba(141, 140, 140, .3);
  border: 1px #000;
}

.text-field.style-input {
  color: var(--white);
  margin-top: 10px;
  font-weight: 700;
}

.submit-button {
  background-color: #888;
  margin-top: 20px;
  transition: background-color .35s;
}

.submit-button:hover {
  background-color: #b8b8b8;
}

.text-span-3 {
  font-family: Variablefont Wght, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.img-link-print {
  filter: invert();
  margin-top: 0;
  margin-left: 20px;
  transition: transform .475s;
}

.link-home-print {
  margin-top: 60px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  text-decoration: none;
}

.body {
  background-color: var(--yellow);
  mix-blend-mode: normal;
  transition: flex-grow .2s;
}

.text-span-4 {
  font-weight: 700;
}

.image-6 {
  filter: invert();
  margin-bottom: 26px;
}

.logo-footer {
  filter: invert();
  margin-bottom: 20px;
}

.image-7 {
  width: 100vw;
}

.radio-button-label-2 {
  padding-left: 10px;
  font-size: 1.75rem;
  font-weight: 700;
}

.radio-button-field-2 {
  align-items: center;
  display: flex;
}

.radio-button {
  border-width: 3px;
  border-color: #f1592b;
  width: 30px;
  height: 30px;
}

.radio-button.w--redirected-checked {
  border-color: #f1592b;
}

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

.text-field-2 {
  background-color: rgba(241, 238, 238, 0);
  border: 4px #f1592b;
  border-bottom-style: solid;
  height: 80px;
  font-size: 1.3rem;
}

.form {
  margin-bottom: 60px;
}

.btn-go-to {
  color: var(--grey-back);
  letter-spacing: 1px;
  font-family: Rethink Sans;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  transition: color .825s;
}

.btn-go-to:hover {
  color: var(--color);
}

.div-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 92px;
  display: flex;
}

.div-block:hover {
  color: var(--color);
}

.image-9 {
  filter: invert();
  transform-style: preserve-3d;
  margin-top: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.grid-wrapper {
  width: 100%;
  max-width: none;
  height: 100vh;
  display: flex;
}

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

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

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

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

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

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

.live-chat-text {
  color: #fff;
  font-family: Variablefont Wght, sans-serif;
  text-decoration: none;
}

.live-chat-bottom-text {
  font-family: Variablefont Wght, sans-serif;
  font-size: 12px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
}

.live-icon-chat {
  filter: grayscale();
  border: 1px #000;
  margin-right: 0;
}

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

.live-chat-top-text {
  letter-spacing: 0;
  font-family: Variablefont Wght, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: static;
}

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

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

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

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

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

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

.logo {
  font-family: Variablefont Wght, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

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

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

.text-span-6 {
  font-style: italic;
  font-weight: 600;
}

.text-block-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 2rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.2rem;
}

.quick-stack {
  background-color: rgba(255, 255, 255, 0);
  padding-top: 60px;
  padding-left: 4rem;
}

.button-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 2px solid var(--hover-nlack);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 32px;
  padding: .575rem 2rem;
  font-family: Work Sans, sans-serif;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.button-2:hover {
  background-color: var(--hover-nlack);
  color: var(--white);
  border-style: solid;
  border-width: 2px;
}

.button-2:active {
  background-color: #1a1a1a;
  border: 0 #e44120;
}

.button-2.w--current {
  border-width: 2px;
  font-family: Variablefont Wght, sans-serif;
}

.button-2.btn-faqs {
  border-width: 2px;
  border-color: #ff7011;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 40px;
  font-family: Variablefont Wght, sans-serif;
}

.button-2.btn-faqs:hover {
  background-color: var(--color);
}

.button-2.btn-next {
  color: var(--green);
  background-color: #fff;
  margin-left: 24px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-2.btn-next:hover {
  color: var(--grey-back);
}

.button-2.btn-next.button-text {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-2.btn-next.button-text:hover {
  color: var(--white);
}

.button-2.spacing-btn {
  cursor: default;
}

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

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

.button_icon-1 {
  padding: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button_icon-1:hover {
  filter: invert();
}

.button_icon-1.btn-sintomas {
  transform-style: preserve-3d;
  transform: rotateX(-180deg)rotateY(-180deg)rotateZ(0);
}

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

.menu-link-parent {
  color: #fff;
  border-bottom: 1.5px solid #292929;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 16.6667%;
  padding-left: 0;
  padding-right: 4rem;
  font-family: Rethink Sans;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu_card-whipe {
  background-color: rgba(41, 41, 41, 0);
  border: 1px #000;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu_click-whipe {
  background-color: #737373;
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.menu_text-link.is-3 {
  font-weight: 700;
}

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

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

.navbar-2 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-color: rgba(231, 226, 220, .12);
  align-items: center;
  width: 100%;
  height: 4.375rem;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: .125rem 5vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.navbar_logo-line {
  background-color: #ff5330;
  width: 1.75px;
  height: 2rem;
}

.navbar_logo-line.black {
  background-color: #ff5330;
}

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

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

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

.button-3:hover {
  background-color: #ff5330;
}

.button-3:active {
  background-color: #e44120;
  border-color: #e44120;
}

.button-3.is-nav {
  background-color: #ff5330;
  border-color: #ff5330;
  margin-top: .15rem;
  margin-bottom: .15rem;
}

.button-3.is-nav:hover {
  background-color: #e44120;
  border-color: #e44120;
}

.button-3.is-nav:active {
  background-color: #ff5330;
  border-color: #ff5330;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-6 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  font-family: Variablefont Wght, sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

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

.wrapper-faqs {
  padding-left: 2.5rem;
}

.text-span-7 {
  font-variation-settings: "wght" 800;
  transition: font-variation-settings .575s;
}

.text-span-8 {
  transition: font-variation-settings 2s cubic-bezier(1, .024, 1, 1);
}

.container-2 {
  width: 100%;
  max-width: none;
  padding-left: 5vw;
  padding-right: 5vw;
}

.accordion-item-top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 36px;
  display: grid;
}

.accordion-trigger-bottom {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.p-accordion-answer {
  max-width: 38vw;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 36px;
}

.accordion-highlight-top {
  z-index: -1;
  transform-origin: 50% 0;
  background-color: #2c3eff;
  width: 100%;
  height: 150%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.accordion-trigger-top {
  z-index: 5;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.accordion-arrow {
  width: 28px;
  max-width: none;
}

.accordion-item {
  cursor: pointer;
  border: 1px #000;
  position: relative;
  overflow: hidden;
}

.accordion-item-bottom-wrapper {
  padding-left: 40.5%;
  font-size: 16px;
  overflow: hidden;
}

.accordion-highlight-bottom {
  z-index: -1;
  transform-origin: 50% 100%;
  background-color: #2c3eff;
  width: 100%;
  height: 150%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.image-10 {
  object-fit: cover;
  object-position: 0% 40%;
  width: 300px;
  height: 300px;
}

.number-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.accordion-section {
  z-index: 1;
  text-align: left;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  min-height: auto;
  margin-top: 60px;
  padding: 10% 0 0% 4rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-11 {
  object-fit: cover;
  width: 300px;
  height: 300px;
}

.accordion-tab-button {
  text-align: left;
  cursor: pointer;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 0 2rem;
  display: flex;
}

.accordion-tab-button.btn-formarketinganddesign {
  background-color: #d8c2b4;
}

.accordion-tab-button.btn-forselfpublishingauthors {
  background-color: #bab0a9;
}

.accordion-tab-button.btn-forpublishinghouses {
  background-color: #bac9cb;
}

.accordion-tab-button.btn-forwebtoprint {
  background-color: #dace8b;
}

.accordion-tab-button.btn-fordesigners {
  background-color: #f0ebc8;
}

.accordion-tab-button.btn-foreventproducers {
  background-color: #7fa69d;
  padding-left: 2rem;
  padding-right: 0;
}

.accordion-tab-button.btn-forbusinesses {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.accordion-tab-button.btn-fornonprofits {
  background-color: #87d4c1;
}

.arrow-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.image-12 {
  object-fit: cover;
  width: 300px;
  height: 300px;
}

.accordion-pane-content {
  text-align: left;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  margin-bottom: 5px;
  padding: 2rem;
  display: flex;
}

.accordion-pane-content.mp-forbusinesses {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.4rem;
  transition: font-variation-settings 1s;
}

.number {
  color: #dbdbdb;
  letter-spacing: 3px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 300;
}

.accordion-item-2 {
  background-color: #fff;
  border: 1px #c9c9c9;
  order: -1;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 20px;
  padding: 0;
  transition: transform .4s;
  position: static;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.accordion-item-2:hover {
  z-index: 1;
  border-style: none;
  transform: none;
  box-shadow: 8px 8px 36px -8px rgba(130, 134, 196, .22);
}

.accordion-item-2.bottom {
  background-color: #fff;
  border-style: none;
}

.accordion-item-2.bottom:hover {
  border-bottom-style: none;
}

.accordion-item-2.forbusinesses {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  border-style: none;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.image-13 {
  filter: grayscale();
  object-fit: cover;
  width: 300px;
  height: 300px;
}

.accordion-pane {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.accordion-header {
  color: #161616;
  text-align: left;
  letter-spacing: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  font-family: Variablefont Wght, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  transition: font-size .2s;
}

.accordion-text {
  color: #575757;
  text-align: left;
  align-items: center;
  width: 80%;
  padding-left: 0;
  padding-right: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
}

.cell-2 {
  background-color: rgba(255, 255, 255, 0);
}

.faq-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: -76px;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  display: flex;
}

.faq-menu-item-label {
  background-color: rgba(0, 0, 0, 0);
  max-width: 64ch;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.faq-menu-wrapper {
  width: 30%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.faq-container {
  flex-direction: row;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-question-label {
  color: #3c3d49;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 60px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-answer-p {
  font-family: Work Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5em;
}

.faq-group-row {
  border-bottom: 2px solid #000;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 3rem;
}

.faq-menu-item {
  color: rgba(32, 32, 36, .4);
  flex: none;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.faq-menu-item.w--current {
  color: #3c3d49;
  border: 0 #000;
  border-radius: 0;
  margin-left: 0;
  margin-right: .5rem;
  padding-left: 2rem;
  padding-right: 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  transition: color .3s, font-size .3s;
  box-shadow: 0 15px 25px -15px rgba(0, 0, 0, .2);
}

.faq-answer {
  padding: 1rem 2rem 2rem;
  overflow: hidden;
}

.faq-menu-title {
  width: 100%;
  margin-bottom: 40px;
  padding: 1rem 2rem 1rem 1rem;
}

.faq-section {
  margin-top: 69px;
  padding: 0 2rem 6rem;
  font-family: Variablefont Wght, sans-serif;
  position: static;
}

.faq-groups-wrapper {
  width: 70%;
  padding: 1rem;
  position: static;
  left: 30%;
}

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

.faq-question {
  cursor: pointer;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 1.5rem 2rem;
  display: flex;
}

.div-block-2 {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.menu {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 12em;
  display: flex;
}

.menu_link {
  letter-spacing: -.04em;
  text-transform: uppercase;
  line-height: 1.1;
  position: relative;
  overflow: hidden;
}

.menu_text {
  padding-top: .17em;
  padding-right: .02em;
  line-height: .6;
}

.container-3 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 5.15em 4.1em;
  position: relative;
}

.container-3.is--nav {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.about_p {
  color: rgba(255, 255, 255, .5);
  width: 59%;
  margin-top: 3.2em;
  margin-left: 10%;
  font-size: 1.1em;
  line-height: 2;
}

.white-bg {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  transition: all .2s ease-in-out;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.logo_svg {
  height: 2em;
}

.cursor_text {
  transition: all .2s;
  position: relative;
  transform: translate(0, 100%);
}

.cursor_line {
  background-color: #fff;
  width: 3px;
  height: 3px;
  transition: all .2s;
  position: absolute;
}

.about {
  padding-left: 5.1em;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cursor_text-mask {
  position: absolute;
  overflow: hidden;
}

.titles_wrap {
  transition: all .2s;
}

.about_heading {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 8.5em;
  line-height: .8;
}

.titles_list {
  transition: color .2s;
}

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

.section.is--nav {
  z-index: 1000;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.back-arrow {
  display: none;
}

.cursor {
  z-index: 2000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper-2 {
  opacity: .5;
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 78%;
  margin-left: auto;
  transition: all .3s ease-in-out;
  position: relative;
  transform: translate(110%)scale3d(6, 1, 1);
}

.cursor_dot {
  background-color: rgba(0, 0, 0, .24);
  border: 2px solid #616161;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  font-size: 12px;
  transition: all .2s;
  display: flex;
}

.cursor_dot.is--small {
  width: 5em;
  height: 5em;
}

.html {
  width: 0;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.logo_link {
  color: #fff;
  width: 1.25em;
}

.back {
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content {
  display: none;
}

.content.is--shown {
  display: block;
}

.back-arrow_svg {
  height: 2em;
}

.progress-bar {
  z-index: 999;
  background-image: linear-gradient(#7cc09b, #7cc09b);
  width: 10px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-btn-triagem-enf {
  margin-top: 20px;
  display: flex;
}

.text-block-4 {
  font-weight: 500;
}

.form-full {
  background-color: snow;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 40px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-content-wrap {
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 0;
  display: flex;
  position: relative;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.text-counter {
  color: rgba(136, 136, 136, .45);
  font-family: Variablefont Wght, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.checkbox-image {
  width: 45px;
  display: none;
}

.form-content {
  grid-column-gap: 30px;
  flex-direction: column;
  width: 100%;
  margin-bottom: -20px;
  display: flex;
}

.form-content.final {
  margin-bottom: 0;
}

.legenda-form {
  color: #7cc09b;
  font-family: Variablefont Wght, sans-serif;
  font-weight: 500;
  display: none;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid rgba(62, 52, 200, .1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px rgba(198, 211, 255, .28);
}

.form12_checkbox_field:hover {
  background-color: #f0f0f0;
}

.form-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.field-input {
  color: rgba(0, 0, 55, .75);
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid rgba(62, 52, 200, .04);
  border-radius: 6px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: rgba(0, 0, 55, .1);
  font-family: Varela Round, sans-serif;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-section-title {
  color: #000;
  margin-bottom: 12px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 28px;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
  display: none;
}

.mask {
  height: auto;
  position: relative;
}

.checkbox-field {
  z-index: 101;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  height: 140px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.checkbox-title {
  z-index: 99;
  color: #39393a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-title.change-title {
  z-index: 99;
  color: #39393a;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 40px 20px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.previous-button {
  opacity: 1;
  color: #868686;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-family: Variablefont Wght, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, .55);
}

.mobile-nav-bottom {
  display: none;
}

.previous {
  z-index: 120;
  opacity: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 120px;
  height: 35px;
  margin: auto 100px 30px 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 27%;
  right: 0%;
}

.previous:hover {
  opacity: 1;
}

.next-button {
  color: var(--hover-nlack);
  background-color: #fff;
  border: 1px solid #7cc09b;
  border-radius: 0;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .2s ease-in;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.submit-button-2 {
  box-shadow: none;
  letter-spacing: 1px;
  background-color: #0d0b13;
  border-radius: 5px;
  width: 260px;
  height: auto;
  margin: 100px auto -136px;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-button-2.next-button {
  color: var(--white);
  width: 160px;
  padding-left: 20px;
  padding-right: 20px;
}

.submit-button-2.next-button.button-2 {
  color: var(--green);
  background-color: #fff;
  border-radius: 0;
  margin-bottom: -89px;
  font-weight: 400;
}

.submit-button-2.next-button.button-2:hover {
  color: var(--green);
  background-color: #f8f8f8;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 700px;
  height: 100%;
  position: relative;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  line-height: 1.2;
  display: flex;
}

.field-title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-2 {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.checkbox {
  z-index: 99;
  opacity: 0;
  cursor: pointer;
  border: 2px rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Variablefont Wght, sans-serif;
  transition: background-color .625s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.form07_legal {
  color: rgba(16, 28, 46, .54);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Variablefont Wght, sans-serif;
  font-size: 14px;
}

.checkbox_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
  margin-bottom: 40px;
}

.text-span-9 {
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

.text-span-10 {
  font-size: 1rem;
}

.text-span-11 {
  text-align: center;
  font-size: 14px;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 20px;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-family: Variablefont Wght, sans-serif;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-block-5 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.subheader-form-design {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 20px;
  font-family: Variablefont Wght, sans-serif;
}

.text-span-12 {
  text-align: left;
  margin-top: 10px;
  font-weight: 400;
}

.tabs-content {
  height: auto;
  padding-top: 40px;
}

.tab-pane-tab-1, .tabs {
  height: auto;
}

.text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  font-size: 20px;
}

.textarea {
  color: var(--light-black);
  min-height: 200px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 1.2rem;
}

.textarea::placeholder {
  color: var(--light-black);
  font-size: 1.2rem;
}

.email-form {
  margin-top: 20px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 1.2rem;
}

.text-span-20 {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.linkindiv {
  height: 1px;
}

.btn-info {
  width: 100%;
  height: 100%;
}

.link-to-contact {
  width: 100%;
}

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

.section-2 {
  background-color: rgba(255, 255, 255, .16);
  height: auto;
}

.bottom-grid-wrapper-five {
  perspective: 1000px;
  background-color: #242423;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-grid-wrapper-one {
  perspective: 1000px;
  background-color: #74d3ff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-grid-wrapper-two {
  perspective: 1000px;
  background-color: #ff57f4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-bottom {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  margin-top: 60px;
  display: none;
  position: static;
  top: 0;
}

.bottom-grid-letter {
  color: #333533;
  text-shadow: 14px 14px #cfdbd5;
  font-size: 200px;
  font-weight: 900;
  line-height: 200px;
}

.bottom-grid-letter.two {
  color: #e8eddf;
  text-shadow: 14px 14px #f5cb5c;
  font-size: 200px;
  line-height: 200px;
}

.bottom-grid-letter.four {
  color: #f5cb5c;
  text-shadow: 14px 14px #e8eddf;
  font-size: 200px;
  line-height: 200px;
}

.bottom-grid-letter.three {
  color: #242423;
  text-shadow: 14px 14px #cfdbd5;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 200px;
  font-weight: 800;
  line-height: 200px;
}

.bottom-grid-wrapper-three {
  perspective: 1000px;
  background-color: #f5cb5c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  background-color: #c03090;
  height: 100vh;
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shape-6 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

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

.shape-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

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

.main-shapes-wrapper {
  filter: blur(120px);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.intro-description {
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 4em;
}

.shape-4 {
  background-color: #f6c779;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.ultra-gradient-wrapper {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.shape-1 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.gradient-intro-wrapper {
  z-index: 1;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.shape-8 {
  background-color: #9fc68e;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: 2;
}

.shape-9 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-5 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-3 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.body-2 {
  background-color: var(--fffafa);
}

.title-upload-ficheiros {
  font-family: Variablefont Wght, sans-serif;
}

.nav-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #090b19;
  border-bottom: 1px solid #cecece;
  grid-template-rows: auto;
  grid-template-columns: 1fr 36px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  padding: 30px 18px 10px 24px;
  font-size: .9rem;
  line-height: 1;
  text-decoration: none;
  display: grid;
}

.nav-item-text-wrap {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
  overflow: hidden;
}

.nav-item-text {
  color: #131212;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Variablefont Wght, sans-serif;
  font-weight: 700;
}

.list-item-arrow {
  filter: invert();
  width: 18px;
  min-width: 18px;
}

.arrow-button {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.arrow-button.pad {
  margin-right: 30px;
}

.title-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-title {
  color: #000;
  text-transform: none;
  border: 0 #000;
  margin-bottom: 5px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.arrow-wrapper {
  filter: invert();
  width: 14px;
  margin-top: -10px;
  margin-left: 5px;
  overflow: hidden;
}

.button-arrow {
  filter: invert();
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: none;
}

.text-block-6 {
  font-family: Variablefont Wght, sans-serif;
}

.text-span-21 {
  font-size: 1.2rem;
  font-weight: 600;
}

.btn-nao-urgente, .btn-urgente {
  width: 100vw;
}

.typeform-wrapper-t4vahsny {
  height: 500px;
}

.page-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.panel-wrapper {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  min-height: 100vw;
  margin: -10vw -10vw 75vw;
  display: flex;
  overflow: hidden;
}

.blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: rgba(0, 0, 0, .01);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.panel {
  filter: blur(20px);
  background-image: radial-gradient(circle, #f07, rgba(0, 0, 0, 0)), radial-gradient(circle, #fff203, #f2ff65), radial-gradient(circle, #0df 55%, rgba(0, 225, 255, .17) 100%, rgba(0, 0, 0, 0));
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding: 80px;
  display: flex;
  position: relative;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient-wrapper {
  z-index: -1;
  filter: blur(160px);
  min-height: 90vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.text-block-7 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.logo-link {
  opacity: .5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.logo-link:hover {
  opacity: 1;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.circle._1 {
  background-color: #ec008c;
  top: -25%;
  left: 1%;
}

.circle._1 {
  top: -25%;
  left: 1%;
}

.circle._2 {
  background-color: #ff911a;
  top: -25%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.circle._3 {
  background-color: #e100f5;
  top: auto;
  bottom: -39%;
  left: -4%;
  right: auto;
}

.circle._4 {
  background-color: #450eff;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -10%;
}

.hidden-section {
  height: 50vh;
  display: none;
  position: relative;
}

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

.link-block {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: .75rem 1.25rem;
  text-decoration: none;
  display: none;
}

.link-block:hover {
  color: #fff;
  background-color: #fff;
}

.container-large-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gradient-for-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fe3218 6%, #ff911a 40%, #e100f5 70%, #450eff);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-7 {
  color: #ececec;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.html-embed-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 4rem;
}

.heading-8 {
  color: #ececec;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.html-embed-3 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 4rem;
}

.page-wrapper-6 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.heading_wrap {
  width: 64%;
}

.html-2 {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.underline-2 {
  background-color: rgba(255, 255, 255, .3);
  width: 100%;
  height: 1px;
  margin-top: 8.9em;
  margin-bottom: 8.9em;
}

.container-5 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 51vh 8.3em;
}

.vertical-scroll-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 43ch;
  position: relative;
}

.text-rotation-wrapper {
  font-family: Variablefont Wght, sans-serif;
  display: flex;
}

.page-wrapper-7 {
  width: 100vw;
  overflow: hidden;
}

.banner {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: rgba(105, 39, 218, .2);
  background-image: url('../images/grain-bg.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-wrapper-3 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.main-wrapper-3.taller {
  height: 100vh;
}

.track-overlay {
  z-index: 1;
  background-image: linear-gradient(#f9f5ff, rgba(0, 0, 0, 0) 50%, #f9f5ff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.track-overlay.unclickable {
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0) 50%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
}

.track-vertical {
  flex-direction: column;
  display: flex;
  position: absolute;
}

.heading-large {
  color: #111322;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-large.rotate-text {
  color: #dcdfea;
  white-space: nowrap;
  font-weight: 600;
}

.heading-large.banner {
  color: #6927da;
  letter-spacing: -.5px;
  text-transform: uppercase;
  background-color: rgba(105, 39, 218, .1);
  font-size: 1.75rem;
  font-weight: 600;
}

.infinite-rotation-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vertical-divider {
  opacity: .4;
  background-color: #fff;
  background-image: linear-gradient(#6a48f2, #fcceee);
  width: 1px;
  height: 5vh;
  margin: 1rem auto 25%;
}

.number-2 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(182deg, #6a48f2 20%, #fcceee);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1rem;
  font-weight: 700;
}

.text-span-24 {
  opacity: .6;
  font-weight: 400;
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-text-2 {
  z-index: 2;
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, .4), #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
  position: relative;
}

.text-span-25 {
  opacity: .6;
}

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

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-5.first {
  margin-top: -141px;
}

.section-5.last {
  margin-bottom: 30vh;
}

.section-5.extra-margin {
  margin-bottom: 20vh;
}

.subheading {
  color: #b4bcd0;
  letter-spacing: -.025em;
  margin-bottom: 48px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
}

.subheading.subheading--hero {
  max-width: 580px;
}

.text-span-26 {
  font-size: 10vw;
}

.text-size-small-2 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-scroll {
  color: #f2f2f2;
  letter-spacing: -.01em;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.2;
}

.heading-scroll.longer {
  letter-spacing: -.02em;
  font-size: 3.5vw;
  font-style: italic;
  font-weight: 400;
}

.heading-scroll.longer.center._10 {
  letter-spacing: -.02em;
  font-size: 3vw;
}

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

.heading-scroll.center._3, .heading-scroll.center._5 {
  font-weight: 400;
}

.heading-scroll.center._2 {
  text-transform: uppercase;
}

.heading-scroll.center._4 {
  font-weight: 700;
}

.heading-scroll.center._9 {
  letter-spacing: .01em;
  font-weight: 400;
}

.heading-scroll.center._6 {
  font-size: 8vw;
  font-weight: 400;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 62.5rem;
  padding: .75rem 2rem;
  font-size: 1.15rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.text-span-27 {
  opacity: .8;
  font-style: normal;
}

.text-span-28 {
  opacity: .8;
  font-style: italic;
  font-weight: 400;
}

.hero-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-2 {
  width: 100%;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-heading {
  letter-spacing: -.05em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #f3e7ff 30%, rgba(255, 255, 255, .38));
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 24px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-size: 78px;
  font-weight: 400;
  line-height: 1;
}

.page-padding-2 {
  padding-left: 32px;
  padding-right: 32px;
}

.hero {
  padding-top: 64px;
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.main-wrapper-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.text-span-29 {
  font-style: italic;
  font-weight: 400;
}

.page-styles {
  display: none;
}

.link-small {
  color: #1a1a1f;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.link-small._40right {
  font-family: Varela, sans-serif;
  font-weight: 700;
}

.link-small._40right:hover {
  text-decoration: underline;
}

._002-nav-container {
  z-index: 2147483647;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  font-family: Work Sans, sans-serif;
  font-weight: 900;
  display: flex;
  position: relative;
}

._002-menu-text {
  font-family: Variablefont Wght, sans-serif;
}

.text-span-30 {
  font-variation-settings: "wght" 533;
}

._002-nav-item-number {
  z-index: 2;
  margin-top: 30px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

._002-nav {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  min-height: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._002-nav.dark {
  z-index: 99999;
  background-color: #1a1a1f;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 70px;
  padding: 10px 2rem 10px 5rem;
  font-family: Work Sans, sans-serif;
  font-weight: 900;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.caption {
  font-size: 12px;
  font-weight: 400;
}

.logo-font {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Work Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 26px;
  transition: font-variation-settings .35s;
}

._002-nav-item-bg {
  background-color: #1a1a1f;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand {
  z-index: 101;
  color: #1a1a1f;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.brand.white {
  color: #fff;
}

.hamburger-middle {
  background-color: #1a1a1f;
  width: 100%;
  height: 2px;
}

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

.yellow-2 {
  color: #fec483;
}

.nav-item-text-2 {
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  transition: font-variation-settings .55s;
  position: relative;
}

.nav-item-text-2:hover {
  font-variation-settings: "wght" 700;
  font-weight: 700;
}

.hamburger-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 30px;
  display: flex;
}

._002-overlay-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.7fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 100px;
  display: grid;
  overflow: auto;
}

._002-nav-item-arrow {
  z-index: 2;
  background-image: url('../images/Arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: 30px;
  position: relative;
}

.hamburger-bottom {
  background-color: #1a1a1f;
  width: 100%;
  height: 2px;
}

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

.hamburger-top {
  background-color: #1a1a1f;
  width: 100%;
  height: 2px;
}

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

._002-social-links {
  align-items: center;
  font-family: Variablefont Wght, sans-serif;
  display: flex;
}

._002-nav-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1a1a1f;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: border-color .35s;
  display: grid;
  position: relative;
  overflow: hidden;
}

._002-nav-item:hover {
  border-color: #818181;
}

._002-nav-btn-wrap {
  z-index: 101;
  padding: 0;
}

._002-nav-btn-wrap.w--open {
  background-color: rgba(0, 0, 0, 0);
}

._002-nav-overlay {
  object-fit: scale-down;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/istockphoto-1206169117-1024x1024.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.card {
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid #e9e9e9;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-width: 90vw;
  min-height: 90vh;
  display: none;
  position: absolute;
}

.heading-9 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1.3;
  display: none;
}

.circle-2 {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle-2.purple {
  filter: blur(40px);
  background-color: #ec008c;
  top: -25%;
  bottom: auto;
  left: -25%;
  right: auto;
}

.circle-2.red {
  background-color: #fff200;
  top: -25%;
  bottom: auto;
  left: auto;
  right: -25%;
}

.circle-2.orange {
  background-color: #00aeef;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -25%;
}

.circle-2.yellow {
  background-color: #fff200;
  top: auto;
  bottom: -25%;
  left: -25%;
  right: auto;
}

.page-wrapper-8 {
  overflow: hidden;
}

.heading-10 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1.3;
  display: none;
}

.circle-3 {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle-3.red {
  background-color: #fd1d1d;
  top: -25%;
  bottom: auto;
  left: auto;
  right: -25%;
}

.circle-3.orange {
  background-color: #fc6f33;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -25%;
}

.circle-3.purple {
  filter: blur(40px);
  top: -25%;
  bottom: auto;
  left: -25%;
  right: auto;
}

.circle-3.yellow {
  background-color: #fcb045;
  top: auto;
  bottom: -25%;
  left: -25%;
  right: auto;
}

.page-wrapper-9 {
  overflow: hidden;
}

.heading-11 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1.3;
  display: none;
}

.circle-4 {
  filter: blur(40px);
  background-color: #833ab4;
  border-radius: 100vw;
  width: 90vw;
  height: 90vh;
  position: absolute;
}

.circle-4.red {
  background-color: #fd1d1d;
  top: -25%;
  bottom: auto;
  left: auto;
  right: -25%;
}

.circle-4.orange {
  background-color: #fc6f33;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -25%;
}

.circle-4.purple {
  filter: blur(40px);
  top: -25%;
  bottom: auto;
  left: -25%;
  right: auto;
}

.circle-4.yellow {
  background-color: #fcb045;
  top: auto;
  bottom: -25%;
  left: -25%;
  right: auto;
}

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

.html-embed-4 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 4rem;
}

.content-3 {
  z-index: 2;
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-wrapper-2 {
  color: var(--color-2);
  padding-top: 200px;
  padding-bottom: 200px;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 56px;
  line-height: 1;
}

.paragraph-3 {
  margin-bottom: 40px;
}

.text-block-9 {
  color: rgba(128, 128, 128, .5);
  font-size: 32px;
}

.link {
  color: gray;
  text-decoration: none;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 56px;
  line-height: 1;
}

.paragraph-4 {
  margin-bottom: 40px;
}

.text-block-10 {
  color: rgba(128, 128, 128, .5);
  font-size: 32px;
}

.progress-wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.progress {
  z-index: 1;
  background-color: #00aeef;
  width: 100%;
  height: 0%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-bg {
  z-index: -1;
  opacity: .5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-circle {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg-circle._4 {
  background-color: #a7cf38;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.bg-circle._5 {
  background-color: #ec008c;
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._5 {
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._2 {
  opacity: 1;
  background-color: #00aeef;
  border-radius: 94%;
  margin-top: -20%;
}

.bg-circle._3 {
  background-color: #00aeef;
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle._6 {
  background-color: #00aeef;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-circle._1 {
  opacity: 1;
  background-color: #00aeef;
  border-radius: 20%;
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
}

.animated-hero-bg-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  padding: 130px;
  display: flex;
  position: relative;
}

.bg-wrapper {
  z-index: 0;
  filter: blur(60px);
  background-color: #ff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150vh;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-wrapper.adjust-lign {
  margin-top: -77px;
  transition: opacity .2s;
}

.bg-wrapper.adjustbackgroundlanding {
  position: static;
}

.circle-magenta {
  background-color: var(--magenta);
  filter: blur(20px);
  mix-blend-mode: normal;
  border-radius: 350px;
  width: 30em;
  height: 30em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0);
}

.circle-yellow {
  background-color: var(--yellow);
  filter: blur(13px);
  border-radius: 350px;
  width: 40em;
  height: 40em;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.circle-blue {
  filter: blur(20px);
  background-color: #00aeef;
  border-radius: 350px;
  width: 30em;
  height: 30em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.circle-yellow-small {
  filter: blur(19px);
  background-color: #ff0;
  border-radius: 350px;
  width: 35em;
  height: 35em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container-7 {
  z-index: 99999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 116px;
  display: flex;
  position: relative;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 56px;
  line-height: 1;
}

.paragraph-5 {
  margin-bottom: 40px;
}

.text-block-11 {
  color: rgba(128, 128, 128, .5);
  font-size: 32px;
}

.progress-2 {
  z-index: 1;
  background-color: rgba(128, 128, 128, .1);
  width: 100%;
  height: 0%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-8 {
  z-index: 33333;
  position: relative;
}

.heading-15 {
  z-index: 999999;
  overflow-wrap: normal;
  font-family: Variablefont Wght, sans-serif;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.wrapper-bemvindo {
  z-index: auto;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: -490px;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-bemvindo.landingwrap {
  margin-top: -845px;
}

.line-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.h1-is-name {
  color: #c8c4c1;
  margin-left: -5px;
  padding-bottom: 20px;
  font-size: 5rem;
  text-decoration: none;
}

.line-3 {
  justify-content: space-between;
  width: 100%;
  height: 75vh;
  margin-top: 4em;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-3.sub-hero-section-home {
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.black-rule {
  background-color: #1e1d1d;
  height: 1.5px;
  position: static;
}

.link-is-name {
  margin-left: 1em;
  text-decoration: none;
}

.hero-subtext {
  overflow-wrap: anywhere;
  margin-top: 0;
  padding-top: 20px;
  font-size: 1.9rem;
  line-height: 1.4;
}

.line-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 4em;
  padding-bottom: 20px;
  display: flex;
  position: static;
  overflow: hidden;
}

.link-underline {
  height: .4em;
  margin-top: -10px;
}

.arrow-down {
  width: auto;
  margin-left: auto;
  position: relative;
  top: auto;
  bottom: 34%;
  left: auto;
  right: 0%;
}

.arrow-down.large {
  height: 6.75em;
  position: static;
  top: auto;
  bottom: 4em;
  left: auto;
  right: 4em;
}

.grid-home-hero {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: .5fr 3.75fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: start;
  width: 100%;
  display: grid;
}

.link-box {
  align-items: center;
  margin-top: .25em;
  display: flex;
}

.link-box.home-hero-arrow {
  margin-top: 4.15em;
  margin-left: 5rem;
}

.is-regular {
  font-weight: 400;
}

.intro-emergencia {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.intro-emergencia.home-hero-top {
  z-index: 0;
  flex-flow: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 12%;
  padding-bottom: 0;
  font-family: Variablefont Wght, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-emergencia.home-hero-top.custom {
  margin-top: -578px;
}

.hero-copy-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 400px;
  display: block;
}

.bold-text-6 {
  text-decoration: none;
}

.heading-16 {
  padding-bottom: 40px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 5rem;
  font-weight: 500;
}

.heading-16.header-landing {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
}

.body-3 {
  object-fit: cover;
  overflow: visible;
}

.section-7 {
  background-color: #fff;
  height: 100vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.preloader {
  z-index: 1000;
  background-color: #e5e6eb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featurehero2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 32px;
  display: flex;
  overflow: hidden;
}

.featurehero2wrapper {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  display: block;
  position: relative;
}

.featurehero2container {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.abouticon {
  height: 90%;
  padding-bottom: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 40px;
}

.slantedsubtitlecontainer {
  position: relative;
  transform: rotate(-15deg);
}

.subtitle1 {
  color: #fff;
  flex-direction: column;
  width: 450px;
  padding-top: 40px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  position: relative;
  top: 64px;
  right: 64px;
}

.paperimage {
  width: 100%;
  position: relative;
  top: auto;
  bottom: 2px;
}

.progressbar {
  z-index: 2147483647;
  object-fit: cover;
  background-color: #00eaff;
  width: 5px;
  height: 4000px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-button-secondary {
  z-index: 10;
  border: 1px solid #b3b3b3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border-color .25s;
  display: flex;
}

.arrow-button-secondary:hover {
  border-color: rgba(179, 179, 179, .5);
}

.scroll-arrow-txt {
  float: left;
  clear: none;
  color: #f8f8f8;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  margin-right: 5px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1em;
}

.scroll-arrow-img {
  float: left;
  clear: right;
  width: 17px;
}

.btns-blackbox {
  margin-top: 143px;
  font-family: Variablefont Wght, sans-serif;
  font-weight: 500;
  display: flex;
}

.div-block-3 {
  width: 100vw;
}

.wrap-button-faqs {
  background-color: var(--magenta);
}

.div-block-4 {
  background-color: #f0f;
}

.link-2 {
  color: var(--blue-101);
}

.link-3 {
  color: var(--magenta);
}

.underline-button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
}

.underline-btn-text-2 {
  margin-bottom: 7px;
  font-size: .85rem;
}

.button-underline {
  background-color: #fff;
  background-image: linear-gradient(43deg, #6bf, #00d9ff 46%, #ff0095);
  width: 100%;
  height: 3px;
}

.link-4 {
  color: var(--yellow);
}

.footer-dark {
  color: var(--white);
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 50px 30px 15px;
  font-family: Variablefont Wght, sans-serif;
  position: relative;
}

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

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff200;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-block-12 {
  color: var(--white);
  font-weight: 500;
}

.text-span-32 {
  font-size: 22px;
  font-style: italic;
  line-height: 115%;
}

.c__small {
  width: 50ch;
}

.s-3 {
  z-index: 3;
  color: #fff;
  text-align: center;
  background-color: #ff5a5f;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.s-5 {
  z-index: 5;
  color: #000;
  text-align: center;
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.s-2__left {
  text-align: center;
  background-color: #0b3954;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100%;
  display: flex;
  transform: translate(0, -100%);
}

.s-2 {
  z-index: 2;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.s__main {
  z-index: 2147483647;
  height: 600vh;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.s-2__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-4__bottom {
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  transform: translate(0, 100%);
}

.s-6 {
  z-index: 6;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-100%);
}

.s-4__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-2__right {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #2e4c6a;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100%;
  display: flex;
  transform: translate(0, 100%);
}

.s-4__top {
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  transform: translate(0, -100%);
}

.s-5__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s-3__shadow {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c__main {
  width: 75ch;
}

.s-4 {
  z-index: 4;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.wrapper-doors {
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  max-width: 100vw;
  height: 70vh;
  margin-top: 100px;
  position: relative;
}

.link-btn-1 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: auto;
  display: flex;
}

.div-block-5 {
  width: 100%;
  height: 100%;
}

.wrapper-btn1-colour {
  z-index: 2147483647;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 350px;
  display: flex;
  position: relative;
}

.quick-stack-2 {
  margin-top: 79px;
}

.text-block-13 {
  color: var(--white);
  text-align: center;
  margin-top: -20px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 1.5rem;
}

.typeform-wrapper-zrxa4ejb {
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-top: 55px;
  display: flex;
  position: relative;
}

.page-wrapper-10 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.html-3 {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container-11 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 51vh 8.3em;
}

.html-4 {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pagination {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.pagination-link {
  border: 2px solid #fff;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 6px;
}

.pagination-link.w--current {
  background-color: #fff;
}

.pagination-line {
  background-color: rgba(255, 255, 255, .3);
  width: 2px;
  height: 30px;
}

.heading-17 {
  color: #fff;
  text-align: center;
  letter-spacing: -1vw;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-size: 18vw;
  font-weight: 700;
  line-height: .8;
}

.heading-17.first {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  margin-top: -200px;
  margin-bottom: 0;
  font-family: Variablefont Wght, sans-serif;
  font-size: 10vw;
  line-height: 1;
}

.scroll-down-button {
  z-index: 10;
  position: relative;
  top: 20px;
}

.sticky {
  opacity: .4;
  justify-content: center;
  margin-bottom: -38px;
  display: flex;
}

.sticky.full-opacity {
  opacity: 1;
  margin-bottom: 0;
}

.link-block-2 {
  z-index: 4;
  width: 80%;
  margin-top: 565px;
  position: absolute;
}

.section-9 {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 101px;
  padding-top: 0;
  padding-bottom: 30vh;
  display: flex;
  position: relative;
}

.section-9.first {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: auto;
}

.section-9.intro {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 120vh;
  margin-top: 200px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-9.korb {
  padding-top: 0;
}

.action-button {
  z-index: 2;
  letter-spacing: .4px;
  background-color: #000;
  border-radius: 110px;
  flex-wrap: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 16px 40px;
  font-size: 16px;
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .28);
}

.action-button:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
}

.action-button.landing {
  margin-top: 0;
}

.text-span-33 {
  color: #f0f;
  font-weight: 500;
}

.text-span-34 {
  color: #5f4b8b;
}

.wrapper {
  z-index: 2;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.negative-margins {
  margin-top: -84px;
  padding-top: 0;
}

.text-span-35 {
  color: #fc5e37;
  font-weight: 900;
}

.paragraph-6 {
  opacity: 1;
  color: rgba(0, 0, 0, .84);
  margin-top: 86px;
  margin-left: 15%;
  margin-right: 15%;
  padding-bottom: 140px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 350%;
  font-weight: 400;
  line-height: 60px;
  display: block;
}

.big-paragraph {
  color: #253b47;
  text-align: left;
  font-family: Variablefont Wght, sans-serif;
  font-size: 2.4vw;
  line-height: 1.7;
}

.link-5 {
  color: #f0f;
  background-color: rgba(246, 242, 229, .78);
  border: 4px rgba(0, 0, 0, 0);
  padding-left: 6px;
  padding-right: 12px;
  font-weight: 500;
  text-decoration: none;
}

.link-5:hover {
  color: #222;
  background-color: #ffeca6;
  border-style: none;
  border-color: #242424;
}

.grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.block {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block._8 {
  flex: 0 0 8.33%;
}

.block._41 {
  flex-direction: column;
  flex: 0 0 41.67%;
  display: flex;
}

.block._41.centred {
  justify-content: center;
}

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

.tayler-picture {
  float: right;
  border-radius: 100px;
  width: 120px;
  height: 119px;
  position: relative;
  top: 153px;
  left: 88px;
}

.link-6 {
  background-color: var(--hover-nlack);
  color: #fff;
  font-family: Variablefont Wght, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .565s;
}

.link-6:hover {
  background-color: #ff0;
}

.text-cycler {
  opacity: .2;
  color: #000;
  font-family: Variablefont Wght, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.paragraph-7 {
  letter-spacing: 1px;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.outer-shell {
  transform-origin: 0 100%;
  max-height: 70vh;
}

.heading-3 {
  color: #253b47;
  font-size: 2.2vw;
  font-weight: 500;
}

.bkg {
  z-index: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bkg1 {
  z-index: -1;
  opacity: 0;
  background-color: #ebccab;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bkg2 {
  z-index: -2;
  opacity: 0;
  background-color: #8a9fab;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bkg3 {
  z-index: -3;
  opacity: 0;
  background-color: #253b47;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-10 {
  font-family: Variablefont Wght, sans-serif;
  font-size: .8rem;
}

.image-14 {
  overflow: visible;
}

.paragraph-8 {
  opacity: 1;
  color: rgba(0, 0, 0, .84);
  margin-top: 86px;
  margin-left: 15%;
  margin-right: 15%;
  padding-bottom: 140px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  display: block;
}

.text-cycler-2 {
  opacity: .2;
  font-family: Variablefont Wght, sans-serif;
  font-size: 34px;
  line-height: 36px;
}

.text-span-36 {
  color: #e75f28;
}

.text-span-37 {
  color: #fc5e37;
  font-weight: 900;
}

.text-span-38 {
  color: #5f4b8b;
}

.link-7 {
  color: #ff6527;
  background-color: rgba(246, 242, 229, .78);
  border: 4px rgba(0, 0, 0, 0);
  padding-left: 6px;
  padding-right: 12px;
  font-weight: 500;
  text-decoration: none;
}

.link-7:hover {
  color: #222;
  background-color: #ffeca6;
  border-style: none;
  border-color: #242424;
}

.typeform-wrapper-njnjbv3u {
  justify-content: center;
  height: 500px;
  margin-top: 148px;
  display: flex;
}

.bold-text-7 {
  display: none;
}

.bold-text-8 {
  font-size: 3rem;
}

.text-span-39 {
  font-variation-settings: "wght" 400;
  font-family: Variablefont Wght, sans-serif;
  font-style: normal;
}

.landing-headrer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-home {
  text-align: left;
  font-size: 5.5rem;
}

.nav-bar {
  z-index: 9999;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  background-color: rgba(231, 226, 220, .12);
  align-items: center;
  width: 100%;
  height: 5rem;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 5vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.button-4:hover {
  background-color: #ff5330;
}

.button-4:active {
  background-color: #e44120;
  border-color: #e44120;
}

.button-4.is-nav {
  background-color: #ff5330;
  border-color: #ff5330;
  margin-top: .15rem;
  margin-bottom: .15rem;
}

.button-4.is-nav:hover {
  background-color: #e44120;
  border-color: #e44120;
}

.button-4.is-nav:active {
  background-color: #ff5330;
  border-color: #ff5330;
}

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

.menu-link-parent-2 {
  color: #fff;
  border-bottom: 1.5px solid #292929;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 16.6667%;
  padding-left: 3.5rem;
  padding-right: 4.5rem;
  display: flex;
  position: relative;
}

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

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

.menu_card-whipe-2 {
  background-color: #292929;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.wrapper-section1 {
  width: 100vw;
  height: 100vh;
}

.first-header-sobre {
  font-family: Variablefont Wght, sans-serif;
}

.video-teaser-right {
  background-color: #e2e2e2;
  justify-content: flex-end;
  align-items: center;
  min-width: 10rem;
  height: 6.625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-vertical {
  background-color: #272727;
  flex: 0 auto;
  width: 1px;
  height: auto;
}

.contact-heading {
  font-size: 8rem;
  line-height: .9;
}

.social-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

.text-size-large-2 {
  font-family: Variablefont Wght, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-size-large-2.text-color-white {
  color: #e2e2e2;
}

.form-2 {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.contact-link {
  color: #e2e2e2;
  text-decoration: none;
}

.contact-link:hover {
  color: #e2e2e2;
}

.video-teaser-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-hero {
  text-transform: capitalize;
  padding-right: 60px;
  font-family: Variablefont Wght, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.1;
}

.contact-crystal {
  z-index: 5;
  height: 100%;
  position: relative;
}

.title-wrapper-2.hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 35rem;
  height: auto;
  display: block;
}

.title-wrapper-2.subhero {
  max-width: 26rem;
}

.numbers-wrapper {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  display: flex;
  overflow: visible;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
}

.footer-link-wrapper.bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: center;
}

.numbers-column {
  border-left: 1px #000;
  width: 25%;
  padding-left: 1.5rem;
}

.contact-image-wrapper {
  width: 100%;
  overflow: visible;
}

.tab-content-wrapper {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 2.5rem;
  left: 0%;
  right: 0%;
}

.contact-wrapper {
  z-index: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-menu {
  background-color: #1a1a1a;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.crystal-shadow {
  z-index: 0;
  box-shadow: none;
  border-radius: 100%;
  width: 90%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 0%;
  right: 0%;
}

.crystal-shadow.contact {
  width: 70%;
  bottom: auto;
  box-shadow: 0 40px 100px 150px rgba(0, 0, 0, .2);
}

.wrapper-info {
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

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

.nav-link-2 {
  color: #c5c5c5;
  text-transform: uppercase;
  background-color: #1a1a1a;
  align-items: center;
  height: 100%;
  padding: 0 2rem;
  font-size: .8rem;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-2:hover {
  color: #fff;
}

.nav-link-2.first {
  padding-left: 4rem;
}

.footer-wrapper-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.footer-wrapper-3.bottom {
  align-items: center;
  margin-top: 1.25rem;
}

.spacer {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.spacer.last {
  background-color: #1a1a1a;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.social-link {
  opacity: .8;
  width: 2rem;
  height: 2rem;
  transition: opacity .25s;
}

.social-link:hover {
  opacity: 1;
}

.tab-cta {
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid #fff;
  border-radius: 50px;
  width: 1.5rem;
  height: 1.5rem;
  transition: background-color .3s;
  position: relative;
}

.tab-cta:hover {
  background-color: rgba(255, 255, 255, .6);
}

.video-teaser-image {
  width: auto;
  height: 8rem;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: -4px;
  transform: rotate(-90deg);
}

.image-container.hero {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 30rem;
  height: 30rem;
  margin-left: 307px;
  display: flex;
  position: relative;
}

.footer-link-heading {
  margin-bottom: .5rem;
}

.image-wrapper.tab {
  z-index: 5;
  width: 18rem;
  max-width: none;
  max-height: none;
  position: relative;
}

.image-wrapper.hero {
  z-index: -1;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dark-bg {
  background-color: #272727;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.answer-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e2e2e2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 14.2rem;
  padding: 1.5rem;
  line-height: 1.35;
  display: flex;
  position: absolute;
}

.answer-container.third {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: auto;
  top: 34px;
  bottom: auto;
  left: auto;
  right: 0;
}

.answer-container.second {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 14rem;
  height: auto;
  top: 4px;
  bottom: auto;
  left: 34px;
  right: auto;
}

.answer-container.first {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: auto;
  top: 4px;
  bottom: auto;
  left: auto;
  right: 34px;
}

.newsletter-form {
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 0;
  display: flex;
}

.link-8 {
  opacity: .8;
  color: #fff;
  border: 1px #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  font-size: .875rem;
  text-decoration: none;
  transition: opacity .25s;
  display: block;
}

.link-8:hover {
  opacity: 1;
}

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

.grid-2.about {
  grid-column-gap: 1.25rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr 1fr;
  align-items: center;
  justify-items: start;
  margin-bottom: 0;
  padding-left: 2em;
}

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

.grid-2.footer {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-right: 1.25rem;
}

.grid-2.subhero {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
}

.image-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.line {
  background-color: rgba(255, 255, 255, .25);
  flex: none;
  width: 100%;
  height: 1px;
}

.line.text-link {
  background-color: #1a1a1a;
}

.line.text-link.white {
  background-color: #e2e2e2;
  height: 4px;
}

.video-teaser-left {
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6.625rem;
  display: flex;
}

.newsletter-container {
  z-index: 5;
  color: #e2e2e2;
  text-align: center;
  width: 100%;
  max-width: 32rem;
  position: relative;
}

.text-style-link-2 {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: inline-block;
}

.tab-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #c5c5c5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-author {
  border-radius: 50%;
  width: 3rem;
}

.plus-icon-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: static;
}

.plus-icon-line.second {
  width: 1px;
  height: auto;
  position: absolute;
  top: 4px;
  bottom: 4px;
}

.footer-logo-heading {
  letter-spacing: -4px;
  font-size: 11vw;
  font-weight: 300;
  line-height: .8;
}

.hero-image {
  z-index: 1;
  width: 20rem;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-horizontal {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: grid;
}

.numbers-section {
  flex-direction: row;
  flex: 0 auto;
  height: auto;
  display: flex;
}

.line-horizontal {
  background-color: #1a1a1a;
  width: 100%;
  height: 1px;
}

.line-horizontal.light {
  background-color: #6c6c6c;
}

.newsletter-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 34rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: block;
  position: relative;
}

.intro-section.contact {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding-top: 11.25rem;
  display: flex;
}

.intro-section.about {
  align-items: flex-end;
  padding-top: 12.6rem;
  padding-bottom: 0;
  padding-left: 0;
}

.intro-section.about.top-section {
  margin-top: -1068px;
}

.intro-section.footer {
  z-index: 30;
  background-color: #c5c5c5;
  padding-top: 15rem;
}

.intro-section.tab {
  display: flex;
}

.tab-intro-wrapper {
  z-index: 5;
  align-items: center;
  max-width: 20rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 2.5rem;
  right: auto;
}

.padding-global-2 {
  margin-top: -76px;
  padding-left: 3rem;
  padding-right: 2rem;
}

.text-number {
  font-family: Variablefont Wght, sans-serif;
  font-size: 7rem;
  line-height: 1;
}

.tab-cta-holder {
  position: relative;
}

.tab-cta-holder.third {
  object-position: 50% 0%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 23%;
  left: 25%;
  right: auto;
}

.tab-cta-holder.second {
  object-position: 100% 50%;
  position: absolute;
  top: 44%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tab-cta-holder.first {
  object-position: 100% 50%;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 7%;
  right: auto;
}

.navbar-3 {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-wrapper {
  background-color: #1a1a1a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-logo-2 {
  color: #c5c5c5;
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 100%;
  padding-left: 0;
  transition: color .3s;
  display: flex;
}

.nav-logo-2:hover {
  color: #fff;
}

.social-icons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.newsletter-text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #e2e2e2;
  height: 100%;
  margin-bottom: 0;
  padding: .75rem .75rem .75rem 0;
  font-size: 2.25rem;
}

.newsletter-text-field:active {
  color: #fff;
}

.newsletter-text-field:focus {
  color: #fff;
  border-bottom-color: #fff;
}

.newsletter-text-field:focus-visible {
  color: #fff;
}

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

.plus-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
  position: relative;
}

.hero-crystal {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-holder {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-image-container {
  z-index: 10;
  justify-content: center;
  align-items: center;
  max-width: 26.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: -8.5rem;
}

.section-hero-2 {
  z-index: 100;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 12rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  display: flex;
  position: relative;
}

.answer-heading {
  text-transform: none;
}

.contact-text-container {
  z-index: 5;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #e2e2e2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: -8.5rem;
}

.newsletter-image {
  background-image: url('../images/adrien-olichon-R2OM3BvN-Uo-unsplash_1adrien-olichon-R2OM3BvN-Uo-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-12.numbers {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.newsletter-submit-button {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  transition: background-color .3s;
}

.newsletter-submit-button:hover {
  background-color: rgba(226, 226, 226, .4);
  border-top-style: none;
}

.social-wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

.social-wrapper-2.right-aligned {
  align-items: flex-end;
}

.social-wrapper-2.left-aligned {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  align-items: flex-start;
}

.heading-style-h2-2 {
  text-transform: none;
  flex-direction: column;
  align-items: flex-start;
  font-family: Work Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.heading-style-h2-2.bold-text-area {
  margin-top: -1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

.footer-link-2 {
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: .8rem;
  text-decoration: none;
}

.footer-link-2.bottom {
  margin-bottom: 0;
}

.image-15 {
  display: none;
}

.lottie-animation {
  width: 400px;
  margin-top: -205px;
  display: none;
}

.producao-grafica {
  font-family: Variablefont Wght, sans-serif;
  font-size: 10rem;
  font-weight: 700;
}

.heading-18, .heading-19, .heading-20, .heading-21 {
  font-family: Variablefont Wght, sans-serif;
}

.text-span-40 {
  text-decoration: line-through;
}

.svg-blockquote-sign {
  width: 4.5em;
  margin-top: .4em;
}

.copy-small {
  font-weight: 500;
  line-height: 1.4em;
}

.bold-text-9 {
  color: #080808;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
}

.image-16 {
  display: none;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29 {
  color: #000;
  font-weight: 600;
}

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

.uui-logos01_logo {
  height: 2.5rem;
}

.uui-logos01_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos01_component {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-logos01_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

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

.uui-max-width-large.align-center, .align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.uui-section_logos01 {
  margin-top: -225px;
  position: relative;
}

.uui-text-style-link-02 {
  color: var(--untitled-ui--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.icon-featured-square-large {
  background-color: var(--blue100);
  color: var(--untitled-ui--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-contact09_item {
  background-color: var(--untitled-ui--gray50);
  opacity: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.uui-contact09_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large {
  color: var(--black);
  letter-spacing: normal;
  font-family: Variablefont Wght, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Variablefont Wght, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.image-17 {
  margin-top: 26px;
}

.wrapper-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.uui-text-size-medium-2 {
  color: var(--black);
  letter-spacing: normal;
  font-family: Variablefont Wght, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: none;
}

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

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

.uui-layout32_text-wrapper {
  margin-top: 44px;
}

.uui-layout32_timeline-right {
  padding-top: 0;
  padding-bottom: 0;
}

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

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50-2);
  background-color: var(--yellow);
  color: var(--blue100);
  -webkit-text-stroke-color: var(--blue100);
  background-image: url('../images/design.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  position: relative;
}

.uui-icon-featured-outline-large.gestao-icon {
  background-image: url('../images/Artboard-1-copy-9.png');
  background-position: 50% 30%;
}

.uui-icon-featured-outline-large.prazo-icon {
  background-image: url('../images/quote.png');
}

.uui-icon-featured-outline-large.ajuda-icon {
  background-color: var(--yellow);
  background-image: url('../images/Artboard-4-copy-4.png');
}

.uui-icon-featured-outline-large.designers-icon {
  background-image: url('../images/idea.png');
}

.uui-icon-featured-outline-large.marketing-icon {
  background-image: url('../images/digital-marketing.png');
}

.uui-icon-featured-outline-large.eventos-icon {
  background-image: url('../images/ticket.png');
}

.uui-layout32_timeline-icon-wrapper {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.uui-layout32_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.uui-layout32_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  align-items: start;
}

.uui-layout32_progress-bar {
  background-color: var(--blue100);
  width: 2px;
  height: 100%;
}

.uui-layout32_progress-bar-wrapper {
  background-color: var(--black);
  width: 2px;
  height: 53%;
  position: absolute;
  top: 10%;
  left: 1.75rem;
  right: auto;
}

.uui-layout32_timeline-wrapper {
  position: relative;
}

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

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

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
}

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

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

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--gray100);
}

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

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

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  text-align: right;
  margin-top: 1.9rem;
  margin-bottom: 3.2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
}

.uui-heading-medium-2._3 {
  text-align: left;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout32_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 3rem;
  display: grid;
}

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

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

.uui-page-padding-2 {
  margin-top: 100px;
  padding-left: 5rem;
  padding-right: 2rem;
}

.uui-section_layout32 {
  align-items: flex-start;
  display: flex;
}

.bold-text-30 {
  padding-left: 0;
  font-family: Work Sans, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.link-9 {
  text-decoration: none;
}

.uui-testimonial18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.uui-testimonial18_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-testimonial18_arrow:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-testimonial18_arrow.left {
  right: 4rem;
}

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

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

.uui-button-link.is-alternate {
  color: var(--untitled-ui--white);
}

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

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-3.text-color-white {
  color: var(--untitled-ui--white);
}

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

.uui-heading-small {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small.text-color-white {
  color: var(--untitled-ui--white);
  font-family: Variablefont Wght, sans-serif;
  line-height: 1.2;
}

.uui-testimonial18_content-wrapper {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui--white);
  background-color: rgba(255, 255, 255, .3);
  border: 1px rgba(255, 255, 255, .5);
  height: 200px;
  padding: 1.5rem;
}

.uui-testimonial17_logo {
  max-height: 3rem;
}

.uui-testimonial18_logo-wrapper {
  margin-top: .5rem;
  margin-left: .5rem;
}

.uui-testimonial18_content {
  background-color: var(--untitled-ui--gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content.background-color-orange600 {
  background-color: #e04f16;
}

.uui-testimonial18_content.background-color-lightblue600 {
  background-color: #0086c9;
}

.uui-testimonial18_content.background-color-pink600 {
  background-color: #dd2590;
}

.uui-testimonial18_content.background-color-indigo600 {
  background-color: #444ce7;
  height: 20rem;
}

.uui-testimonial18_content.background-color-blue600 {
  background-color: #0cf;
  height: 20rem;
}

.uui-testimonial18_content.background-color-primary600 {
  background-color: var(--magenta);
  height: 20rem;
}

.uui-testimonial18_slide {
  padding-right: 2rem;
}

.uui-testimonial18_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial18_component {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Variablefont Wght, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.uui-section_testimonial17 {
  overflow: hidden;
}

.uui-blogsection11_button-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-blogsection11_button-row.show-tablet, .show-tablet {
  display: none;
}

.uui-heading-xxsmall-3 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-blogsection11_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blogsection11_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection11_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.uui-blogsection11_meta-wrapper {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection11_item-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.uui-blogsection11_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.uui-blogsection11_image-link {
  width: 100%;
  transition: all .3s;
}

.uui-blogsection11_image-link:hover {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

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

.uui-blogsection11_list {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.uui-blogsection11_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-right: 100px;
  display: grid;
}

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

.uui-section_blogsection11 {
  position: relative;
}

.uui-heading-xxsmall-4 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-layout93_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-layout93_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.uui-heading-xxsmall-5 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.uui-layout82_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  width: 100%;
}

.uui-heading-medium-4 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

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

.quick-stack-3 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.uui-section_layout33 {
  position: relative;
}

.body-4 {
  overflow: visible;
}

.follow-text-section2 {
  margin-top: 66px;
  padding-left: 5rem;
}

.bold-text-31 {
  font-family: Work Sans, sans-serif;
  font-weight: 900;
}

.form-wrapper {
  margin-top: 87px;
}

.image-18 {
  margin-top: 74px;
  margin-left: 5rem;
}

.text-span-41 {
  font-size: 1.2rem;
}

.div-block-6 {
  z-index: 2147483647;
  object-fit: cover;
  background-image: url('../images/siren.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: relative;
}

.div-block-7 {
  background-image: url('../images/vector.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.div-block-8 {
  background-image: url('../images/quote.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  position: absolute;
}

.div-block-9 {
  background-image: url('../images/idea.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.div-block-10 {
  background-image: url('../images/ticket.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

.div-block-11 {
  background-image: url('../images/digital-marketing.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.div-block-12 {
  background-image: url('../images/Artboard-4-copy-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.body-5 {
  background-color: var(--yellow);
}

.wrap-faqws-title.paddingadjust {
  padding-left: 5rem;
}

@media screen and (min-width: 1280px) {
  .main-wrapper.padding {
    align-items: stretch;
    margin-top: 0;
    padding-left: 0;
  }

  .mail-link {
    font-family: Variablefont Wght, sans-serif;
  }

  .navmenu {
    justify-content: flex-start;
    align-items: center;
    padding-left: 4rem;
    display: none;
  }

  .whatsapp-chat {
    border-radius: 0;
  }

  .live-icon-chat {
    filter: grayscale();
  }

  .live-icon {
    background-color: #69cc99;
  }

  .top-section {
    border: 1px #000;
  }

  .text-block-2 {
    padding-right: 2.5rem;
  }

  .quick-stack {
    margin-top: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .heading-6 {
    font-size: 4.5rem;
  }

  .accordion-section {
    align-items: flex-start;
    padding-top: 8%;
    padding-left: 4rem;
  }

  .accordion-pane-content.mp-forbusinesses {
    padding-top: 0;
  }

  .number {
    color: #c4d6c9;
  }

  .accordion-text {
    color: #6e6e6e;
  }

  ._002-nav-container {
    margin-left: 0;
  }

  ._002-nav.dark {
    justify-content: flex-start;
    padding-left: 4rem;
  }

  .wrapper-bemvindo {
    margin-top: -400px;
  }

  .hero-subtext {
    min-width: 400px;
    font-size: 2.1rem;
  }

  .hero-copy-wrapper {
    margin-top: 316px;
  }

  .grid-2.about {
    padding-left: 0;
  }

  .intro-section.about.top-section {
    margin-top: -1150px;
  }

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

  .heading-style-h2-2.bold-text-area {
    padding-left: 4rem;
  }

  .svg-4 {
    margin-top: 122px;
  }

  .follow-text-section2 {
    padding-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .padding-global {
    background-color: rgba(255, 255, 255, .04);
    padding-top: 0;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .main-wrapper.padding {
    flex-direction: column;
    justify-content: flex-start;
    height: 70vh;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 8px;
    display: flex;
  }

  .megamenu-innerwrapper {
    display: flex;
  }

  .body {
    background-color: var(--yellow);
  }

  .image-7 {
    filter: grayscale();
    width: 100vw;
    margin-top: 20px;
  }

  .image-8 {
    margin-left: -37px;
  }

  .chat-block {
    border-radius: 0;
  }

  .chat-section {
    background-color: #dbf0e5;
  }

  .text-span-6 {
    font-family: Variablefont Wght, sans-serif;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    padding-left: 8rem;
  }

  .button-2 {
    font-family: Variablefont Wght, sans-serif;
  }

  .heading-6 {
    transition: font-variation-settings .2s;
  }

  .cell {
    justify-content: center;
    align-items: flex-end;
    padding-right: 60px;
  }

  .emergencia {
    transition: font-variation-settings .825s ease-in;
  }

  .emergencia:hover {
    letter-spacing: -1px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 4.7rem;
    font-style: italic;
  }

  .number-div-wrapper {
    align-items: flex-start;
  }

  .accordion-section {
    align-items: flex-start;
    margin-top: 0;
    padding-left: 8rem;
  }

  .accordion-tab-button.btn-forbusinesses {
    align-items: center;
  }

  .accordion-header {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5rem;
  }

  .accordion-text {
    margin-top: 40px;
    padding-left: 20px;
    font-size: 1.2rem;
  }

  .bold-text-2 {
    margin-left: 0;
  }

  .navigation {
    background-color: #f5f5f5;
  }

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

  .faq-menu-item-label {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .faq-container {
    max-width: 1200px;
  }

  .faq-answer-p {
    margin-bottom: 1rem;
  }

  .faq-group-row {
    padding-top: 0;
  }

  .faq-menu-item.w--current {
    letter-spacing: 0;
    font-family: Variablefont Wght, sans-serif;
    font-weight: 400;
  }

  .faq-section {
    margin-top: 0;
    padding-left: 0;
    font-family: Variablefont Wght, sans-serif;
  }

  .faq-groups-wrapper {
    padding-right: 4rem;
  }

  .progress-bar {
    width: 5px;
    height: 2000px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .form12_checkbox_field, .checkbox {
    z-index: 102;
  }

  ._002-nav.dark {
    padding-left: 4rem;
    position: -webkit-sticky;
    position: sticky;
  }

  .logo-font {
    font-weight: 700;
  }

  .bg-wrapper {
    overflow: visible;
  }

  .wrapper-bemvindo {
    z-index: 0;
    flex-direction: row;
    align-items: center;
    margin-top: -200px;
  }

  .hero-subtext {
    font-size: 2.5rem;
  }

  .line-2 {
    padding-bottom: 20px;
  }

  .arrow-down.large.home {
    position: static;
  }

  .link-box {
    align-items: center;
    display: flex;
  }

  .is-regular {
    font-weight: 400;
  }

  .intro-emergencia {
    flex-direction: row;
    height: auto;
    display: block;
  }

  .hero-copy-wrapper {
    margin-top: 191px;
    position: static;
  }

  .featurehero2 {
    align-items: center;
    margin-top: -101px;
  }

  .featurehero2wrapper {
    width: 60%;
  }

  .featurehero2container {
    height: 600px;
    padding-top: 118px;
    padding-bottom: 0;
  }

  .subtitle1 {
    font-size: 26px;
  }

  .text-span-32 {
    font-variation-settings: "wght" 400;
    padding-bottom: 148px;
    font-size: 22px;
    font-style: italic;
  }

  .wrapper-doors {
    align-self: center;
  }

  .cell-3, .cell-4, .cell-5 {
    align-items: center;
  }

  .image-wrapper.hero {
    padding-left: 2em;
  }

  .intro-section.about.top-section {
    margin-top: -1144px;
  }

  .padding-global-2 {
    margin-top: -75px;
    padding-left: 4rem;
  }

  .heading-style-h2-2.bold-text-area {
    padding-left: 0;
  }

  .uui-icon-featured-outline-large {
    background-color: var(--yellow);
    background-image: url('../images/design.png');
    background-size: 30px 30px;
  }

  .uui-icon-featured-outline-large.gestao-icon {
    object-fit: fill;
    background-size: 30px 30px;
  }

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

  .bold-text-30 {
    margin-bottom: 2rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 0;
  }

  .follow-text-section2 {
    padding-left: 4rem;
  }

  .div-block-6 {
    background-image: url('../images/siren.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }

  .div-block-7 {
    background-image: url('../images/vector.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }

  .div-block-8 {
    background-image: url('../images/quote.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }

  .div-block-9 {
    background-image: url('../images/idea.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }

  .div-block-10 {
    background-image: url('../images/ticket.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35px 35px;
  }

  .div-block-11 {
    background-image: url('../images/digital-marketing.png');
    background-position: 50%;
    background-size: 30px 30px;
  }
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

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

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

  .accordion-section {
    padding-top: 0%;
    display: flex;
  }

  .accordion-item-2 {
    border-style: none;
    border-width: 0;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  ._002-nav.dark {
    padding-left: 6rem;
  }

  .wrapper-bemvindo {
    margin-top: -1033px;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-copy-wrapper {
    margin-top: -133px;
    font-size: 1.5rem;
  }

  .heading-16.header-landing {
    font-size: 3.5rem;
  }

  .preloader {
    display: none;
  }

  .featurehero2 {
    height: 120vh;
    margin-top: -500px;
    padding-top: 220px;
  }

  .featurehero2wrapper {
    height: 600px;
    bottom: 140px;
  }

  .featurehero2container {
    height: 600px;
  }

  .paperimage {
    width: 100%;
  }

  .footer-dark {
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .wrapper-doors {
    flex-direction: column;
    margin-top: 140px;
    display: flex;
  }

  .link-btn-1 {
    max-width: 100%;
  }

  .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cell-3 {
    align-items: stretch;
  }

  .text-size-large-2 {
    margin-top: 140px;
  }

  .image-wrapper.hero {
    position: relative;
  }

  .intro-section.about.top-section {
    margin-top: -1300px;
  }

  .padding-global-2, .uui-page-padding-2, .follow-text-section2 {
    padding-left: 6rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .header-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .button-down {
    flex: none;
    display: none;
  }

  .text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

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

  .work-component-1 {
    background-position: 50%;
    background-size: cover;
  }

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

  .footer {
    position: static;
  }

  .profile-pic {
    width: 12rem;
    margin-top: 3rem;
    display: block;
  }

  .work-component-2, .work-component-3, .work-component-4 {
    background-position: 50%;
    background-size: cover;
  }

  .button-fill {
    flex: none;
  }

  .image-2 {
    display: block;
  }

  .footer-spacer-element {
    display: none;
    position: static;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .navmenu {
    display: none;
  }

  .megamenu-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .image-10 {
    display: none;
  }

  .accordion-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .image-11, .image-12 {
    display: none;
  }

  .accordion-item-2 {
    margin-bottom: 20px;
  }

  .image-13 {
    display: none;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-header {
    font-size: 1.5rem;
  }

  .accordion-text {
    padding-left: 0;
  }

  .faq-menu {
    z-index: 9999999;
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    overflow: auto;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-menu-wrapper {
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0);
    border-radius: .5rem;
    width: 100%;
    top: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .15);
  }

  .faq-container {
    flex-direction: column;
  }

  .faq-group-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq-menu-item.w--current {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-menu-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: .5rem 2rem;
    display: flex;
    position: relative;
  }

  .faq-groups-wrapper {
    width: 100%;
  }

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

  .faq-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .cursor {
    display: none;
  }

  .logo_link {
    font-size: 2.7em;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    top: 23.2em;
    bottom: 0;
    left: auto;
    right: -9.5em;
  }

  .nav-list-item {
    height: auto;
    font-size: 16px;
  }

  .container-4 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gradient-wrapper {
    filter: blur(180px);
  }

  .text-block-7 {
    font-size: 1rem;
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .heading-7, .heading-8 {
    font-size: 2rem;
  }

  .heading_wrap {
    width: 90%;
  }

  .container-5 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .vertical-scroll-wrapper {
    width: auto;
    height: 2.8125rem;
    overflow: hidden;
  }

  .text-rotation-wrapper {
    flex-direction: column;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .hero-header {
    max-width: 690px;
  }

  .hero-heading {
    font-size: 68px;
  }

  .logo-font {
    font-size: 1.6rem;
  }

  .hamburger-wrapper {
    width: 40px;
  }

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

  .text-wrapper-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-12 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .heading-13 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .paragraph-4 {
    margin-bottom: 20px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .animated-hero-bg-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-wrapper.adjustbackgroundlanding {
    position: relative;
  }

  .heading-14 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .paragraph-5 {
    margin-bottom: 20px;
  }

  .text-block-11 {
    font-size: 16px;
  }

  .wrapper-bemvindo {
    margin-top: auto;
    padding: 0 2em 2em;
    font-size: 14px;
  }

  .arrow-down.large {
    height: 5em;
  }

  .featurehero2 {
    height: 100vh;
  }

  .featurehero2wrapper {
    width: 100%;
  }

  .abouticon {
    right: 0;
  }

  .subtitle1 {
    font-size: 24px;
  }

  .arrow-button-secondary {
    top: 15%;
  }

  .scroll-arrow-txt {
    font-size: .7rem;
  }

  .container-10 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-11 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .pagination {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-9 {
    margin-bottom: 0;
    padding-top: 200px;
    padding-bottom: 0;
  }

  .section-9.intro {
    min-height: 60vh;
  }

  .wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .wrapper.negative-margins {
    margin-top: 0;
  }

  .paragraph-6 {
    font-size: 250%;
    line-height: 50px;
  }

  .big-paragraph {
    margin-bottom: 0;
    font-size: 3.4vw;
  }

  .grid {
    flex-flow: column wrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -15px;
    margin-right: -15px;
  }

  .block {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .block._41 {
    flex-basis: 100%;
  }

  .block._41.centred {
    flex-basis: 100%;
    margin-top: 20px;
  }

  .outer-shell {
    max-width: 50vw;
    margin-bottom: 50px;
  }

  .heading-3 {
    font-size: 3.5vw;
  }

  .paragraph-8 {
    font-size: 250%;
    line-height: 50px;
  }

  .menu_left-panel {
    display: none;
  }

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

  .menu_right-panel {
    width: 100%;
  }

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

  .contact-heading {
    font-size: 6rem;
  }

  .heading-hero {
    font-size: 3rem;
  }

  .menu-line {
    background-color: #c5c5c5;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .numbers-column.first {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    padding-top: 5rem;
  }

  .menu-button-2 {
    color: #fff;
    background-color: #1a1a1a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 100%;
    padding: 2rem 1.5rem;
    display: block;
  }

  .menu-button-2.w--open {
    z-index: 999;
    background-color: #1a1a1a;
  }

  .crystal-shadow {
    width: 90%;
  }

  .wrapper-info.bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link-2 {
    color: #1a1a1a;
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    padding: 2rem 2.5rem;
    font-size: 2rem;
  }

  .nav-link-2:hover {
    color: #272727;
  }

  .nav-link-2.first {
    padding-left: 2.5rem;
  }

  .footer-wrapper-3 {
    flex-direction: column;
    margin-top: 10rem;
  }

  .spacer.last {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .image-container.hero {
    width: 20rem;
    height: 20rem;
  }

  .image-wrapper.tab {
    width: 16rem;
  }

  .image-wrapper.hero {
    top: auto;
    bottom: 25%;
    left: 0%;
    right: 0%;
  }

  .grid-2.hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-height: auto;
  }

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

  .footer-logo-heading {
    font-size: 16vw;
  }

  .hero-image {
    width: 16rem;
  }

  .intro-section.footer {
    padding-top: 10rem;
  }

  .menu-icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 2rem;
    height: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-intro-wrapper {
    align-items: flex-start;
    padding-top: 8.5rem;
  }

  .text-number {
    font-size: 5rem;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-end;
  }

  .section-hero-2 {
    padding-top: 12rem;
  }

  .social-wrapper-2.right-aligned {
    align-items: flex-start;
  }

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

  .heading-style-h2-2.bold-text-area {
    margin-top: 0;
    padding-right: 100px;
    font-size: 2rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

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

  .uui-layout32_timeline-step {
    grid-column-gap: 24px;
  }

  .uui-layout32_component {
    grid-column-gap: 2rem;
  }

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

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

  .uui-testimonial18_mask {
    width: 50%;
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

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

  .uui-blogsection11_button-row {
    flex: none;
    margin-top: 3rem;
    display: none;
  }

  .uui-blogsection11_button-row.show-tablet, .show-tablet {
    display: block;
  }

  .uui-blogsection11_item {
    grid-column-gap: 2rem;
  }

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

  .uui-blogsection11_layout {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

  .uui-padding-vertical-xhuge-5, .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .uui-layout33_component {
    grid-column-gap: 2rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 0;
    padding-bottom: 6rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

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

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

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

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .button {
    display: none;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .button-down {
    width: 8rem;
    height: 8rem;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

  .megamenu-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .button-2 {
    text-align: center;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

  .accordion-section {
    padding-left: 10%;
  }

  .accordion-tab-button {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-header {
    line-height: 1.2;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .faq-menu-item.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .faq-answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-menu-title {
    padding: 1rem 1rem .5rem;
  }

  .faq-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-question {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .menu {
    font-size: 10.5vw;
    transition: transform .6s ease-in-out;
  }

  .container-3 {
    padding: 150px 10vw 10vw;
  }

  .container-3.is--nav {
    justify-content: center;
    padding-top: 10vw;
    padding-bottom: 20vw;
  }

  .about_p {
    width: 90%;
    margin-top: 2.5em;
    margin-left: 9%;
    font-size: .9em;
  }

  .about {
    padding-left: 0;
  }

  .about_heading {
    font-size: 12vw;
  }

  .back-arrow {
    opacity: 1;
    width: 6.5vw;
    margin-top: 3vw;
    margin-right: 3vw;
    transition: opacity .2s;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .back-arrow.no-click {
    opacity: 0;
  }

  .page-wrapper-2 {
    width: 100%;
    transform: translate(120%)scale3d(6, 1, 1);
  }

  .logo_link {
    margin-top: 2vw;
    margin-left: 3vw;
    font-size: 3.5vw;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .back-arrow_svg {
    height: 5vw;
  }

  .form-content {
    width: 90%;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .next {
    z-index: 6;
    position: fixed;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid rgba(131, 149, 177, .15);
    height: 100px;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .previous {
    z-index: 6;
    position: fixed;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main-shapes-wrapper, .blending-group-wrapper {
    filter: blur(80px);
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .circle {
    height: 80vh;
  }

  .heading_wrap {
    width: 90%;
  }

  .container-5 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .vertical-scroll-wrapper {
    height: 2.34375rem;
    overflow: hidden;
  }

  .text-rotation-wrapper {
    margin-left: 0%;
  }

  .heading-large {
    font-size: 1.875rem;
  }

  .subheading {
    font-size: 18px;
  }

  .hero-header {
    max-width: 570px;
  }

  .hero-heading {
    font-size: 56px;
  }

  .page-padding-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero {
    padding-top: 140px;
  }

  ._002-menu-text {
    display: none;
  }

  ._002-nav.dark {
    justify-content: flex-start;
    padding-left: 3rem;
  }

  .logo-font {
    font-size: 1.3rem;
  }

  .brand {
    padding-left: 0;
  }

  ._002-overlay-container {
    grid-row-gap: 60px;
    grid-template-rows: min-content minmax(auto, 1fr) auto;
    grid-template-columns: 1.5fr;
    padding-top: 80px;
  }

  ._002-nav-item-arrow {
    width: 20px;
    height: 20px;
  }

  ._002-nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-subtext {
    margin-top: -7px;
  }

  .arrow-down.large {
    height: 3.8em;
  }

  .intro-emergencia.home-hero-top.custom {
    margin-top: 0;
  }

  .hero-copy-wrapper.horizontal {
    margin-top: 250px;
  }

  .featurehero2 {
    height: 90vh;
  }

  .abouticon {
    height: 90vw;
    display: block;
    top: auto;
    bottom: 40%;
    left: auto;
    right: 37%;
    transform: rotate(-90deg);
  }

  .subtitle1 {
    right: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .container-11 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .pagination {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pagination-link {
    padding: 4px;
  }

  .pagination-line {
    height: 20px;
  }

  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block {
    flex: 0 0 100%;
  }

  .heading-3 {
    font-size: 2em;
  }

  .landing-headrer.horizontal {
    margin-top: 448px;
    position: relative;
  }

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

  .contact-heading {
    font-size: 4.8rem;
  }

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

  .wrapper-info.bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .nav-link-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-link-2.first {
    padding-left: 1.25rem;
  }

  .spacer.last {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .image-wrapper.tab {
    position: absolute;
    top: 25rem;
  }

  .newsletter-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .numbers-section {
    flex-direction: row;
  }

  .intro-section.contact {
    align-items: flex-start;
    overflow: hidden;
  }

  .intro-section.about.top-section {
    margin-top: -987px;
    padding-top: 0;
  }

  .intro-section.tab {
    align-items: flex-start;
    overflow: hidden;
  }

  .tab-intro-wrapper {
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: static;
  }

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

  .text-number {
    font-size: 3.5rem;
  }

  .social-wrapper-2 {
    align-items: flex-start;
  }

  .social-wrapper-2.left-aligned {
    align-items: center;
  }

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

  .svg-blockquote-sign {
    display: none;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos01_wrapper {
    padding: .5rem 1rem;
  }

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

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-contact09_item {
    padding: 1.5rem;
  }

  .uui-contact09_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-heading-xxsmall-2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
  }

  .uui-button {
    font-size: 1rem;
  }

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

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout32_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 0;
    padding-left: 2rem;
  }

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

  .uui-testimonial18_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

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

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

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-testimonial17_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial18_content {
    padding: 1.5rem;
  }

  .uui-testimonial18_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask {
    width: 80%;
  }

  .uui-testimonial18_component {
    margin-top: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

  .uui-blogsection11_button-row {
    justify-content: flex-start;
    width: 100%;
    margin-top: 2.5rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-blogsection11_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection11_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blogsection11_image-wrapper {
    height: 100%;
  }

  .uui-blogsection11_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection11_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection11_list, .uui-blogsection11_layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-layout93_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout93_component {
    align-items: stretch;
  }

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

  .uui-heading-xxsmall-5 {
    font-size: 1.125rem;
  }

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

  .uui-layout82_list {
    grid-row-gap: 2.5rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout82_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-layout33_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .follow-text-section2 {
    margin-top: 140px;
    padding-left: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .main-wrapper.padding {
    padding-left: 0;
  }

  .header-component {
    flex-direction: column-reverse;
  }

  .button-down {
    width: 5rem;
    height: 5rem;
  }

  .work-component-1 {
    min-height: 30rem;
    padding: 2rem 1rem;
  }

  .work-component-1:hover {
    background-position: 50%;
    background-size: cover;
  }

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

  .footer {
    position: static;
  }

  .fs-copyclip_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-copyclip_text {
    font-size: 1.4rem;
  }

  .social-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-pic {
    width: 8.5rem;
  }

  .work-component-2 {
    background-position: 0 100%;
    background-size: cover;
    min-height: 30rem;
    padding: 2rem 1rem;
  }

  .work-component-3, .work-component-4 {
    min-height: 30rem;
    padding: 2rem 1rem;
  }

  .arrow-down-icon {
    height: 3rem;
  }

  .testimonial-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .testimonial-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

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

  .mail-link {
    font-size: 1.3rem;
  }

  .footer-spacer-element {
    position: static;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .nav-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    align-items: center;
  }

  .nav-left {
    flex-wrap: nowrap;
  }

  .hamburger-line-top {
    width: 2.5rem;
    height: .5rem;
  }

  .hamburger-line-middle {
    width: 2.5rem;
    height: .5rem;
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .hamburger-line-bottom {
    width: 2.5rem;
    height: .5rem;
  }

  .nav-logo-link {
    display: block;
  }

  .nav-logo {
    width: 166px;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .text-block-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .quick-stack {
    padding-top: 0;
  }

  .button-2 {
    width: 100%;
    margin-top: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-2.spacing-btn {
    margin-top: 48px;
    font-size: .3rem;
  }

  .button-text {
    font-size: .8rem;
  }

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

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

  .menu_icon-image {
    height: 2rem;
  }

  .navbar_logo-wrapper {
    display: none;
  }

  .heading-6 {
    padding-left: 0;
    font-size: 2.5rem;
  }

  .number-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-section {
    justify-content: flex-start;
    min-height: auto;
    margin-top: 20px;
  }

  .accordion-tab-button {
    flex-direction: row-reverse;
    align-items: center;
    max-height: 50px;
    padding: 0 10px;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-pane-content {
    justify-content: center;
    padding: 0 10px 0 0;
  }

  .accordion-pane-content.mp-forbusinesses {
    padding-left: 0;
  }

  .accordion-item-2 {
    margin-bottom: 10px;
  }

  .accordion-header {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    font-size: 1rem;
  }

  .accordion-text {
    width: 90%;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: .8rem;
    line-height: 1.8;
  }

  .faq-menu {
    text-align: left;
    flex-direction: column;
    padding-left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }

  .faq-menu-wrapper {
    background-color: #fcffc3;
    align-self: center;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }

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

  .faq-question-label {
    text-align: left;
    margin-left: 20px;
  }

  .faq-answer-p {
    line-height: 1.7em;
  }

  .faq-menu-item {
    text-align: center;
    align-self: stretch;
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .faq-menu-item:active {
    color: #202024;
    font-weight: 700;
  }

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

  .faq-section {
    margin-top: 20px;
    font-size: 1.5rem;
  }

  .about_p {
    margin-top: 1.9em;
    margin-left: 0%;
    font-size: .8em;
    line-height: 1.8;
  }

  .form-full {
    padding-left: 0%;
  }

  .slider-content-wrap {
    flex-direction: column;
    justify-content: center;
    width: auto;
    margin-bottom: 140px;
    padding: 0 20px 50px;
  }

  .form-content {
    align-items: flex-start;
    width: 100%;
  }

  .form12_checkbox_field {
    width: 100%;
    min-width: auto;
    height: 80px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .form-section-title {
    text-align: center;
    padding-right: 0;
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .mask {
    width: 100vw;
    height: 100%;
    position: static;
  }

  .previous {
    max-width: 75px;
    display: flex;
  }

  .submit-button-2 {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slider {
    width: 100vw;
    height: auto;
  }

  .details-right {
    display: none;
  }

  .checkbox_wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column wrap;
    align-content: stretch;
    align-items: flex-start;
  }

  .shape-4 {
    top: 30.7em;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .heading_wrap {
    width: 90%;
  }

  .container-5 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .hero-header {
    max-width: 420px;
  }

  .hero-heading {
    font-size: 44px;
  }

  ._002-nav-container {
    display: flex;
  }

  ._002-nav-item-number {
    margin-top: 0;
  }

  ._002-nav.dark {
    justify-content: center;
    padding-left: .125rem;
    padding-right: .125rem;
    display: flex;
  }

  .logo-font {
    text-align: center;
    text-transform: uppercase;
    font-size: 4vw;
    line-height: 20px;
  }

  .nav-item-text-2 {
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._002-overlay-container {
    grid-row-gap: 20px;
  }

  ._002-nav-item-arrow {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  ._002-nav-item {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 6fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .text-block-9, .text-block-10 {
    font-size: 12px;
  }

  .bg-circle._4 {
    background-color: #20c788;
  }

  .bg-circle._5 {
    background-color: #ffab9d;
  }

  .bg-circle._2 {
    background-color: #4353ff;
  }

  .bg-circle._3 {
    background-color: #3fa1f7;
  }

  .bg-circle._6 {
    background-color: #ff6382;
  }

  .bg-wrapper {
    flex-direction: column;
    align-items: center;
    position: static;
  }

  .circle-yellow-small {
    order: -1;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .wrapper-bemvindo {
    margin-top: -566px;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .wrapper-bemvindo.landingwrap {
    margin-top: -808px;
  }

  .line-1 {
    flex-direction: column;
  }

  .h1-is-name {
    margin-left: 0;
  }

  .line-3 {
    flex-direction: column;
    align-items: center;
    height: 50%;
    margin-top: 2em;
  }

  .link-is-name {
    margin-left: 0;
  }

  .hero-subtext {
    font-size: 1em;
  }

  .line-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
  }

  .arrow-down.large {
    height: 3em;
  }

  .grid-home-hero {
    grid-row-gap: 0px;
    grid-template-columns: .25fr .75fr;
    grid-auto-flow: row dense;
  }

  .intro-emergencia.home-hero-top {
    align-items: center;
    padding-top: 45%;
  }

  .intro-emergencia.home-hero-top.custom {
    margin-top: -400px;
    padding-top: 10%;
  }

  .hero-copy-wrapper {
    margin-top: 242px;
  }

  .hero-copy-wrapper.horizontal {
    margin-top: 221px;
  }

  .heading-16 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .heading-16.header-landing {
    text-align: left;
    margin-top: -7rem;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1;
  }

  .featurehero2 {
    flex-direction: column;
    height: 100vh;
  }

  .featurehero2container {
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .abouticon {
    height: 96vw;
    display: none;
    bottom: 45%;
  }

  .slantedsubtitlecontainer {
    width: 80%;
  }

  .subtitle1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
    top: 32px;
    right: auto;
  }

  .paperimage {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .arrow-button-secondary {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scroll-arrow-txt {
    letter-spacing: 1px;
    font-size: .6rem;
  }

  .scroll-arrow-img {
    width: 20px;
  }

  .container-10 {
    max-width: none;
  }

  .text-span-32 {
    font-size: 12px;
  }

  .typeform-wrapper-zrxa4ejb {
    height: 100vh;
  }

  .container-11 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .wrapper {
    flex: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-6 {
    font-size: 200%;
    line-height: 150%;
  }

  .grid {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .block {
    flex: 0 0 100%;
  }

  .heading-3 {
    font-size: 1.6em;
  }

  .paragraph-8 {
    font-size: 200%;
    line-height: 150%;
  }

  .bold-text-8 {
    text-align: left;
    word-break: keep-all;
    font-size: 2.8rem;
  }

  .text-span-39 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
  }

  .landing-headrer {
    align-items: flex-start;
  }

  .menu_left-panel {
    width: 0%;
  }

  .menu-link-parent-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .menu_right-panel {
    width: 100%;
  }

  .line-vertical {
    width: 100%;
    height: 1px;
  }

  .contact-heading {
    font-size: 2.8rem;
  }

  .max-width-large-2 {
    max-width: none;
  }

  .heading-hero {
    font-size: 2rem;
  }

  .numbers-column {
    width: 45%;
    padding-left: 0;
  }

  .numbers-column.first {
    width: 100%;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    width: 4rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-container.hero {
    width: 100%;
    height: auto;
  }

  .image-wrapper.tab {
    width: 10rem;
  }

  .grid-2.about {
    width: 100%;
  }

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

  .grid-2.footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .grid-2.subhero {
    grid-template-columns: 1fr;
    width: 100%;
    overflow: visible;
  }

  .newsletter-container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero-image {
    width: 14rem;
  }

  .numbers-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .intro-section.contact {
    min-height: auto;
    padding-top: 0;
  }

  .intro-section.about {
    padding-top: 7.7rem;
    padding-left: 2em;
  }

  .intro-section.about.top-section {
    padding-left: 1em;
  }

  .intro-section.tab {
    min-height: 100dvh;
  }

  .menu-icon-wrapper {
    flex: none;
  }

  .padding-global-2 {
    padding-left: 0;
    font-size: .4rem;
  }

  .nav-logo-2 {
    width: 5rem;
  }

  .newsletter-text-field {
    padding-bottom: 12px;
    font-size: 1rem;
  }

  .contact-image-container {
    max-width: 90%;
  }

  .text-block-14 {
    white-space: normal;
  }

  .newsletter-submit-button, .heading-style-h2-2 {
    font-size: 1rem;
  }

  .heading-style-h2-2.bold-text-area {
    margin-bottom: -1.6rem;
    padding-right: 0;
    font-size: 1rem;
  }

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

  .uui-logos01_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos01_component {
    justify-content: center;
  }

  .wrapper-btn {
    text-align: justify;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-heading-xxsmall-2.font {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .uui-heading-medium-2 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .uui-layout32_component {
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-left: 0;
  }

  .uui-page-padding-2 {
    margin-top: 20px;
    margin-bottom: -148px;
    padding-left: 0;
    padding-right: .125rem;
  }

  .uui-section_layout32.services-padding {
    align-items: flex-start;
    margin-top: 55px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bold-text-30 {
    text-align: left;
    margin-top: 6rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .uui-testimonial18_mask {
    width: 95%;
  }

  .uui-blogsection11_image-wrapper {
    padding-top: 66%;
  }

  .uui-blogsection11_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .uui-layout33_component {
    padding-right: 20px;
  }

  .uui-padding-vertical-xhuge-8 {
    margin-top: 220px;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .follow-text-section2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bold-text-31 {
    font-size: 14px;
  }

  .bold-text-32 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .body-5 {
    object-fit: fill;
    overflow: visible;
  }
}

#w-node-ddd59d71-dea3-5afa-9998-2a8c18f28d85-18f28d7c, #w-node-ddd59d71-dea3-5afa-9998-2a8c18f28d99-18f28d7c, #w-node-ddd59d71-dea3-5afa-9998-2a8c18f28d8e-18f28d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98c38000-83a2-8c86-b9d9-345051628017-5162800b {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_98c38000-83a2-8c86-b9d9-345051628019-5162800b {
  align-self: start;
  justify-self: start;
}

#w-node-_98c38000-83a2-8c86-b9d9-34505162801b-5162800b {
  justify-self: start;
}

#w-node-_98c38000-83a2-8c86-b9d9-34505162801d-5162800b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: end;
}

#w-node-_98c38000-83a2-8c86-b9d9-345051628020-5162800b {
  align-self: start;
  justify-self: start;
}

#w-node-_98c38000-83a2-8c86-b9d9-345051628022-5162800b {
  justify-self: start;
}

#w-node-_98c38000-83a2-8c86-b9d9-345051628024-5162800b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: end;
}

#w-node-_98c38000-83a2-8c86-b9d9-345051628027-5162800b {
  align-self: start;
  justify-self: start;
}

#w-node-_98c38000-83a2-8c86-b9d9-345051628029-5162800b {
  justify-self: start;
}

#w-node-_98c38000-83a2-8c86-b9d9-34505162802b-5162800b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: end;
}

#w-node-_98c38000-83a2-8c86-b9d9-34505162802e-5162800b {
  align-self: start;
  justify-self: start;
}

#w-node-_98c38000-83a2-8c86-b9d9-345051628030-5162800b {
  justify-self: start;
}

#w-node-_98c38000-83a2-8c86-b9d9-345051628032-5162800b {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: end;
}

#w-node-_98c38000-83a2-8c86-b9d9-345051628036-5162800b {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
  justify-self: start;
}

#w-node-_1466c1e0-010b-068d-4eed-5f9e4e85449f-12493488 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1466c1e0-010b-068d-4eed-5f9e4e8544a2-12493488, #w-node-_3f0b29d4-aba5-999b-9998-7c2a889a6254-12493488 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4e8-7abae710 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4e9-7abae710, #w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4eb-7abae710, #w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4ec-7abae710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4ed-7abae710 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4f1-7abae710 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_1466c1e0-010b-068d-4eed-5f9e4e85449f-12493488, #w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4e8-7abae710, #w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4ed-7abae710 {
    grid-column: span 4 / span 4;
  }

  #w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4f1-7abae710 {
    grid-area: 3 / 3 / 4 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_98c38000-83a2-8c86-b9d9-345051628017-5162800b {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_98c38000-83a2-8c86-b9d9-345051628036-5162800b {
    grid-row: 3 / 4;
  }

  #w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4f1-7abae710 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1466c1e0-010b-068d-4eed-5f9e4e85449f-12493488 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3f0b29d4-aba5-999b-9998-7c2a889a6224-12493488 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4e8-7abae710, #w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4ed-7abae710 {
    grid-column: span 4 / span 4;
  }

  #w-node-_8c2a09f2-126b-b3e6-9314-93a8d85cd4f1-7abae710 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Variablefont Wght';
  src: url('../fonts/RethinkSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Variablefont Wght';
  src: url('../fonts/RethinkSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}