@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
! tailwindcss v3.4.1 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

html{
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}

body{
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  line-height: 1.625rem;
}

body *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h1{
  font-family: Newake Demo;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: .25rem;
}

@media (min-width: 1024px){
  h1{
    font-size: 4.4rem;
  }
}

@media (min-width: 1280px){
  h1{
    font-size: 5rem;
    line-height: 5.625rem;
  }
}

h2{
  font-family: Newake Demo;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: .2rem;
}

@media (min-width: 1024px){
  h2{
    font-size: 4rem;
    line-height: 4.625rem;
  }
}

h3{
  font-family: Newake Demo;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: .1125rem;
}

@media (min-width: 1024px){
  h3{
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}

h4{
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  h4{
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.modal-banner__form.form-confirmation h3h4{
  display: none;
}

h5{
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  h5{
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

h6{
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  h6{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.aligncenter{
  text-align: center;
}


.section-content.aligncenter,
.section-title.aligncenter{
  margin-left: auto;
  margin-right: auto;
}

.alignright{
  text-align: right;
}


.section-content.alignright,
.section-title.alignright{
  margin-left: auto;
}

.alignleft{
  text-align: left;
}

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

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

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.\!btn{
  display: inline-block;
  min-width: 7.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 14px;
  padding-bottom: 9px;
  text-align: center;
  font-family: Newake Demo;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-duration: 400ms;
}


.section-content.\!btn,
.section-title.\!btn{
  margin-left: auto;
  margin-right: auto;
}

.btn{
  display: inline-block;
  min-width: 7.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 14px;
  padding-bottom: 9px;
  text-align: center;
  font-family: Newake Demo;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-duration: 400ms;
}


.section-content.btn,
.section-title.btn{
  margin-left: auto;
  margin-right: auto;
}

.btn-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 134 / var(--tw-bg-opacity));
}

.btn-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
}

.btn-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-black:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-pb-sky{
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

.btn-pb-sky:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
}

.\!btn-pb-pink{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 134 / var(--tw-bg-opacity));
}

.\!btn-pb-pink:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.btn-pb-pink{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 134 / var(--tw-bg-opacity));
}

.btn-pb-pink:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.btn-pb-purple{
  --tw-border-opacity: 1;
  border-color: rgb(110 0 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(110 0 216 / var(--tw-bg-opacity));
}

.btn-pb-purple:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(110 0 216 / var(--tw-text-opacity));
}

.btn-pb-red{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 67 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 67 / var(--tw-bg-opacity));
}

.btn-pb-red:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 0 67 / var(--tw-text-opacity));
}

.btn-pb-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(253 208 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 208 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.btn-pb-yellow:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(253 208 0 / var(--tw-text-opacity));
}

.btn-pb-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 122 232 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 232 / var(--tw-bg-opacity));
}

.btn-pb-blue:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 122 232 / var(--tw-text-opacity));
}

.btn-pb-mint{
  --tw-border-opacity: 1;
  border-color: rgb(77 244 167 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(77 244 167 / var(--tw-bg-opacity));
}

.btn-pb-mint:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(77 244 167 / var(--tw-text-opacity));
}

.btn-pb-green{
  --tw-border-opacity: 1;
  border-color: rgb(32 186 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 186 0 / var(--tw-bg-opacity));
}

.btn-pb-green:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(32 186 0 / var(--tw-text-opacity));
}

.btn-arrow{
  position: relative;
  min-width: -moz-min-content;
  min-width: min-content;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  padding-right: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn-arrow::after{
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  height: 0.75rem;
  width: 1.25rem;
  background-image: url('../img/arrow-right.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: var(--tw-content);
  transition-duration: 500ms;
}

.btn-arrow:hover{
  background-color: transparent;
}

.btn-arrow:hover::after{
  content: var(--tw-content);
  --tw-translate-x: 0.5rem;
  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-share{
  position: relative;
  min-width: -moz-min-content;
  min-width: min-content;
  padding-right: 2.75rem;
}

.btn-share::after{
  position: absolute;
  top: 0px;
  right: 1rem;
  height: 100%;
  width: 1.25rem;
  background-size: contain;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.btn-share:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@font-face {
  font-family: 'DM Sans';

  src: url('../fonts/DMSans-Bold.eot');

  src: url('../fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Bold.woff2') format('woff2'),
        url('../fonts/DMSans-Bold.woff') format('woff'),
        url('../fonts/DMSans-Bold.ttf') format('truetype'),
        url('../fonts/DMSans-Bold.svg#DMSans-Bold') format('svg');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Newake Demo';

  src: url('../fonts/NewakeDemo.eot');

  src: url('../fonts/NewakeDemo.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NewakeDemo.woff2') format('woff2'),
        url('../fonts/NewakeDemo.woff') format('woff'),
        url('../fonts/NewakeDemo.ttf') format('truetype'),
        url('../fonts/NewakeDemo.svg#NewakeDemo') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Newake';

  src: url('../fonts/NewakeRegular.eot');

  src: url('../fonts/NewakeRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NewakeRegular.woff2') format('woff2'),
        url('../fonts/NewakeRegular.woff') format('woff'),
        url('../fonts/NewakeRegular.ttf') format('truetype'),
        url('../fonts/NewakeRegular.svg#NewakeRegular') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';

  src: url('../fonts/DMSans-Medium.eot');

  src: url('../fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Medium.woff2') format('woff2'),
        url('../fonts/DMSans-Medium.woff') format('woff'),
        url('../fonts/DMSans-Medium.ttf') format('truetype'),
        url('../fonts/DMSans-Medium.svg#DMSans-Medium') format('svg');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';

  src: url('../fonts/DMSans-Regular.eot');

  src: url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DMSans-Regular.woff2') format('woff2'),
        url('../fonts/DMSans-Regular.woff') format('woff'),
        url('../fonts/DMSans-Regular.ttf') format('truetype'),
        url('../fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Nunito';

  src: url('../fonts/Nunito-ExtraLight.eot');

  src: url('../fonts/Nunito-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nunito-ExtraLight.woff2') format('woff2'),
        url('../fonts/Nunito-ExtraLight.woff') format('woff'),
        url('../fonts/Nunito-ExtraLight.ttf') format('truetype'),
        url('../fonts/Nunito-ExtraLight.svg#Nunito-ExtraLight') format('svg');

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

/* ==================================================================== */

/* BLOCKS / SECTION
/* ==================================================================== */

/* .sections {
    @apply pb-12;
} */

.section{
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .section{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section.bg-light .curve-divider svg{
  fill: #F5F5F5;
}

.pt-none{
  padding-top: 0px;
}

.pb-none{
  padding-bottom: 0px;
}

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

@media (min-width: 768px){
  .pt-short{
    padding-top: 2rem;
  }
}

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

@media (min-width: 768px){
  .pb-short{
    padding-bottom: 2rem;
  }
}

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

@media (min-width: 768px){
  .pt-medium{
    padding-top: 4rem;
  }
}

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

@media (min-width: 768px){
  .pb-medium{
    padding-bottom: 4rem;
  }
}

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

@media (min-width: 768px){
  .pb-extratall{
    padding-bottom: 10rem;
  }
}

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

@media (min-width: 768px){
  .pt-extratall{
    padding-top: 10rem;
  }
}

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

@media (min-width: 640px){
  .section-buttons{
    padding-top: 0.5rem;
  }
}

@media (min-width: 1024px){
  .section-buttons{
    padding-top: 1.25rem;
  }
}

.section-full {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

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

@media (min-width: 1024px){
  .section-container > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
}

.section-buttons.justify-center,
.section-content.text-center,
.section-title.text-center{
  margin-left: auto;
  margin-right: auto;
}

.section-buttons.justify-end,
.section-content.text-right,
.section-title.text-right{
  margin-left: auto;
}

.section-title br{
  display: none;
}

@media (min-width: 768px){
  .section-title br{
    display: inline;
  }
}

.section-title span{
  display: block;
}

@media (min-width: 768px){
  .section-title span{
    padding-left: 2.5rem;
  }
}

.site-home-content + *{
  padding-top: 0px !important;
}

.prose{
  max-width: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-top: 0px;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.prose :is(:where(h1):not(:where([class~="not-prose"] *))){
  font-family: Newake Demo;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: .25rem;
}

@media (min-width: 1024px){
  .prose :is(:where(h1):not(:where([class~="not-prose"] *))){
    font-size: 4.4rem;
  }
}

@media (min-width: 1280px){
  .prose :is(:where(h1):not(:where([class~="not-prose"] *))){
    font-size: 5rem;
    line-height: 5.625rem;
  }
}

.prose :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-family: Newake Demo;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: .2rem;
}

@media (min-width: 1024px){
  .prose :is(:where(h2):not(:where([class~="not-prose"] *))){
    font-size: 4rem;
    line-height: 4.625rem;
  }
}

.prose :is(:where(h3):not(:where([class~="not-prose"] *))){
  font-family: Newake Demo;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: .1125rem;
}

@media (min-width: 1024px){
  .prose :is(:where(h3):not(:where([class~="not-prose"] *))){
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}

.prose :is(:where(h4):not(:where([class~="not-prose"] *))){
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  .prose :is(:where(h4):not(:where([class~="not-prose"] *))){
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.prose :is(:where(h5):not(:where([class~="not-prose"] *))){
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  .prose :is(:where(h5):not(:where([class~="not-prose"] *))){
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

.prose :is(:where(h6):not(:where([class~="not-prose"] *))){
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  .prose :is(:where(h6):not(:where([class~="not-prose"] *))){
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.prose :is(:where(a):not(:where([class~="not-prose"] *))){
  transition-duration: 500ms;
}

.prose :is(:where(a):not(:where([class~="not-prose"] *))):hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.prose img{
  display: inline;
}

.bg-gradient-pink,
.bg-gradient-pink-2,
.bg-gradient-yellow{
  background-size: cover;
  background-repeat: no-repeat;
}

/* .bg-pattern {
    @apply bg-section-pattern bg-cover bg-no-repeat;
} */

/* ==================================================================== */

/* FAQ
/* ==================================================================== */

.faq-filter{
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.faq-filter a{
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(110 0 216 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-duration: 500ms;
}

.faq-filter a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(110 0 216 / var(--tw-bg-opacity));
}

.faq-filter .active{
  --tw-bg-opacity: 1;
  background-color: rgb(110 0 216 / var(--tw-bg-opacity));
}

/* ==================================================================== */

/* ICON CARDS
/* ==================================================================== */

.icon-cards-rounded{
  border-bottom-left-radius: 40px;
}

@media (min-width: 1024px){
  .icon-cards-rounded{
    border-bottom-left-radius: 100px;
  }
}

.icon-card{
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

.icon-card-center{
  align-items: center;
  text-align: center;
}


.section-content.icon-card-center,
.section-title.icon-card-center{
  margin-left: auto;
  margin-right: auto;
}

.icon-card-right{
  align-items: flex-end;
  text-align: right;
}


.section-content.icon-card-right,
.section-title.icon-card-right{
  margin-left: auto;
}

.icon-card-image{
  display: flex;
  height: 110px;
  width: 110px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 1.25rem;
}

.section-buttons.icon-card-image{
  margin-left: auto;
  margin-right: auto;
}

.icon-card-image img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-card-title{
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px){
  .icon-card-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.icon-cards-wrapper-box .icon-card{
  border-radius: 0.25rem;
  border-width: 4px;
  padding: 2.5rem;
}

.icon-card-wrapper{
  height: 100%;
}

/* ==================================================================== */

/* TEXT + IMAGE
/* ==================================================================== */

@media screen and (max-width: 768px ){
  .mob-full-btn .section-buttons a.btn{
    width: 100% !important;
  }
}

@media (min-width: 768px){
  .text-image-full{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

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

@media (min-width: 768px){
  .block-wrapper{
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 2.5rem;
  }

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

@media (min-width: 1280px){
  .block-wrapper{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px;
  }

  .block-wrapper > * {
    grid-area: 1 / 1 / 2
  }
}

.block-wrapper-swap .block-image{
  order: 2;
}

@media (min-width: 1280px){
  .block-wrapper-swap .block-image{
    margin-left: auto;
  }
}

@media (min-width: 768px){
  .block-text{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px){
  .block-text{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.block-image{
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .block-image{
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.block-image img{
  width: 100%;
}

@media (min-width: 768px){
  .block-image img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (min-width: 1280px) {
  .block-image {
    width: calc(50vw - 15rem);
  }

  .block-text .section-wrapper {
    padding-left: 29.375rem;
  }

  .block-wrapper-swap .block-text .section-wrapper {
    padding-right: 29.375rem;
    padding-left: 0;
  }
}

/* ==================================================================== */

/* TEXT + VIDEO
/* ==================================================================== */

.text-video .video-wrapper iframe{
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px){
  .text-video .video-wrapper iframe{
    margin: auto;
    width: 60%;
  }
}

.text-video .video-wrapper .wp-video{
  width: 100% !important;
}

.text-video .video-wrapper .mejs-video{
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100% !important;
}

.wp-video-shortcode video, video.wp-video-shortcode{
  height: 100% !important;
  width: 100% !important;
}

/* ==================================================================== */

/* ACCORDION
/* ==================================================================== */

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

.accordion__title{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 134 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}

.accordion__button{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-align: left;
}

.accordion__button, .accordion__button *{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.accordion__button.is-active svg{
  --tw-rotate: 45deg;
  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));
}

.accordion__button span{
  display: block;
  flex-grow: 1;
}

.accordion__button svg{
  flex-shrink: 0;
  transition-duration: 300ms;
}

.accordion__content{
  display: none;
  padding-top: 1rem;
}

/* ==================================================================== */

/* HERO 
/* ==================================================================== */

.hero{
  position: relative;
  display: flex;
  min-height: 40dvh;
  align-items: center;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.hero::before{
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  height: 100%;
  width: 100%;
  background-image: url('../img/bg-gradient-white.png');
  background-size: cover;
  background-position: right top;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 768px){
  .hero{
    min-height: calc(100dvh - 142px);
  }

  .hero::before{
    content: var(--tw-content);
    display: block;
  }
}

@media (min-width: 1024px){
  .hero{
    min-height: calc(100dvh - 126px);
  }
}

@media (min-width: 1366px) and (max-width: 1920px) {
  .hero .hero-h1{
    font-size: 4.5rem;
  }

  @media (min-width: 1280px){
    .hero .hero-h1{
      --tw-translate-x: -6.25rem;
      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));
    }
  }
}

@media screen and (max-width: 420px) {
  .hero-mob-h1{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

@media screen and (max-width: 320px) {
  .hero-mob-h1{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

.hero-car{
  position: absolute;
  bottom: 0px;
  --tw-translate-y: 0px !important;
  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)) !important;
  opacity: 1 !important;
}

@media (min-width: 640px){
  .hero-car{
    --tw-translate-x: -24rem;
    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));
  }
}

.hero-car img{
  width: 100%;
}

@media (min-width: 1280px){
  .hero-car img{
    width: 65vw;
  }
}

.anim-fade.hero-car{
  --tw-translate-x: 0px;
  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));
}

/* ==================================================================== */

/* IMAGE BLOCK
/* ==================================================================== */

.image-block{
  padding-top: 0px;
  padding-bottom: 0px;
}

/* ==================================================================== */

/* PAGE HEADER
/* ==================================================================== */

.page-header{
  padding-top: 1.75rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px){
  .page-header{
    padding-top: 2.25rem;
    padding-bottom: 1rem;
  }
}

/* ==================================================================== */

/* CLINIC DETAILS
/* ==================================================================== */

.clinic-details a{
  transition-duration: 500ms;
}

.clinic-details a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

/* ==================================================================== */

/* CALL TO ACTION
/* ==================================================================== */

/* .call-to-action.section-bg {
    @apply relative z-[2] my-6 md:my-[3.125rem] md:py-[6.25rem];
} */

/* .call-to-action .bean-wrapper {
    @apply grid items-center md:min-h-[500px] lg:min-h-[600px] bg-cta-bean bg-contain bg-no-repeat bg-center;
}

.call-to-action .bean-content {
    @apply py-12 space-y-8 mx-auto max-w-3xl lg:mt-12 xl:mt-16;
} */

/* ==================================================================== */

/* BEFORE AND AFTER
/* ==================================================================== */

.treatments-taxonomy,
.treatments-taxonomy *{
  display: inline-flex;
}

.treatments-taxonomy a{
  pointer-events: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.treatments-taxonomy *{
  line-height: 1;
}

.treatments-taxonomy > li:last-child  li:last-child a{
  border-right-width: 0px;
}

/* ==================================================================== */

/* CONTACT FORM
/* ==================================================================== */

body .gform_wrapper.gravity-theme input[type=email], 
body .gform_wrapper.gravity-theme input[type=month], 
body .gform_wrapper.gravity-theme input[type=number], 
body .gform_wrapper.gravity-theme input[type=password], 
body .gform_wrapper.gravity-theme input[type=search], 
body .gform_wrapper.gravity-theme input[type=tel], 
body .gform_wrapper.gravity-theme input[type=text], 
body .gform_wrapper.gravity-theme input[type=time], 
body .gform_wrapper.gravity-theme input[type=url], 
body .gform_wrapper.gravity-theme select, 
body .gform_wrapper.gravity-theme textarea{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.contact-form{
  background-image: url('../img/bg-contact-form.png');
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

/* ==================================================================== */

/* MAP
/* ==================================================================== */

.map-block{
  padding-top: 2.5rem;
}

@media (min-width: 1024px){
  .map-block{
    padding-top: 1.5rem;
  }
}

@media (min-width: 1280px){
  .map-block{
    margin-bottom: -2rem;
    padding-bottom: 0px;
  }
}

.map-block .section-title span{
  margin-left: 0.625rem;
  display: inline-block;
  height: 4rem;
  width: 3rem;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-left: 0px;
}

@media (min-width: 1024px){
  .map-block .section-title span{
    height: 8rem;
    width: 6rem;
  }
}

.map-block .section-title br{
  display: inline;
}

.map-block-locations ul{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

@media (min-width: 640px){
  .map-block-locations ul{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .map-block-locations ul{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}

.map-block-locations li{
  overflow-wrap: break-word;
}

.map-block-locations *::marker{
  --tw-text-opacity: 1;
  color: rgb(110 0 216 / var(--tw-text-opacity));
}

/* ==================================================================== */

/* TEAM
/* ==================================================================== */

#wpadminbar{
  z-index: 99998 !important;
}

.site-member{
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 99999;
  height: 100dvh;
  width: 100%;
  max-width: 72rem;
  --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));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 500ms;
}

.site-member.is-active{
  visibility: visible;
  --tw-translate-x: 0px;
  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));
}

.backdrop-overlay-team{
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 99998 !important;
  background-color: rgb(0 0 0 / 0.8);
  opacity: 0;
  transition-duration: 300ms;
}

.backdrop-overlay-team.is-active{
  visibility: visible;
  opacity: 1;
}

/* ==================================================================== */

/* GRAVITY FORM DEFAULT
/* ==================================================================== */

body .gform_wrapper.gravity-theme input[type=email], 
body .gform_wrapper.gravity-theme input[type=month], 
body .gform_wrapper.gravity-theme input[type=number], 
body .gform_wrapper.gravity-theme input[type=password], 
body .gform_wrapper.gravity-theme input[type=search], 
body .gform_wrapper.gravity-theme input[type=tel], 
body .gform_wrapper.gravity-theme input[type=text], 
body .gform_wrapper.gravity-theme input[type=time], 
body .gform_wrapper.gravity-theme input[type=url], 
body .gform_wrapper.gravity-theme select, 
body .gform_wrapper.gravity-theme textarea{
  border-radius: 0px !important;
}

body .gform_wrapper.gravity-theme  .gform_validation_errors > h2{
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: 0em;
}

body .gform_wrapper.gravity-theme input[type=file]::file-selector-button{
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
}

body .gform_wrapper.gravity-theme input[type=file]:focus{
  border-width: 0px;
  --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(0px + 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);
}

body .gform_wrapper.gravity-theme .ginput_container_textarea{
  line-height: 1;
}

body .gform_wrapper.gravity-theme .gfield textarea{
  height: 8rem !important;
}

body .gform_wrapper.gravity-theme .gform_fields{
  row-gap: 1.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

body .gform_wrapper.gravity-theme .gfield_label{
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

/* 
body .gform_wrapper.gravity-theme .gfield_error .gfield_label {
    @apply text-body;
}

body .gform_wrapper.gravity-theme .gfield_label .gfield_required {
    @apply text-body;
} */

body .gform_wrapper.gravity-theme .gfield_required{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: currentColor;
}

body .gform_wrapper.gform_wrapper.gravity-theme .ginput_container_checkbox{
  margin-top: 0.375rem;
}

body .gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}

@media (min-width: 768px){
  body .gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox{
    flex-direction: row;
  }
}

body .gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox .gchoice{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

body .gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox input{
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}

body .gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox input:focus{
  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(0px + 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);
}

body .gform_wrapper.gform_wrapper.gravity-theme .gfield_error .gfield_checkbox input{
  --tw-border-opacity: 1;
  border-color: rgb(192 43 10 / var(--tw-border-opacity));
}

body .gform_wrapper.gravity-theme .gfield-choice-input+label{
  max-width: none;
}

body .gform_required_legend{
  display: none;
}

body .gform_wrapper.gravity-theme .gform_footer{
  position: relative;
  margin-top: 2rem;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0px;
}

/* body .gform_wrapper.gravity-theme .gform_footer .gform_button.button {
    @apply m-auto cursor-pointer btn !h-[2.625rem] items-center !leading-normal !min-h-0;
} */

body .gform_wrapper.gravity-theme .gform_footer .gform_button.button{
  display: inline-block;
  min-width: 7.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 14px;
  padding-bottom: 9px;
  text-align: center;
  font-family: Newake Demo;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-duration: 400ms;
}

body
.section-content .gform_wrapper.gravity-theme .gform_footer .gform_button.button,body
.section-title .gform_wrapper.gravity-theme .gform_footer .gform_button.button{
  margin-left: auto;
  margin-right: auto;
}

body .gform_wrapper.gravity-theme .gform_footer .gform_button.button{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 134 / var(--tw-bg-opacity));
}

body .gform_wrapper.gravity-theme .gform_footer .gform_button.button:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

body .gform_wrapper.gravity-theme .gform_footer .gform_button.button{
  margin: auto;
  height: auto !important;
  min-height: 0px !important;
  min-width: 7.5rem !important;
  cursor: pointer;
  align-items: center;
}

@media not all and (min-width: 640px){
  body .gform_wrapper.gravity-theme .gform_footer .gform_button.button{
    line-height: 1 !important;
  }
}

body .gform_wrapper.gravity-theme .gfield_validation_message, 
body .gform_wrapper.gravity-theme .validation_message{
  margin-top: 0.5rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(192 43 10 / var(--tw-text-opacity));
}

body .gform_wrapper.gravity-theme .gform_validation_errors{
  margin-top: 0px;
  margin-bottom: 1.25rem;
  border-radius: 0px !important;
  border-width: 0px !important;
  background-color: transparent;
  padding: 0px;
  text-align: center;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body
.section-content .gform_wrapper.gravity-theme .gform_validation_errors,body
.section-title .gform_wrapper.gravity-theme .gform_validation_errors{
  margin-left: auto;
  margin-right: auto;
}

body .gform_wrapper .gform_validation_errors > h2{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

body .gform_wrapper .gform_validation_errors > h2 .gform-icon{
  display: none;
}

body img.gform_ajax_spinner{
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.gform_confirmation_message{
  text-align: center;
}


.section-content.gform_confirmation_message,
.section-title.gform_confirmation_message{
  margin-left: auto;
  margin-right: auto;
}

body .gform_wrapper.gravity-theme .gform_footer .button{
  display: inline-block;
  min-width: 7.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 14px;
  padding-bottom: 9px;
  text-align: center;
  font-family: Newake Demo;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-duration: 400ms;
}

body
.section-content .gform_wrapper.gravity-theme .gform_footer .button,body
.section-title .gform_wrapper.gravity-theme .gform_footer .button{
  margin-left: auto;
  margin-right: auto;
}

body .gform_wrapper.gravity-theme .gform_footer .button{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 134 / var(--tw-bg-opacity));
}

@media screen and (max-width: 768px ){
  .mob-full-btn .section-buttons abody .gform_wrapper.gravity-theme .gform_footer .button{
    width: 100% !important;
  }
}

body .gform_wrapper.gravity-theme .gfield_html.heading{
  margin-bottom: -0.625rem;
  margin-top: 1rem;
}

body .gform_wrapper.gravity-theme .gfield_html h3{
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  body .gform_wrapper.gravity-theme .gfield_html h3{
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

body .gform_wrapper.gravity-theme  .gform_body .gform_fields .gfield .datepicker{
  width: 100%;
}

body .gform_wrapper.gravity-theme .ginput_container_radio .gfield_radio{
  margin-top: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 0.5rem;
}

body .gform_wrapper.gravity-theme .ginput_container_radio .gfield_radio label{
  margin-left: 0.5rem;
  font-weight: 600;
}

body .gform_wrapper.gravity-theme .gform_button_select_files{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

body .gform_wrapper.gravity-theme .gform_button_select_files:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body .gform_wrapper.gravity-theme .gform_drop_area{
  margin-bottom: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body .gform_wrapper.gravity-theme .gform_fileupload_rules{
  margin-top: 0px;
}

/* ==================================================================== */

/* GRAVIFY FORM - FOOTER
/* ==================================================================== */

.gform-footer [type='text'], 
.gform-footer [type='email'], 
.gform-footer [type='url'], 
.gform-footer [type='password'], 
.gform-footer [type='number'], 
.gform-footer [type='date'],
.gform-footer [type='tel'],
.gform-footer textarea, 
.gform-footer select{
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.gform-footer [type='text']:focus, 
.gform-footer [type='email']:focus, 
.gform-footer [type='url']:focus, 
.gform-footer [type='password']:focus, 
.gform-footer [type='number']:focus, 
.gform-footer [type='date']:focus,
.gform-footer [type='tel']:focus,
.gform-footer textarea:focus, 
.gform-footer select:focus{
  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(0px + 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);
}

.gform-footer .gform_wrapper.gform_wrapper.gravity-theme .gfield_checkbox input{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}

body .gform-footer .gform_wrapper .gfield_required,
.gform-footer .gform_wrapper.gravity-theme .gfield_label,
.gform-footer .gform_wrapper.gravity-theme .gfield-choice-input+label{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gform-footer .gform_wrapper .gfield_error [aria-invalid=true]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 43 10 / var(--tw-border-opacity));
}

.gform-footer .gform_confirmation_message{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gform-footer .gform_wrapper .gfield_description{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gform-footer .gform_wrapper .gform_fileupload_rules{
  display: none !important;
}

/* ==================================================================== */

/* SITE HEADER
/* ==================================================================== */

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  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));
}

.site-header{
  position: sticky;
  top: 0px;
  z-index: 9998;
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1280px){
  .site-header{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.site-header + .mobile-nav{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

.site-header .pb-logo-text ,
.site-header + .mobile-nav .pb-logo-text{
  fill: #6E00D8;
}

.site-header .pb-marker-icon,
.site-header + .mobile-nav .pb-marker-icon{
  fill: #FF0086;
}

.site-header .pb-marker-text,
.site-header + .mobile-nav .pb-marker-text{
  fill: #fff;
}

.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
.site-header + .mobile-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

/* .site-header .container {
    @apply !max-w-[87.5rem];
} */

.site-header .anim{
  --tw-translate-y: -1.875rem;
  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));
}

.site-header .anim-fade{
  --tw-translate-y: 0px;
  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));
}

@media (min-width: 768px){
  .site-header.is-hidden{
    --tw-translate-y: -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));
  }
}

/* ============== SKY BLUE ============== */

.site-header-sky-blue,
.site-header-sky-blue + .mobile-nav{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

.site-header-sky-blue .pb-logo-text,
.site-header-sky-blue + .mobile-nav .pb-logo-text{
  fill: #6E00D8;
}

.site-header-sky-blue .pb-marker-icon,
.site-header-sky-blue + .mobile-nav .pb-marker-icon{
  fill: #FF0086;
}

.site-header-sky-blue .pb-marker-text,
.site-header-sky-blue + .mobile-nav .pb-marker-text{
  fill: #fff;
}

.site-header-sky-blue #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
.site-header-sky-blue + .mobile-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

/* ============ BRIGHT PINK ============ */

.site-header-bright-pink,
.site-header-bright-pink + .mobile-nav{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 134 / var(--tw-bg-opacity));
}

.site-header-bright-pink .pb-logo-text,
.site-header-bright-pink + .mobile-nav .pb-logo-text{
  fill: #FDD000;
}

.site-header-bright-pink .pb-marker-icon,
.site-header-bright-pink + .mobile-nav .pb-marker-icon{
  fill: #FDD000;
}

.site-header-bright-pink .pb-marker-text,
.site-header-bright-pink + .mobile-nav .pb-marker-text{
  fill: #6E00D8;
}

.site-header-bright-pink #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
.site-header-bright-pink + .mobile-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 134 / var(--tw-bg-opacity));
}

/* =========== DEEP PURPLE =========== */

.site-header-deep-purple,
.site-header-deep-purple + .mobile-nav{
  --tw-bg-opacity: 1;
  background-color: rgb(110 0 216 / var(--tw-bg-opacity));
}

.site-header-deep-purple .pb-logo-text,
.site-header-deep-purple + .mobile-nav .pb-logo-text{
  fill: #fff;
}

.site-header-deep-purple .pb-marker-icon,
.site-header-deep-purple + .mobile-nav .pb-marker-icon{
  fill: #FF0086;
}

.site-header-deep-purple .pb-marker-text,
.site-header-deep-purple + .mobile-nav .pb-marker-text{
  fill: #fff;
}

.site-header-deep-purple #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
.site-header-deep-purple + .mobile-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(110 0 216 / var(--tw-bg-opacity));
}

/* ============ AZURE BLUE ============ */

.site-header-azure-blue,
.site-header-azure-blue + .mobile-nav{
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 239 / var(--tw-bg-opacity));
}

.site-header-azure-blue .pb-logo-text,
.site-header-azure-blue + .mobile-nav .pb-logo-text{
  fill: #6E00D8;
}

.site-header-azure-blue .pb-marker-icon,
.site-header-azure-blue + .mobile-nav .pb-marker-icon{
  fill: #4DF4A7;
}

.site-header-azure-blue .pb-marker-text,
.site-header-azure-blue + .mobile-nav .pb-marker-text{
  fill: #6E00D8;
}

.site-header-azure-blue #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
.site-header-azure-blue + .mobile-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 239 / var(--tw-bg-opacity));
}

/* =========== COBALT BLUE =========== */

.site-header-cobalt-blue,
.site-header-cobalt-blue .mobile-nav{
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 232 / var(--tw-bg-opacity));
}

.site-header-cobalt-blue .pb-logo-text,
.site-header-cobalt-blue + .mobile-nav .pb-logo-text{
  fill: #FDD000;
}

.site-header-cobalt-blue .pb-marker-icon ,
.site-header-cobalt-blue + .mobile-nav .pb-marker-icon{
  fill: #FF0086;
}

.site-header-cobalt-blue .pb-marker-text,
.site-header-cobalt-blue + .mobile-nav .pb-marker-text{
  fill: #FDD000;
}

.site-header-cobalt-blue #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
.site-header-cobalt-blue + .mobile-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 232 / var(--tw-bg-opacity));
}

/* ==================================================================== */

/* PRIMARY MENU
/* ==================================================================== */

.site-header .custom-logo{
  position: relative;
  height: auto;
  width: 7rem;
}

@media (min-width: 768px){
  .site-header .custom-logo{
    width: 183px;
  }
}

@media (min-width: 1280px){
  .site-header .custom-logo{
    z-index: 1000;
  }
}

.toggle-mobile-menu{
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.375rem;
}

.section-buttons.toggle-mobile-menu{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px){
  .toggle-mobile-menu{
    display: none;
  }
}

.toggle-mobile-menu span{
  display: block;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 300ms;
}

.toggle-mobile-menu span:first-child{
  transform-origin: 90% 5px;
}

.toggle-mobile-menu.active span:first-child{
  --tw-rotate: -45deg;
  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));
}

.toggle-mobile-menu span:nth-child(2){
  width: 75%;
}

.toggle-mobile-menu.active span:nth-child(2){
  opacity: 0;
}

.toggle-mobile-menu span:last-child{
  transform-origin: 90% -3px;
}

.toggle-mobile-menu.active span:last-child{
  --tw-rotate: 45deg;
  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));
}

.main-menu{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 1280px){
  .main-menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.main-menu .menu-item{
  position: relative;
  display: flex;
  cursor: pointer;
  padding: 0.75rem;
}

.mobile-menu :where(a, button, .sub-menu, svg),
.main-menu :where(a, button, .sub-menu){
  transition-duration: 500ms;
}

.main-menu .menu-btn{
  padding-top: 0px;
  padding-bottom: 0px;
}

.main-menu .menu-item.menu-btn > :where(span, a){
  display: inline-block;
  min-width: 7.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 14px;
  padding-bottom: 9px;
  text-align: center;
  font-family: Newake Demo;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-duration: 400ms;
}


.section-content.main-menu .menu-item.menu-btn > :where(span, a),
.section-title.main-menu .menu-item.menu-btn > :where(span, a){
  margin-left: auto;
  margin-right: auto;
}

.main-menu .menu-item.menu-btn > :where(span, a){
  min-width: -moz-fit-content;
  min-width: fit-content;
  letter-spacing: 0em;
}

@media screen and (max-width: 768px ){
  .mob-full-btn .section-buttons a.main-menu .menu-item.menu-btn > :where(span, a){
    width: 100% !important;
  }
}

.main-menu .menu-item > span{
  display: flex;
  align-items: center;
}

/* .main-menu .menu-item:hover a {
    @apply text-primary;
} */

.main-menu .menu-item svg{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* .main-menu .menu-item:hover svg {
    @apply fill-primary;
} */

.menu-item > .is-active button,
.main-menu .menu-item:hover > span button{
  --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));
}

.main-menu .menu-item a{
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.main-menu .menu-item a:not(.sub-menu a)::after{
  position: absolute;
  right: 0px;
  bottom: -1.5rem;
  display: block;
  height: .1875rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-duration: 500ms;
}

.main-menu .menu-item a:not(.sub-menu a):hover::after{
  left: 0px;
  right: auto;
  content: var(--tw-content);
  width: 100%;
}

.main-menu .menu-item-has-children a:not(.sub-menu a):hover::after{
  content: var(--tw-content);
  display: none;
}

.main-menu .current-menu-item a:not(.sub-menu a)::after{
  content: var(--tw-content);
  width: 100%;
}

.main-menu .menu-item-has-children > span{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

.section-buttons.main-menu .menu-item-has-children > span{
  margin-left: auto;
  margin-right: auto;
}

.main-menu .menu-item-has-children:hover .sub-menu{
  visibility: visible;
  opacity: 1;
  transform: translate3d(0,0,0);
}

.main-menu .sub-menu{
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 10;
  width: 13rem;
}

.main-menu .sub-menu > :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));
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity));
}

.main-menu .sub-menu{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: translate3d(0,.75rem,0);
}

.main-menu .sub-menu .menu-item{
  display: block;
  background-color: transparent;
  padding: 0px;
}

.main-menu .sub-menu .menu-item a{
  display: block;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.main-menu .sub-menu .menu-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.main-menu .sub-menu .current-menu-item a{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

/* .main-menu .sub-menu .current-menu-item a,
.main-menu .current-menu-item a:not(.sub-menu a) {
    @apply text-secondary;
} */

.mobile-nav{
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 99999;
  height: 100dvh;
  width: 100%;
  --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));
  overflow-y: auto;
  padding-bottom: 4rem;
  opacity: 0;
  transition-duration: 300ms;
}

@media (min-width: 640px){
  .mobile-nav{
    max-width: 24rem;
  }
}

@media (min-width: 768px){
  .mobile-nav{
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px){
  .mobile-nav{
    display: none;
  }
}

.mobile-nav.show{
  visibility: visible;
  --tw-translate-x: 0px;
  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;
}

.mobile-nav-overlay{
  overflow-y: hidden;
}

@media (min-width: 1280px){
  .mobile-nav-overlay{
    overflow: visible;
  }
}

.mobile-nav-overlay::after{
  visibility: visible;
  background-color: rgb(0 0 0 / 0.8);
  content: var(--tw-content);
  opacity: 1;
}

@media (min-width: 1024px){
  .mobile-nav-overlay::after{
    content: var(--tw-content);
    display: none;
  }
}

.mobile-menu > :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));
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity));
}

.mobile-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.mobile-menu .menu-item{
  position: relative;
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.mobile-menu .menu-item > span{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.mobile-menu .menu-item a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.mobile-menu .menu-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
}

.mobile-menu .menu-item button{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

.mobile-menu .menu-item svg{
  fill: #000;
}

.mobile-menu .sub-menu{
  margin-top: 0.625rem;
  display: none;
}

.mobile-menu .sub-menu > :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));
}

.mobile-menu .sub-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.section.mobile-menu .sub-menu .curve-divider svg{
  fill: #F5F5F5;
}

.mobile-menu .sub-menu.show{
  display: block;
}

.mobile-menu .menu-item.show svg{
  --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));
}

.mobile-menu .sub-menu .current-menu-item a,
.mobile-menu .current-menu-item a:not(.sub-menu a){
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.mobile-nav .custom-logo-link > *{
  height: auto;
  width: 7rem;
}

.mobile-btn-close svg{
  height: 1.25rem;
  width: 1.25rem;
}

/* ==================================================================== */

/* SEARCH FORM
/* ==================================================================== */

.btn-search{
  margin-left: auto;
}

@media (min-width: 768px){
  .btn-search{
    margin-left: 0px;
  }
}

@media (min-width: 1280px){
  .btn-search{
    margin-left: auto;
    display: none;
  }
}

.btn-search.active{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.site-search-form{
  visibility: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  --tw-translate-y: 110%;
  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));
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 500ms;
}

@media (min-width: 1024px){
  .site-search-form{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.site-search-form.active{
  visibility: visible;
  --tw-translate-y: 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));
  opacity: 1;
}

/* ==================================================================== */

/* BACKDROP OVERLAY
/* ==================================================================== */

.backdrop-overlay{
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 9999;
  background-color: rgb(0 0 0 / 0.8);
  opacity: 0;
  transition-duration: 300ms;
}

@media (min-width: 1280px){
  .backdrop-overlay{
    display: none;
  }
}

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

/* ==================================================================== */

/* MEGA MENU
/* ==================================================================== */

#mega-menu-wrap-primary  #mega-menu-primary{
  display: block !important;
  background-color: transparent !important;
}

@media (min-width: 1280px){
  #mega-menu-wrap-primary  #mega-menu-primary > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  position: relative;
  height: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::before{
  position: absolute;
  bottom: -100%;
  height: 100%;
  content: var(--tw-content);
  width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::after{
  position: absolute;
  bottom: 0.25rem;
  right: 0px;
  display: block;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-duration: 500ms;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::after{
  left: 0.625rem;
  right: auto;
  content: var(--tw-content);
  width: calc(100% - 20px);
}

@media not all and (min-width: 1280px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link::after{
    content: var(--tw-content);
    display: none;
  }
}

@media (min-width: 1280px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    z-index: 1000;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link::after{
  left: 0.625rem;
  content: var(--tw-content);
  width: calc(100% - 20px);
}

@media not all and (min-width: 1280px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    background-color: rgb(0 0 0 / 0.1);
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
    background-color: rgb(0 0 0 / 0.1);
  }
}

/* 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    @apply header-color;
} */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  font-family: Newake Demo !important;
  font-weight: 400;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    @apply header-color;
} */

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
  padding-top: 0px;
  padding-bottom: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after{
  position: absolute;
  bottom: 0.25rem;
  right: 0px;
  display: block;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-duration: 500ms;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
  font-weight: 400 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover::after{
  left: 0px;
  right: auto;
  content: var(--tw-content);
  width: 100%;
}

@media not all and (min-width: 1280px){
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after{
    content: var(--tw-content);
    display: none;
  }
}

@media (min-width: 1280px){
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    display: inline-block;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-current-menu-item > a.mega-menu-link{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-current-menu-item > a.mega-menu-link{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-current-menu-item > a.mega-menu-link::after{
    content: var(--tw-content) !important;
    width: 100% !important;
  }
}

#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
  transition-property: none !important;
}

@media (min-width: 1280px){
  #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
    top: -30px;
    min-height: 550px;
    padding-top: 8.375rem;
    padding-bottom: 5rem;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    display: none;
  }
}

/* ==================================================================== */

/* CUSTOM
/* ==================================================================== */

iframe{
  max-width: 100%;
}

.gm-style .gm-style-iw-c{
  border-radius: 0px;
}

.gm-style-iw-d div > :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));
}

.gm-ui-hover-effect{
  border-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  .cta-packages .section-content{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* ==================================================================== */

/* BODY SCROLLBAR
/* ==================================================================== */

::-webkit-scrollbar{
  height: 0.25rem;
  width: 0.5rem;
}

::-webkit-scrollbar-thumb {
  /* Foreground */
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

::-webkit-scrollbar-track {
  /* Background */
  background-color: #f2f2f2;
}

div.scrollbar::-webkit-scrollbar{
  height: 0.25rem;
  width: 0.5rem;
}

/* ==================================================================== */

/* TRANSITION
/* ==================================================================== */

.anim {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: all 1s;
}

.anim-fade {
  transform: translateY(0);
  opacity: 1;
}

@media (prefers-reduced-motion) {
  .block-animate {
    transition: none;
  }
}

/* ==================================================================== */

/* PACE PAGE LOADER
/* ==================================================================== */

.pace{
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.pace-inactive{
  display: none;
}

.pace .pace-progress{
  position: fixed;
  top: 0px;
  right: 100%;
  z-index: 2000;
  height: 0.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

/* ==================================================================== */

/* SWIPER
/* ==================================================================== */

.swiper-button{
  position: static;
  margin-top: 0px;
  display: flex;
  height: auto;
  width: 2rem;
  flex-shrink: 0;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
}

.swiper-button::after{
  content: var(--tw-content);
  display: none;
}

@media (min-width: 768px){
  .swiper-button{
    width: 5rem;
  }
}

.swiper-button svg{
  --tw-translate-x: 0px;
  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));
  transition-duration: 500ms;
}

.swiper-button-next:hover svg{
  --tw-translate-x: 0.375rem;
  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));
}

.swiper-button-prev:hover svg{
  --tw-translate-x: -0.375rem;
  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));
}

.swiper-pagination{
  position: static;
}

.swiper-pagination-bullet{
  display: none;
  height: auto;
  width: auto;
  border-radius: 0px;
  background-color: transparent;
  font-weight: 500;
}

.swiper-pagination-bullet-active{
  display: block;
}

.swiper-slide{
  position: relative;
}

/* ==================================================================== */

/* BREADCRUMBS
/* ==================================================================== */

.breadcrumbs{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.breadcrumbs > span{
  display: inline-block;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* ==================================================================== */

/* POST NAVIGATION / PAGINATION
/* ==================================================================== */

.pagination{
  margin-top: 2rem;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.section-buttons.pagination{
  margin-left: auto;
  margin-right: auto;
}

.pagination li{
  border-bottom-width: 1px;
  border-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.pagination .current{
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
}

.pagination li a,
.pagination li span{
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  transition-duration: 300ms;
}


.section-content.pagination li a,
.section-title.pagination li a,
.section-content
.pagination li span,
.section-title
.pagination li span{
  margin-left: auto;
  margin-right: auto;
}

.pagination li .current{
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
}

.pagination svg,
.nav-links svg{
  --tw-translate-x: 0px;
  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));
  transition-duration: 500ms;
}

.pagination .prev:hover svg,
.nav-previous a:hover svg{
  --tw-translate-x: -0.375rem;
  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));
}

.pagination .next:hover svg,
.nav-next a:hover svg{
  --tw-translate-x: 0.375rem;
  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));
}

.post-navigation a{
  transition-duration: 500ms;
}

.post-navigation a:hover{
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
}

/* ==================================================================== */

/* BUTTON BACK TO TOP
/* ==================================================================== */

.back-to-top{
  visibility: hidden;
  position: fixed;
  bottom: 3.5rem;
  right: 0.5rem;
  z-index: 20;
  display: grid;
  height: 2.5rem;
  width: 2.5rem;
  --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));
  place-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 500ms;
}

.back-to-top:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .back-to-top{
    bottom: 1.25rem;
    right: 1.25rem;
  }
}

.back-to-top.show{
  visibility: visible;
  --tw-translate-x: 0px;
  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;
}

/* ==================================================================== */

/* MODAL BANNER
/* ==================================================================== */

.modal-banner{
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 9999;
  display: grid;
  place-items: center;
  background-color: rgb(0 0 0 / 0.8);
  padding: 1.25rem;
  opacity: 0;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-duration: 500ms;
}

@media (min-width: 768px){
  .modal-banner{
    padding: 2.5rem;
  }
}

.modal-banner.is-shown{
  visibility: visible;
  opacity: 1;
  transition-delay: 500ms;
}

.modal-banner.is-hidden{
  visibility: hidden;
  opacity: 0;
}

.modal_form_sent .modal-banner{
  visibility: hidden;
  display: none;
  opacity: 0;
}

.modal-banner__body{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-height: calc(100dvh - 200px);
  width: 100%;
  max-width: 72rem;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .modal-banner__body{
    max-height: -moz-max-content;
    max-height: max-content;
    grid-auto-rows: minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }
}

.modal-banner__image{
  display: none;
}

@media (min-width: 768px){
  .modal-banner__image{
    display: block;
  }
}

.modal-banner__image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.modal-banner__form{
  padding: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px){
  .modal-banner__form{
    padding: 3rem;
  }
}

.modal-banner__form.form-confirmation{
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-buttons.modal-banner__form.form-confirmation{
  margin-left: auto;
  margin-right: auto;
}

.modal-banner__form.form-confirmation .gform_confirmation_wrapper{
  margin-bottom: 0.625rem;
}

.modal-banner__form.form-confirmation h3.h4{
  display: none;
}

.modal-banner__form .gform_wrapper.gravity-theme .gform_fields{
  gap: 0.75rem;
}

.modal-banner__form .gform_wrapper.gravity-theme .gform_footer{
  margin-top: 0.875rem;
}

@media (min-width: 768px){
  .modal-banner__form .gform_wrapper.gravity-theme .gform_footer{
    margin-top: 1rem;
  }
}

/* .modal-banner__form .gform_wrapper.gravity-theme .gform_footer .gform_button.button {
    @apply mr-0;
} */

.modal-banner__form .gform_wrapper.gravity-theme .gform_validation_errors{
  text-align: left;
}

/* .modal-banner__form img.gform_ajax_spinner {
    @apply absolute right-0 left-auto mx-auto -bottom-5;
} */

.modal-banner__close{
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}

@media (min-width: 640px){
  .modal-banner__close{
    top: 1.25rem;
    right: 1.25rem;
  }
}

.modal-banner__close svg{
  fill: #000;
}

.modal-banner__form .gform_wrapper.gravity-theme input[type=email], 
.modal-banner__form .gform_wrapper.gravity-theme input[type=tel], 
.modal-banner__form .gform_wrapper.gravity-theme input[type=text]{
  border-radius: 0.25rem !important;
}

/* ==================================================================== */

/* FOOTER
/* ==================================================================== */

.site-footer{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(110 0 216 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){
  .site-footer{
    padding-top: 50px;
    padding-bottom: 2.25rem;
  }
}

.footer-policy-menu{
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-buttons.footer-policy-menu{
  margin-left: auto;
  margin-right: auto;
}

.footer-policy-menu li a{
  border-right-width: 1px;
  border-color: rgb(255 255 255 / 0.6);
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-policy-menu li:last-child a{
  border-right-width: 0px;
}

.footer-policy-menu li a{
  transition-duration: 500ms;
}

.footer-policy-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.footer-widget-title{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(253 208 0 / var(--tw-border-opacity));
  padding-bottom: 0.25rem;
  font-family: Newake Demo;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(253 208 0 / var(--tw-text-opacity));
}

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

.footer-quick-links a{
  font-family: Newake Demo;
  text-transform: uppercase;
  letter-spacing: 0.8;
}

/* ==================================================================== */

/* POPUP
/* ==================================================================== */

.popup{
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 99999;
  display: grid;
  height: 100dvh;
  align-items: center;
  overflow: auto;
  background-color: rgb(102 210 248 / 0.4);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  opacity: 0;
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-duration: 300ms;
}

.popup.open{
  visibility: visible;
  opacity: 1;
}

.popup-body{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 56rem;
  gap: 2.25rem;
}

@media (min-width: 640px){
  .popup-body{
    grid-auto-rows: minmax(0, 1fr);
  }
}

@media (min-width: 768px){
  .popup-body{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.popup-card{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


.section-content.popup-card,
.section-title.popup-card{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px){
  .popup-card{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.popup-card-button{
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  align-self: center;
  padding-top: 0.75rem;
}

/* .popup-btn-open {
    @apply !pr-0;
} */

.popup-btn-open{
  display: inline-block;
  min-width: 7.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 14px;
  padding-bottom: 9px;
  text-align: center;
  font-family: Newake Demo;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-duration: 400ms;
}


.section-content.popup-btn-open,
.section-title.popup-btn-open{
  margin-left: auto;
  margin-right: auto;
}

.popup-btn-open{
  margin-left: 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media screen and (max-width: 768px ){
  .mob-full-btn .section-buttons a.popup-btn-open{
    width: 100% !important;
  }
}

.popup-btn-open::after{
  content: var(--tw-content) !important;
  display: none !important;
}

.popup-btn-open:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(102 210 248 / var(--tw-text-opacity)) !important;
}

.popup-btn-close{
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.popup-btn-close svg{
  fill: #fff;
}

.woocommerce .products ul,
.woocommerce ul.products{
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  gap: 1rem;
}

.woocommerce .products ul::before,
.woocommerce ul.products::before{
  content: var(--tw-content);
  display: none;
}

.woocommerce .products ul::after,
.woocommerce ul.products::after{
  content: var(--tw-content);
  display: none;
}

@media (min-width: 640px){
  .woocommerce .products ul,
.woocommerce ul.products{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .woocommerce .products ul,
.woocommerce ul.products{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
  float: none;
  margin: 0px !important;
  width: 100% !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 500ms;
}

.woocommerce ul.products li.product .count, 
.woocommerce-page ul.products li.product .count{
  display: none;
}

.woocommerce ul.products li.product a img{
  margin-bottom: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(110 0 216 / var(--tw-border-opacity));
  transition-duration: 500ms;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: normal;
  transition-duration: 500ms;
}


.section-content.woocommerce ul.products li.product .woocommerce-loop-category__title,
.section-title.woocommerce ul.products li.product .woocommerce-loop-category__title,
.section-content 
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.section-title 
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.section-content 
.woocommerce ul.products li.product h3,
.section-title 
.woocommerce ul.products li.product h3{
  margin-left: auto;
  margin-right: auto;
}

.woocommerce ul.products li.product a:hover img{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 134 / var(--tw-border-opacity));
}

.woocommerce ul.products li.product a:hover h2{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.woocommerce-pagination{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers{
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  border-width: 0px;
}

.section-buttons.woocommerce nav.woocommerce-pagination ul.page-numbers{
  margin-left: auto;
  margin-right: auto;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers::before{
  content: var(--tw-content);
  display: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers::after{
  content: var(--tw-content);
  display: none;
}

@media (min-width: 768px){
  .woocommerce nav.woocommerce-pagination ul.page-numbers{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.woocommerce nav.woocommerce-pagination ul li{
  float: none;
  border-right-width: 0px;
}

.woocommerce nav.woocommerce-pagination ul li a{
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
  transition-duration: 300ms;
}


.section-content.woocommerce nav.woocommerce-pagination ul li a,
.section-title.woocommerce nav.woocommerce-pagination ul li a{
  margin-left: auto;
  margin-right: auto;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.woocommerce nav.woocommerce-pagination ul li a:focus{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.woocommerce nav.woocommerce-pagination ul li span.current{
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.woocommerce .product div.summary{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.woocommerce .product div.summary :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.woocommerce .product div.summary :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.woocommerce .product div.summary :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.woocommerce .product div.summary :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.woocommerce .product div.summary :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.woocommerce .product div.summary :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.woocommerce .product div.summary :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.woocommerce .product div.summary :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.woocommerce .product div.summary :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.woocommerce .product div.summary :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.woocommerce .product div.summary :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.woocommerce .product div.summary :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.woocommerce .product div.summary :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.woocommerce .product div.summary :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.woocommerce .product div.summary :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.woocommerce .product div.summary :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.woocommerce .product div.summary :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.woocommerce .product div.summary :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.woocommerce .product div.summary :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.woocommerce .product div.summary :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.woocommerce .product div.summary :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.woocommerce .product div.summary :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.woocommerce .product div.summary :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.woocommerce .product div.summary :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.woocommerce .product div.summary :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.woocommerce .product div.summary :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.woocommerce .product div.summary :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.woocommerce .product div.summary :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.woocommerce .product div.summary :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.woocommerce .product div.summary :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.woocommerce .product div.summary :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.woocommerce .product div.summary :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce .product div.summary :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce .product div.summary :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.woocommerce .product div.summary :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.woocommerce .product div.summary :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.woocommerce .product div.summary :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.woocommerce .product div.summary :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.woocommerce .product div.summary :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.woocommerce .product div.summary :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.woocommerce .product div.summary :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.woocommerce .product div.summary :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.woocommerce .product div.summary :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.woocommerce .product div.summary :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.woocommerce .product div.summary :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.woocommerce .product div.summary :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.woocommerce .product div.summary :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.woocommerce .product div.summary :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.woocommerce .product div.summary :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.woocommerce .product div.summary :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.woocommerce .product div.summary :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.woocommerce .product div.summary :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.woocommerce .product div.summary :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.woocommerce .product div.summary :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.woocommerce .product div.summary :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.woocommerce .product div.summary :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.woocommerce .product div.summary{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.woocommerce .product div.summary :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.woocommerce .product div.summary :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce .product div.summary :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce .product div.summary :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.woocommerce .product div.summary :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.woocommerce .product div.summary :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.woocommerce .product div.summary :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.woocommerce .product div.summary :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.woocommerce .product div.summary :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.woocommerce .product div.summary :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.woocommerce .product div.summary :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.woocommerce .product div.summary :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.woocommerce .product div.summary :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce .product div.summary :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce .product div.summary :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce .product div.summary :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce .product div.summary :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.woocommerce .product div.summary :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.woocommerce .product div.summary :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.woocommerce .product div.summary :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.woocommerce .product div.summary :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.woocommerce .product div.summary :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.woocommerce .product div.summary :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-sm :where(.woocommerce .product div.summary > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.woocommerce .product div.summary > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.woocommerce .product div.summary > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.woocommerce .product div.summary > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.woocommerce .product div.summary > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.woocommerce .product div.summary > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(.woocommerce .product div.summary > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-base :where(.woocommerce .product div.summary > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose-base :where(.woocommerce .product div.summary > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose-base :where(.woocommerce .product div.summary > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose-base :where(.woocommerce .product div.summary > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose-base :where(.woocommerce .product div.summary > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose-base :where(.woocommerce .product div.summary > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-base :where(.woocommerce .product div.summary > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-lg :where(.woocommerce .product div.summary > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.woocommerce .product div.summary > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.woocommerce .product div.summary > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.woocommerce .product div.summary > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.woocommerce .product div.summary > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.woocommerce .product div.summary > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(.woocommerce .product div.summary > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-xl :where(.woocommerce .product div.summary > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.woocommerce .product div.summary > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.woocommerce .product div.summary > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(.woocommerce .product div.summary > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}

.prose-xl :where(.woocommerce .product div.summary > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}

.prose-xl :where(.woocommerce .product div.summary > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-xl :where(.woocommerce .product div.summary > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-2xl :where(.woocommerce .product div.summary > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl :where(.woocommerce .product div.summary > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(.woocommerce .product div.summary > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.woocommerce .product div.summary > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-2xl :where(.woocommerce .product div.summary > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.woocommerce .product div.summary > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose-2xl :where(.woocommerce .product div.summary > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.woocommerce .product div.summary{
  max-width: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.woocommerce .product div.summary :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-top: 0px;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.woocommerce .product div.summary :is(:where(h1):not(:where([class~="not-prose"] *))){
  font-family: Newake Demo;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: .25rem;
}

@media (min-width: 1024px){
  .woocommerce .product div.summary :is(:where(h1):not(:where([class~="not-prose"] *))){
    font-size: 4.4rem;
  }
}

@media (min-width: 1280px){
  .woocommerce .product div.summary :is(:where(h1):not(:where([class~="not-prose"] *))){
    font-size: 5rem;
    line-height: 5.625rem;
  }
}

.woocommerce .product div.summary :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-family: Newake Demo;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: .2rem;
}

@media (min-width: 1024px){
  .woocommerce .product div.summary :is(:where(h2):not(:where([class~="not-prose"] *))){
    font-size: 4rem;
    line-height: 4.625rem;
  }
}

.woocommerce .product div.summary :is(:where(h3):not(:where([class~="not-prose"] *))){
  font-family: Newake Demo;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: .1125rem;
}

@media (min-width: 1024px){
  .woocommerce .product div.summary :is(:where(h3):not(:where([class~="not-prose"] *))){
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}

.woocommerce .product div.summary :is(:where(h4):not(:where([class~="not-prose"] *))){
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  .woocommerce .product div.summary :is(:where(h4):not(:where([class~="not-prose"] *))){
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.woocommerce .product div.summary :is(:where(h5):not(:where([class~="not-prose"] *))){
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  .woocommerce .product div.summary :is(:where(h5):not(:where([class~="not-prose"] *))){
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

.woocommerce .product div.summary :is(:where(h6):not(:where([class~="not-prose"] *))){
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  .woocommerce .product div.summary :is(:where(h6):not(:where([class~="not-prose"] *))){
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.woocommerce .product div.summary :is(:where(a):not(:where([class~="not-prose"] *))){
  transition-duration: 500ms;
}

.woocommerce .product div.summary :is(:where(a):not(:where([class~="not-prose"] *))):hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.woocommerce .product div.summary img{
  display: inline;
}

.woocommerce .product div.summary * :is(:where(li):not(:where([class~="not-prose"] *)))::marker{
  color: rgb(102 210 248 );
}

.woocommerce .product div.summary :is(:where(li):not(:where([class~="not-prose"] *)))::marker{
  color: rgb(102 210 248 );
}

.woocommerce div.product .product_title{
  text-transform: uppercase;
  font-family: Newake Demo;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: .2rem;
}

@media (min-width: 1024px){
  .woocommerce div.product .product_title{
    font-size: 4rem;
    line-height: 4.625rem;
  }
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images{
  float: none;
  margin-bottom: 0px;
  width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: 0.75rem;
}

.woocommerce div.product div.images .flex-control-thumbs li{
  padding: 0.75rem;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.single-product .product{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 768px){
  .single-product .product{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}

.single-product .content-area{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.woocommerce-shop .product-loop-image{
  position: relative;
  display: flex;
  justify-content: center;
}

.section-buttons.woocommerce-shop .product-loop-image{
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-shop .product-loop-image img{
  opacity: 0;
}

.woocommerce-shop .anim-fade .product-loop-image img{
  opacity: 1;
  transition-duration: 500;
}

.woocommerce-shop .anim-line{
  position: absolute;
  top: 50%;
  height: 0.25rem;
  width: 3rem;
  max-width: 100%;
  --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));
}

.woocommerce-shop .anim-line span{
  display: block;
  height: 100%;
  width: 0px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0;
}

.woocommerce-shop .anim-fade .anim-line span {
  animation: anim-width .3s;
}

/*
.woocommerce-shop .anim-fade .anim-line {
    @apply w-20;
} */

/* .woocommerce-shop .anim-fade .anim-line {
    position: absolute;
    inset: 0;
    height: 2px;
    width: 100px;
    background-color: red;
} */

/* @keyframes  anim-width {
    0% {
        width: 0;
        opacity: 0;
    } 100% {
        width: 100%;
        opacity: 1;
    }
} */

/* .woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current */

/* .woocommerce div.product {
    @apply flex flex-col  md:grid md:grid-cols-2 gap-10;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    @apply !float-none !w-full mb-0;
}

.woocommerce div.product div.summary {
    @apply mb-0 space-y-6 !float-none !w-full;
}



.woocommerce ul.products li.product a {
    @apply block relative p-4 border border-secondary h-full text-center hover:border-secondary/50 duration-500;
}

.woocommerce ul.products li.product a img {
    @apply mb-0 scale-100 duration-500;
}

.woocommerce ul.products li.product a:hover img {
    @apply scale-110 grayscale;
}



.woocommerce ul.products li.product .woocommerce-loop-category__title .count {
    @apply hidden;
} 


.woocommerce ul.products li.product a:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product a:hover h3 {
    @apply text-secondary;
}

.woocommerce .woocommerce-breadcrumb {
    @apply text-xs text-white;
}

.woocommerce .woocommerce-breadcrumb a {
    @apply text-white no-underline;
}

.term-description {
    @apply grid lg:grid-cols-2 gap-10 mb-12;
}

.woocommerce nav.woocommerce-pagination ul {
    @apply pt-5 border-0 flex items-center justify-center gap-4;
}

.woocommerce nav.woocommerce-pagination ul li {
    @apply border-0 bg-transparent float-none;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    @apply min-w-0 p-0 text-base text-primary leading-6 hover:bg-transparent after:block after:border-b-2 after:border-transparent hover:text-primary;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    @apply font-semibold bg-transparent text-primary after:border-primary;
}

*/

@media (min-width: 768px){
  .woocommerce #content div.product .woocommerce-tabs, 
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs{
    grid-column: span 2 / span 2;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
  position: sticky;
  top: 6rem;
  margin: 0px;
  display: flex;
  overflow: auto;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
  content: var(--tw-content) !important;
  display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::after{
  content: var(--tw-content) !important;
  display: none !important;
}

@media (min-width: 768px){
  .woocommerce div.product .woocommerce-tabs ul.tabs{
    top: 2rem;
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px){
  .woocommerce div.product .woocommerce-tabs ul.tabs{
    top: 2.5rem;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
  margin: 0px;
  display: block !important;
  border-radius: 0px;
  border-width: 0px;
  border-bottom-width: 2px !important;
  border-color: transparent !important;
  background-color: transparent;
  padding: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  content: var(--tw-content);
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
  content: var(--tw-content);
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child{
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  display: block;
  white-space: nowrap;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .woocommerce div.product .woocommerce-tabs ul.tabs li a{
    white-space: normal;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  --tw-border-opacity: 1 !important;
  border-color: rgb(102 210 248 / var(--tw-border-opacity)) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.woocommerce div.product .woocommerce-tabs .panel{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  .woocommerce div.product .woocommerce-tabs .panel{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.woocommerce div.product .woocommerce-tabs .panel > div{
  width: 100%;
  overflow-x: auto;
}

.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering{
  float: none;
  display: flex;
  justify-content: flex-end;
}

.section-buttons.woocommerce .woocommerce-ordering,.section-buttons 
.woocommerce-page .woocommerce-ordering{
  margin-left: auto;
}

.single-product .site-content.overflow-x-hidden{
  overflow-x: visible;
  contain: paint;
}

#breadcrumbs{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#breadcrumbs .breadcrumb_last{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

/* --------------------- PRODUCT CATEGORIES --------------------- */

.woo-term-wrapper{
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  gap: 1rem;
}

@media (min-width: 640px){
  .woo-term-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .woo-term-wrapper{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.woocommerce ul.products li.product-category > a,
.woo-term-url{
  position: relative;
  display: block;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.woocommerce ul.products li.product-category > a::after,
.woo-term-url::after{
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.7);
  content: var(--tw-content);
  transition-duration: 500ms;
}

.woocommerce ul.products li.product-category > a:hover::after,
.woo-term-url:hover::after{
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.4);
}

.woocommerce ul.products li.product-category,
.woo-li{
  height: 15rem;
  list-style-type: none;
  overflow: hidden;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title,
.woo-term-title{
  position: absolute;
  inset: 0px;
  z-index: 2;
  display: grid;
  place-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title{
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  .woocommerce ul.products li.product-category .woocommerce-loop-category__title{
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.modal-banner__form.form-confirmation h3.woocommerce ul.products li.product-category .woocommerce-loop-category__title{
  display: none;
}

.woocommerce ul.products li.product-category img,
.woo-term-image{
  margin: 0px !important;
  display: block;
  height: 100% !important;
  width: 100%;
  border-width: 0px !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition-duration: 500ms;
}

.woocommerce ul.products li.product-category > a:hover img,
.woo-term-url:hover .woo-term-image{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

/* --------------- SHOP, ARCHIVE, SINGLE PRODUCT --------------------- */

.woocommerce:where(.woocommerce-shop, .archive, .single-product) .site-wrapper{
  padding-top: 0px;
}

.woocommerce-products-header{
  margin-bottom: 3rem;
}

@media (min-width: 768px){
  .woocommerce-products-header{
    margin-bottom: 6rem;
  }
}

.woocommerce-no-products-found > *{
  margin-bottom: 0px;
}

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

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.-top-\[28px\]{
  top: -28px;
}

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

.bottom-0{
  bottom: 0px;
}

.bottom-1{
  bottom: 0.25rem;
}

.bottom-1\.5{
  bottom: 0.375rem;
}

.bottom-12{
  bottom: 3rem;
}

.bottom-14{
  bottom: 3.5rem;
}

.left-0{
  left: 0px;
}

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

.left-auto{
  left: auto;
}

.right-0{
  right: 0px;
}

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

.right-2{
  right: 0.5rem;
}

.right-2\.5{
  right: 0.625rem;
}

.right-2\/3{
  right: 66.666667%;
}

.right-32{
  right: 8rem;
}

.right-5{
  right: 1.25rem;
}

.right-full{
  right: 100%;
}

.top-0{
  top: 0px;
}

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

.top-10{
  top: 2.5rem;
}

.top-14{
  top: 3.5rem;
}

.top-2{
  top: 0.5rem;
}

.top-2\.5{
  top: 0.625rem;
}

.top-24{
  top: 6rem;
}

.top-4{
  top: 1rem;
}

.top-44{
  top: 11rem;
}

.top-full{
  top: 100%;
}

.\!z-\[99998\]{
  z-index: 99998 !important;
}

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

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

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

.z-\[1000\]{
  z-index: 1000;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[2000\]{
  z-index: 2000;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[9998\]{
  z-index: 9998;
}

.z-\[99999\]{
  z-index: 99999;
}

.z-\[9999\]{
  z-index: 9999;
}

.order-2{
  order: 2;
}

.col-span-full{
  grid-column: 1 / -1;
}

.row-span-full{
  grid-row: 1 / -1;
}

.float-end{
  float: inline-end;
}

.\!float-none{
  float: none !important;
}

.float-none{
  float: none;
}

.\!m-0{
  margin: 0px !important;
}

.m-0{
  margin: 0px;
}

.m-8{
  margin: 2rem;
}

.m-auto{
  margin: auto;
}

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

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

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

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

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

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

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

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

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

.-mb-2\.5{
  margin-bottom: -0.625rem;
}

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

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

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

.mb-1\.5{
  margin-bottom: 0.375rem;
}

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

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

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

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

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

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

.ml-2\.5{
  margin-left: 0.625rem;
}

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

.ml-auto{
  margin-left: auto;
}

.mr-auto{
  margin-right: auto;
}

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

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

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

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

.mt-2\.5{
  margin-top: 0.625rem;
}

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

.mt-3\.5{
  margin-top: 0.875rem;
}

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

.mt-auto{
  margin-top: auto;
}

.\!block{
  display: block !important;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.\!contents{
  display: contents !important;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.\!h-\[2\.625rem\]{
  height: 2.625rem !important;
}

.\!h-\[9\.375rem\]{
  height: 9.375rem !important;
}

.\!h-auto{
  height: auto !important;
}

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

.h-0{
  height: 0px;
}

.h-0\.5{
  height: 0.125rem;
}

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-16{
  height: 4rem;
}

.h-3{
  height: 0.75rem;
}

.h-5{
  height: 1.25rem;
}

.h-52{
  height: 13rem;
}

.h-6{
  height: 1.5rem;
}

.h-60{
  height: 15rem;
}

.h-\[100dvh\]{
  height: 100dvh;
}

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

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

.h-\[calc\(100\%_-_28px\)\]{
  height: calc(100% - 28px);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-\[calc\(100dvh_-_200px\)\]{
  max-height: calc(100dvh - 200px);
}

.\!min-h-0{
  min-height: 0px !important;
}

.min-h-\[40dvh\]{
  min-height: 40dvh;
}

.min-h-screen{
  min-height: 100vh;
}

.\!w-full{
  width: 100% !important;
}

.w-0{
  width: 0px;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-32{
  width: 8rem;
}

.w-5{
  width: 1.25rem;
}

.w-52{
  width: 13rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-\[110px\]{
  width: 110px;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.\!min-w-\[7\.5rem\]{
  min-width: 7.5rem !important;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[7\.5rem\]{
  min-width: 7.5rem;
}

.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-min{
  min-width: -moz-min-content;
  min-width: min-content;
}

.\!max-w-\[87\.5rem\]{
  max-width: 87.5rem !important;
}

.\!max-w-\[calc\(1366px_-_2rem\)\]{
  max-width: calc(1366px - 2rem) !important;
}

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

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

.max-w-6xl{
  max-width: 72rem;
}

.max-w-full{
  max-width: 100%;
}

.max-w-none{
  max-width: none;
}

.max-w-sm{
  max-width: 24rem;
}

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

.grow{
  flex-grow: 1;
}

.origin-\[90\%_-3px\]{
  transform-origin: 90% -3px;
}

.origin-\[90\%_5px\]{
  transform-origin: 90% 5px;
}

.\!translate-y-0{
  --tw-translate-y: 0px !important;
  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)) !important;
}

.-translate-x-1{
  --tw-translate-x: -0.25rem;
  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-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-y-\[1\.875rem\]{
  --tw-translate-y: -1.875rem;
  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: 0px;
  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-1{
  --tw-translate-x: 0.25rem;
  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-\[100\%\]{
  --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));
}

.translate-x-full{
  --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));
}

.translate-y-\[110\%\]{
  --tw-translate-y: 110%;
  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-y-full{
  --tw-translate-y: 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));
}

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

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes float{
  0%{
    opacity: 1;
    transform: translatey(0px);
  }

  50%{
    opacity: 0.5;
    transform: translatey(-20px);
  }

  100%{
    opacity: 1;
    transform: translatey(0px);
  }
}

.animate-float{
  animation: float 6s ease-in-out infinite;
}

@keyframes float{
  0%{
    opacity: 1;
    transform: translatey(0px);
  }

  50%{
    opacity: 0.5;
    transform: translatey(-20px);
  }

  100%{
    opacity: 1;
    transform: translatey(0px);
  }
}

.animate-float2{
  animation: float 6s ease-in-out 1s infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

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

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

.flex-col{
  flex-direction: column;
}

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

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

.items-start{
  align-items: flex-start;
}

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.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-9{
  gap: 2.25rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

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

.gap-y-7{
  row-gap: 1.75rem;
}

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

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

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

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

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

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

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

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

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * 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));
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-clip{
  overflow: clip;
}

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

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

.overflow-y-hidden{
  overflow-y: hidden;
}

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

.scroll-smooth{
  scroll-behavior: smooth;
}

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

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

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

.\!rounded{
  border-radius: 0.25rem !important;
}

.\!rounded-none{
  border-radius: 0px !important;
}

.rounded{
  border-radius: 0.25rem;
}

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

.rounded-none{
  border-radius: 0px;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-bl-\[40px\]{
  border-bottom-left-radius: 40px;
}

.\!border-0{
  border-width: 0px !important;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

.\!border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.\!border-transparent{
  border-color: transparent !important;
}

.border-\[\#f0f0f0\]{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-pb-azure{
  --tw-border-opacity: 1;
  border-color: rgb(0 154 239 / var(--tw-border-opacity));
}

.border-pb-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 122 232 / var(--tw-border-opacity));
}

.border-pb-green{
  --tw-border-opacity: 1;
  border-color: rgb(32 186 0 / var(--tw-border-opacity));
}

.border-pb-mint{
  --tw-border-opacity: 1;
  border-color: rgb(77 244 167 / var(--tw-border-opacity));
}

.border-pb-pink{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 134 / var(--tw-border-opacity));
}

.border-pb-purple{
  --tw-border-opacity: 1;
  border-color: rgb(110 0 216 / var(--tw-border-opacity));
}

.border-pb-red{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 67 / var(--tw-border-opacity));
}

.border-pb-sky{
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
}

.border-pb-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(253 208 0 / var(--tw-border-opacity));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 134 / var(--tw-border-opacity));
}

.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-tertiary{
  --tw-border-opacity: 1;
  border-color: rgb(110 0 216 / var(--tw-border-opacity));
}

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

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/60{
  border-color: rgb(255 255 255 / 0.6);
}

.\!bg-transparent{
  background-color: transparent !important;
}

.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-pb-azure{
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 239 / var(--tw-bg-opacity));
}

.bg-pb-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 232 / var(--tw-bg-opacity));
}

.bg-pb-green{
  --tw-bg-opacity: 1;
  background-color: rgb(32 186 0 / var(--tw-bg-opacity));
}

.bg-pb-mint{
  --tw-bg-opacity: 1;
  background-color: rgb(77 244 167 / var(--tw-bg-opacity));
}

.bg-pb-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 134 / var(--tw-bg-opacity));
}

.bg-pb-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(110 0 216 / var(--tw-bg-opacity));
}

.bg-pb-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 67 / var(--tw-bg-opacity));
}

.bg-pb-sky{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

.bg-pb-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(253 208 0 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

.bg-primary\/40{
  background-color: rgb(102 210 248 / 0.4);
}

.bg-transparent{
  background-color: transparent;
}

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

.bg-contact-form{
  background-image: url('../img/bg-contact-form.png');
}

.bg-gradient-pink{
  background-image: url('../img/bg-gradient-pink.png');
}

.bg-gradient-pink-2{
  background-image: url('../img/bg-gradient-pink-2.png');
}

.bg-gradient-yellow{
  background-image: url('../img/bg-gradient-yellow.png');
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-left-top{
  background-position: left top;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-black{
  fill: #000;
}

.fill-secondary{
  fill: #FF0086;
}

.fill-tertiary{
  fill: #6E00D8;
}

.fill-white{
  fill: #fff;
}

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-0{
  padding: 0px;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-7{
  padding: 1.75rem;
}

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

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

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

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

.pb-1\.5{
  padding-bottom: 0.375rem;
}

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

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

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

.pb-2\.5{
  padding-bottom: 0.625rem;
}

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

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

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

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

.pb-\[9px\]{
  padding-bottom: 9px;
}

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

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

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

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

.pr-3\.5{
  padding-right: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

.pt-\[14px\]{
  padding-top: 14px;
}

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

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

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

.align-\[-1px\]{
  vertical-align: -1px;
}

.\!font-newake-demo{
  font-family: Newake Demo !important;
}

.\!font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-montserrat{
  font-family: "Montserrat", sans-serif;
}

.font-newake-demo{
  font-family: Newake Demo;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-\[4\.5rem\]{
  font-size: 4.5rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

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

.font-semibold{
  font-weight: 600;
}

.\!uppercase{
  text-transform: uppercase !important;
}

.uppercase{
  text-transform: uppercase;
}

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

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

.leading-6{
  line-height: 1.5rem;
}

.leading-\[23px\]{
  line-height: 23px;
}

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

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

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

.\!tracking-\[1px\]{
  letter-spacing: 1px !important;
}

.tracking-\[\.1125rem\]{
  letter-spacing: .1125rem;
}

.tracking-\[\.25rem\]{
  letter-spacing: .25rem;
}

.tracking-\[\.2rem\]{
  letter-spacing: .2rem;
}

.tracking-\[0\.8\]{
  letter-spacing: 0.8;
}

.tracking-\[0\.8px\]{
  letter-spacing: 0.8px;
}

.tracking-\[1px\]{
  letter-spacing: 1px;
}

.tracking-\[2px\]{
  letter-spacing: 2px;
}

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

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-pb-azure{
  --tw-text-opacity: 1;
  color: rgb(0 154 239 / var(--tw-text-opacity));
}

.text-pb-blue{
  --tw-text-opacity: 1;
  color: rgb(0 122 232 / var(--tw-text-opacity));
}

.text-pb-green{
  --tw-text-opacity: 1;
  color: rgb(32 186 0 / var(--tw-text-opacity));
}

.text-pb-mint{
  --tw-text-opacity: 1;
  color: rgb(77 244 167 / var(--tw-text-opacity));
}

.text-pb-pink{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.text-pb-purple{
  --tw-text-opacity: 1;
  color: rgb(110 0 216 / var(--tw-text-opacity));
}

.text-pb-red{
  --tw-text-opacity: 1;
  color: rgb(255 0 67 / var(--tw-text-opacity));
}

.text-pb-sky{
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
}

.text-pb-yellow{
  --tw-text-opacity: 1;
  color: rgb(253 208 0 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

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

.no-underline{
  text-decoration-line: none;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  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{
  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);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-\[500\]{
  transition-duration: 500;
}

.h1{
  font-family: Newake Demo;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: .25rem;
}

@media (min-width: 1024px){
  .h1{
    font-size: 4.4rem;
  }
}

@media (min-width: 1280px){
  .h1{
    font-size: 5rem;
    line-height: 5.625rem;
  }
}

.h2{
  font-family: Newake Demo;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: .2rem;
}

@media (min-width: 1024px){
  .h2{
    font-size: 4rem;
    line-height: 4.625rem;
  }
}

.h3{
  font-family: Newake Demo;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: .1125rem;
}

@media (min-width: 1024px){
  .h3{
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}

.h4{
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  .h4{
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.h5{
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  .h5{
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

.h6{
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.leading-h1 {
  line-height: 5.625rem;
}

.leading-h2 {
  line-height: 4.625rem;
}

.leading-h3 {
  line-height: 2.875rem;
}

.leading-h4 {
  line-height: 3.125rem;
}

.leading-h5 {
  line-height: 1.875rem;
}

.leading-body {
  line-height: 1.625rem;
}

.prose-heading :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-top: 0px;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.prose-heading :is(:where(h1):not(:where([class~="not-prose"] *))){
  font-family: Newake Demo;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: .25rem;
}

@media (min-width: 1024px){
  .prose-heading :is(:where(h1):not(:where([class~="not-prose"] *))){
    font-size: 4.4rem;
  }
}

@media (min-width: 1280px){
  .prose-heading :is(:where(h1):not(:where([class~="not-prose"] *))){
    font-size: 5rem;
    line-height: 5.625rem;
  }
}

.prose-heading :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-family: Newake Demo;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: .2rem;
}

@media (min-width: 1024px){
  .prose-heading :is(:where(h2):not(:where([class~="not-prose"] *))){
    font-size: 4rem;
    line-height: 4.625rem;
  }
}

.prose-heading :is(:where(h3):not(:where([class~="not-prose"] *))){
  font-family: Newake Demo;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: .1125rem;
}

@media (min-width: 1024px){
  .prose-heading :is(:where(h3):not(:where([class~="not-prose"] *))){
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}

.prose-heading :is(:where(h4):not(:where([class~="not-prose"] *))){
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  .prose-heading :is(:where(h4):not(:where([class~="not-prose"] *))){
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.prose-heading :is(:where(h5):not(:where([class~="not-prose"] *))){
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  .prose-heading :is(:where(h5):not(:where([class~="not-prose"] *))){
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

.prose-heading :is(:where(h6):not(:where([class~="not-prose"] *))){
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  .prose-heading :is(:where(h6):not(:where([class~="not-prose"] *))){
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.container{
  max-width: calc(1366px - 2rem) !important;
}

/* .container-wide {
        @apply !max-w-8xl;
    } */

.contain-paint{
  contain: paint;
}

.max-w-720 {
  max-width: 45rem;
}

.grid-area {
  grid-area: 1 / 1 / 2
}

.translate3d-y-0 {
  transform: translate3d(0,0,0);
}

.translate3d-y-3 {
  transform: translate3d(0,.75rem,0);
}

.full-width {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.duration-400 {
  transition-duration: 400ms;
}

.comma{
  display: contents !important;
  font-family: DM Sans;
}

.selection\:bg-primary *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

.selection\:bg-primary *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

.selection\:text-white *::-moz-selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:text-white *::selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:bg-primary::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

.selection\:bg-primary::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

.selection\:text-white::-moz-selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:text-white::selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.file\:border-0::file-selector-button{
  border-width: 0px;
}

.file\:bg-transparent::file-selector-button{
  background-color: transparent;
}

.file\:p-0::file-selector-button{
  padding: 0px;
}

.file\:text-primary::file-selector-button{
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
}

.placeholder\:text-black::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.placeholder\:text-black::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.placeholder\:text-secondary::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.placeholder\:text-secondary::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:-bottom-full::before{
  content: var(--tw-content);
  bottom: -100%;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before{
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:\!hidden::before{
  content: var(--tw-content);
  display: none !important;
}

.before\:hidden::before{
  content: var(--tw-content);
  display: none;
}

.before\:h-1::before{
  content: var(--tw-content);
  height: 0.25rem;
}

.before\:h-1\.5::before{
  content: var(--tw-content);
  height: 0.375rem;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}

.before\:scale-0::before{
  content: var(--tw-content);
  --tw-scale-x: 0;
  --tw-scale-y: 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));
}

.before\:scale-100::before{
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.before\:bg-gradient-white::before{
  content: var(--tw-content);
  background-image: url('../img/bg-gradient-white.png');
}

.before\:bg-cover::before{
  content: var(--tw-content);
  background-size: cover;
}

.before\:bg-right-top::before{
  content: var(--tw-content);
  background-position: right top;
}

.before\:bg-no-repeat::before{
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:opacity-0::before{
  content: var(--tw-content);
  opacity: 0;
}

.before\:opacity-100::before{
  content: var(--tw-content);
  opacity: 1;
}

.before\:duration-1000::before{
  content: var(--tw-content);
  transition-duration: 1000ms;
}

.after\:visible::after{
  content: var(--tw-content);
  visibility: visible;
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after{
  content: var(--tw-content);
  inset: 0px;
}

.after\:-bottom-6::after{
  content: var(--tw-content);
  bottom: -1.5rem;
}

.after\:-right-full::after{
  content: var(--tw-content);
  right: -100%;
}

.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

.after\:bottom-1::after{
  content: var(--tw-content);
  bottom: 0.25rem;
}

.after\:left-2::after{
  content: var(--tw-content);
  left: 0.5rem;
}

.after\:left-2\.5::after{
  content: var(--tw-content);
  left: 0.625rem;
}

.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}

.after\:right-4::after{
  content: var(--tw-content);
  right: 1rem;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:my-auto::after{
  content: var(--tw-content);
  margin-top: auto;
  margin-bottom: auto;
}

.after\:block::after{
  content: var(--tw-content);
  display: block;
}

.after\:\!hidden::after{
  content: var(--tw-content);
  display: none !important;
}

.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}

.after\:h-0::after{
  content: var(--tw-content);
  height: 0px;
}

.after\:h-0\.5::after{
  content: var(--tw-content);
  height: 0.125rem;
}

.after\:h-3::after{
  content: var(--tw-content);
  height: 0.75rem;
}

.after\:h-\[\.1875rem\]::after{
  content: var(--tw-content);
  height: .1875rem;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}

.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:w-\[calc\(100\%_-_20px\)\]::after{
  content: var(--tw-content);
  width: calc(100% - 20px);
}

.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}

.after\:border-b-2::after{
  content: var(--tw-content);
  border-bottom-width: 2px;
}

.after\:border-transparent::after{
  content: var(--tw-content);
  border-color: transparent;
}

.after\:bg-black\/70::after{
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.7);
}

.after\:bg-black\/80::after{
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.8);
}

.after\:bg-pb-mint::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(77 244 167 / var(--tw-bg-opacity));
}

.after\:bg-primary::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:bg-arrow-right::after{
  content: var(--tw-content);
  background-image: url('../img/arrow-right.svg');
}

.after\:bg-contain::after{
  content: var(--tw-content);
  background-size: contain;
}

.after\:bg-cover::after{
  content: var(--tw-content);
  background-size: cover;
}

.after\:bg-center::after{
  content: var(--tw-content);
  background-position: center;
}

.after\:bg-no-repeat::after{
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.after\:opacity-100::after{
  content: var(--tw-content);
  opacity: 1;
}

.after\:duration-500::after{
  content: var(--tw-content);
  transition-duration: 500ms;
}

.first\:border-y-0:first-child{
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(102 210 248 / var(--tw-border-opacity));
}

.hover\:border-secondary\/50:hover{
  border-color: rgb(255 0 134 / 0.5);
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(102 210 248 / var(--tw-bg-opacity));
}

.hover\:bg-tertiary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(110 0 216 / var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:fill-gray-400:hover{
  fill: #9ca3af;
}

.hover\:fill-primary:hover{
  fill: #66D2F8;
}

.hover\:\!text-primary:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(102 210 248 / var(--tw-text-opacity)) !important;
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-pb-pink:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(102 210 248 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

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

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.after\:hover\:left-0:hover::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:hover\:left-2:hover::after{
  content: var(--tw-content);
  left: 0.5rem;
}

.after\:hover\:left-2\.5:hover::after{
  content: var(--tw-content);
  left: 0.625rem;
}

.after\:hover\:right-auto:hover::after{
  content: var(--tw-content);
  right: auto;
}

.hover\:after\:hidden:hover::after{
  content: var(--tw-content);
  display: none;
}

.after\:hover\:w-\[calc\(100\%_-_20px\)\]:hover::after{
  content: var(--tw-content);
  width: calc(100% - 20px);
}

.after\:hover\:w-full:hover::after{
  content: var(--tw-content);
  width: 100%;
}

.hover\:after\:bg-black\/40:hover::after{
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.4);
}

.focus\:border-0:focus{
  border-width: 0px;
}

.focus\:bg-transparent:focus{
  background-color: transparent;
}

.focus\:text-secondary:focus{
  --tw-text-opacity: 1;
  color: rgb(255 0 134 / var(--tw-text-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus{
  --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(0px + 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);
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

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

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

.group:hover .group-hover\:animate-bounce{
  animation: bounce 1s infinite;
}

.group:hover .group-hover\:grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}

.group:hover .group-hover\:after\:translate-x-2::after{
  content: var(--tw-content);
  --tw-translate-x: 0.5rem;
  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));
}

.prose-headings\:mb-5 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-bottom: 1.25rem;
}

.prose-headings\:mt-0 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-top: 0px;
}

.prose-h1\:h1 :is(:where(h1):not(:where([class~="not-prose"] *))){
  font-family: Newake Demo;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1;
  letter-spacing: .25rem;
}

@media (min-width: 1024px){
  .prose-h1\:h1 :is(:where(h1):not(:where([class~="not-prose"] *))){
    font-size: 4.4rem;
  }
}

@media (min-width: 1280px){
  .prose-h1\:h1 :is(:where(h1):not(:where([class~="not-prose"] *))){
    font-size: 5rem;
    line-height: 5.625rem;
  }
}

.prose-h2\:h2 :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-family: Newake Demo;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: .2rem;
}

@media (min-width: 1024px){
  .prose-h2\:h2 :is(:where(h2):not(:where([class~="not-prose"] *))){
    font-size: 4rem;
    line-height: 4.625rem;
  }
}

.prose-h3\:h3 :is(:where(h3):not(:where([class~="not-prose"] *))){
  font-family: Newake Demo;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: .1125rem;
}

@media (min-width: 1024px){
  .prose-h3\:h3 :is(:where(h3):not(:where([class~="not-prose"] *))){
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}

.prose-h4\:h4 :is(:where(h4):not(:where([class~="not-prose"] *))){
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px){
  .prose-h4\:h4 :is(:where(h4):not(:where([class~="not-prose"] *))){
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.prose-h5\:h5 :is(:where(h5):not(:where([class~="not-prose"] *))){
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  .prose-h5\:h5 :is(:where(h5):not(:where([class~="not-prose"] *))){
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

.prose-h6\:h6 :is(:where(h6):not(:where([class~="not-prose"] *))){
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px){
  .prose-h6\:h6 :is(:where(h6):not(:where([class~="not-prose"] *))){
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.prose-a\:duration-500 :is(:where(a):not(:where([class~="not-prose"] *))){
  transition-duration: 500ms;
}

@media not all and (min-width: 1280px){
  .max-xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .max-xl\:bg-black\/10{
    background-color: rgb(0 0 0 / 0.1);
  }

  .max-xl\:after\:hidden::after{
    content: var(--tw-content);
    display: none;
  }
}

@media not all and (min-width: 1024px){
  .max-lg\:h-auto{
    height: auto;
  }

  .max-lg\:w-12{
    width: 3rem;
  }

  .max-lg\:w-14{
    width: 3.5rem;
  }

  .max-lg\:flex-col{
    flex-direction: column;
  }
}

@media not all and (min-width: 768px){
  .max-md\:h-auto{
    height: auto;
  }

  .max-md\:w-10{
    width: 2.5rem;
  }

  .max-md\:w-11{
    width: 2.75rem;
  }

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

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

@media not all and (min-width: 640px){
  .max-sm\:flex-col{
    flex-direction: column;
  }

  .max-sm\:gap-10{
    gap: 2.5rem;
  }

  .max-sm\: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));
  }

  .max-sm\:border-t-2{
    border-top-width: 2px;
  }

  .max-sm\:border-pb-yellow{
    --tw-border-opacity: 1;
    border-color: rgb(253 208 0 / var(--tw-border-opacity));
  }

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

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

  .max-sm\:\!leading-none{
    line-height: 1 !important;
  }
}

@media (min-width: 640px){
  .sm\:top-5{
    top: 1.25rem;
  }

  .sm\:w-\[390px\]{
    width: 390px;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:-translate-x-96{
    --tw-translate-x: -24rem;
    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));
  }

  .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

  .sm\:gap-y-14{
    row-gap: 3.5rem;
  }

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

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

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

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

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

@media (min-width: 768px){
  .md\:bottom-5{
    bottom: 1.25rem;
  }

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

  .md\:right-5{
    right: 1.25rem;
  }

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

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

  .md\:my-\[3\.125rem\]{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:\!mt-10{
    margin-top: 2.5rem !important;
  }

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

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

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

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

  .md\:max-h-max{
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .md\:min-h-\[500px\]{
    min-height: 500px;
  }

  .md\:min-h-\[calc\(100dvh_-_142px\)\]{
    min-height: calc(100dvh - 142px);
  }

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

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

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

  .md\:w-\[183px\]{
    width: 183px;
  }

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

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

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

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

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

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

  .md\:items-baseline{
    align-items: baseline;
  }

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

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

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

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

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

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

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

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

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

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

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

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

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

  .md\:py-\[6\.25rem\]{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

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

  .md\:pb-9{
    padding-bottom: 2.25rem;
  }

  .md\:pl-14{
    padding-left: 3.5rem;
  }

  .md\:pr-14{
    padding-right: 3.5rem;
  }

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

  .md\:pt-\[15px\]{
    padding-top: 15px;
  }

  .md\:pt-\[50px\]{
    padding-top: 50px;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:before\:block::before{
    content: var(--tw-content);
    display: block;
  }
}

@media (min-width: 1024px){
  .lg\:-top-\[123px\]{
    top: -123px;
  }

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

  .lg\:order-first{
    order: -9999;
  }

  .lg\:order-last{
    order: 9999;
  }

  .lg\:col-span-full{
    grid-column: 1 / -1;
  }

  .lg\:row-span-full{
    grid-row: 1 / -1;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-32{
    height: 8rem;
  }

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

  .lg\:min-h-\[calc\(100dvh_-_126px\)\]{
    min-height: calc(100dvh - 126px);
  }

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

  .lg\:w-24{
    width: 6rem;
  }

  .lg\:w-\[200px\]{
    width: 200px;
  }

  .lg\:max-w-\[calc\(513px_\+_56px\)\]{
    max-width: calc(513px + 56px);
  }

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

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

  .lg\:grid-cols-\[513px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 513px minmax(0,1fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_513px\]{
    grid-template-columns: minmax(0,1fr) 513px;
  }

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

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

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

  .lg\:gap-\[108px\]{
    gap: 108px;
  }

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

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

  .lg\:whitespace-normal{
    white-space: normal;
  }

  .lg\:rounded-bl-\[100px\]{
    border-bottom-left-radius: 100px;
  }

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

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

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

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

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

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

  .lg\:pt-9{
    padding-top: 2.25rem;
  }

  .lg\:pt-\[75px\]{
    padding-top: 75px;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }

  .lg\:text-\[4\.4rem\]{
    font-size: 4.4rem;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }

  .lg\:text-\[4rem\]{
    font-size: 4rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-h2 {
    line-height: 4.625rem;
  }

  .lg\:leading-h3 {
    line-height: 2.875rem;
  }

  .lg\:leading-h4 {
    line-height: 3.125rem;
  }

  .lg\:leading-h5 {
    line-height: 1.875rem;
  }

  .after\:lg\:hidden::after{
    content: var(--tw-content);
    display: none;
  }
}

@media (min-width: 1280px){
  .xl\:-top-\[30px\]{
    top: -30px;
  }

  .xl\:left-\[calc\(50\%_\+_50px\)\]{
    left: calc(50% + 50px);
  }

  .xl\:z-\[1000\]{
    z-index: 1000;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

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

  .xl\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .xl\:block{
    display: block;
  }

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

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:min-h-\[550px\]{
    min-height: 550px;
  }

  .xl\:w-\[65vw\]{
    width: 65vw;
  }

  .xl\:-translate-x-\[6\.25rem\]{
    --tw-translate-x: -6.25rem;
    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));
  }

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

  .xl\:grid-cols-\[500px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 500px minmax(0,1fr);
  }

  .xl\:gap-0{
    gap: 0px;
  }

  .xl\:gap-9{
    gap: 2.25rem;
  }

  .xl\: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));
  }

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

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

  .xl\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }

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

  .xl\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

  .xl\:pr-16{
    padding-right: 4rem;
  }

  .xl\:pr-24{
    padding-right: 6rem;
  }

  .xl\:pt-\[8\.375rem\]{
    padding-top: 8.375rem;
  }

  .xl\:text-\[5rem\]{
    font-size: 5rem;
  }

  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .xl\:leading-h1 {
    line-height: 5.625rem;
  }

  .xl\:hover\:\!text-white:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:\!text-white:focus{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
}