:root {
  --color-scheme-1--background\<deleted\|relume-variable-color-scheme-1-background\>: var(--_primitives---colors--white\<deleted\|relume-variable-neutral-white\>);
  --_typography---font-styles--body: Poppins, Arial, sans-serif;
  --_primitives---grey-500: #212121;
  --_typography---font-styles--heading: Poppins, Arial, sans-serif;
  --color-scheme-1--text\<deleted\|relume-variable-color-scheme-1-text\>: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  --_primitives---mint: #d4ebc5;
  --_primitives---red: #a40011;
  --_primitives---colors--white\<deleted\|relume-variable-neutral-white\>: #fff;
  --_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>: black;
  --_primitives---beige: #f4ede4;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---white: white;
  --_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>: transparent;
  --_primitives---opacity--neutral-darkest-60\<deleted\|relume-variable-neutral-shade-7-60\>: #0009;
  --_primitives---opacity--white-60\<deleted\|relume-variable-neutral-white-60\>: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border\<deleted\|relume-variable-color-scheme-1-border\>: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground\<deleted\|relume-variable-color-scheme-1-foreground\>: var(--_primitives---colors--neutral-lightest\<deleted\|relume-variable-neutral-shade-1\>);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest\<deleted\|relume-variable-neutral-shade-1\>: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent\<deleted\|relume-variable-color-scheme-1-accent\>: var(--_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>);
  --background-color--background-primary\<deleted\|relume-variable-background-color-1\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---transparent: transparent;
  --_primitives---grey-400: #6b6b6b;
  --grey-300: #8b8b8b;
  --red-20: #a4001133;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---orange: #ff8d04;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

body {
  background-color: var(--color-scheme-1--background\<deleted\|relume-variable-color-scheme-1-background\>);
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---grey-500);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text\<deleted\|relume-variable-color-scheme-1-text\>);
  cursor: pointer;
  text-decoration: underline;
}

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

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

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

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

form {
  margin-bottom: 0;
}

label {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text\<deleted\|relume-variable-color-scheme-1-text\>);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.image-3 {
  text-align: center;
  align-self: center;
  max-width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.code-embed-2 {
  text-align: left;
  object-fit: fill;
  background-color: #ededed00;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.section-3-copy-copy {
  text-align: center;
  background-color: #fff;
  padding: 64px;
}

.testimonials-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1312px;
  display: flex;
}

.text-4 {
  color: #212121;
  text-align: center;
  width: 100%;
  max-width: 70%;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.testimonials-title {
  color: #212121;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 32px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: relative;
}

.testimonial-1-image {
  width: 800px;
  overflow: clip;
}

.text-proof-mais-de {
  margin-bottom: 0;
}

.transformar-corpo-nao-precisa {
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 600;
}

.proof-3 {
  background-color: #f4ede4;
  padding: 64px 16px;
}

.text-proof-2 {
  background-color: #fff0;
  border: 1px #e4ebf3;
  border-radius: 16px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 12px;
  display: flex;
}

.testimonial-grid-two {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: start center;
  max-width: 100%;
  margin-top: 0;
  display: grid;
  overflow: auto;
}

._50k {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
}

.proof-container {
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1312px;
  display: flex;
}

.footer-subscribe {
  background-color: #a40011;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 400;
}

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

.div-block-2-copy {
  background-color: #f4ede4;
  border-radius: 16px;
  flex-flow: column;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.div-block-2-copy.mobile {
  text-align: left;
  max-width: 80%;
}

.div-block-2-copy.mobile.mobile-lanscape-form {
  background-color: #fff0;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  padding: 0 20px 20px;
  display: block;
}

.text-paragraph-medium-copy {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-paragraph-medium-copy.mobile-landscape {
  color: #212121;
  text-align: center;
  text-transform: none;
  text-align: center;
  text-transform: none;
  text-align: center;
  text-transform: none;
  text-align: center;
  text-transform: none;
  align-self: center;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
  display: block;
}

.section-5 {
  z-index: 2;
  clear: none;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #a40011;
  background-clip: border-box;
  justify-content: center;
  height: auto;
  min-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.pre-header-text {
  color: #f4ede4;
  letter-spacing: .1rem;
  text-transform: uppercase;
  align-self: center;
  font-size: .9rem;
}

.how-to {
  text-align: center;
  background-color: #7a1e26;
  padding: 0 0 40px;
  display: block;
  position: relative;
}

.how-to.hero-lptigo-copy-plano-falhas-copy, .how-to.hero-lptigo-copy-plano-falhas, .how-to.hero-lptigo-copy-plano-falhas {
  aspect-ratio: auto;
  background-color: #f4ede4;
  background-image: none;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.how-to.hero-lptigo-copy-plano-falhas {
  aspect-ratio: auto;
  background-color: var(--_primitives---beige);
  aspect-ratio: auto;
  aspect-ratio: auto;
  background-color: #f4ede4;
  background-image: none;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text-h1_mobile-copy {
  text-transform: uppercase;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.text-h1_mobile-copy.h1-copy-copy-copy {
  font-size: 32px;
}

.text-h1_mobile-copy.h1-copy-copy {
  color: #212121;
  font-size: 32px;
}

.text-block-42 {
  color: #212121;
}

.code-embed-8-copy-v3 {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.section-6-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f4ede400;
  background-image: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 0 40px 20px;
  display: flex;
}

.div-block-12-copy {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: block;
}

.grid-7-copy {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template: "Area Area"
                 "Area Area"
                 / 1.5fr 1.25fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  place-items: start stretch;
  max-width: 100%;
  display: grid;
}

.container-47 {
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0 40px;
  display: flex;
}

.section-7 {
  background-color: #a40011;
  max-width: none;
  padding: 20px 40px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  max-width: 1440px;
}

.text-block-11 {
  color: #fff;
  text-align: left;
}

.div-block-18 {
  background-color: #25d366;
  border: 2px solid #fff;
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 40px;
  display: flex;
}

.image-21 {
  width: 32px;
  max-width: none;
  padding-right: 10px;
}

.text-block-10 {
  color: #fff;
  background-color: #fff0;
  font-size: .8rem;
}

.image-39 {
  width: 100%;
  height: auto;
}

.flex-block-27 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

.button-12 {
  background-color: #a40011;
  border-radius: 16px 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 16px 32px;
  font-weight: 600;
  display: flex;
}

.button-12:hover {
  background-color: #7a1e26;
  border: 0 solid #fff;
}

.button-12.w--current {
  margin-top: 3px;
}

.container-48 {
  max-width: 100%;
  padding-top: 0;
}

.image-40 {
  display: none;
}

.image-41 {
  width: 800px;
  max-width: 100%;
}

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

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .main-wrapper {
    max-width: 100vw;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

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

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

  .button.is-mobile-full {
    width: 100%;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
    font-weight: 600;
  }

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

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

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar_menu-links {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    font-size: 1.25rem;
  }

  .menu-icon1_line-top {
    background-color: var(--_primitives---white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar_link {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--_primitives---white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--_primitives---white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
    background-color: var(--_primitives---red);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: 100vh;
    padding: 2rem 5%;
    position: absolute;
    overflow: auto;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_middle-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1.3fr 1fr 1fr;
  }

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

  .home-hero_left-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-hero_heading-wrapper {
    max-width: none;
  }

  .program_grid.is-home {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    width: auto;
    margin-left: 0%;
  }

  .program_image-wrapper.is-home {
    max-width: 100vw;
    margin-top: -4rem;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .discover_component.is-home {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .discover_heading-wrapper.is-home {
    text-align: left;
    text-align: left;
    max-width: none;
    margin-right: auto;
  }

  .discover_collection-list-wrapper.is-home {
    display: none;
  }

  .discover_image {
    width: 100%;
  }

  .ola_grid {
    grid-template-columns: 1fr;
    place-items: start;
  }

  .ola_arrow {
    display: none;
  }

  .testimonials_slide {
    max-width: 100%;
  }

  .section_marquee {
    padding-bottom: 1.5rem;
  }

  .marquee_text-svg {
    flex: none;
    width: 1600px;
  }

  .case-studies_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .case-studies_bottom-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .case-studies_filters-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .case-studies_filter-form-block {
    width: auto;
  }

  .fs-message {
    flex-direction: column;
    align-items: flex-start;
  }

  .case-studies_collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .how_flow-grid {
    width: 70rem;
  }

  .plan_grid {
    display: none;
  }

  .plan_svg {
    flex: none;
  }

  .plan_bottom-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
    overflow: hidden;
  }

  .faq_bottom-wrapper {
    flex-flow: column;
  }

  .faq_filter-collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    place-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about-hero_heading-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about_hero-image {
    position: static;
  }

  .tiago_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0%;
  }

  .tiago_image {
    max-width: 100vw;
    margin-left: -5vw;
  }

  .tiago_text-wrapper {
    width: 90vw;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tiago_heading-wrapper {
    position: static;
  }

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

  .values_grid-image {
    display: none;
  }

  .section_tv {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

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

  .tv_marquee-wrapper, .tv_collection-list-wrapper {
    display: none;
  }

  .tv_item {
    max-width: none;
  }

  .articles_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .blog-hero_grid, .main-articles_collection-list.is-alternate, .main-articles_collection-list.is-alternate {
    grid-template-columns: 1fr;
  }

  .blog_filter-form-block {
    position: static;
  }

  .blog_filter-collection-list.is-shop {
    grid-column-gap: 2.35rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 2.35rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .popups_component {
    max-width: none;
    height: 100%;
  }

  .popup {
    border-radius: 0;
    grid-template-columns: 1fr;
    place-items: start center;
    max-width: none;
    padding: 3rem 2rem;
  }

  .popup_copy-wrapper {
    padding-right: 2.5rem;
  }

  .section_popup {
    z-index: 1001;
    background-color: var(--_primitives---white);
    width: 100%;
    height: 100%;
    padding: 0 0%;
  }

  .products_collection-list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .navbar_separator, .slider_arrow.mobile-hide, .slider_arrow.mobile-hide {
    display: none;
  }

  .popup_close-button {
    top: 2rem;
    right: 2rem;
  }

  .navbar {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section_author {
    padding-bottom: 3.3rem;
  }

  .author_inner-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2.25rem;
  }

  .author_top-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .author_image {
    width: 8.25rem;
    height: 8.25rem;
  }

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

  .discover_slider {
    background-color: var(--_primitives---transparent);
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: block;
  }

  .discover_slider-mask {
    height: 100%;
  }

  .discover_slide-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

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

  .discover_mobile-collection-list-wrapper-copy {
    display: none;
  }

  .discover_image-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .home_slider-nav {
    margin-top: 1rem;
    display: block;
    position: relative;
  }

  .how_grid-wrapper {
    scrollbar-width: none;
    width: 95vw;
    overflow: auto;
  }

  .plan_grid-wrapper {
    scrollbar-width: none;
  }

  .plan_gif {
    width: 120vw;
    max-width: none;
    margin-bottom: -5rem;
    margin-left: -15vw;
  }

  .tv_slider {
    justify-content: center;
    align-items: stretch;
    margin-bottom: -2rem;
    overflow: visible;
  }

  .tv_slide {
    width: 50%;
    max-width: none;
  }

  .tv_slider-wrapper {
    display: flex;
  }

  .plan_slider {
    background-color: var(--_primitives---transparent);
    width: 100%;
    height: 100%;
    display: block;
  }

  .plan_slider-mask {
    width: 85vw;
    height: 100%;
    padding-bottom: 5rem;
    overflow: visible;
  }

  .plan_slide {
    margin-right: 3rem;
  }

  .plan_slide-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .plan_slide-line-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1rem;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    display: flex;
  }

  .plan_slide-line-item.is-secondary {
    background-color: var(--_primitives---beige);
    background-color: var(--_primitives---beige);
  }

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

  .plan_slider-arrow {
    width: 2.25rem;
    height: 2.25rem;
    inset: auto auto 0% 0%;
  }

  .plan_slider-arrow.is-right {
    inset: auto 0% 0% auto;
    inset: auto 0% 0% auto;
  }

  .plan_slider-nav-svg {
    width: 2.25rem;
    height: 2.25rem;
  }

  .button-2, .button-2-copy-secondary-copy {
    position: relative;
  }

  .footer_component-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .container, .container-34 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    display: flex;
  }

  .div-block-2-copy-copy {
    margin-bottom: 24px;
    margin-right: 24px;
    padding-bottom: 0;
  }

  .div-block-2-copy-copy.mobile-copy.mobile-lanscape-form-copy {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .image-3 {
    width: auto;
    max-width: none;
    max-height: 56px;
    display: block;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 24px;
    margin-right: 16px;
    display: flex;
  }

  .container-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    display: flex;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .section-3-copy-copy {
    padding: 48px 32px;
  }

  .button-3 {
    position: relative;
  }

  .text-4 {
    line-height: 32px;
  }

  .testimonials-title {
    max-width: none;
    font-size: 28px;
    line-height: 38px;
  }

  .proof-3 {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .button-4 {
    position: relative;
  }

  .text-proof-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .testimonial-grid-two {
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    margin-top: 0;
  }

  ._50k {
    font-size: 32px;
  }

  .centered-heading-3, .button-5 {
    position: relative;
  }

  .container-11 {
    max-width: 728px;
  }

  .button-6 {
    position: relative;
  }

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

  .container-3 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .container-15 {
    max-width: 728px;
  }

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

  .heading-style-h3-copy.is-mobile-normal-weigth-copy, .heading-style-h3-copy.is-mobile-normal-weigth, .heading-style-h3-copy.is-mobile-normal-weigth-copy, .heading-style-h3-copy.is-mobile-normal-weigth-copy, .heading-style-h3-copy.is-mobile-normal-weigth {
    max-width: 100%;
  }

  .results_grid-column-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .results_grid-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .text-size-large-jan26 {
    margin-top: 10px;
  }

  .recipes_image-copy {
    order: 2;
  }

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

  .hero_mobile-image {
    border-radius: 16px;
    display: block;
  }

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

  .hero_left-column-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

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

  .heading-style-h3-2.is-mobile-normal-weigth {
    max-width: 100%;
  }

  .heading-style-h1-copy-2 {
    font-size: 3.25rem;
  }

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

  .footer_component-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .results_grid-column-copy-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .section-hero-salpoente-tigo {
    display: flex;
  }

  .section-hero-salpoente-tigo.mobile-hero-salpoente {
    background-color: #7a1e26;
    background-image: linear-gradient(#00000080, #00000080);
  }

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

  .heading-style-h1-copy-3.is-mobile-small {
    max-width: 100%;
    font-size: 2.5rem;
  }

  .hero_component {
    max-width: none;
    display: flex;
  }

  .heading-style-h2-copy {
    font-size: 2.75rem;
  }

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

  .recipes_image-copy-2 {
    order: 2;
  }

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

  .hero-lp-tigo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-2-copy {
    margin-bottom: 24px;
    margin-right: 24px;
    padding-bottom: 0;
  }

  .div-block-2-copy.mobile.mobile-lanscape-form {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 24px;
    margin-right: 16px;
    display: flex;
  }

  .grid-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .text-paragraph-medium-copy.mobile-landscape {
    padding-top: 0;
  }

  .button-8, .button-9 {
    position: relative;
  }

  .testimonial-slider-small-2 {
    justify-content: center;
    align-items: center;
    max-width: 1312px;
  }

  .image-5-copy {
    max-width: 100%;
  }

  .button-10 {
    position: relative;
  }

  .div-block-11 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .container-42 {
    max-width: 728px;
  }

  .button-11 {
    position: relative;
  }

  .container-43, .container-44 {
    max-width: 728px;
  }

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

  .tyform_text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .section_hero-ty {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tyform_grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .footer_component-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero_left-column {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .hero_left-column.is-thank-you {
    max-width: none;
    display: flex;
  }

  .hero_bg-image {
    display: none;
  }

  .section_hero {
    box-sizing: border-box;
    float: none;
    clear: none;
    object-fit: fill;
    background-color: #64122000;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .text-block-13 {
    width: 100%;
    min-width: auto;
    max-width: 800px;
  }

  .container-large-copy {
    max-width: none;
    display: flex;
  }

  .footer_component-5 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .padding-global-4 {
    display: flex;
  }

  .section_hero-typ3 {
    box-sizing: border-box;
    float: none;
    clear: none;
    object-fit: fill;
    background-color: #64122000;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .grid-7 {
    float: none;
    clear: none;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    display: block;
  }

  .how-to.hero-lptigo-copy-plano-falhas, .how-to.hero-lptigo-copy-plano-falhas-copy, .how-to.hero-lptigo-copy-plano-falhas, .how-to.hero-lptigo-copy-plano-falhas, .how-to.hero-lptigo-copy-plano-falhas, .how-to.hero-lptigo-copy-plano-falhas-copy, .how-to.hero-lptigo-copy-plano-falhas, .how-to.hero-lptigo-copy-plano-falhas {
    padding-top: 0;
  }

  .container-copy-plano-falhas {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    display: flex;
  }

  .container-46 {
    max-width: 728px;
  }

  .grid-7-copy {
    float: none;
    clear: none;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    display: block;
  }

  .container-47 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    display: flex;
  }

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

  .button-12 {
    position: relative;
  }

  .container-49 {
    max-width: 728px;
  }

  .grid-14 {
    float: none;
    clear: none;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    display: block;
  }

  .text-paragraph-medium-copy-copy.mobile-landscape-copy {
    padding-top: 0;
  }

  .video-3-copy {
    margin-bottom: 20px;
  }

  .how-to-copy.hero-lptigo-copy-copy {
    padding-top: 0;
  }

  .container-50 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    display: flex;
  }

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

  .container-52, .container-54 {
    max-width: 728px;
  }

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

  .section_hero-2 {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .footer_component-6 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section_hero-3 {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer_component-7 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero_mobile-image-2 {
    border-radius: 16px;
    margin-bottom: 1rem;
    display: block;
  }

  .hero_grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_hero-4 {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer_component-8 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-style-h3-influencer2-copy {
    margin-top: 2rem;
    font-size: 2rem;
  }

  .hero_mobile-image-influencer2 {
    border-radius: 16px;
    margin-bottom: 1rem;
    display: block;
  }

  .footer_component-9 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section_hero-influencer2 {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hero_grid-influencer2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .heading-style-h1-4.is-mobile-small {
    max-width: 100%;
    font-size: 2.5rem;
  }

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

  .hero_logo-copy-copy {
    max-height: 40px;
  }

  .function_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-style-h1-copy-4 {
    font-size: 3.25rem;
  }

  .form-remarketing-mobile {
    margin-bottom: 24px;
    margin-right: 24px;
    padding-bottom: 0;
  }

  .form-remarketing-mobile.mobile.mobile-lanscape-form {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .hero_bg-image-copy {
    display: none;
  }

  .results_grid-remarketing {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

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

  .recipes_image {
    order: 2;
  }

  .footer_component-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .results_grid-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .hero_grid-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .hero_desktop-image-copy {
    border-radius: 16px;
    display: none;
  }

  .form-remarketing {
    max-width: 100%;
    margin-bottom: 24px;
    margin-right: auto;
    padding-bottom: 0;
  }

  .text-size-large-jan26-2 {
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
  }

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

  .section_hero-remarketing {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hero_left-column-remarketing {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-bottom: 0;
  }

  .heading-style-h1-remarketing {
    text-align: center;
    font-size: 3.25rem;
  }

  .container-56 {
    max-width: 728px;
  }

  .proof-3-copy {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .testimonial-slider-small-copy {
    justify-content: center;
    align-items: center;
    max-width: 1312px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-3-copy-copy-copy {
    padding: 48px 32px;
  }

  .app-2-copy {
    flex-flow: column;
    display: flex;
  }

  .container-57 {
    max-width: 728px;
  }

  .image-51 {
    width: auto;
    max-width: none;
    max-height: 56px;
    display: block;
  }

  .container-58 {
    max-width: 728px;
  }

  .button-14 {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }

  .div-block-6-copy {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 24px;
    margin-right: 16px;
    display: flex;
  }

  .image-53 {
    max-width: 100%;
  }

  .container-14-hiw-lp-tigo {
    flex-flow: column;
  }

  .div-block-2-copy-copy-copy {
    margin-bottom: 24px;
    margin-right: 24px;
    padding-bottom: 0;
  }

  .div-block-2-copy-copy-copy.mobile-copy-copy.mobile-lanscape-form-copy-copy {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .container-copy-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    display: flex;
  }

  .grid-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 24px;
    margin-right: 16px;
    display: flex;
  }

  .container-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    display: flex;
  }

  .container-61 {
    max-width: 728px;
  }

  .image-59 {
    width: auto;
    max-width: none;
    max-height: 56px;
    display: block;
  }

  .container-62 {
    max-width: 728px;
  }

  .button-15 {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }

  .grid-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .container-64, .container-65 {
    max-width: 728px;
  }

  .image-64 {
    width: auto;
    max-width: none;
    max-height: 56px;
    display: block;
  }

  .container-66 {
    max-width: 728px;
  }

  .button-16 {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }

  .image-66 {
    max-width: 100%;
  }

  .grid-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .container-68 {
    max-width: 728px;
  }

  .hero-influencer2 {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-influencer2.hero-mobile-influencer2 {
    background-position: 50% 0;
  }

  .logo-tigo-bytiago-influencer2 {
    width: auto;
    max-width: none;
    max-height: 56px;
    display: block;
  }

  .container-69 {
    max-width: 728px;
  }

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

  .text-block-14-copy-2 {
    font-size: 2rem;
  }

  .container-70 {
    max-width: 728px;
  }

  .button-17 {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }

  .image-73 {
    max-width: 100%;
  }

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

  .image-77 {
    width: auto;
    max-width: none;
    max-height: 56px;
    display: block;
  }

  .container-73 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    display: flex;
  }

  .button-18 {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }

  .container-75 {
    max-width: 728px;
  }

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

  .image-84 {
    width: auto;
    max-width: none;
    max-height: 56px;
    display: block;
  }

  .container-76 {
    max-width: 728px;
  }

  .container-78 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    display: flex;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .container-79 {
    max-width: 728px;
  }

  .image-86 {
    width: auto;
    max-width: none;
    max-height: 56px;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 1rem;
    display: block;
  }

  .padding-section-ebook {
    padding: 1rem 0 1rem 1rem;
  }

  .container-80 {
    max-width: 728px;
  }

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

  .container-82 {
    max-width: 728px;
  }

  .heading-style-h3-ebook, .heading-style-h3-ebook-copy {
    font-size: 1.75rem;
  }

  .container-83 {
    max-width: 728px;
  }

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

  .image-3-ebook30 {
    width: auto;
    max-width: none;
    max-height: 56px;
    display: block;
  }

  .grid-20 {
    float: none;
    clear: none;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    display: block;
  }

  .image-93 {
    width: auto;
    max-width: none;
    max-height: 56px;
    display: block;
  }

  .container-85 {
    max-width: 728px;
  }

  .container-copy-plano-falhas-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    display: flex;
  }

  .image-97 {
    width: auto;
    max-width: none;
    max-height: 56px;
    display: block;
  }

  .container-87 {
    max-width: 728px;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 24px;
    margin-right: 16px;
    display: flex;
  }

  .container-14-lp-crm {
    flex-flow: column;
  }

  .container-89 {
    max-width: 728px;
  }

  .section-3-copy-copy-copy-2 {
    padding: 48px 32px;
  }

  .image-101 {
    width: auto;
    max-width: none;
    max-height: 56px;
    display: block;
  }

  .container-91 {
    max-width: 728px;
  }

  .image-103 {
    max-width: 100%;
  }

  .div-block-5-lp-crm {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .testimonial-slider-small-lp-crm {
    justify-content: center;
    align-items: center;
    max-width: 1312px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .proof-3-copy-2 {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .grid-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  ._2-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .content-wrapper {
    order: 1;
    width: 100%;
  }

  .content-wrapper.vertical-align-center.order-3 {
    order: 3;
  }

  .content-wrapper.order-2 {
    order: 2;
  }

  .content-wrapper.order-1 {
    order: 1;
  }

  .section-wrapper.hero-section {
    background-image: linear-gradient(#0000008a, #00000080), url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/69fdc36fd1c9002024146cc7_Section.png");
    background-position: 0 0, 73%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  ._3-col {
    flex-flow: column;
  }

  .default-container {
    width: 95%;
  }

  .grid-22 {
    justify-content: center;
  }

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

  .testimonial-slider-nav {
    margin-top: 0;
  }

  .heading-10 {
    font-size: 2.5rem;
  }

  .container-99 {
    flex-flow: column;
  }

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

  .flex-block-66, .flex-block-67 {
    padding-left: 1rem;
  }

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

  .testimonial-content {
    max-width: 50%;
  }

  .testimonial-slide {
    justify-content: center;
    align-items: flex-start;
    padding-left: 2rem;
  }

  .flex-block-69 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .flex-block-71 {
    width: auto;
    max-width: 100%;
    height: 550px;
  }

  .flex-block-72 {
    width: 50%;
  }

  .container-102 {
    width: auto;
    max-width: 728px;
  }

  .footer_component-11 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .button--white {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }

  .flex-block-75 {
    padding-left: 1rem;
  }

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

  .container-107.scroll-step {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-31 {
    max-width: 100%;
  }

  .button-19 {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }

  .flex-block-82 {
    padding-left: 1rem;
  }

  .flex-block-31-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .section-wrapper-2.hero-section-light {
    background-image: linear-gradient(#ffffffbf, #ffffffbf), url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/6a00bc7f9dde82a32a1c43b4_Frame%2012%20(20).png");
    background-position: 0 0, 73%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

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

  .logo-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar_separator-2 {
    display: none;
  }

  .button-2-copy-secondary-copy-2 {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }

  .grid-32 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .flex-block-87, .flex-block-89 {
    grid-template-columns: 1fr 1fr;
  }

  .button-8-copy {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

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

  .footer_middle-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1.3fr;
  }

  .footer_menu-wrapper.is-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .program_image-wrapper.is-home {
    margin-top: -3rem;
  }

  .section_marquee {
    padding-bottom: 1rem;
  }

  .marquee_text-svg {
    width: 900px;
  }

  .case-studies_filters-wrapper {
    grid-template-columns: .75fr 1fr;
  }

  .case-studies_filter-check-box-wrapper {
    font-size: 1rem;
  }

  .case-studies_filter-check-box {
    margin-right: .25rem;
  }

  .fs-rangeslider_wrapper {
    padding-right: 0;
  }

  .case-studies_collection-list {
    grid-template-columns: 1fr;
  }

  .plan_inner-grid {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .plan_grid {
    width: 100%;
  }

  .plan_svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

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

  .tv_item {
    max-width: none;
  }

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

  .articles_item {
    height: auto;
  }

  .blog_filter-collection-list.is-shop {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .popup {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact_form-inner-wrapper {
    grid-template-columns: 1fr;
  }

  .contact_socials-svg {
    width: 3rem;
    height: 3rem;
  }

  .products_collection-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
  }

  .home_slider-nav {
    display: block;
  }

  .plan_gif {
    width: 100%;
    margin-bottom: -4rem;
    margin-left: 0;
  }

  .tv_slide {
    width: 100%;
  }

  .plan_slide {
    margin-right: 2rem;
  }

  .padding-global-2, .padding-global--refer {
    margin-top: 5px;
  }

  .div-block-2-copy-copy.mobile-copy.mobile-lanscape-form-copy {
    background-color: var(--_primitives---grey-500);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-2-copy-copy.mobile-copy {
    max-width: 100%;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-2-copy-copy.mobile-copy.mobile-lanscape-form-copy {
    background-color: var(--_primitives---grey-500);
    background-color: var(--_primitives---grey-500);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-3 {
    max-width: 100%;
  }

  .div-block-6 {
    aspect-ratio: auto;
    object-fit: cover;
    background-image: url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/699e27faa8e77f714073f524_Tigo%20photo.avif");
    background-position: 0 0;
    background-size: auto;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .container-copy {
    background-color: var(--_primitives---grey-500);
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #a4001100;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    place-items: center stretch;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .mobile-img-lp-tigo-copy-copy {
    max-width: 80%;
    display: block;
  }

  .hero-lptigo {
    float: none;
    clear: none;
    background-position: 0 0;
    background-size: contain;
  }

  .hero-lptigo.mobile-landscape {
    box-sizing: border-box;
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    background-color: #212121;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .testimonial-slider-small, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

  .heading-style-h3-copy.is-mobile-normal-weigth-copy, .heading-style-h3-copy.is-mobile-normal-weigth, .heading-style-h3-copy.is-mobile-normal-weigth-copy, .heading-style-h3-copy.is-mobile-normal-weigth-copy, .heading-style-h3-copy.is-mobile-normal-weigth {
    font-weight: 400;
  }

  .text-size-large-jan26 {
    font-size: 1.125rem;
    line-height: 1.5;
  }

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

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

  .hero_left-column-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .heading-style-h3-2.is-mobile-normal-weigth {
    font-weight: 400;
  }

  .heading-style-h1-copy-2 {
    margin-top: 0;
    font-size: 1.875rem;
  }

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

  .padding-global-copy {
    margin-top: 5px;
  }

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

  .heading-style-h1-copy-3.is-mobile-small {
    font-size: 1.25rem;
  }

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

  .hero-lp-tigo {
    background-color: #881520;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .div-block-2-copy.mobile {
    max-width: 100%;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-2-copy.mobile.mobile-lanscape-form {
    flex-flow: column;
    justify-content: flex-start;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 24px;
  }

  .div-block-10 {
    aspect-ratio: auto;
    object-fit: cover;
    background-image: url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/699e27faa8e77f714073f524_Tigo%20photo.avif");
    background-position: 0 0;
    background-size: auto;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: static;
  }

  .grid-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #a4001100;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    place-items: center stretch;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .text-paragraph-medium-copy.mobile-landscape {
    font-size: 16px;
    line-height: 24px;
  }

  .mobile-img-lp-tigo-copy {
    max-width: 80%;
    display: block;
  }

  .text-block-9-copy.mobile-text {
    text-align: center;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    font-size: 1.2rem;
  }

  .bold-text-9-copy.ipad-breakpoint {
    font-size: 1.9rem;
    display: inline-block;
  }

  .image-28 {
    display: block;
  }

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .image-5-copy {
    max-width: 100%;
    display: block;
  }

  .heading-style-h1-2 {
    margin-top: 0;
    font-size: 1.875rem;
  }

  .ty_form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_hero-ty {
    padding-top: 0;
  }

  .padding-global-ty {
    margin-top: 5px;
  }

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

  .padding-global-3 {
    margin-top: 5px;
  }

  .hero_left-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section_hero {
    padding-top: 0;
  }

  .padding-global-4 {
    margin-top: 5px;
  }

  .section_hero-typ3 {
    padding-top: 0;
  }

  .grid-7 {
    display: block;
  }

  .code-embed-8-copy-v3 {
    display: flex;
  }

  .div-block-12-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    align-items: flex-start;
    display: block;
  }

  .grid-7-copy {
    display: block;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    align-items: flex-start;
    display: block;
  }

  .grid-14 {
    display: block;
  }

  .text-paragraph-medium-copy-copy.mobile-landscape-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .code-embed-8 {
    display: flex;
  }

  .heading-style-h1-3 {
    margin-top: 0;
    font-size: 1.875rem;
  }

  .section_hero-2 {
    padding-top: 0;
  }

  .heading-style-h1-masterclass {
    margin-top: 0;
    font-size: 1.875rem;
  }

  .padding-global-5 {
    margin-top: 5px;
  }

  .section_hero-3 {
    padding-top: 0;
  }

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

  .padding-global-6 {
    margin-top: 5px;
  }

  .section_hero-4 {
    padding-top: 0;
  }

  .heading-style-h3-influencer2-copy {
    font-size: 1.25rem;
  }

  .hero_mobile-image-influencer2 {
    margin-bottom: 1rem;
  }

  .section_hero-influencer2 {
    padding-top: 0;
  }

  .heading-style-h1-4 {
    margin-top: 0;
    font-size: 1.875rem;
  }

  .heading-style-h1-4.is-mobile-small {
    font-size: 1.25rem;
  }

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

  .plan_component-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .function_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h1-copy-4 {
    margin-top: 0;
    font-size: 1.875rem;
  }

  .form-remarketing-mobile.mobile {
    max-width: 100%;
    margin-right: 0;
    padding-top: 0;
  }

  .form-remarketing-mobile.mobile.mobile-lanscape-form {
    flex-flow: column;
    justify-content: flex-start;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 24px;
  }

  .padding-global-remarketing {
    margin-top: 5px;
  }

  .grid-remarketing-hero-claims {
    flex-flow: column;
    display: flex;
  }

  .hero_grid-copy {
    margin-bottom: 0%;
  }

  .form-remarketing {
    margin-bottom: 0;
  }

  .text-size-large-jan26-2 {
    font-size: 1.125rem;
    line-height: 1.5;
  }

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

  .section_hero-remarketing {
    padding-top: 0;
  }

  .hero_left-column-remarketing {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-style-h1-remarketing {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.875rem;
  }

  .code-embed-13 {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-slider-small-copy, .logos-title-large-copy {
    padding: 60px 15px;
  }

  .text-block-54 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-33 {
    flex-flow: wrap;
  }

  .text-block-15-copy-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-img-lp-tigo-copy-copy-2 {
    max-width: 70%;
    margin-bottom: 20px;
    display: none;
    position: static;
  }

  .image-51 {
    max-width: 200px;
    max-height: none;
    padding-top: 20px;
    padding-left: 20px;
  }

  .div-block-6-copy {
    aspect-ratio: auto;
    object-fit: cover;
    background-image: url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/699e27faa8e77f714073f524_Tigo%20photo.avif");
    background-position: 0 0;
    background-size: auto;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: static;
  }

  .image-53 {
    max-width: 100%;
    display: block;
  }

  .footer-subscribe-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2-copy-copy-copy.mobile-copy-copy {
    max-width: 100%;
    margin-right: 0;
    padding-top: 0;
  }

  .div-block-2-copy-copy-copy.mobile-copy-copy.mobile-lanscape-form-copy-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 24px;
    display: flex;
  }

  .container-copy-2 {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .grid-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #a4001100;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    place-items: center stretch;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .image-56 {
    display: block;
  }

  .div-block-24 {
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    aspect-ratio: auto;
    object-fit: cover;
    background-image: url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/699e27faa8e77f714073f524_Tigo%20photo.avif");
    background-position: 0 0;
    background-size: auto;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: static;
  }

  .container-copy-copy {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .flex-block-36 {
    flex-flow: wrap;
  }

  .container-60 {
    text-align: left;
    background-image: url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/699e27faa8e77f714073f556_hero%20lp%20tigo%2015%20jan26.avif");
    background-position: 0 0;
    background-size: cover;
    align-self: flex-start;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    display: block;
  }

  .image-59 {
    max-width: 200px;
    max-height: none;
    padding-top: 20px;
    padding-left: 20px;
  }

  .grid-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #a4001100;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    place-items: center stretch;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .image-61 {
    display: block;
  }

  .code-embed-14 {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-56 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-40 {
    flex-flow: wrap;
  }

  .image-64 {
    max-width: 200px;
    max-height: none;
    padding-top: 20px;
    padding-left: 20px;
  }

  .image-66 {
    max-width: 100%;
    display: block;
  }

  .grid-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #a4001100;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    place-items: center stretch;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .image-69 {
    display: block;
  }

  .div-block-26 {
    grid-template-columns: 1fr;
  }

  .hero-influencer2 {
    background-position: 50%;
    min-height: auto;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-influencer2.hero-mobile-influencer2 {
    background-image: none;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .logo-tigo-bytiago-influencer2 {
    max-width: 100%;
  }

  .text-block-14-copy-2 {
    font-size: 2rem;
  }

  .image-73 {
    max-width: 100%;
    display: block;
  }

  .container-72 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-27 {
    grid-template-columns: 1fr;
  }

  .image-77, .image-84 {
    max-width: 200px;
    max-height: none;
    padding-top: 20px;
    padding-left: 20px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .image-86 {
    max-width: 100%;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

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

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

  .features-metrics-3 {
    padding: 60px 15px;
  }

  .product_grid-ebbok {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    display: flex;
  }

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

  .features-metrics {
    padding: 60px 15px;
  }

  .heading-style-h3-ebook-copy {
    font-size: 1.375rem;
  }

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

  .image-3-ebook30 {
    max-width: 100%;
  }

  .grid-20 {
    display: block;
  }

  .code-embed-16 {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-93, .image-97 {
    max-width: 200px;
    max-height: none;
    padding-top: 20px;
    padding-left: 20px;
  }

  .div-block-29 {
    aspect-ratio: auto;
    object-fit: cover;
    background-image: url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/699e27faa8e77f714073f524_Tigo%20photo.avif");
    background-position: 0 0;
    background-size: auto;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: static;
  }

  .container-14-lp-crm {
    flex-flow: column;
  }

  .text-block-67 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-90 {
    text-align: left;
    background-image: url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/699e27faa8e77f714073f556_hero%20lp%20tigo%2015%20jan26.avif");
    background-position: 0 0;
    background-size: cover;
    align-self: flex-start;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    display: block;
  }

  .image-101 {
    max-width: 200px;
    max-height: none;
    padding-top: 20px;
    padding-left: 20px;
  }

  .image-103 {
    max-width: 100%;
    display: block;
  }

  .testimonial-slider-small-lp-crm {
    padding: 60px 15px;
  }

  .grid-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #a4001100;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    place-items: center stretch;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .image-106 {
    display: block;
  }

  .div-block-30 {
    grid-template-columns: 1fr;
  }

  .paragraph-23.hidden-desktop {
    display: block;
  }

  .paragraph-23.hidden-mobile {
    display: none;
  }

  .testimonial-slider-two {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .testimonial-slider-nav {
    margin-top: 0;
  }

  .flex-block-61 {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-96 {
    flex-flow: row;
    display: block;
  }

  .heading-16 {
    width: 100%;
  }

  .flex-block-63 {
    display: none;
  }

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

  .flex-block-64 {
    flex-flow: column;
  }

  .flex-block-65 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    justify-content: center;
    align-items: center;
  }

  .grid-26 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .heading-15-white {
    font-weight: 600;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slide {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 0;
    overflow: hidden;
  }

  .grid-27 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .testimonial-slider-large {
    margin-bottom: 0;
    padding: 0 0 40px;
    overflow: hidden;
  }

  .flex-block-70 {
    flex-flow: column;
  }

  .flex-block-71 {
    width: 100%;
    max-width: 100%;
  }

  .container-102 {
    max-width: none;
  }

  .heading-18 {
    text-align: center;
    width: 100%;
  }

  .button--white {
    width: 100%;
    max-width: none;
  }

  .container-104 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-115 {
    max-width: 80%;
    max-height: none;
  }

  .flex-block-77 {
    max-width: 100%;
  }

  .grid-29 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .paragraph-35 {
    color: #7a7a7a;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .9rem;
    display: block;
  }

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

  .code-embed-19 {
    overflow: hidden;
  }

  .testimonial-slider-arrow {
    display: none;
  }

  .grid-31 {
    flex-flow: column;
  }

  .button-19 {
    width: 100%;
    max-width: none;
  }

  .testimonial-quote {
    overflow: hidden;
  }

  .flex.justify-content-center {
    flex-flow: column;
  }

  .accordion-title {
    font-size: 20px;
  }

  .accordion-container {
    padding: 30px;
  }

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

  .flex-block-83 {
    width: 100%;
  }

  .grid-32 {
    width: 100%;
    max-width: none;
  }

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

  .flex-block-86 {
    flex-flow: column;
  }

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

  .container-112 {
    width: 100%;
    max-width: 100%;
  }

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

  .container-115 {
    width: 100%;
    max-width: 100%;
  }

  .flex-block-91 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .program_step {
    padding-left: 1.25rem;
  }

  .marquee_text-svg {
    width: 600px;
  }

  .fs-message {
    padding: 1rem;
  }

  .fs-rangeslider_wrapper {
    padding: 2rem 1rem;
  }

  .section_how {
    display: none;
  }

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

  .plan_grid {
    width: 40rem;
  }

  .faq_filter-form-block {
    min-width: auto;
  }

  .cta_circle {
    width: 5rem;
    height: 5rem;
  }

  .articles_item.is-alternate {
    flex-flow: column;
  }

  .articles_image-wrapper.is-alternate {
    max-width: none;
  }

  .blog_filter-collection-list.is-shop {
    grid-template-columns: 1fr 1fr;
  }

  .contact_socials-svg {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .plan_slide {
    margin-right: 1rem;
  }

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

  .text-block-19, .italic-text {
    text-align: center;
  }

  .button-2 {
    text-align: center;
    object-fit: fill;
    flex-flow: wrap;
    justify-content: center;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 16px 32px;
  }

  .button-2.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .button-2-copy-secondary-copy {
    object-fit: fill;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
  }

  .image-24 {
    width: 150px;
    max-width: 200px;
  }

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

  .grid-12 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center stretch;
    max-width: 100%;
    display: flex;
  }

  .container-20 {
    flex-flow: column;
    display: block;
  }

  .flex-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .h1-refer-a-friend-copy-mobile {
    color: #a40011;
    text-align: center;
    padding-bottom: 0;
    font-size: 2rem;
  }

  .hero-refer-friend {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-27 {
    width: 40px;
  }

  .flex-block-14 {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .container-21 {
    padding: 40px 20px;
  }

  .image-25 {
    width: 40px;
    max-width: 100%;
  }

  .text-block-17 {
    padding-bottom: 20px;
  }

  .h1-refer-a-friend-copy-section3-copy-mobile {
    font-size: 2rem;
  }

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

  .faqs-refer-friend {
    padding: 40px 20px;
  }

  .faq-item {
    transition: opacity .2s;
  }

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

  .text-block-28-copy.mobile-text {
    text-align: left;
    text-align: left;
    font-size: 2rem;
  }

  .text-answer {
    padding-right: 20px;
    font-size: .8rem;
  }

  .faq-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .tc-refer-friend, .container-32 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-global-2, .padding-global--refer {
    margin-top: 0;
  }

  .container, .container-34 {
    flex-flow: column;
    padding: 10px 20px 20px;
    display: block;
  }

  .link-2 {
    max-width: 100%;
    color: var(--_primitives---grey-500);
  }

  .text-block-16 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .div-block-2-copy-copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-2-copy-copy.mobile-copy {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-2-copy-copy.mobile-copy.mobile-lanscape-form-copy {
    background-color: #212121;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 40px;
  }

  .text-block-14 {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .image-3 {
    width: auto;
    max-width: 100px;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
  }

  .container-copy {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #212121;
    flex-flow: column;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
  }

  .mobile-img-lp-tigo-copy-copy {
    align-self: center;
    max-width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  .text-block-15-copy {
    color: #fff;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9rem;
    line-height: 1.2;
  }

  .hero-lptigo {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .hero-lptigo.mobile-landscape {
    object-fit: none;
    object-fit: none;
    object-fit: none;
    object-fit: none;
    flex-flow: column;
  }

  .container-18 {
    background-image: url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/699e27faa8e77f714073f556_hero%20lp%20tigo%2015%20jan26.avif");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: flex-start;
    width: 100%;
    height: 220px;
    padding-top: 10px;
    padding-left: 20px;
  }

  .container-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed-2 {
    text-align: left;
    flex-flow: column;
    margin-bottom: 0;
    display: block;
  }

  .image-19 {
    display: none;
  }

  .section-3-copy-copy {
    float: none;
    clear: none;
    padding: 32px 16px;
    display: flex;
    position: relative;
  }

  .flex-block-7 {
    margin-bottom: 20px;
  }

  .button-3 {
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: 80%;
    margin: 0 0 30px;
    padding: 5px 20px 5px 10px;
  }

  .button-3.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .text-4 {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
  }

  .image-20 {
    width: 100%;
    display: block;
  }

  .testimonials-title {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .proof-3 {
    padding: 24px 16px;
  }

  .button-4 {
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: 80%;
    margin: 0 0 30px;
    padding: 5px 20px 5px 10px;
  }

  .button-4.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .text-proof-2 {
    padding: 0 0 10px;
  }

  .testimonial-grid-two {
    grid-row-gap: 16px;
    margin-top: 24px;
  }

  ._50k {
    font-size: 32px;
  }

  .paragraph-9 {
    color: #212121;
    width: 100%;
    max-width: 100%;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 100%;
    display: flex;
    overflow: hidden;
  }

  .image-5 {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .paragraph-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .centered-heading-3 {
    box-sizing: border-box;
    object-fit: fill;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Poppins, Arial, sans-serif;
    font-size: 1.8rem;
  }

  .button-5 {
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: 80%;
    margin: 0 0 30px;
    padding: 5px 20px 5px 10px;
  }

  .button-5.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .step-1 {
    color: #a40011;
    margin-right: 0;
    font-size: 24px;
    font-weight: 600;
  }

  .div-block-5 {
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonial-slider-small {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 16px 24px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .flex-block-5 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-11 {
    max-width: none;
  }

  .apps-features {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
  }

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

  .button-6 {
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: 80%;
    margin: 0 0 30px;
    padding: 5px 20px 5px 10px;
  }

  .button-6.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .app-2 {
    padding: 32px 24px;
    overflow: hidden;
  }

  .logos-title-large {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    padding: 56px 16px;
    display: flex;
  }

  .container-3 {
    max-width: none;
  }

  .flex-block-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .footer-subscribe {
    background-color: #a40011;
  }

  .container-15 {
    color: #fff;
    max-width: none;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    color: #fff;
    text-align: center;
    font-size: 13px;
  }

  .footer-legal-link {
    color: #fff;
    font-size: 13px;
  }

  .heading-style-h3-copy.is-mobile-normal-weigth, .heading-style-h3-copy.is-mobile-normal-weigth-copy {
    max-width: 100%;
  }

  .heading-style-h3-copy.is-mobile-normal-weigth-copy {
    max-width: 100%;
  }

  .heading-style-h3-copy.is-mobile-normal-weigth-copy.left-copy {
    font-weight: 400;
  }

  .heading-style-h3-copy.is-mobile-normal-weigth {
    max-width: 100%;
  }

  .results_grid-column-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .results_grid-copy {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .text-size-large-jan26 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .recipes_image-copy {
    border-radius: 0;
  }

  .image-14 {
    max-width: 90%;
  }

  .hero_mobile-image {
    border-radius: 16px;
  }

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

  .different_component {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .hero_left-column-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading-style-h3-2.is-mobile-normal-weigth {
    max-width: 100%;
  }

  .heading-style-h1-copy-2 {
    margin-top: 0;
    padding-top: 20px;
    font-size: 1.4rem;
  }

  .text-size-large-copy {
    font-size: 1rem;
  }

  .button-copy.is-mobile-wide {
    width: 100%;
  }

  .results_grid-column-copy-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .padding-global-copy {
    margin-top: 0;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .heading-style-h1-copy-3.is-mobile-small {
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .heading-style-h2-copy.text-weight-bold-copy {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .button-7.is-wide, .button-7.is-mobile-wide, .button-7.is-wide, .button-7.is-mobile-wide {
    width: 100%;
  }

  .recipes_image-copy-2 {
    border-radius: 0;
  }

  .recipes_image-copy-2.full-width {
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .hero-lp-tigo {
    background-color: #881520;
    background-image: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding: 10px 0;
  }

  .div-block-2-copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-2-copy.mobile.mobile-lanscape-form {
    background-color: #fff0;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 10px;
    display: flex;
  }

  .div-block-2-copy.mobile {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-2-copy.mobile.mobile-lanscape-form {
    background-color: #fff0;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 10px;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
  }

  .grid-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #212121;
    flex-flow: column;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
  }

  .text-paragraph-medium-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .text-paragraph-medium-copy.mobile-landscape {
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .mobile-img-lp-tigo-copy {
    align-self: center;
    max-width: 80%;
    margin-bottom: 0;
    display: block;
  }

  .text-block-9-copy {
    text-align: center;
  }

  .text-block-9-copy.mobile-text {
    text-align: center;
    text-align: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
    display: block;
  }

  .bold-text-9-copy {
    font-weight: 600;
  }

  .bold-text-9-copy.ipad-breakpoint {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .flex-block-19 {
    margin-bottom: 20px;
  }

  .image-29 {
    width: 100%;
    display: block;
  }

  .image-30, .image-31 {
    display: none;
  }

  .flex-block-20 {
    margin-bottom: 20px;
  }

  .button-8 {
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: 80%;
    margin: 0 0 30px;
    padding: 5px 20px 5px 10px;
  }

  .button-8.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .image-32 {
    width: 100%;
    display: block;
  }

  .button-9 {
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: 80%;
    margin: 0 0 30px;
    padding: 5px 20px 5px 10px;
  }

  .button-9.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .paragraph-11 {
    color: #212121;
    width: 100%;
    max-width: 100%;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-21 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .flex-block-22 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .testimonial-slider-small-2 {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 16px 24px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .image-5-copy {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .button-10 {
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: 80%;
    margin: 0 0 30px;
    padding: 5px 20px 5px 10px;
  }

  .button-10.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .div-block-11 {
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-12 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container-40 {
    display: block;
  }

  .container-41 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 100%;
    display: block;
    overflow: hidden;
  }

  .div-block-14 {
    display: block;
  }

  .container-42 {
    max-width: none;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
  }

  .button-11 {
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: 80%;
    margin: 0 0 30px;
    padding: 5px 20px 5px 10px;
  }

  .button-11.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .container-43 {
    max-width: none;
  }

  .flex-block-25 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .container-44 {
    color: #fff;
    max-width: none;
  }

  .heading-style-h1-2 {
    margin-top: 0;
    padding-top: 20px;
    font-size: 1.4rem;
  }

  .section_hero-ty {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global-ty {
    margin-top: 0;
  }

  .form_logo {
    margin-top: 20px;
  }

  .padding-global-3 {
    margin-top: 0;
  }

  .hero_left-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_left-column.is-thank-you {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .text-size-ty-heading {
    font-size: 2rem;
  }

  .hero_bg-image {
    display: none;
  }

  .section_hero {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-13 {
    width: 300px;
    margin-top: 0;
    font-size: 1.3rem;
  }

  .padding-global-4 {
    margin-top: 0;
  }

  .section_hero-typ3 {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-5 {
    text-align: center;
    background-color: #a40011;
    padding: 4px 10px;
    position: sticky;
    top: 0;
  }

  .pre-header-text {
    letter-spacing: 0;
    font-size: .8rem;
    line-height: 1.2;
  }

  .text-block-12 {
    text-align: center;
    padding-bottom: 10px;
    line-height: 1;
  }

  .grid-7 {
    float: right;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: block;
    position: static;
    top: 0;
  }

  .how-to {
    flex-flow: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .how-to.hero-lptigo-copy-plano-falhas, .how-to.hero-lptigo-copy-plano-falhas-copy, .how-to.hero-lptigo-copy-plano-falhas, .how-to.hero-lptigo-copy-plano-falhas, .how-to.hero-lptigo-copy-plano-falhas, .how-to.hero-lptigo-copy-plano-falhas-copy, .how-to.hero-lptigo-copy-plano-falhas, .how-to.hero-lptigo-copy-plano-falhas {
    box-sizing: border-box;
    clear: none;
    object-fit: fill;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
  }

  .section-6-copy-plano-falhas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 2 / 3;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    display: block;
    overflow: visible;
  }

  .text-h1_mobile-copy {
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-h1_mobile-copy.h1-copy-copy {
    font-size: 17px;
    line-height: 22px;
  }

  .text-h1_mobile-copy.h1-copy-copy-copy {
    font-size: 24px;
    line-height: 26px;
  }

  .code-embed-10 {
    margin-bottom: 0;
  }

  .container-copy-plano-falhas {
    flex-flow: column;
    padding: 10px 20px 20px;
    display: block;
  }

  .flex-block-26 {
    margin-bottom: 20px;
  }

  .image-36 {
    width: 100%;
    display: block;
  }

  .image-37 {
    display: none;
  }

  .container-46 {
    color: #fff;
    max-width: none;
  }

  .text-block-42 {
    text-align: center;
    padding-bottom: 10px;
    line-height: 1;
  }

  .code-embed-8-copy-v3 {
    aspect-ratio: 16 / 9;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .section-6-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 16 / 9;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px 10px;
    display: block;
    overflow: visible;
  }

  .div-block-12-copy {
    aspect-ratio: 16 / 9;
    max-width: 100%;
  }

  .grid-7-copy {
    float: right;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: block;
    position: static;
    top: 0;
  }

  .container-47 {
    flex-flow: column;
    padding: 10px 20px 20px;
    display: block;
  }

  .section-7 {
    background-color: #d4ebc5;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .grid-8 {
    display: block;
  }

  .text-block-11 {
    text-align: center;
    padding-bottom: 10px;
  }

  .div-block-18 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-39 {
    display: none;
  }

  .flex-block-27 {
    margin-bottom: 20px;
  }

  .button-12 {
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: 80%;
    margin: 0 0 30px;
    padding: 5px 20px 5px 10px;
  }

  .button-12.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .image-40 {
    width: 100%;
    display: block;
  }

  .container-49 {
    color: #fff;
    max-width: none;
  }

  .section-5-copy {
    text-align: center;
    background-color: #a40011;
    padding: 4px 10px;
    position: sticky;
    top: 0;
  }

  .text-block-43 {
    text-align: center;
    padding-bottom: 10px;
    line-height: 1;
  }

  .div-block-12 {
    aspect-ratio: 16 / 9;
    max-width: 100%;
  }

  .grid-14 {
    float: right;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: block;
    position: static;
    top: 0;
  }

  .text-paragraph-medium-copy-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .text-paragraph-medium-copy-copy.mobile-landscape-copy {
    text-align: center;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .video-3-copy {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 10px;
    display: block;
  }

  .code-embed-8 {
    aspect-ratio: 16 / 9;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .how-to-copy {
    flex-flow: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .how-to-copy.hero-lptigo-copy-copy {
    box-sizing: border-box;
    clear: none;
    object-fit: fill;
    clear: none;
    object-fit: fill;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
  }

  .code-embed-11 {
    text-align: left;
    flex-flow: column;
    margin-bottom: 0;
    display: block;
  }

  .container-50 {
    flex-flow: column;
    padding: 10px 20px 20px;
    display: block;
  }

  .grid-15 {
    display: block;
  }

  .text-block-44 {
    text-align: center;
    padding-bottom: 10px;
  }

  .image-42 {
    display: none;
  }

  .flex-block-28 {
    margin-bottom: 20px;
  }

  .image-43 {
    width: 100%;
    display: block;
  }

  .container-52 {
    color: #fff;
    max-width: none;
  }

  .section-8 {
    text-align: center;
    background-color: #a40011;
    padding: 4px 10px;
    position: sticky;
    top: 0;
  }

  .text-block-45 {
    text-align: center;
    padding-bottom: 10px;
    line-height: 1;
  }

  .code-embed-12 {
    text-align: left;
    flex-flow: column;
    margin-bottom: 0;
    display: block;
  }

  .image-45 {
    display: none;
  }

  .flex-block-29 {
    margin-bottom: 20px;
  }

  .image-46 {
    width: 100%;
    display: block;
  }

  .container-54 {
    color: #fff;
    max-width: none;
  }

  .heading-style-h1-3 {
    margin-top: 0;
    padding-top: 20px;
    font-size: 1.4rem;
  }

  .text-size-ty-heading-asterclass-mobile-copy {
    font-size: 1.7rem;
  }

  .section_hero-2 {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-masterclass {
    grid-auto-flow: column;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .section-13 {
    flex-flow: column;
    display: block;
  }

  .heading-style-h1-masterclass {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 0;
    font-size: 1.4rem;
  }

  .padding-global-5 {
    margin-top: 0;
  }

  .container-55 {
    margin-bottom: -2px;
  }

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

  .section_hero-3 {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .container-large-6 {
    align-self: flex-start;
    margin-bottom: 1rem;
  }

  .text-block-46 {
    width: 300px;
    margin-top: 0;
    font-size: 1.3rem;
  }

  .hero_component-2 {
    align-self: auto;
  }

  .hero_mobile-image-2 {
    border-radius: 16px;
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
  }

  .text-size-ty-heading-2 {
    font-size: 2rem;
  }

  .padding-global-6 {
    margin-top: 0;
  }

  .hero_grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .section_hero-4 {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .container-large-7 {
    align-self: flex-start;
    margin-bottom: 1rem;
  }

  .text-block-47 {
    width: 300px;
    margin-top: 0;
    font-size: 1.3rem;
  }

  .hero_component-3 {
    align-self: auto;
  }

  .image-48 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: auto;
    max-width: 350px;
    margin-top: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
    overflow: auto;
  }

  .heading-style-h3-influencer2-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    max-width: none;
    margin: 2rem auto 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5;
    position: relative;
    overflow: visible;
  }

  .container-large-8 {
    align-self: flex-start;
    margin-bottom: 1rem;
  }

  .hero_mobile-image-influencer2 {
    border-radius: 16px;
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
  }

  .hero_component-4 {
    align-self: auto;
  }

  .text-size-ty-heading-influencer2 {
    font-size: 1.5rem;
  }

  .section_hero-influencer2 {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .hero_grid-influencer2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .heading-style-h1-4 {
    margin-top: 0;
    padding-top: 20px;
    font-size: 1.4rem;
  }

  .heading-style-h1-4.is-mobile-small {
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .heading-style-h1-4.is-mobile-medium {
    font-size: 1.5rem;
  }

  .padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-13.is-mobile-wide {
    width: 100%;
  }

  .hero_logo-copy-copy {
    text-align: center;
    align-self: center;
    max-height: 32px;
  }

  .container-large-9 {
    align-self: flex-start;
    margin-bottom: 1rem;
  }

  .section-14 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-style-h1-copy-4 {
    margin-top: 0;
    padding-top: 20px;
    font-size: 1.4rem;
  }

  .text-block-50 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .form-remarketing-mobile {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .form-remarketing-mobile.mobile {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-remarketing-mobile.mobile.mobile-lanscape-form {
    background-color: #fff0;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: block;
  }

  .hero_bg-image-copy {
    display: none;
  }

  .padding-global-remarketing {
    background-image: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .results_grid-remarketing {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .recipes_image {
    border-radius: 0;
  }

  .grid-remarketing-hero-claims {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: auto;
    margin-bottom: 0;
    padding: 40px 10px;
    display: flex;
  }

  .hero_component-5 {
    align-self: auto;
  }

  .results_grid-column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero_grid-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .code-embed-11-remarketing {
    z-index: 3;
    margin-bottom: 0;
    display: block;
    position: relative;
  }

  .hero_desktop-image-copy {
    border-radius: 16px;
    max-width: 100%;
  }

  .form-remarketing {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .text-size-large-jan26-2 {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .heading-style-h2-2.text-weight-bold {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .heading-style-h2-2.text-weight-normal.is-mobile-small {
    font-size: 1.125rem;
  }

  .section_hero-remarketing {
    background-color: #64122000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_left-column-remarketing {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    position: static;
  }

  .heading-style-h1-remarketing {
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1.4rem;
  }

  .paragraph-14 {
    color: #212121;
    width: 100%;
    max-width: 100%;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-30 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .flex-block-31 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .container-56 {
    max-width: none;
  }

  .proof-3-copy {
    padding: 24px 16px;
  }

  .flex-block-32 {
    margin-bottom: 20px;
  }

  .code-embed-13 {
    text-align: left;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .testimonial-slider-small-copy {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 16px 24px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .section-3-copy-copy-copy {
    float: none;
    clear: none;
    padding: 32px 16px;
    display: flex;
    position: relative;
  }

  .logos-title-large-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    padding: 56px 16px;
    display: flex;
  }

  .text-block-53 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .text-block-54 {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .flex-block-33 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .app-2-copy {
    padding: 32px 24px;
    overflow: hidden;
  }

  .container-57 {
    max-width: none;
  }

  .text-block-15-copy-2 {
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9rem;
    line-height: 1.2;
  }

  .container-19-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-50 {
    display: none;
  }

  .mobile-img-lp-tigo-copy-copy-2 {
    align-self: center;
    max-width: 100%;
    margin-bottom: 10px;
    display: none;
  }

  .paragraph-16 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-51 {
    width: auto;
    max-width: 100px;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .container-58 {
    color: #fff;
    max-width: none;
  }

  .button-14 {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: none;
    margin: 0 0 10px;
    padding: 16px 10px;
  }

  .button-14.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .div-block-6-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
  }

  .image-53 {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .footer-subscribe-copy {
    background-color: #a40011;
  }

  .container-18-copy {
    background-image: url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/699e27faa8e77f714073f556_hero%20lp%20tigo%2015%20jan26.avif");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: flex-start;
    width: 100%;
    height: 220px;
    padding-top: 10px;
    padding-left: 20px;
  }

  .image-55 {
    width: 100%;
    display: block;
  }

  .container-14-hiw-lp-tigo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 100%;
    display: flex;
    overflow: hidden;
  }

  .div-block-2-copy-copy-copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-2-copy-copy-copy.mobile-copy-copy {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-2-copy-copy-copy.mobile-copy-copy.mobile-lanscape-form-copy-copy {
    background-color: #212121;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 40px;
  }

  .container-copy-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .grid-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #212121;
    flex-flow: column;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
  }

  .div-block-24 {
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
  }

  .flex-block-35 {
    margin-bottom: 20px;
  }

  .container-copy-copy {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .flex-block-36 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .container-60 {
    background-image: url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/699e27faa8e77f714073f556_hero%20lp%20tigo%2015%20jan26.avif");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: flex-start;
    width: 100%;
    height: 220px;
    padding-top: 10px;
    padding-left: 20px;
  }

  .container-61 {
    max-width: none;
  }

  .text-block-15-copy-copy {
    color: #fff;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8rem;
    line-height: 1.2;
  }

  .image-58 {
    display: none;
  }

  .image-59 {
    width: auto;
    max-width: 100px;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .container-62 {
    color: #fff;
    max-width: none;
  }

  .button-15 {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: none;
    margin: 0 0 10px;
    padding: 16px 10px;
  }

  .button-15.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .text-block-14-copy {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .text-block-16-copy {
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.1;
  }

  .image-60 {
    width: 100%;
    display: block;
  }

  .grid-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #212121;
    flex-flow: column;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
  }

  .flex-block-37 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .flex-block-38 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .container-64 {
    max-width: none;
  }

  .flex-block-39 {
    margin-bottom: 20px;
  }

  .code-embed-14 {
    text-align: left;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-55 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .text-block-56 {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .flex-block-40 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .container-65 {
    max-width: none;
  }

  .image-63 {
    display: none;
  }

  .paragraph-18 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-64 {
    width: auto;
    max-width: 100px;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .container-66 {
    color: #fff;
    max-width: none;
  }

  .button-16 {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: none;
    margin: 0 0 10px;
    padding: 16px 10px;
  }

  .button-16.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .image-66 {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .image-68 {
    width: 100%;
    display: block;
  }

  .grid-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #212121;
    flex-flow: column;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
  }

  .div-block-26 {
    grid-template-columns: 1fr;
  }

  .flex-block-43 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .flex-block-44 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .container-68 {
    max-width: none;
  }

  .hero-influencer2 {
    background-position: 50%;
    padding: 10px 10px 20px;
  }

  .hero-influencer2.hero-mobile-influencer2 {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .logo-tigo-bytiago-influencer2 {
    width: auto;
    max-width: 100px;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .flex-block-45 {
    margin-bottom: 20px;
  }

  .text-block-57 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .container-69 {
    max-width: none;
  }

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

  .image-71 {
    display: none;
  }

  .paragraph-20 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .code-embed-2-copy {
    text-align: left;
    flex-flow: column;
    margin-bottom: 0;
    display: block;
  }

  .text-block-14-copy-2 {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .container-70 {
    color: #fff;
    max-width: none;
  }

  .button-17 {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: none;
    margin: 0 0 10px;
    padding: 16px 10px;
  }

  .button-17.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .image-73 {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .container-72 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-75 {
    width: 100%;
    display: block;
  }

  .div-block-27 {
    grid-template-columns: 1fr;
  }

  .modal-wrapper-ebook {
    display: flex;
  }

  .modal-content-ebook {
    background-color: #ffffffe6;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
  }

  .h1-modal {
    font-size: 1.2rem;
  }

  .text-block-58 {
    text-align: center;
    padding-bottom: 10px;
    line-height: 1;
  }

  .image-77 {
    width: auto;
    max-width: 100px;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .container-73 {
    flex-flow: column;
    padding: 10px 20px 20px;
    display: block;
  }

  .flex-block-49 {
    margin-bottom: 20px;
  }

  .image-78 {
    display: none;
  }

  .button-18 {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: none;
    margin: 0 0 10px;
    padding: 16px 10px;
  }

  .button-18.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .image-79 {
    width: 100%;
    display: block;
  }

  .container-75 {
    color: #fff;
    max-width: none;
  }

  .text-block-59 {
    text-align: center;
    padding-bottom: 10px;
    line-height: 1;
  }

  .flex-block-50 {
    margin-bottom: 20px;
  }

  .div-block-28 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-83 {
    display: none;
  }

  .grid-19 {
    display: block;
  }

  .image-84 {
    width: auto;
    max-width: 100px;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .container-76 {
    color: #fff;
    max-width: none;
  }

  .image-85 {
    width: 100%;
    display: block;
  }

  .text-block-61 {
    text-align: center;
    padding-bottom: 10px;
  }

  .container-78 {
    flex-flow: column;
    padding: 10px 20px 20px;
    display: block;
  }

  .code-embed-15 {
    z-index: 3;
    margin-bottom: 0;
    display: block;
    position: relative;
  }

  .container-large-2-copy {
    flex-flow: column;
    display: block;
  }

  .container-79 {
    max-width: none;
  }

  .image-86 {
    width: auto;
    max-width: 100px;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

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

  .features-title {
    font-size: 30px;
  }

  .image-87 {
    display: none;
  }

  .padding-section-ebook {
    padding: 1rem;
  }

  .container-80 {
    color: #fff;
    max-width: none;
  }

  .heading-style-h1-5 {
    text-align: center;
  }

  .image-88 {
    width: 100%;
    display: block;
  }

  .flex-block-7-copy {
    margin-bottom: 20px;
  }

  .product_grid-ebbok {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .product_image-2 {
    max-width: 40rem;
  }

  .flex-block-52 {
    margin-bottom: 20px;
  }

  .container-82 {
    max-width: none;
  }

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

  .features-metrics {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-89 {
    display: none;
  }

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

  .container-83 {
    color: #fff;
    max-width: none;
  }

  .heading-style-h1-6 {
    text-align: center;
  }

  .image-90 {
    width: 100%;
    display: block;
  }

  .image-3-ebook30 {
    width: auto;
    max-width: 100px;
    max-height: none;
    margin: 20px auto 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .text-block-64 {
    text-align: center;
    padding-bottom: 10px;
    line-height: 1;
  }

  .grid-20 {
    float: right;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: block;
    position: static;
    top: 0;
  }

  .flex-block-53 {
    margin-bottom: 20px;
  }

  .code-embed-16 {
    text-align: left;
    flex-flow: column;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-6-copy-plano-falhas-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 2 / 3;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    display: block;
    overflow: visible;
  }

  .image-92 {
    display: none;
  }

  .image-93 {
    width: auto;
    max-width: 100px;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .container-85 {
    color: #fff;
    max-width: none;
  }

  .section-16 {
    text-align: center;
    background-color: #a40011;
    padding: 4px 10px;
    position: sticky;
    top: 0;
  }

  .image-94 {
    width: 100%;
    display: block;
  }

  .container-copy-plano-falhas-2 {
    flex-flow: column;
    padding: 10px 20px 20px;
    display: block;
  }

  .text-block-65 {
    text-align: center;
    padding-bottom: 10px;
    line-height: 1;
  }

  .flex-block-54 {
    margin-bottom: 20px;
  }

  .image-96 {
    display: none;
  }

  .image-97 {
    width: auto;
    max-width: 100px;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .container-87 {
    color: #fff;
    max-width: none;
  }

  .section-17 {
    text-align: center;
    background-color: #a40011;
    padding: 4px 10px;
    position: sticky;
    top: 0;
  }

  .image-98 {
    width: 100%;
    display: block;
  }

  .paragraph-21 {
    color: #212121;
    width: 100%;
    max-width: 100%;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-55 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .div-block-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
  }

  .flex-block-56 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .container-14-lp-crm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 100%;
    display: block;
    overflow: hidden;
  }

  .container-89 {
    max-width: none;
  }

  .section-3-copy-copy-copy-2 {
    float: none;
    clear: none;
    padding: 32px 16px;
    display: flex;
    position: relative;
  }

  .flex-block-57 {
    margin-bottom: 20px;
  }

  .text-block-66 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
  }

  .text-block-67 {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .container-90 {
    background-image: url("https://cdn.prod.website-files.com/68e376d20b47079aea7f04b6/699e27faa8e77f714073f556_hero%20lp%20tigo%2015%20jan26.avif");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: flex-start;
    width: 100%;
    height: 220px;
    padding-top: 10px;
    padding-left: 20px;
  }

  .image-100 {
    display: none;
  }

  .image-101 {
    width: auto;
    max-width: 100px;
    max-height: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .container-91 {
    color: #fff;
    max-width: none;
  }

  .image-103 {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .image-105 {
    width: 100%;
    display: block;
  }

  .div-block-5-lp-crm {
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .testimonial-slider-small-lp-crm {
    aspect-ratio: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 16px 24px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .proof-3-copy-2 {
    padding: 24px 16px;
  }

  .grid-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #212121;
    flex-flow: column;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
  }

  .div-block-30 {
    grid-template-columns: 1fr;
  }

  .cta {
    text-align: center;
    align-self: stretch;
  }

  .section-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-wrapper.hero-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-wrapper.color-light {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-9.uppercase {
    font-size: 2rem;
  }

  .image-108 {
    display: none;
  }

  .div-block-31, .list-item-7 {
    text-align: left;
  }

  .default-container._80 {
    width: 90%;
    max-width: 90%;
  }

  .image-109 {
    width: 100%;
    display: block;
  }

  .div-block-32 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .testimonial-slider-two {
    flex-flow: column;
    padding-left: .5rem;
    padding-right: .5rem;
    display: block;
    overflow: hidden;
  }

  .container-large-10 {
    align-self: flex-start;
    margin-bottom: 1rem;
  }

  .testimonial-slider-nav {
    margin-top: 0;
  }

  .flex-block-60 {
    width: 100%;
  }

  .flex-block-61 {
    padding-left: 1rem;
  }

  .heading-22 {
    font-size: 1.5rem;
  }

  .container-96 {
    flex-flow: row;
  }

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

  .container-99 {
    flex-flow: column;
  }

  .flex-block-65 {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .testimonial-slider-large {
    flex-flow: column;
    align-self: auto;
    padding: 0 0 40px;
    display: block;
  }

  .section-23 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-block-70 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .flex-block-71 {
    border-radius: 16px;
    height: auto;
    min-height: 300px;
  }

  .paragraph-30 {
    font-size: .9rem;
  }

  .container-102 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .button--white {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: none;
    margin: 0 0 10px;
    padding: 16px 10px;
  }

  .button--white.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .flex-block-73 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-74 {
    width: 100%;
  }

  .grid-23, .grid-29 {
    flex-flow: column;
    display: flex;
  }

  .flex-block-80 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-118 {
    align-self: flex-start;
  }

  .grid-31 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .button-19 {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    width: 100%;
    max-width: none;
    margin: 0 0 10px;
    padding: 16px 10px;
  }

  .button-19.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .accordion-title {
    font-size: 18px;
  }

  .section-wrapper-2, .section-wrapper-2.hero-section-light, .section-wrapper-2.hero-section-light {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-bigger {
    text-align: center;
    align-self: stretch;
  }

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

  .heading-28.uppercase, .heading-27.uppercase, .heading-27.uppercase {
    font-size: 2rem;
  }

  .accordion-container {
    padding: 20px;
  }

  .button-2-copy-secondary-copy-2 {
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
  }

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

  .image-122 {
    width: 150px;
    max-width: 200px;
  }

  .flex-block-83 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

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

  .container-109 {
    flex-flow: column;
    display: block;
  }

  .image-123, .image-26 {
    width: 40px;
  }

  .container-110 {
    padding: 40px 20px;
  }

  .text-block-74 {
    padding-bottom: 20px;
  }

  .image-124 {
    width: 40px;
    max-width: 100%;
  }

  .flex-block-86 {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .container-24 {
    padding: 40px 20px;
  }

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

  .container-113 {
    padding: 40px 20px;
  }

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

  .flex-block-91 {
    padding: 20px;
  }

  .button-8-copy {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    width: auto;
    max-width: none;
    margin: 0 0 10px;
    padding: 16px 10px;
  }

  .button-8-copy.w--current {
    max-width: 80%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .faq-item-2 {
    transition: opacity .2s;
  }

  .text-answer-activate-code {
    padding-right: 20px;
    font-size: .8rem;
  }

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

  .text-answer-2 {
    padding-right: 20px;
    font-size: .8rem;
  }

  .container-large-11 {
    align-self: flex-start;
    margin-bottom: 1rem;
  }

  .popup-refer-a-friend {
    object-fit: fill;
    display: none;
    overflow: auto;
  }

  .popup_form-wrapper-rf-2 {
    margin-left: 2%;
    margin-right: 2%;
    padding: 4rem 2rem 2rem;
  }
}

#w-node-_505bb162-1ba9-fd45-023e-6aec9b300662-cb2a9c40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_505bb162-1ba9-fd45-023e-6aec9b300664-cb2a9c40 {
  place-self: stretch center;
}

#w-node-_595f8069-1f69-7226-732f-3c95ff140af9-cb2a9c40, #w-node-_595f8069-1f69-7226-732f-3c95ff140afd-cb2a9c40 {
  place-self: center;
}

#w-node-_57c7a4a8-ae0d-eeeb-03a6-7a6c1a068dcf-cb2a9c40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_57c7a4a8-ae0d-eeeb-03a6-7a6c1a068dd1-cb2a9c40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_57c7a4a8-ae0d-eeeb-03a6-7a6c1a068ddb-cb2a9c40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_505bb162-1ba9-fd45-023e-6aec9b300664-cb2a9c40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }
}
