.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-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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: #0672cb;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border: 1px #0672cb;
  border-left: 3px solid #0672cb;
  margin-bottom: 1rem;
  padding: 0 1.25rem;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

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

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

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.cta {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text a {
  color: #000;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-family: Inter, sans-serif;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  text-align: left;
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 55rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.2;
}

.text-size-small.text-weight-semibold {
  font-weight: 600;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.heading-style-h4 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0672cb;
  margin-bottom: 0;
  padding: .75rem;
}

.form_input::-ms-input-placeholder {
  color: #0672cb;
  font-family: Inter, sans-serif;
  line-height: 1;
}

.form_input::placeholder {
  color: #0672cb;
  font-family: Inter, sans-serif;
  line-height: 1;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.text-size-large.text-weight-medium {
  line-height: 1.2;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.container-large {
  width: 100%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #ff7300;
  align-self: flex-start;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #f4f4f4;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #0672cb;
  background-color: #fff;
  border: 1px #f4f4f4;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-icon.is-secondary:hover {
  text-decoration: underline;
}

.button.is-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.cta {
  width: 100%;
  color: #0672cb;
  background-color: #fff;
}

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

.text-size-medium {
  font-family: Inter, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-medium.post_content-wrapper {
  font-size: 1.125rem;
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.navbar_container {
  width: 100%;
  height: 100%;
  max-width: 68.75rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #000;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  grid-column-gap: 9px;
  border-bottom: 1px solid #000;
}

.navbar_menu-button {
  padding: 0;
}

.navbar {
  width: 100vw;
  height: auto;
  min-height: 4.5rem;
  background-color: #fff;
  border-bottom: 1px #000;
  align-items: center;
  padding: 1.125rem 5%;
  display: flex;
  position: relative;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.navbar_link {
  padding: .5rem 0;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.navbar_link.w--current {
  color: #000;
}

.post_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blogpost3_tag-list-wrapper {
  width: 50%;
}

.bpost_share-wrapper {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blogpost1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.post_breadcrumb {
  width: 100%;
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.post_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.post_date-wrapper {
  margin-top: .25rem;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1;
  display: flex;
}

.blogpost3_content {
  margin-bottom: 4rem;
}

.blogpost3_author-image-wrapper {
  margin-right: 1rem;
}

.post_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #ff7300;
}

.post_author-wrapper {
  align-items: center;
}

.post_author-wrapper.content-bottom {
  display: flex;
}

.breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.post_content-top {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.blogpost3_author-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.text-weight-semibold {
  font-weight: 600;
}

.blogpost3_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogpost3_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.blogpost3_divider {
  width: 100%;
  height: 1px;
  max-width: 48rem;
  background-color: #000;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.post_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.post_header {
  grid-column-gap: 1.375rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.post_social-link {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: .25rem;
}

.breadcrumb-link {
  color: #ff7300;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.post_subtitle-wrapper {
  flex-direction: column;
  display: flex;
}

.post_author-text {
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 1;
  display: flex;
}

.blogpost3_tag-item {
  background-color: #f4f4f4;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blogpost3_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.blogpost4_category-link {
  width: 1000%;
  color: #f4f4f4;
  text-transform: uppercase;
  background-color: #ff7300;
  margin-right: 0;
  padding: .625rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.blogpost4_category-link.w--current {
  border-bottom: 2px solid #000;
}

.post_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.post_content-wrapper {
  grid-column-gap: 5.875rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blogpost4_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.post_content {
  margin-bottom: 4rem;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blogpost4_image-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.blogpost4_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.cta_sidebar {
  border-width: 1px;
  border-color: #000;
  margin-bottom: 2rem;
  padding: 1rem;
  display: none;
}

.blogpost4_content-top {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.blogpost4_meta-wrapper {
  margin-bottom: .5rem;
}

.blogpost4_social-link {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: .25rem;
}

.blogpost4_social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.blogpost4_author-wrapper {
  align-items: center;
  display: flex;
}

.blogpost4_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blogpost4_form {
  margin-bottom: 0;
}

.text-color-orange {
  color: #ff7300;
}

.logo5_component {
  grid-column-gap: 2rem;
  grid-row-gap: .625rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.conteudo_oferecido_por {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.cta_white {
  border-top: 1px solid #0672cb;
  margin-top: 4rem;
  padding-top: 1.25rem;
}

.success-text {
  font-weight: 600;
}

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

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

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

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.cta20_form_component {
  margin-bottom: 0;
}

.section_cta {
  color: #f4f4f4;
  background-color: #0672cb;
}

.success-message {
  color: #0672cb;
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.logos_wrapper {
  display: block;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.blog32_category-link {
  background-color: #f4f4f4;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog32_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog32_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog32_dropdown-list {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.blog32_dropdown-list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.blog32_dropdown-wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.blog32_dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.blog32_image-link {
  width: 100%;
}

.blog32_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.relacionados_component {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.relacionados_list {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.blog32_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-weight-semibold {
  font-weight: 600;
}

.text-size-small-2.text-weight-semibold.text-inline {
  display: inline;
}

.relacionados_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.blog32_dropdown-link {
  padding: .75rem 1rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-2.is-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.blog32_dropdown-toggle {
  min-width: 12.5rem;
  border: 1px solid #000;
  padding: .75rem 3rem .75rem 1rem;
}

.blog32_meta-wrapper {
  margin-bottom: 1rem;
}

.text-inline {
  display: inline;
}

.blog32_item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0672cb;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-bottom: 1.375rem;
  display: grid;
}

.section_relacionados {
  background-color: #f4f4f4;
}

.relacionados_title-link {
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

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

.cta_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.cta_form_input {
  min-height: 3rem;
  color: #f4f4f4;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f4f4f4;
  margin-bottom: 0;
  padding: .75rem 1rem;
  font-family: Inter, sans-serif;
}

.cta_form_input:focus {
  font-family: Inter, sans-serif;
}

.cta_form_input::-ms-input-placeholder {
  color: #fff;
  font-family: Inter, sans-serif;
  line-height: 1;
}

.cta_form_input::placeholder {
  color: #fff;
  font-family: Inter, sans-serif;
  line-height: 1;
}

.cta_form_component {
  margin-bottom: 0;
}

.cta {
  color: #f4f4f4;
}

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

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

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  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;
  justify-content: center;
  display: grid;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

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

.footer4_social-list {
  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;
  align-items: start;
  justify-items: start;
  display: grid;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  display: flex;
}

.footer4_link {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.footer4_link:hover {
  border-bottom: 1px solid #000;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: #000;
}

.header3_lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lightbox-play-icon {
  z-index: 2;
  width: 64px;
  height: 64px;
  color: #fff;
  position: absolute;
}

.header3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header3_lightbox-image {
  object-fit: cover;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video {
  margin-bottom: 1rem;
}

.blogpost4_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogpost4_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.blogpost4_content {
  margin-bottom: 4rem;
}

.form_input-2 {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.blogpost4_newsletter {
  border: 1px solid #000;
  padding: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.logo-footer {
  width: 150px;
}

.post_ads {
  border-width: 1px;
  border-color: #000;
  padding: 1rem;
  display: block;
}

.cta_content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.link_cta_content {
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration: none;
}

.text_cta_content, .parceiros_sidebar {
  margin-bottom: 1rem;
}

.fields_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.banner2_close-button {
  width: auto;
  height: auto;
  color: #fff;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 1rem;
}

.banner2_wrapper {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f4f4f4;
  background-color: #0672cb;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Inter, sans-serif;
  display: grid;
  position: relative;
}

.banner2_text-wrapper {
  width: 90%;
}

.banner2_component {
  z-index: 9999;
  width: 100%;
  background-color: #0672cb;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.banner2_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.banner2_content {
  flex: 1;
  align-items: center;
  display: flex;
}

.banner2_icon-wrapper {
  flex: none;
  margin-right: 1rem;
}

.html-embed {
  width: 16px;
  height: 16px;
}

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

.products_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.testimonial9_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.products_slide {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.products_slider-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial9_client-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.testimonial9_client-image-wrapper {
  margin-bottom: 1rem;
}

.products_slider-arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-size-medium-3 {
  font-size: 1.25rem;
}

.testimonial9_logo {
  max-height: 3.5rem;
}

.product_wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  display: flex;
}

.products_mask {
  width: 25%;
  overflow: visible;
}

.max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-3.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.gallery23_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery23_slide {
  padding-right: 2rem;
}

.text-size-medium-4 {
  font-size: 1.25rem;
}

.gallery23_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.gallery23_arrow {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery23_arrow.is-left {
  right: 4rem;
}

.section_gallery23 {
  overflow: hidden;
}

.gallery23_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery23_mask {
  width: 25%;
  overflow: visible;
}

.gallery23_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery23_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery23_lightbox-link {
  width: 100%;
}

.max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.product_image-wrapper {
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 100%;
  position: relative;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.max-width-large-5 {
  width: 100%;
  max-width: 48rem;
}

.button-3 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-3.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.link-block {
  color: #ff7300;
}

.product-link {
  color: #000;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .padding-section-small {
    padding-top: 5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .max-width-medium {
    max-width: 100%;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-large.text-weight-medium {
    font-size: 1.4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

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

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

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

  .blogpost3_content {
    margin-bottom: 3rem;
  }

  .post_header {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .post_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .post_content {
    margin-bottom: 3rem;
  }

  .blogpost4_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .cta_sidebar {
    position: static;
  }

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

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

  .blog32_item {
    grid-column-gap: 2rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
  }

  .header3_component {
    min-height: auto;
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .header3_lightbox-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .blogpost4_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blogpost4_content {
    margin-bottom: 3rem;
  }

  .blogpost4_newsletter, .post_ads {
    position: static;
  }

  .parceiros_sidebar {
    display: none;
  }

  .banner2_close-button {
    z-index: 999;
    position: absolute;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: 1rem;
  }

  .banner2_wrapper {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .banner2_text-wrapper {
    width: 80%;
  }

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

  .banner2_icon-wrapper {
    display: none;
  }

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

  .products_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .products_mask {
    width: 100%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

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

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

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

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

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

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

  .blogpost3_content {
    margin-bottom: 2rem;
  }

  .blogpost3_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .post_header {
    grid-row-gap: 3rem;
  }

  .post_content, .blogpost4_image-wrapper {
    margin-bottom: 2rem;
  }

  .blogpost4_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .blogpost4_author-wrapper {
    margin-bottom: 2rem;
  }

  .logo5_logo {
    max-height: 3rem;
  }

  .logo5_component {
    padding-top: 1rem;
  }

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

  .blog32_dropdown-list {
    width: 100%;
  }

  .blog32_dropdown-wrapper {
    display: block;
  }

  .relacionados_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog32_image-wrapper {
    height: 100%;
  }

  .blog32_dropdown-toggle {
    width: 100%;
  }

  .blog32_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .blog32_dropdown {
    width: 100%;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: end;
    display: flex;
  }

  .header3_component {
    grid-row-gap: 3rem;
  }

  .blogpost4_content {
    margin-bottom: 2rem;
  }

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

  .banner2_close-button {
    position: absolute;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: 1rem;
  }

  .banner2_wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 2rem 1rem;
  }

  .banner2_text-wrapper {
    width: 100%;
  }

  .banner2_button-wrapper {
    align-items: center;
  }

  .banner2_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

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

  .products_component {
    padding-bottom: 3rem;
  }

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

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

  .gallery23_slide {
    padding-right: 1.5rem;
  }

  .gallery23_arrow.is-left {
    right: 3.5rem;
  }

  .gallery23_mask {
    width: 50%;
  }

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

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h1 {
    font-size: 1.375rem;
    line-height: 1.2;
  }

  .padding-section-small {
    padding-top: 0;
  }

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

  .text-size-large {
    line-height: 1.2;
  }

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

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

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

  .button.is-secondary {
    font-size: .9rem;
  }

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

  .text-size-medium.text-color-blue {
    font-size: 1.3rem;
  }

  .navbar1_logo {
    width: 150px;
  }

  .post_image-wrapper {
    height: 200px;
    padding-top: 0%;
  }

  .blogpost3_tag-list-wrapper, .bpost_share-wrapper {
    width: 100%;
  }

  .blogpost3_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost3_tag-list {
    justify-content: flex-start;
  }

  .post_header {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .blogpost4_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .post_content {
    margin-bottom: 0;
  }

  .blogpost4_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost4_author-wrapper {
    margin-bottom: 1rem;
  }

  .logo5_component {
    justify-content: flex-start;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .relacionados_list {
    grid-row-gap: 1rem;
  }

  .blog32_image-wrapper {
    padding-top: 66%;
  }

  .blog32_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cta_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer4_link-list {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: .625rem;
    justify-content: start;
    justify-items: start;
    display: flex;
  }

  .footer4_top-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    justify-items: start;
  }

  .footer4_link {
    font-size: .75rem;
  }

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

  .banner2_close-button {
    position: absolute;
    top: 5%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .banner2_component {
    display: block;
  }

  .banner2_content {
    margin-bottom: 0;
  }

  .text-block {
    font-size: .75rem;
  }
}

#w-node-_8ecdd17c-5da6-d665-fcfa-aaf9591c7f7a-287f6c24 {
  align-self: start;
}

#w-node-_2807faed-f96c-e1a2-03cb-ba91803440b9-287f6c24 {
  justify-self: end;
}

#w-node-bfeb06a4-5175-dc0d-e373-df7186fc3151-287f6c24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2526e708-c4ce-4919-20fc-78010d234728-287f6c24, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-287f6c27 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-287f6c27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-287f6c27 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-287f6c27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-287f6c27 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-287f6c27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-287f6c27 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-287f6c27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-287f6c27 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-287f6c27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-287f6c27 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-287f6c27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-287f6c27, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-287f6c27 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-287f6c27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-287f6c27 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_8ecdd17c-5da6-d665-fcfa-aaf9591c7fa0-287f6c24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2526e708-c4ce-4919-20fc-78010d234728-287f6c24 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2526e708-c4ce-4919-20fc-78010d234728-287f6c24 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}


