@charset "UTF-8";
.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

body {
  background-color: #cec2f0;
  background-image: url("../images/background.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Spirax, sans-serif;
  color: #9055a2;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  transition: all 300ms ease-in-out;
  font-family: Spirax, sans-serif;
  color: #9055a2;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  transition: all 300ms ease-in-out;
  font-family: Spirax, sans-serif;
  color: #9055a2;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}

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

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

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

p {
  margin-bottom: 0rem;
}

a {
  transition: all 300ms ease-in-out;
  text-decoration: none;
}

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

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

li {
  margin-bottom: 0.25rem;
}

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

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

blockquote {
  margin-bottom: 0rem;
  padding: 0rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: 0.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: 0.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: 0.125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
}

.form_checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  background-size: 90%;
}

.form_checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.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 {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-bottom: 3rem;
  justify-content: start;
  justify-items: start;
  align-items: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

.text-rich-text p {
  margin-bottom: 1rem;
}

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

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

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

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

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

.heading-style-h1 {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
}

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

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

.padding-section-small {
  padding-top: 3rem;
  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 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-bottom: 3rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #000;
  line-height: 1.4;
}

.text-size-tiny {
  font-size: 0.75rem;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

.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 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.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: 32rem;
}

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

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

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

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

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

.text-size-small {
  font-size: 0.875rem;
}

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

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

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

.form_radio-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.25rem;
}

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

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

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

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

.form_input {
  min-height: 3rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0rem;
}

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

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

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

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

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

.button.is-text {
  border: 2px solid transparent;
  background-color: transparent;
  color: #000;
}

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

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

.button.is-secondary {
  border-style: solid;
  border-width: 2px 2px 0.125rem;
  border-color: #000;
  background-color: transparent;
  color: #000;
}

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

.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_link {
  margin-right: 2rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  transition: all 300ms ease;
  color: #9055a2;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar_link:hover {
  border-bottom-color: #fff;
  color: #9055a2;
}

.open_nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #9055a2;
  opacity: 1;
}

.navbar_inside {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #9055a2;
  transition: all 300ms ease;
}

.navbar_content {
  position: relative;
  z-index: 99;
  display: flex;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  justify-content: space-between;
  align-items: center;
}

.navbar_links {
  display: flex;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  text-align: right;
}

.navbar_holder {
  z-index: 999;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.line_button {
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.line_button.is-lb2 {
  display: block;
}

.brand {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

.open_nav-link {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  align-items: center;
  transition: all 300ms ease;
  color: #f6efef;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.open_nav-link:hover {
  color: rgba(241, 237, 234, 0.6);
}

.open_nav-link.top {
  text-align: center;
  font-size: 0.9rem;
}

.container {
  position: relative;
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container.container-menu-open {
  display: block;
  width: 100%;
  height: 88%;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
}

.button_nav {
  position: relative;
  z-index: 999;
  display: none;
  width: 130px;
  flex-direction: column;
  align-items: flex-end;
  cursor: pointer;
}

.open_nav-wrapper {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: space-between;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.open_nav-wrapper.top {
  padding-bottom: 1.5rem;
  flex-direction: row;
  justify-content: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.open_nav-content {
  display: flex;
  height: 90%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.projeto_item {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  padding-bottom: 60%;
  background-color: #000;
  text-decoration: none;
  cursor: none;
}

.contato-item {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  align-items: flex-end;
  border-bottom: 1px solid #ada8a5;
  text-decoration: none;
}

.navbar_search {
  display: flex;
  width: 50%;
  justify-content: flex-end;
}

.navbar_search-form {
  display: flex;
  width: 55%;
  margin-bottom: 0px;
  align-items: center;
}

.navbar_search-input {
  margin-right: 1rem;
  margin-bottom: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #9055A2;
  border-radius: 10px;
  background-color: transparent;
  color: #9055a2;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar_search-input:focus {
  outline-color: #9055a2;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  border-color: #9055A2;
}

.navbar_search-input:focus-visible {
  outline-color: #9055a2;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.navbar_search-input[data-wf-focus-visible] {
  outline-color: #9055a2;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.navbar_search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar_search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar_search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navbar_search-submit {
  height: 25px;
  background-color: transparent;
  background-image: url("../images/search.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 300ms ease-in-out;
}

.navbar_categorias {
  display: flex;
  margin-bottom: 4rem;
  border-top: 1px solid #9055a2;
  border-bottom: 1px solid #9055a2;
}

.navbar_categorias-dropdown_link {
  display: block;
  padding: 1rem;
  color: #9055a2;
  font-size: 0.7em;
  line-height: 1.3em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar_categorias-dropdown_link:hover {
  color: #e086a8;
}

.navbar_categorias-dropdown_list.w--open {
  background-color: transparent;
}

.navbar_categorias-wrapper {
  display: flex;
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

.navbar_categorias-dropdown {
  z-index: 1;
  margin-right: 0px;
  margin-left: 0px;
}

.navbar_categorias-toggle {
  padding: 0px;
  background-image: url("../images/arrow-down.svg");
  background-position: 100% 40%;
  background-size: 0.7em;
  background-repeat: no-repeat;
}

.navbar_categorias-dropdown_wrapper {
  margin-top: 6px;
  padding: 0.5rem;
  border-radius: 0px 0px 7px 7px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(144, 85, 162, 0.25);
}

.navbar_categorias-link {
  margin-top: -4px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  color: #9055a2;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar_categorias-link:hover {
  border-bottom-color: #fff;
}

.section_ultimas-resenhas {
  margin-bottom: 4rem;
  padding: 2rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(144, 85, 162, 0.2);
}

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

.ultimas_resenhas-left {
  display: inline-block;
  overflow: hidden;
  width: 24px;
  background-image: url("../images/ultimas-resenhas.svg");
  background-position: 100% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ultimas_resenhas-item {
  width: 18%;
}

.ultimas_resenhas-item:hover {
  opacity: 0.8;
}

.section_post-sidebar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.post_area {
  width: 69%;
}

.sidebar_area {
  display: flex;
  width: 27%;
  flex-direction: column;
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  border-radius: 10px;
}

.post_open {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(144, 85, 162, 0.2);
}

.post_open-image {
  position: relative;
  width: 100%;
  padding-bottom: 45%;
  border-radius: 10px 10px 0px 0px;
  background-image: url("../images/post-thumb.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post_open-link {
  display: block;
}

.post_open-content {
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.post_open-content.page {
  padding-top: 2rem;
}

.post_open-text {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

.post_list {
  display: flex;
  margin-top: 2.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
}

.post_list-home {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
}

.post_item {
  width: 47%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(144, 85, 162, 0.2);
}

.post_item-image {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  border-radius: 10px 10px 0px 0px;
  background-color: #9055A2;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.post_item-image:hover {
  opacity: 0.6;
}

.post_item-content {
  position: relative;
  margin-top: -2rem;
  padding: 0rem 1.5rem 1.5rem;
}

.post_item-link {
  display: block;
}

.post_item-text {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.post_item-title {
  font-size: 2rem;
}

.post_item-title:hover {
  color: #e086a8;
}

.post_item-title.related {
  font-size: 1.5rem;
}

.post_item-permalink {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 7px;
  background-color: #9055a2;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.post_item-permalink:hover {
  background-color: #e086a8;
}

.post_item-footer {
  position: relative;
  display: flex;
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #fedcc1;
}

.post_item-image_gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 26%, rgba(255, 255, 255, 0.76) 57%, #fff);
}

.post_item-tag {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.3rem 0.5rem;
  border-radius: 7px;
  background-color: #ffe9d8;
  color: #9055a2;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post_item-tag:hover {
  background-color: #ffdabd;
}

.post_item-tags {
  display: flex;
  width: 100%;
  margin-top: 0.7rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.post_open-image_gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 26%, rgba(255, 255, 255, 0.76) 57%, #fff);
}

.post_open-footer {
  position: relative;
  display: flex;
  margin-top: 2rem;
  padding-top: 0.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #fedcc1;
}

.post_open-date {
  display: flex;
  width: 100%;
  margin-right: 0.5rem;
  padding-top: 0.3rem;
  justify-content: flex-start;
  align-items: center;
  color: #9055a2;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post_open-tags {
  display: flex;
  width: 100%;
  margin-top: 0.7rem;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.post_open-tag {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.3rem 0.5rem;
  border-radius: 7px;
  background-color: #ffe9d8;
  color: #9055a2;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post_open-tag:hover {
  background-color: #ffdabd;
}

.post_open-permalink {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.7rem 1rem;
  border-radius: 7px;
  background-color: #9055a2;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.post_open-permalink:hover {
  background-color: #e086a8;
}

.post_open-wrapper {
  display: flex;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  justify-content: space-between;
}

.post_open-date_icon {
  width: 15px;
  margin-right: 0.4rem;
}

.post_open-comments {
  display: flex;
  width: 100%;
  margin-right: 0.5rem;
  padding-top: 0.3rem;
  justify-content: flex-end;
  align-items: center;
  color: #9055a2;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post_open-comments_icon {
  width: 15px;
  margin-right: 0.4rem;
}

.post_open-comments_link {
  color: #9055a2;
}

.post_open-comments_link:hover {
  color: #e086a8;
}

.post_item-wrapper {
  display: flex;
  width: 100%;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  justify-content: space-between;
}

.post_item-date {
  display: flex;
  width: 100%;
  margin-right: 0.5rem;
  padding-top: 0.3rem;
  justify-content: flex-start;
  align-items: center;
  color: #9055a2;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post_item-date_icon {
  width: 15px;
  margin-right: 0.4rem;
}

.post_item-comments {
  display: flex;
  width: 100%;
  margin-right: 0.5rem;
  padding-top: 0.3rem;
  justify-content: flex-end;
  align-items: center;
  color: #9055a2;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post_item-comments_icon {
  width: 15px;
  margin-right: 0.4rem;
}

.post_item-comments_link {
  color: #9055a2;
}

.post_item-comments_link:hover {
  color: #e086a8;
}

.sidebar_item {
  padding: 1.5rem 1.2rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(144, 85, 162, 0.2);
  font-size: 0.9rem;
}

.sidebar_perfil-img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 200px;
}

.sidebar_perfil-nome {
  margin-bottom: 1rem;
  text-align: center;
}

.sidebar_title {
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
  text-align: center;
}

.sidebar_categ {
  position: relative;
  display: flex;
  width: 32%;
  padding: 0.3rem;
  justify-content: center;
  border-radius: 100px;
}

.sidebar_categ-icon {
  width: 75px;
  padding: 0.5rem;
  border-radius: 100px;
  background-color: #9055a2;
  transition: all 300ms ease-in-out;
}

.sidebar_categ-list {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 2%;
  grid-row-gap: 0.5rem;
}

.sidebar_loved-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.sidebar_post-item {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(144, 85, 162, 0.2);
}

.sidebar_post-image {
  position: relative;
  width: 100%;
  padding-bottom: 58%;
  border-radius: 10px 10px 0px 0px;
  background-image: url("../images/post-thumb.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar_post-image:hover {
  opacity: 0.6;
}

.sidebar_post-content {
  position: relative;
  margin-top: -2rem;
  padding: 0rem 1.5rem 1.5rem;
}

.sidebar_post-image_gradient {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 70px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 26%, rgba(255, 255, 255, 0.76) 57%, #fff);
}

.sidebar_post-title {
  margin-top: -0.8rem;
  font-size: 1.5rem;
}

.sidebar_post-title:hover {
  color: #e086a8;
}

.sidebar_post-permalink {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.7rem 1rem;
  border-radius: 7px;
  background-color: #9055a2;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sidebar_post-permalink:hover {
  background-color: #e086a8;
}

.sidebar_categ-title {
  position: absolute;
  top: auto;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
  padding: 0.2rem 0.4rem;
  border-radius: 5px;
  background-color: #fedcc1;
  opacity: 0;
  color: #9055a2;
  font-size: 0.5rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.post_categ {
  position: relative;
  display: flex;
  width: 77px;
  margin-bottom: 1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  justify-content: center;
  border-radius: 100px;
}

.post_categ.sidebar {
  width: 62px;
}

.post_categ-icon {
  width: 75px;
  padding: 0.5rem;
  border-radius: 100px;
  background-color: #9055a2;
  transition: all 300ms ease-in-out;
}

.post_categ-icon.small {
  width: 60px;
}

.post_categ-title {
  position: absolute;
  top: auto;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
  padding: 0.2rem 0.4rem;
  border-radius: 5px;
  background-color: #fedcc1;
  opacity: 0;
  color: #9055a2;
  font-size: 0.5rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.post_categ-title.sidebar {
  font-size: 0.45rem;
}

.navbar_categorias-toggle_link {
  height: 100%;
  padding-top: 1em;
  padding-right: 1.2em;
  padding-bottom: 1em;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}

.navbar_categorias-toggle_link.w--current {
  border-bottom-color: #33b6ff;
}

.navbar_categorias-toggle_text {
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  color: #9055a2;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.logo {
  width: 300px;
}

.ultimas_resenhas-stars {
  display: flex;
  justify-content: center;
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
}

.ultimas_resenhas-star {
  width: 110px;
}

.categ_stars {
  display: flex;
  justify-content: space-between;
}

.ultimas_resenhas-img {
  width: 100%;
  padding-bottom: 135%;
  border-radius: 10px;
  background-image: url("../images/o-sorriso-das-mulheres.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ultimas_resenhas-img.teto {
  background-image: url("../images/teto-para-dois.jpg");
}

.ultimas_resenhas-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.footer {
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid #9055A2;
}

.footer_logo {
  width: 225px;
}

.footer_social {
  display: flex;
  width: 50%;
  justify-content: flex-end;
  align-self: center;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.footer_wrapper {
  display: flex;
  justify-content: space-between;
}

.footer_sub {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #9055A2;
  color: #9055a2;
  font-size: 0.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer_sub-link {
  color: #9055a2;
  text-decoration: underline;
}

.footer_sub-link:hover {
  color: #e086a8;
}

.sidebar_social-item {
  display: flex;
  width: 37px;
  height: 36px;
  padding: 0.7rem;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #9055a2;
  text-decoration: none;
}

.sidebar_social-item:hover {
  background-color: #e086a8;
}

.footer_social-icon {
  width: 14px;
  height: 20px;
  color: #fff;
  text-decoration: none;
}

.sidebar_social {
  display: flex;
  width: 100%;
  margin-top: 1rem;
  justify-content: center;
  align-self: center;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.footer_social-item {
  display: flex;
  width: 42px;
  height: 41px;
  padding: 0.7rem;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #9055a2;
  text-decoration: none;
}

.footer_social-item:hover {
  background-color: #e086a8;
}

.sidebar_social-icon {
  width: 14px;
  height: 17px;
  color: #fff;
  text-decoration: none;
}

.post_related {
  margin-top: 2.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
}

.post_item-related {
  width: 47%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(144, 85, 162, 0.2);
}

.post_related-wrapper {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
}

.post_comments {
  margin-top: 2.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
}

.comments_wrapper {
  width: 100%;
  margin-top: 1rem;
  padding: 2rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(144, 85, 162, 0.2);
}

.h1_categ-nome {
  color: #e086a8;
}

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

.open_nav-dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.open_nav-dropdown_link {
  display: block;
  padding: 1rem;
  color: #9055a2;
  font-size: 0.7em;
  line-height: 1.3em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.open_nav-dropdown_link:hover {
  color: #e086a8;
}

.open_nav-dropdown_list.w--open {
  background-color: transparent;
}

.open_nav-dropdown_wrapper {
  margin-top: 6px;
  padding: 0.5rem;
  border-radius: 0px 0px 7px 7px;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(144, 85, 162, 0.25);
}

.open_nav-toggle_link {
  height: 100%;
  padding-right: 1.2em;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}

.open_nav-toggle_link.w--current {
  border-bottom-color: #33b6ff;
}

.open_nav-toggle {
  display: inline-block;
  padding: 0px;
  background-image: url("../images/arrow-white.svg");
  background-position: 100% 43%;
  background-size: 0.7em;
  background-repeat: no-repeat;
}

.open_nav-toggle_text {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  align-items: center;
  transition: all 300ms ease;
  color: #f6efef;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.open_nav-toggle_text:hover {
  color: rgba(241, 237, 234, 0.6);
}

.navbar_header {
  position: relative;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.navbar_arabesco-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 300px;
}

.navbar_arabesco-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 300px;
}

.splide__slide {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  flex: 0 0 auto;
}

.ultimas_resenhas-slider {
  position: relative;
  width: 100%;
}

.ultimas_resenhas-slider.slider_resenhas {
  overflow: visible;
  width: 95%;
}

.testimonials_slider-footer {
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
}

.splide__slide-2 {
  width: 31%;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  flex: 0 0 auto;
}

.splide__slide-2.testimonials {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.h3-light {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.splide__track {
  overflow: hidden;
  width: 100%;
}

.testimonials_slider-author_description {
  color: #636771;
}

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

.testimonials_slider-text {
  width: 58%;
}

.splide__pagination__page {
  display: block;
  width: 48px;
  height: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 8px;
  background-color: #cce8ff;
  transition: all 300ms ease;
  font-size: 0vw;
  line-height: 0;
}

.splide__pagination__page:hover {
  background-color: #2accff;
}

.splide__pagination__page.is-active {
  display: block;
  background-image: linear-gradient(90deg, #0874e7, #2accff);
  opacity: 1;
}

.testimonials_slider-img {
  width: 300px;
  border-radius: 16px;
}

.splide__pagination {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 7%;
  width: 58%;
  margin-bottom: 0px;
  padding-left: 0px;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.testimonials_slider-logo {
  max-height: 45px;
  border-radius: 16px;
}

.testimonials_slider-author {
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  border-right: 1px solid #000;
}

.splide__pagination-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 1em;
  margin-bottom: 0px;
  padding-left: 0px;
  justify-content: flex-start;
  align-items: center;
}

.splide__pagination__page-2 {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 0em;
  margin-left: 12px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.2;
  transition: all 300ms ease;
  font-size: 0vw;
  line-height: 0;
}

.splide__pagination__page-2.is-active {
  display: block;
  opacity: 1;
}

.splide__arrow {
  width: 2em;
  height: 2em;
  margin-left: 1rem;
  border-radius: 100px;
  background-color: #9055a2;
  background-image: url("../images/arrow-slider.svg");
  background-position: 50% 50%;
  background-size: 20%;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px 0 rgba(144, 85, 162, 0.7);
  transition: all 200ms ease;
}

.splide__arrow:hover {
  background-color: #e086a8;
}

.splide__arrow.splide__arrow--next:active {
  transform: scale(0.95);
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}

.splide__arrow.splide__arrow--prev:active {
  transform: scale(0.95) rotate(-180deg);
}

.hidden {
  display: none;
}

.splide__arrows {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -16.5%;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.ultimas_resenhas-h2 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
  .open_nav-wrapper {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }
}

@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: 0rem;
    margin-bottom: 0rem;
  }
  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }
  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }
  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .hide-tablet {
    display: none;
  }
  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }
  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }
  .fs-styleguide_4-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .fs-styleguide_3-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .navbar_link {
    margin-right: 1rem;
  }
  .navbar_inside {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar_links {
    display: none;
  }
  .navbar_holder {
    width: 100%;
  }
  .open_nav-link {
    line-height: 150%;
  }
  .button_nav {
    display: flex;
    width: 50px;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
  .navbar_search {
    justify-content: flex-start;
  }
  .navbar_search-form {
    width: 80%;
  }
  .navbar_categorias-dropdown_list {
    position: -webkit-sticky;
    position: sticky;
  }
  .navbar_categorias-wrapper {
    display: none;
  }
  .navbar_categorias-dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navbar_categorias-toggle {
    display: block;
  }
  .navbar_categorias-toggle.w--open {
    margin-bottom: 1em;
  }
  .section_post-sidebar {
    flex-direction: column;
  }
  .post_area {
    width: 100%;
  }
  .sidebar_area {
    width: 50%;
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto;
  }
  .post_list, .post_list-home {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }
  .post_open-image_gradient {
    height: 150px;
  }
  .navbar_categorias-toggle_link {
    display: block;
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .navbar_categorias-toggle_link.w--current {
    border-bottom-color: transparent;
  }
  .navbar_categorias-toggle_text {
    display: block;
  }
  .open_nav-toggle_link.w--current {
    border-bottom-color: transparent;
  }
  .open_nav-toggle.w--open {
    margin-bottom: 1em;
  }
  .open_nav-toggle_text {
    line-height: 150%;
  }
  .navbar_arabesco-left {
    width: 200px;
  }
  .navbar_arabesco-right {
    width: 200px;
  }
  .splide__slide {
    width: 90%;
  }
  .splide__slide-2 {
    width: 90%;
  }
  .splide__slide-2.testimonials {
    padding-bottom: 4rem;
    flex-direction: column;
  }
  .testimonials_slider-text {
    width: 100%;
    margin-top: 1rem;
  }
  .splide__pagination__page {
    height: 8px;
  }
  .splide__pagination {
    position: absolute;
    bottom: 1%;
    width: 100%;
    justify-content: center;
  }
  .splide__pagination-2 {
    position: absolute;
    padding-top: 1.9em;
  }
  .splide__pagination__page-2 {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  .splide__arrows {
    bottom: -7%;
  }
}

@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: 0rem;
    margin-bottom: 0rem;
  }
  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }
  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }
  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .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-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .fs-styleguide_section-header {
    font-size: 0.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: 0.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: 0.875rem;
  }
  .heading-style-h5 {
    font-size: 0.875rem;
  }
  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .brand {
    padding-left: 0px;
  }
  .open_nav-content {
    align-items: flex-start;
  }
  .projeto_item {
    padding-bottom: 80%;
  }
  .navbar_search {
    width: 70%;
  }
  .navbar_search-form {
    width: 100%;
  }
  .navbar_search-input {
    margin-right: 0.5rem;
  }
  .ultimas_resenhas-wrapper {
    flex-direction: column;
  }
  .ultimas_resenhas-left {
    display: none;
  }
  .sidebar_area {
    width: 100%;
  }
  .post_open-image {
    padding-bottom: 80%;
  }
  .post_item {
    width: 100%;
  }
  .post_open-image_gradient {
    height: 100px;
  }
  .navbar_categorias-toggle_text {
    text-decoration: none;
  }
  .navbar_categorias-toggle_text:hover {
    color: #0a5c48;
    text-decoration: underline;
  }
  .logo {
    width: 220px;
  }
  .footer_social {
    width: 100%;
    justify-content: center;
  }
  .footer_wrapper {
    flex-direction: column;
    align-items: center;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .footer_divisor {
    display: none;
  }
  .footer_sub-link {
    display: block;
    padding-top: 0.5rem;
  }
  .sidebar_social {
    width: 100%;
    justify-content: center;
  }
  .post_item-related {
    width: 100%;
  }
  .navbar_header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ultimas_resenhas-slider.slider_resenhas {
    width: 100%;
    margin-top: 1rem;
  }
  .testimonials_slider-footer {
    flex-direction: column;
    align-items: flex-start;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .splide__list {
    align-items: flex-end;
  }
  .splide__pagination__page {
    width: 40px;
  }
  .testimonials_slider-author {
    border-right-width: 0px;
  }
  .splide__pagination__page-2 {
    width: 8px;
    height: 8px;
    margin-left: 8px;
  }
  .splide__arrows {
    bottom: -9%;
  }
  .ultimas_resenhas-h2 {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .padding-top {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }
  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }
  .padding-left {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .margin-right {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }
  .margin-left {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .padding-right {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }
  .padding-bottom {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }
  .hide-mobile-portrait {
    display: none;
  }
  .navbar_link {
    margin-left: 20px;
    font-size: 1rem;
  }
  .brand {
    width: 95%;
  }
  .container.container-menu-open {
    margin-top: 100px;
  }
  .button_nav {
    width: 40px;
  }
  .projeto_item {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0%;
    background-color: transparent;
  }
  .contato-item {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .navbar_search {
    width: 75%;
  }
  .post_open-content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .post_open-image_gradient {
    height: 80px;
  }
  .post_open-wrapper {
    flex-direction: column;
    align-items: flex-start;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
  .post_open-comments {
    justify-content: flex-start;
  }
  .post_item-wrapper {
    flex-direction: column;
    align-items: flex-start;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
  .post_item-comments {
    justify-content: flex-start;
  }
  .footer_divisor {
    display: none;
  }
  .sidebar_social-item {
    flex-direction: column;
    align-items: center;
  }
  .footer_social-item {
    flex-direction: column;
    align-items: center;
  }
  .navbar_arabesco-left {
    opacity: 0.2;
  }
  .navbar_arabesco-right {
    opacity: 0.2;
  }
  .splide__track {
    margin-top: 1rem;
  }
  .splide__pagination {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
  .splide__pagination-2 {
    position: relative;
    padding-top: 2em;
    padding-bottom: 1em;
  }
  .splide__pagination__page-2 {
    margin-right: 8px;
    margin-left: 0px;
  }
  .splide__arrow {
    margin-right: 1rem;
    margin-left: 0rem;
  }
  .splide__arrows {
    bottom: -20%;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-e91732cd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-e91732cd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-e91732cd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-e91732cd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-e91732cd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-e91732cd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-e91732cd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-e91732cd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-e91732cd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-e91732cd {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-e91732cd {
  -ms-grid-column-align: start;
  justify-self: start;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"), url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/** PAGINAÇÃO **/
.paginacao {
  margin: 2rem auto;
  display: flex;
  text-align: center;
  padding: 0;
  width: 100%;
  justify-content: center;
}

.paginacao span, .paginacao a {
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  padding: 12px 15px 8px;
  margin: 0px 6px;
  min-width: 45px;
  height: 45px;
  text-decoration: none;
  display: block;
  float: left;
  color: #fff;
  border: 1px solid #9055A2;
  background: #9055A2;
  border-radius: 60px;
}

.paginacao a:hover {
  border: 1px solid #e086a8;
  background: #e086a8;
}

.paginacao .current, .paginacao .current a {
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  padding: 10px 15px 8px;
  margin: 0px 6px;
  min-width: 45px;
  text-decoration: none;
  border: 1px solid #e086a8;
  color: #fff;
  background: #e086a8;
}

/** SIDEBAR **/
.sidebar_item.perfil li img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 200px;
}

.sidebar_item.perfil li h2 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2.3rem;
}

.sidebar_item.perfil li p {
  text-align: center;
}

.sidebar_item li {
  list-style: none;
}

.sidebar_item li h2 {
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
  text-align: center;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 0% !important;
}

/** PARAGRAPH **/
.post_open-text ul {
  padding: 0;
  margin-bottom: 1rem;
}

.post_open-text ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 0.5rem;
}

.post_open-text ul li:before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 7px;
  background-image: url(../images/ul-dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.post_open-text p, .post_open-text h2, .post_open-text h3 {
  margin-bottom: 1.5rem;
}

.post_open-text pre.prettyprint {
  margin: 15px auto !important;
  width: 91% !important;
}

.post_open-text b {
  color: #9055a2;
}

.post_open-text strong {
  color: #e086a8;
}

.post_open-text img {
  min-width: 48%;
  height: auto;
  margin: 0 0 1.5rem 0;
}

.post_open-text .alignleft {
  width: 48% !important;
  float: left;
}

.post_open-text .wp-caption-text {
  bottom: 50px;
  color: #fff;
  display: inline-block;
  left: 10px;
  margin: 0;
  max-width: 95%;
  padding: 5px 15px !important;
  font-size: 11px;
  position: relative;
  background: rgba(144, 85, 162, 0.8);
}

.post_open-text figure {
  display: inline-block;
  min-width: 48%;
  height: auto;
  margin: 0 1.5% 0 0;
}

.post_open-text figure img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}

.post_open-text figure.is-type-video {
  display: inline-block;
  width: 100%;
}

.post_open-text figure.is-type-video .wp-block-embed__wrapper:before {
  padding: 0;
}

/** VIDEO **/
.container-iframe {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.container-iframe::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.container-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .post_open-text img {
    width: 100%;
    height: auto;
    margin: 0 0 2% 0;
  }
  .post_open-text .alignleft {
    width: 100% !important;
  }
  .post_open-text figure {
    width: 100% !important;
    height: auto;
    margin: 0 0 2% 0;
  }
}

.post_open-text blockquote {
  background: #BDB0E1;
  padding: 40px 30px 30px;
  margin: 30px 0;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-left: 8px solid #9055A2;
  position: relative;
}

.post_open-text blockquote::before {
  content: "";
  background: url("../images/quote.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 35px;
  height: 28px;
  left: 30px;
  top: -12px;
}

.post_open-text blockquote::after {
  content: "";
  background: url("../images/quote-after.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 35px;
  height: 28px;
  right: 30px;
  bottom: -12px;
}

.post_open-text blockquote p {
  margin: 0 !important;
}

.post_categ-no_icon {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.5rem;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  padding: 0.6rem 1.2rem 0.5rem;
  text-decoration: none;
  color: #fff;
  background: #9055A2;
  border-radius: 60px;
}

.post_categ-no_icon:hover {
  background: #e086a8;
}

.ultimas_resenhas-stars.single {
  margin-bottom: 1.2rem;
  justify-content: flex-start;
}

.mb-two {
  margin-bottom: 2rem;
}

.navbar_categorias-toggle_link.w--current {
  border: none;
}

.post_open-text figure {
  max-width: 100%;
}

.categ_stars-categ {
  display: flex;
  justify-content: flex-start;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.post_open-table {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  margin: 2rem 0 0;
}

.post_open-table .post_open-table_item {
  width: 100%;
  display: flex;
  border: 1px solid #9055A2;
  text-align: center;
  margin-bottom: -1px;
}

.post_open-table .post_open-table_item:nth-of-type(odd) {
  background: #F6F2FF;
}

.post_open-table .post_open-table_item .post_open-table_left {
  width: 50%;
  padding: 1rem;
  border-right: 1px solid #9055A2;
  font-weight: 600;
}

.post_open-table .post_open-table_item .post_open-table_right {
  padding: 1rem;
  width: 50%;
}

/** WP FORMS **/
.wpforms-container-full {
  width: 100% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 767px) {
  .wpforms-container-full {
    width: 100% !important;
  }
}

.wpforms-container-full .wpforms-form {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  /* campos nome/email/telefone */
  /* textarea */
}

.wpforms-container-full .wpforms-form .wpforms-field {
  width: 100%;
  padding: 0 0 20px 0;
}

.wpforms-container-full .wpforms-form .wpforms-field:nth-of-type(3) {
  width: 100%;
}

.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-label {
  color: #9055A2;
  font-weight: 600;
  font-size: 0.9rem;
}

.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-medium {
  max-width: 100%;
  background: transparent;
  border: 1px solid #9055A2;
  border-radius: 8px;
  font-family: Roboto, sans-serif;
  color: #9055A2;
  height: 50px;
  padding: 0 20px;
  font-size: 0.9rem;
}

.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-medium:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 5px #e086a8;
  box-shadow: 0px 0px 5px #e086a8;
}

.wpforms-container-full .wpforms-form .wpforms-field ::-webkit-input-placeholder {
  color: #BDB0E1;
}

.wpforms-container-full .wpforms-form .wpforms-required-label {
  display: none;
}

.wpforms-container-full .wpforms-form .wpforms-field-textarea {
  width: 100% !important;
}

.wpforms-container-full .wpforms-form .wpforms-field-textarea .wpforms-field-medium {
  height: 150px;
  padding: 20px;
  font-size: 0.9rem;
  font-family: Roboto, sans-serif;
}

.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0;
  /* botão enviar */
}

.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
  background-color: #9055A2 !important;
  border: none !important;
  width: 100% !important;
  height: auto;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 8px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  background: none;
  background-color: #BDB0E1 !important;
}

div.wpforms-container-full button[type=submit]:focus:after {
  outline: none !important;
  border: none !important;
}

.wpforms-confirmation-container-full {
  background: #97b9c1;
  border: 1px solid #97b9c1;
  text-align: center;
  color: #fff;
}

.wpforms-confirmation-container-full p {
  font-size: 1.1rem;
}

.wp-block-media-text {
  margin-bottom: 2rem;
}
