body {
  font-family: Worksans, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

img {
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
}

label {
  display: block;
  margin-bottom: 0px;
  font-weight: 500;
}

.container-full {
  position: relative;
  z-index: 100;
  display: block;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-full.hero-content-grid {
  z-index: 3;
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-full.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-full.about {
  padding-top: 56px;
  padding-bottom: 56px;
}

.container-full.footer {
  max-width: none;
}

.hero-title-text {
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

.hero-subtitle-text {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.hero-images {
  position: relative;
  margin-top: 0px;
  clear: left;
}

.hero-images.casal {
  width: 306px;
  height: 245px;
  margin-left: -80px;
  background-image: url('../images/Hero-Model-Casal.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-images.investidora {
  width: 164px;
  height: 285px;
  margin-left: -445px;
  background-image: url('../images/Hero-Model-Investidora.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-images.contemplado {
  width: 256px;
  height: 267px;
  margin-left: 106px;
  background-image: url('../images/Hero-Model-Contemplado.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-images.aplicada {
  width: 216px;
  height: 225px;
  margin-left: -54px;
  background-image: url('../images/Hero-Model-Aplicada.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-logo {
  overflow: hidden;
  min-height: 190px;
  margin-bottom: 24px;
  background-image: url('../images/Logo.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-text {
  margin-top: 0px;
  padding-top: 56px;
}

.models-group {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.models-group.footer {
  display: none;
}

.navbar-wide {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  min-width: 1280px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #32cd00;
  background-color: rgba(19, 30, 90, 0.96);
}

.navigation-logo {
  position: relative;
  display: block;
  min-height: 30px;
  min-width: 168px;
  margin-right: auto;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Lg-Secondary-Mono.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-group-buttons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-button {
  display: inline-block;
  margin-left: 0px;
  padding: 12px 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 1000px;
  background-color: #32cd00;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.hero-button:hover {
  background-color: #fff;
  color: #121e5b;
}

.btn-menu {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 190px;
  margin-right: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 1000px;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.btn-menu:hover {
  background-color: #fff;
  color: #121e5b;
  font-weight: 600;
}

.menu-wide-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.menu-wide-item:hover {
  color: #32cd00;
}

.section {
  overflow: hidden;
  min-width: 1280px;
}

.section.about {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 558px;
  border-top: 10px solid #f6d50a;
  background-color: #fff;
}

.section.cases {
  position: relative;
  z-index: 4;
  background-color: #fff;
}

.section.faq {
  position: relative;
  z-index: 5;
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #121e5b;
}

.section.contact {
  position: relative;
  z-index: 6;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
}

.section.footer {
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  background-color: #fff;
}

.section.hero {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 560px;
  padding-top: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #121e5b;
  color: #fff;
}

.hero-bg-pattern-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 324px;
  min-width: 210px;
  float: right;
  background-image: url('../images/Hero-Pattern-2.svg');
  background-position: 50% 50%;
  background-size: cover;
  mix-blend-mode: overlay;
}

.hero-bg-pattern-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  min-height: 136px;
  min-width: 280px;
  float: left;
  background-image: url('../images/Hero-Pattern-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  mix-blend-mode: overlay;
}

.hero-bg-patterns {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 1680px;
  min-height: 558px;
  margin-right: auto;
  margin-left: auto;
}

.hero-bg-gradient-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  max-width: 1920px;
  min-height: 558px;
  min-width: 1280px;
  background-image: radial-gradient(circle farthest-side at 35% 130%, #fff, hsla(0, 0%, 100%, 0));
  mix-blend-mode: overlay;
}

.hero-bg-gradient-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  max-width: 1920px;
  min-height: 558px;
  min-width: 1280px;
  background-image: radial-gradient(circle closest-corner at 35% 95%, #fff, hsla(0, 0%, 100%, 0));
  opacity: 0.2;
  mix-blend-mode: normal;
}

.hero-bg-gradient-3 {
  position: absolute;
  left: 0%;
  top: 508px;
  right: 0%;
  bottom: auto;
  min-height: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  opacity: 0.2;
  mix-blend-mode: overlay;
}

.hero-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-height: 560px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h1-center-default {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.subtitle-center-default {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.about-intro {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.about-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 44px;
  margin-left: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h2-center-default {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.h3-center-default {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.25px;
}

.text-center-default {
  max-width: 600px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.5px;
}

.about-cards-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-card-thumb {
  min-height: 106px;
  min-width: 106px;
}

.about-card-thumb.segura {
  background-image: url('../images/ico-about-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.about-card-thumb.taxas {
  background-image: url('../images/ico-about-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.about-card-thumb.agilidade {
  background-image: url('../images/ico-about-3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.stories-cases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-highlight-inverted {
  background-color: #f6d50a;
  color: #121e5b;
}

.stories-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stories-model-thumb-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 334px;
  min-width: 334px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Storie-Thumb-Big-Contemplado-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.stories-content-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.stories-models-thumbs-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.stories-model-content {
  max-width: 640px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-left-default {
  max-width: 600px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.5px;
}

.stories-model-name {
  display: block;
  color: #121e5b;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.stories-model-thumb-small {
  min-height: 98px;
  min-width: 106px;
}

.stories-model-thumb-small.contemplado-active {
  background-image: url('../images/Storie-Thumb-Nav-Contemplado-0-active.png');
  background-position: 50% 50%;
  background-size: cover;
}

.stories-model-thumb-small.casal-inactive {
  background-image: url('../images/Storie-Thumb-Nav-Casal-0-default.png');
  background-position: 50% 50%;
  background-size: cover;
}

.stories-model-thumb-small.investidora-inactive {
  background-image: url('../images/Storie-Thumb-Nav-Investidora-0-default.png');
  background-position: 50% 50%;
  background-size: cover;
}

.stories-model-thumb-small.novata-inactive {
  background-image: url('../images/Storie-Thumb-Nav-Aplicada-0-default.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

.stories-model-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-left: 16px;
  border-left: 2px solid #32cd00;
  color: #32cd00;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.stories-cases-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.stories-nav-preview {
  display: inline-block;
  padding: 2px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 1000px;
}

.stories-nav-preview-step-on {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  border-radius: 1000px;
  background-color: #121e5b;
}

.stories-nav-preview-box {
  padding-top: 24px;
  padding-right: 48px;
  padding-left: 48px;
}

.stories-nav-preview-step-off {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  border-radius: 1000px;
  background-color: #ccc;
}

.stories-dropdown-box {
  display: block;
  width: 40%;
  margin-right: 32px;
  margin-left: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stories-dropdowns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h2-left-default {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
}

.stories-dropdown {
  position: relative;
  overflow: hidden;
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #121e5b;
  border-radius: 8px;
  background-color: #121e5b;
  cursor: pointer;
}

.stories-dropdown.closed {
  background-color: #121e5b;
  cursor: pointer;
}

.h3-left-default {
  position: static;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  clear: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
}

.stories-down-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3-left-inverted {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
}

.h3-left-inverted.dropdown {
  padding-right: 16px;
}

.arrow-medium {
  width: 22px;
  height: 36px;
}

.arrow-medium.arrow-left-disabled {
  background-image: url('../images/Arrow-Desable.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.arrow-medium.arrow-right {
  background-image: url('../images/Arrow-Active.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.stories-content-model-name_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 16px;
}

.arrow-small {
  width: 10px;
  height: 16px;
}

.arrow-small.arrow-down {
  background-image: url('../images/Arrow-Desable.svg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.arrow-small.arrow-up {
  display: none;
  background-image: url('../images/Arrow-Active.svg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.div-16px {
  min-height: 16px;
  min-width: 16px;
}

.div-12px {
  width: 12px;
  height: 12px;
}

.h3-left-blue {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  color: #121e5b;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
}

.h3-left-blue.dropdown {
  padding-right: 12px;
}

.h1-center-inverted {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.subtitle-center-inverted {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.div-20px {
  min-height: 20px;
  min-width: 20px;
}

.div-24px {
  min-height: 24px;
  min-width: 24px;
}

.dropdown-text-content {
  display: block;
  max-width: 600px;
  color: #121e5b;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.5px;
}

.div-32px {
  min-height: 32px;
  min-width: 32px;
}

.div-48px {
  min-height: 48px;
  min-width: 48px;
}

.div-80px {
  min-height: 80px;
  min-width: 80px;
}

.div-64px {
  min-height: 64px;
  min-width: 64px;
}

.stories-nav-btn-case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-56px {
  min-height: 56px;
  min-width: 56px;
}

.image {
  min-height: 19px;
  min-width: 570px;
}

.faq-cards-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.h2-center-inverted {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
}

.faq-card-body {
  max-width: 334px;
  min-height: 400px;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px 4px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
  background-image: linear-gradient(180deg, #fff, #ebebeb);
}

.faq-card-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-card-icon {
  min-height: 25px;
  min-width: 25px;
  background-image: url('../images/Faq-Card-Icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  color: #121e5b;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.text-block {
  font-size: 16px;
  line-height: 20px;
}

.faq-card-case {
  margin: 16px;
}

.faq-card-footer {
  min-height: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f6d50a;
}

.contact-intro {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-form-case {
  max-width: 50%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact-field {
  margin-bottom: 0px;
  border-radius: 4px;
}

.contact-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #121e5b;
}

.contact-select {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #121e5b;
  border-radius: 4px;
  background-color: #fff;
}

.contact-field-message {
  min-height: 100px;
  margin-bottom: 0px;
  border-radius: 4px;
  white-space: pre;
}

.contact-field-message:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #121e5b;
}

.div-8px {
  min-height: 8px;
  min-width: 8px;
}

.submit-button {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #121e5b;
  border-radius: 100px;
  background-color: #121e5b;
  font-size: 16px;
}

.submit-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #121e5b;
  background-color: #fff;
  color: #121e5b;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block {
  display: block;
}

.contact-footer-models {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 10px solid #f6d50a;
  background-color: #121e5b;
}

.footer-logo {
  position: relative;
  display: block;
  min-height: 30px;
  min-width: 168px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Lg-Secondary-Mono.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.faq-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  mix-blend-mode: overlay;
}

.faq-bg-gradient-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  opacity: 0.2;
  mix-blend-mode: overlay;
}

.faq-bg-gradient-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle closest-corner at 35% 95%, #fff, hsla(0, 0%, 100%, 0));
  opacity: 0.2;
  mix-blend-mode: normal;
}

.faq-bg-gradient-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-side at 35% 130%, #fff, hsla(0, 0%, 100%, 0));
  mix-blend-mode: overlay;
}

.faq-bg-pattern-left {
  position: absolute;
  left: -210px;
  top: 460px;
  right: auto;
  bottom: auto;
  min-height: 420px;
  min-width: 420px;
  float: left;
  background-image: url('../images/faq-bg-pattern-left.png');
  background-position: 50% 50%;
  background-size: cover;
}

.faq-bg-pattern-right {
  position: absolute;
  left: auto;
  top: 320px;
  right: -240px;
  bottom: auto;
  min-height: 475px;
  min-width: 480px;
  float: right;
  background-image: url('../images/faq-bg-pattern-right.png');
  background-position: 50% 50%;
  background-size: cover;
}

.faq-bg-patterns {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
}

.contact-bg-pattern-left {
  position: absolute;
  left: 0px;
  top: 192px;
  bottom: auto;
  min-height: 475px;
  min-width: 480px;
  float: right;
  background-image: url('../images/footer-bg-pattern-left.png');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-bg-pattern-right {
  position: absolute;
  top: 192px;
  right: 0px;
  bottom: auto;
  min-height: 206px;
  min-width: 420px;
  float: right;
  background-image: url('../images/footer-bg-pattern-right.png');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-bg-patterns {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
}

.about-bg-patterns {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
}

.about-bg-pattern-right {
  position: absolute;
  top: 28%;
  right: 0px;
  bottom: auto;
  min-height: 205px;
  min-width: 206px;
  float: right;
  background-image: url('../images/about-bg-pattern-right.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cases-bg-pattern-left {
  position: absolute;
  left: -100px;
  top: 0px;
  bottom: auto;
  min-height: 475px;
  min-width: 480px;
  float: right;
  background-image: url('../images/footer-bg-pattern-left.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cases-bg-patterns {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
}

.cases-bg-pattern-right {
  position: absolute;
  top: 457px;
  right: -210px;
  bottom: auto;
  min-height: 420px;
  min-width: 420px;
  float: right;
  background-image: url('../images/cases-bg-pattern-right.png');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-content-case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stories-dropdown-content-text-closed {
  display: block;
}

.stories-dropdown-content-text-opened {
  display: block;
}

.sct-start {
  padding-top: 72px;
}

.text-span-2 {
  background-color: #f6d50a;
  color: #121e5b;
}

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.menu-list-item {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-width: 186px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ico-menu {
  display: none;
}

.navbar-mob {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: none;
  width: 100%;
  min-width: 1280px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #32cd00;
  background-color: rgba(19, 30, 90, 0.96);
}

.menu-mob-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.menu-mob-item:hover {
  color: #32cd00;
}

.menu-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  .container-full.hero-content-grid {
    margin-top: 40px;
    padding-top: 0px;
  }

  .container-full.navigation {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-title-text {
    font-size: 24px;
    line-height: 36px;
  }

  .hero-subtitle-text {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-images.casal {
    width: 204px;
    height: 163px;
    margin-left: -17px;
  }

  .hero-images.investidora {
    width: 109px;
    height: 190px;
    margin-left: -289px;
  }

  .hero-images.contemplado {
    width: 170px;
    height: 178px;
    margin-left: 39px;
  }

  .hero-images.aplicada {
    width: 144px;
    height: 150px;
    margin-left: -50px;
  }

  .hero-logo {
    min-height: 120px;
    min-width: 340px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    background-position: 0% 50%;
  }

  .hero-text {
    padding-top: 0px;
    padding-bottom: 54px;
  }

  .models-group.footer {
    display: none;
    margin-left: -40px;
  }

  .navbar-wide {
    display: none;
    overflow: visible;
    min-width: auto;
  }

  .hero-group-buttons {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-button {
    font-size: 14px;
    line-height: 16px;
  }

  .btn-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-radius: 0px;
  }

  .btn-menu:hover {
    background-color: transparent;
    color: #32cd00;
  }

  .menu-wide-item {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #32cd00;
  }

  .section.about {
    min-width: 760px;
    margin-top: 370px;
  }

  .section.cases {
    min-width: 760px;
  }

  .section.faq {
    min-width: 760px;
  }

  .section.contact {
    min-width: 760px;
  }

  .section.footer {
    min-width: 760px;
  }

  .section.hero {
    min-height: 440px;
    min-width: 760px;
    padding-top: 48px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .hero-bg-patterns {
    display: none;
  }

  .hero-bg-gradient-1 {
    left: -20%;
    max-width: none;
    min-height: 395px;
    min-width: 100%;
  }

  .hero-bg-gradient-2 {
    left: -16%;
    max-width: none;
    min-height: 395px;
    min-width: 100%;
  }

  .h1-center-default {
    font-size: 24px;
  }

  .subtitle-center-default {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }

  .about-intro {
    max-width: 90%;
  }

  .about-card {
    margin-right: 16px;
    margin-bottom: 24px;
    margin-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h2-center-default {
    font-size: 18px;
  }

  .h3-center-default {
    line-height: 20px;
    text-align: left;
  }

  .text-center-default {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
  }

  .about-cards-all {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-card-thumb.segura {
    min-height: 80px;
    min-width: 80px;
  }

  .about-card-thumb.taxas {
    min-height: 80px;
    min-width: 80px;
  }

  .about-card-thumb.agilidade {
    min-height: 80px;
    min-width: 80px;
  }

  .about-card-content {
    max-width: 520px;
    padding-left: 32px;
  }

  .stories-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stories-model-thumb-big {
    min-height: 280px;
    min-width: 280px;
  }

  .stories-content-nav {
    margin-right: auto;
    margin-left: auto;
    padding-top: 32px;
  }

  .stories-dropdown-box {
    width: 50%;
    margin-right: 16px;
    margin-left: 16px;
  }

  .h2-left-default {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .stories-dropdown.closed {
    height: 70px;
  }

  .h3-left-inverted {
    font-size: 14px;
  }

  .h3-left-inverted.dropdown {
    font-size: 16px;
    line-height: 20px;
  }

  .arrow-small.arrow-down {
    width: 8px;
    height: 12px;
    margin-left: 20px;
  }

  .arrow-small.arrow-up {
    width: 8px;
    height: 12px;
  }

  .h3-left-blue {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }

  .h3-left-blue.dropdown {
    font-size: 16px;
  }

  .h1-center-inverted {
    font-size: 24px;
  }

  .subtitle-center-inverted {
    font-size: 14px;
    line-height: 22px;
  }

  .div-24px {
    display: block;
  }

  .h2-center-inverted {
    font-size: 18px;
  }

  .contact-intro {
    max-width: 90%;
  }

  .contact-form-case {
    max-width: 80%;
  }

  .faq-bg-patterns {
    display: none;
  }

  .contact-bg-patterns {
    display: none;
  }

  .about-bg-patterns {
    display: none;
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .cases-bg-patterns {
    display: none;
  }

  .menu-list {
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 10px solid #32cd00;
  }

  .menu-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #121e5b;
  }

  .menu-mob {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    margin-top: -280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-icon {
    position: relative;
    width: 24px;
    cursor: pointer;
  }

  .ico-menu {
    position: relative;
    z-index: 10;
    display: block;
  }

  .navbar-mob {
    display: block;
    overflow: visible;
    min-width: auto;
  }

  .menu-mob-item {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #32cd00;
  }

  .menu-wide {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    margin-top: -260px;
  }
}

@media screen and (max-width: 479px) {
  .container-full.hero-content-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-full.about {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-title-text {
    font-size: 22px;
    line-height: 32px;
  }

  .hero-subtitle-text {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-images {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-images.casal {
    width: 131px;
    height: 105px;
    margin-left: 47px;
    background-size: contain;
  }

  .hero-images.investidora {
    width: 73px;
    height: 125px;
    margin-left: -212px;
  }

  .hero-images.contemplado {
    width: 117px;
    height: 120px;
    margin-left: 59px;
  }

  .hero-images.aplicada {
    width: 95px;
    height: 99px;
    margin-left: -10px;
  }

  .hero-logo {
    min-height: 96px;
    min-width: 290px;
    margin-bottom: 24px;
    clear: left;
  }

  .hero-text {
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .models-group {
    display: none;
  }

  .models-group.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-group-buttons {
    margin-top: 32px;
  }

  .section.about {
    min-width: 320px;
    margin-top: 726px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.cases {
    min-width: 320px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section.faq {
    min-width: 320px;
    padding: 56px 16px;
  }

  .section.contact {
    min-width: 320px;
  }

  .section.footer {
    min-width: 320px;
  }

  .section.hero {
    min-height: 560px;
    min-width: 320px;
  }

  .hero-bg-gradient-1 {
    min-height: 760px;
    background-image: radial-gradient(circle farthest-side at 50% 130%, #fff, hsla(0, 0%, 100%, 0));
  }

  .hero-bg-gradient-2 {
    min-height: 750px;
    background-image: radial-gradient(circle closest-corner at 50% 95%, #fff, hsla(0, 0%, 100%, 0));
  }

  .hero-bg-gradient-3 {
    top: 710px;
  }

  .hero-bg {
    max-height: 660px;
  }

  .h1-center-default {
    text-align: left;
  }

  .subtitle-center-default {
    text-align: left;
  }

  .about-intro {
    max-width: none;
  }

  .about-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .h3-center-default {
    text-align: left;
  }

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

  .about-card-thumb.segura {
    min-height: 48px;
    min-width: 48px;
  }

  .about-card-thumb.taxas {
    min-height: 48px;
    min-width: 48px;
  }

  .about-card-thumb.agilidade {
    min-height: 48px;
    min-width: 48px;
  }

  .about-card-content {
    padding-left: 0px;
  }

  .about-highlights {
    padding-right: 16px;
    padding-left: 16px;
  }

  .stories-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .stories-model-thumb-big {
    min-height: 180px;
    min-width: 180px;
  }

  .stories-model-thumb-small.contemplado-active {
    min-height: 56px;
    min-width: 60px;
  }

  .stories-model-thumb-small.casal-inactive {
    min-height: 56px;
    min-width: 60px;
  }

  .stories-model-thumb-small.investidora-inactive {
    min-height: 56px;
    min-width: 60px;
  }

  .stories-model-thumb-small.novata-inactive {
    min-height: 56px;
    min-width: 60px;
  }

  .stories-nav-preview-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stories-dropdown-box {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .stories-dropdowns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h2-left-default {
    line-height: 24px;
    text-align: left;
  }

  .stories-dropdown.closed {
    height: 70px;
  }

  .h3-left-inverted {
    font-size: 16px;
    line-height: 20px;
  }

  .stories-content-model-name_title {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .arrow-small.arrow-down {
    width: 12px;
    height: 12px;
    margin-left: 0px;
  }

  .arrow-small.arrow-up {
    width: 12px;
    height: 12px;
  }

  .h3-left-blue.dropdown {
    font-size: 16px;
  }

  .h1-center-inverted {
    text-align: left;
  }

  .subtitle-center-inverted {
    text-align: left;
  }

  .subtitle-center-inverted.footer {
    text-align: center;
  }

  .stories-nav-btn-case {
    display: none;
  }

  .faq-card-case {
    margin-right: 0px;
    margin-left: 0px;
  }

  .submit-button {
    padding-right: 58px;
    padding-left: 58px;
  }

  .contact-footer-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .menu-mob {
    margin-top: 0px;
  }
}

#w-node-c4734e0e-d3e2-1f32-8cea-1504adc8353c-24d72581 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-c4734e0e-d3e2-1f32-8cea-1504adc8353c-24d72581 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_2cf8c7d7-e5e6-6d12-51ce-ba540176c954-24d72581 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}