:root {
  --body-background: white;
  --button-default: #117359;
  --box-borders: #f2f3ff;
  --shadow: #1d01501a;
  --text: black;
  --color-on-cta: white;
  --input-borders: #b7bbd1;
  --strip: #2fa38a;
  --smooth-green: #1a8a6a;
  --cinza: #3f3f3f;
  --azul-petroleo: #0f3d5e;
  --azul-medico: #1f6e8c;
  --azul-claro: #eaf3f7;
  --quase-branco: #f7f9fb;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--body-background);
  color: #260606;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--button-default);
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 5px solid var(--button-default);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.main-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.main-section._50-pad {
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.main-section.blue-bg {
  background-color: var(--button-default);
}

.main-section.no-bp {
  padding-bottom: 0;
}

.main-section.second-color {
  background-color: var(--box-borders);
}

.main-section.hero {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: auto;
}

.main-section.laudos {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 0 0;
  background-size: cover;
}

.main-section.presencial, .main-section.sobre {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 0 0;
  background-size: auto;
}

.main-section.bg {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: cover;
}

.main-section.bg.cover {
  background-size: contain;
}

.main-container {
  z-index: 5;
  width: 100%;
  max-width: 1100px;
  position: relative;
}

.main-container.no-max-width {
  max-width: none;
}

.main-container.padding-top {
  padding-top: 100px;
}

.grid_1-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

.grid_1-2.reverse.justify-center {
  justify-items: center;
}

.grid_1-2._75-space {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

.grid_1-2._75-space._1x1 {
  grid-template-columns: 1fr;
}

.grid_1-2.tight {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}

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

.hero-image {
  box-shadow: 21px 21px 30px -10px var(--shadow);
  border-radius: 10px;
  width: 100%;
}

.hero-image.tall {
  object-fit: cover;
  min-height: 450px;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-wrap.center {
  justify-content: center;
  align-items: center;
}

.h1 {
  color: var(--text);
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.spacer_xs {
  width: 100%;
  height: 10px;
}

.spacer_m {
  width: 100%;
  height: 20px;
}

.spacer_l {
  width: 100%;
  height: 30px;
}

.spacer_xl {
  width: 100%;
  height: 40px;
}

.paragraph {
  opacity: .9;
  color: var(--text);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph.mw-400 {
  max-width: 400px;
}

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

.button {
  background-color: var(--button-default);
  box-shadow: 0 10px 20px -3px var(--shadow);
  color: var(--color-on-cta);
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
}

.button:hover {
  background-color: var(--text);
  box-shadow: none;
}

.button.secondary {
  border: 2px solid var(--button-default);
  background-color: var(--body-background);
  color: var(--button-default);
  padding-top: 13px;
  padding-left: 25px;
  padding-right: 25px;
}

.button.secondary:hover {
  border-color: var(--text);
  color: var(--text);
}

.button.tertiary {
  color: var(--button-default);
  background-color: #0000;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
}

.button.tertiary:hover {
  color: var(--text);
}

.button.in-nav {
  color: var(--color-on-cta);
  height: auto;
  margin-left: 30px;
  padding: 9px 17px;
  font-size: 14px;
}

.button.in-horizontal-form {
  height: 52px;
  margin-top: 0;
  margin-left: 10px;
}

.button.in-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
}

.button.absolute {
  position: absolute;
  inset: 0% 0% auto auto;
}

.button.button_pricing {
  padding-left: 0;
  padding-right: 0;
}

.button.in-pricing {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.subheader {
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
}

.subheader.cta-color {
  color: var(--button-default);
  font-weight: 600;
}

.content-wrap_center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap_center.mw-800 {
  max-width: 800px;
}

.content-wrap_center._100-p-width {
  width: 100%;
}

.divider-section {
  background-color: var(--box-borders);
  color: var(--text);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 25px 5%;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.logo-section_infinite {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img {
  color: var(--text);
}

.logo-img.infinite {
  margin-right: 200px;
}

.logo-img.grayscale {
  opacity: .7;
  filter: grayscale();
  transition: all .2s;
}

.logo-img.grayscale:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.logo-img.cta-text-color {
  color: var(--color-on-cta);
}

.grid_1-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.h2 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

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

.grid_3-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.tab-button {
  opacity: .7;
  color: var(--text);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 220px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  background-color: #0000;
  position: relative;
}

.load-bar {
  background-color: var(--button-default);
  border-radius: 0;
  width: 0%;
  height: 2px;
}

.load-bar-base {
  background-color: var(--box-borders);
  border-radius: 0;
  max-width: 220px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.grid_tab {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.content-block_center {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tab-panel {
  background-color: #0000;
  border-radius: 24px;
  min-height: auto;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.tabs-content {
  padding-top: 40px;
  overflow: visible;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_ovf-hide {
  width: 100%;
  overflow: hidden;
}

.grid_1-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.card-outer {
  border: 1px solid var(--box-borders);
  box-shadow: 0 20px 30px -10px var(--shadow);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.card-image {
  border-radius: 0;
  margin-bottom: 0;
}

.card-image.imx-size-smaller {
  max-width: 30%;
}

.card-inner {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.h3 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

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

.grid_2-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.icon.dark {
  color: var(--text);
}

.card_small {
  border: 1px solid var(--box-borders);
  background-color: var(--body-background);
  box-shadow: 0 20px 30px -15px var(--shadow);
  border-radius: 15px;
  padding: 20px;
}

.card_small.no-borders {
  border-style: none;
  border-color: var(--input-borders);
}

.text-wrap_horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.grid_2-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.tabs-menu_vertical {
  background-color: var(--body-background);
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding: 30px 42px 30px 30px;
  display: flex;
}

.tab-link_2 {
  color: var(--text);
  background-color: #0000;
  border: 1px #0000;
  border-radius: 0;
  min-width: 100px;
  padding: 20px;
  font-size: 30px;
  font-weight: 600;
}

.tab-link_2.w--current {
  border: 1px none var(--box-borders);
  color: var(--button-default);
  background-color: #0000;
}

.feature-label {
  font-size: 14px;
  font-weight: 600;
}

.tabs-content_2 {
  width: 70%;
  overflow: visible;
}

.feature-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text);
  align-items: center;
  display: flex;
}

.price-card_1 {
  border: 1px solid var(--box-borders);
  background-color: var(--body-background);
  box-shadow: 0 20px 30px -10px var(--shadow);
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 50px;
  display: flex;
  position: relative;
}

.price-wrap_top {
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  display: flex;
}

.per-month {
  color: var(--button-default);
  font-size: 22px;
}

.tabs_2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.relative {
  position: relative;
}

.paragraph_small {
  color: var(--text);
  min-height: auto;
  margin-bottom: 0;
  font-weight: 400;
}

.navigation_tooltip {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.navigation_tooltip.top {
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
}

.price {
  color: var(--text);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: #002aff1a;
}

.tooltip-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px 9px 0 0;
  padding: 20px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-title {
  margin-bottom: 6px;
  font-size: 110%;
  font-weight: 800;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.left {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0 auto 10px -7px;
}

.pricing-card {
  border: 1px solid var(--box-borders);
  background-color: var(--body-background);
  box-shadow: 0 20px 30px -10px var(--shadow);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 25px;
  display: flex;
}

.pricing-card.left-align {
  text-align: left;
  align-items: flex-start;
}

.tooltip-wrapper {
  color: #333;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.pricing-tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.price-card-name {
  color: var(--text);
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.frequency {
  opacity: .6;
  color: var(--text);
  margin-bottom: auto;
  font-size: 13px;
  font-weight: 400;
}

.tab-link_3 {
  color: var(--text);
  background-color: #0000;
  border: 1px #0000;
  border-radius: 10px;
  width: 200px;
  padding: 12px 0;
  font-weight: 600;
}

.tab-link_3.w--current {
  border: 1px none var(--button-default);
  background-color: var(--box-borders);
  color: var(--button-default);
  padding-top: 12px;
  padding-bottom: 12px;
}

.grid_1-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-columns: 25%;
  grid-auto-flow: row;
  width: 100%;
}

.grid_1-4._3x1 {
  grid-template-columns: 33% 33% 33%;
}

.grid_1-4._3x1._1x1 {
  flex-flow: column;
  grid-template-columns: 33%;
  display: flex;
}

.tooltip-anchor {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.right {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: -12px;
  padding-left: 12px;
  inset: 0% 0% 0% auto;
}

.tab-title {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.tooltip-author {
  border-radius: 50%;
  width: 32px;
  margin-right: 10px;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.price-large-span {
  font-size: 30px;
}

.tabs-menu_3 {
  background-color: var(--body-background);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 8px;
  display: inline-block;
}

.tabs-content_3 {
  overflow: visible;
}

.grid_4-1 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  min-height: 150px;
  margin-top: 0;
  margin-bottom: 0;
}

.grid_outer-chart {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--box-borders);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.table-cell-title {
  background-color: var(--body-background);
  color: var(--text);
  text-align: left;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 20px;
  display: flex;
}

.blurb-txt {
  color: var(--text);
}

.blurb-txt.text-color {
  color: var(--button-default);
}

.chart-wrap {
  border: 1px solid var(--box-borders);
  box-shadow: 0 20px 30px -10px var(--shadow);
  border-radius: 0;
  width: 100%;
}

.table-cell {
  background-color: var(--body-background);
  color: var(--input-borders);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.table-cell.featured {
  background-color: var(--box-borders);
  color: var(--button-default);
}

.spacer_placeholder {
  background-color: var(--body-background);
  border-radius: 0;
  width: 100%;
  height: 65px;
}

.price-category-wrap {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -5px;
  display: flex;
}

.pricing-sticky-bg-wrap {
  background-color: var(--text);
  border-top-right-radius: 5px;
  padding-top: 0;
}

.grid_sticky-pricing {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-bottom: 1px solid var(--box-borders);
  background-color: var(--box-borders);
  color: #edf1fd;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5px;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.grid_sticky-pricing.below-nav {
  top: 54px;
}

.grid_pricing-chart {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

.grid_pricing-chart.final {
  border-radius: 0;
  overflow: hidden;
}

.pricing-title-wrap-sticky {
  background-color: var(--body-background);
  color: var(--body-background);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-title-wrap-sticky.middle {
  background-color: var(--body-background);
}

.pricing-title-wrap-sticky.end {
  background-color: var(--box-borders);
  color: var(--text);
  border-radius: 0;
  font-weight: 600;
}

.navbar_menu-button {
  padding: 0;
}

.navbar-menu {
  align-items: center;
  display: flex;
}

.navbar-link {
  color: var(--text);
  border-bottom: 1px #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-weight: 500;
}

.navbar-link:hover {
  opacity: 1;
  color: var(--button-default);
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link.w--current {
  color: var(--button-default);
}

.navbar-link.for-dropdown {
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-outer {
  z-index: 20;
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  height: auto;
  padding: 0 5%;
}

.navbar-outer._15-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-logo-link {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.navbar-logo-link.w--current {
  max-width: 200px;
  overflow: auto;
}

.navbar-logo-link.footer {
  max-width: 200px;
}

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

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

.footer-top-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.footer-items-grid {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer-left-wrapper {
  flex-direction: column;
  display: flex;
}

.social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer-column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.social-icon {
  color: var(--text);
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
}

.social-icon:hover {
  color: var(--button-default);
}

.footer-link {
  color: var(--text);
  border-bottom: 1px #0000;
  width: auto;
  min-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: var(--button-default);
  border-bottom-style: none;
  border-bottom-color: #000;
}

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

.footer-outer-wrap {
  flex-direction: column;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.footer-outer-wrap.second-color {
  background-color: var(--box-borders);
}

.footer-1 {
  border-top: 1px #000;
  position: relative;
}

.footer_2-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.icon-dropdown {
  margin-right: 0;
}

.dropdown-list.w--open {
  border: 1px solid var(--box-borders);
  background-color: var(--body-background);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 20px #0000000d;
}

.dropdown-link {
  color: var(--text);
  border-radius: 5px;
  width: 100%;
}

.dropdown-link:hover {
  background-color: var(--box-borders);
  color: var(--button-default);
}

.dropdown-link.w--current {
  color: var(--button-default);
  font-weight: 700;
}

.wrap_justify-end {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-item {
  background-color: var(--body-background);
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.faq-question {
  color: var(--text);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.faq-question:hover {
  color: var(--button-default);
}

.wrap_p-m {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.minus {
  background-color: var(--text);
  border-radius: 20px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.plus {
  background-color: var(--text);
  border-radius: 20px;
  width: 3px;
  height: 100%;
  position: absolute;
}

.faq-answer {
  text-align: left;
  border-bottom: 1px #cfcfcf;
  width: 100%;
  overflow: hidden;
}

.faq-p {
  color: var(--text);
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.wrap_accordion {
  border: 1px solid var(--box-borders);
  box-shadow: 0 10px 30px -10px var(--shadow);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
  overflow: hidden;
}

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper.left-align {
  text-align: left;
  align-items: flex-start;
}

.show-password {
  background-color: var(--body-background);
  color: var(--text);
  padding: 0 7px 0 6px;
  font-size: 13.5px;
  display: flex;
  bottom: 5px;
}

.show-password.w--current {
  display: none;
}

.large-icon {
  background-color: var(--box-borders);
  color: var(--button-default);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.large-icon.left-align {
  margin-left: 0;
}

.large-icon.giant-icon {
  background-color: var(--button-default);
  color: var(--body-background);
  width: 70px;
  height: 70px;
  padding: 14px;
}

.form-container {
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.hide {
  display: none;
}

.show-password-wrap {
  z-index: 4;
  position: absolute;
  inset: 12px 3% auto auto;
}

.input {
  border: 1px solid var(--input-borders);
  background-color: var(--body-background);
  box-shadow: 0 3px 6px -2px var(--shadow);
  color: var(--text);
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
}

.input:hover {
  border-color: var(--button-default);
  box-shadow: none;
}

.input:focus {
  border: 1px solid var(--button-default);
}

.input::placeholder {
  color: #6e6e6e;
}

.input.text-area {
  height: auto;
  min-height: 48px;
}

.input-label {
  z-index: 2;
  background-color: var(--body-background);
  color: var(--text);
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input-label.static {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.input-label.remove-margin {
  display: block;
  top: -6px;
  bottom: 0;
}

.input-label.absolute {
  position: absolute;
  top: -8px;
  bottom: auto;
}

.tour-step_2 {
  display: none;
}

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

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

.link {
  color: var(--button-default);
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.eye-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-right: 4px;
  display: flex;
}

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

.flex-row_center.text-color {
  color: var(--text);
  text-decoration: none;
}

.flex-row_outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-row_outer.margin-bottom {
  margin: 0 0 12px;
}

.block_relative {
  position: relative;
}

.h1_small {
  color: var(--text);
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.block_form {
  width: 100%;
}

.section_half-half {
  background-color: var(--button-default);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  display: flex;
}

.wrap_50-p {
  background-color: var(--body-background);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  min-height: auto;
  padding: 6vw 5vw 5vw;
  display: flex;
}

.wrap_50-p.justify-center {
  justify-content: center;
}

.form-inner {
  flex-direction: column;
  display: flex;
}

.checkbox-label {
  color: var(--text);
  font-weight: 300;
}

.checkbox {
  border-color: var(--input-borders);
  width: 14px;
  height: 14px;
  margin-top: 3px;
}

.checkbox.w--redirected-checked {
  border-color: var(--button-default);
  background-color: var(--button-default);
}

.hidden-code-block {
  height: 0;
  overflow: hidden;
}

.wrapper_form-field {
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
}

.input_large {
  border: 1px solid var(--input-borders);
  background-color: var(--body-background);
  box-shadow: 0 3px 6px -2px var(--shadow);
  color: var(--text);
  border-radius: 10px;
  min-width: 300px;
  height: 52px;
  margin-top: 1px;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
}

.input_large:hover {
  border-color: var(--button-default);
}

.input_large:focus {
  border: 1px solid var(--button-default);
}

.input_large::placeholder {
  color: #6e6e6e;
}

.border-wrap {
  border: 1px solid var(--box-borders);
  background-color: var(--body-background);
  box-shadow: 0 20px 30px -10px var(--shadow);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

.border-wrap.upgrade-modal {
  text-align: center;
  align-items: flex-start;
  max-width: 500px;
}

.lightbox-modal {
  z-index: 9999;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  inset: 0%;
}

.lightbox-modal.hide {
  display: none;
}

.icon_close {
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 25px 25px auto auto;
}

.icon_text-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--text);
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.icon_dashboard {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.form_horizontal {
  align-items: center;
  display: flex;
}

.message_success {
  color: #fff;
  background-color: #19b13a;
  border-radius: 10px;
  font-weight: 600;
}

.navbar_mega-drop-link {
  border-bottom: 1px solid #ffffff80;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 1.5vw;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, border-color .2s;
  display: flex;
}

.navbar_mega-drop-link:hover, .navbar_mega-drop-link.w--current {
  color: #1051b9;
  border-bottom-color: #1051b9;
}

.navbar_mega-drop-link.mobile {
  cursor: pointer;
  border-bottom-style: none;
  margin-right: 10px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
}

.nav-item_dd {
  color: #2b334d;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding-bottom: 8px;
  padding-left: 8px;
  font-size: 13px;
}

.nav-item_dd.color-bg {
  border: 1px solid #e6eaff00;
  border-radius: 10px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.nav-item_dd.color-bg:hover {
  border-color: var(--box-borders);
  box-shadow: 1px 1px 20px #0000000d;
}

.space {
  flex: none;
  width: 48px;
  height: 48px;
}

.space._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.space._8 {
  width: 8px;
  height: 8px;
}

.nav-icon-link {
  color: #2b334d;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 8px 4px;
  font-size: 14px;
  line-height: 1.3em;
  transition: padding .2s, color .2s;
  display: flex;
}

.nav-icon-link:hover {
  color: #2962ff;
  background-color: #fff;
}

.nav-icon-link._50 {
  color: var(--text);
  border-radius: 0;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.5em;
  text-decoration: none;
  transition-property: none;
}

.nav-icon-link._50:hover {
  background-color: var(--box-borders);
}

.dropdown-list_large {
  min-width: 100%;
  overflow: auto;
}

.dropdown-list_large.w--open {
  z-index: 100006;
  border: 1px solid var(--box-borders);
  background-color: var(--body-background);
  border-radius: 10px;
  min-width: 0%;
  max-width: 1000px;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 90% 0 auto;
  overflow: visible;
  box-shadow: 0 1px 20px #0000001a;
}

.nav-dropdown_large {
  position: static;
}

.field-description_2 {
  z-index: 2;
  opacity: .75;
  color: var(--text);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.bold {
  letter-spacing: .03em;
  font-weight: 700;
}

.grid_nav-1-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15px;
  display: grid;
}

.swatch-wrapper {
  z-index: 9999;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: start;
  width: 100%;
  height: auto;
  padding: 0;
  display: grid;
  position: static;
  top: 0;
}

.cta-swatch {
  background-color: var(--button-default);
  outline-color: var(--text);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 110px;
  margin-bottom: 10px;
}

.text-swatch {
  background-color: var(--text);
  outline-color: var(--text);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 110px;
  margin-bottom: 10px;
}

.box-border-swatch {
  background-color: var(--box-borders);
  outline-color: var(--text);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 110px;
  margin-bottom: 10px;
}

.input-border-swatch {
  background-color: var(--input-borders);
  outline-color: var(--text);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 110px;
  margin-bottom: 10px;
}

.container_profile-form {
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.container_profile-form.profile {
  padding-top: 0;
}

.input_radio {
  border-color: var(--input-borders);
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-right: 7px;
}

.input_radio.w--redirected-checked {
  border-color: var(--button-default);
}

.nav-link_profile {
  color: var(--text);
  background-color: #0000;
  padding: 0;
  font-size: 14px;
  line-height: 2.4em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.nav-link_profile:hover {
  color: var(--button-default);
}

.nav-link_profile.w--current {
  color: var(--button-default);
  font-weight: 700;
}

.field-divider {
  background-color: var(--box-borders);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.columns_profile {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 220px;
  position: relative;
}

.description {
  opacity: .6;
  color: var(--text);
  margin-top: 3px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 300;
}

.nav-wrap_profile {
  width: 180px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button_2 {
  color: #fff;
  background-color: #374252;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px #22222229;
}

.button_2:hover {
  background-color: #000;
  box-shadow: 0 5px 30px #22222229;
}

.button_2.profile {
  width: auto;
  min-width: 100px;
  height: 40px;
  margin-top: 0;
  font-size: 14px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container_profile-form-2 {
  color: var(--text);
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.wrap_utility {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.section_full {
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 25px 25px 25px 250px;
  display: block;
  position: relative;
}

.section_full.grey-bg {
  background-color: var(--box-borders);
}

.menu-wrap_dashboard {
  z-index: 10;
  background-color: var(--body-background);
  box-shadow: 0 20px 30px -10px var(--shadow);
  color: var(--text);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: auto;
  padding-top: 21px;
  padding-bottom: 25px;
  display: flex;
  position: fixed;
  top: 25px;
  bottom: 25px;
  left: 25px;
}

.dashboard-1-link {
  opacity: .7;
  color: var(--text);
  text-align: center;
  border-right: 3px solid #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.dashboard-1-link.w--current {
  background-color: var(--box-borders);
  opacity: 1;
  border-radius: 10px;
  margin-top: 2px;
  margin-bottom: 10px;
  font-weight: 600;
}

.logo_relative {
  position: absolute;
  top: 25px;
  left: 25px;
  right: auto;
}

.content-wrap_dashboard {
  border: 1px solid var(--box-borders);
  background-color: var(--body-background);
  box-shadow: 0 20px 30px -10px var(--shadow);
  object-fit: fill;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70vw;
  height: 100%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  display: flex;
  position: static;
}

.svg {
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-right: 8px;
  display: flex;
}

.description_input {
  opacity: .8;
  margin-top: 5px;
  margin-bottom: 6px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 300;
  transition: height .2s;
  overflow: hidden;
}

.description_input.success {
  color: var(--text);
  font-weight: 400;
}

.description_input.error {
  color: #000;
  font-weight: 400;
}

.confirm-input-wrapper {
  text-align: left;
  flex-direction: column;
  width: 100%;
}

.confirm-input-wrapper.hidden {
  text-align: left;
  transition: height .2s;
  overflow: hidden;
}

.field-wrap_relative {
  text-align: left;
  position: relative;
}

.stack_flex-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
  position: relative;
}

.swatch {
  background-color: var(--body-background);
  outline-color: var(--input-borders);
  outline-offset: 2px;
  border-radius: 10px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 110px;
  margin-bottom: 10px;
}

.swatch.cta {
  background-color: var(--button-default);
}

.swatch.cta-text {
  background-color: var(--color-on-cta);
}

.swatch.text {
  background-color: var(--text);
}

.swatch.shadow {
  background-color: var(--shadow);
}

.swatch.box-borders {
  background-color: var(--box-borders);
}

.swatch.input-borders {
  background-color: var(--input-borders);
}

.navbar_mega-drop {
  color: var(--text);
  cursor: pointer;
  border-bottom: 1px #ffffff80;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navbar_mega-drop:hover {
  opacity: 1;
  color: var(--button-default);
  border-bottom-color: #1051b9;
}

.navbar_mega-drop.w--current {
  color: #1051b9;
  border-bottom-color: #1051b9;
}

.h4 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.text-cta-swatch {
  background-color: var(--color-on-cta);
  outline-color: var(--text);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 110px;
  margin-bottom: 10px;
}

.shadow-swatch {
  background-color: var(--shadow);
  outline-color: var(--text);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 110px;
  margin-bottom: 10px;
}

.link_log-out {
  color: var(--button-default);
  text-decoration: none;
}

.dashboard-menu-wrap_2 {
  z-index: 10;
  background-color: var(--text);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 300px;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.full-section_2 {
  background-color: var(--box-borders);
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  flex-direction: column;
  min-height: 100vh;
  margin-left: 300px;
  padding: 25px;
  display: block;
  position: relative;
}

.link_dashboard-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .5;
  color: var(--color-on-cta);
  border-right: 3px solid #fff0;
  align-items: center;
  width: 100%;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link_dashboard-2:hover {
  opacity: 1;
}

.link_dashboard-2.w--current {
  border-right-color: var(--color-on-cta);
  opacity: 1;
  background-color: #ffffff1a;
}

.numbers-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.number-step {
  border: 1px solid var(--text);
  color: var(--text);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.number-step.active {
  border-color: var(--button-default);
  background-color: var(--button-default);
  color: var(--body-background);
}

.number-step.completed {
  border-color: var(--button-default);
  background-color: var(--button-default);
  opacity: .5;
  color: var(--body-background);
}

.wrap_sticky {
  z-index: 99999;
  border-bottom: 1px solid var(--box-borders);
  background-color: var(--body-background);
  box-shadow: 0 20px 30px -10px var(--shadow);
  position: sticky;
  top: 0;
}

.wrap_small-feature {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text);
  align-items: center;
  display: flex;
}

.label_small-feature {
  font-weight: 600;
}

.label_small-feature.tp-small {
  margin-top: 3px;
}

.icon_secondary {
  background-color: var(--button-default);
  color: var(--color-on-cta);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.hero-bg-image {
  box-shadow: 1px 1px 20px 0 var(--shadow);
  background-image: url('../images/pexels-yan-krukov-8866739.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 500px;
  padding: 25px;
  display: flex;
}

.large-inverse-icon {
  background-color: var(--button-default);
  color: var(--color-on-cta);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.top-disclaimer {
  background-color: var(--button-default);
  color: var(--color-on-cta);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.top-disclaimer.strip {
  background-color: var(--strip);
}

.radio-field {
  color: var(--text);
  margin-top: 5px;
}

.check-field {
  color: var(--text);
  margin-top: 5px;
  margin-bottom: 5px;
}

.negative-margin-iphone {
  margin-top: -67px;
  margin-bottom: -67px;
}

.blog-hero-wrap {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.article-rt {
  color: var(--text);
  text-align: left;
  width: 100%;
  max-width: 800px;
}

.ui-kit-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.all-elements-wrapper {
  width: 90%;
}

.navigator-mock {
  background-color: var(--box-borders);
  width: 10%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.navigator-item {
  color: var(--text);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.navigator-item.w--current {
  background-color: var(--button-default);
  color: var(--color-on-cta);
}

.swatch-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.small-help-text {
  opacity: .9;
  color: var(--text);
  font-size: 12px;
}

.control-panel {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.h5 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.h6 {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.control-panel-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--box-borders);
  background-color: var(--body-background);
  box-shadow: 0 20px 30px -10px var(--shadow);
  object-fit: fill;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: static;
}

.control-panel-content-wrap.hide {
  display: none;
}

.spacer-s {
  width: 100%;
  height: 15px;
}

.spacer-wrap {
  background-color: var(--box-borders);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.border-color-div {
  background-color: var(--body-background);
  color: var(--body-background);
  width: 100%;
}

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

.border-radius-items {
  perspective: 1804px;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  height: 500px;
  transition: transform 1s;
  transform: perspective(2000px)scale(.1);
}

.border-radius-items:hover {
  height: auto;
  transform: perspective(2000px)scale(1);
}

.youtube {
  border-radius: 12px;
  overflow: hidden;
}

.end-icator {
  background-color: var(--text);
  color: var(--body-background);
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

._100 {
  width: 100%;
}

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

.dashboard-1-member-wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 6px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.icon-small.happy-icon {
  box-shadow: 0 12px 12px 0 var(--shadow);
  color: #ebb800;
  background-color: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  padding: 7px;
  position: absolute;
  inset: auto 7% -13% auto;
}

.icon-small.wallet {
  padding: 4px;
}

.icon-small.profile {
  padding: 2px;
}

.dashboard-1-name {
  font-size: 16px;
}

.dashboard-1-descript {
  opacity: .6;
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
}

.dashboard-1-descript.success {
  color: var(--text);
  font-weight: 400;
}

.dashboard-1-descript.error {
  color: #000;
  font-weight: 400;
}

.small-icon {
  background-color: var(--box-borders);
  color: var(--button-default);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.small-icon.left-align {
  margin-left: 0;
}

.small-icon.giant-icon {
  background-color: var(--button-default);
  color: var(--body-background);
  width: 70px;
  height: 70px;
  padding: 14px;
}

.dashboard-2-logo {
  padding-top: 8px;
  padding-left: 25px;
}

.dashboard-3-menu-wrap {
  z-index: 10;
  background-color: var(--body-background);
  box-shadow: 0 20px 30px -10px var(--shadow);
  color: var(--text);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 25px 25px auto;
}

.dashboard-3-links {
  width: auto;
  display: flex;
}

.dashboard-3-link {
  opacity: .7;
  color: var(--text);
  text-align: center;
  border-right: 3px solid #fff0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dashboard-3-link:hover {
  opacity: 1;
}

.dashboard-3-link.w--current {
  background-color: var(--box-borders);
  opacity: 1;
  border-radius: 10px;
  font-weight: 600;
}

.logo-padding {
  padding-top: 5px;
}

.full-section-3 {
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 125px 25px 25px;
  display: block;
  position: relative;
}

.full-section-3.grey-bg {
  background-color: var(--box-borders);
}

.dashboard-content-wrap-3 {
  border: 1px solid var(--box-borders);
  background-color: var(--body-background);
  box-shadow: 0 20px 30px -10px var(--shadow);
  object-fit: fill;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 50px;
  display: flex;
  position: static;
}

.splash-section {
  background-color: var(--box-borders);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.iphone-wrap {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 650px;
  display: flex;
  position: relative;
}

.iphone-frame {
  height: auto;
  position: absolute;
}

.screen-wrapper {
  background-image: url('../images/Pedro---cellphone-frame.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 89%;
  height: 87.5%;
}

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

.macbook-screen {
  background-image: url('../images/logotipo-transparente2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76%;
  height: 86%;
  position: absolute;
  inset: 6% auto auto;
}

.macbook-screen.fit-screen-smaller {
  width: 56%;
}

.spacer_xxs {
  width: 100%;
  height: 5px;
}

.grid_features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 25%;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.icon-2 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.ms-logo-link {
  max-width: 170px;
  padding-top: 0;
  padding-left: 0;
}

.brand-color {
  color: var(--button-default);
}

.masonry-grid {
  display: block;
}

.page-screenshot {
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 20px 30px -10px #0000001a;
}

.dropdown-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start;
  padding: 10px;
  display: grid;
}

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

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.ms-iframe-footer-embed {
  background-color: #d1e7fb;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.hidden-embed {
  z-index: -1;
  opacity: 0;
  height: 0;
  max-height: 0;
  position: fixed;
}

.black-layer {
  background-color: #0000001a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.icon-logo {
  width: 30px;
}

.instagram {
  background-color: #e1306c;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-description {
  margin-top: 15px;
  margin-bottom: 0;
}

.title-2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.section-title {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.section-title.left {
  width: 100%;
  max-width: 550px;
}

.section-title.left.mb-0 {
  margin-bottom: 0;
}

.maps {
  background-color: #c6c6c6;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.social-media-item {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-left: 16px;
}

.section-2 {
  background-image: url('../images/TEXTURAS-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.icon-redes {
  width: 28px;
}

.facebook {
  background-color: #3b5998;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-948 {
  width: 100vw;
  max-width: 1332px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

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

.layout-grid.social-media-grid {
  grid-column-gap: 140px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-top: 100px;
}

.twitter {
  background-color: #00acee;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.map-embeded {
  margin-top: 40px;
}

.social-media-list {
  width: auto;
  padding-left: 0;
  display: flex;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41, .text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67 {
  color: var(--smooth-green);
}

.fixed-whatsapp-link {
  z-index: 500;
  position: fixed;
  inset: auto 3% 3% auto;
}

.wpp-img {
  width: 70px;
}

.text-span-68, .smothgreen-text {
  color: var(--smooth-green);
}

@media screen and (max-width: 991px) {
  .grid_1-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid_1-2.reverse {
    flex-direction: column-reverse;
  }

  .grid_1-2.reverse.justify-center {
    align-items: center;
  }

  .grid_1-7 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .grid_tab {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-block_center {
    padding: 20px 10px;
  }

  .tabs-menu_vertical {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
  }

  .tab-link_2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .tabs-content_2 {
    width: 100%;
  }

  .price-card_1 {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .tabs_2 {
    flex-direction: column;
  }

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

  .price-category-wrap, .grid_sticky-pricing {
    padding-left: 0%;
    padding-right: 0%;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .navbar-menu {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: flex;
    overflow: auto;
  }

  .navbar-menu.overflow-hidden {
    background-color: var(--body-background);
  }

  .navbar-link {
    white-space: nowrap;
    width: auto;
    padding: 20px;
    font-size: 14px;
  }

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

  .navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon_line-top, .menu-icon-line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .footer-top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .navbar_mega-drop-link {
    width: 100%;
    padding-left: .5vw;
    padding-right: 1vw;
  }

  .navbar_mega-drop-link.mobile {
    width: auto;
  }

  .nav-icon-link {
    font-size: 14px;
    line-height: 1.3em;
  }

  .dropdown-list_large.w--open {
    border-top: 1px solid #e9f2f5;
    border-radius: 0;
    min-width: 100%;
    max-width: none;
    margin-top: -2px;
    top: 52px;
  }

  .nav-dropdown_large {
    width: 100%;
  }

  .swatch-wrapper {
    display: flex;
  }

  .content-wrap_dashboard {
    padding: 4vw;
  }

  .navbar_mega-drop {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-bg-image, .all-elements-wrapper {
    width: 100%;
  }

  .navigator-mock, .control-panel {
    display: none;
  }

  .dashboard-3-menu-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard-content-wrap-3 {
    padding: 4vw;
  }

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

  .title-2 {
    font-size: 36px;
    line-height: 44px;
  }

  .section-title {
    text-align: center;
    align-items: center;
  }

  .section-title.left {
    text-align: left;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .social-media-item {
    width: 55px;
    height: 55px;
  }

  .container-948 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .layout-grid.social-media-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1.5fr 1fr;
    padding-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .tab-button {
    justify-content: flex-start;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

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

  .grid_2-4 {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .price-card_1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-card {
    max-width: 350px;
  }

  .tabs-menu_3 {
    flex-direction: column;
    display: flex;
  }

  .grid_4-1 {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .table-cell-title {
    background-color: var(--body-background);
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }

  .table-cell {
    width: 33.2%;
  }

  .spacer_placeholder {
    display: none;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid_sticky-pricing {
    background-color: #edf1fd;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid_pricing-chart {
    flex-flow: wrap;
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu {
    padding: 1rem 5% 2rem;
  }

  .navbar-menu.overflow-hidden {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-icon_line-top {
    background-color: var(--button-default);
  }

  .navbar-outer {
    height: 4rem;
  }

  .menu-icon-line-bottom, .menu-icon-line-middle {
    background-color: var(--button-default);
  }

  .footer-credit-text {
    margin-top: 0;
  }

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

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer-outer-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_2-inner {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .dropdown {
    width: 100%;
  }

  .large-icon {
    width: 36px;
  }

  .section_half-half {
    flex-direction: column;
  }

  .wrap_50-p {
    width: 100%;
    height: auto;
  }

  .navbar_mega-drop-link {
    border-bottom-color: #e9f2f5;
  }

  .navbar_mega-drop-link.mobile {
    justify-content: flex-start;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-item_dd.color-bg {
    background-color: var(--box-borders);
    margin-left: 0;
    padding: 0 10px;
  }

  .space {
    width: 24px;
    height: 24px;
  }

  .space._16 {
    width: 8px;
    height: 8px;
  }

  .space._8 {
    width: 4px;
    height: 4px;
  }

  .nav-icon-link {
    margin-left: -12px;
    padding-right: 0;
  }

  .dropdown-list_large {
    width: 100%;
    max-height: none;
    position: relative;
  }

  .dropdown-list_large.w--open {
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 10px;
    display: block;
    position: relative;
    top: 0;
  }

  .nav-dropdown_large {
    z-index: 0;
    width: 100%;
    position: relative;
  }

  .nav-dropdown_large:hover {
    z-index: 2;
  }

  .field-description_2 {
    font-size: 11px;
  }

  .columns_profile {
    flex-direction: column;
    padding-left: 0;
    display: flex;
  }

  .nav-wrap_profile {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .svg {
    width: 36px;
  }

  .navbar_mega-drop {
    border-bottom-color: #e9f2f5;
    justify-content: flex-start;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-bg-image {
    width: 100%;
    height: 400px;
  }

  .large-inverse-icon, .small-icon {
    width: 36px;
  }

  .dropdown-grid {
    display: block;
  }

  .title-2 {
    font-size: 30px;
    line-height: 38px;
  }

  .social-media-item {
    margin-left: 0;
    margin-right: 16px;
  }

  .layout-grid.social-media-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .grid_1-2._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .h1 {
    font-size: 38px;
  }

  .button.in-nav {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button.absolute {
    position: static;
  }

  .grid_1-7 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .h2 {
    font-size: 30px;
  }

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

  .tab-button {
    text-align: center;
    justify-content: center;
  }

  .content-block_center {
    padding-bottom: 10px;
  }

  .tab-panel {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .grid_2-2 {
    flex-direction: column;
    display: flex;
  }

  .grid_2-4 {
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid_2-4.vertical-mobile {
    grid-auto-flow: row;
  }

  .tabs-menu_vertical {
    flex-direction: column;
    align-items: center;
  }

  .tab-link_2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid_1-4 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid_4-1 {
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid_outer-chart {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .table-cell-title {
    border-top: 1px solid var(--box-borders);
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blurb-txt {
    font-size: 13px;
    display: block;
  }

  .table-cell {
    width: 33.1%;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-sticky-bg-wrap {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .grid_sticky-pricing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
    overflow: hidden;
  }

  .grid_sticky-pricing.below-nav {
    top: 61px;
  }

  .pricing-title-wrap-sticky {
    width: 100%;
    padding: 15px 21px 15px 15px;
    font-size: 13px;
  }

  .pricing-title-wrap-sticky.middle, .pricing-title-wrap-sticky.end {
    padding-right: 15px;
  }

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

  .footer-items-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .wrap_justify-end {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .faq-answer {
    object-fit: fill;
  }

  .input_large {
    min-width: 100px;
  }

  .navbar_mega-drop-link.mobile {
    font-size: 15px;
  }

  .nav-item_dd.color-bg {
    margin-left: 0;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 10px;
  }

  .section_full {
    padding-left: 25px;
  }

  .menu-wrap_dashboard {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 0;
    position: static;
  }

  .logo_relative {
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 25px;
    padding-top: 0;
    position: static;
  }

  .navbar_mega-drop {
    font-size: 15px;
  }

  .link_log-out {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 25px;
    position: static;
  }

  .dashboard-menu-wrap_2 {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 0;
    position: static;
  }

  .full-section_2 {
    padding-left: 25px;
  }

  .negative-margin-iphone {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .dashboard-3-menu-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 20px;
    position: static;
  }

  .dashboard-3-links {
    flex-direction: column;
  }

  .full-section-3 {
    padding-left: 25px;
  }

  .grid_features {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-description {
    margin-top: 10px;
  }

  .section-description.mobile {
    text-align: center;
  }

  .title-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .section-title.left.mb-0 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-2 {
    padding-bottom: 40px;
  }

  .icon-redes {
    width: 35px;
  }

  .container-948 {
    width: auto;
  }

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

  .wpp-img {
    width: 50px;
  }
}

#w-node-_43b645d5-0a3e-a2e6-110a-ad759715bd55-d34113ae, #w-node-d0bd5daf-8f0f-154c-1b37-356b519887f2-d34113ae, #w-node-d0bd5daf-8f0f-154c-1b37-356b51988804-d34113ae, #w-node-d0bd5daf-8f0f-154c-1b37-356b5198880f-d34113ae, #w-node-d0bd5daf-8f0f-154c-1b37-356b5198881a-d34113ae, #w-node-_6a3cdd91-5895-ae5b-0a58-b86d5fc1171d-d34113ae, #w-node-_6a3cdd91-5895-ae5b-0a58-b86d5fc11725-d34113ae, #w-node-_2ff4bbc0-be5a-ca52-15fa-e2ed043cb47b-d34113ae, #w-node-_05368036-acc4-0825-f625-98a3b6636259-d34113ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93f25f40-3244-35db-c231-3e040053227d-d34113ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c475b36f-800d-14c7-b1dc-2e57cde3928e-d34113ae, #w-node-c475b36f-800d-14c7-b1dc-2e57cde3929c-d34113ae, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392a8-d34113ae, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392b7-d34113ae, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392c3-d34113ae, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392cf-d34113ae, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392de-d34113ae, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392ed-d34113ae, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392f9-d34113ae, #w-node-_8fa8d091-1006-8682-22f6-25ccb460c5c5-b460c5c2, #w-node-_8fa8d091-1006-8682-22f6-25ccb460c5ce-b460c5c2, #w-node-_405a6812-7740-d1f7-7694-1ef1cde9233b-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde9233c-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde92341-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde92342-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde92347-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde92348-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde9234d-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde9234e-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde92353-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde92354-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde92359-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde9235a-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde9235f-d34113b0, #w-node-_405a6812-7740-d1f7-7694-1ef1cde92360-d34113b0, #w-node-_8d0ba313-3634-7543-0f7d-5103b7ff0718-d34113b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16a2becf-0d57-2c81-4c4e-82b38d1c8b83-d34113b0, #w-node-_16a2becf-0d57-2c81-4c4e-82b38d1c8bbd-d34113b0, #w-node-_16a2becf-0d57-2c81-4c4e-82b38d1c8bf7-d34113b0 {
  align-self: stretch;
}

#w-node-_519a8def-bcf3-c0da-de05-14c7d1f5841b-d34113b0, #w-node-c46d034b-357b-a5d6-3a5a-03de3bbcea3f-3bbcea3c, #w-node-c46d034b-357b-a5d6-3a5a-03de3bbcea64-3bbcea3c, #w-node-_489556fb-db1f-6d45-ea19-8ac401a747b6-01a747b3, #w-node-_489556fb-db1f-6d45-ea19-8ac401a747bf-01a747b3, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576647-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576650-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576651-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576655-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576659-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576660-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576663-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576665-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576666-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576669-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc57666c-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc57666e-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc57666f-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576672-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576675-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576677-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576679-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc57667c-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc57667f-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576680-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576681-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576684-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576687-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576688-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc57668a-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc57668d-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576690-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576692-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576693-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576696-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc576699-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc57669a-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc57669c-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc57669f-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc5766a2-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc5766a3-cc576644, #w-node-_0ba5f6c7-658e-4427-18ce-7e46cc5766a5-cc576644, #w-node-e82fc169-c56a-f8c6-dd91-9eb6d4c3c734-d4c3c731, #w-node-_935bd42b-37b8-67e9-54b2-9d4f0a73b35c-0a73b359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_935bd42b-37b8-67e9-54b2-9d4f0a73b384-0a73b359, #w-node-_935bd42b-37b8-67e9-54b2-9d4f0a73b3be-0a73b359, #w-node-_935bd42b-37b8-67e9-54b2-9d4f0a73b3f8-0a73b359 {
  align-self: stretch;
}

#w-node-ad6a6308-bd89-fec6-8e4c-caca15c26618-15c26615, #w-node-ccfd05b4-8c1a-3943-574e-2719161524d0-161524ce, #w-node-ccfd05b4-8c1a-3943-574e-2719161524d8-161524ce, #w-node-ccfd05b4-8c1a-3943-574e-2719161524e6-161524ce, #w-node-ccfd05b4-8c1a-3943-574e-2719161524f4-161524ce, #w-node-ccfd05b4-8c1a-3943-574e-271916152502-161524ce, #w-node-ccfd05b4-8c1a-3943-574e-271916152510-161524ce, #w-node-ccfd05b4-8c1a-3943-574e-27191615251e-161524ce, #w-node-ccfd05b4-8c1a-3943-574e-27191615252c-161524ce, #w-node-ccfd05b4-8c1a-3943-574e-27191615253a-161524ce, #w-node-_3be76913-56ce-7c4c-1760-5ad3f96f6db2-f96f6daf, #w-node-_7e262250-db2c-603b-c9a4-0a5b19e4fa37-19e4fa34, #w-node-d6ecf84f-3815-9b34-1dbf-72db775f7c52-775f7c4f, #w-node-d6a2dd3f-3ee4-f414-5b00-42a3d10b9f90-775f7c4f, #w-node-d6ecf84f-3815-9b34-1dbf-72db775f7c5b-775f7c4f, #w-node-f73204aa-7d62-07b8-792b-bf2113c8dbe7-4069d8f6, #w-node-_3ef71636-f4cf-20fd-1642-b3474069d8fa-4069d8f6, #w-node-_3ef71636-f4cf-20fd-1642-b3474069d902-4069d8f6, #w-node-_3ef71636-f4cf-20fd-1642-b3474069d90d-4069d8f6, #w-node-_3ef71636-f4cf-20fd-1642-b3474069d918-4069d8f6, #w-node-_3ef71636-f4cf-20fd-1642-b3474069d923-4069d8f6, #w-node-_1c33cbf7-49cb-2757-2250-8bc669e4347e-69e4347b, #w-node-_1c33cbf7-49cb-2757-2250-8bc669e43487-69e4347b, #w-node-_1c33cbf7-49cb-2757-2250-8bc669e43488-69e4347b, #w-node-_1c33cbf7-49cb-2757-2250-8bc669e43493-69e4347b, #w-node-_1c33cbf7-49cb-2757-2250-8bc669e4349e-69e4347b, #w-node-_1c33cbf7-49cb-2757-2250-8bc669e434a9-69e4347b, #w-node-a09a64fa-0b13-34f3-136d-f9c09f12cc6e-9f12cc6b, #w-node-a09a64fa-0b13-34f3-136d-f9c09f12cc76-9f12cc6b, #w-node-a09a64fa-0b13-34f3-136d-f9c09f12cc81-9f12cc6b, #w-node-a09a64fa-0b13-34f3-136d-f9c09f12cc8c-9f12cc6b, #w-node-_2cb14fd5-e961-aa55-765e-2607d58e8764-d58e8761, #w-node-_72a60898-0b12-7d20-4d0a-b15b8191c823-8191c820, #w-node-_72a60898-0b12-7d20-4d0a-b15b8191c824-8191c820, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682a3-5f9682a0, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682ab-5f9682a0, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682ad-5f9682a0, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682af-5f9682a0, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682b1-5f9682a0, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682b3-5f9682a0, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682b5-5f9682a0, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682b7-5f9682a0, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682b9-5f9682a0, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682bb-5f9682a0, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682bd-5f9682a0, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682bf-5f9682a0, #w-node-b9aa6f66-caab-e1b5-d668-8d0e5f9682c1-5f9682a0, #w-node-_988a75d8-807b-c0bf-2618-ad25cf90a25c-cf90a259, #w-node-_5a71db5f-a686-a2fc-8477-6568be333590-be33358d, #w-node-_5a71db5f-a686-a2fc-8477-6568be3335a8-be33358d, #w-node-_49ec8f4c-1aee-3c1a-b099-5e0701178266-01178263, #w-node-_47e22021-7f3c-33bf-cca3-0ae1a955374e-a955374b, #w-node-_47e22021-7f3c-33bf-cca3-0ae1a955375a-a955374b, #w-node-b61fc782-0940-d8be-d3b2-d38b11e87c26-d34113be, #w-node-_93b12ab6-9f08-ff81-b79c-87bacf75b3fb-d34113c7, #w-node-_93b12ab6-9f08-ff81-b79c-87bacf75b407-d34113c7, #w-node-_6ac6a9f5-6550-d622-9860-581fa33f6b28-d34113c7, #w-node-_2a19d937-06fb-dcb0-7872-0780c4b08337-d34113c7, #w-node-c27b399b-6c96-5ecc-4f3b-e6411944f680-d34113c7, #w-node-c27b399b-6c96-5ecc-4f3b-e6411944f689-d34113c7, #w-node-c27b399b-6c96-5ecc-4f3b-e6411944f68a-d34113c7, #w-node-a0f4c818-4abb-ddfd-6f6c-1c2a34baaa78-d34113c7, #w-node-a0f4c818-4abb-ddfd-6f6c-1c2a34baaa80-d34113c7, #w-node-a0f4c818-4abb-ddfd-6f6c-1c2a34baaa8b-d34113c7, #w-node-a0f4c818-4abb-ddfd-6f6c-1c2a34baaa96-d34113c7, #w-node-_07b9129b-a5e1-8be1-e40d-4e45df1e1f3e-d34113c7, #w-node-_07b9129b-a5e1-8be1-e40d-4e45df1e1f3f-d34113c7, #w-node-a7501570-b5a2-6ce3-caac-b8d10ed1157f-d34113c7, #w-node-a7501570-b5a2-6ce3-caac-b8d10ed11587-d34113c7, #w-node-a7501570-b5a2-6ce3-caac-b8d10ed11592-d34113c7, #w-node-a7501570-b5a2-6ce3-caac-b8d10ed1159d-d34113c7, #w-node-_2cb64c18-3d3c-2aed-28e5-f99563189902-d34113c7, #w-node-_2cb64c18-3d3c-2aed-28e5-f9956318990b-d34113c7, #w-node-_282f81a1-557a-1f3d-aa2b-6f5ffdf3c5fa-d34113c7, #w-node-_282f81a1-557a-1f3d-aa2b-6f5ffdf3c602-d34113c7, #w-node-_282f81a1-557a-1f3d-aa2b-6f5ffdf3c610-d34113c7, #w-node-_282f81a1-557a-1f3d-aa2b-6f5ffdf3c61e-d34113c7, #w-node-_282f81a1-557a-1f3d-aa2b-6f5ffdf3c62c-d34113c7, #w-node-_282f81a1-557a-1f3d-aa2b-6f5ffdf3c63a-d34113c7, #w-node-_282f81a1-557a-1f3d-aa2b-6f5ffdf3c648-d34113c7, #w-node-_282f81a1-557a-1f3d-aa2b-6f5ffdf3c656-d34113c7, #w-node-_282f81a1-557a-1f3d-aa2b-6f5ffdf3c664-d34113c7, #w-node-_43b645d5-0a3e-a2e6-110a-ad759715bd55-436cf868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93f25f40-3244-35db-c231-3e040053227d-436cf868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5a5cb3d9-d53c-602b-cc8b-5a30d084ae34-436cf868, #w-node-_5a5cb3d9-d53c-602b-cc8b-5a30d084ae40-436cf868, #w-node-c057aef1-2783-a0e4-fb45-62366e4ffd2e-436cf868, #w-node-c057aef1-2783-a0e4-fb45-62366e4ffd22-436cf868, #w-node-ca91e2a7-a9c4-5660-bb04-5c0f4c436eb6-436cf868, #w-node-ca91e2a7-a9c4-5660-bb04-5c0f4c436ec2-436cf868, #w-node-_39e91d81-ffab-b0ff-3cda-341688bbccf0-436cf868, #w-node-_39e91d81-ffab-b0ff-3cda-341688bbcce4-436cf868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ce1ead6-deb8-34c2-e604-510354b0b6f9-436cf868 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_66d11909-17c7-6c3c-d61d-06943f86b877-436cf868, #w-node-c475b36f-800d-14c7-b1dc-2e57cde3928e-436cf868, #w-node-c475b36f-800d-14c7-b1dc-2e57cde3929c-436cf868, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392a8-436cf868, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392b7-436cf868, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392c3-436cf868, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392cf-436cf868, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392de-436cf868, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392ed-436cf868, #w-node-c475b36f-800d-14c7-b1dc-2e57cde392f9-436cf868, #w-node-_43b645d5-0a3e-a2e6-110a-ad759715bd55-ba1b148b, #w-node-_926a8e5f-6e20-a48e-e1d8-a32f2884bf9f-ba1b148b, #w-node-_926a8e5f-6e20-a48e-e1d8-a32f2884bfa8-ba1b148b, #w-node-_926a8e5f-6e20-a48e-e1d8-a32f2884bfa9-ba1b148b, #w-node-_926a8e5f-6e20-a48e-e1d8-a32f2884bfbf-ba1b148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93f25f40-3244-35db-c231-3e040053227d-ba1b148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_43b645d5-0a3e-a2e6-110a-ad759715bd55-863d9e85, #w-node-_4256568c-81f3-9199-d3be-f335ed036fcf-863d9e85, #w-node-cff2c014-8927-fb0b-6293-2a6b1acf801f-863d9e85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93f25f40-3244-35db-c231-3e040053227d-863d9e85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4ede069d-4123-d9ca-d061-96cc3f2d1801-863d9e85, #w-node-_4ede069d-4123-d9ca-d061-96cc3f2d1811-863d9e85, #w-node-_4ede069d-4123-d9ca-d061-96cc3f2d181d-863d9e85, #w-node-_4ede069d-4123-d9ca-d061-96cc3f2d182c-863d9e85, #w-node-_4ede069d-4123-d9ca-d061-96cc3f2d1838-863d9e85, #w-node-_4ede069d-4123-d9ca-d061-96cc3f2d1844-863d9e85, #w-node-_4ede069d-4123-d9ca-d061-96cc3f2d1853-863d9e85, #w-node-_4ede069d-4123-d9ca-d061-96cc3f2d1862-863d9e85, #w-node-_4ede069d-4123-d9ca-d061-96cc3f2d186e-863d9e85, #w-node-_43b645d5-0a3e-a2e6-110a-ad759715bd55-ffa8b39d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93f25f40-3244-35db-c231-3e040053227d-ffa8b39d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a568be77-1049-5141-4bf0-f0916104831c-eaca498a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a568be77-1049-5141-4bf0-f09161048334-eaca498a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a568be77-1049-5141-4bf0-f09161048349-eaca498a, #w-node-a568be77-1049-5141-4bf0-f09161048357-eaca498a, #w-node-a568be77-1049-5141-4bf0-f0916104835b-eaca498a, #w-node-a568be77-1049-5141-4bf0-f0916104835c-eaca498a, #w-node-a568be77-1049-5141-4bf0-f0916104836d-eaca498a, #w-node-a568be77-1049-5141-4bf0-f0916104837f-eaca498a, #w-node-a568be77-1049-5141-4bf0-f09161048383-eaca498a, #w-node-a568be77-1049-5141-4bf0-f09161048384-eaca498a, #w-node-_77015740-6229-8122-bced-4d262d8c600d-eaca498a, #w-node-_77015740-6229-8122-bced-4d262d8c6015-eaca498a, #w-node-_77015740-6229-8122-bced-4d262d8c6020-eaca498a, #w-node-_77015740-6229-8122-bced-4d262d8c602b-eaca498a, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b5c-eaca498a, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b65-eaca498a, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b66-eaca498a, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b71-eaca498a, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b7c-eaca498a, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b87-eaca498a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a568be77-1049-5141-4bf0-f09161048397-eaca498a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a568be77-1049-5141-4bf0-f0916104840d-eaca498a, #w-node-a568be77-1049-5141-4bf0-f0916104841d-eaca498a, #w-node-a568be77-1049-5141-4bf0-f09161048429-eaca498a, #w-node-a568be77-1049-5141-4bf0-f09161048438-eaca498a, #w-node-a568be77-1049-5141-4bf0-f09161048444-eaca498a, #w-node-a568be77-1049-5141-4bf0-f09161048450-eaca498a, #w-node-a568be77-1049-5141-4bf0-f0916104845f-eaca498a, #w-node-a568be77-1049-5141-4bf0-f0916104846e-eaca498a, #w-node-a568be77-1049-5141-4bf0-f0916104847a-eaca498a, #w-node-a568be77-1049-5141-4bf0-f0916104831c-d4d0b064 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a568be77-1049-5141-4bf0-f09161048334-d4d0b064 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a568be77-1049-5141-4bf0-f09161048349-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f09161048357-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f0916104835b-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f0916104835c-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f0916104836d-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f0916104837f-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f09161048383-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f09161048384-d4d0b064, #w-node-_77015740-6229-8122-bced-4d262d8c600d-d4d0b064, #w-node-_77015740-6229-8122-bced-4d262d8c6015-d4d0b064, #w-node-_77015740-6229-8122-bced-4d262d8c6020-d4d0b064, #w-node-_77015740-6229-8122-bced-4d262d8c602b-d4d0b064, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b5c-d4d0b064, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b65-d4d0b064, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b66-d4d0b064, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b71-d4d0b064, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b7c-d4d0b064, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b87-d4d0b064 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a568be77-1049-5141-4bf0-f09161048397-d4d0b064 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a568be77-1049-5141-4bf0-f0916104840d-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f0916104841d-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f09161048429-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f09161048438-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f09161048444-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f09161048450-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f0916104845f-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f0916104846e-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f0916104847a-d4d0b064, #w-node-a568be77-1049-5141-4bf0-f0916104831c-0dc44dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a568be77-1049-5141-4bf0-f09161048334-0dc44dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a568be77-1049-5141-4bf0-f09161048349-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f09161048357-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f0916104835b-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f0916104835c-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f0916104836d-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f0916104837f-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f09161048383-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f09161048384-0dc44dbf, #w-node-_77015740-6229-8122-bced-4d262d8c600d-0dc44dbf, #w-node-_77015740-6229-8122-bced-4d262d8c6015-0dc44dbf, #w-node-_77015740-6229-8122-bced-4d262d8c6020-0dc44dbf, #w-node-_77015740-6229-8122-bced-4d262d8c602b-0dc44dbf, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b5c-0dc44dbf, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b65-0dc44dbf, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b66-0dc44dbf, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b71-0dc44dbf, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b7c-0dc44dbf, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b87-0dc44dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a568be77-1049-5141-4bf0-f09161048397-0dc44dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a568be77-1049-5141-4bf0-f0916104840d-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f0916104841d-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f09161048429-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f09161048438-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f09161048444-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f09161048450-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f0916104845f-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f0916104846e-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f0916104847a-0dc44dbf, #w-node-a568be77-1049-5141-4bf0-f0916104831c-0bc96cb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a568be77-1049-5141-4bf0-f09161048334-0bc96cb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a568be77-1049-5141-4bf0-f09161048349-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f09161048357-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f0916104835b-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f0916104835c-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f0916104836d-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f0916104837f-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f09161048383-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f09161048384-0bc96cb6, #w-node-_77015740-6229-8122-bced-4d262d8c600d-0bc96cb6, #w-node-_77015740-6229-8122-bced-4d262d8c6015-0bc96cb6, #w-node-_77015740-6229-8122-bced-4d262d8c6020-0bc96cb6, #w-node-_77015740-6229-8122-bced-4d262d8c602b-0bc96cb6, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b5c-0bc96cb6, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b65-0bc96cb6, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b66-0bc96cb6, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b71-0bc96cb6, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b7c-0bc96cb6, #w-node-_3b9fae5a-7e9b-03ac-806d-b3b54c8f4b87-0bc96cb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a568be77-1049-5141-4bf0-f09161048397-0bc96cb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a568be77-1049-5141-4bf0-f0916104840d-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f0916104841d-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f09161048429-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f09161048438-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f09161048444-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f09161048450-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f0916104845f-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f0916104846e-0bc96cb6, #w-node-a568be77-1049-5141-4bf0-f0916104847a-0bc96cb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2cb14fd5-e961-aa55-765e-2607d58e8781-d58e8761, #w-node-_2cb14fd5-e961-aa55-765e-2607d58e878f-d58e8761, #w-node-_2cb14fd5-e961-aa55-765e-2607d58e879d-d58e8761 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_988a75d8-807b-c0bf-2618-ad25cf90a25c-cf90a259, #w-node-_6ac6a9f5-6550-d622-9860-581fa33f6b28-d34113c7 {
    grid-column: span 6 / span 6;
  }

  #w-node-_2a19d937-06fb-dcb0-7872-0780c4b08354-d34113c7, #w-node-_2a19d937-06fb-dcb0-7872-0780c4b08362-d34113c7, #w-node-_2a19d937-06fb-dcb0-7872-0780c4b08370-d34113c7, #w-node-_66d11909-17c7-6c3c-d61d-06943f86b8a4-436cf868, #w-node-_66d11909-17c7-6c3c-d61d-06943f86b8ba-436cf868, #w-node-_66d11909-17c7-6c3c-d61d-06943f86b8cc-436cf868 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_988a75d8-807b-c0bf-2618-ad25cf90a25c-cf90a259, #w-node-_6ac6a9f5-6550-d622-9860-581fa33f6b28-d34113c7 {
    grid-column: span 3 / span 3;
  }
}


