@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}
/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}
/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings,
helpers or functions. They have no direct output.
*/
/*
This file is used to contain all base imports.
Files inside this folder can contain global styles used in
the project.
*/
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-wrap: balance;
}
html *,
body * {
  box-sizing: inherit;
}
html img,
body img {
  max-width: 100%;
  height: auto;
}
.page-header {
  margin-top: 64px;
}
.page-header-text {
  font-family: "interstate", sans-serif, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.page-header-text .highlight {
  color: #8364e3;
}
.page-header-text.small {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
html {
  font-family: "interstate-compressed", sans-serif, sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 1;
  font-size: 14px;
  margin-top: 0;
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 16px;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}
p {
  margin-bottom: 16px;
  font-weight: 500;
  margin-top: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.text-extra-large {
  font-size: 64px;
}
.text-large {
  font-size: 40px;
}
.text-medium {
  font-size: 24px;
}
.text-small {
  font-size: 22px;
}
.text-smaller {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .text-extra-large {
    font-size: 64px;
  }
  .text-large {
    font-size: 48px;
  }
  .text-medium {
    font-size: 32px;
  }
  .text-small {
    font-size: 22px;
  }
  .text-smaller {
    font-size: 16px;
  }
}
.section-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  margin-bottom: 16px;
}
.page-title {
  font-size: 64px;
  font-weight: 600;
  line-height: 58px;
  text-align: left;
  margin-bottom: 40px;
}
.highlight {
  color: #7a17c7;
}
.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-1 {
  margin-top: 8px;
}
.mt-2 {
  margin-top: 16px;
}
.mt-3 {
  margin-top: 24px;
}
.mt-4 {
  margin-top: 32px;
}
.mt-5 {
  margin-top: 40px;
}
.mb-1 {
  margin-bottom: 8px;
}
.mb-2 {
  margin-bottom: 16px;
}
.mb-3 {
  margin-bottom: 24px;
}
.mb-4 {
  margin-bottom: 32px;
}
.mb-5 {
  margin-bottom: 40px;
}
.pt-1 {
  padding-top: 8px;
}
.pt-2 {
  padding-top: 16px;
}
.pt-3 {
  padding-top: 24px;
}
.pt-4 {
  padding-top: 32px;
}
.pt-5 {
  padding-top: 40px;
}
.pb-1 {
  padding-bottom: 8px;
}
.pb-2 {
  padding-bottom: 16px;
}
.pb-3 {
  padding-bottom: 24px;
}
.pb-4 {
  padding-bottom: 32px;
}
.pb-5 {
  padding-bottom: 40px;
}
.image-medium {
  width: auto;
  max-width: 100%;
  height: 100px;
}
.grid-2-cols,
.grid-3-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media only screen and (min-width: 1080px) {
  .grid-2-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-3-cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.image-spacing {
  margin-top: 64px;
  margin-bottom: 64px;
}
/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating
to a reusable component.
*/
.container {
  display: block;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1080px;
}
.container--wide {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .container--wide {
    padding: 0 64px;
  }
}
.box {
  padding: 64px 32px;
  text-align: center;
}
.box--primary {
  background-color: #7a17c7;
  color: #fff;
}
.box--primary .highlight {
  color: #e1ef40;
}
.box--secondary {
  background-color: #e1ef40;
  color: #000;
}
.box--secondary .highlight {
  color: #7a17c7;
}
.box--secondary a {
  color: #7a18c5;
}
.box--medium-purple {
  background-color: #8364e3;
  color: #fff;
}
.box--medium-purple .highlight {
  color: #e1ef40;
}
.separator {
  --separator-color: #e1ef40;
  display: block;
  width: 100%;
  height: 2px;
  flex-shrink: 0;
  background-color: var(--separator-color);
  margin-top: 32px;
  margin-bottom: 32px;
}
.separator.no-margin-bottom {
  margin-bottom: 0;
}
.arrow-container {
  --separator-arrow-image: url('src/images/seta-enois.png');
  --separator-arrow-width: 24px;
  --separator-arrow-height: 192px;
  display: flex;
  justify-content: space-around;
  gap: 24px;
  margin-bottom: 32px;
}
.arrow-container-small {
  --separator-arrow-image: url('src/images/seta-enois-sm.png');
  --separator-arrow-width: 22px;
  --separator-arrow-height: 48px;
}
.separator:has(+ .arrow-container, + .arrow-container-small) {
  margin-bottom: 0;
}
.arrow {
  width: var(--separator-arrow-width);
  height: var(--separator-arrow-height);
  background-image: var(--separator-arrow-image);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: var(--separator-arrow-width) var(--separator-arrow-height);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
}
.arrow.is-animated {
  animation: separator-arrow-drop 1s ease-in-out forwards;
}
@keyframes separator-arrow-drop {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .arrow {
    animation: none;
    opacity: 1;
    transform: scaleY(1);
  }
}
.side-menu {
  position: fixed;
  width: 100vw;
  top: 0;
  right: -100vw;
  padding: 50px 25px;
  height: 100vh;
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  z-index: 100;
  font-size: 24px;
  line-height: 33px;
  background-color: #7a17c7;
}
.side-menu.active {
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-menu .side-menu-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}
.side-menu .side-menu-content {
  overflow: auto;
  height: 100%;
  padding-bottom: 80px;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
.side-menu .side-menu-content::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.side-menu .side-menu-content .navigation__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 40px;
}
.side-menu .side-menu-content .navigation__links li {
  margin-left: 0;
  margin-bottom: 30px;
}
.side-menu .side-menu-content .navigation__links li.has-children {
  margin-bottom: 10px;
}
.side-menu .side-menu-content .navigation__links li.has-children > a {
  display: block;
  margin-bottom: 0.4em;
}
.side-menu .side-menu-content .navigation__links li.has-children.active .navigation__links-sub {
  display: flex;
}
.side-menu .side-menu-content .navigation__links-sub {
  padding-left: 30px;
  display: none;
  font-size: 40px;
  line-height: 40px;
}
.side-menu .side-menu-content .navigation__links .navigation__links-sub li {
  margin-bottom: 15px;
}
.side-menu .side-menu-content__footer {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
  margin-top: 64px;
}
@media screen and (min-width: 1270px) {
  .side-menu {
    position: static;
    width: auto;
    height: auto;
    right: auto;
    top: auto;
    padding: 0;
    background: transparent;
    transform: none;
    transition: none;
    display: flex;
    flex: 1;
    justify-content: flex-start;
    margin-left: 32px;
  }
  .side-menu.active {
    transform: none;
  }
  .side-menu .side-menu-header {
    display: none;
  }
  .side-menu .side-menu-content {
    overflow: visible;
    height: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    -ms-overflow-style: auto;
    scrollbar-width: auto;
  }
  .side-menu .side-menu-content::-webkit-scrollbar {
    display: block;
  }
  .side-menu .side-menu-content__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin-top: 0;
    gap: 0;
  }
  .side-menu .side-menu-content .navigation__links {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    margin-right: 32px;
  }
  .side-menu .side-menu-content .navigation__links li {
    margin-left: 24px;
    margin-bottom: 0;
  }
  .side-menu .side-menu-content .navigation__links li a {
    font-size: 14px;
  }
  .side-menu .side-menu-content .navigation__links li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1380px) {
  .side-menu .navigation__links li a {
    font-size: 16px;
  }
}
.slider {
  position: relative;
  max-width: 100%;
  padding-bottom: 80px;
}
.slider__viewport {
  overflow: hidden;
}
.slider__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  gap: 32px;
}
.slider__slide {
  flex: 0 0 calc(100% - 32px);
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  text-align: center;
  border-left: 3px solid #7a17c7;
  border-right: 3px solid #7a17c7;
  margin: 0 16px;
  text-align: left;
}
.slider__slide-container {
  padding: 0 16px;
}
.slider__slide-media {
  width: 100%;
  margin-bottom: 16px;
}
.slider__slide-media img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 50vh;
}
.slider__slide-text {
  font-size: 32px;
  text-align: left;
  font-weight: 500;
  line-height: 1.1;
  font-family: "interstate-compressed", sans-serif, sans-serif;
  color: #000;
}
.slider__slide-text strong {
  color: #7a17c7;
}
.slider__slide-meta {
  margin-top: 16px;
}
.slider__slide-name {
  font-weight: 600;
  font-size: 24px;
  color: #7a17c7;
  margin-bottom: 8px;
}
.slider__slide-organization {
  font-weight: 500;
  font-family: "interstate", sans-serif, sans-serif;
  font-style: italic;
}
.slider__prev, .slider__next {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: none;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  color: #000;
  cursor: pointer;
  border-radius: 50%;
  transition: opacity 0.2s;
  background-color: transparent;
}
.slider__prev:hover, .slider__next:hover {
  opacity: 0.9;
}
.slider__prev:disabled, .slider__prev[aria-disabled=true], .slider__next:disabled, .slider__next[aria-disabled=true] {
  cursor: default;
  opacity: 0.35;
}
.slider__prev::before, .slider__next::before {
  background-image: url("src/images/seta-slider.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 48px;
  width: 48px;
}
.slider__prev {
  left: calc(50% - 56px);
}
.slider__next {
  left: calc(50% + 8px);
  right: auto;
}
.slider__next::before {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1080px) {
  .slider {
    padding-bottom: 0;
  }
  .slider__prev, .slider__next {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .slider__prev {
    left: -34px;
  }
  .slider__next {
    left: auto;
    right: -34px;
  }
  .slider__slide-text {
    font-size: 48px;
  }
}
.section--slider {
  padding: 32px 0;
}
.button {
  align-items: center;
  background-color: #e1ef40;
  border: none;
  border-radius: 24px;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: "interstate", sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 24px;
  text-decoration: none;
}
.button-icon {
  display: block;
  border: none;
  height: 30px;
  width: 30px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.button-icon-menu {
  background-image: url("src/images/icon-menu.svg");
  height: 19px;
}
.button-icon-search {
  background-image: url("src/images/icon-search.svg");
}
.button-icon-close {
  background-image: url("src/images/icon-close.svg");
}
.button-icon-close-white {
  background-image: url("src/images/icon-close-white.svg");
}
.button-icon-social-youtube {
  background-image: url("src/images/icon-social-youtube.svg");
  width: 44px;
}
.button-icon-social-instagram {
  background-image: url("src/images/icon-social-instagram.svg");
}
.button-icon-social-twitter {
  background-image: url("src/images/icon-social-twitter.svg");
}
.button-icon-social-facebook {
  background-image: url("src/images/icon-social-facebook.svg");
}
.download-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.download-list__item + .download-list__item {
  margin-top: 6px;
}
.download-list__button {
  align-items: center;
  background-color: #e1ef40;
  color: #000;
  display: flex;
  font-family: "interstate-compressed", sans-serif, sans-serif;
  font-size: 32px;
  font-weight: 400;
  gap: 16px;
  justify-content: flex-start;
  line-height: 1.1;
  padding: 10px 16px;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
}
.download-list__button::after {
  background-image: url("src/images/icon-download.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex: 0 0 28px;
  height: 28px;
  width: 28px;
}
.download-list__button--alt {
  background-color: #7a17c7;
  color: #fff;
}
.download-list__button--alt .download-list__content {
  margin-right: auto;
}
.download-list__button--alt::after {
  background-image: url("src/images/icon-download-alt.png");
}
.download-list__button--alt:before {
  background-image: url("src/images/icon-stars.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex: 0 0 40px;
  margin-right: 16px;
}
.download-list__content {
  align-items: baseline;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 0 8px;
  min-width: 0;
}
.download-list__bold-text {
  font-weight: 700;
}
.download-list__title {
  font-family: "interstate", sans-serif, sans-serif, sans-serif;
  text-align: left;
  color: #8364e3;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 32px;
}
.trp-language-switcher .trp-ls-shortcode-current-language {
  background-color: transparent;
  background-image: none;
  position: relative;
}
.trp-language-switcher .trp-ls-shortcode-current-language::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 7px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
}
.trp-language-switcher .trp-ls-shortcode-current-language a {
  color: #fff;
}
.trp-language-switcher .trp-flag-image {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
.trp-language-switcher {
  height: auto;
  width: auto;
  margin-right: 16px;
  line-height: 1;
}
.trp-language-switcher > div {
  border-radius: 16px;
  border: 1px solid #fff;
  padding: 4px 12px 4px 7px;
}
.trp-language-switcher:hover .trp-ls-shortcode-language {
  padding: 4px 7px !important;
}
.trp-language-switcher > div > a {
  padding: 0;
  height: auto;
  display: flex;
  font-size: 13px;
  line-height: 20px;
}
.trp-ls-shortcode-language.trp-ls-clicked {
  border: 1px solid #e1ef40;
  background-image: none;
}
.trp-ls-shortcode-language.trp-ls-clicked a:first-child {
  margin-bottom: 6px;
}
.trp-ls-shortcode-language a:second-child {
  margin-top: 16px;
}
/* substack modal */
#substack-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.modal-content {
  max-width: 525px;
  width: 100%;
  position: relative;
  text-align: center;
  background: white;
  overflow: hidden;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.modal-scrollable {
  overflow-y: auto;
  max-height: 90vh;
  /* padding: 20px; */
}
.modal-content_top {
  background: #370960;
  padding: 40px 32px 16px 32px;
}
.modal-content_bottom {
  background: #8364e3;
  padding: 16px 32px 16px 32px;
}
.modal-content_embed {
  background: #8364e3;
  padding: 0 16px 6px 16px;
}
.logo-image {
  max-height: 100px;
  width: auto;
  margin-bottom: 32px;
}
.modal-title {
  font-size: 32px;
  color: #e1ef3f;
  margin-top: 0;
  margin-bottom: 0;
}
.modal-content_top .modal-paragraph {
  color: #FFF;
  font-size: 18px;
  font-stretch: normal;
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 8px;
}
.modal-cta {
  color: #370960;
  font-size: 22px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 0;
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.close-modal img {
  height: 30px;
  width: 30px;
}
#substack-modal.active {
  display: flex;
}
@media (max-width: 768px) {
  .modal-content {
    max-width: 90%;
  }
  .modal-content_top {
    padding: 20px 16px 8px 16px;
  }
  .modal-content_bottom {
    padding: 8px 16px 8px 16px;
  }
  .modal-content_embed {
    padding: 0 8px 4px 8px;
  }
  .logo-image {
    max-height: 80px;
  }
  .modal-title {
    font-size: 24px;
  }
  .modal-content_top .modal-paragraph {
    font-size: 16px;
  }
  .modal-cta {
    font-size: 18px;
    line-height: 18px;
  }
  .close-modal img {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 480px) {
  .modal-content {
    max-width: 95%;
  }
  .modal-content_top {
    padding: 16px 12px 6px 12px;
  }
  .modal-content_bottom {
    padding: 6px 12px 6px 12px;
  }
  .modal-content_embed {
    padding: 0 6px 3px 6px;
  }
  .logo-image {
    max-height: 60px;
  }
  .modal-title {
    font-size: 20px;
  }
  .modal-content_top .modal-paragraph {
    font-size: 14px;
  }
  .modal-cta {
    font-size: 16px;
    line-height: 16px;
  }
  .close-modal img {
    height: 20px;
    width: 20px;
  }
}
.section--home-contact {
  padding: 40px 0;
}
.section--home-contact .home-contact {
  align-items: center;
}
.section--home-contact .home-contact__column {
  display: block;
  text-align: center;
  margin-bottom: 32px;
}
.section--home-contact .home-contact__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
  margin-bottom: 16px;
}
.section--home-contact .home-contact__email {
  line-height: 1.1;
  text-decoration: none;
  word-break: break-word;
  font-weight: 700;
}
.section--home-contact .home-contact__social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--home-contact .home-contact__social-link {
  color: #000;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 999px;
}
.section--home-contact .home-contact__social-icon {
  display: block;
  width: 24px;
  height: 24px;
}
.section--home-contact .home-contact__newsletter {
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .section--home-contact .home-contact__title {
    margin-bottom: 24px;
  }
  .section--home-contact .home-contact__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    justify-content: space-between;
  }
}
/*
This file is used to contain all layout imports.
Files inside this folder should contain all styles relating
to layouts.
*/
.site-footer {
  background: #fff;
  color: #000;
  padding: 32px 0 0 0;
  font-family: "interstate", sans-serif, sans-serif;
}
.site-footer .image-spacing {
  margin-top: 40px;
  margin-bottom: 40px;
}
.site-footer-logos img {
  max-width: 100%;
  max-height: 35px;
  margin-left: 30px;
  filter: grayscale(1);
}
.site-footer .site-info {
  padding-top: 15px;
  margin: auto;
  border-top: 3px solid #000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .footer-social {
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
}
.site-footer .footer-social a {
  margin-right: 15px;
}
.site-header {
  background: #7a17c7;
  color: #fff;
  padding: 20px 0;
  max-width: 100%;
  font-family: "interstate", sans-serif, sans-serif;
}
.site-header .header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.site-header .site-branding {
  margin-right: 0;
  height: 40px;
}
.site-header .site-branding a {
  display: block;
}
.site-header .site-branding img, .site-header .site-branding a {
  height: 100%;
  width: auto;
}
.site-header .navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 16px;
}
.site-header .navigation__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.site-header .navigation .header-social-links {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0 16px 0 0;
  list-style: none;
}
.site-header .navigation .header-social-links__item {
  display: flex;
}
.site-header .navigation .header-social-links__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-header .navigation .header-social-links__link:hover, .site-header .navigation .header-social-links__link:focus-visible {
  opacity: 0.8;
}
.site-header .navigation .header-social-links__icon {
  display: block;
  width: 24px;
  height: 24px;
}
.site-header .navigation .header-social-links__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1270px) {
  .site-header .navigation #side-menu-button {
    display: none;
  }
}
.site-header .side-menu .navigation__links a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.site-header .side-menu .navigation__links a.is-current-url, .site-header .side-menu .navigation__links a[aria-current=page] {
  color: #e1ef40;
}
.site-header .header-search {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.site-header .header-search__input {
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: #e1ef40;
  color: #7a17c7;
  font-family: "interstate", sans-serif, sans-serif;
  line-height: 1;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 48px 8px 16px;
}
.site-header .header-search__input::-moz-placeholder {
  color: #7a17c7;
  opacity: 1;
}
.site-header .header-search__input::placeholder {
  color: #7a17c7;
  opacity: 1;
}
.site-header .header-search__input:focus {
  outline: 2px solid #e1ef40;
  outline-offset: 2px;
}
.site-header .header-search__button {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
}
.site-header .header-search__icon {
  display: block;
  width: 14px;
  height: 14px;
  background: #7a17c7;
  mask: url("src/images/icon-search-enois.svg") no-repeat center/contain;
  -webkit-mask: url("src/images/icon-search-enois.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px) {
  .site-header .header-search {
    max-width: 240px;
  }
  .site-header .header-search__input {
    font-size: 14px;
    line-height: 16px;
    padding: 4px 48px 4px 16px;
  }
}
@keyframes hero-title-caret-blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.hero-content {
  padding: 40px 0 0 0;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero-content {
    padding: 80px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .hero-content {
    padding: 120px 0 0 0;
  }
}
.hero-title {
  color: #7a17c7;
  font-size: 72px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
}
.hero-title__visual {
  display: inline-block;
}
.hero-title__line {
  display: block;
}
.hero-title__typewriter-line {
  overflow-wrap: break-word;
}
.hero-title__typed {
  display: inline;
}
.hero-title__caret {
  display: inline-block;
  width: 0.07em;
  min-width: 2px;
  height: 0.85em;
  margin-left: 0.04em;
  vertical-align: -0.06em;
  background: currentColor;
  opacity: 0;
  pointer-events: none;
}
.hero-title__caret.is-on {
  opacity: 1;
  animation: hero-title-caret-blink 0.95s steps(2, jump-end) infinite;
}
.hero-title__highlight {
  color: #c4a8e0;
  font-size: 54px;
}
.hero-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-subtitle {
    font-size: 32px;
    line-height: 40px;
  }
}
.highlights-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.highlights-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.highlights-card p {
  margin-bottom: 0;
}
.highlights-card .text-extra-large {
  line-height: 1;
  margin-bottom: 16px;
}
.highlights-card .highlight {
  font-size: 1.1em;
}
.highlights-card__source {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  font-style: italic;
}
.highlights-card__number-layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: 600;
}
.highlights-card__number-layout .number {
  font-size: 158px;
  font-weight: 600;
  line-height: 1;
  margin-top: 8px;
}
.highlights-card__number-layout .percentage {
  font-size: 64px;
  line-height: 1;
  margin-top: 22px;
}
.highlights-card__number-layout .percentage-text {
  text-align: left;
  font-size: 64px;
  line-height: 0.9;
  margin-top: 24px;
}
.highlights-card__number-layout .percentage-text .percentage {
  margin-top: 0;
}
.highlights-card__number-layout .percentage-text .text {
  text-transform: uppercase;
  color: #8364e3;
}
.mais-de {
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  color: #e1ef40;
}
.mais-de__prefix {
  display: block;
  font-size: 42px;
  margin-right: -4px;
  color: #fff;
}
@media (min-width: 768px) {
  .mais-de {
    font-size: 72px;
  }
  .mais-de__prefix {
    display: inline-block;
    vertical-align: text-top;
  }
}
.section--logo-gallery {
  padding: 40px 0;
}
.section--logo-gallery .logo-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section--logo-gallery .logo-gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--logo-gallery .logo-gallery__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.section--logo-gallery .logo-gallery__item img {
  max-width: 90%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .section--logo-gallery .logo-gallery__item img {
    max-width: 100%;
  }
}
.section--projects .projects-grid {
  align-items: start;
}
.section--projects .project-card {
  align-items: center;
  display: grid;
  grid-template-rows: minmax(180px, 200px) 1fr auto;
  height: 100%;
  justify-items: center;
  text-align: center;
  max-width: 400px;
  justify-self: center;
}
.section--projects .project-card__image {
  align-items: center;
  display: grid;
  height: 100%;
  width: 100%;
}
.section--projects .project-card__image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 160px;
  max-width: 220px;
  width: auto;
}
@media (min-width: 768px) {
  .section--projects .project-card__image img {
    max-width: 240px;
  }
}
.section--projects .project-card__text {
  font-size: 18px;
  font-weight: 400;
  font-family: "interstate", sans-serif, sans-serif;
  font-style: italic;
  align-self: start;
  margin-left: auto;
  margin-right: auto;
}
.section--projects .project-card .button {
  align-self: end;
}
@media (min-width: 768px) {
  .highlights-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .section--logo-gallery .logo-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .section--logo-gallery .logo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .section--logo-gallery .logo-gallery {
    grid-template-columns: 1fr;
  }
}
.blog-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 64px;
  font-family: "interstate", sans-serif;
}
@media (min-width: 768px) {
  .blog-categories {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.blog-categories__text {
  font-size: 24px;
  font-weight: 600;
  color: #7a17c7;
}
.blog-load-more .container {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .post-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.post-list-item {
  min-width: 0;
  border-left: 3px solid #6a0dad;
  padding-left: 22px;
  margin-bottom: 32px;
}
.post-list-item__thumb {
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.post-list-item__thumb-link {
  display: block;
  height: 100%;
  width: 100%;
}
.post-list-item__thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-list-item__title {
  font-size: 32px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.post-list-item__title a {
  text-decoration: none;
  color: #000;
}
.post-list-item__more {
  font-family: "interstate", sans-serif;
  font-weight: 500;
  background: #e1ef40;
  border-radius: 16px;
  display: inline-block;
  padding: 3px 16px;
  text-decoration: none;
  color: #000;
}
.post-list-item__meta {
  font-size: 16px;
  font-style: italic;
  margin-top: 0;
  color: #949494;
  font-family: "interstate", sans-serif;
  margin-bottom: 16px;
}
.post-list-item__cats.single-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  list-style: none;
  padding-left: 0;
}
.post-list-item__cat {
  font-family: "interstate", sans-serif;
  font-size: 14px;
  color: #7a17c7;
  font-weight: 500;
  text-decoration: none;
  padding: 2px 8px;
  border: 1px solid #e1ef40;
  border-radius: 16px;
}
.team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "interstate", sans-serif, sans-serif;
  margin-bottom: 32px;
}
.team-item-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.team-item-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "interstate-compressed", sans-serif, sans-serif;
}
.team-item-bio {
  border-bottom: 2px solid #e1ef40;
  border-top: 2px solid #e1ef40;
  margin: 0 0 16px 0;
  padding: 16px 0;
  flex: 1;
}
.team-item-bio p {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.team-item-bio p:first-child {
  margin-top: 0;
}
.team-item-bio p:last-child {
  margin-bottom: 0;
}
.team-item-email {
  margin: 0;
  font-weight: 600;
}
.team-item-email a {
  color: inherit;
  text-decoration: none;
}
.team-list.council .team-item-title {
  color: #7a17c7;
  text-transform: uppercase;
  font-family: "interstate", sans-serif, sans-serif;
}
.team-list.council .team-item-image img {
  width: 80%;
  height: auto;
}
.team-list-title {
  text-align: center;
  color: #7a17c7;
  font-size: 42px;
  margin-bottom: 32px;
  margin-top: 42px;
}
@media only screen and (min-width: 1080px) {
  .team-list-title {
    font-size: 64px;
  }
  .team-list > :last-child:nth-child(3n+1) {
    grid-column: 2;
  }
}
.single-container {
  margin-top: 32px;
}
.single-container .entry {
  font-size: 22px;
  font-family: "interstate", sans-serif, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}
.single-container .entry p {
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 24px;
}
.single-container .entry .wp-block-heading {
  font-family: "interstate-compressed", sans-serif, sans-serif;
  margin-bottom: 24px;
}
.single-container .entry a {
  color: #000;
}
.single-container .entry h2 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}
.single-container .entry h3 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.1;
}
.single-thumbnail {
  max-width: 100%;
  height: auto;
}
.single-thumbnail .thumbnail {
  max-width: 100%;
  height: auto;
}
.single-title {
  font-size: 32px;
  color: #7a17c7;
}
.single-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid #e1ef40;
  font-family: "interstate", sans-serif, sans-serif;
}
.single-time {
  color: #949494;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  font-style: italic;
  margin-bottom: 8px;
}
.single-tags {
  display: flex;
  gap: 8px;
}
.single-tags a {
  border: 1px solid #e1ef40;
  color: #7a17c7;
  border-radius: 32px;
  padding: 4px 13px;
  text-decoration: none;
  font-weight: 500;
}
@media only screen and (min-width: 480px) {
  .single-title {
    font-size: 64px;
  }
}
/*# sourceMappingURL=style.css.map */
