@charset "UTF-8";
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  /* 1 */
  font-size: inherit;
  /* 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
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 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #CBD5E0;
  /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #CBD5E0;
  /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #CBD5E0;
  /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #CBD5E0;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

html {
  -ms-overflow-style: scrollbar;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
html,
body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  min-width: 320px;
  max-width: 100%;
  max-width: 100vw;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0.5;
}

html {
  font-size: 9px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left;
  quotes: "“" "”";
}

@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}
body {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-style: normal;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  letter-spacing: 0;
  color: #2D3748;
}

blockquote p {
  font-style: italic;
}

address {
  font-style: normal;
  line-height: inherit;
}

pre {
  font-size: 1.6rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

small {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

b,
strong {
  font-weight: 600;
}

h1,
.h1,
h2,
.h2 {
  margin-top: 0;
  margin-bottom: 3.2rem;
}

h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

h1,
.h1 {
  line-height: 6.2rem;
}
@media screen and (min-width: 768px) {
  h1,
.h1 {
    line-height: 6.2rem;
  }
}
@media screen and (min-width: 1024px) {
  h1,
.h1 {
    line-height: 6.4rem;
  }
}

h2,
.h2 {
  line-height: 4rem;
}
@media screen and (min-width: 768px) {
  h2,
.h2 {
    line-height: 6.2rem;
  }
}

h3 {
  line-height: 4rem;
}
@media screen and (min-width: 768px) {
  h3 {
    line-height: 4rem;
  }
}

h4 {
  line-height: 3.2rem;
}
@media screen and (min-width: 1024px) {
  h4 {
    line-height: 3.2rem;
  }
}

h1,
.h1,
h2,
.h2,
h3 {
  letter-spacing: 0.4px;
}

h1,
.h1 {
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Fredoka One", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (min-width: 768px) {
  h1,
.h1 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  h1,
.h1 {
    font-size: 4.2rem;
  }
}

h2,
.h2 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Fredoka One", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (min-width: 1024px) {
  h2,
.h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Fredoka One", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  color: #1A202C;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.2rem;
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 2.75rem;
  }
}

h4 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-size: 1.6rem;
  font-weight: inherit;
  font-family: "Fredoka One", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-weight: 500;
}

blockquote p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 0.8rem;
}
blockquote cite {
  font-style: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.4px;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

body {
  min-width: 320px;
  max-width: 100vw;
}

body,
header,
footer,
article,
aside,
main,
section,
figure,
figcaption,
nav {
  display: block;
  position: relative;
}

header,
main,
section,
article,
footer {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

section {
  overflow: hidden;
}

blockquote {
  padding: 1.6rem;
}

p,
ol,
ul,
pre,
blockquote,
address,
img {
  margin-bottom: 1.6rem;
}

pre {
  white-space: initial;
  padding: 1.6rem;
  background-color: #2D3748;
  color: #F7FAFC;
}

article > *:last-child,
section > *:last-child,
figure > *:last-child,
blockquote > *:last-child,
[class*=grid-] > *:last-child,
.layout > *:last-child,
.panel > *:last-child,
.content > *:last-child,
.card > *:last-child {
  margin-bottom: 0;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  max-width: 100%;
}

.layout {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  width: 1090px;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-left: auto;
  margin-right: auto;
}

[class*=layout-] {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.grid-columns {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.grid-columns .grid-columns .grid-columns {
  padding-top: 0;
  padding-bottom: 0;
}

[class*=grid-col-] {
  position: relative;
  min-height: 1px;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.grid-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.grid-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.grid-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.grid-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.grid-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.grid-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.grid-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.grid-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.grid-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.grid-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.grid-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 640px) {
  .sm\:grid-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .sm\:grid-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .sm\:grid-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .sm\:grid-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .sm\:grid-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .sm\:grid-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sm\:grid-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .sm\:grid-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .sm\:grid-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .sm\:grid-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .sm\:grid-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .sm\:grid-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .md\:grid-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .md\:grid-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .md\:grid-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .md\:grid-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .md\:grid-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .md\:grid-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .md\:grid-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .md\:grid-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .md\:grid-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .md\:grid-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .md\:grid-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .md\:grid-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .lg\:grid-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .lg\:grid-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .lg\:grid-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .lg\:grid-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .lg\:grid-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .lg\:grid-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .lg\:grid-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .lg\:grid-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .lg\:grid-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .lg\:grid-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .lg\:grid-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .lg\:grid-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
nav > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
nav > ul.list {
  flex-direction: column;
}
nav > ul > li {
  position: relative;
}
nav > ul > li:not(:last-child) {
  margin-right: 1.6rem;
}
nav > ul > li .sub-menu {
  display: none;
}
nav > ul > li.menu-is-visible > .sub-menu {
  display: block;
}
@media (hover: hover) {
  nav > ul > li:hover > .sub-menu, nav > ul > li:active > .sub-menu, nav > ul > li:focus > .sub-menu {
    display: block;
  }
}

.sub-menu {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -2rem;
  min-height: 5vh;
  width: 100%;
  width: calc(100% + 3.2rem);
  padding: 2.4rem 2.4rem;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.03);
  text-align: left;
}

.overlay {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlay > * {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

figure > * {
  max-width: 100%;
}

.media,
.wp-block-embed-youtube,
.wp-block-embed-vimeo {
  position: relative;
  overflow: hidden;
}
.media:before,
.wp-block-embed-youtube:before,
.wp-block-embed-vimeo:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.media > *,
.wp-block-embed-youtube > *,
.wp-block-embed-vimeo > * {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.media.media-square:before,
.wp-block-embed-youtube.media-square:before,
.wp-block-embed-vimeo.media-square:before {
  content: "";
  display: block;
  padding-top: 98%;
}

.media-contain > * {
  -o-object-fit: contain;
     object-fit: contain;
}

.panel {
  background-color: #EDF2F7;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
}

.card {
  display: block;
  position: relative;
}
.card figure {
  margin-bottom: 1.6rem;
}

[data-scroll-fade-in] {
  position: relative;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
[data-scroll-fade-in].triggering {
  transition: opacity 0.6s ease-in;
  opacity: 1;
}
[data-scroll-fade-in].triggered {
  transition: none;
}

[data-scroll-left-in] {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-12.8rem);
          transform: translateX(-12.8rem);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
[data-scroll-left-in].triggering {
  transition: opacity 0.25s ease-in, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.25s ease-in;
  transition: transform 0.6s, opacity 0.25s ease-in, -webkit-transform 0.6s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
[data-scroll-left-in].triggered {
  transition: none;
}

[data-scroll-bottom-in] {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(3.2rem);
          transform: translateY(3.2rem);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
[data-scroll-bottom-in].triggering {
  transition: opacity 0.5s ease-in, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.5s ease-in;
  transition: transform 0.6s, opacity 0.5s ease-in, -webkit-transform 0.6s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
[data-scroll-bottom-in].triggered {
  transition: none;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

[class*=fa-] + span,
span + [class*=fa-] {
  margin-left: 0.8rem;
  transition: margin 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s, transform 0.3s;
  transition: margin 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

a {
  color: inherit;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #3182CE;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
@media screen and (max-width: 767.98px) {
  a span {
    word-break: break-word;
  }
}

a.clean,
a[href].clean {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

a.clean-full,
a[href].clean-full {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
a.clean-full:hover, a.clean-full:active, a.clean-full:focus,
a[href].clean-full:hover,
a[href].clean-full:active,
a[href].clean-full:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

a[href]:hover, a[href]:active, a[href]:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

a[href]:not([class]):hover, a[href]:not([class]):active, a[href]:not([class]):focus {
  opacity: 0.75;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

a,
a:not(.btn) > span,
a:not(.btn) > i,
button,
.btn,
[class*=btn-],
[type=submit] {
  cursor: pointer;
  transition: color 0.3s, opacity 0.3s, box-shadow 0.3s, border 0.3s, background 0.3s;
}

h1 a[href],
h2 a[href],
h3 a[href],
h4 a[href],
h5 a[href] {
  color: inherit;
}

.content ul:not([class]) > li > a[href]:not([class]),
article ul:not([class]) > li > a[href]:not([class]),
main > ul:not([class]) > li > a[href]:not([class]),
p > a[href]:not([class]) {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 500;
}

button,
[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
.btn,
[type=submit],
.is-style-fill .wp-block-button__link {
  position: relative;
  cursor: pointer;
  background-color: #F7FAFC;
  color: #2D3748;
  border: 2px solid #f0f5f9;
  border-radius: 0.8rem;
  outline: none;
  vertical-align: baseline;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1.6rem;
  min-width: 80px;
  padding: 0.4rem 2.4rem;
  font-size: 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: inherit;
  text-decoration: none;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 640px) {
  button,
.btn,
[type=submit],
.is-style-fill .wp-block-button__link {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
}
button [class*=fa-] + span,
button span + [class*=fa-],
.btn [class*=fa-] + span,
.btn span + [class*=fa-],
[type=submit] [class*=fa-] + span,
[type=submit] span + [class*=fa-],
.is-style-fill .wp-block-button__link [class*=fa-] + span,
.is-style-fill .wp-block-button__link span + [class*=fa-] {
  margin-left: 0.8rem;
}
button:hover, button:focus, button:active,
.btn:hover,
.btn:focus,
.btn:active,
[type=submit]:hover,
[type=submit]:focus,
[type=submit]:active,
.is-style-fill .wp-block-button__link:hover,
.is-style-fill .wp-block-button__link:focus,
.is-style-fill .wp-block-button__link:active {
  text-decoration: none;
  color: inherit;
  background-color: rgba(56, 181, 74, 0.1);
  border-color: #38b54a;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}
button.btn-primary, button.has-primary-background-color,
.btn.btn-primary,
.btn.has-primary-background-color,
[type=submit].btn-primary,
[type=submit].has-primary-background-color,
.is-style-fill .wp-block-button__link.btn-primary,
.is-style-fill .wp-block-button__link.has-primary-background-color {
  color: #FFFFFF;
  background-color: #38b54a;
  border-color: #69d178;
}
button.btn-primary:hover, button.btn-primary:focus, button.btn-primary:active, button.has-primary-background-color:hover, button.has-primary-background-color:focus, button.has-primary-background-color:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.has-primary-background-color:hover,
.btn.has-primary-background-color:focus,
.btn.has-primary-background-color:active,
[type=submit].btn-primary:hover,
[type=submit].btn-primary:focus,
[type=submit].btn-primary:active,
[type=submit].has-primary-background-color:hover,
[type=submit].has-primary-background-color:focus,
[type=submit].has-primary-background-color:active,
.is-style-fill .wp-block-button__link.btn-primary:hover,
.is-style-fill .wp-block-button__link.btn-primary:focus,
.is-style-fill .wp-block-button__link.btn-primary:active,
.is-style-fill .wp-block-button__link.has-primary-background-color:hover,
.is-style-fill .wp-block-button__link.has-primary-background-color:focus,
.is-style-fill .wp-block-button__link.has-primary-background-color:active {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #36ad47;
  border-color: #36ad47;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
}
button.btn-secondary, button.has-secondary-background-color,
.btn.btn-secondary,
.btn.has-secondary-background-color,
[type=submit].btn-secondary,
[type=submit].has-secondary-background-color,
.is-style-fill .wp-block-button__link.btn-secondary,
.is-style-fill .wp-block-button__link.has-secondary-background-color {
  color: #FFFFFF;
  background-color: #e02912;
  border-color: #f1604e;
}
button.btn-secondary:hover, button.btn-secondary:focus, button.btn-secondary:active, button.has-secondary-background-color:hover, button.has-secondary-background-color:focus, button.has-secondary-background-color:active,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.has-secondary-background-color:hover,
.btn.has-secondary-background-color:focus,
.btn.has-secondary-background-color:active,
[type=submit].btn-secondary:hover,
[type=submit].btn-secondary:focus,
[type=submit].btn-secondary:active,
[type=submit].has-secondary-background-color:hover,
[type=submit].has-secondary-background-color:focus,
[type=submit].has-secondary-background-color:active,
.is-style-fill .wp-block-button__link.btn-secondary:hover,
.is-style-fill .wp-block-button__link.btn-secondary:focus,
.is-style-fill .wp-block-button__link.btn-secondary:active,
.is-style-fill .wp-block-button__link.has-secondary-background-color:hover,
.is-style-fill .wp-block-button__link.has-secondary-background-color:focus,
.is-style-fill .wp-block-button__link.has-secondary-background-color:active {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #d72711;
  border-color: #d72711;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
}
button.btn-alt, button.has-alt-background-color,
.btn.btn-alt,
.btn.has-alt-background-color,
[type=submit].btn-alt,
[type=submit].has-alt-background-color,
.is-style-fill .wp-block-button__link.btn-alt,
.is-style-fill .wp-block-button__link.has-alt-background-color {
  color: #FFFFFF;
  background-color: #88d6ff;
  border-color: #d5f0ff;
}
button.btn-alt:hover, button.btn-alt:focus, button.btn-alt:active, button.has-alt-background-color:hover, button.has-alt-background-color:focus, button.has-alt-background-color:active,
.btn.btn-alt:hover,
.btn.btn-alt:focus,
.btn.btn-alt:active,
.btn.has-alt-background-color:hover,
.btn.has-alt-background-color:focus,
.btn.has-alt-background-color:active,
[type=submit].btn-alt:hover,
[type=submit].btn-alt:focus,
[type=submit].btn-alt:active,
[type=submit].has-alt-background-color:hover,
[type=submit].has-alt-background-color:focus,
[type=submit].has-alt-background-color:active,
.is-style-fill .wp-block-button__link.btn-alt:hover,
.is-style-fill .wp-block-button__link.btn-alt:focus,
.is-style-fill .wp-block-button__link.btn-alt:active,
.is-style-fill .wp-block-button__link.has-alt-background-color:hover,
.is-style-fill .wp-block-button__link.has-alt-background-color:focus,
.is-style-fill .wp-block-button__link.has-alt-background-color:active {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #7ed2ff;
  border-color: #7ed2ff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
}
button.btn-seasonal, button.has-seasonal-background-color,
.btn.btn-seasonal,
.btn.has-seasonal-background-color,
[type=submit].btn-seasonal,
[type=submit].has-seasonal-background-color,
.is-style-fill .wp-block-button__link.btn-seasonal,
.is-style-fill .wp-block-button__link.has-seasonal-background-color {
  color: #FFFFFF;
  background-color: #fcc200;
  border-color: #ffd54a;
}
button.btn-seasonal:hover, button.btn-seasonal:focus, button.btn-seasonal:active, button.has-seasonal-background-color:hover, button.has-seasonal-background-color:focus, button.has-seasonal-background-color:active,
.btn.btn-seasonal:hover,
.btn.btn-seasonal:focus,
.btn.btn-seasonal:active,
.btn.has-seasonal-background-color:hover,
.btn.has-seasonal-background-color:focus,
.btn.has-seasonal-background-color:active,
[type=submit].btn-seasonal:hover,
[type=submit].btn-seasonal:focus,
[type=submit].btn-seasonal:active,
[type=submit].has-seasonal-background-color:hover,
[type=submit].has-seasonal-background-color:focus,
[type=submit].has-seasonal-background-color:active,
.is-style-fill .wp-block-button__link.btn-seasonal:hover,
.is-style-fill .wp-block-button__link.btn-seasonal:focus,
.is-style-fill .wp-block-button__link.btn-seasonal:active,
.is-style-fill .wp-block-button__link.has-seasonal-background-color:hover,
.is-style-fill .wp-block-button__link.has-seasonal-background-color:focus,
.is-style-fill .wp-block-button__link.has-seasonal-background-color:active {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #f2ba00;
  border-color: #f2ba00;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
}
button.btn-border-primary,
.btn.btn-border-primary,
[type=submit].btn-border-primary,
.is-style-fill .wp-block-button__link.btn-border-primary {
  color: #38b54a;
  background-color: rgba(56, 181, 74, 0.01);
  border-color: #38b54a;
}
button.btn-border-primary:hover, button.btn-border-primary:focus, button.btn-border-primary:active,
.btn.btn-border-primary:hover,
.btn.btn-border-primary:focus,
.btn.btn-border-primary:active,
[type=submit].btn-border-primary:hover,
[type=submit].btn-border-primary:focus,
[type=submit].btn-border-primary:active,
.is-style-fill .wp-block-button__link.btn-border-primary:hover,
.is-style-fill .wp-block-button__link.btn-border-primary:focus,
.is-style-fill .wp-block-button__link.btn-border-primary:active {
  text-decoration: none;
  color: #38b54a;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #38b54a;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}
button.btn-border-secondary,
.btn.btn-border-secondary,
[type=submit].btn-border-secondary,
.is-style-fill .wp-block-button__link.btn-border-secondary {
  color: #e02912;
  background-color: rgba(224, 41, 18, 0.01);
  border-color: #e02912;
}
button.btn-border-secondary:hover, button.btn-border-secondary:focus, button.btn-border-secondary:active,
.btn.btn-border-secondary:hover,
.btn.btn-border-secondary:focus,
.btn.btn-border-secondary:active,
[type=submit].btn-border-secondary:hover,
[type=submit].btn-border-secondary:focus,
[type=submit].btn-border-secondary:active,
.is-style-fill .wp-block-button__link.btn-border-secondary:hover,
.is-style-fill .wp-block-button__link.btn-border-secondary:focus,
.is-style-fill .wp-block-button__link.btn-border-secondary:active {
  text-decoration: none;
  color: #e02912;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #e02912;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}
button.btn-border-alt,
.btn.btn-border-alt,
[type=submit].btn-border-alt,
.is-style-fill .wp-block-button__link.btn-border-alt {
  color: #88d6ff;
  background-color: rgba(136, 214, 255, 0.01);
  border-color: #88d6ff;
}
button.btn-border-alt:hover, button.btn-border-alt:focus, button.btn-border-alt:active,
.btn.btn-border-alt:hover,
.btn.btn-border-alt:focus,
.btn.btn-border-alt:active,
[type=submit].btn-border-alt:hover,
[type=submit].btn-border-alt:focus,
[type=submit].btn-border-alt:active,
.is-style-fill .wp-block-button__link.btn-border-alt:hover,
.is-style-fill .wp-block-button__link.btn-border-alt:focus,
.is-style-fill .wp-block-button__link.btn-border-alt:active {
  text-decoration: none;
  color: #88d6ff;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #88d6ff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}
button.btn-border-seasonal,
.btn.btn-border-seasonal,
[type=submit].btn-border-seasonal,
.is-style-fill .wp-block-button__link.btn-border-seasonal {
  color: #fcc200;
  background-color: rgba(252, 194, 0, 0.01);
  border-color: #fcc200;
}
button.btn-border-seasonal:hover, button.btn-border-seasonal:focus, button.btn-border-seasonal:active,
.btn.btn-border-seasonal:hover,
.btn.btn-border-seasonal:focus,
.btn.btn-border-seasonal:active,
[type=submit].btn-border-seasonal:hover,
[type=submit].btn-border-seasonal:focus,
[type=submit].btn-border-seasonal:active,
.is-style-fill .wp-block-button__link.btn-border-seasonal:hover,
.is-style-fill .wp-block-button__link.btn-border-seasonal:focus,
.is-style-fill .wp-block-button__link.btn-border-seasonal:active {
  text-decoration: none;
  color: #fcc200;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #fcc200;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}

button.btn-border,
.btn.btn-border,
.is-style-outline .wp-block-button__link {
  position: relative;
  cursor: pointer;
  background-color: #F7FAFC;
  color: #2D3748;
  border: 2px solid #f0f5f9;
  border-radius: 0.8rem;
  outline: none;
  vertical-align: baseline;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1.6rem;
  min-width: 80px;
  padding: 0.4rem 2.4rem;
  font-size: 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: inherit;
  text-decoration: none;
  letter-spacing: 0.1rem;
  color: #38b54a;
  background-color: rgba(56, 181, 74, 0.01);
  border-color: #38b54a;
}
@media screen and (min-width: 640px) {
  button.btn-border,
.btn.btn-border,
.is-style-outline .wp-block-button__link {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
}
button.btn-border [class*=fa-] + span,
button.btn-border span + [class*=fa-],
.btn.btn-border [class*=fa-] + span,
.btn.btn-border span + [class*=fa-],
.is-style-outline .wp-block-button__link [class*=fa-] + span,
.is-style-outline .wp-block-button__link span + [class*=fa-] {
  margin-left: 0.8rem;
}
button.btn-border:hover, button.btn-border:focus, button.btn-border:active,
.btn.btn-border:hover,
.btn.btn-border:focus,
.btn.btn-border:active,
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus,
.is-style-outline .wp-block-button__link:active {
  text-decoration: none;
  color: inherit;
  background-color: rgba(56, 181, 74, 0.1);
  border-color: #38b54a;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}
button.btn-border:hover, button.btn-border:focus, button.btn-border:active,
.btn.btn-border:hover,
.btn.btn-border:focus,
.btn.btn-border:active,
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus,
.is-style-outline .wp-block-button__link:active {
  text-decoration: none;
  color: #38b54a;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #38b54a;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}
button.btn-border.has-primary-background-color,
.btn.btn-border.has-primary-background-color,
.is-style-outline .wp-block-button__link.has-primary-background-color {
  color: #38b54a;
  background-color: rgba(56, 181, 74, 0.01);
  border-color: #38b54a;
}
button.btn-border.has-primary-background-color:hover, button.btn-border.has-primary-background-color:focus, button.btn-border.has-primary-background-color:active,
.btn.btn-border.has-primary-background-color:hover,
.btn.btn-border.has-primary-background-color:focus,
.btn.btn-border.has-primary-background-color:active,
.is-style-outline .wp-block-button__link.has-primary-background-color:hover,
.is-style-outline .wp-block-button__link.has-primary-background-color:focus,
.is-style-outline .wp-block-button__link.has-primary-background-color:active {
  text-decoration: none;
  color: #38b54a;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #38b54a;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}
button.btn-border.has-secondary-background-color,
.btn.btn-border.has-secondary-background-color,
.is-style-outline .wp-block-button__link.has-secondary-background-color {
  color: #e02912;
  background-color: rgba(224, 41, 18, 0.01);
  border-color: #e02912;
}
button.btn-border.has-secondary-background-color:hover, button.btn-border.has-secondary-background-color:focus, button.btn-border.has-secondary-background-color:active,
.btn.btn-border.has-secondary-background-color:hover,
.btn.btn-border.has-secondary-background-color:focus,
.btn.btn-border.has-secondary-background-color:active,
.is-style-outline .wp-block-button__link.has-secondary-background-color:hover,
.is-style-outline .wp-block-button__link.has-secondary-background-color:focus,
.is-style-outline .wp-block-button__link.has-secondary-background-color:active {
  text-decoration: none;
  color: #e02912;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #e02912;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}
button.btn-border.has-alt-background-color,
.btn.btn-border.has-alt-background-color,
.is-style-outline .wp-block-button__link.has-alt-background-color {
  color: #88d6ff;
  background-color: rgba(136, 214, 255, 0.01);
  border-color: #88d6ff;
}
button.btn-border.has-alt-background-color:hover, button.btn-border.has-alt-background-color:focus, button.btn-border.has-alt-background-color:active,
.btn.btn-border.has-alt-background-color:hover,
.btn.btn-border.has-alt-background-color:focus,
.btn.btn-border.has-alt-background-color:active,
.is-style-outline .wp-block-button__link.has-alt-background-color:hover,
.is-style-outline .wp-block-button__link.has-alt-background-color:focus,
.is-style-outline .wp-block-button__link.has-alt-background-color:active {
  text-decoration: none;
  color: #88d6ff;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #88d6ff;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}

label {
  display: block;
  margin-bottom: 1.6rem;
}

span.label,
label .label {
  display: block;
  margin-bottom: 0.4rem;
  letter-spacing: 0.5px;
  font-weight: 300;
}
span.label small,
label .label small {
  font-weight: 300;
  font-size: 1.2rem;
  opacity: 0.75;
  text-transform: uppercase;
}

input,
select,
textarea {
  font-family: inherit;
  max-width: 100%;
  background-color: #F7FAFC;
  border: 1px solid #88d6ff;
  border-radius: 0.8rem;
  padding: 0.8rem 0.8rem;
  color: #2D3748;
  vertical-align: middle;
  outline: none;
  font-size: 16px;
  line-height: inherit;
  transition: background 0.3s, border 0.3s;
}
input:hover, input:focus, input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
  border-color: #38b54a;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  min-height: 8rem;
}

label input,
label button,
label select,
label textarea {
  width: 100%;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  background-repeat: no-repeat;
  background-position: right 0.55555556em center;
  background-size: 0.69444444em auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9ImFycm93LWRvd24tYmxhY2siIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDY0IDQwIj48ZyBvcGFjaXR5PSIwLjM1Ij48cGF0aCBkPSJNNjMuMzYsOC40N0wzMy40NywzOC4zNmEyLDIsMCwwLDEtMi45NSwwTDAuNjQsOC40N0EyLjIxLDIuMjEsMCwwLDEsMCw3LDIuMjEsMi4yMSwwLDAsMSwuNjQsNS41M0wzLjg1LDIuMzJhMi4wOSwyLjA5LDAsMCwxLDEuNDctLjY0LDIuMjEsMi4yMSwwLDAsMSwxLjQ3LjY0TDMyLDI3LjUyLDU3LjIsMi4zMmEyLDIsMCwwLDEsMi45NSwwbDMuMjEsMy4yMUEyLjIxLDIuMjEsMCwwLDEsNjQsNywyLjIxLDIuMjEsMCwwLDEsNjMuMzYsOC40N1oiIGZpbGw9IiMwMDAiLz48L2c+PC9zdmc+Cg==);
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  display: inline-block;
  margin-left: 0.4rem;
}
input[type=radio]:hover, input[type=radio]:focus, input[type=radio]:active,
input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=checkbox]:active {
  border-color: #38b54a;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

label.label-checkbox {
  display: flex;
}
label.label-checkbox input[type=checkbox],
label.label-checkbox input[type=radio] {
  flex: 0 0 3.2rem;
  position: relative;
  top: 0.4rem;
}
label.label-checkbox input[type=checkbox] + *,
label.label-checkbox input[type=radio] + * {
  max-width: 48rem;
}

.page main > *:not(section):not(div) {
  width: calc(1090px - 3.2rem);
  max-width: 100%;
  max-width: calc(100% - 3.2rem);
  margin-left: auto;
  margin-right: auto;
}

.page main > *:not(section):not(div):not(article):last-child {
  margin-bottom: 4.8rem;
}

main > .wp-block-image,
main > .wp-block-embed,
.single article > .wp-block-image,
.single article > .wp-block-embed {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
main > *:not(section) + h2,
main > *:not(section) + h3,
.single article > *:not(section) + h2,
.single article > *:not(section) + h3 {
  margin-top: 3.2rem;
}
main > *:not(section) + h4,
main > *:not(section) + h5,
.single article > *:not(section) + h4,
.single article > *:not(section) + h5 {
  margin-top: 2.4rem;
}

.wp-block-image.size-medium {
  width: 35.2rem;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .wp-block-image.size-medium {
    width: 44.8rem;
  }
}
.wp-block-image.size-medium > img {
  width: 100%;
}
.wp-block-image.size-large {
  width: 100%;
  max-width: 100%;
}
.wp-block-image.size-large > img {
  width: 100%;
}
.wp-block-image.text-center {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.text-center > img {
  margin-left: auto;
  margin-right: auto;
}

.layout-site {
  width: 1090px;
}

.layout-wide {
  width: 1680px;
}

.layout-copy {
  width: 820px;
}

.layout-fluid {
  width: 100%;
}

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

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

.hidden {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.media {
  position: relative;
  display: block;
  overflow: hidden;
}
.media:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.media.media-square:before {
  padding-top: 100%;
}
.media.media-porthole {
  border-radius: 50%;
}
.media > * {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 0;
}
.media.media-contain > * {
  -o-object-fit: contain;
     object-fit: contain;
}

.text-default {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
}

.text-small,
.has-small-font-size {
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.text-medium,
.has-medium-font-size {
  font-size: 1.8rem;
  line-height: 3.2rem;
}

.text-large,
.has-large-font-size {
  font-size: 2.2rem;
  line-height: 4rem;
}

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

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

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

.align-items-center,
.are-vertically-aligned-center {
  align-items: center;
}

.align-items-bottom {
  align-items: flex-end;
}

.justify-items-center {
  justify-items: center;
}

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

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

.justify-items-right {
  justify-items: flex-end;
}

.justify-content-right {
  justify-content: flex-end;
}

.flex-items-equal > * {
  min-width: 0;
  flex: 1;
}

.grid-reverse {
  flex-direction: row-reverse;
}

.opacity-1 {
  opacity: 0.0833333333;
}

.mx-1 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.my-1 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.px-1 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.py-1 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.mt-1 {
  margin-top: 1.6rem;
}

.mb-1 {
  margin-bottom: 1.6rem;
}

.ml-1 {
  margin-left: 1.6rem;
}

.mr-1 {
  margin-right: 1.6rem;
}

.pt-1 {
  padding-top: 1.6rem;
}

.pb-1 {
  padding-bottom: 1.6rem;
}

.pl-1 {
  padding-left: 1.6rem;
}

.pr-1 {
  padding-right: 1.6rem;
}

.opacity-2 {
  opacity: 0.1666666667;
}

.mx-2 {
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}

.my-2 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.px-2 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.py-2 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.mt-2 {
  margin-top: 3.2rem;
}

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

.ml-2 {
  margin-left: 3.2rem;
}

.mr-2 {
  margin-right: 3.2rem;
}

.pt-2 {
  padding-top: 3.2rem;
}

.pb-2 {
  padding-bottom: 3.2rem;
}

.pl-2 {
  padding-left: 3.2rem;
}

.pr-2 {
  padding-right: 3.2rem;
}

.opacity-3 {
  opacity: 0.25;
}

.mx-3 {
  margin-left: 4.8rem;
  margin-right: 4.8rem;
}

.my-3 {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}

.px-3 {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}

.py-3 {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

.mt-3 {
  margin-top: 4.8rem;
}

.mb-3 {
  margin-bottom: 4.8rem;
}

.ml-3 {
  margin-left: 4.8rem;
}

.mr-3 {
  margin-right: 4.8rem;
}

.pt-3 {
  padding-top: 4.8rem;
}

.pb-3 {
  padding-bottom: 4.8rem;
}

.pl-3 {
  padding-left: 4.8rem;
}

.pr-3 {
  padding-right: 4.8rem;
}

.opacity-4 {
  opacity: 0.3333333333;
}

.mx-4 {
  margin-left: 6.4rem;
  margin-right: 6.4rem;
}

.my-4 {
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}

.px-4 {
  padding-left: 6.4rem;
  padding-right: 6.4rem;
}

.py-4 {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.mt-4 {
  margin-top: 6.4rem;
}

.mb-4 {
  margin-bottom: 6.4rem;
}

.ml-4 {
  margin-left: 6.4rem;
}

.mr-4 {
  margin-right: 6.4rem;
}

.pt-4 {
  padding-top: 6.4rem;
}

.pb-4 {
  padding-bottom: 6.4rem;
}

.pl-4 {
  padding-left: 6.4rem;
}

.pr-4 {
  padding-right: 6.4rem;
}

.opacity-5 {
  opacity: 0.4166666667;
}

.mx-5 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-5 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.px-5 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-5 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.mt-5 {
  margin-top: 8rem;
}

.mb-5 {
  margin-bottom: 8rem;
}

.ml-5 {
  margin-left: 8rem;
}

.mr-5 {
  margin-right: 8rem;
}

.pt-5 {
  padding-top: 8rem;
}

.pb-5 {
  padding-bottom: 8rem;
}

.pl-5 {
  padding-left: 8rem;
}

.pr-5 {
  padding-right: 8rem;
}

.opacity-6 {
  opacity: 0.5;
}

.mx-6 {
  margin-left: 9.6rem;
  margin-right: 9.6rem;
}

.my-6 {
  margin-top: 9.6rem;
  margin-bottom: 9.6rem;
}

.px-6 {
  padding-left: 9.6rem;
  padding-right: 9.6rem;
}

.py-6 {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}

.mt-6 {
  margin-top: 9.6rem;
}

.mb-6 {
  margin-bottom: 9.6rem;
}

.ml-6 {
  margin-left: 9.6rem;
}

.mr-6 {
  margin-right: 9.6rem;
}

.pt-6 {
  padding-top: 9.6rem;
}

.pb-6 {
  padding-bottom: 9.6rem;
}

.pl-6 {
  padding-left: 9.6rem;
}

.pr-6 {
  padding-right: 9.6rem;
}

.opacity-7 {
  opacity: 0.5833333333;
}

.mx-7 {
  margin-left: 11.2rem;
  margin-right: 11.2rem;
}

.my-7 {
  margin-top: 11.2rem;
  margin-bottom: 11.2rem;
}

.px-7 {
  padding-left: 11.2rem;
  padding-right: 11.2rem;
}

.py-7 {
  padding-top: 11.2rem;
  padding-bottom: 11.2rem;
}

.mt-7 {
  margin-top: 11.2rem;
}

.mb-7 {
  margin-bottom: 11.2rem;
}

.ml-7 {
  margin-left: 11.2rem;
}

.mr-7 {
  margin-right: 11.2rem;
}

.pt-7 {
  padding-top: 11.2rem;
}

.pb-7 {
  padding-bottom: 11.2rem;
}

.pl-7 {
  padding-left: 11.2rem;
}

.pr-7 {
  padding-right: 11.2rem;
}

.opacity-8 {
  opacity: 0.6666666667;
}

.mx-8 {
  margin-left: 12.8rem;
  margin-right: 12.8rem;
}

.my-8 {
  margin-top: 12.8rem;
  margin-bottom: 12.8rem;
}

.px-8 {
  padding-left: 12.8rem;
  padding-right: 12.8rem;
}

.py-8 {
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
}

.mt-8 {
  margin-top: 12.8rem;
}

.mb-8 {
  margin-bottom: 12.8rem;
}

.ml-8 {
  margin-left: 12.8rem;
}

.mr-8 {
  margin-right: 12.8rem;
}

.pt-8 {
  padding-top: 12.8rem;
}

.pb-8 {
  padding-bottom: 12.8rem;
}

.pl-8 {
  padding-left: 12.8rem;
}

.pr-8 {
  padding-right: 12.8rem;
}

.opacity-9 {
  opacity: 0.75;
}

.mx-9 {
  margin-left: 14.4rem;
  margin-right: 14.4rem;
}

.my-9 {
  margin-top: 14.4rem;
  margin-bottom: 14.4rem;
}

.px-9 {
  padding-left: 14.4rem;
  padding-right: 14.4rem;
}

.py-9 {
  padding-top: 14.4rem;
  padding-bottom: 14.4rem;
}

.mt-9 {
  margin-top: 14.4rem;
}

.mb-9 {
  margin-bottom: 14.4rem;
}

.ml-9 {
  margin-left: 14.4rem;
}

.mr-9 {
  margin-right: 14.4rem;
}

.pt-9 {
  padding-top: 14.4rem;
}

.pb-9 {
  padding-bottom: 14.4rem;
}

.pl-9 {
  padding-left: 14.4rem;
}

.pr-9 {
  padding-right: 14.4rem;
}

.opacity-10 {
  opacity: 0.8333333333;
}

.mx-10 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-10 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.px-10 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-10 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.mt-10 {
  margin-top: 16rem;
}

.mb-10 {
  margin-bottom: 16rem;
}

.ml-10 {
  margin-left: 16rem;
}

.mr-10 {
  margin-right: 16rem;
}

.pt-10 {
  padding-top: 16rem;
}

.pb-10 {
  padding-bottom: 16rem;
}

.pl-10 {
  padding-left: 16rem;
}

.pr-10 {
  padding-right: 16rem;
}

.opacity-11 {
  opacity: 0.9166666667;
}

.mx-11 {
  margin-left: 17.6rem;
  margin-right: 17.6rem;
}

.my-11 {
  margin-top: 17.6rem;
  margin-bottom: 17.6rem;
}

.px-11 {
  padding-left: 17.6rem;
  padding-right: 17.6rem;
}

.py-11 {
  padding-top: 17.6rem;
  padding-bottom: 17.6rem;
}

.mt-11 {
  margin-top: 17.6rem;
}

.mb-11 {
  margin-bottom: 17.6rem;
}

.ml-11 {
  margin-left: 17.6rem;
}

.mr-11 {
  margin-right: 17.6rem;
}

.pt-11 {
  padding-top: 17.6rem;
}

.pb-11 {
  padding-bottom: 17.6rem;
}

.pl-11 {
  padding-left: 17.6rem;
}

.pr-11 {
  padding-right: 17.6rem;
}

.opacity-12 {
  opacity: 1;
}

.mx-12 {
  margin-left: 19.2rem;
  margin-right: 19.2rem;
}

.my-12 {
  margin-top: 19.2rem;
  margin-bottom: 19.2rem;
}

.px-12 {
  padding-left: 19.2rem;
  padding-right: 19.2rem;
}

.py-12 {
  padding-top: 19.2rem;
  padding-bottom: 19.2rem;
}

.mt-12 {
  margin-top: 19.2rem;
}

.mb-12 {
  margin-bottom: 19.2rem;
}

.ml-12 {
  margin-left: 19.2rem;
}

.mr-12 {
  margin-right: 19.2rem;
}

.pt-12 {
  padding-top: 19.2rem;
}

.pb-12 {
  padding-bottom: 19.2rem;
}

.pl-12 {
  padding-left: 19.2rem;
}

.pr-12 {
  padding-right: 19.2rem;
}

.bg-primary,
[data-theme=primary],
.has-primary-background-color {
  background-color: var(--primary);
}

[data-theme=primary] {
  color: #FFFFFF;
}

.color-primary,
.has-primary-color {
  color: var(--primary);
}
.color-primary[href],
.has-primary-color[href] {
  color: var(--primary);
}

.notch-primary {
  border-left: 0.4rem solid var(--primary);
}

.bg-secondary,
[data-theme=secondary],
.has-secondary-background-color {
  background-color: var(--secondary);
}

[data-theme=secondary] {
  color: #FFFFFF;
}

.color-secondary,
.has-secondary-color {
  color: var(--secondary);
}
.color-secondary[href],
.has-secondary-color[href] {
  color: var(--secondary);
}

.notch-secondary {
  border-left: 0.4rem solid var(--secondary);
}

.bg-alt,
[data-theme=alt],
.has-alt-background-color {
  background-color: var(--alt);
}

[data-theme=alt] {
  color: #FFFFFF;
}

.color-alt,
.has-alt-color {
  color: var(--alt);
}
.color-alt[href],
.has-alt-color[href] {
  color: var(--alt);
}

.notch-alt {
  border-left: 0.4rem solid var(--alt);
}

.bg-lightest,
[data-theme=lightest],
.has-lightest-background-color {
  background-color: var(--lightest);
}

[data-theme=lightest] {
  color: #FFFFFF;
}

.color-lightest,
.has-lightest-color {
  color: var(--lightest);
}
.color-lightest[href],
.has-lightest-color[href] {
  color: var(--lightest);
}

.notch-lightest {
  border-left: 0.4rem solid var(--lightest);
}

.bg-darkest,
[data-theme=darkest],
.has-darkest-background-color {
  background-color: var(--darkest);
}

[data-theme=darkest] {
  color: #FFFFFF;
}

.color-darkest,
.has-darkest-color {
  color: var(--darkest);
}
.color-darkest[href],
.has-darkest-color[href] {
  color: var(--darkest);
}

.notch-darkest {
  border-left: 0.4rem solid var(--darkest);
}

.bg-light,
[data-theme=light],
.has-light-background-color {
  background-color: var(--light);
}

[data-theme=light] {
  color: #FFFFFF;
}

.color-light,
.has-light-color {
  color: var(--light);
}
.color-light[href],
.has-light-color[href] {
  color: var(--light);
}

.notch-light {
  border-left: 0.4rem solid var(--light);
}

.bg-lighter,
[data-theme=lighter],
.has-lighter-background-color {
  background-color: var(--lighter);
}

[data-theme=lighter] {
  color: #FFFFFF;
}

.color-lighter,
.has-lighter-color {
  color: var(--lighter);
}
.color-lighter[href],
.has-lighter-color[href] {
  color: var(--lighter);
}

.notch-lighter {
  border-left: 0.4rem solid var(--lighter);
}

.bg-medium,
[data-theme=medium],
.has-medium-background-color {
  background-color: var(--medium);
}

[data-theme=medium] {
  color: #FFFFFF;
}

.color-medium,
.has-medium-color {
  color: var(--medium);
}
.color-medium[href],
.has-medium-color[href] {
  color: var(--medium);
}

.notch-medium {
  border-left: 0.4rem solid var(--medium);
}

.bg-dark,
[data-theme=dark],
.has-dark-background-color {
  background-color: var(--dark);
}

[data-theme=dark] {
  color: #FFFFFF;
}

.color-dark,
.has-dark-color {
  color: var(--dark);
}
.color-dark[href],
.has-dark-color[href] {
  color: var(--dark);
}

.notch-dark {
  border-left: 0.4rem solid var(--dark);
}

.bg-darker,
[data-theme=darker],
.has-darker-background-color {
  background-color: var(--darker);
}

[data-theme=darker] {
  color: #FFFFFF;
}

.color-darker,
.has-darker-color {
  color: var(--darker);
}
.color-darker[href],
.has-darker-color[href] {
  color: var(--darker);
}

.notch-darker {
  border-left: 0.4rem solid var(--darker);
}

.bg-success,
[data-theme=success],
.has-success-background-color {
  background-color: var(--success);
}

[data-theme=success] {
  color: #FFFFFF;
}

.color-success,
.has-success-color {
  color: var(--success);
}
.color-success[href],
.has-success-color[href] {
  color: var(--success);
}

.notch-success {
  border-left: 0.4rem solid var(--success);
}

.bg-danger,
[data-theme=danger],
.has-danger-background-color {
  background-color: var(--danger);
}

[data-theme=danger] {
  color: #FFFFFF;
}

.color-danger,
.has-danger-color {
  color: var(--danger);
}
.color-danger[href],
.has-danger-color[href] {
  color: var(--danger);
}

.notch-danger {
  border-left: 0.4rem solid var(--danger);
}

.bg-important,
[data-theme=important],
.has-important-background-color {
  background-color: var(--important);
}

[data-theme=important] {
  color: #FFFFFF;
}

.color-important,
.has-important-color {
  color: var(--important);
}
.color-important[href],
.has-important-color[href] {
  color: var(--important);
}

.notch-important {
  border-left: 0.4rem solid var(--important);
}

.bg-warning,
[data-theme=warning],
.has-warning-background-color {
  background-color: var(--warning);
}

[data-theme=warning] {
  color: #FFFFFF;
}

.color-warning,
.has-warning-color {
  color: var(--warning);
}
.color-warning[href],
.has-warning-color[href] {
  color: var(--warning);
}

.notch-warning {
  border-left: 0.4rem solid var(--warning);
}

.bg-info,
[data-theme=info],
.has-info-background-color {
  background-color: var(--info);
}

[data-theme=info] {
  color: #FFFFFF;
}

.color-info,
.has-info-color {
  color: var(--info);
}
.color-info[href],
.has-info-color[href] {
  color: var(--info);
}

.notch-info {
  border-left: 0.4rem solid var(--info);
}

.bg-placeholder,
[data-theme=placeholder],
.has-placeholder-background-color {
  background-color: var(--placeholder);
}

[data-theme=placeholder] {
  color: #FFFFFF;
}

.color-placeholder,
.has-placeholder-color {
  color: var(--placeholder);
}
.color-placeholder[href],
.has-placeholder-color[href] {
  color: var(--placeholder);
}

.notch-placeholder {
  border-left: 0.4rem solid var(--placeholder);
}

.bg-seasonal,
[data-theme=seasonal],
.has-seasonal-background-color {
  background-color: var(--seasonal);
}

[data-theme=seasonal] {
  color: #FFFFFF;
}

.color-seasonal,
.has-seasonal-color {
  color: var(--seasonal);
}
.color-seasonal[href],
.has-seasonal-color[href] {
  color: var(--seasonal);
}

.notch-seasonal {
  border-left: 0.4rem solid var(--seasonal);
}

.bg-facebook,
[data-theme=facebook],
.has-facebook-background-color {
  background-color: var(--facebook);
}

[data-theme=facebook] {
  color: #FFFFFF;
}

.color-facebook,
.has-facebook-color {
  color: var(--facebook);
}
.color-facebook[href],
.has-facebook-color[href] {
  color: var(--facebook);
}

.notch-facebook {
  border-left: 0.4rem solid var(--facebook);
}

.bg-twitter,
[data-theme=twitter],
.has-twitter-background-color {
  background-color: var(--twitter);
}

[data-theme=twitter] {
  color: #FFFFFF;
}

.color-twitter,
.has-twitter-color {
  color: var(--twitter);
}
.color-twitter[href],
.has-twitter-color[href] {
  color: var(--twitter);
}

.notch-twitter {
  border-left: 0.4rem solid var(--twitter);
}

.bg-youtube,
[data-theme=youtube],
.has-youtube-background-color {
  background-color: var(--youtube);
}

[data-theme=youtube] {
  color: #FFFFFF;
}

.color-youtube,
.has-youtube-color {
  color: var(--youtube);
}
.color-youtube[href],
.has-youtube-color[href] {
  color: var(--youtube);
}

.notch-youtube {
  border-left: 0.4rem solid var(--youtube);
}

.bg-instagram,
[data-theme=instagram],
.has-instagram-background-color {
  background-color: var(--instagram);
}

[data-theme=instagram] {
  color: #FFFFFF;
}

.color-instagram,
.has-instagram-color {
  color: var(--instagram);
}
.color-instagram[href],
.has-instagram-color[href] {
  color: var(--instagram);
}

.notch-instagram {
  border-left: 0.4rem solid var(--instagram);
}

.bg-linkedin,
[data-theme=linkedin],
.has-linkedin-background-color {
  background-color: var(--linkedin);
}

[data-theme=linkedin] {
  color: #FFFFFF;
}

.color-linkedin,
.has-linkedin-color {
  color: var(--linkedin);
}
.color-linkedin[href],
.has-linkedin-color[href] {
  color: var(--linkedin);
}

.notch-linkedin {
  border-left: 0.4rem solid var(--linkedin);
}

.bg-spotify,
[data-theme=spotify],
.has-spotify-background-color {
  background-color: var(--spotify);
}

[data-theme=spotify] {
  color: #FFFFFF;
}

.color-spotify,
.has-spotify-color {
  color: var(--spotify);
}
.color-spotify[href],
.has-spotify-color[href] {
  color: var(--spotify);
}

.notch-spotify {
  border-left: 0.4rem solid var(--spotify);
}

@media screen and (min-width: 640px) {
  .sm\:layout-site {
    width: 1090px;
  }

  .sm\:layout-wide {
    width: 1680px;
  }

  .sm\:layout-copy {
    width: 820px;
  }

  .sm\:layout-fluid {
    width: 100%;
  }

  .sm\:align-left {
    margin-left: 0;
    margin-right: auto;
    left: 0;
    right: auto;
  }

  .sm\:align-right {
    margin-left: auto;
    margin-right: 0;
    left: auto;
    right: 0;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:media {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .sm\:media:before {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
  .sm\:media.sm\:media-square:before {
    padding-top: 100%;
  }
  .sm\:media.sm\:media-porthole {
    border-radius: 50%;
  }
  .sm\:media > * {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 0;
  }
  .sm\:media.sm\:media-contain > * {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:text-default {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
  }

  .sm\:text-small,
.sm\:has-small-font-size {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .sm\:text-medium,
.sm\:has-medium-font-size {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }

  .sm\:text-large,
.sm\:has-large-font-size {
    font-size: 2.2rem;
    line-height: 4rem;
  }

  .sm\:text-left,
.sm\:has-text-align-left {
    text-align: left;
  }

  .sm\:text-center,
.sm\:has-text-align-center {
    text-align: center;
  }

  .sm\:text-right,
.sm\:has-text-align-right {
    text-align: right;
  }

  .sm\:align-items-center,
.sm\:are-vertically-aligned-center {
    align-items: center;
  }

  .sm\:align-items-bottom {
    align-items: flex-end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:justify-content-justify {
    justify-content: space-between;
  }

  .sm\:justify-content-center {
    justify-content: center;
  }

  .sm\:justify-items-right {
    justify-items: flex-end;
  }

  .sm\:justify-content-right {
    justify-content: flex-end;
  }

  .sm\:flex-items-equal > * {
    min-width: 0;
    flex: 1;
  }

  .sm\:grid-reverse {
    flex-direction: row-reverse;
  }

  .sm\:opacity-1 {
    opacity: 0.0833333333;
  }

  .sm\:mx-1 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  .sm\:my-1 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .sm\:px-1 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .sm\:py-1 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .sm\:mt-1 {
    margin-top: 1.6rem;
  }

  .sm\:mb-1 {
    margin-bottom: 1.6rem;
  }

  .sm\:ml-1 {
    margin-left: 1.6rem;
  }

  .sm\:mr-1 {
    margin-right: 1.6rem;
  }

  .sm\:pt-1 {
    padding-top: 1.6rem;
  }

  .sm\:pb-1 {
    padding-bottom: 1.6rem;
  }

  .sm\:pl-1 {
    padding-left: 1.6rem;
  }

  .sm\:pr-1 {
    padding-right: 1.6rem;
  }

  .sm\:opacity-2 {
    opacity: 0.1666666667;
  }

  .sm\:mx-2 {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }

  .sm\:my-2 {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .sm\:px-2 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .sm\:py-2 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .sm\:mt-2 {
    margin-top: 3.2rem;
  }

  .sm\:mb-2 {
    margin-bottom: 3.2rem;
  }

  .sm\:ml-2 {
    margin-left: 3.2rem;
  }

  .sm\:mr-2 {
    margin-right: 3.2rem;
  }

  .sm\:pt-2 {
    padding-top: 3.2rem;
  }

  .sm\:pb-2 {
    padding-bottom: 3.2rem;
  }

  .sm\:pl-2 {
    padding-left: 3.2rem;
  }

  .sm\:pr-2 {
    padding-right: 3.2rem;
  }

  .sm\:opacity-3 {
    opacity: 0.25;
  }

  .sm\:mx-3 {
    margin-left: 4.8rem;
    margin-right: 4.8rem;
  }

  .sm\:my-3 {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }

  .sm\:px-3 {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }

  .sm\:py-3 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .sm\:mt-3 {
    margin-top: 4.8rem;
  }

  .sm\:mb-3 {
    margin-bottom: 4.8rem;
  }

  .sm\:ml-3 {
    margin-left: 4.8rem;
  }

  .sm\:mr-3 {
    margin-right: 4.8rem;
  }

  .sm\:pt-3 {
    padding-top: 4.8rem;
  }

  .sm\:pb-3 {
    padding-bottom: 4.8rem;
  }

  .sm\:pl-3 {
    padding-left: 4.8rem;
  }

  .sm\:pr-3 {
    padding-right: 4.8rem;
  }

  .sm\:opacity-4 {
    opacity: 0.3333333333;
  }

  .sm\:mx-4 {
    margin-left: 6.4rem;
    margin-right: 6.4rem;
  }

  .sm\:my-4 {
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
  }

  .sm\:px-4 {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }

  .sm\:py-4 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .sm\:mt-4 {
    margin-top: 6.4rem;
  }

  .sm\:mb-4 {
    margin-bottom: 6.4rem;
  }

  .sm\:ml-4 {
    margin-left: 6.4rem;
  }

  .sm\:mr-4 {
    margin-right: 6.4rem;
  }

  .sm\:pt-4 {
    padding-top: 6.4rem;
  }

  .sm\:pb-4 {
    padding-bottom: 6.4rem;
  }

  .sm\:pl-4 {
    padding-left: 6.4rem;
  }

  .sm\:pr-4 {
    padding-right: 6.4rem;
  }

  .sm\:opacity-5 {
    opacity: 0.4166666667;
  }

  .sm\:mx-5 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-5 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:px-5 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-5 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:mt-5 {
    margin-top: 8rem;
  }

  .sm\:mb-5 {
    margin-bottom: 8rem;
  }

  .sm\:ml-5 {
    margin-left: 8rem;
  }

  .sm\:mr-5 {
    margin-right: 8rem;
  }

  .sm\:pt-5 {
    padding-top: 8rem;
  }

  .sm\:pb-5 {
    padding-bottom: 8rem;
  }

  .sm\:pl-5 {
    padding-left: 8rem;
  }

  .sm\:pr-5 {
    padding-right: 8rem;
  }

  .sm\:opacity-6 {
    opacity: 0.5;
  }

  .sm\:mx-6 {
    margin-left: 9.6rem;
    margin-right: 9.6rem;
  }

  .sm\:my-6 {
    margin-top: 9.6rem;
    margin-bottom: 9.6rem;
  }

  .sm\:px-6 {
    padding-left: 9.6rem;
    padding-right: 9.6rem;
  }

  .sm\:py-6 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }

  .sm\:mt-6 {
    margin-top: 9.6rem;
  }

  .sm\:mb-6 {
    margin-bottom: 9.6rem;
  }

  .sm\:ml-6 {
    margin-left: 9.6rem;
  }

  .sm\:mr-6 {
    margin-right: 9.6rem;
  }

  .sm\:pt-6 {
    padding-top: 9.6rem;
  }

  .sm\:pb-6 {
    padding-bottom: 9.6rem;
  }

  .sm\:pl-6 {
    padding-left: 9.6rem;
  }

  .sm\:pr-6 {
    padding-right: 9.6rem;
  }

  .sm\:opacity-7 {
    opacity: 0.5833333333;
  }

  .sm\:mx-7 {
    margin-left: 11.2rem;
    margin-right: 11.2rem;
  }

  .sm\:my-7 {
    margin-top: 11.2rem;
    margin-bottom: 11.2rem;
  }

  .sm\:px-7 {
    padding-left: 11.2rem;
    padding-right: 11.2rem;
  }

  .sm\:py-7 {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }

  .sm\:mt-7 {
    margin-top: 11.2rem;
  }

  .sm\:mb-7 {
    margin-bottom: 11.2rem;
  }

  .sm\:ml-7 {
    margin-left: 11.2rem;
  }

  .sm\:mr-7 {
    margin-right: 11.2rem;
  }

  .sm\:pt-7 {
    padding-top: 11.2rem;
  }

  .sm\:pb-7 {
    padding-bottom: 11.2rem;
  }

  .sm\:pl-7 {
    padding-left: 11.2rem;
  }

  .sm\:pr-7 {
    padding-right: 11.2rem;
  }

  .sm\:opacity-8 {
    opacity: 0.6666666667;
  }

  .sm\:mx-8 {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }

  .sm\:my-8 {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
  }

  .sm\:px-8 {
    padding-left: 12.8rem;
    padding-right: 12.8rem;
  }

  .sm\:py-8 {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }

  .sm\:mt-8 {
    margin-top: 12.8rem;
  }

  .sm\:mb-8 {
    margin-bottom: 12.8rem;
  }

  .sm\:ml-8 {
    margin-left: 12.8rem;
  }

  .sm\:mr-8 {
    margin-right: 12.8rem;
  }

  .sm\:pt-8 {
    padding-top: 12.8rem;
  }

  .sm\:pb-8 {
    padding-bottom: 12.8rem;
  }

  .sm\:pl-8 {
    padding-left: 12.8rem;
  }

  .sm\:pr-8 {
    padding-right: 12.8rem;
  }

  .sm\:opacity-9 {
    opacity: 0.75;
  }

  .sm\:mx-9 {
    margin-left: 14.4rem;
    margin-right: 14.4rem;
  }

  .sm\:my-9 {
    margin-top: 14.4rem;
    margin-bottom: 14.4rem;
  }

  .sm\:px-9 {
    padding-left: 14.4rem;
    padding-right: 14.4rem;
  }

  .sm\:py-9 {
    padding-top: 14.4rem;
    padding-bottom: 14.4rem;
  }

  .sm\:mt-9 {
    margin-top: 14.4rem;
  }

  .sm\:mb-9 {
    margin-bottom: 14.4rem;
  }

  .sm\:ml-9 {
    margin-left: 14.4rem;
  }

  .sm\:mr-9 {
    margin-right: 14.4rem;
  }

  .sm\:pt-9 {
    padding-top: 14.4rem;
  }

  .sm\:pb-9 {
    padding-bottom: 14.4rem;
  }

  .sm\:pl-9 {
    padding-left: 14.4rem;
  }

  .sm\:pr-9 {
    padding-right: 14.4rem;
  }

  .sm\:opacity-10 {
    opacity: 0.8333333333;
  }

  .sm\:mx-10 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-10 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:px-10 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-10 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:mt-10 {
    margin-top: 16rem;
  }

  .sm\:mb-10 {
    margin-bottom: 16rem;
  }

  .sm\:ml-10 {
    margin-left: 16rem;
  }

  .sm\:mr-10 {
    margin-right: 16rem;
  }

  .sm\:pt-10 {
    padding-top: 16rem;
  }

  .sm\:pb-10 {
    padding-bottom: 16rem;
  }

  .sm\:pl-10 {
    padding-left: 16rem;
  }

  .sm\:pr-10 {
    padding-right: 16rem;
  }

  .sm\:opacity-11 {
    opacity: 0.9166666667;
  }

  .sm\:mx-11 {
    margin-left: 17.6rem;
    margin-right: 17.6rem;
  }

  .sm\:my-11 {
    margin-top: 17.6rem;
    margin-bottom: 17.6rem;
  }

  .sm\:px-11 {
    padding-left: 17.6rem;
    padding-right: 17.6rem;
  }

  .sm\:py-11 {
    padding-top: 17.6rem;
    padding-bottom: 17.6rem;
  }

  .sm\:mt-11 {
    margin-top: 17.6rem;
  }

  .sm\:mb-11 {
    margin-bottom: 17.6rem;
  }

  .sm\:ml-11 {
    margin-left: 17.6rem;
  }

  .sm\:mr-11 {
    margin-right: 17.6rem;
  }

  .sm\:pt-11 {
    padding-top: 17.6rem;
  }

  .sm\:pb-11 {
    padding-bottom: 17.6rem;
  }

  .sm\:pl-11 {
    padding-left: 17.6rem;
  }

  .sm\:pr-11 {
    padding-right: 17.6rem;
  }

  .sm\:opacity-12 {
    opacity: 1;
  }

  .sm\:mx-12 {
    margin-left: 19.2rem;
    margin-right: 19.2rem;
  }

  .sm\:my-12 {
    margin-top: 19.2rem;
    margin-bottom: 19.2rem;
  }

  .sm\:px-12 {
    padding-left: 19.2rem;
    padding-right: 19.2rem;
  }

  .sm\:py-12 {
    padding-top: 19.2rem;
    padding-bottom: 19.2rem;
  }

  .sm\:mt-12 {
    margin-top: 19.2rem;
  }

  .sm\:mb-12 {
    margin-bottom: 19.2rem;
  }

  .sm\:ml-12 {
    margin-left: 19.2rem;
  }

  .sm\:mr-12 {
    margin-right: 19.2rem;
  }

  .sm\:pt-12 {
    padding-top: 19.2rem;
  }

  .sm\:pb-12 {
    padding-bottom: 19.2rem;
  }

  .sm\:pl-12 {
    padding-left: 19.2rem;
  }

  .sm\:pr-12 {
    padding-right: 19.2rem;
  }

  .sm\:bg-primary,
[data-theme="sm:primary"],
.sm\:has-primary-background-color {
    background-color: var(--primary);
  }

  [data-theme="sm:primary"] {
    color: #FFFFFF;
  }

  .sm\:color-primary,
.sm\:has-primary-color {
    color: var(--primary);
  }
  .sm\:color-primary[href],
.sm\:has-primary-color[href] {
    color: var(--primary);
  }

  .sm\:notch-primary {
    border-left: 0.4rem solid var(--primary);
  }

  .sm\:bg-secondary,
[data-theme="sm:secondary"],
.sm\:has-secondary-background-color {
    background-color: var(--secondary);
  }

  [data-theme="sm:secondary"] {
    color: #FFFFFF;
  }

  .sm\:color-secondary,
.sm\:has-secondary-color {
    color: var(--secondary);
  }
  .sm\:color-secondary[href],
.sm\:has-secondary-color[href] {
    color: var(--secondary);
  }

  .sm\:notch-secondary {
    border-left: 0.4rem solid var(--secondary);
  }

  .sm\:bg-alt,
[data-theme="sm:alt"],
.sm\:has-alt-background-color {
    background-color: var(--alt);
  }

  [data-theme="sm:alt"] {
    color: #FFFFFF;
  }

  .sm\:color-alt,
.sm\:has-alt-color {
    color: var(--alt);
  }
  .sm\:color-alt[href],
.sm\:has-alt-color[href] {
    color: var(--alt);
  }

  .sm\:notch-alt {
    border-left: 0.4rem solid var(--alt);
  }

  .sm\:bg-lightest,
[data-theme="sm:lightest"],
.sm\:has-lightest-background-color {
    background-color: var(--lightest);
  }

  [data-theme="sm:lightest"] {
    color: #FFFFFF;
  }

  .sm\:color-lightest,
.sm\:has-lightest-color {
    color: var(--lightest);
  }
  .sm\:color-lightest[href],
.sm\:has-lightest-color[href] {
    color: var(--lightest);
  }

  .sm\:notch-lightest {
    border-left: 0.4rem solid var(--lightest);
  }

  .sm\:bg-darkest,
[data-theme="sm:darkest"],
.sm\:has-darkest-background-color {
    background-color: var(--darkest);
  }

  [data-theme="sm:darkest"] {
    color: #FFFFFF;
  }

  .sm\:color-darkest,
.sm\:has-darkest-color {
    color: var(--darkest);
  }
  .sm\:color-darkest[href],
.sm\:has-darkest-color[href] {
    color: var(--darkest);
  }

  .sm\:notch-darkest {
    border-left: 0.4rem solid var(--darkest);
  }

  .sm\:bg-light,
[data-theme="sm:light"],
.sm\:has-light-background-color {
    background-color: var(--light);
  }

  [data-theme="sm:light"] {
    color: #FFFFFF;
  }

  .sm\:color-light,
.sm\:has-light-color {
    color: var(--light);
  }
  .sm\:color-light[href],
.sm\:has-light-color[href] {
    color: var(--light);
  }

  .sm\:notch-light {
    border-left: 0.4rem solid var(--light);
  }

  .sm\:bg-lighter,
[data-theme="sm:lighter"],
.sm\:has-lighter-background-color {
    background-color: var(--lighter);
  }

  [data-theme="sm:lighter"] {
    color: #FFFFFF;
  }

  .sm\:color-lighter,
.sm\:has-lighter-color {
    color: var(--lighter);
  }
  .sm\:color-lighter[href],
.sm\:has-lighter-color[href] {
    color: var(--lighter);
  }

  .sm\:notch-lighter {
    border-left: 0.4rem solid var(--lighter);
  }

  .sm\:bg-medium,
[data-theme="sm:medium"],
.sm\:has-medium-background-color {
    background-color: var(--medium);
  }

  [data-theme="sm:medium"] {
    color: #FFFFFF;
  }

  .sm\:color-medium,
.sm\:has-medium-color {
    color: var(--medium);
  }
  .sm\:color-medium[href],
.sm\:has-medium-color[href] {
    color: var(--medium);
  }

  .sm\:notch-medium {
    border-left: 0.4rem solid var(--medium);
  }

  .sm\:bg-dark,
[data-theme="sm:dark"],
.sm\:has-dark-background-color {
    background-color: var(--dark);
  }

  [data-theme="sm:dark"] {
    color: #FFFFFF;
  }

  .sm\:color-dark,
.sm\:has-dark-color {
    color: var(--dark);
  }
  .sm\:color-dark[href],
.sm\:has-dark-color[href] {
    color: var(--dark);
  }

  .sm\:notch-dark {
    border-left: 0.4rem solid var(--dark);
  }

  .sm\:bg-darker,
[data-theme="sm:darker"],
.sm\:has-darker-background-color {
    background-color: var(--darker);
  }

  [data-theme="sm:darker"] {
    color: #FFFFFF;
  }

  .sm\:color-darker,
.sm\:has-darker-color {
    color: var(--darker);
  }
  .sm\:color-darker[href],
.sm\:has-darker-color[href] {
    color: var(--darker);
  }

  .sm\:notch-darker {
    border-left: 0.4rem solid var(--darker);
  }

  .sm\:bg-success,
[data-theme="sm:success"],
.sm\:has-success-background-color {
    background-color: var(--success);
  }

  [data-theme="sm:success"] {
    color: #FFFFFF;
  }

  .sm\:color-success,
.sm\:has-success-color {
    color: var(--success);
  }
  .sm\:color-success[href],
.sm\:has-success-color[href] {
    color: var(--success);
  }

  .sm\:notch-success {
    border-left: 0.4rem solid var(--success);
  }

  .sm\:bg-danger,
[data-theme="sm:danger"],
.sm\:has-danger-background-color {
    background-color: var(--danger);
  }

  [data-theme="sm:danger"] {
    color: #FFFFFF;
  }

  .sm\:color-danger,
.sm\:has-danger-color {
    color: var(--danger);
  }
  .sm\:color-danger[href],
.sm\:has-danger-color[href] {
    color: var(--danger);
  }

  .sm\:notch-danger {
    border-left: 0.4rem solid var(--danger);
  }

  .sm\:bg-important,
[data-theme="sm:important"],
.sm\:has-important-background-color {
    background-color: var(--important);
  }

  [data-theme="sm:important"] {
    color: #FFFFFF;
  }

  .sm\:color-important,
.sm\:has-important-color {
    color: var(--important);
  }
  .sm\:color-important[href],
.sm\:has-important-color[href] {
    color: var(--important);
  }

  .sm\:notch-important {
    border-left: 0.4rem solid var(--important);
  }

  .sm\:bg-warning,
[data-theme="sm:warning"],
.sm\:has-warning-background-color {
    background-color: var(--warning);
  }

  [data-theme="sm:warning"] {
    color: #FFFFFF;
  }

  .sm\:color-warning,
.sm\:has-warning-color {
    color: var(--warning);
  }
  .sm\:color-warning[href],
.sm\:has-warning-color[href] {
    color: var(--warning);
  }

  .sm\:notch-warning {
    border-left: 0.4rem solid var(--warning);
  }

  .sm\:bg-info,
[data-theme="sm:info"],
.sm\:has-info-background-color {
    background-color: var(--info);
  }

  [data-theme="sm:info"] {
    color: #FFFFFF;
  }

  .sm\:color-info,
.sm\:has-info-color {
    color: var(--info);
  }
  .sm\:color-info[href],
.sm\:has-info-color[href] {
    color: var(--info);
  }

  .sm\:notch-info {
    border-left: 0.4rem solid var(--info);
  }

  .sm\:bg-placeholder,
[data-theme="sm:placeholder"],
.sm\:has-placeholder-background-color {
    background-color: var(--placeholder);
  }

  [data-theme="sm:placeholder"] {
    color: #FFFFFF;
  }

  .sm\:color-placeholder,
.sm\:has-placeholder-color {
    color: var(--placeholder);
  }
  .sm\:color-placeholder[href],
.sm\:has-placeholder-color[href] {
    color: var(--placeholder);
  }

  .sm\:notch-placeholder {
    border-left: 0.4rem solid var(--placeholder);
  }

  .sm\:bg-seasonal,
[data-theme="sm:seasonal"],
.sm\:has-seasonal-background-color {
    background-color: var(--seasonal);
  }

  [data-theme="sm:seasonal"] {
    color: #FFFFFF;
  }

  .sm\:color-seasonal,
.sm\:has-seasonal-color {
    color: var(--seasonal);
  }
  .sm\:color-seasonal[href],
.sm\:has-seasonal-color[href] {
    color: var(--seasonal);
  }

  .sm\:notch-seasonal {
    border-left: 0.4rem solid var(--seasonal);
  }

  .sm\:bg-facebook,
[data-theme="sm:facebook"],
.sm\:has-facebook-background-color {
    background-color: var(--facebook);
  }

  [data-theme="sm:facebook"] {
    color: #FFFFFF;
  }

  .sm\:color-facebook,
.sm\:has-facebook-color {
    color: var(--facebook);
  }
  .sm\:color-facebook[href],
.sm\:has-facebook-color[href] {
    color: var(--facebook);
  }

  .sm\:notch-facebook {
    border-left: 0.4rem solid var(--facebook);
  }

  .sm\:bg-twitter,
[data-theme="sm:twitter"],
.sm\:has-twitter-background-color {
    background-color: var(--twitter);
  }

  [data-theme="sm:twitter"] {
    color: #FFFFFF;
  }

  .sm\:color-twitter,
.sm\:has-twitter-color {
    color: var(--twitter);
  }
  .sm\:color-twitter[href],
.sm\:has-twitter-color[href] {
    color: var(--twitter);
  }

  .sm\:notch-twitter {
    border-left: 0.4rem solid var(--twitter);
  }

  .sm\:bg-youtube,
[data-theme="sm:youtube"],
.sm\:has-youtube-background-color {
    background-color: var(--youtube);
  }

  [data-theme="sm:youtube"] {
    color: #FFFFFF;
  }

  .sm\:color-youtube,
.sm\:has-youtube-color {
    color: var(--youtube);
  }
  .sm\:color-youtube[href],
.sm\:has-youtube-color[href] {
    color: var(--youtube);
  }

  .sm\:notch-youtube {
    border-left: 0.4rem solid var(--youtube);
  }

  .sm\:bg-instagram,
[data-theme="sm:instagram"],
.sm\:has-instagram-background-color {
    background-color: var(--instagram);
  }

  [data-theme="sm:instagram"] {
    color: #FFFFFF;
  }

  .sm\:color-instagram,
.sm\:has-instagram-color {
    color: var(--instagram);
  }
  .sm\:color-instagram[href],
.sm\:has-instagram-color[href] {
    color: var(--instagram);
  }

  .sm\:notch-instagram {
    border-left: 0.4rem solid var(--instagram);
  }

  .sm\:bg-linkedin,
[data-theme="sm:linkedin"],
.sm\:has-linkedin-background-color {
    background-color: var(--linkedin);
  }

  [data-theme="sm:linkedin"] {
    color: #FFFFFF;
  }

  .sm\:color-linkedin,
.sm\:has-linkedin-color {
    color: var(--linkedin);
  }
  .sm\:color-linkedin[href],
.sm\:has-linkedin-color[href] {
    color: var(--linkedin);
  }

  .sm\:notch-linkedin {
    border-left: 0.4rem solid var(--linkedin);
  }

  .sm\:bg-spotify,
[data-theme="sm:spotify"],
.sm\:has-spotify-background-color {
    background-color: var(--spotify);
  }

  [data-theme="sm:spotify"] {
    color: #FFFFFF;
  }

  .sm\:color-spotify,
.sm\:has-spotify-color {
    color: var(--spotify);
  }
  .sm\:color-spotify[href],
.sm\:has-spotify-color[href] {
    color: var(--spotify);
  }

  .sm\:notch-spotify {
    border-left: 0.4rem solid var(--spotify);
  }
}
@media screen and (min-width: 768px) {
  .md\:layout-site {
    width: 1090px;
  }

  .md\:layout-wide {
    width: 1680px;
  }

  .md\:layout-copy {
    width: 820px;
  }

  .md\:layout-fluid {
    width: 100%;
  }

  .md\:align-left {
    margin-left: 0;
    margin-right: auto;
    left: 0;
    right: auto;
  }

  .md\:align-right {
    margin-left: auto;
    margin-right: 0;
    left: auto;
    right: 0;
  }

  .md\:hidden {
    display: none;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:media {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .md\:media:before {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
  .md\:media.md\:media-square:before {
    padding-top: 100%;
  }
  .md\:media.md\:media-porthole {
    border-radius: 50%;
  }
  .md\:media > * {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 0;
  }
  .md\:media.md\:media-contain > * {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:text-default {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
  }

  .md\:text-small,
.md\:has-small-font-size {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .md\:text-medium,
.md\:has-medium-font-size {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }

  .md\:text-large,
.md\:has-large-font-size {
    font-size: 2.2rem;
    line-height: 4rem;
  }

  .md\:text-left,
.md\:has-text-align-left {
    text-align: left;
  }

  .md\:text-center,
.md\:has-text-align-center {
    text-align: center;
  }

  .md\:text-right,
.md\:has-text-align-right {
    text-align: right;
  }

  .md\:align-items-center,
.md\:are-vertically-aligned-center {
    align-items: center;
  }

  .md\:align-items-bottom {
    align-items: flex-end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-content-justify {
    justify-content: space-between;
  }

  .md\:justify-content-center {
    justify-content: center;
  }

  .md\:justify-items-right {
    justify-items: flex-end;
  }

  .md\:justify-content-right {
    justify-content: flex-end;
  }

  .md\:flex-items-equal > * {
    min-width: 0;
    flex: 1;
  }

  .md\:grid-reverse {
    flex-direction: row-reverse;
  }

  .md\:opacity-1 {
    opacity: 0.0833333333;
  }

  .md\:mx-1 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  .md\:my-1 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .md\:px-1 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .md\:py-1 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .md\:mt-1 {
    margin-top: 1.6rem;
  }

  .md\:mb-1 {
    margin-bottom: 1.6rem;
  }

  .md\:ml-1 {
    margin-left: 1.6rem;
  }

  .md\:mr-1 {
    margin-right: 1.6rem;
  }

  .md\:pt-1 {
    padding-top: 1.6rem;
  }

  .md\:pb-1 {
    padding-bottom: 1.6rem;
  }

  .md\:pl-1 {
    padding-left: 1.6rem;
  }

  .md\:pr-1 {
    padding-right: 1.6rem;
  }

  .md\:opacity-2 {
    opacity: 0.1666666667;
  }

  .md\:mx-2 {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }

  .md\:my-2 {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .md\:px-2 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .md\:py-2 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .md\:mt-2 {
    margin-top: 3.2rem;
  }

  .md\:mb-2 {
    margin-bottom: 3.2rem;
  }

  .md\:ml-2 {
    margin-left: 3.2rem;
  }

  .md\:mr-2 {
    margin-right: 3.2rem;
  }

  .md\:pt-2 {
    padding-top: 3.2rem;
  }

  .md\:pb-2 {
    padding-bottom: 3.2rem;
  }

  .md\:pl-2 {
    padding-left: 3.2rem;
  }

  .md\:pr-2 {
    padding-right: 3.2rem;
  }

  .md\:opacity-3 {
    opacity: 0.25;
  }

  .md\:mx-3 {
    margin-left: 4.8rem;
    margin-right: 4.8rem;
  }

  .md\:my-3 {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }

  .md\:px-3 {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }

  .md\:py-3 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .md\:mt-3 {
    margin-top: 4.8rem;
  }

  .md\:mb-3 {
    margin-bottom: 4.8rem;
  }

  .md\:ml-3 {
    margin-left: 4.8rem;
  }

  .md\:mr-3 {
    margin-right: 4.8rem;
  }

  .md\:pt-3 {
    padding-top: 4.8rem;
  }

  .md\:pb-3 {
    padding-bottom: 4.8rem;
  }

  .md\:pl-3 {
    padding-left: 4.8rem;
  }

  .md\:pr-3 {
    padding-right: 4.8rem;
  }

  .md\:opacity-4 {
    opacity: 0.3333333333;
  }

  .md\:mx-4 {
    margin-left: 6.4rem;
    margin-right: 6.4rem;
  }

  .md\:my-4 {
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
  }

  .md\:px-4 {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }

  .md\:py-4 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .md\:mt-4 {
    margin-top: 6.4rem;
  }

  .md\:mb-4 {
    margin-bottom: 6.4rem;
  }

  .md\:ml-4 {
    margin-left: 6.4rem;
  }

  .md\:mr-4 {
    margin-right: 6.4rem;
  }

  .md\:pt-4 {
    padding-top: 6.4rem;
  }

  .md\:pb-4 {
    padding-bottom: 6.4rem;
  }

  .md\:pl-4 {
    padding-left: 6.4rem;
  }

  .md\:pr-4 {
    padding-right: 6.4rem;
  }

  .md\:opacity-5 {
    opacity: 0.4166666667;
  }

  .md\:mx-5 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-5 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:px-5 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-5 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:mt-5 {
    margin-top: 8rem;
  }

  .md\:mb-5 {
    margin-bottom: 8rem;
  }

  .md\:ml-5 {
    margin-left: 8rem;
  }

  .md\:mr-5 {
    margin-right: 8rem;
  }

  .md\:pt-5 {
    padding-top: 8rem;
  }

  .md\:pb-5 {
    padding-bottom: 8rem;
  }

  .md\:pl-5 {
    padding-left: 8rem;
  }

  .md\:pr-5 {
    padding-right: 8rem;
  }

  .md\:opacity-6 {
    opacity: 0.5;
  }

  .md\:mx-6 {
    margin-left: 9.6rem;
    margin-right: 9.6rem;
  }

  .md\:my-6 {
    margin-top: 9.6rem;
    margin-bottom: 9.6rem;
  }

  .md\:px-6 {
    padding-left: 9.6rem;
    padding-right: 9.6rem;
  }

  .md\:py-6 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }

  .md\:mt-6 {
    margin-top: 9.6rem;
  }

  .md\:mb-6 {
    margin-bottom: 9.6rem;
  }

  .md\:ml-6 {
    margin-left: 9.6rem;
  }

  .md\:mr-6 {
    margin-right: 9.6rem;
  }

  .md\:pt-6 {
    padding-top: 9.6rem;
  }

  .md\:pb-6 {
    padding-bottom: 9.6rem;
  }

  .md\:pl-6 {
    padding-left: 9.6rem;
  }

  .md\:pr-6 {
    padding-right: 9.6rem;
  }

  .md\:opacity-7 {
    opacity: 0.5833333333;
  }

  .md\:mx-7 {
    margin-left: 11.2rem;
    margin-right: 11.2rem;
  }

  .md\:my-7 {
    margin-top: 11.2rem;
    margin-bottom: 11.2rem;
  }

  .md\:px-7 {
    padding-left: 11.2rem;
    padding-right: 11.2rem;
  }

  .md\:py-7 {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }

  .md\:mt-7 {
    margin-top: 11.2rem;
  }

  .md\:mb-7 {
    margin-bottom: 11.2rem;
  }

  .md\:ml-7 {
    margin-left: 11.2rem;
  }

  .md\:mr-7 {
    margin-right: 11.2rem;
  }

  .md\:pt-7 {
    padding-top: 11.2rem;
  }

  .md\:pb-7 {
    padding-bottom: 11.2rem;
  }

  .md\:pl-7 {
    padding-left: 11.2rem;
  }

  .md\:pr-7 {
    padding-right: 11.2rem;
  }

  .md\:opacity-8 {
    opacity: 0.6666666667;
  }

  .md\:mx-8 {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }

  .md\:my-8 {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
  }

  .md\:px-8 {
    padding-left: 12.8rem;
    padding-right: 12.8rem;
  }

  .md\:py-8 {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }

  .md\:mt-8 {
    margin-top: 12.8rem;
  }

  .md\:mb-8 {
    margin-bottom: 12.8rem;
  }

  .md\:ml-8 {
    margin-left: 12.8rem;
  }

  .md\:mr-8 {
    margin-right: 12.8rem;
  }

  .md\:pt-8 {
    padding-top: 12.8rem;
  }

  .md\:pb-8 {
    padding-bottom: 12.8rem;
  }

  .md\:pl-8 {
    padding-left: 12.8rem;
  }

  .md\:pr-8 {
    padding-right: 12.8rem;
  }

  .md\:opacity-9 {
    opacity: 0.75;
  }

  .md\:mx-9 {
    margin-left: 14.4rem;
    margin-right: 14.4rem;
  }

  .md\:my-9 {
    margin-top: 14.4rem;
    margin-bottom: 14.4rem;
  }

  .md\:px-9 {
    padding-left: 14.4rem;
    padding-right: 14.4rem;
  }

  .md\:py-9 {
    padding-top: 14.4rem;
    padding-bottom: 14.4rem;
  }

  .md\:mt-9 {
    margin-top: 14.4rem;
  }

  .md\:mb-9 {
    margin-bottom: 14.4rem;
  }

  .md\:ml-9 {
    margin-left: 14.4rem;
  }

  .md\:mr-9 {
    margin-right: 14.4rem;
  }

  .md\:pt-9 {
    padding-top: 14.4rem;
  }

  .md\:pb-9 {
    padding-bottom: 14.4rem;
  }

  .md\:pl-9 {
    padding-left: 14.4rem;
  }

  .md\:pr-9 {
    padding-right: 14.4rem;
  }

  .md\:opacity-10 {
    opacity: 0.8333333333;
  }

  .md\:mx-10 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-10 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:px-10 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-10 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:mt-10 {
    margin-top: 16rem;
  }

  .md\:mb-10 {
    margin-bottom: 16rem;
  }

  .md\:ml-10 {
    margin-left: 16rem;
  }

  .md\:mr-10 {
    margin-right: 16rem;
  }

  .md\:pt-10 {
    padding-top: 16rem;
  }

  .md\:pb-10 {
    padding-bottom: 16rem;
  }

  .md\:pl-10 {
    padding-left: 16rem;
  }

  .md\:pr-10 {
    padding-right: 16rem;
  }

  .md\:opacity-11 {
    opacity: 0.9166666667;
  }

  .md\:mx-11 {
    margin-left: 17.6rem;
    margin-right: 17.6rem;
  }

  .md\:my-11 {
    margin-top: 17.6rem;
    margin-bottom: 17.6rem;
  }

  .md\:px-11 {
    padding-left: 17.6rem;
    padding-right: 17.6rem;
  }

  .md\:py-11 {
    padding-top: 17.6rem;
    padding-bottom: 17.6rem;
  }

  .md\:mt-11 {
    margin-top: 17.6rem;
  }

  .md\:mb-11 {
    margin-bottom: 17.6rem;
  }

  .md\:ml-11 {
    margin-left: 17.6rem;
  }

  .md\:mr-11 {
    margin-right: 17.6rem;
  }

  .md\:pt-11 {
    padding-top: 17.6rem;
  }

  .md\:pb-11 {
    padding-bottom: 17.6rem;
  }

  .md\:pl-11 {
    padding-left: 17.6rem;
  }

  .md\:pr-11 {
    padding-right: 17.6rem;
  }

  .md\:opacity-12 {
    opacity: 1;
  }

  .md\:mx-12 {
    margin-left: 19.2rem;
    margin-right: 19.2rem;
  }

  .md\:my-12 {
    margin-top: 19.2rem;
    margin-bottom: 19.2rem;
  }

  .md\:px-12 {
    padding-left: 19.2rem;
    padding-right: 19.2rem;
  }

  .md\:py-12 {
    padding-top: 19.2rem;
    padding-bottom: 19.2rem;
  }

  .md\:mt-12 {
    margin-top: 19.2rem;
  }

  .md\:mb-12 {
    margin-bottom: 19.2rem;
  }

  .md\:ml-12 {
    margin-left: 19.2rem;
  }

  .md\:mr-12 {
    margin-right: 19.2rem;
  }

  .md\:pt-12 {
    padding-top: 19.2rem;
  }

  .md\:pb-12 {
    padding-bottom: 19.2rem;
  }

  .md\:pl-12 {
    padding-left: 19.2rem;
  }

  .md\:pr-12 {
    padding-right: 19.2rem;
  }

  .md\:bg-primary,
[data-theme="md:primary"],
.md\:has-primary-background-color {
    background-color: var(--primary);
  }

  [data-theme="md:primary"] {
    color: #FFFFFF;
  }

  .md\:color-primary,
.md\:has-primary-color {
    color: var(--primary);
  }
  .md\:color-primary[href],
.md\:has-primary-color[href] {
    color: var(--primary);
  }

  .md\:notch-primary {
    border-left: 0.4rem solid var(--primary);
  }

  .md\:bg-secondary,
[data-theme="md:secondary"],
.md\:has-secondary-background-color {
    background-color: var(--secondary);
  }

  [data-theme="md:secondary"] {
    color: #FFFFFF;
  }

  .md\:color-secondary,
.md\:has-secondary-color {
    color: var(--secondary);
  }
  .md\:color-secondary[href],
.md\:has-secondary-color[href] {
    color: var(--secondary);
  }

  .md\:notch-secondary {
    border-left: 0.4rem solid var(--secondary);
  }

  .md\:bg-alt,
[data-theme="md:alt"],
.md\:has-alt-background-color {
    background-color: var(--alt);
  }

  [data-theme="md:alt"] {
    color: #FFFFFF;
  }

  .md\:color-alt,
.md\:has-alt-color {
    color: var(--alt);
  }
  .md\:color-alt[href],
.md\:has-alt-color[href] {
    color: var(--alt);
  }

  .md\:notch-alt {
    border-left: 0.4rem solid var(--alt);
  }

  .md\:bg-lightest,
[data-theme="md:lightest"],
.md\:has-lightest-background-color {
    background-color: var(--lightest);
  }

  [data-theme="md:lightest"] {
    color: #FFFFFF;
  }

  .md\:color-lightest,
.md\:has-lightest-color {
    color: var(--lightest);
  }
  .md\:color-lightest[href],
.md\:has-lightest-color[href] {
    color: var(--lightest);
  }

  .md\:notch-lightest {
    border-left: 0.4rem solid var(--lightest);
  }

  .md\:bg-darkest,
[data-theme="md:darkest"],
.md\:has-darkest-background-color {
    background-color: var(--darkest);
  }

  [data-theme="md:darkest"] {
    color: #FFFFFF;
  }

  .md\:color-darkest,
.md\:has-darkest-color {
    color: var(--darkest);
  }
  .md\:color-darkest[href],
.md\:has-darkest-color[href] {
    color: var(--darkest);
  }

  .md\:notch-darkest {
    border-left: 0.4rem solid var(--darkest);
  }

  .md\:bg-light,
[data-theme="md:light"],
.md\:has-light-background-color {
    background-color: var(--light);
  }

  [data-theme="md:light"] {
    color: #FFFFFF;
  }

  .md\:color-light,
.md\:has-light-color {
    color: var(--light);
  }
  .md\:color-light[href],
.md\:has-light-color[href] {
    color: var(--light);
  }

  .md\:notch-light {
    border-left: 0.4rem solid var(--light);
  }

  .md\:bg-lighter,
[data-theme="md:lighter"],
.md\:has-lighter-background-color {
    background-color: var(--lighter);
  }

  [data-theme="md:lighter"] {
    color: #FFFFFF;
  }

  .md\:color-lighter,
.md\:has-lighter-color {
    color: var(--lighter);
  }
  .md\:color-lighter[href],
.md\:has-lighter-color[href] {
    color: var(--lighter);
  }

  .md\:notch-lighter {
    border-left: 0.4rem solid var(--lighter);
  }

  .md\:bg-medium,
[data-theme="md:medium"],
.md\:has-medium-background-color {
    background-color: var(--medium);
  }

  [data-theme="md:medium"] {
    color: #FFFFFF;
  }

  .md\:color-medium,
.md\:has-medium-color {
    color: var(--medium);
  }
  .md\:color-medium[href],
.md\:has-medium-color[href] {
    color: var(--medium);
  }

  .md\:notch-medium {
    border-left: 0.4rem solid var(--medium);
  }

  .md\:bg-dark,
[data-theme="md:dark"],
.md\:has-dark-background-color {
    background-color: var(--dark);
  }

  [data-theme="md:dark"] {
    color: #FFFFFF;
  }

  .md\:color-dark,
.md\:has-dark-color {
    color: var(--dark);
  }
  .md\:color-dark[href],
.md\:has-dark-color[href] {
    color: var(--dark);
  }

  .md\:notch-dark {
    border-left: 0.4rem solid var(--dark);
  }

  .md\:bg-darker,
[data-theme="md:darker"],
.md\:has-darker-background-color {
    background-color: var(--darker);
  }

  [data-theme="md:darker"] {
    color: #FFFFFF;
  }

  .md\:color-darker,
.md\:has-darker-color {
    color: var(--darker);
  }
  .md\:color-darker[href],
.md\:has-darker-color[href] {
    color: var(--darker);
  }

  .md\:notch-darker {
    border-left: 0.4rem solid var(--darker);
  }

  .md\:bg-success,
[data-theme="md:success"],
.md\:has-success-background-color {
    background-color: var(--success);
  }

  [data-theme="md:success"] {
    color: #FFFFFF;
  }

  .md\:color-success,
.md\:has-success-color {
    color: var(--success);
  }
  .md\:color-success[href],
.md\:has-success-color[href] {
    color: var(--success);
  }

  .md\:notch-success {
    border-left: 0.4rem solid var(--success);
  }

  .md\:bg-danger,
[data-theme="md:danger"],
.md\:has-danger-background-color {
    background-color: var(--danger);
  }

  [data-theme="md:danger"] {
    color: #FFFFFF;
  }

  .md\:color-danger,
.md\:has-danger-color {
    color: var(--danger);
  }
  .md\:color-danger[href],
.md\:has-danger-color[href] {
    color: var(--danger);
  }

  .md\:notch-danger {
    border-left: 0.4rem solid var(--danger);
  }

  .md\:bg-important,
[data-theme="md:important"],
.md\:has-important-background-color {
    background-color: var(--important);
  }

  [data-theme="md:important"] {
    color: #FFFFFF;
  }

  .md\:color-important,
.md\:has-important-color {
    color: var(--important);
  }
  .md\:color-important[href],
.md\:has-important-color[href] {
    color: var(--important);
  }

  .md\:notch-important {
    border-left: 0.4rem solid var(--important);
  }

  .md\:bg-warning,
[data-theme="md:warning"],
.md\:has-warning-background-color {
    background-color: var(--warning);
  }

  [data-theme="md:warning"] {
    color: #FFFFFF;
  }

  .md\:color-warning,
.md\:has-warning-color {
    color: var(--warning);
  }
  .md\:color-warning[href],
.md\:has-warning-color[href] {
    color: var(--warning);
  }

  .md\:notch-warning {
    border-left: 0.4rem solid var(--warning);
  }

  .md\:bg-info,
[data-theme="md:info"],
.md\:has-info-background-color {
    background-color: var(--info);
  }

  [data-theme="md:info"] {
    color: #FFFFFF;
  }

  .md\:color-info,
.md\:has-info-color {
    color: var(--info);
  }
  .md\:color-info[href],
.md\:has-info-color[href] {
    color: var(--info);
  }

  .md\:notch-info {
    border-left: 0.4rem solid var(--info);
  }

  .md\:bg-placeholder,
[data-theme="md:placeholder"],
.md\:has-placeholder-background-color {
    background-color: var(--placeholder);
  }

  [data-theme="md:placeholder"] {
    color: #FFFFFF;
  }

  .md\:color-placeholder,
.md\:has-placeholder-color {
    color: var(--placeholder);
  }
  .md\:color-placeholder[href],
.md\:has-placeholder-color[href] {
    color: var(--placeholder);
  }

  .md\:notch-placeholder {
    border-left: 0.4rem solid var(--placeholder);
  }

  .md\:bg-seasonal,
[data-theme="md:seasonal"],
.md\:has-seasonal-background-color {
    background-color: var(--seasonal);
  }

  [data-theme="md:seasonal"] {
    color: #FFFFFF;
  }

  .md\:color-seasonal,
.md\:has-seasonal-color {
    color: var(--seasonal);
  }
  .md\:color-seasonal[href],
.md\:has-seasonal-color[href] {
    color: var(--seasonal);
  }

  .md\:notch-seasonal {
    border-left: 0.4rem solid var(--seasonal);
  }

  .md\:bg-facebook,
[data-theme="md:facebook"],
.md\:has-facebook-background-color {
    background-color: var(--facebook);
  }

  [data-theme="md:facebook"] {
    color: #FFFFFF;
  }

  .md\:color-facebook,
.md\:has-facebook-color {
    color: var(--facebook);
  }
  .md\:color-facebook[href],
.md\:has-facebook-color[href] {
    color: var(--facebook);
  }

  .md\:notch-facebook {
    border-left: 0.4rem solid var(--facebook);
  }

  .md\:bg-twitter,
[data-theme="md:twitter"],
.md\:has-twitter-background-color {
    background-color: var(--twitter);
  }

  [data-theme="md:twitter"] {
    color: #FFFFFF;
  }

  .md\:color-twitter,
.md\:has-twitter-color {
    color: var(--twitter);
  }
  .md\:color-twitter[href],
.md\:has-twitter-color[href] {
    color: var(--twitter);
  }

  .md\:notch-twitter {
    border-left: 0.4rem solid var(--twitter);
  }

  .md\:bg-youtube,
[data-theme="md:youtube"],
.md\:has-youtube-background-color {
    background-color: var(--youtube);
  }

  [data-theme="md:youtube"] {
    color: #FFFFFF;
  }

  .md\:color-youtube,
.md\:has-youtube-color {
    color: var(--youtube);
  }
  .md\:color-youtube[href],
.md\:has-youtube-color[href] {
    color: var(--youtube);
  }

  .md\:notch-youtube {
    border-left: 0.4rem solid var(--youtube);
  }

  .md\:bg-instagram,
[data-theme="md:instagram"],
.md\:has-instagram-background-color {
    background-color: var(--instagram);
  }

  [data-theme="md:instagram"] {
    color: #FFFFFF;
  }

  .md\:color-instagram,
.md\:has-instagram-color {
    color: var(--instagram);
  }
  .md\:color-instagram[href],
.md\:has-instagram-color[href] {
    color: var(--instagram);
  }

  .md\:notch-instagram {
    border-left: 0.4rem solid var(--instagram);
  }

  .md\:bg-linkedin,
[data-theme="md:linkedin"],
.md\:has-linkedin-background-color {
    background-color: var(--linkedin);
  }

  [data-theme="md:linkedin"] {
    color: #FFFFFF;
  }

  .md\:color-linkedin,
.md\:has-linkedin-color {
    color: var(--linkedin);
  }
  .md\:color-linkedin[href],
.md\:has-linkedin-color[href] {
    color: var(--linkedin);
  }

  .md\:notch-linkedin {
    border-left: 0.4rem solid var(--linkedin);
  }

  .md\:bg-spotify,
[data-theme="md:spotify"],
.md\:has-spotify-background-color {
    background-color: var(--spotify);
  }

  [data-theme="md:spotify"] {
    color: #FFFFFF;
  }

  .md\:color-spotify,
.md\:has-spotify-color {
    color: var(--spotify);
  }
  .md\:color-spotify[href],
.md\:has-spotify-color[href] {
    color: var(--spotify);
  }

  .md\:notch-spotify {
    border-left: 0.4rem solid var(--spotify);
  }
}
@media screen and (min-width: 1024px) {
  .lg\:layout-site {
    width: 1090px;
  }

  .lg\:layout-wide {
    width: 1680px;
  }

  .lg\:layout-copy {
    width: 820px;
  }

  .lg\:layout-fluid {
    width: 100%;
  }

  .lg\:align-left {
    margin-left: 0;
    margin-right: auto;
    left: 0;
    right: auto;
  }

  .lg\:align-right {
    margin-left: auto;
    margin-right: 0;
    left: auto;
    right: 0;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:media {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .lg\:media:before {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
  .lg\:media.lg\:media-square:before {
    padding-top: 100%;
  }
  .lg\:media.lg\:media-porthole {
    border-radius: 50%;
  }
  .lg\:media > * {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 0;
  }
  .lg\:media.lg\:media-contain > * {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:text-default {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
  }

  .lg\:text-small,
.lg\:has-small-font-size {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .lg\:text-medium,
.lg\:has-medium-font-size {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }

  .lg\:text-large,
.lg\:has-large-font-size {
    font-size: 2.2rem;
    line-height: 4rem;
  }

  .lg\:text-left,
.lg\:has-text-align-left {
    text-align: left;
  }

  .lg\:text-center,
.lg\:has-text-align-center {
    text-align: center;
  }

  .lg\:text-right,
.lg\:has-text-align-right {
    text-align: right;
  }

  .lg\:align-items-center,
.lg\:are-vertically-aligned-center {
    align-items: center;
  }

  .lg\:align-items-bottom {
    align-items: flex-end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-content-justify {
    justify-content: space-between;
  }

  .lg\:justify-content-center {
    justify-content: center;
  }

  .lg\:justify-items-right {
    justify-items: flex-end;
  }

  .lg\:justify-content-right {
    justify-content: flex-end;
  }

  .lg\:flex-items-equal > * {
    min-width: 0;
    flex: 1;
  }

  .lg\:grid-reverse {
    flex-direction: row-reverse;
  }

  .lg\:opacity-1 {
    opacity: 0.0833333333;
  }

  .lg\:mx-1 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  .lg\:my-1 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .lg\:px-1 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .lg\:py-1 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .lg\:mt-1 {
    margin-top: 1.6rem;
  }

  .lg\:mb-1 {
    margin-bottom: 1.6rem;
  }

  .lg\:ml-1 {
    margin-left: 1.6rem;
  }

  .lg\:mr-1 {
    margin-right: 1.6rem;
  }

  .lg\:pt-1 {
    padding-top: 1.6rem;
  }

  .lg\:pb-1 {
    padding-bottom: 1.6rem;
  }

  .lg\:pl-1 {
    padding-left: 1.6rem;
  }

  .lg\:pr-1 {
    padding-right: 1.6rem;
  }

  .lg\:opacity-2 {
    opacity: 0.1666666667;
  }

  .lg\:mx-2 {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }

  .lg\:my-2 {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .lg\:px-2 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .lg\:py-2 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .lg\:mt-2 {
    margin-top: 3.2rem;
  }

  .lg\:mb-2 {
    margin-bottom: 3.2rem;
  }

  .lg\:ml-2 {
    margin-left: 3.2rem;
  }

  .lg\:mr-2 {
    margin-right: 3.2rem;
  }

  .lg\:pt-2 {
    padding-top: 3.2rem;
  }

  .lg\:pb-2 {
    padding-bottom: 3.2rem;
  }

  .lg\:pl-2 {
    padding-left: 3.2rem;
  }

  .lg\:pr-2 {
    padding-right: 3.2rem;
  }

  .lg\:opacity-3 {
    opacity: 0.25;
  }

  .lg\:mx-3 {
    margin-left: 4.8rem;
    margin-right: 4.8rem;
  }

  .lg\:my-3 {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }

  .lg\:px-3 {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }

  .lg\:py-3 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .lg\:mt-3 {
    margin-top: 4.8rem;
  }

  .lg\:mb-3 {
    margin-bottom: 4.8rem;
  }

  .lg\:ml-3 {
    margin-left: 4.8rem;
  }

  .lg\:mr-3 {
    margin-right: 4.8rem;
  }

  .lg\:pt-3 {
    padding-top: 4.8rem;
  }

  .lg\:pb-3 {
    padding-bottom: 4.8rem;
  }

  .lg\:pl-3 {
    padding-left: 4.8rem;
  }

  .lg\:pr-3 {
    padding-right: 4.8rem;
  }

  .lg\:opacity-4 {
    opacity: 0.3333333333;
  }

  .lg\:mx-4 {
    margin-left: 6.4rem;
    margin-right: 6.4rem;
  }

  .lg\:my-4 {
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;
  }

  .lg\:px-4 {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }

  .lg\:py-4 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .lg\:mt-4 {
    margin-top: 6.4rem;
  }

  .lg\:mb-4 {
    margin-bottom: 6.4rem;
  }

  .lg\:ml-4 {
    margin-left: 6.4rem;
  }

  .lg\:mr-4 {
    margin-right: 6.4rem;
  }

  .lg\:pt-4 {
    padding-top: 6.4rem;
  }

  .lg\:pb-4 {
    padding-bottom: 6.4rem;
  }

  .lg\:pl-4 {
    padding-left: 6.4rem;
  }

  .lg\:pr-4 {
    padding-right: 6.4rem;
  }

  .lg\:opacity-5 {
    opacity: 0.4166666667;
  }

  .lg\:mx-5 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-5 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:px-5 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-5 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:mt-5 {
    margin-top: 8rem;
  }

  .lg\:mb-5 {
    margin-bottom: 8rem;
  }

  .lg\:ml-5 {
    margin-left: 8rem;
  }

  .lg\:mr-5 {
    margin-right: 8rem;
  }

  .lg\:pt-5 {
    padding-top: 8rem;
  }

  .lg\:pb-5 {
    padding-bottom: 8rem;
  }

  .lg\:pl-5 {
    padding-left: 8rem;
  }

  .lg\:pr-5 {
    padding-right: 8rem;
  }

  .lg\:opacity-6 {
    opacity: 0.5;
  }

  .lg\:mx-6 {
    margin-left: 9.6rem;
    margin-right: 9.6rem;
  }

  .lg\:my-6 {
    margin-top: 9.6rem;
    margin-bottom: 9.6rem;
  }

  .lg\:px-6 {
    padding-left: 9.6rem;
    padding-right: 9.6rem;
  }

  .lg\:py-6 {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }

  .lg\:mt-6 {
    margin-top: 9.6rem;
  }

  .lg\:mb-6 {
    margin-bottom: 9.6rem;
  }

  .lg\:ml-6 {
    margin-left: 9.6rem;
  }

  .lg\:mr-6 {
    margin-right: 9.6rem;
  }

  .lg\:pt-6 {
    padding-top: 9.6rem;
  }

  .lg\:pb-6 {
    padding-bottom: 9.6rem;
  }

  .lg\:pl-6 {
    padding-left: 9.6rem;
  }

  .lg\:pr-6 {
    padding-right: 9.6rem;
  }

  .lg\:opacity-7 {
    opacity: 0.5833333333;
  }

  .lg\:mx-7 {
    margin-left: 11.2rem;
    margin-right: 11.2rem;
  }

  .lg\:my-7 {
    margin-top: 11.2rem;
    margin-bottom: 11.2rem;
  }

  .lg\:px-7 {
    padding-left: 11.2rem;
    padding-right: 11.2rem;
  }

  .lg\:py-7 {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }

  .lg\:mt-7 {
    margin-top: 11.2rem;
  }

  .lg\:mb-7 {
    margin-bottom: 11.2rem;
  }

  .lg\:ml-7 {
    margin-left: 11.2rem;
  }

  .lg\:mr-7 {
    margin-right: 11.2rem;
  }

  .lg\:pt-7 {
    padding-top: 11.2rem;
  }

  .lg\:pb-7 {
    padding-bottom: 11.2rem;
  }

  .lg\:pl-7 {
    padding-left: 11.2rem;
  }

  .lg\:pr-7 {
    padding-right: 11.2rem;
  }

  .lg\:opacity-8 {
    opacity: 0.6666666667;
  }

  .lg\:mx-8 {
    margin-left: 12.8rem;
    margin-right: 12.8rem;
  }

  .lg\:my-8 {
    margin-top: 12.8rem;
    margin-bottom: 12.8rem;
  }

  .lg\:px-8 {
    padding-left: 12.8rem;
    padding-right: 12.8rem;
  }

  .lg\:py-8 {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }

  .lg\:mt-8 {
    margin-top: 12.8rem;
  }

  .lg\:mb-8 {
    margin-bottom: 12.8rem;
  }

  .lg\:ml-8 {
    margin-left: 12.8rem;
  }

  .lg\:mr-8 {
    margin-right: 12.8rem;
  }

  .lg\:pt-8 {
    padding-top: 12.8rem;
  }

  .lg\:pb-8 {
    padding-bottom: 12.8rem;
  }

  .lg\:pl-8 {
    padding-left: 12.8rem;
  }

  .lg\:pr-8 {
    padding-right: 12.8rem;
  }

  .lg\:opacity-9 {
    opacity: 0.75;
  }

  .lg\:mx-9 {
    margin-left: 14.4rem;
    margin-right: 14.4rem;
  }

  .lg\:my-9 {
    margin-top: 14.4rem;
    margin-bottom: 14.4rem;
  }

  .lg\:px-9 {
    padding-left: 14.4rem;
    padding-right: 14.4rem;
  }

  .lg\:py-9 {
    padding-top: 14.4rem;
    padding-bottom: 14.4rem;
  }

  .lg\:mt-9 {
    margin-top: 14.4rem;
  }

  .lg\:mb-9 {
    margin-bottom: 14.4rem;
  }

  .lg\:ml-9 {
    margin-left: 14.4rem;
  }

  .lg\:mr-9 {
    margin-right: 14.4rem;
  }

  .lg\:pt-9 {
    padding-top: 14.4rem;
  }

  .lg\:pb-9 {
    padding-bottom: 14.4rem;
  }

  .lg\:pl-9 {
    padding-left: 14.4rem;
  }

  .lg\:pr-9 {
    padding-right: 14.4rem;
  }

  .lg\:opacity-10 {
    opacity: 0.8333333333;
  }

  .lg\:mx-10 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-10 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:px-10 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-10 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:mt-10 {
    margin-top: 16rem;
  }

  .lg\:mb-10 {
    margin-bottom: 16rem;
  }

  .lg\:ml-10 {
    margin-left: 16rem;
  }

  .lg\:mr-10 {
    margin-right: 16rem;
  }

  .lg\:pt-10 {
    padding-top: 16rem;
  }

  .lg\:pb-10 {
    padding-bottom: 16rem;
  }

  .lg\:pl-10 {
    padding-left: 16rem;
  }

  .lg\:pr-10 {
    padding-right: 16rem;
  }

  .lg\:opacity-11 {
    opacity: 0.9166666667;
  }

  .lg\:mx-11 {
    margin-left: 17.6rem;
    margin-right: 17.6rem;
  }

  .lg\:my-11 {
    margin-top: 17.6rem;
    margin-bottom: 17.6rem;
  }

  .lg\:px-11 {
    padding-left: 17.6rem;
    padding-right: 17.6rem;
  }

  .lg\:py-11 {
    padding-top: 17.6rem;
    padding-bottom: 17.6rem;
  }

  .lg\:mt-11 {
    margin-top: 17.6rem;
  }

  .lg\:mb-11 {
    margin-bottom: 17.6rem;
  }

  .lg\:ml-11 {
    margin-left: 17.6rem;
  }

  .lg\:mr-11 {
    margin-right: 17.6rem;
  }

  .lg\:pt-11 {
    padding-top: 17.6rem;
  }

  .lg\:pb-11 {
    padding-bottom: 17.6rem;
  }

  .lg\:pl-11 {
    padding-left: 17.6rem;
  }

  .lg\:pr-11 {
    padding-right: 17.6rem;
  }

  .lg\:opacity-12 {
    opacity: 1;
  }

  .lg\:mx-12 {
    margin-left: 19.2rem;
    margin-right: 19.2rem;
  }

  .lg\:my-12 {
    margin-top: 19.2rem;
    margin-bottom: 19.2rem;
  }

  .lg\:px-12 {
    padding-left: 19.2rem;
    padding-right: 19.2rem;
  }

  .lg\:py-12 {
    padding-top: 19.2rem;
    padding-bottom: 19.2rem;
  }

  .lg\:mt-12 {
    margin-top: 19.2rem;
  }

  .lg\:mb-12 {
    margin-bottom: 19.2rem;
  }

  .lg\:ml-12 {
    margin-left: 19.2rem;
  }

  .lg\:mr-12 {
    margin-right: 19.2rem;
  }

  .lg\:pt-12 {
    padding-top: 19.2rem;
  }

  .lg\:pb-12 {
    padding-bottom: 19.2rem;
  }

  .lg\:pl-12 {
    padding-left: 19.2rem;
  }

  .lg\:pr-12 {
    padding-right: 19.2rem;
  }

  .lg\:bg-primary,
[data-theme="lg:primary"],
.lg\:has-primary-background-color {
    background-color: var(--primary);
  }

  [data-theme="lg:primary"] {
    color: #FFFFFF;
  }

  .lg\:color-primary,
.lg\:has-primary-color {
    color: var(--primary);
  }
  .lg\:color-primary[href],
.lg\:has-primary-color[href] {
    color: var(--primary);
  }

  .lg\:notch-primary {
    border-left: 0.4rem solid var(--primary);
  }

  .lg\:bg-secondary,
[data-theme="lg:secondary"],
.lg\:has-secondary-background-color {
    background-color: var(--secondary);
  }

  [data-theme="lg:secondary"] {
    color: #FFFFFF;
  }

  .lg\:color-secondary,
.lg\:has-secondary-color {
    color: var(--secondary);
  }
  .lg\:color-secondary[href],
.lg\:has-secondary-color[href] {
    color: var(--secondary);
  }

  .lg\:notch-secondary {
    border-left: 0.4rem solid var(--secondary);
  }

  .lg\:bg-alt,
[data-theme="lg:alt"],
.lg\:has-alt-background-color {
    background-color: var(--alt);
  }

  [data-theme="lg:alt"] {
    color: #FFFFFF;
  }

  .lg\:color-alt,
.lg\:has-alt-color {
    color: var(--alt);
  }
  .lg\:color-alt[href],
.lg\:has-alt-color[href] {
    color: var(--alt);
  }

  .lg\:notch-alt {
    border-left: 0.4rem solid var(--alt);
  }

  .lg\:bg-lightest,
[data-theme="lg:lightest"],
.lg\:has-lightest-background-color {
    background-color: var(--lightest);
  }

  [data-theme="lg:lightest"] {
    color: #FFFFFF;
  }

  .lg\:color-lightest,
.lg\:has-lightest-color {
    color: var(--lightest);
  }
  .lg\:color-lightest[href],
.lg\:has-lightest-color[href] {
    color: var(--lightest);
  }

  .lg\:notch-lightest {
    border-left: 0.4rem solid var(--lightest);
  }

  .lg\:bg-darkest,
[data-theme="lg:darkest"],
.lg\:has-darkest-background-color {
    background-color: var(--darkest);
  }

  [data-theme="lg:darkest"] {
    color: #FFFFFF;
  }

  .lg\:color-darkest,
.lg\:has-darkest-color {
    color: var(--darkest);
  }
  .lg\:color-darkest[href],
.lg\:has-darkest-color[href] {
    color: var(--darkest);
  }

  .lg\:notch-darkest {
    border-left: 0.4rem solid var(--darkest);
  }

  .lg\:bg-light,
[data-theme="lg:light"],
.lg\:has-light-background-color {
    background-color: var(--light);
  }

  [data-theme="lg:light"] {
    color: #FFFFFF;
  }

  .lg\:color-light,
.lg\:has-light-color {
    color: var(--light);
  }
  .lg\:color-light[href],
.lg\:has-light-color[href] {
    color: var(--light);
  }

  .lg\:notch-light {
    border-left: 0.4rem solid var(--light);
  }

  .lg\:bg-lighter,
[data-theme="lg:lighter"],
.lg\:has-lighter-background-color {
    background-color: var(--lighter);
  }

  [data-theme="lg:lighter"] {
    color: #FFFFFF;
  }

  .lg\:color-lighter,
.lg\:has-lighter-color {
    color: var(--lighter);
  }
  .lg\:color-lighter[href],
.lg\:has-lighter-color[href] {
    color: var(--lighter);
  }

  .lg\:notch-lighter {
    border-left: 0.4rem solid var(--lighter);
  }

  .lg\:bg-medium,
[data-theme="lg:medium"],
.lg\:has-medium-background-color {
    background-color: var(--medium);
  }

  [data-theme="lg:medium"] {
    color: #FFFFFF;
  }

  .lg\:color-medium,
.lg\:has-medium-color {
    color: var(--medium);
  }
  .lg\:color-medium[href],
.lg\:has-medium-color[href] {
    color: var(--medium);
  }

  .lg\:notch-medium {
    border-left: 0.4rem solid var(--medium);
  }

  .lg\:bg-dark,
[data-theme="lg:dark"],
.lg\:has-dark-background-color {
    background-color: var(--dark);
  }

  [data-theme="lg:dark"] {
    color: #FFFFFF;
  }

  .lg\:color-dark,
.lg\:has-dark-color {
    color: var(--dark);
  }
  .lg\:color-dark[href],
.lg\:has-dark-color[href] {
    color: var(--dark);
  }

  .lg\:notch-dark {
    border-left: 0.4rem solid var(--dark);
  }

  .lg\:bg-darker,
[data-theme="lg:darker"],
.lg\:has-darker-background-color {
    background-color: var(--darker);
  }

  [data-theme="lg:darker"] {
    color: #FFFFFF;
  }

  .lg\:color-darker,
.lg\:has-darker-color {
    color: var(--darker);
  }
  .lg\:color-darker[href],
.lg\:has-darker-color[href] {
    color: var(--darker);
  }

  .lg\:notch-darker {
    border-left: 0.4rem solid var(--darker);
  }

  .lg\:bg-success,
[data-theme="lg:success"],
.lg\:has-success-background-color {
    background-color: var(--success);
  }

  [data-theme="lg:success"] {
    color: #FFFFFF;
  }

  .lg\:color-success,
.lg\:has-success-color {
    color: var(--success);
  }
  .lg\:color-success[href],
.lg\:has-success-color[href] {
    color: var(--success);
  }

  .lg\:notch-success {
    border-left: 0.4rem solid var(--success);
  }

  .lg\:bg-danger,
[data-theme="lg:danger"],
.lg\:has-danger-background-color {
    background-color: var(--danger);
  }

  [data-theme="lg:danger"] {
    color: #FFFFFF;
  }

  .lg\:color-danger,
.lg\:has-danger-color {
    color: var(--danger);
  }
  .lg\:color-danger[href],
.lg\:has-danger-color[href] {
    color: var(--danger);
  }

  .lg\:notch-danger {
    border-left: 0.4rem solid var(--danger);
  }

  .lg\:bg-important,
[data-theme="lg:important"],
.lg\:has-important-background-color {
    background-color: var(--important);
  }

  [data-theme="lg:important"] {
    color: #FFFFFF;
  }

  .lg\:color-important,
.lg\:has-important-color {
    color: var(--important);
  }
  .lg\:color-important[href],
.lg\:has-important-color[href] {
    color: var(--important);
  }

  .lg\:notch-important {
    border-left: 0.4rem solid var(--important);
  }

  .lg\:bg-warning,
[data-theme="lg:warning"],
.lg\:has-warning-background-color {
    background-color: var(--warning);
  }

  [data-theme="lg:warning"] {
    color: #FFFFFF;
  }

  .lg\:color-warning,
.lg\:has-warning-color {
    color: var(--warning);
  }
  .lg\:color-warning[href],
.lg\:has-warning-color[href] {
    color: var(--warning);
  }

  .lg\:notch-warning {
    border-left: 0.4rem solid var(--warning);
  }

  .lg\:bg-info,
[data-theme="lg:info"],
.lg\:has-info-background-color {
    background-color: var(--info);
  }

  [data-theme="lg:info"] {
    color: #FFFFFF;
  }

  .lg\:color-info,
.lg\:has-info-color {
    color: var(--info);
  }
  .lg\:color-info[href],
.lg\:has-info-color[href] {
    color: var(--info);
  }

  .lg\:notch-info {
    border-left: 0.4rem solid var(--info);
  }

  .lg\:bg-placeholder,
[data-theme="lg:placeholder"],
.lg\:has-placeholder-background-color {
    background-color: var(--placeholder);
  }

  [data-theme="lg:placeholder"] {
    color: #FFFFFF;
  }

  .lg\:color-placeholder,
.lg\:has-placeholder-color {
    color: var(--placeholder);
  }
  .lg\:color-placeholder[href],
.lg\:has-placeholder-color[href] {
    color: var(--placeholder);
  }

  .lg\:notch-placeholder {
    border-left: 0.4rem solid var(--placeholder);
  }

  .lg\:bg-seasonal,
[data-theme="lg:seasonal"],
.lg\:has-seasonal-background-color {
    background-color: var(--seasonal);
  }

  [data-theme="lg:seasonal"] {
    color: #FFFFFF;
  }

  .lg\:color-seasonal,
.lg\:has-seasonal-color {
    color: var(--seasonal);
  }
  .lg\:color-seasonal[href],
.lg\:has-seasonal-color[href] {
    color: var(--seasonal);
  }

  .lg\:notch-seasonal {
    border-left: 0.4rem solid var(--seasonal);
  }

  .lg\:bg-facebook,
[data-theme="lg:facebook"],
.lg\:has-facebook-background-color {
    background-color: var(--facebook);
  }

  [data-theme="lg:facebook"] {
    color: #FFFFFF;
  }

  .lg\:color-facebook,
.lg\:has-facebook-color {
    color: var(--facebook);
  }
  .lg\:color-facebook[href],
.lg\:has-facebook-color[href] {
    color: var(--facebook);
  }

  .lg\:notch-facebook {
    border-left: 0.4rem solid var(--facebook);
  }

  .lg\:bg-twitter,
[data-theme="lg:twitter"],
.lg\:has-twitter-background-color {
    background-color: var(--twitter);
  }

  [data-theme="lg:twitter"] {
    color: #FFFFFF;
  }

  .lg\:color-twitter,
.lg\:has-twitter-color {
    color: var(--twitter);
  }
  .lg\:color-twitter[href],
.lg\:has-twitter-color[href] {
    color: var(--twitter);
  }

  .lg\:notch-twitter {
    border-left: 0.4rem solid var(--twitter);
  }

  .lg\:bg-youtube,
[data-theme="lg:youtube"],
.lg\:has-youtube-background-color {
    background-color: var(--youtube);
  }

  [data-theme="lg:youtube"] {
    color: #FFFFFF;
  }

  .lg\:color-youtube,
.lg\:has-youtube-color {
    color: var(--youtube);
  }
  .lg\:color-youtube[href],
.lg\:has-youtube-color[href] {
    color: var(--youtube);
  }

  .lg\:notch-youtube {
    border-left: 0.4rem solid var(--youtube);
  }

  .lg\:bg-instagram,
[data-theme="lg:instagram"],
.lg\:has-instagram-background-color {
    background-color: var(--instagram);
  }

  [data-theme="lg:instagram"] {
    color: #FFFFFF;
  }

  .lg\:color-instagram,
.lg\:has-instagram-color {
    color: var(--instagram);
  }
  .lg\:color-instagram[href],
.lg\:has-instagram-color[href] {
    color: var(--instagram);
  }

  .lg\:notch-instagram {
    border-left: 0.4rem solid var(--instagram);
  }

  .lg\:bg-linkedin,
[data-theme="lg:linkedin"],
.lg\:has-linkedin-background-color {
    background-color: var(--linkedin);
  }

  [data-theme="lg:linkedin"] {
    color: #FFFFFF;
  }

  .lg\:color-linkedin,
.lg\:has-linkedin-color {
    color: var(--linkedin);
  }
  .lg\:color-linkedin[href],
.lg\:has-linkedin-color[href] {
    color: var(--linkedin);
  }

  .lg\:notch-linkedin {
    border-left: 0.4rem solid var(--linkedin);
  }

  .lg\:bg-spotify,
[data-theme="lg:spotify"],
.lg\:has-spotify-background-color {
    background-color: var(--spotify);
  }

  [data-theme="lg:spotify"] {
    color: #FFFFFF;
  }

  .lg\:color-spotify,
.lg\:has-spotify-color {
    color: var(--spotify);
  }
  .lg\:color-spotify[href],
.lg\:has-spotify-color[href] {
    color: var(--spotify);
  }

  .lg\:notch-spotify {
    border-left: 0.4rem solid var(--spotify);
  }
}
.btn-circular {
  position: relative;
  border-radius: 50%;
  padding: 0;
  min-width: 0;
  width: 4rem;
  height: 4rem;
  font-size: 2.2rem;
  background-color: #2D3748;
  color: #FFFFFF;
  border: 1px solid #88d6ff;
}
.btn-circular [class*=fa-] {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.eyebrow {
  display: block;
  margin-bottom: 1.6rem;
  background: #265eee;
  background: #e02912;
  padding: 0.4rem 1.6rem;
  color: #FFFFFF;
  font-family: "Fredoka One", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.4px;
}

h1,
.h1,
h2,
.h2 {
  font-weight: 400;
}

[data-theme] h1:not([class*=color]),
[data-theme] h2:not([class*=color]),
[data-theme] h3:not([class*=color]) {
  color: inherit;
}
[data-theme] h4:not(.eyebrow),
[data-theme] h5:not(.eyebrow),
[data-theme] h6:not(.eyebrow) {
  color: inherit;
}

[data-theme=light],
[data-theme=lighter],
[data-theme=lightest] {
  color: #2D3748;
}

article p > [class*=fa-],
a > [class*=fa-],
[data-page-selector] > [class*=fa-] {
  color: #38b54a;
}

header figure,
header img,
footer figure,
footer img,
aside figure,
aside img {
  margin-bottom: 0;
}

html {
  background-color: #000000;
}

body {
  background-color: #38b54a;
  padding-bottom: 16rem;
}

.paper {
  height: 98%;
  height: calc(98% - 3.2rem);
  margin: 0 auto;
  max-width: 100%;
  max-width: calc(100% - 1.6rem);
  top: 0.8rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #38b54a;
  overflow: hidden;
}
.paper img {
  margin: 0 auto;
  -o-object-position: bottom;
     object-position: bottom;
}
.paper > * {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.paper .paper-top {
  top: 0;
}
.paper .paper-bottom {
  bottom: 0;
}

main {
  position: relative;
  z-index: 9;
  background-color: #FFFFFF;
  color: #2D3748;
  margin-left: 3.2rem;
  margin-right: 3.2rem;
  padding-top: 4rem;
  padding-bottom: 4.8rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 768px) {
  main {
    margin-left: 6.4rem;
    margin-right: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  main {
    width: 920px;
    max-width: 98%;
    margin: 0 auto;
  }
}
main > .overlay > img {
  -o-object-fit: contain;
     object-fit: contain;
}

main article {
  display: none;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
main article.active {
  display: block;
}
main article > *:last-child {
  margin-bottom: 0;
}
main article h1,
main article h2,
main article h3 {
  margin-bottom: 1.6rem;
}
main article h3 {
  font-weight: 600;
}
main article h1:not(:first-child),
main article h2:not(:first-child),
main article h3:not(:first-child),
main article h4:not(:first-child) {
  margin-top: 3.2rem;
}
main article figure {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
main article figure.sticker-potion-bg {
  width: 40px;
  margin-right: -1.6rem;
  margin-top: -4rem;
  opacity: 0.98;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  main article figure.sticker-potion-bg {
    width: 50px;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  main article figure.sticker-potion-bg {
    margin-right: -1.6rem;
    margin-top: -4.4rem;
  }
}
main article figure.sticker-win {
  width: 300px;
  padding-top: 0;
}
main article figure.sticker-win img[src*=win] {
  width: 215px;
  margin: 0 auto;
}
main article figure.sticker-win img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-animation: 0.5s infinite alternate linear gif;
          animation: 0.5s infinite alternate linear gif;
}
main article figure.sticker-pumpkin {
  margin-top: 4.8rem;
  width: 80px;
}
main article figure.sticker-potions {
  width: 180px;
}
main article figure.sticker-spider {
  width: 90px;
}
main article figure.sticker-witches {
  width: 200px;
}
main article p {
  position: relative;
  z-index: 3;
}
main article p + *:not(p) {
  margin-top: 3.2rem;
}
main article figure + p {
  margin-top: 3.2rem;
}
main article a,
main article a[href] {
  cursor: pointer;
  display: inline-block;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 500;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #4ac75c;
          text-decoration-color: #4ac75c;
}
main article form input,
main article .form input {
  border-radius: 0;
  background: none;
  background-color: rgba(252, 194, 0, 0.05);
  color: #2D3748;
}
main article form input::-webkit-input-placeholder, main article .form input::-webkit-input-placeholder {
  color: rgba(45, 55, 72, 0.4);
}
main article form input::-moz-placeholder, main article .form input::-moz-placeholder {
  color: rgba(45, 55, 72, 0.4);
}
main article form input:-ms-input-placeholder, main article .form input:-ms-input-placeholder {
  color: rgba(45, 55, 72, 0.4);
}
main article form input::placeholder,
main article .form input::placeholder {
  color: rgba(45, 55, 72, 0.4);
}
main article form.attempted input:required:invalid,
main article .form.attempted input:required:invalid {
  border-color: rgba(224, 41, 18, 0.6);
}
main article form .label,
main article .form .label {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
}
main article form .label [class*=fa-],
main article .form .label [class*=fa-] {
  margin-right: 0.4rem;
  color: #38b54a;
}
main article form .contact4b-success,
main article form .contact4b-error,
main article .form .contact4b-success,
main article .form .contact4b-error {
  margin-top: 3.2rem;
  border-radius: 8px;
  padding: 1.6rem;
  background-color: #88d6ff;
  color: #2D3748;
  font-weight: 600;
}
main article form .contact4b-error,
main article .form .contact4b-error {
  color: #fcc200;
}

aside {
  background-color: #e02912;
  background-color: #FFFFFF;
  background-color: #2D3748;
  color: #FFFFFF;
  text-align: center;
  position: fixed;
  z-index: 11;
  width: 100vw;
  box-shadow: 0px -4px 22px 16px rgba(0, 0, 0, 0.32);
  left: 0;
  bottom: -2px;
}
aside a {
  color: inherit;
}
aside [class*=fa-] {
  font-size: 2.2rem;
  line-height: 4rem;
  margin-bottom: 2px;
}
aside .grid-columns > div {
  cursor: pointer;
}
aside small {
  display: block;
  letter-spacing: 0.4px;
  font-weight: 600;
  text-transform: uppercase;
}
aside .active {
  background-color: rgba(255, 255, 255, 0.08);
}
aside .active small {
  opacity: 0.95;
}
aside .active [class*=fa-] {
  opacity: 0.75;
}

header,
footer {
  position: relative;
  z-index: 6;
  background-color: transparent;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
}
header a,
header a[href],
footer a,
footer a[href] {
  color: inherit;
}

header {
  padding-top: 5.6rem;
  padding-bottom: 2.4rem;
}

footer {
  padding-top: 3.2rem;
}

.powered-by-hermes.scrolled aside .btn-circular {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}
section[data-theme] + section:not([data-theme]) {
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1680px) {
  section[data-theme] + section:not([data-theme]) {
    margin-top: 3.2rem;
    margin-bottom: 0.8rem;
  }
}

.map {
  margin: 3.2rem;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.map .btn-circular {
  margin: 0 auto;
  display: inline-block;
}
.map .btn-circular + .btn-circular {
  margin-left: 1.6rem;
}
.map ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0 auto;
}
.map ul > *:not(:last-child) {
  margin-right: 1.6rem;
}
.map figure {
  background-color: rgba(252, 194, 0, 0.1);
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

@-webkit-keyframes hover {
  from {
    -webkit-transform: translateY(-32%);
            transform: translateY(-32%);
  }
  to {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}

@keyframes hover {
  from {
    -webkit-transform: translateY(-32%);
            transform: translateY(-32%);
  }
  to {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@-webkit-keyframes hoverrotate {
  from {
    -webkit-transform: translateY(-32%) rotateZ(15deg);
            transform: translateY(-32%) rotateZ(15deg);
  }
  to {
    -webkit-transform: translateY(5%) rotateZ(-1deg);
            transform: translateY(5%) rotateZ(-1deg);
  }
}
@keyframes hoverrotate {
  from {
    -webkit-transform: translateY(-32%) rotateZ(15deg);
            transform: translateY(-32%) rotateZ(15deg);
  }
  to {
    -webkit-transform: translateY(5%) rotateZ(-1deg);
            transform: translateY(5%) rotateZ(-1deg);
  }
}
@-webkit-keyframes gif {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gif {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --gap: 1.6rem;
  --layout: 1090px;
  --layoutCopy: 820px;
  --layoutWide: 1680px;
  --primary: #38b54a;
  --secondary: #e02912;
  --alt: #88d6ff;
  --success: #48BB78;
  --info: #3182CE;
  --important: #ED8936;
  --warning: #FFE100;
  --danger: #E53E3E;
  --facebook: rgb(59, 89, 152);
  --twitter: rgb(0, 170, 239);
  --linkedin: rgb(0, 123, 182);
  --pinterest: rgb(203, 32, 39);
  --instagram: rgb(221, 42, 123);
  --youtube: rgb(196, 48, 43);
  --spotify: rgb(129, 183, 26);
  --seasonal: #fcc200;
  --placeholder: #4FD1C5;
  --darkest: #000000;
  --darker: #1A202C;
  --dark: #2D3748;
  --light: #EDF2F7;
  --lighter: #F7FAFC;
  --lightest: #FFFFFF;
  --medium: #718096;
}

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