/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
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: #e5e7eb; /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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: Scala Sans Pro, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px) {

  .container {
    max-width: 480px;
  }
}
@media (min-width: 600px) {

  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 782px) {

  .container {
    max-width: 782px;
  }
}
@media (min-width: 1100px) {

  .container {
    max-width: 1100px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1520px) {

  .container {
    max-width: 1520px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.z-10 {
  z-index: 10;
}
.order-2 {
  order: 2;
}
.m-0 {
  margin: 0px;
}
.m-8 {
  margin: 2rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-28 {
  height: 7rem;
}
.h-40 {
  height: 10rem;
}
.h-52 {
  height: 13rem;
}
.h-80 {
  height: 20rem;
}
.h-auto {
  height: auto;
}
.h-screen {
  height: 100vh;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-96 {
  max-height: 24rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-16 {
  width: 4rem;
}
.w-40 {
  width: 10rem;
}
.w-64 {
  width: 16rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-grow {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.place-items-center {
  place-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-customGreen {
  --tw-border-opacity: 1;
  border-color: rgb(51 153 153 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-customGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 153 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pt-48 {
  padding-top: 12rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-heading {
  font-family: Peomy, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-customGreen {
  --tw-text-opacity: 1;
  color: rgb(51 153 153 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.outline-2 {
  outline-width: 2px;
}
.outline-customGreen {
  outline-color: #339999;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
article > *:not(.entry-content),


* {
  box-sizing: border-box;
}
.entry-content h1, .block-editor-block-list__layout h1 {
  font-family: Peomy, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2 {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
  font-family: Peomy, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  line-height: 2.5rem;
}
.entry-content h3, .block-editor-block-list__layout h3 {
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-family: Peomy, sans-serif;
  font-size: 3rem;
  line-height: 1;
  line-height: 2rem;
}
.entry-content h4, .block-editor-block-list__layout h4 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-family: Peomy, sans-serif;
  font-size: 2.25rem;
  line-height: 1.5rem;
}
.entry-content h5, .block-editor-block-list__layout h5 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Peomy, sans-serif;
  font-size: 1.875rem;
  line-height: 1rem;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(51 153 153 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
  text-decoration-line: none;
}
.entry-content p li *::marker, .entry-content ul li *::marker, .entry-content ol li *::marker, .block-editor-block-list__layout p li *::marker, .block-editor-block-list__layout ul li *::marker, .block-editor-block-list__layout ol li *::marker {
  color: rgb(51 153 153 );
}
.entry-content p li::marker, .entry-content ul li::marker, .entry-content ol li::marker, .block-editor-block-list__layout p li::marker, .block-editor-block-list__layout ul li::marker, .block-editor-block-list__layout ol li::marker {
  color: rgb(51 153 153 );
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-position: inside;
  list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
.entry-content .wp-block-image, .block-editor-block-list__layout .wp-block-image {
  margin: 0.5rem;
}
.entry-content .wp-block-image img, .block-editor-block-list__layout .wp-block-image img {
  border-radius: 1rem;
}
.entry-content .wp-block-button, .block-editor-block-list__layout .wp-block-button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.entry-content .wp-block-button.is-style-fill.primary a, .block-editor-block-list__layout .wp-block-button.is-style-fill.primary a {
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 153 / var(--tw-bg-opacity));
}
.entry-content .wp-block-button.is-style-fill.secondary a, .block-editor-block-list__layout .wp-block-button.is-style-fill.secondary a {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(51 153 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 153 153 / var(--tw-text-opacity));
  outline-width: 2px;
  outline-color: #339999;
}
.btn {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(51 153 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 153 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline-width: 2px;
  outline-color: #339999;
}
.btn:hover {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(51 153 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 153 153 / var(--tw-text-opacity));
  outline-width: 2px;
  outline-color: #339999;
}
.btn-second {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(51 153 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 153 153 / var(--tw-text-opacity));
  outline-width: 2px;
  outline-color: #339999;
}
.btn-second:hover {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(51 153 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 153 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline-width: 2px;
  outline-color: #339999;
}
p {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.imageLeft {
  order: 2;
}
@media (min-width: 782px) {

  .imageLeft {
    order: 2;
  }
}
.imageRight {
  order: 2;
}
@media (min-width: 782px) {

  .imageRight {
    order: 0;
  }
}
@media (min-width: 480px) {

  .textLeft {
    justify-content: center;
  }
}
@media (min-width: 782px) {

  .textLeft {
    justify-content: flex-start;
  }
}
@media (min-width: 480px) {

  .textRight {
    justify-content: center;
  }
}
@media (min-width: 782px) {

  .textRight {
    justify-content: flex-end;
  }
}
.menu {
  list-style-type: disc;
}
.wpcf7 label {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.wpcf7 input, .wpcf7 textarea {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.wpcf7 textarea {
  resize: none;
}
.wpcf7 input[type="submit"] {
  margin-top: 1.25rem;
  width: 10rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(51 153 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 153 153 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline-width: 2px;
  outline-color: #339999;
}
/* Color schemes */
.demo-3 {
	--color-text: #fbd54a;
	--color-bg: #333;
	--color-link: #ffffff;
	--color-link-hover: #ffffff;
	--color-info: #fff;
	--color-main-bg: #667fd6;
	--path-fill-1: #51aaaa;
	--path-fill-2:#94e6e6;
	--path-fill-3: #c5eeee;
	--color-title: #fff;
	--font-size-title: 5vmax;
	--font-weight-title: 400;
	--color-menu: #c5eeee;
	--color-menu-hover: #fff;
	--font-family-menu: 'Arapey', serif;
	--font-size-menu: 4vmax;
	--font-weight-menu: 400;
	--button-bg: #fff;
	--button-circle: #ada4a4;
	--button-line: #222;
}
/* Fade effect */
.js body {
	opacity: 0;
	transition: opacity 0.3s;		
}
.js body.render {
	opacity: 1;
}
.global-menu__wrap {
    text-align: center;
}
.global-menu__item.is-opened > a{
    color: #339999;
	text-decoration: none;
	color: var(--color-link);
	outline: none;
    font-size: 2.6rem;
}
.global-menu__item >
a:hover,
a:focus {
	color: #339999;
	outline: none;
}
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}
/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}
main {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-color: var(--color-main-bg);
}
.content {
	position: absolute;
    top: 20px;
    right: 0;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	min-height: 100vh;
    width: 100%;
	margin: 0 auto;
	pointer-events: none;
}
.content--fixed {
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	align-content: space-between;
	width: 100%;
	max-width: none;
	min-height: 0;
	height: 100vh;
	padding: 1.5em;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto auto 4em;
	grid-template-areas: 'header ...'
	'... ...'
	'github demos';
}
.content--fixed a {
	pointer-events: auto;
}
/* Header */
.codrops-header {
	position: relative;
	z-index: 100;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-items: center;
	align-self: start;
	grid-area: header;
	justify-self: start;
}
.codrops-header__title {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0.75em 0;
}
.info {
	margin: 0 0 0 1.25em;
	font-style: italic;
	color: var(--color-info);
	font-weight: bold;
}
.demos {
	position: relative;
	display: block;
	align-self: end;
	text-align: center;
	grid-area: demos;
	margin-bottom: 0.5em;
}
.demo {
	margin: 0 0.15em;
}
.demo:hover,
.demo:focus {
	opacity: 0.5;
}
.demo span {
	white-space: nowrap;
	text-transform: lowercase;
	pointer-events: none;
}
.demo span::before {
	content: '#';
}
a.demo--current {
	pointer-events: none;
}
/* Top Navigation Style */
.demo-title {
	color: var(--color-title);
	font-family: var(--font-family-title);
	font-size: var(--font-size-title);
	font-weight: var(--font-weight-title);
}
.global-menu {
    /* border: 3px solid red; */
	width: 100%;
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 100;
}
.global-menu__item {
	color: #339999;
	font-family: var(--font-family-menu);
	font-size: 2.6rem;
	font-weight: var(--font-weight-menu);
	opacity: 0;
	transform: translateY(-100%);
	pointer-events: none;
	display: block;
	margin: 0.25em 0;
	transition: transform 0.3s, opacity 0.3s;
	transition-timing-function: ease-in;
}
.global-menu__item--demo-2:nth-child(odd) {
	transform: translateY(-100%) rotate(10deg);
}
.global-menu__item--demo-2:nth-child(even) {
	transform: translateY(-100%) rotate(-10deg);
}
.global-menu__item--demo-3 {
	transition: transform 0.1s, opacity 0.1s;
	transform: translateY(100%);
	transition-timing-function: ease-out;
}
.global-menu__item--demo-4,
.global-menu__item--demo-5 {
	transition: transform 0.1s, opacity 0.1s;
	transition-timing-function: ease-out;
}
.global-menu__item--demo-4 {
	transform: translateX(40%);
}
.global-menu__item--demo-5:nth-child(odd) {
	transform: translateX(100%) rotate(10deg) scale(0.5);
}
.global-menu__item--demo-5:nth-child(even) {
	transform: translateX(100%) rotate(-10deg) scale(0.5);
}
.global-menu__item--demo-6 {
	transform: translateY(100%);
}
.global-menu__item:hover {
	color: #339999;
}
.global-menu__item.is-opened {
	opacity: 1;
	transform: translateY(0) rotate(0);
	pointer-events: auto;
	transition-timing-function: ease;
}
.global-menu__item--demo-4.is-opened,
.global-menu__item--demo-5.is-opened {
	transform: translateX(0) rotate(0);
}
.global-menu__item--demo-4.is-opened {
	transition-timing-function: cubic-bezier(0.230, 1.000, 0.355, 1.400);
}
.global-menu__item:nth-of-type(1) {
	transition-delay: 0s;
}
.global-menu__item.is-opened:nth-of-type(1) {
	transition-delay: 0.85s;
}
.global-menu__item:nth-of-type(2) {
	transition-delay: 0.05s;
}
.global-menu__item.is-opened:nth-of-type(2) {
	transition-delay: 0.8s;
}
.global-menu__item:nth-of-type(3) {
	transition-delay: 0.1s;
}
.global-menu__item.is-opened:nth-of-type(3) {
	transition-delay: 0.75s;
}
.global-menu__item:nth-of-type(4) {
	transition-delay: 0.15s;
}
.global-menu__item.is-opened:nth-of-type(4) {
	transition-delay: 0.7s;
}
/* demo 3 */
.global-menu__item--demo-3.is-opened {
	transition-duration: 0.3s;
}
.global-menu__item--demo-3:nth-of-type(1) {
	transition-delay: 0s;
}
.global-menu__item--demo-3.is-opened:nth-of-type(1) {
	transition-delay: 0.65s;
}
.global-menu__item--demo-3:nth-of-type(2) {
	transition-delay: 0s;
}
.global-menu__item--demo-3.is-opened:nth-of-type(2) {
	transition-delay: 0.7s;
}
.global-menu__item--demo-3:nth-of-type(3) {
	transition-delay: 0s;
}
.global-menu__item--demo-3.is-opened:nth-of-type(3) {
	transition-delay: 0.75s;
}
.global-menu__item--demo-3:nth-of-type(4) {
	transition-delay: 0s;
}
.global-menu__item--demo-3.is-opened:nth-of-type(4) {
	transition-delay: 0.8s;
}
.shape-overlays {
	width: 100%;
	height: 100vh;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 10;
}
.shape-overlays.is-opened {
	pointer-events: auto;
}
.shape-overlays__path:nth-of-type(1) {
	fill: #51aaaa;
}
.shape-overlays__path:nth-of-type(2) {
	fill: #94e6e6;
}
.shape-overlays__path:nth-of-type(3) {
	fill: #c5eeee;
}
.shape-overlays__path:nth-of-type(4) {
	fill: var(--path-fill-4);
}
/* 
@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
} */
.hamburger {
	width: 64px;
	height: 64px;
	display: block;
	position: relative;
	cursor: pointer;
	position: absolute;
	top: 2.25em;
	right: 2.25em;
	/* border-radius: 50%; */
	/* background-color: #339999; */
	pointer-events: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    background-image: url(../images/blob.svg?c38dfe75c1f888c36f39ab2e117e6196);
    z-index: 11;

}
/* .hamburger::after {
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 4px solid var(--button-circle);
	border-radius: 50%;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
} 
*/
.hamburger__line {
	width: 28px;
	height: 2px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}
.hamburger__line-in {
	width: 84px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
}
.hamburger__line-in::before,
.hamburger__line-in::after {
	width: 28px;
	height: 2px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	background-color: white;
}
.hamburger__line-in::before {
	left: -56px;
}
.hamburger__line-in::after {
	left: 0;
}
.hamburger__line--01,
.hamburger__line--02,
.hamburger__line--03,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	left: 18px;
}
.hamburger__line--01 {
	top: 24.6px;
}
.hamburger__line--02,
.hamburger__line--cross01,
.hamburger__line--cross02 {
	top: 31px;
}
.hamburger__line--03 {
	top: 37.4px;
}
.hamburger__line--cross01 {
	transform: rotate(45deg);
}
.hamburger__line--cross02 {
	transform: rotate(-45deg);
}
.hamburger__line {
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger__line-in {
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger__line-in::before,
.hamburger__line-in::after {
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-property: transform;
}
.hamburger__line-in--cross01,
.hamburger__line-in--cross02 {
	transform: translateX(-33.3%);
}
.hamburger__line-in--01 {
	transition-delay: 0.2s;
}
.hamburger__line-in--02 {
	transition-delay: 0.25s;
}
.hamburger__line-in--02::before,
.hamburger__line-in--02::after {
	transition-delay: 0.05s;
}
.hamburger__line-in--03 {
	transition-delay: 0.3s;
}
.hamburger__line-in--03::before,
.hamburger__line-in--03::after {
	transition-delay: 0.1s;
}
.hamburger__line-in--cross01 {
	transition-delay: 0.0s;
}
.hamburger__line-in--cross02 {
	transition-delay: 0.05s;
}
.hamburger__line-in--cross02::before,
.hamburger__line-in--cross02::after {
	transition-delay: 0.1s;
}
.hamburger.is-opened-navi .hamburger__line-in--01,
.hamburger.is-opened-navi .hamburger__line-in--02,
.hamburger.is-opened-navi .hamburger__line-in--03 {
	transform: translateX(33.3%);
}
.hamburger.is-opened-navi .hamburger__line-in--cross01,
.hamburger.is-opened-navi .hamburger__line-in--cross02 {
	transform: translateX(0);
}
.hamburger.is-opened-navi .hamburger__line-in--01 {
	transition-delay: 0s;
}
.hamburger.is-opened-navi .hamburger__line-in--02 {
	transition-delay: 0.05s;
}
.hamburger.is-opened-navi .hamburger__line-in--03 {
	transition-delay: 0.1s;
}
.hamburger.is-opened-navi .hamburger__line-in--cross01 {
	transition-delay: 0.25s;
}
.hamburger.is-opened-navi .hamburger__line-in--cross02 {
	transition-delay: 0.3s;
}
.hamburger:hover .hamburger__line-in::before,
.hamburger:hover .hamburger__line-in::after {
	transform: translateX(200%);
}
.hamburger:hover .hamburger__line-in--01::before,
.hamburger:hover .hamburger__line-in--01::after,
.hamburger:hover .hamburger__line-in--02::before,
.hamburger:hover .hamburger__line-in--02::after,
.hamburger:hover .hamburger__line-in--03::before,
.hamburger:hover .hamburger__line-in--03::after {
	transition-duration: 1s;
}
.hamburger:hover .hamburger__line-in--cross01::before,
.hamburger:hover .hamburger__line-in--cross01::after,
.hamburger:hover .hamburger__line-in--cross02::before,
.hamburger:hover .hamburger__line-in--cross02::after {
	transition-duration: 0s;
}
.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--cross02::after {
	transition-duration: 1s;
}
.hamburger.is-opened-navi:hover .hamburger__line-in--01::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--01::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--02::after,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::before,
.hamburger.is-opened-navi:hover .hamburger__line-in--03::after {
	transition-duration: 0s;
}
@media screen and (min-width: 55em) {
	.icon--keyboard {
		position: absolute;
		right: 0.55em;
		bottom: -30%;
		display: block;
		width: 54px;
		height: 46px;
		fill: var(--color-link);
	}
	.demos {
		display: flex;
		padding-right: 80px;
		justify-self: end;
	}
	.demo {
		display: block;
		width: 17px;
		height: 17px;
		margin: 0 4px;
		border-radius: 50%;
		background: var(--color-link);
	}
	a.demo--current {
		background: var(--color-link-hover);
	}
	.demo span {
		position: absolute;
		line-height: 1;
		right: 100%;
		display: none;
		margin: 0 1em 0 0;
	}
	.demo--current span {
		display: block;
	}
}
@media screen and (max-width: 55em) {
	html,
	body {
		overflow-x: hidden;
		width: 100vw;
		height: 100%;
	}
	.hamburger {
		position: absolute;
		top: 0.5em;
		right: 0.5em;
		transform: scale(0.75);
	}
	.content {
		height: auto;
		min-height: 0;
		padding-bottom: 10em;
		flex-direction: column;
	}
	.content--fixed {
		position: relative;
		z-index: 0;
		display: block;
		padding: 0.85em;
	}
	.codrops-header {
		flex-direction: column;
		align-items: center;
	}
	.codrops-header__title {
		font-weight: bold;
		padding-bottom: 0.25em;
		text-align: center;
	}
	.github {
		display: block;
		margin: 1em auto;
	}
	.codrops-links {
		margin: 0;
	}
}
body,
body.page-template-default {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (min-width: 769px) {
  body,
  body.page-template-default {
    font-size: 24px;
    line-height: 40px;
  }
}
body strong,
body.page-template-default strong {
  font-weight: 600;
}
body button, body .button, body .wp-block-button,
body.page-template-default button,
body.page-template-default .button,
body.page-template-default .wp-block-button {
  font-weight: 600;
}
body h1, body h2, body h3,
body.page-template-default h1,
body.page-template-default h2,
body.page-template-default h3 {
  font-weight: 600;
}
body h4, body h5, body h6,
body.page-template-default h4,
body.page-template-default h5,
body.page-template-default h6 {
  font-weight: 600;
}
body h1,
body.page-template-default h1 {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  body h1,
  body.page-template-default h1 {
    font-size: 100px;
    line-height: 120px;
    margin-bottom: 40px;
    margin-top: 120px;
  }
}
body h2,
body.page-template-default h2 {
  font-size: 36px;
  line-height: 60px;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  body h2,
  body.page-template-default h2 {
    font-size: 80px;
    line-height: 120px;
    margin-bottom: 40px;
    margin-top: 120px;
  }
}
body h3,
body.page-template-default h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  body h3,
  body.page-template-default h3 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 40px;
    margin-top: 80px;
  }
}
body h4,
body.page-template-default h4 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  body h4,
  body.page-template-default h4 {
    font-size: 50px;
    line-height: 80px;
    margin-bottom: 40px;
    margin-top: 80px;
  }
}
body h5,
body.page-template-default h5 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  body h5,
  body.page-template-default h5 {
    font-size: 40px;
    line-height: 80px;
    margin-bottom: 40px;
    margin-top: 80px;
  }
}
body li,
body.page-template-default li {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (min-width: 769px) {
  body li,
  body.page-template-default li {
    font-size: 24px;
    line-height: 40px;
  }
}
body a,
body.page-template-default a {
  text-decoration: underline;
}
body button a,
body button .wp-element-button, body footer a,
body footer .wp-element-button, body .cta a,
body .cta .wp-element-button,
body.page-template-default button a,
body.page-template-default button .wp-element-button,
body.page-template-default footer a,
body.page-template-default footer .wp-element-button,
body.page-template-default .cta a,
body.page-template-default .cta .wp-element-button {
  text-decoration: none;
}
body a.btn,
body.page-template-default a.btn {
  text-decoration: none;
}
body #nav_menu-4, body #nav_menu-3,
body.page-template-default #nav_menu-4,
body.page-template-default #nav_menu-3 {
  list-style: none;
}
body li,
body.page-template-default li {
  margin-left: 10px;
}
body #menu-header-menu li,
body.page-template-default #menu-header-menu li {
  margin: 0.8em 0;
}
@media screen and (max-width: 768px) {
  body #menu-header-menu li,
  body.page-template-default #menu-header-menu li {
    margin: 1em 0;
    font-size: 1.8rem;
  }
  body .custom-logo,
  body.page-template-default .custom-logo {
    max-width: 50%;
    margin-left: 20px;
  }
}
body #primary-menu li a,
body.page-template-default #primary-menu li a {
  font-family: Peomy, sans-serif;
}
body .container,
body.page-template-default .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  body .container,
  body.page-template-default .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
body .splash > .container h3,
body.page-template-default .splash > .container h3 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body .splash > .container,
  body.page-template-default .splash > .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 20%;
  }
  body .splash > .container h3,
  body.page-template-default .splash > .container h3 {
    margin-top: 0px;
  }
}
body .splash > .container h1, body .splash > .container h3,
body.page-template-default .splash > .container h1,
body.page-template-default .splash > .container h3 {
  text-shadow: 0 0 10px #000000, 0 0 20px rgba(0, 0, 0, 0.5333333333);
}
body .sectionOne::before,
body.page-template-default .sectionOne::before {
  content: "";
  background-image: url(../images/leafs-green.svg?722dffacb261cfc44ca781fb1e22190f);
  position: absolute;
  top: -46px;
  right: 0;
  background-size: contain;
  display: block;
  width: 30%;
  height: 180px;
  background-repeat: no-repeat;
}
body .sectionOne .gridItem,
body.page-template-default .sectionOne .gridItem {
  position: relative;
}
body .sectionOne .gridItem::after,
body.page-template-default .sectionOne .gridItem::after {
  content: "";
  background-image: url(../images/leafs-rounded-green.svg?957efbd601cd2524364909a05ec13271);
  position: absolute;
  top: 5%;
  right: -20%;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
body .sectionOne.container h1, body .sectionOne.container h2,
body.page-template-default .sectionOne.container h1,
body.page-template-default .sectionOne.container h2 {
  padding-left: unset;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  body .sectionOne.container h1, body .sectionOne.container h2,
  body.page-template-default .sectionOne.container h1,
  body.page-template-default .sectionOne.container h2 {
    padding-left: 100px;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  body .sectionOne.container h1, body .sectionOne.container h2,
  body.page-template-default .sectionOne.container h1,
  body.page-template-default .sectionOne.container h2 {
    margin-bottom: 60px;
  }
  body .sectionOne.container h1::before, body .sectionOne.container h2::before,
  body.page-template-default .sectionOne.container h1::before,
  body.page-template-default .sectionOne.container h2::before {
    display: none;
  }
}
body .sectionTwo .gridItem,
body.page-template-default .sectionTwo .gridItem {
  position: relative;
}
body .sectionTwo .gridItem::after,
body.page-template-default .sectionTwo .gridItem::after {
  content: "";
  background-image: url(../images/leafs-rounded-green.svg?957efbd601cd2524364909a05ec13271);
  position: absolute;
  top: 5%;
  right: -20%;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
body .sectionTwo.container h1, body .sectionTwo.container h2,
body.page-template-default .sectionTwo.container h1,
body.page-template-default .sectionTwo.container h2 {
  padding-left: unset;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  body .sectionTwo.container h1, body .sectionTwo.container h2,
  body.page-template-default .sectionTwo.container h1,
  body.page-template-default .sectionTwo.container h2 {
    padding-left: 100px;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  body .sectionTwo.container h1, body .sectionTwo.container h2,
  body.page-template-default .sectionTwo.container h1,
  body.page-template-default .sectionTwo.container h2 {
    margin-bottom: 60px;
  }
  body .sectionTwo.container h1::before, body .sectionTwo.container h2::before,
  body.page-template-default .sectionTwo.container h1::before,
  body.page-template-default .sectionTwo.container h2::before {
    display: none;
  }
}
body .container h1, body .container h2,
body.page-template-default .container h1,
body.page-template-default .container h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 60px;
}
@media screen and (min-width: 769px) {
  body .container h1, body .container h2,
  body.page-template-default .container h1,
  body.page-template-default .container h2 {
    padding-left: 100px;
  }
}
body .container h1::before, body .container h2::before,
body.page-template-default .container h1::before,
body.page-template-default .container h2::before {
  content: "";
  background-image: url(../images/heading-kwiat-left.svg?7d2503bf3241c166d7236727d54e1489);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: contain;
  display: block;
  width: 100px;
  height: 120%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  body .container h1::before, body .container h2::before,
  body.page-template-default .container h1::before,
  body.page-template-default .container h2::before {
    width: 60px;
  }
}
body .container h1.withoutDeco,
body .container h2.withoutDeco,
body.page-template-default .container h1.withoutDeco,
body.page-template-default .container h2.withoutDeco {
  padding-left: unset;
}
body .container h1.withoutDeco::before,
body .container h2.withoutDeco::before,
body.page-template-default .container h1.withoutDeco::before,
body.page-template-default .container h2.withoutDeco::before {
  display: none;
}
body .container .textRight,
body.page-template-default .container .textRight {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  body .container .textRight,
  body.page-template-default .container .textRight {
    margin-left: 0;
    margin-right: auto;
  }
}
body .container .textLeft,
body.page-template-default .container .textLeft {
  margin-left: 0;
  margin-right: auto;
}
body .container .rl-basicgrid-gallery,
body.page-template-default .container .rl-basicgrid-gallery {
  gap: 25px;
}
@media screen and (max-width: 768px) {
  body .container .rl-basicgrid-gallery,
  body.page-template-default .container .rl-basicgrid-gallery {
    justify-content: center;
  }
}
body .container .rl-gallery-item,
body.page-template-default .container .rl-gallery-item {
  width: auto !important;
}
body .container .rl-gallery-item img,
body.page-template-default .container .rl-gallery-item img {
  border-radius: 1.5rem;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1279px) {
  body footer .second-row,
  body.page-template-default footer .second-row {
    display: flex;
    flex-direction: column;
  }
}
body:not(.home) #page > header {
  width: 100%;
  height: 60px;
  background-color: #339999;
}
@media screen and (min-width: 769px) {
  body:not(.home) #page > header {
    height: 140px;
  }
}
body:not(.home) #page > header .content {
  position: relative;
  min-height: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  pointer-events: all;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 55em) {
  body:not(.home) #page > header .content {
    flex-direction: row;
    padding-bottom: unset;
  }
}
@media screen and (min-width: 600px) {
  body:not(.home) #page > header .content {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 782px) {
  body:not(.home) #page > header .content {
    max-width: 782px;
  }
}
@media screen and (min-width: 769px) {
  body:not(.home) #page > header .content {
    height: 140px;
  }
}
@media screen and (min-width: 1100px) {
  body:not(.home) #page > header .content {
    max-width: 1100px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media screen and (min-width: 1280px) {
  body:not(.home) #page > header .content {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1520px) {
  body:not(.home) #page > header .content {
    max-width: 1520px;
  }
}
body:not(.home) #page > header .content > .wrapper {
  top: unset;
  left: unset;
}
body:not(.home) #page > header .content > .wrapper a img {
  max-height: 80px;
  width: auto;
}
@media screen and (min-width: 769px) {
  body:not(.home) #page > header .content > .wrapper a img {
    width: auto;
    max-height: 118px;
  }
}
body:not(.home) #page > header .content .hamburger {
  position: relative;
  top: unset;
  right: unset;
  background-image: url(../images/blob-inverted.svg?dfe90b200810666304802ca6e84deab0);
}
body:not(.home) #page > header .content .hamburger .hamburger__line-in::before, body:not(.home) #page > header .content .hamburger .hamburger__line-in::after {
  background-color: #339999;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:end-0::after {
  content: var(--tw-content);
  inset-inline-end: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:float-right::after {
  content: var(--tw-content);
  float: right;
}
.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}
.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}
.after\:max-h-14::after {
  content: var(--tw-content);
  max-height: 3.5rem;
}
.after\:p-10::after {
  content: var(--tw-content);
  padding: 2.5rem;
}
.after\:content-flowerWhite::after {
  --tw-content: url(../images/heading-kwiat-right-white.svg?69b284d56b033c6916b056a919f3d7dc);
  content: var(--tw-content);
}
.after\:content-flowerWhiteLong::after {
  --tw-content: url(../images/flower-white-long.svg?ae21fbd79328f9d2f666934325d43be3);
  content: var(--tw-content);
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
@media (min-width: 480px) {

  .xs\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 600px) {

  .sm\:w-full {
    width: 100%;
  }
}
@media (min-width: 782px) {

  .md\:left-16 {
    left: 4rem;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

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

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:after\:block::after {
    content: var(--tw-content);
    display: block;
  }
}
@media (min-width: 1100px) {

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }
}
@media (min-width: 1520px) {

  .\32xl\:block {
    display: block;
  }
}


