@charset "UTF-8";

/*! tailwindcss v2.2.0 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

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

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

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

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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;
}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container{
  width: 100%;
}

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

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

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

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

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

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.top-0{
  top: 0px;
}

.-top-8{
  top: -2rem;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

.left-10{
  left: 2.5rem;
}

.z-50{
  z-index: 50;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

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

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

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

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-14{
  margin-top: 3.5rem;
}

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

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

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

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

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

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

.-mt-px{
  margin-top: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-14{
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.table{
  display: table;
}

.table-row{
  display: table-row;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-0{
  height: 0px;
}

.h-4{
  height: 1rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-32{
  height: 8rem;
}

.h-36{
  height: 9rem;
}

.h-48{
  height: 12rem;
}

.h-80{
  height: 20rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-40{
  width: 10rem;
}

.w-48{
  width: 12rem;
}

.w-56{
  width: 14rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-auto{
  width: auto;
}

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

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-2\/5{
  width: 40%;
}

.w-3\/5{
  width: 60%;
}

.w-1\/6{
  width: 16.666667%;
}

.w-5\/6{
  width: 83.333333%;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-screen-sm{
  max-width: 640px;
}

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-lg{
  max-width: 972px;
}

.max-w-screen-xl{
  max-width: 1120px;
}

.flex-1{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.flex-none{
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.flex-shrink-0{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flex-shrink{
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.border-separate{
  border-collapse: separate;
}

.transform{
  --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;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(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: translateX(var(--tw-translate-x)) translateY(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: 0px;
}

.translate-x-full{
  --tw-translate-x: 100%;
}

@-webkit-keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.resize{
  resize: both;
}

.list-disc{
  list-style-type: disc;
}

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

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

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

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

.grid-cols-none{
  grid-template-columns: none;
}

.flex-row-reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap-reverse{
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

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

.items-end{
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-black-250 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(219, 219, 219, var(--tw-divide-opacity));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

.border-2{
  border-width: 2px;
}

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-b-3{
  border-bottom-width: 3px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-l{
  border-left-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-dotted{
  border-style: dotted;
}

.border-black-100{
  --tw-border-opacity: 1;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}

.border-black-250{
  --tw-border-opacity: 1;
  border-color: rgba(219, 219, 219, var(--tw-border-opacity));
}

.border-black-300{
  --tw-border-opacity: 1;
  border-color: rgba(177, 177, 177, var(--tw-border-opacity));
}

.border-black-400{
  --tw-border-opacity: 1;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-green-700{
  --tw-border-opacity: 1;
  border-color: rgba(58, 163, 88, var(--tw-border-opacity));
}

.border-pink-500{
  --tw-border-opacity: 1;
  border-color: rgba(241, 103, 160, var(--tw-border-opacity));
}

.border-sky-500{
  --tw-border-opacity: 1;
  border-color: rgba(56, 180, 222, var(--tw-border-opacity));
}

.bg-black-50{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

.bg-black-100{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.bg-black-200{
  --tw-bg-opacity: 1;
  background-color: rgba(232, 233, 235, var(--tw-bg-opacity));
}

.bg-black-250{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 219, 219, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgba(231, 245, 235, var(--tw-bg-opacity));
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgba(193, 224, 255, var(--tw-bg-opacity));
}

.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgba(247, 232, 231, var(--tw-bg-opacity));
}

.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 215, 213, var(--tw-bg-opacity));
}

.bg-pink-200{
  background-color: rgba(233, 88, 138, 0.1);
}

.bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 212, 210, var(--tw-bg-opacity));
}

.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 103, 160, var(--tw-bg-opacity));
}

.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgba(234, 246, 252, var(--tw-bg-opacity));
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 157, 84, var(--tw-bg-opacity));
}

.disabled\:bg-black-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-10{
  padding: 2.5rem;
}

.p-12{
  padding: 3rem;
}

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

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

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

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

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

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

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

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

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

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

.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-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.text-xs{
  font-size: 10px;
}

.text-sm{
  font-size: 13px;
}

.text-base{
  font-size: 15px;
}

.text-lg{
  font-size: 16px;
}

.text-xl{
  font-size: 18px;
}

.text-2xl{
  font-size: 22px;
}

.text-3xl{
  font-size: 24px;
}

.text-4xl{
  font-size: 30px;
}

.text-5xl{
  font-size: 35px;
}

.font-normal{
  font-weight: 400;
}

.font-bold{
  font-weight: 700;
}

.not-italic{
  font-style: normal;
}

.leading-none{
  line-height: 1;
}

.leading-tight{
  line-height: 1.25;
}

.leading-relaxed{
  line-height: 1.625;
}

.tracking-tighter{
  letter-spacing: -0.05em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-tightest{
  letter-spacing: -.1em;
}

.text-black-400{
  --tw-text-opacity: 1;
  color: rgba(174, 174, 174, var(--tw-text-opacity));
}

.text-black-800{
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

.text-black-900{
  --tw-text-opacity: 1;
  color: rgba(98, 98, 98, var(--tw-text-opacity));
}

.text-black-default{
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgba(0, 170, 49, var(--tw-text-opacity));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgba(58, 163, 88, var(--tw-text-opacity));
}

.text-blue-default{
  --tw-text-opacity: 1;
  color: rgba(0, 102, 192, var(--tw-text-opacity));
}

.text-pink-500{
  --tw-text-opacity: 1;
  color: rgba(241, 103, 160, var(--tw-text-opacity));
}

.text-sky-500{
  --tw-text-opacity: 1;
  color: rgba(56, 180, 222, var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-blue-default:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 102, 192, var(--tw-text-opacity));
}

.hover\:text-pink-500:hover{
  --tw-text-opacity: 1;
  color: rgba(241, 103, 160, var(--tw-text-opacity));
}

.hover\:text-pink-500opacity:hover{
  color: rgba(241, 103, 160, 0.5);
}

.underline{
  text-decoration: underline;
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-90{
  opacity: 0.9;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.focus\:opacity-100:focus{
  opacity: 1;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.shadow{
  --tw-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(50, 129, 196, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur{
  --tw-blur: blur(8px);
}

.transition{
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.transition-transform{
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.duration-200{
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ================================================================
 * Base
 * 要素に直接スタイルを当てるものを記述
================================================================ */

html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
}

input {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  outline: none;
}

textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  resize: none;
  overflow: auto;
  outline: none;
}

input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover:focus, a:hover:hover {
  opacity: 1;
}

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

/* ================================================================
 * Layout
 * コンテナなどレイアウトに関わるスタイル
================================================================ */

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 972px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.font-tsukushi {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-tsukushi-bold {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.text-optical {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.bg-main {
  background: url(../images/bg-main.png) center top repeat-y;
  background-size: 100% auto;
}

@media (max-width: 768px) {
  .bg-main {
    background: url(../images/bg-main@sp.png) center top repeat-y;
    background-size: 100% auto;
  }
}

@media (min-width: 769px) {
  .bg-main-flower {
    background: url(../images/bg-main-flower.png) center top repeat-y;
    background-size: 100% auto;
  }
}

@media (min-width: 769px) {
  .bg-flower {
    background: url(../images/bg-flower.png) center top repeat-y;
    background-size: 80% auto;
    background-color: #F7E8E7;
  }
}

@media (max-width: 768px) {
  .bg-feature-1 {
    background: url(../images/bg-feature-1@sp.png) center top no-repeat;
    background-size: 94% auto;
  }
}

@media (max-width: 768px) {
  .bg-feature-2 {
    background: url(../images/bg-feature-2@sp.png) center top no-repeat;
    background-size: 94% auto;
  }
}

@media (max-width: 768px) {
  .bg-feature-3 {
    background: url(../images/bg-feature-3@sp.png) center top no-repeat;
    background-size: 94% auto;
  }
}

@media (max-width: 768px) {
  .bg-feature-4 {
    background: url(../images/bg-feature-4@sp.png) center top no-repeat;
    background-size: 94% auto;
  }
}

@media (max-width: 768px) {
  .bg-feature-5 {
    background: url(../images/bg-feature-5@sp.png) center top no-repeat;
    background-size: 94% auto;
  }
}

@media (max-width: 768px) {
  .bg-feature-6 {
    background: url(../images/bg-feature-6@sp.png) center top no-repeat;
    background-size: 100% auto;
  }
}

.bg-pink-600opacity {
  background-color: rgba(241, 107, 162, 0.69);
}

.box-shadow-pink {
  -webkit-box-shadow: 4px 4px 0 rgba(241, 103, 160, 0.5);
          box-shadow: 4px 4px 0 rgba(241, 103, 160, 0.5);
}

.pagetop {
  position: fixed;
  bottom: 18vw;
  right: 0;
  padding-right: 8px;
  text-align: right;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.pagetop.is-active {
  opacity: 1;
  visibility: visible;
}

.floater {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 99;
}

.floater.is-active {
  opacity: 1;
  visibility: visible;
}

.floaterButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.75rem;
  padding-left: 0px;
  padding-right: 0px;
  height: 15vw;
  max-height: 70px;
  min-height: 50px;
}

.floaterButton--yoyaku {
  padding-bottom: 1vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-9.26%, #F581B1), color-stop(65.74%, #F167A0));
  background: linear-gradient(180deg, #F581B1 -9.26%, #F167A0 65.74%);
}

.floaterButton--line {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 170, 49, var(--tw-bg-opacity));
}

.floaterButtonLabel {
  margin-left: -3rem;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  margin-bottom: 2px;
}

.floaterButtonLabel--line {
  margin-bottom: 3px;
}

.floaterButtonText {
  text-align: center;
  font-size: 15px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.floaterButtonYoyaku {
  font-size: 20px;
  letter-spacing: 1px;
}

.floaterButtonLine {
  font-size: 18px;
}

.arrow {
  background-image: url(../images/icon-arrow-right-pink.svg);
  background-repeat: no-repeat;
  background-position: right 8% center;
  background-size: 0.5em auto;
}

.headerMenu {
  height: 80px;
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

@media (max-width: 768px) {
  .headerMenu {
    height: 64px;
  }
}

.headerMenuButton {
  position: relative;
  right: -8px;
  top: 4px;
}

.headerMenuButton > div {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 103, 160, var(--tw-bg-opacity));
  position: absolute;
  width: 28px;
  height: 2px;
  left: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.headerMenuButton > div:nth-child(1) {
  top: 0;
}

.headerMenuButton > div:nth-child(2) {
  top: 8px;
  opacity: 1;
}

.headerMenuButton > div:nth-child(3) {
  bottom: 21px;
}

.headerMenuButton::after {
  --tw-text-opacity: 1;
  color: rgba(241, 103, 160, var(--tw-text-opacity));
  content: "メニュー";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 11px;
}

.headerMenuButton.is-active > div:nth-child(1) {
  -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
          transform: rotate(45deg) translateX(6px) translateY(6px);
}

.headerMenuButton.is-active > div:nth-child(2) {
  opacity: 0;
}

.headerMenuButton.is-active > div:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateX(6px) translateY(-6px);
          transform: rotate(-45deg) translateX(6px) translateY(-6px);
}

.headerMenuButton.is-active::after {
  content: "閉じる";
  left: 4px;
}

.toggleMenu {
  position: fixed;
  width: 100%;
  display: none;
  top: 64px;
  z-index: 100;
  overflow-y: scroll;
  background-color: #F9D7D5;
}

.toggleMenu.is-active {
  height: 100%;
  padding-bottom: 20vh;
}

.marker-blue {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #C1E0FF));
  background: linear-gradient(transparent 70%, #C1E0FF 70%);
}

.marker-yellow {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF792));
  background: linear-gradient(transparent 70%, #FFF792 70%);
}

.text-markerMultiHeight {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fffc00));
  background: linear-gradient(transparent 0%, #fffc00 0%);
}

.text-markerBg {
  background: #fff100;
}

.hukidashi {
  position: relative;
  padding: 10px;
  margin-left: 15px;
  background-color: #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 1.5rem;
}

.hukidashi::after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 0px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 15px;
  margin-top: 0;
  border-right-color: #fff;
  right: 100%;
  top: 0;
}

.hukidashi--right {
  margin-left: 15px;
  margin-right: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 1.5rem;
}

.hukidashi--right::after {
  border-top-width: 0px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 15px;
  margin-top: 0;
  border-right-color: #fff;
  left: auto;
  right: 100%;
  top: 0;
}

.hukidashi--left {
  margin-left: 0;
  margin-right: 15px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 1.5rem;
}

.hukidashi--left::after {
  border-top-width: 0;
  border-bottom-width: 10px;
  border-left-width: 15px;
  border-right-width: 0;
  margin-top: 0;
  border-left-color: #fff;
  left: 100%;
  right: auto;
  top: 0;
}

.hukidashi--sankakuPosition {
  border-radius: 0.5rem;
}

.hukidashi--sankakuPosition::after {
  top: 20%;
}

@media (max-width: 768px) {
  .hukidashi--spBottom {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0.5rem;
  }

  .hukidashi--spBottom::after {
    border-top-width: 0px;
    border-bottom-width: 15px;
    border-left-width: 10px;
    border-right-width: 0;
    border-left-color: #fff;
    left: 15px;
    right: 0;
    top: auto;
    bottom: -15px;
    margin: 0 auto;
  }
}

.hukidashi--roundedxl {
  border-radius: 0.75rem;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 5px;
  height: 0;
  overflow: hidden;
}

.youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-editor .editor-styles-wrapper h2, .post-content h2{
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(241, 103, 160, var(--tw-text-opacity));
}

@media (min-width: 768px){
  .block-editor .editor-styles-wrapper h2, .post-content h2{
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
  }
}

.block-editor .editor-styles-wrapper p, .post-content p{
  margin-bottom: 1.5rem;
  font-size: 15px;
}

.block-editor .editor-styles-wrapper p a, .post-content p a{
  --tw-text-opacity: 1;
  color: rgba(241, 103, 160, var(--tw-text-opacity));
  text-decoration: underline;
}

.block-editor .editor-styles-wrapper .wp-block-button,
.post-content .wp-block-button {
  width: 100%;
}

.block-editor .editor-styles-wrapper .wp-block-button__link, .post-content .wp-block-button__link{
  margin-bottom: 2rem;
  display: inline-block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(241, 103, 160, var(--tw-bg-opacity));
  text-align: center;
  font-size: 16px;
  --tw-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: url(../images/icon-arrow-right.svg) right 9% center no-repeat;
  background-size: 0.5em auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(241, 103, 160, var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.block-editor .editor-styles-wrapper .wp-block-button__link:hover, .post-content .wp-block-button__link:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.block-editor .editor-styles-wrapper .wp-block-button__link:focus, .post-content .wp-block-button__link:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.block-editor .editor-styles-wrapper .wp-block-button__link, .post-content .wp-block-button__link{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  .block-editor .editor-styles-wrapper .wp-block-button__link, .post-content .wp-block-button__link{
    width: auto;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.block-editor .editor-styles-wrapper .wp-block-button__link,
.post-content .wp-block-button__link{
  width: 340px;
  max-width: 100%;
  border-radius: 35px;
}

.block-editor .editor-styles-wrapper .wp-block-button__link.bg-green-button:before, .post-content .wp-block-button__link.bg-green-button:before {
  position: absolute;
  display: block;
  content: url(../images/icon-calendar.svg);
  margin-left: -3rem;
}

.block-editor .editor-styles-wrapper .wp-block-button__link.bg-green-button,
.post-content .wp-block-button__link.bg-green-button{
  padding-left: 6rem;
  padding-right: 3.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, #89B52C), color-stop(123.08%, #00AA31));
  background: linear-gradient(180deg, #89B52C -20%, #00AA31 123.08%);
}

@media (min-width: 768px){
  .block-editor .editor-styles-wrapper .post-flex-row-reverse, .post-content .post-flex-row-reverse{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.block-editor .editor-styles-wrapper .post-flex-row-reverse > .wp-block-column:first-child,
.post-content .post-flex-row-reverse > .wp-block-column:first-child {
  margin-left: 1em;
  margin-right: 0;
}

@media (max-width: 768px) {
  .block-editor .editor-styles-wrapper .post-flex-row-reverse > .wp-block-column:first-child,
  .post-content .post-flex-row-reverse > .wp-block-column:first-child {
    margin-left: 0;
    margin-bottom: 1em;
  }
}

.block-editor .editor-styles-wrapper .post-flex-row-reverse > .wp-block-column:last-child,
.post-content .post-flex-row-reverse > .wp-block-column:last-child {
  margin-left: 0;
  margin-right: 1em;
}

@media (max-width: 768px) {
  .block-editor .editor-styles-wrapper .post-flex-row-reverse > .wp-block-column:last-child,
  .post-content .post-flex-row-reverse > .wp-block-column:last-child {
    margin-right: 0;
  }
}

.block-editor .editor-styles-wrapper .has-small-font-size, .post-content .has-small-font-size{
  font-size: 13px;
}

.block-editor .editor-styles-wrapper .has-normal-font-size, .post-content .has-normal-font-size{
  font-size: 15px;
}

.block-editor .editor-styles-wrapper .has-medium-font-size, .post-content .has-medium-font-size{
  font-size: 18px;
}

.block-editor .editor-styles-wrapper .has-large-font-size, .post-content .has-large-font-size{
  font-size: 24px;
}

.block-editor .editor-styles-wrapper .has-huge-font-size, .post-content .has-huge-font-size{
  font-size: 30px;
}

.block-editor .editor-styles-wrapper iframe,
.post-content iframe {
  width: 100%;
}

.floater .wp-block-button__link.footer {
  background-color: unset;
  padding: unset;
  border-radius: unset;
  font-size: unset;
  display: block;
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

.button {
  background: url(../images/icon-arrow-right.svg) right 9% center no-repeat;
  background-size: 0.5em auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(241, 103, 160, var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.button--spNoArrow {
  background: none;
  --tw-bg-opacity: 1;
  background-color: rgba(241, 103, 160, var(--tw-bg-opacity));
}

@media (min-width: 769px) {
  .button--spNoArrow {
    background: url(../images/icon-arrow-right.svg) right 9% center no-repeat;
    background-size: 0.5em auto;
    --tw-bg-opacity: 1;
    background-color: rgba(241, 103, 160, var(--tw-bg-opacity));
  }
}

.button--white {
  background: url(../images/icon-arrow-right-pink.svg) right 9% center no-repeat;
  background-size: 0.5em auto;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(241, 103, 160, var(--tw-text-opacity));
}

.button--white:hover{
  --tw-text-opacity: 1;
  color: rgba(241, 103, 160, var(--tw-text-opacity));
}

.button--white:focus{
  --tw-text-opacity: 1;
  color: rgba(241, 103, 160, var(--tw-text-opacity));
}

.button--rounded {
  border-radius: 24px;
}

.button--nallow {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.button--height {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.button--text-black {
  --tw-text-opacity: 1;
  color: rgba(77, 77, 77, var(--tw-text-opacity));
}

.button--font-normal {
  font-weight: 400;
}

.button--blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 129, 196, var(--tw-bg-opacity));
}

.button--green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 170, 49, var(--tw-bg-opacity));
}

.button--sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 180, 222, var(--tw-bg-opacity));
}

.button--p-10 {
  padding: 2.5rem;
}

.button--before-icon:before {
  position: absolute;
  display: block;
  content: url(../images/icon-calendar.svg);
  margin-left: -3rem;
}

.accor-button {
  background: url(../images/icon-arrow-right-pink.svg) left 2em top 1.2em no-repeat;
  background-size: 0.6em auto;
}

.accor-button.is-open {
  background-image: url(../images/icon-arrow-down-pink.svg);
  background-size: auto 0.6em;
  background-position: left 1.8em top 1.4em;
  background-color: rgba(246, 212, 210, 0.3019607843);
}

.border-dotted-lr::before, .border-dotted-lr::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  vertical-align: text-bottom;
}

.border-dotted-lr::before {
  margin-right: 5px;
  background: url(../images/icon-border-dot-left.svg) left center no-repeat;
  background-size: 100% auto;
}

.border-dotted-lr::after {
  margin-left: 5px;
  background: url(../images/icon-border-dot-right.svg) right center no-repeat;
  background-size: 100% auto;
}

.js-tab {
  display: none;
}

.tab-button {
  height: 100%;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(213, 183, 157, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(213, 183, 157, var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 769px) {
  .tab-button {
    padding: 1.5rem;
    padding-bottom: 2rem;
    font-size: 18px;
  }
}

.tab-button.is-active {
  height: 100%;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(241, 103, 160, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(241, 103, 160, var(--tw-text-opacity));
}

@media (min-width: 769px) {
  .tab-button.is-active {
    padding: 1.5rem;
    padding-bottom: 2rem;
    font-size: 18px;
  }
}

.wf-loading {
  visibility: hidden;
  opacity: 0;
}

.wf-active {
  visibility: visible;
  opacity: 1;
}

#sb_instagram + #insta-normal {
  display: none;
}

.word-break-keep {
  word-break: keep-all;
}

@media (min-width: 640px){
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:static{
    position: static;
  }

  .md\:-top-10{
    top: -2.5rem;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mb-0{
    margin-bottom: 0px;
  }

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

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

  .md\:mb-9{
    margin-bottom: 2.25rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

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

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

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

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

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

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

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:table-row-group{
    display: table-row-group;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

  .md\:h-md{
    height: 40rem;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-48{
    width: 12rem;
  }

  .md\:w-60{
    width: 15rem;
  }

  .md\:w-64{
    width: 16rem;
  }

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

  .md\:w-auto{
    width: auto;
  }

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

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:w-1\/12{
    width: 8.333333%;
  }

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-11\/12{
    width: 91.666667%;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-screen-sm{
    max-width: 640px;
  }

  .md\:max-w-screen-md{
    max-width: 768px;
  }

  .md\:max-w-screen-lg{
    max-width: 972px;
  }

  .md\:max-w-screen-xl{
    max-width: 1120px;
  }

  .md\:max-w-screen-2xl{
    max-width: 1300px;
  }

  .md\:flex-1{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .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\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

  .md\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .md\:flex-wrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md\:flex-nowrap{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .md\:items-end{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .md\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .md\:justify-around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

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

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

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

  .md\:gap-x-28{
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }

  .md\:gap-y-4{
    row-gap: 1rem;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:border-solid{
    border-style: solid;
  }

  .md\:border-black-250{
    --tw-border-opacity: 1;
    border-color: rgba(219, 219, 219, var(--tw-border-opacity));
  }

  .md\:p-12{
    padding: 3rem;
  }

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

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

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

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

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

  .md\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

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

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

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

  .md\:pt-0{
    padding-top: 0px;
  }

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

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

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

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

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

  .md\:pt-44{
    padding-top: 11rem;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

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

  .md\:pb-0{
    padding-bottom: 0px;
  }

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

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

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

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

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

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

  .md\:pl-0{
    padding-left: 0px;
  }

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

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

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

  .md\:text-sm{
    font-size: 13px;
  }

  .md\:text-base{
    font-size: 15px;
  }

  .md\:text-lg{
    font-size: 16px;
  }

  .md\:text-xl{
    font-size: 18px;
  }

  .md\:text-2xl{
    font-size: 22px;
  }

  .md\:text-3xl{
    font-size: 24px;
  }

  .md\:text-4xl{
    font-size: 30px;
  }

  .md\:leading-tight{
    line-height: 1.25;
  }

  .md\:leading-normal{
    line-height: 1.5;
  }

  .md\:leading-relaxed{
    line-height: 1.625;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal{
    letter-spacing: 0em;
  }

  .md\:tracking-tightest{
    letter-spacing: -.1em;
  }
}

@media (min-width: 972px){
  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }
}

@media (min-width: 1120px){
}

@media (min-width: 1300px){
}
/*# sourceMappingURL=maps/style.css.map */