:root {
  --text: white;
  --gray-300: #a1a7af;
  --yella: #fffbb4;
  --background: #1e2028;
  --backup-blue: #4d6bff;
  --tomato: #ff613f;
  --sky-blue: #00d3f0;
  --pale-goldenrod: #e2f9a2;
  --tranparent: rgba(0, 0, 0, 0);
  --ghost-white: #eeeff8;
  --black-900: #313237;
  --relume-library-lite-rl-black: #000;
  --yellow: #ffd000;
  --indian-red: #fd3846;
}

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

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

h1 {
  text-align: center;
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 86px;
  font-weight: 500;
  line-height: 96px;
}

h2 {
  color: var(--text);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 46px;
}

h3 {
  color: var(--text);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

p {
  color: var(--gray-300);
  text-align: center;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: var(--yella);
}

.body {
  background-color: var(--background);
  color: #fff;
  cursor: auto;
  background-image: url('../images/backgroundsite_1backgroundsite.webp');
  background-position: 100% 70%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Rubik Mono One;
  display: flex;
  overflow: visible;
}

.item {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.item.opens--menu {
  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;
}

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

.menu__close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 24px;
}

.menu__scrim {
  background-color: rgba(19, 19, 19, .5);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  min-width: 0;
  max-width: none;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.slider__mask {
  font-family: Grifter, sans-serif;
  position: relative;
  overflow: visible;
}

.slide {
  position: static;
}

.slide__image {
  object-fit: contain;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
}

.slide__wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slide__title {
  text-align: center;
  font-family: Grifter, sans-serif;
  font-size: 11vw;
  line-height: 100%;
}

.slider__arrow {
  z-index: 1;
  width: 18vw;
}

.slider__arrow.is--previous, .slider__arrow.is--next {
  width: 37vw;
}

.hide {
  display: none;
}

.slide__link {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 50vw;
  display: flex;
}

.cursor {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor__dot {
  background-color: var(--backup-blue);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.cursor__arrow {
  filter: invert();
  width: 28px;
}

.slide__image-wrapper {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.slide__parallax-1 {
  width: 40%;
  height: 80%;
}

.slide__parallax-2 {
  position: absolute;
}

.heading-3 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  overflow: visible;
}

.text-block {
  color: var(--gray-300);
  text-align: center;
  letter-spacing: 0;
  max-width: 660px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-block._2 {
  color: var(--tomato);
  -webkit-text-stroke-color: var(--gray-300);
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.text-block._3 {
  color: var(--gray-300);
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text-block._4 {
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-weight: 300;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.ball {
  z-index: -1;
  background-color: var(--backup-blue);
  filter: blur(80px);
  border-radius: 50%;
  width: 600px;
  height: 600px;
  margin-left: auto;
  padding-bottom: 0;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.ball._2 {
  background-color: var(--sky-blue);
  filter: blur(80px);
  width: 200px;
  height: 200px;
  display: none;
}

.ball._3 {
  background-color: var(--tomato);
  filter: blur(80px);
  width: 300px;
  height: 300px;
  display: none;
}

.ball._4 {
  background-color: var(--pale-goldenrod);
  filter: blur(70px);
  width: 200px;
  height: 200px;
  display: none;
}

.button-3 {
  background-color: var(--backup-blue);
  text-align: center;
  border-radius: 100px;
  padding: 15px 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s;
  display: block;
  box-shadow: 0 30px 16px -20px rgba(0, 0, 0, .2);
}

.button-3:hover {
  color: var(--backup-blue);
  background-color: #fff;
}

.logos-clients {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--tranparent);
  border-bottom: 0 solid #e4ebf3;
  justify-content: flex-start;
  align-items: center;
  max-width: 1040px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 30px;
}

.clients-wrapper-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .4;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.clients-image-three {
  height: 63px;
}

.sessao8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.sessao8._4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-4 {
  color: var(--ghost-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Grifter, sans-serif;
  font-size: 52px;
  line-height: 52px;
}

.heading-4._2 {
  color: var(--text);
  text-align: center;
  letter-spacing: -2px;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 46px;
}

.heading-4._3 {
  text-align: left;
  letter-spacing: -2px;
  max-width: 440px;
  font-family: Space Grotesk, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 46px;
}

.planos {
  border-bottom: 0 solid #e4ebf3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 20px;
  display: grid;
}

.team-grid._2 {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  display: flex;
}

.team-card {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(0deg, var(--black-900) 10%, rgba(0, 0, 0, 0) 90%);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 30px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-card._2 {
  background-image: none;
  width: 100%;
  padding: 20px 40px;
}

.team-card.img {
  background-color: var(--background);
  background-image: none;
  border-radius: 15px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-right: 200px;
}

.team-member-image {
  object-fit: scale-down;
  border-radius: 0%;
  width: 100px;
  height: 60px;
  margin-bottom: 20px;
  padding: 0;
}

.team-member-image._3 {
  width: 140px;
}

.container-2 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-slider-two {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.testimonial-slide {
  background-color: var(--backup-blue);
  justify-content: center;
  align-items: center;
  padding: 30px 12px 30px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  filter: brightness(200%);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 24px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  border: 2px solid var(--backup-blue);
  object-fit: cover;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-right: -12px;
}

.testimonial-image._2 {
  border-width: 0;
  width: 32px;
  height: 32px;
  margin-right: 0;
}

.testimonial-image._3 {
  border-width: 0;
  margin-right: 0;
}

.testimonial-slider-arrow {
  height: auto;
  margin-bottom: 60px;
  display: none;
}

.testimonial-slider-nav {
  -webkit-text-stroke-color: var(--ghost-white);
  border: 0 solid #000;
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-large-2 {
  -webkit-text-stroke-color: var(--background);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0 solid #e4ebf3;
  width: 100vw;
  height: 240px;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.testimonial-quote-2 {
  text-align: center;
  margin-bottom: 32px;
  font-family: Grifter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-author-name-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

.mask {
  color: #fff;
  background-color: #4d6bff;
  box-shadow: 0 50px 40px -20px rgba(0, 0, 0, .2);
}

.sessao4 {
  opacity: 1;
  background-color: rgba(30, 32, 40, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.sessao4._2 {
  background-color: var(--tranparent);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
}

.heading-5 {
  color: var(--ghost-white);
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.recentwork {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 40px;
}

.div-block-2 {
  border-bottom: 2px solid rgba(255, 255, 255, .12);
}

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

.rl-text-style-medium {
  color: var(--gray-300);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-regular {
  color: var(--gray-300);
  text-align: left;
  border: 0 solid #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.rl-text-style-regular.sub {
  color: var(--text);
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.rl-text-style-regular.tag {
  white-space: nowrap;
  border-radius: 100px;
  padding: 4px 12px;
}

.rl-padding-global {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 1080px;
  margin-top: 40px;
  display: flex;
}

.rl_pricing18_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_pricing18_icon {
  color: var(--backup-blue);
  -webkit-text-stroke-color: var(--sky-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.5rem;
  display: flex;
}

.rl_pricing18_icon-wrapper {
  color: var(--relume-library-lite-rl-black);
  flex: none;
  align-self: flex-start;
}

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

.rl_pricing18_feature-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rl_pricing18_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_pricing18_spacing-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rl_pricing18_spacing-block-4._2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.rl-heading-style-h1 {
  color: var(--text);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.rl-heading-style-h1._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.rl-heading-style-h6 {
  color: var(--gray-300);
  text-align: left;
  letter-spacing: -1px;
  -webkit-text-stroke-color: var(--backup-blue);
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.rl_pricing18_plan-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.rl_pricing18_plan {
  background-color: rgba(49, 50, 55, 0);
  background-image: linear-gradient(0deg, rgba(49, 50, 55, 0), var(--black-900));
  border-radius: 20px;
  flex: 0 auto;
  width: 380px;
  padding: 40px;
}

.rl_pricing18_spacing-block-7 {
  border-bottom: 2px solid rgba(255, 255, 255, .2);
  width: 100%;
  max-width: 1080px;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.rl_pricing18_spacing-block-7._2 {
  border-bottom-color: var(--backup-blue);
  max-width: 1080px;
  margin-bottom: 10px;
  padding-bottom: 60px;
  display: block;
}

.rl_pricing18_spacing-block-7._3 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--backup-blue) #4d6bff var(--gray-300);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
  padding-bottom: 0;
}

.rl_pricing18_heading-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.rl_section_pricing18 {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-4 {
  margin-top: 0;
  margin-bottom: -16px;
  padding-bottom: 0;
  overflow: hidden;
}

.logo {
  flex: none;
  align-self: center;
  margin-top: 4px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.logo._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.faq {
  background-color: rgba(255, 255, 255, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.faq-list-wrapper {
  display: none;
}

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

.faq-wrap {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: block;
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.faq-answer-wrap {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 16px;
  display: flex;
}

.question {
  color: var(--ghost-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

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

.image-3 {
  filter: invert();
  width: 100%;
  height: 20px;
}

.awser {
  color: var(--gray-300);
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.footer2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.wrapper {
  width: 100vw;
  margin-top: 60px;
  margin-bottom: 0;
  overflow: hidden;
}

.loop_container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.images {
  flex: none;
  align-items: center;
  display: block;
}

.image1 {
  height: 360px;
  margin-right: 12px;
  display: inline-flex;
}

.div-block-7 {
  grid-column-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.space {
  width: 100%;
  height: 50px;
}

.floater {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.star {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.wrapstar {
  flex-flow: column;
  margin-left: 20px;
  display: flex;
}

.text-block-9 {
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.code-embed, .code-embed-2, .code-embed-3, .code-embed-4, .code-embed-5 {
  color: var(--yellow);
}

.bold-text {
  color: var(--ghost-white);
  font-weight: 500;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.heading-7:hover {
  color: var(--backup-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.heading-7._2 {
  line-height: 24px;
}

.link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--backup-blue);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 10px 10px;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.link-block:hover {
  background-color: var(--text);
  color: var(--ghost-white);
}

.italic-text {
  color: var(--gray-300);
  margin-right: 0;
  font-size: 14px;
  font-style: italic;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1080px;
  height: 90px;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.menulink {
  display: flex;
}

.menulink2 {
  cursor: pointer;
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  transition: background-color .3s cubic-bezier(.86, 0, .07, 1);
}

.menulink2:hover {
  color: var(--ghost-white);
  background-color: rgba(0, 0, 0, .66);
  border-radius: 8px;
  padding: 10px 20px;
}

.menulink2._2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border: 1px solid var(--ghost-white);
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding: 5px 15px;
  transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.menulink2._2:hover {
  border-width: 1px;
  border-color: var(--tranparent);
  background-color: var(--background);
  color: var(--text);
  background-image: linear-gradient(0deg, rgba(238, 239, 248, 0), rgba(238, 239, 248, .17));
}

.code-embed-8 {
  background-color: var(--tranparent);
  opacity: 1;
  margin-bottom: -60px;
}

.box-testemunho {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black-900);
  border-radius: 20px;
  flex-flow: column;
  margin-bottom: 2rem;
  padding: 30px;
  display: flex;
}

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

.text-block-10 {
  color: var(--gray-300);
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-block-11 {
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.wrap-testimonial {
  column-count: 3;
  column-rule-width: 0px;
  word-break: break-word;
  column-gap: 2rem;
  width: 1080px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.testimonials {
  margin-top: 60px;
}

.comofunciona {
  background-color: var(--tranparent);
  opacity: 1;
  margin-top: 60px;
}

.gradiente {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 0px solid var(--black-900);
  background-image: linear-gradient(0deg, rgba(30, 32, 40, 0), var(--black-900));
  color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin-top: 0;
  padding: 40px 20px;
  display: flex;
}

.footer {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1080px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.sessao1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.problema {
  background-color: var(--tranparent);
  opacity: 1;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.wrapper2 {
  width: 100vw;
  margin-top: 10px;
  margin-bottom: 60px;
  overflow: hidden;
}

.loop_container2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.images2 {
  flex: none;
  align-items: center;
  display: block;
}

.divisor {
  opacity: .4;
  background-color: #fff;
  flex: none;
  width: 2px;
  height: 50px;
  margin-left: 30px;
}

.logos {
  flex: none;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.text-block-12 {
  text-align: right;
  flex: none;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
}

.div-block-10 {
  z-index: 10;
  background-color: var(--tranparent);
  background-image: linear-gradient(90deg, var(--background) 3%, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0) 84%, #1e2028 98%);
  align-self: center;
  width: 900px;
  height: 50px;
  position: absolute;
}

.tag {
  border: 1px solid var(--gray-300);
  justify-content: center;
  align-items: center;
  display: flex;
}

.gride {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  display: inline-flex;
}

.code-embed-10 {
  background-color: var(--tranparent);
  opacity: 1;
  margin-bottom: -4px;
}

.text-block-13 {
  padding-top: 0;
}

.image2 {
  height: 360px;
  margin-right: 12px;
  display: inline-flex;
}

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

.text-span {
  color: var(--gray-300);
  font-size: .8rem;
  font-weight: 400;
}

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

.gradiente2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 0px solid var(--black-900);
  background-color: var(--tranparent);
  background-image: linear-gradient(0deg, rgba(30, 32, 40, 0), var(--black-900));
  color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin-top: 0;
  padding: 30px 40px;
  display: flex;
}

.rl-heading-style-h62 {
  color: var(--gray-300);
  text-align: left;
  letter-spacing: -1px;
  -webkit-text-stroke-color: var(--backup-blue);
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

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

.small {
  text-align: left;
  font-size: 24px;
  line-height: 26px;
}

.planounico {
  background-color: var(--tranparent);
  opacity: 1;
  margin-top: 60px;
}

.heading-1 {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
}

.trabalhocriativo {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .body {
    background-position: 100% 100%;
  }

  .slide__image {
    filter: none;
  }

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

  .slide__link {
    width: 90vw;
    height: 40vw;
  }

  .slide__parallax-1 {
    width: 40%;
    height: 90%;
  }

  .ball._2 {
    margin-left: 600px;
  }

  .ball._3 {
    margin-left: 900px;
  }

  .logos-clients {
    background-color: var(--tranparent);
  }

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

  .heading-4._2 {
    color: #fff;
  }

  .planos {
    border-bottom-width: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .team-member-image {
    width: 100px;
    height: 60px;
    max-height: none;
  }

  .testimonial-slide {
    background-color: var(--backup-blue);
    justify-content: center;
  }

  .testimonial-content {
    justify-content: flex-start;
    align-items: center;
    max-width: 600px;
  }

  .testimonial-slider-large-2 {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-width: 0;
    width: 100vw;
    height: 240px;
  }

  .testimonial-quote-2 {
    color: #fff;
    text-align: center;
    font-family: Grifter, sans-serif;
  }

  .testimonial-author-name-2, .text-block-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .sessao4 {
    width: 100vw;
  }

  .rl-text-style-regular {
    border-width: 0;
    display: flex;
  }

  .rl-text-style-regular.tag {
    white-space: nowrap;
    border-width: 1px;
    border-radius: 100px;
    padding: 8px 15px;
    font-size: 12px;
    display: block;
  }

  .rl_section_pricing18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    display: flex;
  }

  .problema {
    width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  .text-block {
    letter-spacing: 0;
  }

  .logos-clients {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .clients-wrapper-three {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .sessao8 {
    width: 100%;
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4._2 {
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 42px;
  }

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

  .team-grid._2 {
    flex-flow: column;
    display: flex;
  }

  .team-card.img {
    justify-content: center;
    align-items: center;
    padding-right: 40px;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .grid {
    flex: 0 auto;
    grid-auto-flow: row;
    align-content: space-between;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl-padding-global {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rl_pricing18_plan {
    width: 100%;
  }

  .rl_pricing18_spacing-block-7 {
    padding-bottom: 4.5rem;
  }

  .faq-question-wrap {
    min-width: 100%;
  }

  .wrap-testimonial {
    column-count: 1;
    flex-flow: column;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .testimonials {
    margin-top: 40px;
  }

  .comofunciona {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sessao1 {
    width: 100%;
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .planounico {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .text-block {
    letter-spacing: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
  }

  .text-block._2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-clients {
    display: none;
  }

  .clients-wrapper-three {
    flex-flow: row;
    margin-bottom: -30px;
  }

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

  .heading-4._2 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
  }

  .heading-4._3 {
    text-align: center;
    max-width: 400px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .planos {
    margin-top: 0;
    padding: 60px 15px;
  }

  .team-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

  .grid {
    flex-direction: column;
    display: flex;
  }

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

  .rl-padding-global {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .rl_pricing18_spacing-block-6, .rl_pricing18_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

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

  .rl-heading-style-h1._2 {
    margin-bottom: 20px;
  }

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

  .rl_pricing18_plan {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rl_pricing18_spacing-block-7 {
    padding-bottom: 3rem;
  }

  .faq-question-wrap {
    min-width: 100%;
  }

  .menulink {
    display: none;
  }

  .testimonials {
    margin-top: 0;
  }

  .comofunciona {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gradiente {
    width: 100%;
  }

  .gradiente2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .planounico {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-1 {
    font-size: 50px;
    line-height: 70px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block {
    letter-spacing: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .logos-clients {
    flex-flow: row;
  }

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    justify-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .sessao8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-4._2 {
    letter-spacing: -1px;
    font-size: 27px;
    line-height: 36px;
  }

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

  .team-grid._2 {
    align-items: center;
  }

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

  .team-card._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-card.img {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .grid {
    flex-direction: column;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rl_pricing18_plan {
    width: 100%;
  }

  .rl_pricing18_heading-wrapper {
    padding-right: 10px;
  }

  .faq-question-wrap {
    min-width: 100%;
  }

  .wrapper, .loop_container {
    height: auto;
  }

  .text-block-9 {
    font-size: 10px;
  }

  .comofunciona {
    margin-top: 40px;
  }

  .wrapper2, .loop_container2 {
    height: auto;
  }

  .gradiente2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .planounico {
    margin-top: 40px;
  }

  .heading-1 {
    letter-spacing: -2px;
    font-size: 30px;
    line-height: 48px;
  }
}

#w-node-_3b12e3ca-3a70-3810-58d0-0e1aafc002e3-3f07fc57, #w-node-_3b12e3ca-3a70-3810-58d0-0e1aafc002ee-3f07fc57, #w-node-_3b12e3ca-3a70-3810-58d0-0e1aafc002f6-3f07fc57, #w-node-_4ca3a344-0a44-3677-3520-2dfa8822cd51-3f07fc57, #w-node-_4ca3a344-0a44-3677-3520-2dfa8822cd5c-3f07fc57, #w-node-_4ca3a344-0a44-3677-3520-2dfa8822cd66-3f07fc57, #w-node-_07797345-f361-9d89-5b64-ebbf6685b8ea-3f07fc57, #w-node-_07797345-f361-9d89-5b64-ebbf6685b8f0-3f07fc57, #w-node-_07797345-f361-9d89-5b64-ebbf6685b8f6-3f07fc57, #w-node-_3a7f5092-8738-d09f-3b66-cfcd89a857e5-3f07fc57, #w-node-a428c64c-712e-81c1-2389-434c9163b7e7-3f07fc57, #w-node-_27f1bf07-caff-3784-34eb-c2cbd33710b1-3f07fc57, #w-node-f7bd1986-e4b3-ac28-c29e-b99c4ab13068-3f07fc57, #w-node-_7f041cd0-a34a-8e32-0d47-7af7c32158b2-3f07fc57, #w-node-_5d2430a2-8876-11f9-3af6-4b73c13afd43-3f07fc57, #w-node-af95eb20-d7b5-11f1-e094-58aec8d9ec77-3f07fc57, #w-node-_265a7f52-735b-5a19-0d28-cfe1c6bc1c0d-3f07fc57, #w-node-ee6f87e0-9eab-abc0-4c41-23971cd56741-3f07fc57, #w-node-_7a1c3cb8-2fe7-3a85-5441-87472690f32a-3f07fc57, #w-node-_44136e42-7f6c-b6bf-4866-d587a504dac6-3f07fc57, #w-node-_21b315b0-1325-c31c-bd5d-bb088a3ad612-3f07fc57, #w-node-c45a8d01-3a77-2980-3fdf-cf25090298d1-3f07fc57, #w-node-af69224c-7078-a3f4-b792-59b65a4a5a3c-3f07fc57, #w-node-c3821633-1fff-a4df-c58b-c00a92b7d0c1-3f07fc57, #w-node-_722b2fdd-bdd2-2934-180f-9d14cff5a44c-3f07fc57, #w-node-_8042d81a-e96f-c356-6d91-6221a1172f86-3f07fc57, #w-node-_413febb1-d06d-3985-753b-03c051c4fc26-3f07fc57, #w-node-_8007de69-5e0f-cedd-fe14-07d5a31eea33-3f07fc57, #w-node-a07bac0f-98a1-77e0-e525-44e8d1253ecb-3f07fc57, #w-node-_1b870246-2032-255a-7674-16a9054ee07b-3f07fc57, #w-node-_8dfbbe21-6d2e-de83-137a-c6b99071cdbd-3f07fc57, #w-node-_944bb117-c6db-2116-cfbc-051cf756e0a9-3f07fc57, #w-node-_91eadb9c-617b-f84d-a11b-3b3e79c4e0bd-3f07fc57, #w-node-ebc00c10-348c-8251-77c1-93209712021c-3f07fc57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70df242c-a8aa-11b9-acb4-64369429360c-3f07fc57, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a83e-3f07fc57, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a839-3f07fc57, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a834-3f07fc57, #w-node-f598969e-ae59-63ea-a512-31edd41be327-3f07fc57, #w-node-f193fdeb-f454-25f6-0d6b-7986913ba430-3f07fc57, #w-node-_3a9cb3fb-193e-fc01-8b8c-a165353cfa4f-3f07fc57, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a856-3f07fc57, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a85b-3f07fc57, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a860-3f07fc57, #w-node-_5c4d6640-a233-67aa-218d-024c0d93d06c-3f07fc57, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a865-3f07fc57, #w-node-_2941993f-5373-411c-baaf-b707ec0b9893-3f07fc57, #w-node-_280f01f5-1877-b51c-6a30-d3892bf675b9-3f07fc57, #w-node-c31302b6-bebb-be87-f5df-83de3da6b4f8-3f07fc57, #w-node-c31302b6-bebb-be87-f5df-83de3da6b4fd-3f07fc57, #w-node-c31302b6-bebb-be87-f5df-83de3da6b502-3f07fc57, #w-node-c31302b6-bebb-be87-f5df-83de3da6b507-3f07fc57, #w-node-c31302b6-bebb-be87-f5df-83de3da6b50c-3f07fc57, #w-node-c31302b6-bebb-be87-f5df-83de3da6b511-3f07fc57, #w-node-bc666018-a317-0476-6ab5-4d38fe25439d-3f07fc57 {
  align-self: start;
}

#w-node-_406bd6a3-f767-59ee-95cd-113364c46eb0-3f07fc5c, #w-node-a7892321-db2b-0e98-f923-fcbd1db8847c-3f07fc5c, #w-node-_44ad6ba8-45b2-25b8-733e-6894855c387f-3f07fc5c, #w-node-_59328c68-3be6-d8e7-5a1f-8297b21c7be0-3f07fc5c, #w-node-_406bd6a3-f767-59ee-95cd-113364c46eb4-3f07fc5c, #w-node-_406bd6a3-f767-59ee-95cd-113364c46eb8-3f07fc5c, #w-node-_3b12e3ca-3a70-3810-58d0-0e1aafc002e3-3f07fc5c, #w-node-_3b12e3ca-3a70-3810-58d0-0e1aafc002ee-3f07fc5c, #w-node-_3b12e3ca-3a70-3810-58d0-0e1aafc002f6-3f07fc5c, #w-node-_4ca3a344-0a44-3677-3520-2dfa8822cd51-3f07fc5c, #w-node-_4ca3a344-0a44-3677-3520-2dfa8822cd5c-3f07fc5c, #w-node-_4ca3a344-0a44-3677-3520-2dfa8822cd66-3f07fc5c, #w-node-_07797345-f361-9d89-5b64-ebbf6685b8ea-3f07fc5c, #w-node-_07797345-f361-9d89-5b64-ebbf6685b8f0-3f07fc5c, #w-node-_07797345-f361-9d89-5b64-ebbf6685b8f6-3f07fc5c, #w-node-_3a7f5092-8738-d09f-3b66-cfcd89a857e5-3f07fc5c, #w-node-a428c64c-712e-81c1-2389-434c9163b7e7-3f07fc5c, #w-node-_27f1bf07-caff-3784-34eb-c2cbd33710b1-3f07fc5c, #w-node-f7bd1986-e4b3-ac28-c29e-b99c4ab13068-3f07fc5c, #w-node-_7f041cd0-a34a-8e32-0d47-7af7c32158b2-3f07fc5c, #w-node-_5d2430a2-8876-11f9-3af6-4b73c13afd43-3f07fc5c, #w-node-af95eb20-d7b5-11f1-e094-58aec8d9ec77-3f07fc5c, #w-node-_265a7f52-735b-5a19-0d28-cfe1c6bc1c0d-3f07fc5c, #w-node-ee6f87e0-9eab-abc0-4c41-23971cd56741-3f07fc5c, #w-node-_7a1c3cb8-2fe7-3a85-5441-87472690f32a-3f07fc5c, #w-node-_44136e42-7f6c-b6bf-4866-d587a504dac6-3f07fc5c, #w-node-_21b315b0-1325-c31c-bd5d-bb088a3ad612-3f07fc5c, #w-node-c45a8d01-3a77-2980-3fdf-cf25090298d1-3f07fc5c, #w-node-af69224c-7078-a3f4-b792-59b65a4a5a3c-3f07fc5c, #w-node-c3821633-1fff-a4df-c58b-c00a92b7d0c1-3f07fc5c, #w-node-_722b2fdd-bdd2-2934-180f-9d14cff5a44c-3f07fc5c, #w-node-_8042d81a-e96f-c356-6d91-6221a1172f86-3f07fc5c, #w-node-_413febb1-d06d-3985-753b-03c051c4fc26-3f07fc5c, #w-node-_8007de69-5e0f-cedd-fe14-07d5a31eea33-3f07fc5c, #w-node-a07bac0f-98a1-77e0-e525-44e8d1253ecb-3f07fc5c, #w-node-_1b870246-2032-255a-7674-16a9054ee07b-3f07fc5c, #w-node-_8dfbbe21-6d2e-de83-137a-c6b99071cdbd-3f07fc5c, #w-node-_944bb117-c6db-2116-cfbc-051cf756e0a9-3f07fc5c, #w-node-_91eadb9c-617b-f84d-a11b-3b3e79c4e0bd-3f07fc5c, #w-node-ebc00c10-348c-8251-77c1-93209712021c-3f07fc5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70df242c-a8aa-11b9-acb4-64369429360c-3f07fc5c, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a83e-3f07fc5c, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a839-3f07fc5c, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a834-3f07fc5c, #w-node-f598969e-ae59-63ea-a512-31edd41be327-3f07fc5c, #w-node-f193fdeb-f454-25f6-0d6b-7986913ba430-3f07fc5c, #w-node-_3a9cb3fb-193e-fc01-8b8c-a165353cfa4f-3f07fc5c, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a856-3f07fc5c, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a85b-3f07fc5c, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a860-3f07fc5c, #w-node-_5c4d6640-a233-67aa-218d-024c0d93d06c-3f07fc5c, #w-node-faffecd0-7670-7648-4784-b7ce6ec6a865-3f07fc5c, #w-node-_2941993f-5373-411c-baaf-b707ec0b9893-3f07fc5c, #w-node-_280f01f5-1877-b51c-6a30-d3892bf675b9-3f07fc5c, #w-node-c31302b6-bebb-be87-f5df-83de3da6b4f8-3f07fc5c, #w-node-c31302b6-bebb-be87-f5df-83de3da6b4fd-3f07fc5c, #w-node-c31302b6-bebb-be87-f5df-83de3da6b502-3f07fc5c, #w-node-c31302b6-bebb-be87-f5df-83de3da6b507-3f07fc5c, #w-node-c31302b6-bebb-be87-f5df-83de3da6b50c-3f07fc5c, #w-node-c31302b6-bebb-be87-f5df-83de3da6b511-3f07fc5c, #w-node-bc666018-a317-0476-6ab5-4d38fe25439d-3f07fc5c {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_3b12e3ca-3a70-3810-58d0-0e1aafc002ee-3f07fc57, #w-node-_3b12e3ca-3a70-3810-58d0-0e1aafc002f6-3f07fc57, #w-node-_4ca3a344-0a44-3677-3520-2dfa8822cd5c-3f07fc57, #w-node-_4ca3a344-0a44-3677-3520-2dfa8822cd66-3f07fc57, #w-node-_07797345-f361-9d89-5b64-ebbf6685b8f0-3f07fc57, #w-node-_07797345-f361-9d89-5b64-ebbf6685b8f6-3f07fc57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-faffecd0-7670-7648-4784-b7ce6ec6a839-3f07fc57 {
    align-self: start;
  }

  #w-node-_406bd6a3-f767-59ee-95cd-113364c46eb4-3f07fc5c, #w-node-_406bd6a3-f767-59ee-95cd-113364c46eb8-3f07fc5c, #w-node-_3b12e3ca-3a70-3810-58d0-0e1aafc002ee-3f07fc5c, #w-node-_3b12e3ca-3a70-3810-58d0-0e1aafc002f6-3f07fc5c, #w-node-_4ca3a344-0a44-3677-3520-2dfa8822cd5c-3f07fc5c, #w-node-_4ca3a344-0a44-3677-3520-2dfa8822cd66-3f07fc5c, #w-node-_07797345-f361-9d89-5b64-ebbf6685b8f0-3f07fc5c, #w-node-_07797345-f361-9d89-5b64-ebbf6685b8f6-3f07fc5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-faffecd0-7670-7648-4784-b7ce6ec6a839-3f07fc5c {
    align-self: start;
  }
}


@font-face {
  font-family: 'Grifter';
  src: url('../fonts/grifterbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}