/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles/global.css ***!
  \***************************************************************************************************************************************************************************/
/*
! tailwindcss v3.3.2 | 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: ui-sans-serif, system-ui, -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 */
  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-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::-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:  ;
}
h1,
h2,
h3,
h4 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-weight: 600;
}
body {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
}
body * {
    font-variant-numeric: lining-nums;
}
body *:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 46 46 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 4px;
}
body .top-bar *:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
  --tw-ring-offset-color: #000;
}
main {
  position: relative;
  z-index: 10;
}
.content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 74.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 780px) {

  .content-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.admin-bar .top-bar,
.admin-bar,
.admin-bar aside {
    margin-top: 32px;
}
.text-content a:not(.has-black-background-color a),
.btn-w-arrow:not(.has-black-background-color .btn-w-arrow) {
    transition: background-size 0.3s, background-position 0s, color 0.3s;
    background: linear-gradient(to right,
            #e3e6eb,
            #e3e6eb) no-repeat right;
    background-size: 0% auto;
}
a:hover,
a:focus-visible {
    background-size: 100% auto;
    background-position: left;
}
.css-transitions-only-after-page-load * {
    transition: none !important;
}
main {
    margin-top: 146px;
}
.admin-bar main {
    margin-top: 73px;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 780px) {

  .container {
    max-width: 780px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1240px) {

  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1463px) {

  .container {
    max-width: 1463px;
  }
}
.btn-w-arrow {
  position: relative;
  padding-right: 1.75rem;

  /* &:hover .btn-arrow {
    @apply -translate-x-2;
  }

  &:focus-visible .btn-arrow {
    @apply -translate-x-2;
  }

  .btn-arrow {
    @apply absolute right-0 transition-all duration-200 ease-in-out-quad -translate-y-1/2 top-1/2;
  }

  &.arrow-left {
    @apply pr-0 pl-28;

    .btn-arrow {
      @apply absolute left-0 rotate-180;
    }
  }

  &.arrow-left:hover {
    .btn-arrow {
      @apply translate-x-2;
    }
  } */
}
.btn-w-arrow .btn-text {
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: rgba(0,0,0,0);
  text-underline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.46,0.03,0.52,0.96);;
}
.btn-w-arrow:hover .btn-text {
  text-decoration-color: #2e2e2e;
}
.btn-w-arrow:hover .btn-arrow {
  --tw-translate-x: -0.125rem;
  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));
}
.btn-w-arrow:focus-visible .btn-arrow {
  --tw-translate-x: -0.125rem;
  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));
}
.btn-w-arrow:after {
    background: url("static/arrow_right.svg");
    background-size: 13.5px 10.5px;
    background-position: center;
    width: 13.5px;
    height: 10.5px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 300ms cubic-bezier(0.46,0.03,0.52,0.96);;
    transform: translate(0, -50%);
  }
.btn-w-arrow:hover:after,
  .btn-w-arrow:focus-visible:after {
    transform: translate(-2px, -50%);
  }
.btn-w-arrow.arrow-left {
    padding-right: 0;
    padding-left: 28px;
  }
.btn-w-arrow.arrow-left:after {
      left: 0;
      right: auto;
      transform: scaleX(-1) translate(0, -50%);
    }
.btn-w-arrow.arrow-left:hover:after,
    .btn-w-arrow.arrow-left:focus-visible:after {
      transform: scaleX(-1) translate(-2px, -50%);
    }
@media screen and (max-width: 1024px) {
  .nav-menu {
    --tw-translate-x: 100%;
    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));
  }

  .icon-close {
    display: none;
  }

  body.nav-menu-open {
    overflow: hidden;
  }

    body.nav-menu-open .nav-menu {
    --tw-translate-x: 0;
    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));
    opacity: 1;
  }

    body.nav-menu-open .icon-close {
    display: block;
  }

    body.nav-menu-open .icon-menu {
    display: none;
  }
}
.text-content p:not(.editor-block p) {
  margin-bottom: 1.5rem;
  max-width: 43.375rem;
}
.text-content p:not(.text-md):not(.editor-block p) {
  font-size: 1rem;
  line-height: 1.5;
}
.text-content strong {
  font-weight: 600;
}
.text-content h2:not(.editor-block h2) {
  margin-bottom: 1.5rem;
  max-width: 43.375rem;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {

  .text-content h2:not(.editor-block h2) {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.text-content h3:not(.editor-block h3) {
  margin-bottom: 1.5rem;
  max-width: 43.375rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {

  .text-content h3:not(.editor-block h3) {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
.text-content h4:not(.editor-block h4) {
  margin-bottom: 1.5rem;
  max-width: 43.375rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}
.text-content p:not(.text-content h4:not(.editor-block h4)):not(.editor-block p) {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {

  .text-content h4:not(.editor-block h4) {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.text-content h3 p + h2 {
  margin-top: 3rem;
}
.text-content p:last-of-type {
  margin-bottom: 4rem;
}
.text-content .wp-block-columns.has-2-columns {
  gap: 2.5rem;
}
@media (min-width: 1024px) {

  .text-content .wp-block-columns.has-2-columns {
    gap: 4rem;
  }
}
.text-content .wp-block-columns.has-3-columns {
  gap: 1.5rem;
}
@media (min-width: 1024px) {

  .text-content .wp-block-columns.has-3-columns {
    gap: 2.5rem;
  }
}
.text-content .paragraph-lg p {
  font-size: 1.25rem;
  line-height: 1.4;
}
.text-content p:not(.text-content .paragraph-lg p):not(.editor-block p) {
  font-size: 1rem;
  line-height: 1.5;
}
.text-content ol {
    counter-reset: ol-counter;
  }
.text-content a {
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.text-content ol li {
  position: relative;
  margin-bottom: 2.5rem;
  padding-left: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.text-content ol li:before {
      width: 24px;
      height: 24px;
      content: counter(ol-counter);
      font-size: 0.875rem;
      background-color: #e3e6eb;
      border-radius: 999px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 0;
      top: 0;
    }
.text-content ol li:last-of-type {
      margin-bottom: 0px;
    }
.text-content ol > li {
    counter-increment: ol-counter;
  }
.text-content ol ul {
  margin-top: 2.5rem;
}
.text-content ul li:not(.colors-block li):not(.spacing-block li) {
  position: relative;
  margin-bottom: 2.5rem;
  padding-left: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.text-content ul li:not(.colors-block li):not(.spacing-block li):before {
      width: 6px;
      height: 6px;
      content: "";
      background-color: #e3e6eb;
      border-radius: 999px;
      display: block;
      position: absolute;
      left: 0;
      top: 9px;
    }
.text-content ul li:not(.colors-block li):not(.spacing-block li):last-of-type {
      margin-bottom: 0px;
    }
.text-content .wp-block-columns {
    margin-bottom: 64px;
  }
.text-content .wp-block-columns .wp-block-column p:last-child {
        margin-bottom: 0;
      }
.text-content .wp-block-image {
  overflow: hidden;
  border-radius: 0.25rem;
}
.text-content .wp-block-gallery {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 22px;
    width: calc(100% + 24px);
    gap: 0;
  }
.text-content .wp-block-gallery.columns-3 .wp-block-image,
    .text-content .wp-block-gallery.columns-default .wp-block-image {
      width: 33.333%;
    }
.text-content .wp-block-gallery .wp-block-image {
      padding-left: 12px;
      padding-right: 12px;
      margin-bottom: 42px !important;
    }
.text-content .wp-block-gallery > figure.wp-block-image figcaption {
      background: none;
      color: #000;
      text-align: left;
      padding-left: 0;
      padding-right: 0;
      font-size: 0.875rem;
      padding-bottom: 0;
      position: relative;
      opacity: 0.8;
    }
.text-content .wp-block-gallery:last-child {
    margin-bottom: -36px;
  }
.text-content .wp-block-image figcaption {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  opacity: 0.8;
}
.text-content .wp-block-image.size-large {
  margin-bottom: 4rem;
}
.text-content .has-background.has-lime-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(227 230 235 / var(--tw-bg-opacity));
}
.text-content .has-background.has-black-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}
.text-content .has-lime-color {
  --tw-text-opacity: 1;
  color: rgb(227 230 235 / var(--tw-text-opacity));
}
.text-content .is-style-full-width-block {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 48px);
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 780px) {

  .text-content .is-style-full-width-block {
    margin-left: -4rem;
    margin-right: -4rem;
    width: calc(100% + 128px);
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1463px) {

    .text-content .is-style-full-width-block {
        margin-left: calc(-1 * ((100vw - 1192px - 270px) / 2 + 64px));
        padding-left: calc((100vw - 1192px - 270px) / 2 + 64px);
        padding-right: calc((100vw - 1192px - 270px) / 2 + 64px);
        width: calc(100vw - 270px);
    }
}
.text-content .is-style-full-width-block + .is-style-full-width-block {
  margin-top: 0;
}
.text-content .wp-block-image.size-large img {
  margin-right: 0;
}
.text-content .wp-block-group.has-background:first-child {
  margin-top: -4rem;
}
.text-content .wp-block-group.has-background + *:not(.wp-block-group.has-background) {
  margin-top: 1.5rem;
}
@media (min-width: 780px) {

  .text-content .wp-block-group.has-background + *:not(.wp-block-group.has-background) {
    margin-top: 4rem;
  }
}
.text-content .has-black-background-color .border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(227 230 235 / var(--tw-border-opacity));
}
.menu-btn>span {
    position: relative;
    display: block;
    content: 'aaaaa';

}
.menu-btn>span .menu-btn-bar {
        display: block;
        height: 3px;
        background-color: #2e2e2e;
        width: 100%;
        transition: all 300ms ease-in-out;
        position: absolute;
        border-radius: 999px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
.menu-btn>span .menu-btn-bar.menu-btn-bar-1 {
        transform: translate(-50%, -7px);
    }
.menu-btn>span .menu-btn-bar.menu-btn-bar-3 {
        transform: translate(-50%, 4px);
    }
.nav-menu-open .menu-btn>span .menu-btn-bar-1 {
        transform: translate(-50%, -50%) rotate(45deg);
    }
.nav-menu-open .menu-btn>span .menu-btn-bar-2 {
        opacity: 0;
    }
.nav-menu-open .menu-btn>span .menu-btn-bar-3 {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
.js-accordion-btn + div,
.js-accordion-btn + ul {
  max-height: 0px;
  overflow: hidden;
  transition: all 200ms cubic-bezier(0.46,0.03,0.52,0.96);;
  opacity: 0;
}
.js-accordion-btn.active + ul {
  opacity: 1;
}
.initially-active + ul {
  max-height: 1000px;
  opacity: 1;
}
.js-accordion-btn.active + div {
  max-height: 1500px;
  opacity: 1;
}
.js-accordion-btn.active .chevron {
  --tw-rotate: 0deg;
  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));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.right-8 {
  right: 0.5rem;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.-mx-16 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-24 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-16 {
  margin-bottom: 1rem;
}
.mb-24 {
  margin-bottom: 1.5rem;
}
.mb-28 {
  margin-bottom: 1.75rem;
}
.mb-64 {
  margin-bottom: 4rem;
}
.mb-8 {
  margin-bottom: 0.5rem;
}
.ml-16 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-16 {
  margin-right: 1rem;
}
.mr-24 {
  margin-right: 1.5rem;
}
.mt-16 {
  margin-top: 1rem;
}
.mt-24 {
  margin-top: 1.5rem;
}
.mt-40 {
  margin-top: 2.5rem;
}
.mt-8 {
  margin-top: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.h-14 {
  height: 0.875rem;
}
.h-24 {
  height: 1.5rem;
}
.h-32 {
  height: 2rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-40 {
  height: 2.5rem;
}
.w-1\/2 {
  width: 50%;
}
.w-18 {
  width: 1.125rem;
}
.w-24 {
  width: 1.5rem;
}
.w-32 {
  width: 2rem;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[67\%\] {
  width: 67%;
}
.w-\[calc\(100\%\+32px\)\] {
  width: calc(100% + 32px);
}
.w-\[calc\(100\%\+48px\)\] {
  width: calc(100% + 48px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-1192 {
  max-width: 74.5rem;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.translate-x-0 {
  --tw-translate-x: 0;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.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));
}
.columns-3 {
  -moz-columns: 3;
       columns: 3;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-24 {
  gap: 1.5rem;
}
.gap-40 {
  gap: 2.5rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-16 {
  border-radius: 1rem;
}
.rounded-4 {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 99999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(227 230 235 / var(--tw-border-opacity));
}
.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(46 46 46 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-primary-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(46 46 46 / var(--tw-border-opacity));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-accent-400 {
  background-color: #fffff;
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 230 235 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-16 {
  padding: 1rem;
}
.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-14 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-4 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-40 {
  padding-bottom: 2.5rem;
}
.pb-64 {
  padding-bottom: 4rem;
}
.pl-16 {
  padding-left: 1rem;
}
.pl-24 {
  padding-left: 1.5rem;
}
.pl-40 {
  padding-left: 2.5rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-24 {
  padding-right: 1.5rem;
}
.pt-126 {
  padding-top: 7.875rem;
}
.pt-40 {
  padding-top: 2.5rem;
}
.pt-64 {
  padding-top: 4rem;
}
.pt-\[63\%\] {
  padding-top: 63%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-poppins {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}
.text-2xs {
  font-size: 0.875rem;
  line-height: 1.4;
}
.text-3xl {
  font-size: 2.25rem;
  line-height: 1.33;
}
.text-3xs {
  font-size: 0.75rem;
  line-height: 1.5;
}
.text-lg {
  font-size: 1.5rem;
  line-height: 1.3;
}
.text-md {
  font-size: 1.25rem;
  line-height: 1.4;
}
.text-sm {
  font-size: 1.125rem;
  line-height: 1.4;
}
.text-xl {
  font-size: 1.75rem;
  line-height: 1.3;
}
.text-xs {
  font-size: 1rem;
  line-height: 1.5;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.decoration-\[rgba\(0\2c 0\2c 0\2c 0\)\] {
  text-decoration-color: rgba(0,0,0,0);
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-80 {
  opacity: 0.8;
}
.outline {
  outline-style: solid;
}
.outline-primary-300 {
  outline-color: #2e2e2e;
}
.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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out-quad {
  transition-timing-function: cubic-bezier(0.46,0.03,0.52,0.96);;
}
.ease-linear {
  transition-timing-function: linear;
}
.size-h-3xl {
  font-size: 2.25rem;
  line-height: 1.33;
}
@media (min-width: 1024px) {

  .size-h-3xl {
    font-size: 2.75rem;
    line-height: 1.23;
  }
}
.size-h-2xl {
  font-size: 1.75rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {

  .size-h-2xl {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.size-h-xl {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {

  .size-h-xl {
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
.size-h-lg {
  font-size: 1.25rem;
  line-height: 1.4;
}
.text-content p:not(.size-h-lg):not(.editor-block p) {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {

  .size-h-lg {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.size-h-md {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {

  .size-h-md {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.size-h-sm {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {

  .size-h-sm {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.size-lg {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {

  .size-lg {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.size-md {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {

  .size-md {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.size-sm {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {

  .size-sm {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.size-xs {
  font-size: 0.75rem;
  line-height: 1.5;
}
.full-width-compensation {
        margin-left: calc(-1 * ((100vw - 1192px - 270px) / 2 + 64px));
        padding-left: calc((100vw - 1192px - 270px) / 2 + 64px);
        padding-right: calc((100vw - 1192px - 270px) / 2 + 64px);
        width: calc(100vw - 270px);
    }
/* Blocks */
.spacing-block {
  font-size: 1rem;
}
.spacing-block .spacing-header {
  font-weight: 600;
}
.spacing-block .spacing-row {
  display: flex;
  border-bottom-width: 1px;
  border-color: rgb(46 46 46 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
}
.text-content .has-black-background-color .spacing-block .spacing-row {
  --tw-border-opacity: 1;
  border-color: rgb(227 230 235 / var(--tw-border-opacity));
}
.spacing-block .spacing-col {
  display: block;
  padding: 16px 0px;
}
.spacing-block .spacing-col-1 {
  padding-left: 40px;
  width: 20%;
  min-width: 170px;
}
@media screen and (max-width: 420px) {
  .spacing-block .spacing-col-1 {
    padding-left: 0;
    min-width: 120px;
  }
}
.spacing-block .spacing-col-2 {
  width: 17%;
}
.spacing-block .spacing-col-3 {
  width: 17%;
}
.spacing-block .spacing-col-4 {
  flex: 1;
}
.resource-links-block .tag.available {
  border-color: #73ca62;
  background-color: #f0ffef;
}
.resource-links-block .tag.in_progress {
  background-color: #fff7e7;
  border-color: #ffbc01;
}
.resource-links-block .tag.planned {
  background-color: #ebf8ff;
  border-color: #2287c0;
}
.link-card-block {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(46 46 46 / var(--tw-border-opacity));
}
.text-content .has-black-background-color .link-card-block {
  --tw-border-opacity: 1;
  border-color: rgb(227 230 235 / var(--tw-border-opacity));
}
.link-card-block {
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.wp-block-columns .link-card-block {
  margin-bottom: 0;
  height: 100%;
}
.link-card-block .card-title {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1rem !important;
}
@media screen and (min-width: 1024px) {
  .link-card-block .card-title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1240px) {
  .link-card-block .card-title {
    font-size: 1.5rem;
  }
}
.link-card-block .card-link {
  position: relative;
  padding-left: 1.75rem;
  display: inline-block;
}
.link-card-block .card-link:after {
  background: url("static/arrow_right.svg");
  background-size: 13.5px 10.5px;
  background-position: center;
  width: 13.5px;
  height: 10.5px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transform: translate(0, -50%);
}
.has-black-background-color .link-card-block .card-link:after {
  background: url("static/arrow_right_lime.svg");
  background-size: 13.5px 10.5px;
  background-position: center;
  width: 13.5px;
  height: 10.5px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transition: all 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transform: translate(0, -50%);
}
.link-card-block .card-link--download:after {
  transform: rotate(90deg) translate(0, -50%);
  transform-origin: center top;
}
.link-card-block .card-link:hover:after,
.link-card-block .card-link:focus-visible:after {
  transform: translate(2px, -50%);
}
.link-card-block .card-link--download:hover:after,
.link-card-block .card-link--download:focus-visible:after {
  transform: rotate(90deg) translate(20%, -50%);
}
.has-black-background-color .link-card-block {
  --tw-border-opacity: 1;
  border-color: rgb(227 230 235 / var(--tw-border-opacity));
}
.has-lime-background-color .link-card-block {
  --tw-bg-opacity: 1;
  background-color: rgb(227 230 235 / var(--tw-bg-opacity));
}
.block-divider-line {
  margin-bottom: 4rem;
  border-top-width: 1px;
  border-color: rgb(46 46 46 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
}
.text-content .has-black-background-color .block-divider-line {
  --tw-border-opacity: 1;
  border-color: rgb(227 230 235 / var(--tw-border-opacity));
}
.colors-block {
  list-style: none !important;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  padding-left: 0 !important;
  margin-left: -20px !important;
  margin-right: -20px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 32px;
}
.colors-block .color-space {
  margin-right: 20px;
}
.colors-block .color-title {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}
.colors-block .color-value {
  margin-left: auto;
  text-align: right;

  text-transform: uppercase;
}
.colors-block li .color-example {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  border-radius: 4px;
  margin-bottom: 20px;
}
.colors-block li .color-example--white {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #2e2e2e;
}
.colors-block .col {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 32px;
}
.colors-block .col ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.colors-block .col ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 315px) {
  .colors-block li.col ul li {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width: 480px) {
  .colors-block .cols-2,
  .colors-block .cols-3,
  .colors-block .cols-4,
  .colors-block .cols-5 {
    width: 50%;
  }
}
@media screen and (min-width: 720px) {
  .colors-block .cols-3,
  .colors-block .cols-4,
  .colors-block .cols-5 {
    width: 33.333%;
  }
}
@media screen and (min-width: 960px) {
  .colors-block .cols-4,
  .colors-block .cols-5 {
    width: 25%;
  }

  .colors-block .cols-4 ul li,
  .colors-block .cols-5 ul li {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .colors-block .cols-5 {
    width: 20%;
  }
}
.last\:mb-0:last-child {
  margin-bottom: 0;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.hover\:border-primary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(46 46 46 / var(--tw-border-opacity));
}
.hover\:border-secondary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(54 53 53 / var(--tw-border-opacity));
}
.hover\:bg-\[\#F4F4F4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.focus-visible\:bg-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-primary-300:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 46 46 / var(--tw-ring-opacity));
}
.focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
@media (min-width: 780px) {

  .sm\:order-1 {
    order: 1;
  }

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

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

  .sm\:mb-0 {
    margin-bottom: 0;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:h-full {
    height: 100%;
  }

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

  .sm\:w-\[calc\(100\%\+128px\)\] {
    width: calc(100% + 128px);
  }

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

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

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

  .sm\:pl-20 {
    padding-left: 1.25rem;
  }

  .sm\:pr-10 {
    padding-right: 0.625rem;
  }
}
@media (min-width: 1024px) {

  .md\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-270 {
    margin-left: 16.875rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-270 {
    width: 16.875rem;
  }

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

  .md\:p-40 {
    padding: 2.5rem;
  }

  .md\:py-24 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .md\:py-12 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:pt-40 {
    padding-top: 2.5rem;
  }

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

  .md\:pt-88 {
    padding-top: 5.5rem;
  }
}

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