/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

footer,
header,
nav,
section,
main {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  cursor: pointer;
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--line-height-medium);
}

h1 {
  font-size: var(--font-step-3);
  margin: 0.67em 0;
}

h2 {
  font-size: var(--font-step-2);
  margin: 0.83em 0;
}

h3 {
  font-size: var(--font-step-1);
  margin: 1em 0;
}

h4 {
  font-size: var(--font-step-0);
  margin: 1.33em 0;
}

h5 {
  font-size: var(--font-step--1);
  margin: 1.67em 0;
}

h6 {
  font-size: var(--font-step--2);
  margin: 2.33em 0;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

:root {
  --color-light: #ffffff;
  --color-dark: #000000;
  --color-gray-900: #6d6d6d;
  --color-gray-800: #888888;
  --color-gray-700: #a3a3a3;
  --color-gray-600: #bebebe;
  --color-gray-500: #d9d9d9;
  --color-gray-400: #dfdfdf;
  --color-gray-300: #e6e6e6;
  --color-gray-200: #ececec;
  --color-gray-100: #f2f2f2;
  --color-navyblue-900: #01062d;
  --color-navyblue-800: #020837;
  --color-navyblue-700: #030b41;
  --color-navyblue-600: #050d4b;
  --color-navyblue-500: #071054;
  --color-navyblue-400: #303770;
  --color-navyblue-300: #5c6092;
  --color-navyblue-200: #8286a9;
  --color-navyblue-100: #abaec5;
  --color-navyblue-50: #fdfdfd;
  --color-primary-900: #18127a;
  --color-primary-800: #201896;
  --color-primary-700: #291fb2;
  --color-primary-600: #3227cd;
  --color-primary-500: #3c30e7;
  --color-primary-400: #5c52eb;
  --color-primary-300: #7c74ef;
  --color-primary-200: #9d97f3;
  --color-primary-100: #bdb9f7;
  --color-primary-50: #d5d3f4;
  --color-secondary-900: #371a80;
  --color-secondary-800: #46229e;
  --color-secondary-700: #552bbc;
  --color-secondary-600: #6435d8;
  --color-secondary-500: #7440f4;
  --color-secondary-400: #8b60f6;
  --color-secondary-300: #a27ff8;
  --color-secondary-200: #b99ff9;
  --color-secondary-100: #d0befb;
  --color-tertiary-900: #802d3f;
  --color-tertiary-800: #9f3950;
  --color-tertiary-700: #bf4761;
  --color-tertiary-600: #df5573;
  --color-tertiary-500: #df5573;
  --color-tertiary-400: #ff6485;
  --color-tertiary-300: #ff7e99;
  --color-tertiary-200: #ff97ad;
  --color-tertiary-100: #ffb1c1;
  --color-success-400: #00d1b2;
  --color-success-500: #00b89c;
  --color-success-600: #00a38a;
  --color-warning-400: #ffdd57;
  --color-warning-500: #ffcd2b;
  --color-warning-600: #e0b12b;
  --color-danger-400: #ff3860;
  --color-danger-500: #ff1f4b;
  --color-danger-600: #e01f3d;
  --color-link: var(--color-primary-500);
  --color-link-hover: var(--color-primary-900);
  --color-title: var(--color-navyblue-500);
  --color-title-detail: var(--color-secondary-500);
  --color-text: var(--color-navyblue-300);
  --color-background: var(--color-light);
}

@font-face {
  font-family: "Gilda Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/gilda-display-v13-latin-regular.0eac3246.woff2) format("woff2");
}
@font-face {
  font-family: "brother-1816";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(fonts/Brother1816-Book.3c641ed9.woff2) format("woff2");
}
@font-face {
  font-family: "brother-1816";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(fonts/Brother1816-Regular.3c3d2824.woff2) format("woff2");
}
@font-face {
  font-family: "brother-1816";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(fonts/Brother1816-Bold.caed64a0.woff2) format("woff2");
}
:root {
  --font-family-sans-serif: -apple-system, blinkmacsystemfont, avenir next,
    avenir, segoe ui, helvetica neue, helvetica, ubuntu, roboto, noto, arial,
    sans-serif;
  --font-family-detail: "Gilda Display", var(--font-family-sans-serif);
  --font-family-base: "brother-1816", var(--font-family-sans-serif);
  --font-weight-fine: 300;
  --font-weight-base: 400;
  --font-weight-medium: 700;
  --font-weight-bold: 800;
  --font-weight-black: 900;
  --line-height-title: 110%;
  --line-height-medium: 120%;
  --line-height-default: 1.5;
  --line-height-text: 150%;
  --letter-spacing-tighter: -0.05em;
  --letter-spacing-tight: -0.025em;
  --letter-spacing-normal: 0;
  --letter-spacing-wide: 0.025em;
  --letter-spacing-wider: 0.05em;
  --letter-spacing-widest: 0.1em;
}

/* prettier-ignore */
:root {
  --space1: 1px;
  --space2: 0.125rem;
  --space4: 0.25rem;
  --space6: 0.375rem;
  --space8: 0.5rem;
  --space10: 0.625rem;
  --space12: 0.75rem;
  --space14: 0.875rem;
  --space16: 1rem;
  --space20: 1.25rem;
  --space24: 1.5rem;
  --space28: 1.75rem;
  --space32: 2rem;
  --space36: 2.25rem;
  --space40: 2.5rem;
  --space48: 3rem;
  --space56: 3.5rem;
  --space64: 4rem;
  --space80: 5rem;
  --space96: 6rem;
  --space112: 7rem;
  --space128: 8rem;
  --space144: 9rem;
  --space160: 10rem;
  --space176: 11rem;
  --space192: 12rem;
  --space224: 14rem;
  --space240: 15rem;
  --space256: 16rem;
  --space288: 18rem;
  --space320: 20rem;
  --space384: 24rem;
  --spaceBlock: var(--space64);
}

:root {
  --content-tiny: 580px;
  --content-small: 767px;
  --content-desk: 900px;
  --content-medium: 1070px;
  --content-large: 1200px;
  --content-xlarge: 1300px;
  --content-xxlarge: 1600px;
  --content-xxxlarge: 1920px;
}

:root {
  --font-size-base: 1.2rem;
  --font-step--3: clamp(0.8rem, calc(0.73rem + 0.13vw), 0.84rem);
  --font-step--2: clamp(0.9rem, calc(0.79rem + 0.38vw), 1rem);
  --font-step--1: clamp(0.94rem, calc(0.79rem + 0.38vw), 1.13rem);
  --font-step-0: clamp(1.13rem, calc(0.83rem + 0.75vw), 1.5rem);
  --font-step-1: clamp(1.35rem, calc(0.83rem + 1.3vw), 2rem);
  --font-step-2: clamp(1.62rem, calc(0.78rem + 2.09vw), 2.67rem);
  --font-step-3: clamp(1.94rem, calc(0.66rem + 3.22vw), 3.55rem);
  --font-step-4: clamp(2.33rem, calc(0.41rem + 4.81vw), 4.74rem);
  --font-step-5: clamp(2.8rem, calc(-0.01rem + 7.03vw), 6.31rem);
  --font-step-6: clamp(3rem, calc(-0.01rem + 7.03vw), 7rem);
}

:root {
  --layer-hide: -1;
  --layer-auto: "auto";
  --layer-base: 0;
  --layer-docked: 10;
  --layer-texture: 30;
  --layer-content: 50;
  --layer-backdrop: 900;
  --layer-menu: 1000;
  --layer-menu-button: 1010;
  --layer-search-backdrop: 1020;
  --layer-search-overlay: 1100;
  --layer-search-button: 1110;
  --layer-banner: 1200;
  --layer-overlay: 1300;
  --layer-modal: 1400;
  --layer-popover: 1500;
  --layer-skipLink: 1600;
  --layer-toast: 1700;
  --layer-tooltip: 1800;
  --layer-cursor: 99999;
}

body {
  font-size: var(--font-step--1);
  line-height: 1.5;
  font-family: var(--font-family-base);
  color: var(--color-text);
  font-weight: var(--font-weight-fine);
  background-image: url(7cfedec5394445d36ab3.webp);
  background-size: cover;
}

#app {
  position: relative;
  overflow: hidden;
}

#theSite {
  position: relative;
}

#theMain {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-detail);
  font-weight: var(--font-weight-base);
  line-height: var(--line-height-title);
}

.theContainer {
  margin: 0 auto;
  padding: 0 var(--space16);
}
@media (min-width: 1070px) {
  .theContainer {
    padding: 0 var(--space32);
  }
}
@media (min-width: 1300px) {
  .theContainer {
    padding: 0 var(--space64);
  }
}
.theContainer--full {
  width: 100%;
}
.theContainer--small {
  width: 100%;
  max-width: 1070px;
}
.theContainer--medium {
  width: 100%;
  max-width: 1200px;
}
.theContainer--large {
  width: 100%;
  max-width: 1920px;
}

.theNavBar {
  height: 85px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1070px) {
  .theNavBar {
    display: grid;
    grid-template-columns: var(--space160) 1fr auto;
    grid-template-rows: auto;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .theNavBar {
    grid-template-columns: var(--space160) 1fr auto;
    gap: var(--space16);
  }
}
@media (min-width: 1300px) {
  .theNavBar {
    grid-template-columns: var(--space224) 1fr auto;
  }
}
@media (min-width: 1600px) {
  .theNavBar {
    grid-template-columns: var(--space288) 1fr auto;
  }
}
@media (min-width: 1920px) {
  .theNavBar {
    grid-template-columns: 330px 1fr auto;
  }
}
.theNavBar__brand {
  display: none;
}
.theNavBar__brand .logo-plataforma {
  width: 100%;
  height: auto;
}
.theNavBar__brand .logo-plataforma__type {
  display: none;
}
@media (min-width: 1070px) {
  .theNavBar__brand {
    display: block;
  }
}
.theNavBar__menu > div {
  height: 100%;
}
.theNavBar__menu__list {
  display: none;
}
@media (min-width: 1070px) {
  .theNavBar__menu__list {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.theNavBar__menu__list ul {
  width: 100%;
  display: flex;
}
.theNavBar__menu__list li {
  margin-right: var(--space32);
}
.theNavBar__menu__list li:last-child {
  margin-right: 0;
}
.theNavBar__menu__list li a {
  padding: 0.5rem;
  text-decoration: none;
  color: var(--color-text);
  transition: all 0.3s ease-in-out;
}
.theNavBar__menu__list li a:hover {
  color: var(--color-primary-500);
}
.theNavBar__menu__list .current_page_item a {
  color: var(--color-primary-500);
}
.theNavBar__login {
  display: none;
}
@media (min-width: 580px) {
  .theNavBar__login {
    display: block;
  }
}

.theButton {
  display: inline-block;
}
.theButton__link {
  min-width: 10rem;
  height: 4rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: var(--color-light);
  border-style: solid;
  box-shadow: 20px 20px 40px rgba(116, 64, 244, 0.6);
  border-radius: 4rem;
  background: rgb(0, 0, 0);
  background: linear-gradient(125deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.theButton__link:hover {
  box-shadow: 10px 10px 20px rgba(116, 64, 244, 0.6);
}
.theButton__link:hover .theButton__filler {
  transform: translate3d(0, 0, 0);
}
.theButton__filler {
  position: absolute;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  top: -50%;
  left: -25%;
  transform: translate3d(0, 75%, 0);
  pointer-events: none;
  background: linear-gradient(125deg, var(--color-tertiary-500) 0%, var(--color-secondary-500) 100%);
  transition: transform 0.3s ease-in-out;
}
.theButton__text, .theButton__textInner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.theButton__icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0) translateY(60px);
}
.theButton--light .theButton__link {
  background: linear-gradient(125deg, var(--color-tertiary-200) 0%, var(--color-tertiary-500) 100%);
}
.theButton--compact .theButton__link {
  min-width: 4rem;
}
.theButton--compact .theButton__text, .theButton--compact .theButton__textInner {
  font-size: 2px;
  opacity: 0;
}
.theButton--compact .theButton__icon {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.theButton--compact .theButton__icon i {
  font-size: 2rem;
}

@media (min-width: 1200px) {
  .videoRound {
    max-width: 550px;
  }
}
@media (min-width: 1600px) {
  .videoRound {
    max-width: 100%;
  }
}
.videoRound__wrapper {
  aspect-ratio: 1/1;
  position: relative;
}
.videoRound__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 20px 20px 40px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.videoRound__wrapper::after {
  content: "";
  position: absolute;
  top: -7%;
  left: -7%;
  width: 108%;
  height: 108%;
  opacity: 0.1;
  border-radius: 50%;
  background: var(--color-primary-500);
  z-index: 1;
}
.videoRound__content {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjc2MSIgaGVpZ2h0PSIyNzYxIiB2aWV3Qm94PSIwIDAgMjc2MSAyNzYxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSIxMzgwLjUiIGN5PSIxMzgwLjUiIHI9IjEzODAuNSIgZmlsbD0iI0Q5RDlEOSIvPgo8L3N2Zz4K);
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjc2MSIgaGVpZ2h0PSIyNzYxIiB2aWV3Qm94PSIwIDAgMjc2MSAyNzYxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSIxMzgwLjUiIGN5PSIxMzgwLjUiIHI9IjEzODAuNSIgZmlsbD0iI0Q5RDlEOSIvPgo8L3N2Zz4K);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: cover;
}
.videoRound video {
  width: 105%;
  max-width: 105%;
  aspect-ratio: 1/1;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.theTitle {
  margin: 0;
}
.theTitle--site {
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--color-title);
}
@media (min-width: 767px) {
  .theTitle--site {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 900px) {
  .theTitle--site {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
@media (min-width: 1070px) {
  .theTitle--site {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .theTitle--site {
    font-size: 1.85rem;
    line-height: 1.5;
  }
}
@media (min-width: 1600px) {
  .theTitle--site {
    font-size: 2.35rem;
    line-height: 1.5;
  }
}
.theTitle--section {
  padding-left: var(--space16);
  padding-right: var(--space16);
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--color-title);
  border-left: 4px solid var(--color-secondary-500);
}
@media (min-width: 767px) {
  .theTitle--section {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media (min-width: 1070px) {
  .theTitle--section {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.theTitle--small {
  font-size: 1.3rem;
  color: var(--color-secondary-500);
}

.theBreadcrumbs {
  padding: var(--space16);
  border-radius: 6px;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.theBreadcrumbs span {
  padding: var(--space16);
}
.theBreadcrumbs span:first-child {
  padding-left: 0;
}
.theBreadcrumbs a {
  color: var(--color-primary-500);
  text-decoration: none;
}

.theBanner--single {
  min-height: 300px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: var(--space16);
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
  background-color: var(--color-light);
}
@media (min-width: 1070px) {
  .theBanner--single {
    min-height: 500px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: var(--space64);
  }
}
.theBanner__content {
  order: 2;
  padding: var(--space32);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1070px) {
  .theBanner__content {
    padding: var(--space64);
    order: 1;
  }
}
.theBanner__title h2 {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .theBanner__title h2 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media (min-width: 1070px) {
  .theBanner__title h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.theBanner__description {
  font-size: 0.9rem;
  font-style: italic;
}
.theBanner__image {
  min-height: 300px;
  order: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (min-width: 1070px) {
  .theBanner__image {
    order: 2;
  }
}

.nextSection {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  left: 0;
  padding: 0 var(--space16);
}
@media (min-width: 1070px) {
  .nextSection {
    padding: 0 var(--space32);
  }
}
@media (min-width: 1300px) {
  .nextSection {
    padding: 0 var(--space64);
  }
}
.nextSection__button {
  width: 200px;
  margin-top: -2rem;
  padding: 1rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9rem;
  line-height: 0;
  cursor: pointer;
}
.nextSection__button:hover {
  color: var(--color-primary-500);
}
.nextSection__button:hover .nextSection__icon {
  border: 1px solid var(--color-primary-500);
}
.nextSection__icon {
  width: 30px;
  height: 30px;
  margin-top: -4px;
  margin-right: var(--space16);
  padding: var(--space4);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 0.8rem;
  border: 1px solid var(--color-text);
  -webkit-animation: iconNextSection 1.5s ease-in-out infinite alternate;
          animation: iconNextSection 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes iconNextSection {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes iconNextSection {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.block-editor-link-control__field {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 24px;
}

.block-editor-link-control {
  min-width: 0 !important;
}

.editContent {
  margin-bottom: var(--space64);
  background-color: var(--color-gray-100);
}
.editContent__header {
  padding: var(--space32);
  padding-top: var(--space64);
}
.editContent__selects {
  padding: var(--space32);
}
.editContent__selects select {
  min-width: 300px;
  padding: var(--space8);
  border: none;
}
.editContent__selects select:last-child {
  margin-left: var(--space16);
}
.editContent__wrapper {
  padding: var(--space32);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.editContent__title {
  max-width: 500px;
}
.editContent__text {
  max-width: 500px;
  margin: var(--space32) 0;
}

.wp-block-post-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space16);
}
@media (min-width: 1070px) {
  .wp-block-post-content {
    padding: 0 var(--space32);
  }
}
@media (min-width: 1300px) {
  .wp-block-post-content {
    padding: 0 var(--space64);
  }
}
.wp-block-post-content > p,
.wp-block-post-content > ul,
.wp-block-post-content > ol,
.wp-block-post-content > h1,
.wp-block-post-content > h2,
.wp-block-post-content > h3,
.wp-block-post-content > h4,
.wp-block-post-content > h5,
.wp-block-post-content > h6 {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1070px) {
  .wp-block-post-content > p,
.wp-block-post-content > ul,
.wp-block-post-content > ol,
.wp-block-post-content > h1,
.wp-block-post-content > h2,
.wp-block-post-content > h3,
.wp-block-post-content > h4,
.wp-block-post-content > h5,
.wp-block-post-content > h6 {
    padding: 0 var(--space32);
  }
}
@media (min-width: 1300px) {
  .wp-block-post-content > p,
.wp-block-post-content > ul,
.wp-block-post-content > ol,
.wp-block-post-content > h1,
.wp-block-post-content > h2,
.wp-block-post-content > h3,
.wp-block-post-content > h4,
.wp-block-post-content > h5,
.wp-block-post-content > h6 {
    padding: 0 var(--space64);
  }
}
.wp-block-post-content ul {
  list-style: disc;
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.wp-block-post-content ol {
  list-style: decimal;
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.wp-block-post-content p {
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.alignfull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.alignwide {
  width: 100%;
  padding: 0 var(--space16);
}
@media (min-width: 1070px) {
  .alignwide {
    max-width: 80vw;
    margin-left: calc(-40vw + 50%);
    margin-right: calc(-40vw + 50%);
    padding: 0 var(--space32);
  }
}
@media (min-width: 1300px) {
  .alignwide {
    padding: 0 var(--space64);
  }
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/overlayscrollbars/styles/overlayscrollbars.css ***!
  \*****************************************************************************************************************************************************************************************************************/
/*! 
 * OverlayScrollbars
 * Version: 2.0.0-beta.2
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}

.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}
.os-size-observer::before {
  content: "";
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}

.os-size-observer-appear {
  -webkit-animation: os-size-observer-appear-animation 1ms forwards;
          animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(10);
}
.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}
.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}
.os-size-observer-listener:empty::before {
  content: "";
  width: 100%;
  height: 100%;
}
.os-size-observer-listener:empty::before, .os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}

.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}

.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}

.os-size-observer-listener-item-final {
  transition: none;
}

@-webkit-keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}

@keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}
.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}
.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-environment {
  --os-custom-prop: -1;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  height: 200px;
  width: 200px;
  z-index: var(--os-custom-prop);
}
.os-environment div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.os-environment.os-environment-flexbox-glue {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  width: auto;
  min-height: 200px;
  min-width: 200px;
}
.os-environment.os-environment-flexbox-glue div {
  flex: auto;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}
.os-environment.os-environment-flexbox-glue-max {
  max-height: 200px;
}
.os-environment.os-environment-flexbox-glue-max div {
  overflow: visible;
}
.os-environment.os-environment-flexbox-glue-max div::before {
  content: "";
  display: block;
  height: 999px;
  width: 999px;
}

.os-environment,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

[data-overlayscrollbars=""],
[data-overlayscrollbars~=scrollbarHidden],
html.os-viewport-scrollbar-hidden,
.os-viewport-scrollbar-hidden.os-environment,
.os-viewport-scrollbar-hidden.os-viewport {
  scrollbar-width: none !important;
}

[data-overlayscrollbars=""]::-webkit-scrollbar,
[data-overlayscrollbars=""]::-webkit-scrollbar-corner,
[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar-corner,
html.os-viewport-scrollbar-hidden::-webkit-scrollbar,
html.os-viewport-scrollbar-hidden::-webkit-scrollbar-corner,
.os-viewport-scrollbar-hidden.os-environment::-webkit-scrollbar,
.os-viewport-scrollbar-hidden.os-environment::-webkit-scrollbar-corner,
.os-viewport-scrollbar-hidden.os-viewport::-webkit-scrollbar,
.os-viewport-scrollbar-hidden.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

html.os-viewport-scrollbar-hidden,
html.os-viewport-scrollbar-hidden > body[data-overlayscrollbars] {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: 100%;
}

[data-overlayscrollbars~=host],
.os-padding {
  position: relative;
}

[data-overlayscrollbars~=host],
.os-padding {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

.os-padding,
.os-viewport {
  box-sizing: inherit;
  position: relative;
  flex: auto !important;
  height: auto;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}

.os-viewport {
  --os-vaw: 0;
  --os-vah: 0;
}
.os-viewport.os-viewport-arrange::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars~=viewport] {
  overflow: hidden !important;
}

[data-overlayscrollbars~=overflowVisible] {
  overflow: visible !important;
}

[data-overlayscrollbars-overflow-x=hidden] {
  overflow-x: hidden !important;
}

[data-overlayscrollbars-overflow-x=scroll] {
  overflow-x: scroll !important;
}

[data-overlayscrollbars-overflow-x=hidden] {
  overflow-y: hidden !important;
}

[data-overlayscrollbars-overflow-y=scroll] {
  overflow-y: scroll !important;
}

.os-padding,
.os-viewport {
  overflow: hidden;
}

.os-overflow-visible {
  overflow: visible;
}

.os-content {
  box-sizing: inherit;
}

.os-scrollbar {
  contain: strict;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  pointer-events: none;
  position: absolute;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
}

.os-scrollbar-transitionless {
  transition: none;
}

.os-scrollbar-track {
  position: relative;
  direction: ltr !important;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-scrollbar-visible,
.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}

/* NONE THEME: */
[data-overlayscrollbars~=updating] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}

/* DARK & LIGHT THEME: */
.os-theme-dark.os-scrollbar-horizontal,
.os-theme-light.os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark.os-scrollbar-vertical,
.os-theme-light.os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-scrollbar-rtl.os-scrollbar-horizontal,
.os-theme-light.os-scrollbar-rtl.os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark.os-scrollbar,
.os-theme-light.os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark.os-scrollbar-unusable,
.os-theme-light.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark.os-scrollbar > .os-scrollbar-track,
.os-theme-light.os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark.os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark.os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-scrollbar-transition > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-scrollbar-transition > .os-scrollbar-track > .os-scrollbar-handle {
  transition: background-color 0.3s;
}

.os-theme-dark.os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark.os-scrollbar > .os-scrollbar-track,
.os-theme-light.os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark.os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light.os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark.os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light.os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark.os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light.os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-hidden > .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-theme-dark.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}
/*# sourceMappingURL=overlayscrollbars.css.map */

/*# sourceMappingURL=index.css.map*/