:root {
  --black-k: #0e220e;
  --bege-k: beige;
  --yellow-k: #ffb000;
  --bran-k: #fff;
  --green-k: #004225;
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black-k);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  color: var(--bege-k);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

h3 {
  color: var(--bege-k);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: var(--black-k);
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

a {
  color: var(--yellow-k);
  font-family: Geist, sans-serif;
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.navbar-logo-left {
  z-index: 8;
  width: 100%;
  position: absolute;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1700px;
  margin-bottom: 0;
  padding: 20px 40px;
}

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

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

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

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

.nav-link:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--black-k);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 24px;
  transition: all .2s;
}

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

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

.button-primary.small {
  padding: 10px 32px;
  font-size: 14px;
}

.button-primary.small.nav {
  margin-left: 8px;
}

.menu-button {
  display: block;
}

.section-default {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 9% 4%;
  display: flex;
  position: relative;
}

.section-default.big-hero {
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding: 4%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-default.bg-black {
  background-color: var(--black-k);
}

.section-default.bg-black.zero-height {
  padding: 0% 4%;
  overflow: hidden;
}

.section-default.bg-black.zero-margin {
  padding: 0%;
  overflow: hidden;
}

.section-default.section-name {
  background-color: var(--black-k);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  overflow: hidden;
}

.section-default.section-name.zero-height {
  padding-top: 0%;
  padding-bottom: 0%;
}

.section-default.super-menu {
  z-index: 10;
  background-color: var(--bran-k);
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4%;
  position: fixed;
  inset: 0%;
  transform: translate(0, -100%);
}

.section-default.forms {
  z-index: 22;
  border-left: 1px solid var(--bege-k);
  background-color: var(--black-k);
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: scroll;
  transform: translate(101%);
}

.section-default.bg-black-wrapper {
  background-color: var(--black-k);
  padding-left: 0%;
  padding-right: 0%;
}

.section-default.bg-black-wrapper.zero-height {
  padding: 0%;
}

.section-default.bg-sun {
  background-color: var(--black-k);
  background-image: url('../images/kaktos-graphs-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.title-content-hero {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  max-width: 1700px;
  display: grid;
  position: relative;
}

.super-title {
  letter-spacing: -4px;
  width: 14ch;
  font-size: clamp(3.5rem, 5vw, 6.5rem);
  font-weight: 500;
  line-height: 115%;
}

.wrapper-graphics {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wrapper-graphics.sun {
  background-image: radial-gradient(circle farthest-side at 70% 40%, var(--yellow-k) 11%, white 47%);
}

.wrapper-graphics.graph-green {
  background-image: radial-gradient(circle farthest-side at 70% 40%, #41cb63 11%, #fff 47%);
}

.wrapper-graphics.graph-blue {
  background-image: radial-gradient(circle farthest-side at 70% 40%, #8dc8ff 11%, #fff 47%);
}

.graphic-1 {
  z-index: 3;
  position: absolute;
  bottom: -25%;
}

.graphic-1.green {
  width: 110%;
  max-width: 110%;
  bottom: -3%;
}

.graphic-1.blue {
  bottom: -84%;
}

.graphic-2 {
  z-index: 2;
  position: absolute;
  bottom: -44%;
}

.graphic-2.green {
  bottom: 2%;
  right: 0;
}

.graphic-2.blue {
  bottom: -79%;
}

.graphic-3 {
  z-index: 1;
  position: absolute;
  bottom: -54%;
}

.graphic-3.green {
  top: -13%;
  bottom: auto;
  right: -17px;
}

.graphic-3._404 {
  top: 93px;
  bottom: auto;
}

.logo-navbar {
  width: 220px;
}

.grid-k {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  order: 0;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.col-joker {
  padding-left: 20px;
  padding-right: 20px;
}

.col-joker.ws {
  max-width: 50%;
}

.col-joker.right-s {
  padding-right: 72px;
}

.col-joker.row {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.col-joker.item-1 {
  width: 24%;
  position: absolute;
  left: 17%;
}

.col-joker.item-1.fade-up {
  left: 8%;
}

.col-joker.item-2 {
  width: 24%;
  position: absolute;
  inset: 18% 13% auto auto;
}

.col-joker.item-2.fade-up {
  right: 8%;
}

.col-joker.item-3 {
  width: 24%;
  position: absolute;
  inset: auto auto 11% 13%;
}

.col-joker.item-3.fade-up {
  left: 4%;
}

.col-joker.item-4 {
  width: 24%;
  position: absolute;
  inset: auto 8% 1% auto;
}

.col-joker.item-4.fade-up {
  right: 4%;
}

.container-default {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.container-default.bg-line {
  background-image: url('../images/bg-grid.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  max-width: 1700px;
}

.container-default.bg-line.full-size {
  margin-left: 8%;
  position: absolute;
}

.container-default.forms {
  position: relative;
}

.container-default.bg-sun {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1700px;
  height: 100vh;
  position: relative;
}

.container-default.bg-sun.full-size {
  margin-left: 8%;
  position: absolute;
}

.p-bege {
  color: var(--bege-k);
}

.p-bege.small {
  font-size: 15px;
  font-weight: 300;
  line-height: 170%;
}

.separator {
  height: 4px;
}

.separator.x-small {
  height: 18px;
}

.separator.small {
  height: 24px;
}

.separator.medium {
  height: 56px;
}

.separator.large {
  height: 80px;
}

.separator.x-large {
  height: 120px;
}

.big-numbers {
  font-size: 80px;
  font-weight: 500;
}

.flag-k {
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.p-small {
  z-index: 2;
  border: 1px solid var(--bege-k);
  background-color: var(--black-k);
  max-width: 11%;
  color: var(--bege-k);
  text-align: center;
  border-radius: 40px;
  margin-left: 16px;
  padding: 8px 0;
  font-size: 14px;
  position: relative;
}

.graphic-growth {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  padding-bottom: 18%;
  position: relative;
  overflow: clip;
}

.card-large {
  background-color: var(--bege-k);
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.card-large.height-s {
  width: 85%;
  height: 100vh;
  transform-style: preserve-3d;
  background-image: url('../images/kaktos-graphic.svg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 64px;
  margin-left: auto;
  margin-right: auto;
  transform: scale3d(.8, .8, .9);
}

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

.color-black.width-s {
  width: 13ch;
  line-height: 200%;
}

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

.icon-prod-k {
  border-radius: 20px;
  width: 8%;
  position: absolute;
  inset: auto;
}

.icon-prod-k.wise {
  inset: auto auto 12% 4%;
}

.icon-prod-k.treino {
  width: 9%;
  inset: 21% auto auto 15%;
}

.icon-prod-k.zupis {
  inset: 45% 0% 0% auto;
}

.icon-prod-k.pet {
  width: 7%;
  inset: auto 18% -6% auto;
}

.icon-prod-k.milha {
  width: 7%;
  inset: -4% 35% auto auto;
}

.width-s {
  text-align: center;
  width: 40ch;
}

.kaktos-big-name {
  letter-spacing: -2px;
  font-size: 120px;
  font-weight: 600;
}

.card-partners {
  view-transition-name: background-image;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-partners:hover {
  background-position: 0 0, 50%;
  background-size: auto, 108%;
}

.card-partners.julio {
  background-image: linear-gradient(#0000, #0e220ee6), url('../images/julio-k.webp');
}

.card-partners.anderson {
  background-image: linear-gradient(#0000, #0e220ee6), url('../images/anderson-k.webp');
}

.inner-bio {
  z-index: 4;
  background-color: var(--green-k);
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 70vh);
}

.thumb-partner {
  background-image: url('../images/enio-k.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 16px;
  width: 90px;
  height: 90px;
}

.thumb-partner.julio {
  background-image: url('../images/julio-k.webp');
}

.thumb-partner.anderson {
  background-image: url('../images/anderson-k.webp');
}

.big-text-brand {
  color: var(--bege-k);
  letter-spacing: -4px;
  font-family: Geist, sans-serif;
  font-size: clamp(5.5rem, 10vw, 16.5rem);
  font-weight: 500;
  line-height: 100%;
}

.card-founder-ask {
  background-image: url('../images/bg-card.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 24px 7% 24px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-founder-ask.julio {
  background-image: linear-gradient(#0000, #0e220ee6), url('../images/julio-k.webp');
}

.card-founder-ask.anderson {
  background-image: linear-gradient(#0000, #0e220ee6), url('../images/anderson-k.webp');
}

.section-fixed {
  z-index: 0;
  background-color: var(--bege-k);
  background-image: url('../images/kaktos-graphic.svg');
  background-position: 50% -24%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding: 3% 4% 6%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section-fixed.big-hero {
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding: 4%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-fixed.bg-black {
  background-color: var(--black-k);
}

.section-fixed.bg-black.zero-height {
  padding-top: 0%;
  padding-bottom: 0%;
}

.section-fixed.section-name {
  background-color: var(--black-k);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  overflow: hidden;
}

.section-fixed.section-name.zero-height {
  padding-top: 0%;
  padding-bottom: 0%;
}

.false {
  height: 80vh;
}

.icon-kak {
  margin-left: 16px;
}

._w-s {
  width: 16ch;
}

.fade-up.quote-s {
  margin-top: -42px;
}

.fade-up.center-txt {
  text-align: center;
}

.fade-up.center-txt.float {
  position: absolute;
}

.line-horizon {
  background-color: var(--bege-k);
  width: 90%;
  height: 1px;
  margin-left: 5%;
  position: absolute;
}

.line-horizon.menu {
  background-color: #dadada;
  margin-left: 0%;
  position: static;
  transform: translate(0, 11px);
}

.line-horizon.reset {
  width: 94%;
  margin-left: 16px;
}

.arrow-r {
  border-top: 1px solid var(--bege-k);
  border-right: 1px solid var(--bege-k);
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 10px 4% auto auto;
  transform: rotate(45deg);
}

.arrow-r.reset {
  top: auto;
}

.graphic-growth-print {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 230px;
  padding-bottom: 18%;
  display: grid;
  position: absolute;
  overflow: clip;
}

.image-graph {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: cover;
  flex: 0 auto;
  width: 92vw;
  max-width: 100vw;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.icon-add-remove {
  z-index: 6;
  border: 1px solid var(--bege-k);
  width: 56px;
  height: 56px;
  color: var(--bege-k);
  cursor: pointer;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
  position: absolute;
  inset: auto 24px 24px auto;
  overflow: hidden;
}

.text-block {
  font-weight: 100;
  line-height: 120%;
}

.img-partner {
  z-index: 0;
  cursor: pointer;
  max-width: 104%;
  transition: max-width .3s;
  position: absolute;
  overflow: visible;
}

.img-partner:hover {
  box-sizing: border-box;
  object-fit: scale-down;
  max-width: 108%;
}

.info-partner {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#0e220e00, #0e220ed9);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.info-partner.ws {
  max-width: 50%;
}

.info-partner.right-s {
  padding-right: 72px;
}

.info-partner.row {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-play {
  z-index: 8;
  background-color: var(--bege-k);
  width: 56px;
  height: 56px;
  position: absolute;
  inset: auto 24px 24px auto;
}

.add {
  transform: translate(24px);
}

.big-text-display {
  color: var(--bege-k);
  letter-spacing: -4px;
  font-family: Geist, sans-serif;
  font-size: clamp(4.5rem, 7vw, 9.5rem);
  font-weight: 500;
  line-height: 100%;
}

.container-cta {
  border: 1px solid var(--green-k);
  border-radius: 48px;
  padding: 40px 24px 16px;
}

.destak-color {
  color: var(--yellow-k);
}

.aspas-quote {
  color: var(--yellow-k);
  margin-top: 38px;
  font-size: 120px;
  line-height: 0%;
  display: inline-block;
}

.icon-arrow {
  z-index: 6;
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--black-k);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--black-k);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--black-k);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--black-k);
  opacity: .6;
  width: 32px;
  height: 32px;
  color: var(--black-k);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  animation: 2s ease-in-out infinite flutuar;
  display: flex;
  position: absolute;
  inset: auto auto 5% 4%;
  overflow: hidden;
}

.icon-menu {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--bran-k);
  width: 48px;
  height: 48px;
  color: var(--bran-k);
  cursor: pointer;
  mix-blend-mode: exclusion;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
  position: fixed;
  inset: 24px 4% auto auto;
  overflow: hidden;
}

.item-menu {
  color: var(--black-k);
  letter-spacing: -2px;
  vertical-align: baseline;
  font-size: 64px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: block;
}

.form-block {
  width: 90%;
  color: var(--bege-k);
  font-family: Geist, sans-serif;
  font-size: 16px;
}

.close-forms {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--bran-k);
  width: 48px;
  height: 48px;
  color: var(--bran-k);
  cursor: pointer;
  mix-blend-mode: exclusion;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
  position: absolute;
  inset: 4% auto auto 6%;
  overflow: hidden;
}

.form {
  color: var(--bege-k);
  font-family: Geist, sans-serif;
  font-weight: 600;
}

.button-secondary {
  background-color: var(--bege-k);
  color: var(--black-k);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 24px;
  transition: all .2s;
}

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

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

.button-secondary.small {
  padding: 10px 32px;
  font-size: 14px;
}

.button-secondary.small.nav {
  margin-left: 8px;
}

.txt-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--bege-k);
  color: var(--bran-k);
  background-color: #0000;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  transition: background-color .2s;
}

.txt-field:hover {
  background-color: #0042254d;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.txt-field:focus {
  border-bottom-color: var(--bege-k);
  background-color: var(--green-k);
  color: var(--bege-k);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.txt-field:focus-visible, .txt-field[data-wf-focus-visible], .txt-field::placeholder {
  color: var(--bege-k);
}

.field-label {
  font-size: 16px;
  font-weight: 400;
}

.socials-footer {
  display: flex;
}

.t-footer {
  width: 21ch;
}

.carousel-wrapper {
  width: 100%;
  height: 54vh;
  overflow: hidden;
}

.carousel-track {
  box-sizing: content-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: absolute;
}

.card-carousel {
  flex: none;
  width: 23%;
  padding-left: 20px;
  padding-right: 20px;
}

.card-carousel.ws {
  max-width: 50%;
}

.card-carousel.right-s {
  padding-right: 72px;
}

.card-carousel.row {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.overlay-right {
  z-index: 6;
  background-image: linear-gradient(270deg, #0e220e, #0e220e7a);
  width: 4%;
  position: absolute;
  inset: 0% 0 0% auto;
}

.icon-default {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--green-k);
  width: 48px;
  height: 48px;
  color: var(--yellow-k);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 130%;
  display: flex;
  overflow: hidden;
}

.card-prods {
  border: 1px solid var(--green-k);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
}

.card-prods.ws {
  max-width: 50%;
}

.card-prods.right-s {
  padding-right: 72px;
}

.card-prods.row {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.card-prods.item-1 {
  width: 24%;
  position: absolute;
  left: 17%;
}

.card-prods.item-2 {
  width: 24%;
  position: absolute;
  inset: 18% 13% auto auto;
}

.card-prods.item-3 {
  width: 24%;
  position: absolute;
  inset: auto auto 16% 13%;
}

.card-prods.item-4 {
  width: 24%;
  position: absolute;
  inset: auto 8% 8% auto;
}

.card-prods.line-s {
  border-style: none;
  justify-content: flex-start;
}

.card-prods.line-s.one {
  border-left-style: solid;
  border-right-style: solid;
  border-radius: 0;
}

.wrapper-name-prods {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.img-prods {
  border-radius: 8px;
  width: 72px;
}

.inner-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .graphic-2 {
    max-width: 136%;
  }

  .graphic-3 {
    max-width: 160%;
  }

  .grid-k {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .col-joker.ws {
    max-width: 100%;
  }

  .col-joker.right-s {
    padding-left: 0;
    padding-right: 0;
  }

  .col-joker.item-1, .col-joker.item-2.fade-up, .col-joker.item-3.fade-up, .col-joker.item-4.fade-up {
    width: auto;
    position: static;
  }

  .graphic-growth {
    display: none;
  }

  .card-large.height-s {
    overflow: hidden;
  }

  .color-black.width-s {
    width: 70%;
    line-height: 150%;
  }

  .grid-icons-prods {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    justify-items: center;
    width: 80%;
  }

  .icon-prod-k {
    border-radius: 8px;
    width: 20%;
    position: absolute;
  }

  .icon-prod-k.wise {
    width: 14%;
    left: -4%;
  }

  .icon-prod-k.treino {
    width: 14%;
    top: 7%;
    left: 2%;
  }

  .icon-prod-k.zupis {
    width: 14%;
    top: 29%;
    right: -5%;
  }

  .icon-prod-k.pet {
    width: 11%;
    bottom: -2%;
  }

  .icon-prod-k.milha {
    width: 13%;
  }

  .width-s {
    width: 90%;
  }

  .kaktos-big-name, .big-text-brand {
    font-size: 80px;
  }

  .card-founder-ask {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
  }

  ._w-s {
    width: auto;
  }

  .foto-cactos {
    margin-left: 20px;
  }

  .fade-up.center-txt.float {
    position: static;
  }

  .graphic-growth-print {
    display: none;
  }

  .info-partner.ws {
    max-width: 100%;
  }

  .info-partner.right-s {
    padding-left: 0;
    padding-right: 0;
  }

  .big-text-display {
    font-size: 80px;
  }

  .card-carousel {
    width: 30%;
  }

  .card-carousel.ws {
    max-width: 100%;
  }

  .card-carousel.right-s {
    padding-left: 0;
    padding-right: 0;
  }

  .card-prods.ws {
    max-width: 100%;
  }

  .card-prods.right-s {
    padding-left: 0;
    padding-right: 0;
  }

  .card-prods.item-1, .card-prods.item-2.fade-up, .card-prods.item-3.fade-up, .card-prods.item-4.fade-up {
    width: auto;
    position: static;
  }

  .card-prods.line-s.one {
    border-style: solid none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .section-default {
    padding: 16% 24px;
  }

  .section-default.big-hero {
    justify-content: flex-end;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-default.forms {
    border-left-style: none;
    width: 100%;
    inset: 0%;
  }

  .section-default.bg-sun {
    background-size: cover;
  }

  .title-content-hero {
    grid-auto-flow: column;
    margin-bottom: 80px;
  }

  .super-title {
    letter-spacing: -2px;
    width: 100%;
    font-size: clamp(2rem, 5vw, 6.1rem);
    font-weight: 600;
  }

  .super-title.fade-up.stagger-child {
    letter-spacing: -1px;
  }

  .wrapper-graphics.sun {
    justify-content: center;
    align-items: center;
    margin-bottom: -440px;
  }

  .wrapper-graphics.graph-green {
    background-image: radial-gradient(circle farthest-side at 110% 40%, #41cb63 11%, #fff 47%);
    justify-content: center;
    align-items: center;
    margin-bottom: -440px;
  }

  .wrapper-graphics.graph-blue {
    background-image: radial-gradient(circle farthest-side at 110% 40%, #8ec9ff 11%, #fff 47%);
    justify-content: center;
    align-items: center;
    margin-bottom: -440px;
  }

  .graphic-1 {
    max-width: 190%;
    display: none;
    bottom: auto;
  }

  .graphic-2 {
    max-width: 230%;
    bottom: auto;
  }

  .graphic-2.green {
    max-width: 150%;
    bottom: 49%;
  }

  .graphic-3 {
    max-width: 250%;
    bottom: auto;
  }

  .graphic-3.green {
    max-width: 120%;
    top: 10%;
  }

  .graphic-3._404 {
    max-width: 90%;
    top: 114px;
  }

  .logo-navbar {
    width: 180px;
  }

  .grid-k {
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-k.width-special {
    grid-row-gap: 32px;
    padding-left: 48px;
  }

  .col-joker {
    padding-left: 0;
    padding-right: 0;
  }

  .container-default.bg-line {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .container-default.forms {
    align-items: stretch;
  }

  .container-default.bg-sun {
    background-image: none;
    background-size: auto;
    height: auto;
  }

  .separator.medium {
    height: 40px;
  }

  .separator.large {
    height: 64px;
  }

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

  .p-small {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 60%;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
    left: 3px;
    transform: rotate(0);
  }

  .p-small.fade-left {
    max-width: 100%;
  }

  .color-black.width-s {
    width: 100%;
  }

  .big-text-brand {
    letter-spacing: -2px;
    font-size: 64px;
  }

  .big-text-brand.fade-up {
    font-size: 56px;
  }

  .section-fixed {
    padding-bottom: 13%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-fixed.big-hero {
    justify-content: center;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .false {
    height: 60vh;
  }

  .icon-kak {
    width: 20%;
    margin-left: 0;
  }

  ._w-s {
    width: 100%;
  }

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

  .fade-up.center-txt.float {
    text-align: left;
  }

  .line-horizon {
    width: 1px;
    height: 79vh;
    margin-left: 1%;
  }

  .line-horizon.menu {
    width: 100%;
    height: 1px;
  }

  .line-horizon.reset {
    width: 100%;
    height: 1px;
    margin-left: 0;
  }

  .arrow-r {
    inset: auto auto -88.4vh -2.5%;
    transform: rotate(135deg);
  }

  .arrow-r.reset {
    inset: -8px 0 auto auto;
    transform: rotate(40deg);
  }

  .info-partner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .name-partner {
    width: 70%;
  }

  .big-text-display {
    letter-spacing: -2px;
    font-size: 64px;
  }

  .big-text-display.fade-up {
    font-size: 56px;
  }

  .icon-arrow {
    inset: auto auto 32px 16px;
  }

  .number-steps {
    background-color: var(--black-k);
    position: absolute;
    left: 18px;
  }

  .icon-menu {
    top: 16px;
  }

  .item-menu {
    font-size: 32px;
  }

  .form-block {
    width: 100%;
  }

  .close-forms {
    align-items: stretch;
    margin-bottom: 20px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .t-footer {
    width: auto;
  }

  .carousel-wrapper {
    height: 53vh;
  }

  .carousel-track {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 85%;
  }

  .card-carousel {
    width: 90%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .overlay-right {
    z-index: 1;
    width: 14%;
  }

  .icon-default {
    top: 16px;
  }

  .card-prods {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-prods.line-s {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-d386e348-a3d3-42cf-0898-ffa419943ad4-20367a8b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c02da5d8-056a-1bb8-957c-6512afb7d41b-20367a8b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10dfd0c2-5a3f-7802-dfca-3cc108a7d65e-20367a8b, #w-node-_1a2983c2-9a17-27ad-078b-9c28ec943bf0-20367a8b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1ad4bd0c-e295-6d15-66d2-04b9b2369893-20367a8b, #w-node-e4e7984b-e0f2-4e38-227d-233ed5cca2fa-20367a8b, #w-node-ecd3e68d-2c33-9a3f-7fd2-7196a7574fc5-20367a8b, #w-node-c62e1790-6fdc-710c-e2b2-319052369bd2-20367a8b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2fabf59e-ee15-b605-731c-4ff28f77a266-20367a8b, #w-node-_91519906-2aa2-96b7-4d28-bdcdf2f8b01d-20367a8b, #w-node-_954de36a-d5c4-1bd7-be14-1c1197507100-20367a8b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e60be335-fb52-b96d-bdf6-e2d1ff401b35-20367a8b, #w-node-e60be335-fb52-b96d-bdf6-e2d1ff401b36-20367a8b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e29e19fc-afd6-ae55-941d-d295937dea34-20367a8b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_7302eb38-156c-067a-4fe2-0ba2f2955fe5-f2955fe2 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-d386e348-a3d3-42cf-0898-ffa419943ad4-2229d9e5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c02da5d8-056a-1bb8-957c-6512afb7d41b-2229d9e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_773265f4-49f2-68ef-d1f4-22305ad6cb9b-2229d9e5, #w-node-_1a2983c2-9a17-27ad-078b-9c28ec943bf0-2229d9e5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2fabf59e-ee15-b605-731c-4ff28f77a266-2229d9e5, #w-node-_91519906-2aa2-96b7-4d28-bdcdf2f8b01d-2229d9e5, #w-node-_954de36a-d5c4-1bd7-be14-1c1197507100-2229d9e5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9b00a64e-931f-1f8a-44e3-ed2007c55163-2229d9e5, #w-node-_9b00a64e-931f-1f8a-44e3-ed2007c5516c-2229d9e5, #w-node-_9b00a64e-931f-1f8a-44e3-ed2007c55175-2229d9e5, #w-node-_9b00a64e-931f-1f8a-44e3-ed2007c5517e-2229d9e5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e29e19fc-afd6-ae55-941d-d295937dea34-2229d9e5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d386e348-a3d3-42cf-0898-ffa419943ad4-15589b2c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c02da5d8-056a-1bb8-957c-6512afb7d41b-15589b2c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_773265f4-49f2-68ef-d1f4-22305ad6cb9b-15589b2c, #w-node-_1a2983c2-9a17-27ad-078b-9c28ec943bf0-15589b2c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5e479ea7-29b7-1847-9c74-05d0b578ba7e-15589b2c, #w-node-_5e479ea7-29b7-1847-9c74-05d0b578ba89-15589b2c, #w-node-_5e479ea7-29b7-1847-9c74-05d0b578ba94-15589b2c, #w-node-_5e479ea7-29b7-1847-9c74-05d0b578ba9f-15589b2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_622a9dc0-3e73-f0b3-0609-1fedfbb23369-15589b2c, #w-node-_887d9853-9575-a2a8-7b99-7db308117abd-15589b2c, #w-node-_810d98ec-7e6b-588d-6334-e083b1c2a61a-15589b2c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9b00a64e-931f-1f8a-44e3-ed2007c55163-15589b2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c3693b43-2ad8-3a7d-af77-5cd3aed12881-15589b2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: auto;
}

#w-node-c0316267-0472-d940-9fd0-ab9f79e96e79-15589b2c, #w-node-_9ff4618d-685b-d162-9a51-a5f4339f4ac8-15589b2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e29e19fc-afd6-ae55-941d-d295937dea34-15589b2c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f8c62fe2-448f-fb2b-636d-fe7a08925f36-ec9490cb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f8c62fe2-448f-fb2b-636d-fe7a08925f3a-ec9490cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e29e19fc-afd6-ae55-941d-d295937dea34-20367a8b, #w-node-e29e19fc-afd6-ae55-941d-d295937dea34-2229d9e5, #w-node-e29e19fc-afd6-ae55-941d-d295937dea34-15589b2c {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d386e348-a3d3-42cf-0898-ffa419943ad4-20367a8b, #w-node-c02da5d8-056a-1bb8-957c-6512afb7d41b-20367a8b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_10dfd0c2-5a3f-7802-dfca-3cc108a7d65e-20367a8b, #w-node-_1a2983c2-9a17-27ad-078b-9c28ec943bf0-20367a8b, #w-node-_2fabf59e-ee15-b605-731c-4ff28f77a266-20367a8b, #w-node-_91519906-2aa2-96b7-4d28-bdcdf2f8b01d-20367a8b, #w-node-_954de36a-d5c4-1bd7-be14-1c1197507100-20367a8b, #w-node-e60be335-fb52-b96d-bdf6-e2d1ff401b35-20367a8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e60be335-fb52-b96d-bdf6-e2d1ff401b36-20367a8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e29e19fc-afd6-ae55-941d-d295937dea34-20367a8b, #w-node-_7302eb38-156c-067a-4fe2-0ba2f2955fe5-f2955fe2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d386e348-a3d3-42cf-0898-ffa419943ad4-2229d9e5, #w-node-c02da5d8-056a-1bb8-957c-6512afb7d41b-2229d9e5 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_773265f4-49f2-68ef-d1f4-22305ad6cb9b-2229d9e5, #w-node-_1a2983c2-9a17-27ad-078b-9c28ec943bf0-2229d9e5, #w-node-_2fabf59e-ee15-b605-731c-4ff28f77a266-2229d9e5, #w-node-_91519906-2aa2-96b7-4d28-bdcdf2f8b01d-2229d9e5, #w-node-_954de36a-d5c4-1bd7-be14-1c1197507100-2229d9e5, #w-node-e29e19fc-afd6-ae55-941d-d295937dea34-2229d9e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d386e348-a3d3-42cf-0898-ffa419943ad4-15589b2c, #w-node-c02da5d8-056a-1bb8-957c-6512afb7d41b-15589b2c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_773265f4-49f2-68ef-d1f4-22305ad6cb9b-15589b2c, #w-node-_1a2983c2-9a17-27ad-078b-9c28ec943bf0-15589b2c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_622a9dc0-3e73-f0b3-0609-1fedfbb23369-15589b2c {
    grid-column: span 1 / span 1;
  }

  #w-node-_887d9853-9575-a2a8-7b99-7db308117abd-15589b2c, #w-node-_810d98ec-7e6b-588d-6334-e083b1c2a61a-15589b2c, #w-node-e29e19fc-afd6-ae55-941d-d295937dea34-15589b2c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8c62fe2-448f-fb2b-636d-fe7a08925f36-ec9490cb, #w-node-f8c62fe2-448f-fb2b-636d-fe7a08925f3a-ec9490cb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}


