/* @tailwind base;
@tailwind components;
@tailwind utilities; */

/* ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
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: Montserrat, sans-serif; /* 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

html{
        box-sizing: border-box;
        scroll-behavior: smooth;
}

body{
        font-family: Montserrat, sans-serif;
        font-size: 15px;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(20 23 74 / var(--tw-text-opacity));
}

h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6,
    .heading-20{
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
}

h1,
    .h1{
        margin-bottom: 1rem;
        font-size: 1.875rem;
        line-height: 1.25;
}

@media (min-width: 768px){

        h1,
    .h1{
                font-size: 2.5rem;
                line-height: 1.25;
        }
}

@media (min-width: 1024px){

        h1,
    .h1{
                font-size: 2.75rem;
                line-height: 1.25;
        }
}

@media (min-width: 1280px){

        h1,
    .h1{
                font-size: 3rem;
                line-height: 1.25;
        }
}

@media (min-width: 1536px){

        h1,
    .h1{
                font-size: 3.125rem;
                line-height: 1.25;
        }
}

@media screen and (min-width: 1024px) {

        .single-product h1, .single-product .h1 {
                font-size: 2rem
        }
            }

h2,
    .h2{
        margin-bottom: 20px;
        font-size: 1.625rem;
        line-height: 1.25;
}

@media (min-width: 768px){

        h2,
    .h2{
                font-size: 2.375rem;
                line-height: 1.25;
        }
}

@media (min-width: 1024px){

        h2,
    .h2{
                font-size: 2.625rem;
                line-height: 1.25;
        }
}

@media (min-width: 1280px){

        h2,
    .h2{
                font-size: 2.875rem;
                line-height: 1.25;
        }
}

@media (min-width: 1536px){

        h2,
    .h2{
                font-size: 3rem;
                line-height: 1.25;
        }
}

h3,
    .h3{
        margin-bottom: 20px;
        font-size: 1.5rem;
        line-height: 2rem;
        line-height: 1.25;
}

@media (min-width: 768px){

        h3,
    .h3{
                font-size: 1.687rem;
                line-height: 1.25;
        }
}

@media (min-width: 1024px){

        h3,
    .h3{
                font-size: 1.812rem;
                line-height: 1.25;
        }
}

@media (min-width: 1280px){

        h3,
    .h3{
                font-size: 1.937rem;
                line-height: 1.25;
        }
}

@media (min-width: 1536px){

        h3,
    .h3{
                font-size: 2.125rem;
                line-height: 1.25;
        }
}

h4,
    .h4{
        margin-bottom: 1rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
        line-height: 1.25;
}

@media (min-width: 768px){

        h4,
    .h4{
                font-size: 1.375rem;
                line-height: 1.25;
        }
}

@media (min-width: 1024px){

        h4,
    .h4{
                font-size: 1.5rem;
                line-height: 2rem;
                line-height: 1.25;
        }
}

h5,
    .h5{
        margin-bottom: 1rem;
        font-size: 1.062rem;
        line-height: 1.25;
}

@media (min-width: 768px){

        h5,
    .h5{
                font-size: 1.062rem;
                line-height: 1.25;
        }
}

@media (min-width: 1024px){

        h5,
    .h5{
                font-size: 1.125rem;
                line-height: 1.75rem;
                line-height: 1.25;
        }
}

@media (min-width: 1280px){

        h5,
    .h5{
                font-size: 1.125rem;
                line-height: 1.75rem;
        }
}

@media (min-width: 1536px){

        h5,
    .h5{
                font-size: 1.125rem;
                line-height: 1.75rem;
        }
}

h6,
    .h6{
        margin-bottom: 1rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        line-height: 1.25;
}

@media (min-width: 768px){

        h6,
    .h6{
                font-size: 0.937rem;
                line-height: 1.25;
        }
}

@media (min-width: 1024px){

        h6,
    .h6{
                line-height: 1.25;
        }
}

.heading-20{
        margin-bottom: 1rem;
        font-size: 1.062rem;
        line-height: 1.25;
}

@media (min-width: 768px){

        .heading-20{
                font-size: 1.062rem;
                line-height: 1.25;
        }
}

@media (min-width: 1024px){

        .heading-20{
                font-size: 1.125rem;
                line-height: 1.75rem;
                line-height: 1.25;
        }
}

@media (min-width: 1280px){

        .heading-20{
                font-size: 20px;
        }
}

@media (min-width: 1536px){

        .heading-20{
                font-size: 20px;
        }
}

p,
    .p{
        margin-bottom: 13px;
        font-size: 0.937rem;
        font-weight: 400;
        line-height: 1.5;
}

@media (min-width: 768px){

        p,
    .p{
                line-height: 1.5;
        }
}

address{
        font-style: normal;
}

*, ::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:  ;
        --tw-contain-size:  ;
        --tw-contain-layout:  ;
        --tw-contain-paint:  ;
        --tw-contain-style:  ;
}

::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:  ;
        --tw-contain-size:  ;
        --tw-contain-layout:  ;
        --tw-contain-paint:  ;
        --tw-contain-style:  ;
}

.entry-content h1,
    .entry-content .h1,
    .entry-content h2,
    .entry-content .h2,
    .entry-content h3,
    .entry-content .h3,
    .entry-content h4,
    .entry-content .h4,
    .entry-content h5,
    .entry-content .h5,
    .entry-content h6,
    .entry-content .h6{
        margin-bottom: 1rem;
}

.entry-content a{
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
}

.entry-content ul li,
    .entry-content ol li{
        margin-bottom: 13px;
        font-size: 0.937rem;
}

.entry-content ul{
        margin-bottom: 2.5rem;
        list-style-position: inside;
        list-style-type: disc;
}

.entry-content ul li{
        position: relative;
        margin-left: 20px;
        list-style-type: none;
}

.entry-content ul li:before{
        margin-right: 15px;
        margin-top: 6px;
        display: inline-flex;
        height: 10px;
        width: 10px;
        background-image: url('/wp-content/themes/yozu-starter/assets/images/icons/circle.svg');
        background-position: left;
        background-repeat: no-repeat;
        --tw-content: '';
        content: var(--tw-content);
}

.featured-blocks-component .entry-content ul li:first-child a:before {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component .entry-content ul li:nth-child(2) a:before {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component .entry-content ul li:last-child a:before {
            border: solid 2px #21D0C5;
        }

.entry-content ul li:last-of-type{
        margin-bottom: 0px;
}

.entry-content ol li{
        list-style-position: inside;
}

.entry-content pre, .entry-content blockquote, .entry-content figure {
        margin: 2rem 0;
    }

.entry-content pre{
        white-space: pre-wrap;
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity));
        padding: 2rem;
}

.entry-content iframe {
        width: 100%;
    }

.btn{
        display: inline-block;
        width: auto;
        cursor: pointer;
        border-radius: 10px;
        border-width: 1px;
        border-color: transparent;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.937rem;
        font-weight: 600;
        line-height: 1.375rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-alt-full{
        display: inline-block;
        width: 100%;
        justify-content: center;
        border-radius: 10px;
        border-width: 1px;
        border-color: transparent;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.937rem;
        font-weight: 600;
        line-height: 1.375rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-full{
        display: flex;
        justify-content: center;
        border-radius: 10px;
        border-width: 1px;
        border-color: transparent;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.937rem;
        font-weight: 600;
        line-height: 1.375rem;
        --tw-text-opacity: 1;
        color: rgb(0 120 171 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#wpcf7-f40157-o1 p.btn-full.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.btn svg,
.btn-outline svg{
        margin-top: -3px;
        margin-left: 0.5rem;
        display: inline-flex;
        height: 17px;
}

.featured-blocks-component .btn svg:first-child a,.featured-blocks-component 
.btn-outline svg:first-child a {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component .btn svg:nth-child(2) a,.featured-blocks-component 
.btn-outline svg:nth-child(2) a {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component .btn svg:last-child a,.featured-blocks-component 
.btn-outline svg:last-child a {
            border: solid 2px #21D0C5;
        }

.btn-line{
        display: inline-block;
        width: auto;
        align-self: flex-start;
        border-radius: 9999px;
        border-width: 2px;
        --tw-border-opacity: 1;
        border-color: rgb(65 67 72 / var(--tw-border-opacity));
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(65 67 72 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.btn-line-without{
        display: inline-block;
        width: auto;
        align-self: flex-start;
        border-radius: 9999px;
        border-width: 2px;
        --tw-border-opacity: 1;
        border-color: rgb(65 67 72 / var(--tw-border-opacity));
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        font-weight: 500;
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgb(65 67 72 / var(--tw-text-opacity));
}

.btn-outline{
        display: inline-block;
        width: auto;
        cursor: pointer;
        border-radius: 10px;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity));
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.937rem;
        font-weight: 600;
        line-height: 1.375rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

select,input, textarea{
        display: block;
        width: 100%;
        border-radius: 0.625rem;
        border-width: 0.062rem;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(227 227 227 / var(--tw-border-opacity));
        padding: 1.25rem;
}

select:focus,input:focus, textarea:focus{
        --tw-border-opacity: 1;
        border-color: rgb(40 47 146 / var(--tw-border-opacity));
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(40 47 146 / var(--tw-ring-opacity));
}

select:focus-visible,input:focus-visible, textarea:focus-visible{
        border-color: 000;
        outline: 2px solid transparent;
        outline-offset: 2px;
}

@media (min-width: 640px){

        select,input, textarea{
                font-size: 0.875rem;
                line-height: 1.25rem;
        }
}

input[type="checkbox"]{
        display: inline-block;
        height: 15px;
        width: 15px;
}

textarea{
        height: 8.75rem;
}

form p{
        margin-bottom: 1.5rem;
}

form label{
        margin-bottom: 0.5rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
        text-align: left;
        font-size: 0.937rem;
        font-weight: 600;
        line-height: 1.875rem;
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
}

#wpcf7-f40157-o1 pform label.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

form .address-lookup-rows { 
        align-items: flex-end;
        gap: 2rem;
    }

form .address-lookup-rows p { margin-bottom: 0; }

form .address-lookup-rows #find-address { padding: 1.25rem; }

@media screen and (max-width: 600px) {

form .address-lookup-rows {
            align-items: center;
            flex-direction: column;
            gap: 1rem
    }
            form .address-lookup-rows p, form .address-lookup-rows button { width: 100%; }
        }

form #manual_address_wrap {
        display: flex; 
        gap: 2rem;
        align-items: center;
        margin: 2rem 0;
    }

form #manual_address_wrap label { margin-bottom: 0; }

form .wpcf7-list-item{
        margin-left: 0px;
}

form .wpcf7-list-item label{
        display: flex;
        flex-wrap: nowrap;
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
}

#wpcf7-f40157-o1 pform .wpcf7-list-item label.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

form .wpcf7-list-item label input{
        display: inline-flex;
        height: 13px;
        width: 13px;
        align-self: flex-start;
}

.featured-blocks-component form .wpcf7-list-item label input:first-child a {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component form .wpcf7-list-item label input:nth-child(2) a {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component form .wpcf7-list-item label input:last-child a {
            border: solid 2px #21D0C5;
        }

form .wpcf7-list-item label span{
        margin-top: -8px;
        display: inline-flex;
}

.featured-blocks-component form .wpcf7-list-item label span:first-child a {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component form .wpcf7-list-item label span:nth-child(2) a {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component form .wpcf7-list-item label span:last-child a {
            border: solid 2px #21D0C5;
        }

form .wpcf7-submit, form input[type="submit"]{
        margin-top: 0;
        cursor: pointer;
        align-self: center;
        border-width: 0px;
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

form .wpcf7-submit:hover, form input[type="submit"]:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(20 23 74 / var(--tw-bg-opacity));
}

form .wpcf7-spinner{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
        margin: 0px !important;
}

form .wpcf7-spinner+.builder .white{
        padding-top: 5rem;
}

@media (min-width: 768px){

        form .wpcf7-spinner+.builder .white{
                padding-top: 7rem;
        }
}

@media (min-width: 1024px){

        form .wpcf7-spinner+.builder .white{
                padding-top: 10rem;
        }
}

form .wpcf7-not-valid-tip{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
}

form .wpcf7-not-valid-tip+.builder .white{
        padding-top: 5rem;
}

@media (min-width: 768px){

        form .wpcf7-not-valid-tip+.builder .white{
                padding-top: 7rem;
        }
}

@media (min-width: 1024px){

        form .wpcf7-not-valid-tip+.builder .white{
                padding-top: 10rem;
        }
}

@media only screen and (max-width: 1023px) {
            .wpcf7-form .refer-form label {
                flex-direction: column;
                align-content: flex-start;
                align-items: flex-start;
            }

                .wpcf7-form .refer-form label .wpcf7-form-control-wrap {
                    width: 100%;
                }
    }

.wpcf7-form .refer-form {
        max-width: 700px;
    }

.wpcf7-form .full-column {
        width: 100%;
    }

@media only screen and (min-width: 1024px) {
    .wpcf7-form .column {
        width: calc(50% - 1rem)
        }
    }

@media only screen and (max-width: 1023px) {
        .wpcf7-form .column{
                margin-bottom: 1rem;
        }
    }

.wpcf7-form .max-w-70 {
        max-width: 80%;
    }

#wpcf7-f40157-o1 p.flex.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

#wpcf7-f40157-o1 .wpcf7-form-control-wrap {
        width: 100%;
        flex-direction: column;
    }

#wpcf7-f40157-o1 .wpcf7-not-valid-tip {
        position: relative;
        height: auto;
        width: auto;
        padding-top: 20px;
        color: white;
        font-style: italic;
    }

#wpcf7-f40157-o1 .wpcf7-submit  {
        margin-top: 20px;
    }

#wpcf7-f40157-o1 .wpcf7-not-valid-tip {

    }

#wpcf7-f40157-o1.invalid .wpcf7-form-control-wrap input {
            background-color: white !important;
        }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
        --tw-border-opacity: 1 !important;
        border-color: rgb(93 197 236 / var(--tw-border-opacity)) !important;
        padding: 20px;
}

#manageSubscription form .woocommerce-input-wrapper .form-check{
        display: flex;
        align-items: center;
}

#wpcf7-f40157-o1 p#manageSubscription form .woocommerce-input-wrapper .form-check.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

#manageSubscription form .woocommerce-input-wrapper .form-check input[type="radio"]{
        display: inline-block;
        height: 15px;
        width: 15px;
}

#manageSubscription form .woocommerce-input-wrapper .form-check .form-check-label{
        margin-bottom: 0px;
        margin-left: 0.5rem;
}

#manageSubscription form .btn{
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
}

#manageSubscription form .btn:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(20 23 74 / var(--tw-bg-opacity));
}

#billing_country_field, #shipping_country_field{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
}

#billing_country_field+.builder .white, #shipping_country_field+.builder .white{
        padding-top: 5rem;
}

@media (min-width: 768px){

        #billing_country_field+.builder .white, #shipping_country_field+.builder .white{
                padding-top: 7rem;
        }
}

@media (min-width: 1024px){

        #billing_country_field+.builder .white, #shipping_country_field+.builder .white{
                padding-top: 10rem;
        }
}

#billing_email_field{
        display: flex;
        flex-direction: column;
}

#wpcf7-f40157-o1 p#billing_email_field.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.footer-newsletter-signup .wpcf7-form.invalid .wpcf7-form-control-wrap input{
        --tw-bg-opacity: 1;
        background-color: rgb(239 68 68 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Chrome, Firefox, Opera, Safari 10.1+ */

.footer-newsletter-signup .wpcf7-form.invalid ::-moz-placeholder {
            color: white;
            opacity: 1; /* Firefox */
        }

.footer-newsletter-signup .wpcf7-form.invalid ::placeholder {
            color: white;
            opacity: 1; /* Firefox */
        }

/* Internet Explorer 10-11 */

.footer-newsletter-signup .wpcf7-form.invalid :-ms-input-placeholder {
            color: white;
        }

/* Microsoft Edge */

.footer-newsletter-signup .wpcf7-form.invalid ::-ms-input-placeholder {
            color: white;
        }

.footer-newsletter-signup .wpcf7-form-control-wrap{
        display: flex;
        min-width: 0px;
        flex: 1 1 auto;
}

#wpcf7-f40157-o1 p.footer-newsletter-signup .wpcf7-form-control-wrap.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.footer-newsletter-signup .wpcf7-form-control-wrap input{
        border-radius: 10px;
        border-width: 0px;
        padding-left: 0.875rem;
        padding-right: 0.875rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(17 24 39 / var(--tw-text-opacity));
        --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);
        --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, 0 0 #0000);
        --tw-ring-inset: inset;
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.footer-newsletter-signup .wpcf7-form-control-wrap input::-moz-placeholder{
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
}

.footer-newsletter-signup .wpcf7-form-control-wrap input::placeholder{
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
}

.footer-newsletter-signup .wpcf7-form-control-wrap input: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-inset: inset;
}

@media (min-width: 640px){

        .footer-newsletter-signup .wpcf7-form-control-wrap input{
                font-size: 0.875rem;
                line-height: 1.5rem;
        }
}

.footer-newsletter-signup .wpcf7-response-output{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
}

.footer-newsletter-signup .wpcf7-response-output+.builder .white{
        padding-top: 5rem;
}

@media (min-width: 768px){

        .footer-newsletter-signup .wpcf7-response-output+.builder .white{
                padding-top: 7rem;
        }
}

@media (min-width: 1024px){

        .footer-newsletter-signup .wpcf7-response-output+.builder .white{
                padding-top: 10rem;
        }
}

.footer-newsletter-signup form .wpcf7-list-item label{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-newsletter-signup form .wpcf7-list-item label span{
        margin-top: 0;
    }

.footer-newsletter-signup form label{
        line-height: 115%;
    }

.s-modal span {
        color: #FF6A86;
        text-transform: uppercase;
        display: inline-block;
        padding: 2px 5px;
        border: dashed 1px #FF6A86;
        font-weight: bold;
    }

/* CAPTCHA formatting */

.wpcf7-form-control.wpcf7-radio span.captcha-image {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 20px;
        border: 1px solid rgba(0,0,0,0.1);
        background: white;
        border-radius: 10px;
        font-size: 14px;
        justify-content: space-evenly;

    }

.wpcf7-form-control.wpcf7-radio span.captcha-image label {
            width: calc( 33.33% - 20px ) !important;
            display: flex !important;
            flex-direction: column;
            margin: 10px 10px 0;
            padding: 10px;
            border: 1px solid rgba(40, 47, 146, 0.5);
            border-radius: 10px;
            max-width: 120px;
        }

.wpcf7-form-control.wpcf7-radio span.captcha-image label svg {
                opacity: 0.5;
            }

.wpcf7-form-control.wpcf7-radio span.captcha-image label > input:checked + svg,
            .wpcf7-form-control.wpcf7-radio span.captcha-image label > input:focus + svg {
                border: none;

                opacity: 1 !important;
            }

.wpcf7-form-control.wpcf7-radio span.captcha-image .cf7ic_instructions {        
            width: 100%;
            margin-bottom: 10px;
            color: rgb(40, 47, 146) !important;
            font-style: italic;
        }

.wpcf7-form-control.wpcf7-radio span.captcha-image .cf7ic_instructions span {
                font-weight: bold;
                color: rgb(40, 47, 146) !important;
            }

.container{
        width: 100%;
}

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

/* Container Styles */

.container{
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        max-width: 87.5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 0px;
        padding-bottom: 0px;
}

.container--basic{
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
}

@media (min-width: 1024px){

        .container--basic{
                padding-left: 7rem;
                padding-right: 7rem;
        }
}

@media (min-width: 1280px){

        .container--basic{
                padding-left: 9rem;
                padding-right: 9rem;
        }
}

.container--full{
        max-width: 187.5rem;
        padding-left: 0px;
        padding-right: 0px;
}

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

.container--large{
        max-width: 112.5rem;
}

.container--medium{
        max-width: 70rem;
}

.container--slim{
        max-width: 56rem;
}

@media (min-width: 1536px){

        .container--slim{
                max-width: 72rem;
        }
}

/* End Container Styles */

/* Header Styles */

form .wpcf7-list-item label span{
        margin-top: -8px;
        display: inline-flex;
}

.featured-blocks-component form .wpcf7-list-item label span:first-child a {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component form .wpcf7-list-item label span:nth-child(2) a {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component form .wpcf7-list-item label span:last-child a {
            border: solid 2px #21D0C5;
        }

@media not all and (min-width: 1024px){

        .nav-open .header-nav{
                display: flex;
                flex-direction: column;
        }
}

.nav-open .burger:before,
    .nav-open .burger:after{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1024px){

        .header-nav li{
                margin-bottom: 2.5rem;
        }
}

.header-nav li {
        position: static;
        z-index: 1;
    }

@media only screen and (max-width: 1023px) {
        .header-nav>li:nth-child(1) {
            animation-delay: calc(1 * 0.15s);
        }

        .header-nav>li:nth-child(2) {
            animation-delay: calc(2 * 0.15s);
        }

        .header-nav>li:nth-child(3) {
            animation-delay: calc(3 * 0.15s);
        }

        .header-nav>li:nth-child(4) {
            animation-delay: calc(4 * 0.15s);
        }

        .header-nav>li:nth-child(5) {
            animation-delay: calc(5 * 0.15s);
        }

        .header-nav>li:nth-child(6) {
            animation-delay: calc(6 * 0.15s);
        }

        .header-nav>li:nth-child(7) {
            animation-delay: calc(7 * 0.15s);
        }

        .header-nav>li:nth-child(8) {
            animation-delay: calc(8 * 0.15s);
        }

        .header-nav>li:nth-child(9) {
            animation-delay: calc(9 * 0.15s);
        }

        .header-nav>li:nth-child(10) {
            animation-delay: calc(10 * 0.15s);
        }

        .header-nav>li:nth-child(11) {
            animation-delay: calc(11 * 0.15s);
        }

        .header-nav>li:nth-child(12) {
            animation-delay: calc(12 * 0.15s);
        }
    }

.header-nav>li {
        content: "";
        animation: menuOpen 0.5s forwards 1;
    }

@media not all and (min-width: 1024px){

        .header-nav>li{
                position: relative;
                left: 100%;
                opacity: 0;
        }
}

@media (min-width: 1024px){

        .header-nav>li{
                padding-top: 1.5rem;
                padding-bottom: 1.5rem;
                padding-left: 1.5rem;
                padding-right: 1.5rem;
        }

        .header-nav>li::after{
                display: flex;
                height: 0.125rem;
                width: 0px;
                background-color: transparent;
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 250ms;
                transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
                --tw-content: '';
                content: var(--tw-content);
        }

        .header-nav>li.active::after{
                content: var(--tw-content);
                width: 100%;
        }

        .header-nav>li:hover::after{
                width: 100%;
                content: var(--tw-content);
                --tw-bg-opacity: 1;
                background-color: rgb(31 36 110 / var(--tw-bg-opacity));
        }
}

.header-nav li a{
        font-weight: 500;
        line-height: 1.5rem;
}

@media not all and (min-width: 1024px){

        .header-nav li a{
                font-size: 1.5rem;
                line-height: 2rem;
                font-weight: 700;
        }
}

.main-header { transition: background .3s ease-in-out; }

@media (min-width: 1024px){

        .main-header.bg-is-oceans-navy .header-nav li::after{
                content: var(--tw-content);
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }
}

.main-header.bg-is-oceans-navy .header-nav li a{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){

        .main-header.bg-is-oceans-navy .header-nav li ul li a{
                --tw-text-opacity: 1;
                color: rgb(31 36 110 / var(--tw-text-opacity));
        }
}

.main-header.bg-is-oceans-navy .header-nav li ul{
        border-bottom-width: 0px;
}

@media (min-width: 1024px){

        .main-header.bg-is-oceans-navy .header-nav li ul{
                --tw-border-opacity: 1;
                border-color: rgb(40 47 146 / var(--tw-border-opacity));
        }
}

.main-header.bg-is-oceans-navy .header-nav li ul::before,
    .main-header.bg-is-oceans-navy .header-nav li ul::after{
        height: 100%;
}

@media (min-width: 1024px){

        .main-header.bg-is-white .header-nav li::after{
                content: var(--tw-content);
                --tw-bg-opacity: 1;
                background-color: rgb(31 36 110 / var(--tw-bg-opacity));
        }
}

.main-header.bg-is-white .header-nav li a{
        --tw-text-opacity: 1;
        color: rgb(31 36 110 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){

        .main-header.bg-is-white .header-nav li a{
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity));
        }
}

.header-nav li:hover ul{
        pointer-events: auto;
        visibility: visible;
}

@media (min-width: 1024px){

        .header-nav li:hover ul{
                opacity: 1;
        }
}

.header-nav li ul{
        top: 100%;
        width: 100%;
}

@media not all and (min-width: 1024px){

        .header-nav li ul{
                flex-direction: column;
                padding-top: 2.5rem;
        }
}

@media (min-width: 1024px){

        .header-nav li ul{
                pointer-events: none;
                visibility: hidden;
                position: absolute;
                left: 0px;
                display: flex;
                flex-direction: row;
                -moz-column-gap: 6rem;
                     column-gap: 6rem;
                border-top-width: 1px;
                border-bottom-width: 1px;
                border-style: solid;
                --tw-border-opacity: 1;
                border-color: rgb(239 240 249 / var(--tw-border-opacity));
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity));
                padding-top: 1.5rem;
                padding-bottom: 1.5rem;
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 500ms;
                transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        }

        .header-nav li ul::before,
    .header-nav li ul::after{
                position: absolute;
                top: 0px;
                display: block;
                width: 100%;
                border-bottom-width: 1px;
                border-style: solid;
                --tw-border-opacity: 1;
                border-color: rgb(239 240 249 / var(--tw-border-opacity));
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }
}

.header-nav li ul::before,
    .header-nav li ul::after {
        height: calc(100% + 1px);
        content: "";
        z-index: 0;
    }

.header-nav li ul::before {
        right: 100%;
    }

.header-nav li ul::after {
        right: -2.5rem;
    }

@media not all and (min-width: 1024px){

        .header-nav li ul a{
                font-size: 1.25rem;
                line-height: 1.75rem;
                font-weight: 400;
        }
}

.footer-nav li a{
        font-size: 0.875rem;
        line-height: 1.125rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.footer-nav li a:hover{
        --tw-text-opacity: 1;
        color: rgb(93 197 236 / var(--tw-text-opacity));
}

/* Tabs Styles */

@media not all and (min-width: 768px){

        .tabs-nav li:first-child a{
                border-top-width: 1px;
        }
}

@media (min-width: 768px){

        .tabs-nav li:first-child a{
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
        }
}

@media not all and (min-width: 768px){

        .tabs-nav li:nth-child(2) a{
                border-top-width: 1px;
                border-right-width: 1px;
        }

        .tabs-nav li:last-child a{
                border-right-width: 1px;
        }
}

@media (min-width: 768px){

        .tabs-nav li:last-child a{
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                border-right-width: 1px;
        }
}

@media not all and (min-width: 768px){

        .tabs-nav li:nth-child(even) a{
                border-right-width: 1px;
        }
}

.trustpilot-component.has-bottom-border {
        border-bottom: 1px solid #282f92;
    }

.single-product .trustpilot-component {
            background-color: #E3F5FC;
            margin-top: 4rem;
        }

.featured-blocks-component a {
            border: 2px solid #ff6a86;
        }

.usps-blocks-component.icons-only {
        padding: 30px 0 !important;
    }

.usps-blocks-component.icons-only svg {
            height: 60px;
            min-width: 60px;
        }

/* li {
            width: 100%;
            max-width: 300px;
        } */

.usps-blocks-component.icons-only li p {
            width: 100%;
            max-width: unset;
        }

.usps-blocks-component.icons-only li p:first-of-type {
            font-size: 18px;
            color: #000;
        }

.usps-blocks-component ul li svg{
        height: 3rem;
        width: 3rem;
}

.how-it-works-steps ul li svg{
        height: 7rem;
        width: 7rem;
}

.full-media-component img{
        aspect-ratio: 16 / 9;
        width: 100%;
        border-radius: 40px;
        -o-object-fit: cover;
           object-fit: cover;
}

.full-media-component video,
    .full-media-component iframe{
        aspect-ratio: 16 / 9;
        width: 100%;
}

.full-width-image-insights+.full-width-image-insights,
    .images-side-by-side+.images-side-by-side,
    .products-block+.products-block,
    .full-width-image-insights+.images-side-by-side,
    .images-side-by-side+.full-width-image-insights,
    .products-block+.full-width-image-insights,
    .full-width-image-insights+.products-block,
    .images-side-by-side+.products-block,
    .products-block+.images-side-by-side {
        margin-top: calc(-2.5rem);
    }

.swiper,
    .swiper-container{
        overflow-x: clip !important;
}

.swiper-wrapper{
        height: auto !important;
}

.swiper-slide{
        position: relative;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
}

@media (min-width: 768px){

        .swiper-slide{
                --tw-scale-x: 0.84;
                --tw-scale-y: 0.84;
                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 only screen and (min-width: 768px) {
        .swiper-backface-hidden .swiper-slide {
            transform: scale(0.84) translateZ(0);
        }
    }

.swiper-button-next,
    .swiper-button-prev {
        height: unset;
        width: unset;
    }

.swiper-button-next:after,
    .swiper-button-prev:after{
        display: none !important;
}

.internal,
    .external {
        position: relative;
    }

.play-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        border: 2px solid transparent;
        height: 10rem;
        width: 10rem;
        z-index: 20;
        transition: 250ms all ease;
    }

.play-button svg {
        display: flex;
        align-items: center;
        position: absolute;
        cursor: pointer;
        transition: 250ms all ease;
    }

.play-button svg path {
        transition: 250ms all ease;
        height: 100%;
    }

.burger{
        position: relative;
        z-index: 60;
        display: flex;
        height: 20px;
        width: 28px;
        cursor: pointer;
        border-width: 0px;
        background-color: transparent;
        outline: 2px solid transparent;
        outline-offset: 2px;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#wpcf7-f40157-o1 p.burger.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.burger:before,
    .burger:after{
        position: absolute;
        top: 6px;
        z-index: 50;
        height: 3px;
        width: 28px;
        border-radius: 0.75rem;
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        content: "";
}

.burger:before {
        transform: translateY(-6px);
    }

.burger:after {
        transform: translateY(6px);
    }

/* // line transition */

.active.burger:before{
        --tw-translate-y: 0px;
        --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));
}

.active.burger:after{
        --tw-translate-y: 0px;
        --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));
}

.newsletter-modal p:last-of-type{
        margin-bottom: 0px;
}

.newsletter-modal form p span{
        --tw-text-opacity: 1;
        color: rgb(125 120 173 / var(--tw-text-opacity));
}

.newsletter-modal form input,
    .newsletter-modal form textarea{
        --tw-border-opacity: 1;
        border-color: rgb(168 171 212 / var(--tw-border-opacity));
}

.newsletter-modal form input::-moz-placeholder{
        --tw-text-opacity: 1;
        color: rgb(168 171 212 / var(--tw-text-opacity));
}

.newsletter-modal form input::placeholder{
        --tw-text-opacity: 1;
        color: rgb(168 171 212 / var(--tw-text-opacity));
}

.newsletter-modal form .wpcf7-submit{
        width: 100%;
}

/* Siblings Styles */

.sr-only+.builder .white{
        padding-top: 5rem;
}

@media (min-width: 768px){

        .sr-only+.builder .white{
                padding-top: 7rem;
        }
}

@media (min-width: 1024px){

        .sr-only+.builder .white{
                padding-top: 10rem;
        }
}

.body-bg-enabled:not(.white) .builder .component.white:first-child{
        padding-top: 5rem;
}

@media (min-width: 768px){

        .body-bg-enabled:not(.white) .builder .component.white:first-child{
                padding-top: 7rem;
        }
}

@media (min-width: 1024px){

        .body-bg-enabled:not(.white) .builder .component.white:first-child{
                padding-top: 10rem;
        }
}

.body-bg-enabled main .builder{
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.blue-section+.builder .white{
        padding-top: 5rem;
}

@media (min-width: 768px){

        .blue-section+.builder .white{
                padding-top: 7rem;
        }
}

@media (min-width: 1024px){

        .blue-section+.builder .white{
                padding-top: 10rem;
        }
}

/* Builder Styles  */

/* .builder .white {
    @apply pt-0;
} */

/* .builder .white+.white {
    @apply pt-0 md:lg:pt-0;
} */

.builder .personal-care-purple+.personal-care-purple{
        padding-top: 0px;
}

@media (min-width: 768px){

        @media (min-width: 1024px){

                .builder .personal-care-purple+.personal-care-purple{
                        padding-top: 0px;
                }
        }
}

.builder .laundry-green+.laundry-green{
        padding-top: 0px;
}

@media (min-width: 768px){

        @media (min-width: 1024px){

                .builder .laundry-green+.laundry-green{
                        padding-top: 0px;
                }
        }
}

.builder .kitchen-pink+.kitchen-pink{
        padding-top: 0px;
}

@media (min-width: 768px){

        @media (min-width: 1024px){

                .builder .kitchen-pink+.kitchen-pink{
                        padding-top: 0px;
                }
        }
}

.builder .kitchen-pink+.kitchen-pink{
        padding-top: 0px;
}

@media (min-width: 768px){

        @media (min-width: 1024px){

                .builder .kitchen-pink+.kitchen-pink{
                        padding-top: 0px;
                }
        }
}

.builder.bathroom-tangerine+.bathroom-tangerine{
        padding-top: 0px;
}

@media (min-width: 768px){

        @media (min-width: 1024px){

                .builder.bathroom-tangerine+.bathroom-tangerine{
                        padding-top: 0px;
                }
        }
}

.builder.light-grey+.light-grey{
        padding-top: 0px;
}

@media (min-width: 768px){

        @media (min-width: 1024px){

                .builder.light-grey+.light-grey{
                        padding-top: 0px;
                }
        }
}

.builder.brand-blue+.brand-blue{
        padding-top: 0px;
}

@media (min-width: 768px){

        @media (min-width: 1024px){

                .builder.brand-blue+.brand-blue{
                        padding-top: 0px;
                }
        }
}

/* End Builder Styles */

.component{
        padding-top: 5rem;
        padding-bottom: 5rem;
}

@media (min-width: 768px){

        .component{
                padding-top: 7rem;
                padding-bottom: 7rem;
        }
}

.component.has-reduced-top-padding {
        padding-top: 20px;
    }

.component.has-reduced-bottom-padding {
        padding-bottom: 20px;
    }

.component.has-no-top-padding {
        padding-top: 0;
    }

.component.has-no-bottom-padding {
        padding-bottom: 0;
    }

/* .bg-enabled {
    @apply py-20 md:py-28;
}

.bg-enabled+.bg-disabled {
    @apply pt-20 md:pt-28;
} */

/* Instafeed Styles */

@media not all and (min-width: 768px){

        .instagram-feed-component > div{
                text-align: center;
        }
}

#instafeed a,
.instafeed a{
        width: 50%;
}

@media (min-width: 1024px){

        #instafeed a,
.instafeed a{
                width: 100%;
        }
}

@media only screen and (min-width: 1024px) {

    /* 1 */
    #instafeed a:nth-child(1),
    .instafeed a:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    /* 2 */
    #instafeed a:nth-child(2),
    .instafeed a:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }

    /* 3 */
    #instafeed a:nth-child(3),
    .instafeed a:nth-child(3) {
        grid-area: 2 / 1 / 3 / 2;
    }

    /* 4 */
    #instafeed a:nth-child(4),
    .instafeed a:nth-child(4) {
        grid-area: 2 / 2 / 3 / 3;
    }

    /* 5 */
    #instafeed a:nth-child(5),
    .instafeed a:nth-child(5) {
        grid-area: 1 / 3 / 3 / 5;
    }

    /* 6 */
    #instafeed a:nth-child(6),
    .instafeed a:nth-child(6) {
        grid-area: 1 / 5 / 2 / 6;
    }

    /* 7 */
    #instafeed a:nth-child(7),
    .instafeed a:nth-child(7) {
        grid-area: 2 / 5 / 3 / 6;
    }
}

@media only screen and (max-width: 1023px) {

    /* 3 */
    #instafeed a:nth-child(3),
    .instafeed a:nth-child(3) {
        display: none;
    }

    /* 4 */
    #instafeed a:nth-child(4),
    .instafeed a:nth-child(4) {
        display: none;
    }

    /* 5 */
    #instafeed a:nth-child(5),
    .instafeed a:nth-child(5) {
        display: none;
    }

    /* 6 */
    #instafeed a:nth-child(6),
    .instafeed a:nth-child(6) {
        display: none;
    }

    /* 7 */
    #instafeed a:nth-child(7),
    .instafeed a:nth-child(7) {
        display: none;
    }
}

#instafeed a img,
.instafeed a img{
        aspect-ratio: 1 / 1;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
}

/* End Instafeed Styles */

/* Content and media component */

.content-and-media-component .external,
 .content-and-media-component .internal{
        aspect-ratio: 1 / 1;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
}

.content-and-media-component .content-and-media-component__image-holder svg{
        position: absolute;
        max-width: 450px;
}

/* Svg pattern one */

.content-and-media-component .content-and-media-component__image-holder.svg-one svg{
        bottom: 0px;
        z-index: 10;
}

@media (min-width: 1024px){

        .content-and-media-component .content-and-media-component__image-holder.svg-one svg{
                bottom: -94px;
        }

        .content-and-media-component .media-alignment-right .content-and-media-component__image-holder.svg-one svg{
                left: -110px;
        }

        .content-and-media-component .media-alignment-left .content-and-media-component__image-holder.svg-one svg{
                right: -110px;
        }
}

/* Svg pattern two */

.content-and-media-component .content-and-media-component__image-holder.svg-two svg{
        top: 0px;
        z-index: 10;
        height: auto;
}

@media not all and (min-width: 1024px){

        .content-and-media-component .content-and-media-component__image-holder.svg-two svg{
                right: -55px;
                max-width: 200px;
        }
}

@media (min-width: 1024px){

        .content-and-media-component .content-and-media-component__image-holder.svg-two svg{
                top: -143px;
                right: -110px;
        }
}

/* Svg pattern three */

.content-and-media-component .content-and-media-component__image-holder.svg-three svg{
        top: 0px;
        z-index: 10;
        height: auto;
}

@media not all and (min-width: 1024px){

        .content-and-media-component .content-and-media-component__image-holder.svg-three svg{
                right: -100px;
                max-width: 200px;
        }
}

@media (min-width: 1024px){

        .content-and-media-component .content-and-media-component__image-holder.svg-three svg{
                top: -143px;
                right: -200px;
        }
}

.content-and-media-component__tabs ul li.active a{
        --tw-bg-opacity: 1;
        background-color: rgb(226 245 252 / var(--tw-bg-opacity));
}

/* End Content and media component */

.site-breadcrumbs nav{
        margin-bottom: 4px;
        text-align: center;
        font-size: 0.812rem;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 26px;
        letter-spacing: .8px;
        --tw-text-opacity: 1;
        color: rgb(122 128 140 / var(--tw-text-opacity));
}

.form-step.products .main-content .card>.site-breadcrumbs nav {
        order: 2;
    }

@media (min-width: 768px){

        .site-breadcrumbs nav{
                font-size: 0.875rem;
                line-height: 1.25rem;
        }
}

.site-breadcrumbs nav a{
        text-decoration-line: underline;
}

.site-breadcrumbs p{
        margin-bottom: 0px;
}

.site-breadcrumbs .last{
        text-decoration-line: none;
}

.c-notification-bar {
    background-color: #1F246E;
    color: white;
    text-align: center;
    padding: 10px 0;
}

@media screen and (max-width: 768px) {

.c-notification-bar {
        font-size: 14px;
        line-height: 140%
}
    }

.c-notification-bar span {
        color: #FFAF4C;
        text-transform: uppercase;
        display: inline-block;
        padding: 2px 5px;
        border: dashed 1px #FFAF4C;
        font-weight: bold;
    }

@media screen and (max-width: 767px) {

.featured-blocks-component .swiper-wrapper {
            display: block;

            transform: none
    }
        }

.featured-blocks-component .inline-flex:first-child a {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component .inline-flex:nth-child(2) a {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component .inline-flex:last-child a {
            border: solid 2px #21D0C5;
        }

.featured-blocks-component span.btn {
        text-align: center;
    }

.c-eco-table {
    display: none;
    width: 100%;
}

@media screen and (min-width: 821px) {

.c-eco-table {
        display: block
}
    }

.c-eco-table.is-mobile {
        display: none;
    }

.c-eco-table.is-mobile.is-hidden {
            display: none;
        }

@media screen and (max-width: 820px) {

.c-eco-table.is-mobile {
            display: block
    }
        }

.c-eco-table table {
        width: 100%;
    }

.c-eco-table th {
        padding: 15px 30px;
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
        color: #FFF;
        font-weight: 500;
        line-height: 1.3;
        text-align: center;
        max-width: 200px;
        vertical-align: text-top;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

.c-eco-table th div:first-of-type {
            /* display: flex;
            align-items: center;
            justify-content: center; */
            min-height: 50px;
        }

.c-eco-table th div:last-of-type {
            min-height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.c-eco-table th:not(:last-of-type){
            border-right: 1px solid #FFF;
        }

.c-eco-table th:first-of-type {
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
        }

.c-eco-table th:last-of-type {
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
        }

.c-eco-table tbody td {
            padding: 15px 20px;
            text-align: center;
        }

.c-eco-table tbody td.city {
                text-align: left;
                white-space: nowrap;
                font-weight: bold;
                width: 230px;
                max-width: 230px;
            }

.c-eco-table tbody td.city span {
                    display: inline-block;
                    margin-right: 20px;
                    min-width: 16px;
                    font-weight: 500;
                }

.c-eco-table tbody td:not(:last-of-type){
                border-right: 1px solid rgb(209, 209, 209);
            }

.c-eco-table tbody tr {
            transition: all .3s ease;
            --tw-text-opacity: 1;
            color: rgb(40 47 146 / var(--tw-text-opacity));
        }

.c-eco-table tbody tr:hover {
                background-color: orange !important;
            }

.c-eco-table tbody tr.is-hidden {
                display: none;
            }

.c-eco-table tbody tr td:first-of-type {
                border-top-left-radius: 100px;
                border-bottom-left-radius: 100px;
            }

.c-eco-table tbody tr td:last-of-type {
                border-top-right-radius: 100px;
                border-bottom-right-radius: 100px;
                font-weight: 600;
            }

.c-eco-table tbody tr:nth-of-type(odd){
                background-color: #f4f3fe;
            }

.c-eco-table .c-eco-table__filter svg {
            margin: 10px auto;
        }

.c-eco-table .c-eco-table__filter.is-active, .c-eco-table .c-eco-table__filter:hover {
            position: relative;
        }

.c-eco-table .c-eco-table__filter.is-active svg path, .c-eco-table .c-eco-table__filter:hover svg path {
                fill: white;
                stroke: white;
            }

.c-eco-table .c-eco-table__filter.is-active:after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            width: 36px;
            height: 28px;
            background-image: url('/wp-content/themes/yozu-starter/assets/images/mobile-table-filter.svg');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }

.c-eco-table .c-eco-table__mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
    }

.c-eco-table .c-eco-table__mobile-header .is-active svg rect:first-of-type {
            fill: orange;
        }

.c-eco-table__tabs {
    position: relative;
    display: none;
    margin-bottom: 20px;
}

@media screen and (max-width: 820px) {

.c-eco-table__tabs {
        display: block
}
    }

.c-eco-table__tabs .c-eco-table__active-tab {
        display: flex;
        align-items: center;
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
        padding: 1rem;
        border-radius: 20px;
        color: #FFF;
    }

.c-eco-table__tabs .c-eco-table__active-tab .c-eco-table__active-tab-icon {
            margin-right: 20px;
            max-width: 40px;
        }

.c-eco-table__tabs .c-eco-table__active-tab .c-eco-table__active-tab-icon svg {
                width: 100%;
                max-height: 60px;
            }

.c-eco-table__tabs .c-eco-table__active-tab .c-eco-table__active-tab-title {
            font-size: 16px;
            font-weight: bold;
        }

.c-eco-table__tabs .c-eco-table__tab-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 20px;
        height: 20px;
        /* background-image: url('/wp-content/themes/yozu-starter/assets/images/burger-toggle.svg'); */
        /* background-repeat: no-repeat;
        background-position: center;
        background-size: contain; */
        margin-left: auto;
        cursor: pointer;
    }

.c-eco-table__tabs .c-eco-table__tab-toggle .c-eco-table__tab-toggle-close {
            display: none;
        }

.c-eco-table__tabs .c-eco-table__tab-toggle.is-active .c-eco-table__tab-toggle-open {
            display: none;
        }

.c-eco-table__tabs .c-eco-table__tab-toggle.is-active .c-eco-table__tab-toggle-close {
            display: block;
        }

.c-eco-table__tabs .c-eco-table__tabs-select {
        width: 100%;
        padding-top: 20px;
        display: none;
        transition: all .3s ease;
        background-color: white;
    }

.c-eco-table__tabs .c-eco-table__tab-option {
        display: flex;
        align-items: center;
        padding: 1rem;
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
        border-radius: 20px;
    }

.c-eco-table__tabs .c-eco-table__tab-option .option-title{
        font-size: 1.125rem;
        line-height: 1.75rem;
}

.c-eco-table__tabs .c-eco-table__tab-option .option-icon {
            margin-right: 20px;
            max-width: 30px;
        }

.c-eco-table__tabs .c-eco-table__tab-option .option-icon svg {
                width: 100%;
                max-height: 40px;
            }

.c-eco-table__tabs .c-eco-table__tab-option:nth-last-of-type(even){
            background-color: #F5F6FC;
        }

.c-eco-table__tabs .c-eco-table__tab-option.is-active .option-title {
                font-weight: bold;
            }

.c-sbs-media-content-pods {
    padding: 40px 0;

    color: white;

    background-color: #282f92;
}

.c-sbs-media-content-pods__header {
    margin-bottom: 40px;

    text-align: center;
}

.c-sbs-media-content-pods__header-media {
    width: 150px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

.c-sbs-media-content-pods__header-media img {
        width: 100%;
        height: 100%;

        -o-object-fit: contain;

           object-fit: contain;
        -o-object-position: center center;
           object-position: center center;
    }

.c-sbs-media-content-pods__heading {
    font-size: 32px;
    font-weight: 700;
    color: inherit;
}

.c-sbs-media-content-pods__pods {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {

.c-sbs-media-content-pods__pods {
        gap: 40px
}
    }

@media screen and (min-width: 768px) {

.c-sbs-media-content-pods__pods {
        gap: 80px
}
    }

.c-sbs-media-content-pods__pod {
    margin: 0 auto;

    text-align: center;
}

@media screen and (min-width: 768px) {

.c-sbs-media-content-pods__pod {
        width: calc(50% - 80px)
}
    }

.c-sbs-media-content-pods__pod-media {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 20px;

    aspect-ratio: 1/1;
}

.c-sbs-media-content-pods__pod-media img {
        width: 100%;
        height: 100%;

        -o-object-fit: cover;

           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }

.c-sbs-media-content-pods__pod-content {
    max-width: 100%;
    margin: 0 auto;

    font-size: 22px;
}

@media screen and (min-width: 1024px) {

.c-sbs-media-content-pods__pod-content {
        width: 50%
}
    }

@media screen and (max-width: 767px) {

.wysiwyg-component.has-increased-font-size p {
        font-size: 16px
}
    }

@media screen and (min-width: 768px) {

.wysiwyg-component.has-increased-font-size p {
        font-size: 18px
}
    }

/* Woocommerce - General */

.woocommerce-breadcrumb{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
}

.woocommerce-breadcrumb+.builder .white{
        padding-top: 5rem;
}

@media (min-width: 768px){

        .woocommerce-breadcrumb+.builder .white{
                padding-top: 7rem;
        }
}

@media (min-width: 1024px){

        .woocommerce-breadcrumb+.builder .white{
                padding-top: 10rem;
        }
}

/* USP Banner Styles */

.usp-banner ul li svg{
        margin-top: -2px;
        height: 100%;
        width: 33px;
}

/* End USP Banner Styles */

.woocommerce-page main.woocommerce-main{
        margin-top: 5rem;
}

@media (min-width: 768px){

        .woocommerce-page main.woocommerce-main{
                margin-top: 7rem;
        }
}

@media (min-width: 1024px){

        .woocommerce-page main.woocommerce-main{
                margin-top: 10rem;
        }
}

.woocommerce-page.woocommerce-account main.woocommerce-main{
        margin-top: 0px;
}

/* Woocommerce - Account */

.woocommerce-order-details__title,
    .woocommerce-order-details h2,
    .woocommerce-customer-details h2,
    .woocommerce-MyAccount-content h2,
    .woocommerce-Address-title.title h3{
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
        margin-bottom: 1rem;
        font-size: 1.062rem;
        line-height: 1.25;
}

@media (min-width: 768px){

        .woocommerce-order-details__title,
    .woocommerce-order-details h2,
    .woocommerce-customer-details h2,
    .woocommerce-MyAccount-content h2,
    .woocommerce-Address-title.title h3{
                font-size: 1.062rem;
                line-height: 1.25;
        }
}

@media (min-width: 1024px){

        .woocommerce-order-details__title,
    .woocommerce-order-details h2,
    .woocommerce-customer-details h2,
    .woocommerce-MyAccount-content h2,
    .woocommerce-Address-title.title h3{
                font-size: 1.125rem;
                line-height: 1.75rem;
                line-height: 1.25;
        }
}

@media (min-width: 1280px){

        .woocommerce-order-details__title,
    .woocommerce-order-details h2,
    .woocommerce-customer-details h2,
    .woocommerce-MyAccount-content h2,
    .woocommerce-Address-title.title h3{
                font-size: 1.125rem;
                line-height: 1.75rem;
        }
}

@media (min-width: 1536px){

        .woocommerce-order-details__title,
    .woocommerce-order-details h2,
    .woocommerce-customer-details h2,
    .woocommerce-MyAccount-content h2,
    .woocommerce-Address-title.title h3{
                font-size: 1.125rem;
                line-height: 1.75rem;
        }
}

.woocommerce-order-details__title,
    .woocommerce-order-details h2,
    .woocommerce-customer-details h2,
    .woocommerce-MyAccount-content h2,
    .woocommerce-Address-title.title h3{
        margin-top: 1rem;
}


    .entry-content .woocommerce-order-details__title,
    .entry-content 
    .woocommerce-order-details h2,
    .entry-content 
    .woocommerce-customer-details h2,
    .entry-content 
    .woocommerce-MyAccount-content h2,
    .entry-content 
    .woocommerce-Address-title.title h3{
        margin-bottom: 1rem;
}

.woocommerce-account .u-columns.col2-set::before,
    .woocommerce-account .u-columns.col2-set::after{
        display: none !important;
        --tw-content: none;
        content: var(--tw-content);
}

.woocommerce-privacy-policy-text p{
        font-size: 0.75rem;
        line-height: 1rem;
}

.woocommerce-privacy-policy-text p a{
        text-decoration-line: underline;
}

.woocommerce-button,
    button.wp-element-button{
        margin-top: 2.812rem;
        align-self: center;
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
        display: inline-block;
        width: auto;
        cursor: pointer;
        border-radius: 10px;
        border-width: 1px;
        border-color: transparent;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.937rem;
        font-weight: 600;
        line-height: 1.375rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.woocommerce-button svg,
    button.wp-element-button svg{
        margin-top: -3px;
        margin-left: 0.5rem;
        display: inline-flex;
        height: 17px;
}

.featured-blocks-component .woocommerce-button svg:first-child a,.featured-blocks-component 
    button.wp-element-button svg:first-child a {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component .woocommerce-button svg:nth-child(2) a,.featured-blocks-component 
    button.wp-element-button svg:nth-child(2) a {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component .woocommerce-button svg:last-child a,.featured-blocks-component 
    button.wp-element-button svg:last-child a {
            border: solid 2px #21D0C5;
        }

#manageSubscription form .woocommerce-button,#manageSubscription form 
    button.wp-element-button{
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
}

#manageSubscription form .woocommerce-button:hover,#manageSubscription form 
    button.wp-element-button:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(20 23 74 / var(--tw-bg-opacity));
}

.featured-blocks-component span.woocommerce-button,.featured-blocks-component span
    button.wp-element-button {
        text-align: center;
    }

.woocommerce-LostPassword a{
        text-decoration-line: underline;
}

.woocommerce-form__label{
        margin-left: 0px;
        display: flex;
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
}

#wpcf7-f40157-o1 p.woocommerce-form__label.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.woocommerce-form__label input{
        display: inline-flex;
        height: 13px;
        width: 13px;
}

.featured-blocks-component .woocommerce-form__label input:first-child a {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component .woocommerce-form__label input:nth-child(2) a {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component .woocommerce-form__label input:last-child a {
            border: solid 2px #21D0C5;
        }

/* .woocommerce-form__label span {
        @apply inline-flex mt-[-8px];
    } */

.edit-account fieldset legend{
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
        margin-bottom: 1rem;
        font-size: 1.062rem;
        line-height: 1.25;
}

@media (min-width: 768px){

        .edit-account fieldset legend{
                font-size: 1.062rem;
                line-height: 1.25;
        }
}

@media (min-width: 1024px){

        .edit-account fieldset legend{
                font-size: 1.125rem;
                line-height: 1.75rem;
                line-height: 1.25;
        }
}

@media (min-width: 1280px){

        .edit-account fieldset legend{
                font-size: 1.125rem;
                line-height: 1.75rem;
        }
}

@media (min-width: 1536px){

        .edit-account fieldset legend{
                font-size: 1.125rem;
                line-height: 1.75rem;
        }
}


    .entry-content .edit-account fieldset legend{
        margin-bottom: 1rem;
}

.woocommerce-account.logged-in .woocommerce{
        display: grid;
        grid-template-columns: repeat(9, minmax(0, 1fr));
}

@media (min-width: 1024px){

        .woocommerce-account.logged-in .woocommerce{
                -moz-column-gap: 4rem;
                     column-gap: 4rem;
        }

        @media not all and (min-width: 1024px){

                .woocommerce-account.logged-in .woocommerce{
                        row-gap: 4rem;
                }
        }
}

.woocommerce-account .woocommerce::before,
    .woocommerce-account .woocommerce::after{
        display: none !important;
}

@media not all and (min-width: 1024px){

        .woocommerce-MyAccount-navigation{
                grid-column: span 9 / span 9;
                margin-bottom: 2.5rem;
        }
}

@media (min-width: 1024px){

        .woocommerce-MyAccount-navigation{
                grid-column: span 3 / span 3;
        }
}

@media screen and (max-width: 767px) {

.woocommerce-MyAccount-navigation ul {
            display: grid;
            grid-gap: 20px 40px;
            grid-template-columns: repeat(2, 1fr);

            margin-bottom: 25px
    }
        }

.woocommerce-MyAccount-navigation ul li{
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        border-bottom-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(239 240 249 / var(--tw-border-opacity));
        padding-top: 1rem;
        padding-bottom: 1rem;
}

#wpcf7-f40157-o1 p.woocommerce-MyAccount-navigation ul li.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.woocommerce-MyAccount-navigation ul li.is-active a{
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(31 36 110 / var(--tw-text-opacity));
}

@media not all and (min-width: 1024px){

        .woocommerce-account .woocommerce-MyAccount-content{
                grid-column: span 9 / span 9;
        }
}

@media (min-width: 1024px){

        .woocommerce-account .woocommerce-MyAccount-content{
                grid-column: span 6 / span 6;
        }
}

.woocommerce-account .woocommerce-MyAccount-content a.button{
        margin-top: 2.812rem;
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
        display: inline-block;
        width: auto;
        cursor: pointer;
        border-radius: 10px;
        border-width: 1px;
        border-color: transparent;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.937rem;
        font-weight: 600;
        line-height: 1.375rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.woocommerce-account .woocommerce-MyAccount-content a.button svg{
        margin-top: -3px;
        margin-left: 0.5rem;
        display: inline-flex;
        height: 17px;
}

.featured-blocks-component .woocommerce-account .woocommerce-MyAccount-content a.button svg:first-child a {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component .woocommerce-account .woocommerce-MyAccount-content a.button svg:nth-child(2) a {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component .woocommerce-account .woocommerce-MyAccount-content a.button svg:last-child a {
            border: solid 2px #21D0C5;
        }

#manageSubscription form .woocommerce-account .woocommerce-MyAccount-content a.button{
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
}

#manageSubscription form .woocommerce-account .woocommerce-MyAccount-content a.button:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(20 23 74 / var(--tw-bg-opacity));
}

.featured-blocks-component span.woocommerce-account .woocommerce-MyAccount-content a.button {
        text-align: center;
    }

.woocommerce-account .woocommerce-MyAccount-content a.button:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(20 23 74 / var(--tw-bg-opacity));
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 1.5rem;
}

#wpcf7-f40157-o1 p.woocommerce-Message.woocommerce-Message--info.woocommerce-info.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

/* My Account / Orders */

.shop_table_responsive{
        overflow-x: auto;
}

.woocommerce-table, .shop_table{
        margin-bottom: 2.5rem;
}

.shop_table tbody tr td.product-name{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem;
}

#wpcf7-f40157-o1 p.shop_table tbody tr td.product-name.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.woocommerce-orders-table{
        display: flex;
        flex-direction: column;
        --tw-bg-opacity: 1;
        background-color: rgb(245 246 252 / var(--tw-bg-opacity));
}

#wpcf7-f40157-o1 p.woocommerce-orders-table.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.woocommerce-account table, .shop_table{
        display: table;
        width: 100%;
}

.woocommerce-account table > :not([hidden]) ~ :not([hidden]), .shop_table > :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));
}

.woocommerce-account table, .shop_table{
        border-width: 1px;
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.woocommerce-account table th,.woocommerce-account table td, .shop_table th, .shop_table td{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: left;
}

.woocommerce-account table th{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: left;
}

.woocommerce-account table tbody tr td a.button{
        margin-top: 0px !important;
}

.button.wcs_deletion_error{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
}

.o-table {
        overflow-x: auto;
        position: relative;

        /* &::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;

            width: 100px;
            background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0,0,0,0.1));
        } */
    }

/* Update payment */

form#order_review{
        margin-top: 2rem;
}

#payment .payment_methods.methods + .form-row{
        margin-top: 2rem;
}

#payment .payment_methods.methods + .form-row .button{
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
        display: inline-block;
        width: auto;
        cursor: pointer;
        border-radius: 10px;
        border-width: 1px;
        border-color: transparent;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.937rem;
        font-weight: 600;
        line-height: 1.375rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#payment .payment_methods.methods + .form-row .button svg{
        margin-top: -3px;
        margin-left: 0.5rem;
        display: inline-flex;
        height: 17px;
}

.featured-blocks-component #payment .payment_methods.methods + .form-row .button svg:first-child a {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component #payment .payment_methods.methods + .form-row .button svg:nth-child(2) a {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component #payment .payment_methods.methods + .form-row .button svg:last-child a {
            border: solid 2px #21D0C5;
        }

#manageSubscription form #payment .payment_methods.methods + .form-row .button{
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
}

#manageSubscription form #payment .payment_methods.methods + .form-row .button:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(20 23 74 / var(--tw-bg-opacity));
}

.featured-blocks-component span#payment .payment_methods.methods + .form-row .button {
        text-align: center;
    }

#payment .payment_methods.methods + .form-row .button:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(20 23 74 / var(--tw-bg-opacity));
}

/* My Account / Address */

.woocommerce-edit-address .woocommerce-MyAccount-content>p,
    .woocommerce-MyAccount-content>p{
        margin-bottom: 1.5rem;
}

.woocommerce-edit-address .woocommerce-Addresses{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px){

        .woocommerce-edit-address .woocommerce-Addresses{
                -moz-column-gap: 4rem;
                     column-gap: 4rem;
        }

        @media not all and (min-width: 1024px){

                .woocommerce-edit-address .woocommerce-Addresses{
                        row-gap: 4rem;
                }
        }
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit{
        margin-top: 0;
        margin-bottom: 1rem;
        align-self: center;
        --tw-bg-opacity: 1;
        background-color: rgb(93 197 236 / var(--tw-bg-opacity));
        display: inline-block;
        width: auto;
        cursor: pointer;
        border-radius: 10px;
        border-width: 1px;
        border-color: transparent;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.937rem;
        font-weight: 600;
        line-height: 1.375rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit svg{
        margin-top: -3px;
        margin-left: 0.5rem;
        display: inline-flex;
        height: 17px;
}

.featured-blocks-component .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit svg:first-child a {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit svg:nth-child(2) a {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit svg:last-child a {
            border: solid 2px #21D0C5;
        }

#manageSubscription form .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit{
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
}

#manageSubscription form .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(20 23 74 / var(--tw-bg-opacity));
}

.featured-blocks-component span.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit {
        text-align: center;
    }

.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address address{
        font-style: normal;
}

.woocommerce-invalid .woocommerce-input-wrapper input{
        --tw-border-opacity: 1;
        border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.woocommerce-validated .woocommerce-input-wrapper input{
        --tw-border-opacity: 1;
        border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

#update_all_subscriptions_addresses_field .woocommerce-input-wrapper .checkbox{
        display: block;
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
}

.actions-main td{
        padding-bottom: 0px !important;
}

.actions-pause-cancel td{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
}

.actions-topup td{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
}

.actions-topup + tr td{
        padding-top: 0px !important;
}

.actions-main a,
    .actions-main button,
    .actions-pause-cancel a,
    .actions-pause-cancel button,
    .actions-topup a,
    .actions-topup button,
    .shop_table.subscription_details a,
    .shop_table.subscription_details button{
        margin-top: 0px !important;
        margin-bottom: 1rem !important;
}

#update_all_subscriptions_addresses_field input{
        margin-right: 0.5rem;
        display: inline-flex;
        height: 13px;
        width: 13px;
        align-self: flex-start;
}

.featured-blocks-component #update_all_subscriptions_addresses_field input:first-child a {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component #update_all_subscriptions_addresses_field input:nth-child(2) a {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component #update_all_subscriptions_addresses_field input:last-child a {
            border: solid 2px #21D0C5;
        }

/* Woocommerce - Shop Page */

/* Woocommerce - Shop Page - End */

/* Woocommerce - Phils stuff */

/* Frequency Helper */

.frequency-helper_options button,
    .fragrance-helper button{
        height: 3rem;
        width: 3rem;
        max-width: 100%;
        border-radius: 10px;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(171,217,242,1);
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding: 0px;
        font-size: 15px;
        color: rgba(40,47,146,1);
        outline: 2px solid transparent;
        outline-offset: 2px;
}

.frequency-helper_options button.selected,
    .fragrance-helper button.selected{
        border-width: 1px;
        border-style: solid;
        border-color: rgba(191,232,248,1);
        --tw-bg-opacity: 1;
        background-color: rgb(226 245 252 / var(--tw-bg-opacity));
        color: rgba(40,47,146,1);
}

.frequency-helper_options select,
    .fragrance-helper select{
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0.5rem;
        height: 3rem;
        border-radius: 10px;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(171,217,242,1);
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 1rem;
        padding-right: 2.5rem;
        font-size: 15px;
        font-weight: 600;
        color: rgba(40,47,146,1);
        outline: 2px solid transparent;
        outline-offset: 2px;
}

.frequency-helper_options select.selected,
    .fragrance-helper select.selected{
        border-width: 1px;
        border-style: solid;
        border-color: rgba(191,232,248,1);
        --tw-bg-opacity: 1;
        background-color: rgb(226 245 252 / var(--tw-bg-opacity));
        color: rgba(40,47,146,1);
}

/* Fragrance Helper */

.fragrance-helper select {
        margin: 20px 0;

        border-color: rgba(40,47,146,1);
        border-radius: 4px;
    }

/* New Product Journey */

.product-features {
        list-style-type: none;
    }

.product-features > li:before {
        content: "";

        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.7599 3.0522C11.4519 2.74416 10.9477 2.74416 10.6402 3.0522L5.62816 8.0642L3.36038 5.79598C3.05234 5.48794 2.54819 5.48794 2.2406 5.79598L1.63861 6.39797C1.48437 6.55221 1.40063 6.74788 1.40063 6.95809C1.40063 7.1683 1.4848 7.36397 1.63861 7.51821L5.0685 10.9481C5.22274 11.1023 5.41842 11.1861 5.62862 11.1861C5.83883 11.1861 6.0345 11.1019 6.18874 10.9481L12.3629 4.77399C12.6709 4.46595 12.6709 3.96179 12.3629 3.65421L11.7599 3.0522Z' fill='%23282F92'/%3E%3C/svg%3E");
        background-size: cover;
        background-position: center;

        padding: .15rem;
        height: 1.2rem;
        width: 1.2rem;

        display: inline-block;
        vertical-align: middle;

        margin-right: 0.5rem;
    }

.purchase-options.two-col {
            display: flex;
            justify-content: space-between;
        }

.purchase-options .option-pack_size {
            width: 60%;
        }

.purchase-options select{
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0.5rem;
        height: 3rem;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(40 47 146 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 1rem;
        padding-right: 2.5rem;
        font-size: 15px;
        font-weight: 600;
        color: rgba(40,47,146,1);
        outline: 2px solid transparent;
        outline-offset: 2px;
}

.purchase-options select.selected{
        border-width: 1px;
        border-style: solid;
        border-color: rgba(191,232,248,1);
        --tw-bg-opacity: 1;
        background-color: rgb(226 245 252 / var(--tw-bg-opacity));
        color: rgba(40,47,146,1);
}

.purchase-options {
        display: flex;
        flex-direction: row;
    }

.purchase-option {
        display: flex;
        flex-direction: row;
    }

.purchase-option div label {
                margin: 0;

                font-weight: 900;
                font-size: 1rem;
                color: #000;
            }

.purchase-option div.input {
                width: 30px;
                padding-top: 8px;
                display: flex;
                flex-direction: row;
                align-items: baseline;
            }

.purchase-option div.value {

            }

.subscription-options .wrapper {
            border-width: 1px;
            border-color: #282F92;
            border-radius: 4px;
        }

.subscription-label {
        padding-top: 10px;
    }

.product-helper select {
        margin: 20px 0;
    }

body.new-layout .pack-qty_wrap {
            display: none;
        }

body.new-layout .pack-selector_summary {
            display: none !important;
        }

body.new-layout .subscription-options_selection {
            padding: 0;
        }

.delivery-options-panel__notice {
        margin-bottom: 1rem;
        margin-top: 1.5rem;
    }

.delivery-options-panel__notice p {
            font-weight: 600;
            font-size: 14px;
        }

.delivery-options-panel__notice a {
            text-decoration: underline;
        }

.delivery-options-panel__discount {
        background: #e1fce0;
        margin-top: 1rem;

        margin-bottom: 2rem;

        padding: 18px;
        border: none;
        text-align: center;
        display: block;

        font-size: 14px;
        font-weight: 500;
        color: #153d90;
    }

.delivery-options-panel__discount strong {
            font-weight: 900;
        }

.delivery-options-panel__discount span {
            font-weight: 900;
            color: #20ae79;
            letter-spacing: 0.5px;
        }

.subscription-options__title-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

.subscription-form-option{
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0.5rem;
        height: 3rem;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(40 47 146 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 1rem;
        padding-right: 2.5rem;
        font-size: 15px;
        font-weight: 600;
        color: rgba(40,47,146,1);
        outline: 2px solid transparent;
        outline-offset: 2px;
}

.purchase-options select.selected{
        border-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(40 47 146 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(226 245 252 / var(--tw-bg-opacity));
        color: rgba(40,47,146,1);
}

.subscription-discount-amount {
        background: #282F92;
        color: #fff;
        padding: 4px 10px;
        font-weight: 900;
        font-size: 12px;
        border-radius: 2px;

        display: inline-block;
        text-align: center;
    }

section.box-sizes {
        width: 100%;
    }

.product-calc-container .frequency-helper {
            width: 100%;
        }

.product-calc-container{

        text-align: center;
}

.calc-response {

    }

svg.bubble-bg {
        z-index: -1;
        left: -160px;
        bottom: -170px;
    }

/* Get Started */

/* .col-2 {
        @apply w-6/12;
    } */

section.form-step{
        display: none;
        flex-direction: row;
}

section.form-step.active{
        display: grid;
}

.woocommerce-variation-price span.price{
        display: none;
}

.page-template-get-started .woocommerce-product-gallery{
        float: right;
        max-width: 700px;
}

.woocommerce-variation-add-to-cart div.quantity{
        display: none !important;
}

.woocommerce-variation-add-to-cart .variations_button{
        display: none !important;
}

/* Woocommerce buttons */

.single_add_to_cart_button{
        margin-top: 0px !important;
        width: 100% !important;
        border-radius: 10px !important;
        --tw-bg-opacity: 1 !important;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity)) !important;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single_add_to_cart_button:hover{
        --tw-bg-opacity: 1 !important;
        background-color: rgb(20 23 74 / var(--tw-bg-opacity)) !important;
}

.added_to_cart.wc-forward{
        display: none;
}

#checkout-steps{
        margin: 0px;
}

.wcsatt-options-product-wrapper {
        display: unset !important;
    }

ul.wcsatt-options-product{
        display: none;
}

.wcsatt-options-product-dropdown{
        margin: 0px;
}

@media screen and (max-width: 767px) {

body.single-product .site-main {
            margin-top: 170px
    }
        }

@media screen and (min-width: 768px) and (max-width: 1024px) {

body.single-product .site-main {
            margin-top: 150px
    }
        }

@media screen and (min-width: 1024px) {

body.single-product .site-main {
            margin-top: 130px
    }
        }

.single_add_to_cart_button{
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        display: block;
        height: 3rem;
        width: calc(100% - 14px);
        border-radius: 10px;
        border-color: none;
        --tw-bg-opacity: 1;
        background-color: rgb(93 197 236 / var(--tw-bg-opacity));
        padding: 0px;
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 700;
        line-height: 18px;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single-product .woocommerce-variation-price{
        margin: 0px;
}

/* Pack QTY */

.pack-qty_form span.qty{
        display: block;
        height: 26px;
        width: calc(100% - 60px);
        text-align: center;
        line-height: 26px;
}

.form-step.products .main-content .card>.pack-qty_form span.qty {
        order: 2;
    }

/* Pack Selector */

.pack-selector .pack-selector_item-wrap.disabled .pack-selector_item{
        border-width: 1px;
        border-style: solid;
        border-color: rgba(171,217,242,1);
        background: none;
}

.pack-selector .pack-selector_item-wrap.disabled .pack-selector_form{
        pointer-events: none;
}

.pack-selector .pack-selector_item-wrap.disabled button{
        border-radius: 5px;
        border-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(168 171 212 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(249 249 249 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(219 219 219 / var(--tw-text-opacity));
}

.pack-selector .pack-selector_item{
        margin: 5px;
        display: block;
        cursor: pointer;
        border-radius: 10px;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(191,232,248,1);
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 18px;
        padding-bottom: 18px;
        text-align: center;
        font-size: 0.7rem;
}

.form-step.products .main-content .card>.pack-selector .pack-selector_item {
        order: 2;
    }

.pack-selector .pack-selector_item {
        background: rgba(226,245,252,1);
    }

.pack-selector .pack-selector_item span{
        display: block;
        color: rgba(40,47,146,1);
}

.pack-selector .pack-selector_item span.attr{
        margin-bottom: 0.25rem;
        font-size: 0.9rem;
        font-weight: 600;
}

.pack-selector .pack-selector_item span.cost{
        height: 0.875rem;
        line-height: 14px;
}

.pack-selector .pack-selector_item span.saving{
        display: none;
        color: rgba(100,0,0,1);
}

.pack-selector_summary span{
        display: block;
        color: rgba(40,47,146,1);
}

.section-title{
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
        margin-bottom: 1rem;
        font-size: 1.062rem;
        line-height: 1.25;
}

@media (min-width: 768px){

        .section-title{
                font-size: 1.062rem;
                line-height: 1.25;
        }
}

@media (min-width: 1024px){

        .section-title{
                font-size: 1.125rem;
                line-height: 1.75rem;
                line-height: 1.25;
        }
}

@media (min-width: 1280px){

        .section-title{
                font-size: 1.125rem;
                line-height: 1.75rem;
        }
}

@media (min-width: 1536px){

        .section-title{
                font-size: 1.125rem;
                line-height: 1.75rem;
        }
}

.section-title{
        margin-bottom: 7px;
        display: flex;
}


    .entry-content .section-title{
        margin-bottom: 1rem;
}

#wpcf7-f40157-o1 p.section-title.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

span.section-copy{
        display: flex;
        --tw-text-opacity: 1;
        color: rgb(20 23 74 / var(--tw-text-opacity));
}

#wpcf7-f40157-o1 pspan.section-copy.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.subscription-options .subscription-options_selection{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 11px;
        padding-bottom: 25px;
}

#wpcf7-f40157-o1 p.subscription-options .subscription-options_selection.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.subscription-options .subscription-options_selection button{
        margin: 0px;
        width: 50%;
        border-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(171 217 242 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 15px;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
        outline: 2px solid transparent;
        outline-offset: 2px;
}

.subscription-options .subscription-options_selection button.selected{
        --tw-bg-opacity: 1;
        background-color: rgb(226 245 252 / var(--tw-bg-opacity));
}

.subscription-options .subscription-options_selection button[data-option="subscribe"]{
        border-radius: 10px 0 0 10px;
        border-right-color: none;
        padding-left: 1rem;
        padding-right: 1rem;
}

.subscription-options .subscription-options_selection button[data-option="once"]{
        border-radius: 0 10px 10px 0;
}

.subscription-options .subscription-options_info{
        width: 100%;
}

.subscription-options .subscription-options_info span{
        display: block;
        font-size: 14px;
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
}

.subscription-options .subscription-options_info span.copy{
        --tw-text-opacity: 1;
        color: rgb(20 23 74 / var(--tw-text-opacity));
}

/* Woocommerce - Single Product Page */

.woocommerce-product-gallery{
        margin-bottom: 0px !important;
        width: 100% !important;
}

.woocommerce-product-gallery__trigger{
        display: none;
}

/* .woocommerce-product-gallery__wrapper, .flex-control-nav.flex-control-thumbs {
        @apply flex flex-wrap gap-[20px];
    } */

/* .woocommerce-product-gallery__image:first-child {
        @apply  !w-full;
    } */

.woocommerce-product-gallery__image:first-child img{
        display: flex;
}

#wpcf7-f40157-o1 p.woocommerce-product-gallery__image:first-child img.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

@media not all and (min-width: 1024px){

        .woocommerce-product-gallery__image:first-child img{
                position: relative;
                left: 50%;
                right: 50%;
                margin-left: -50vw;
                margin-right: -50vw;
                width: 100vw !important;
                max-width: 100vw;
                border-bottom-right-radius: 40px !important;
                border-bottom-left-radius: 40px !important;
        }
}

.woocommerce-product-gallery__image{
        border-radius: 20px;
}

/* .woocommerce-product-gallery__image, .flex-control-nav.flex-control-thumbs li{
        @apply  !w-[calc(25%-15px)];
    } */

/* .flex-control-nav.flex-control-thumbs li{
        @apply  !w-[calc(25%-15px)];
    } */

.woocommerce-product-gallery__image img, .flex-control-nav.flex-control-thumbs img{
        aspect-ratio: 1 / 1;
}

.woocommerce div.product div.images img{
        width: 100%;
        border-radius: 20px;
        -o-object-fit: cover;
           object-fit: cover;
}

/* Woocommerce Checkout */

.checkout_section-wrapper--basket{
        top: 100;
}

.checkout_accordian.active .checkout_accordian-inner{
        display: block;
}

.woocommerce-checkout form input, .woocommerce-checkout form textarea{
        --tw-border-opacity: 1;
        border-color: rgb(120 195 232 / var(--tw-border-opacity));
}

.woocommerce-checkout form input:focus-visible,  .woocommerce-checkout form textarea:focus-visible{
        --tw-border-opacity: 1;
        border-color: rgb(40 47 146 / var(--tw-border-opacity));
}

.basket_contents-label{
        margin-bottom: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500;
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgb(84 89 168 / var(--tw-text-opacity));
}

#wpcf7-f40157-o1 p.basket_contents-label.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.basket_item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
        border-bottom-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(196 199 232 / var(--tw-border-opacity));
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
}

#wpcf7-f40157-o1 p.basket_item.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

@media not all and (min-width: 1024px){

        .basket_item{
                flex-direction: column;
                row-gap: 1.5rem;
        }
}

.basket_item .basket_item-media img{
        aspect-ratio: 1 / 1;
        border-radius: 20px;
        -o-object-fit: cover;
           object-fit: cover;
}

@media (min-width: 1024px){

        .basket_item .basket_item-media img{
                height: 150px;
                width: 150px;
        }
}

@media not all and (min-width: 1024px){

        .basket_item .basket_item-info{
                width: 100%;
        }
}

@media (min-width: 1024px){

        .basket_item .basket_item-info{
                flex: 1 1 0%;
        }
}

.basket_item .basket_item-heading{
        display: flex;
        align-items: center;
        justify-content: space-between;
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
}

#wpcf7-f40157-o1 p.basket_item .basket_item-heading.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.basket_item .basket_item-title, .basket_item .basket_item-price{
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
        margin-bottom: 1rem;
        font-size: 1.062rem;
        line-height: 1.25;
}

@media (min-width: 768px){

        .basket_item .basket_item-title, .basket_item .basket_item-price{
                font-size: 1.062rem;
                line-height: 1.25;
        }
}

@media (min-width: 1024px){

        .basket_item .basket_item-title, .basket_item .basket_item-price{
                font-size: 1.125rem;
                line-height: 1.75rem;
                line-height: 1.25;
        }
}

@media (min-width: 1280px){

        .basket_item .basket_item-title, .basket_item .basket_item-price{
                font-size: 1.125rem;
                line-height: 1.75rem;
        }
}

@media (min-width: 1536px){

        .basket_item .basket_item-title, .basket_item .basket_item-price{
                font-size: 1.125rem;
                line-height: 1.75rem;
        }
}

.basket_item .basket_item-title, .basket_item .basket_item-price{
        margin-bottom: 0px;
}


    .entry-content .basket_item .basket_item-title,
    .entry-content  .basket_item .basket_item-price{
        margin-bottom: 1rem;
}

/* .basket_item .basket_item-media img{
        @apply rounded-[20px] w-[150px] h-[150px] aspect-square object-cover;
    } */

/* .basket_item .basket_item-info {
        @apply flex-1;
    } */

/* .basket_item .basket_item-heading {
        @apply flex items-center justify-between gap-x-10;
    } */

/* .basket_item .basket_item-title, .basket_item .basket_item-price {
        @apply mb-0 h5;
    } */

.basket_item-details ul li::before {
        content: '';
        margin-right: 8px;
        display: inline-flex;
        height: 23px;
        width: 20px;
        align-items: center;
        background-image: url("/wp-content/themes/yozu-starter/assets/images/icons/tick.svg");
        background-position: left;
        background-repeat: no-repeat;
    }

.featured-blocks-component .basket_item-details ul li:first-child a::before {
            border: solid 2px #FFAF4C;
        }

.featured-blocks-component .basket_item-details ul li:nth-child(2) a::before {
            border: solid 2px #FF6A86;
        }

.featured-blocks-component .basket_item-details ul li:last-child a::before {
            border: solid 2px #21D0C5;
        }

.basket_item .basket_item-actions ul{
        margin-top: 0.5rem;
        display: flex;
        flex-direction: row;
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 500;
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgb(125 120 173 / var(--tw-text-opacity));
}

#wpcf7-f40157-o1 p.basket_item .basket_item-actions ul.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

/*
    .woocommerce-checkout-payment {
        @apply pt-10;
    } */

.wc_payment_methods{
        padding-top: 2.5rem;
}

.woocommerce-checkout-payment #place_order{
        width: 100%;
        --tw-border-opacity: 1;
        border-color: rgb(168 171 212 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(249 249 249 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(162 162 162 / var(--tw-text-opacity));
}

.woocommerce-checkout-payment #place_order svg{
        fill: #A2A2A2;
}

.cart-subtotal th, .order-total th{
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 600;
}

.woocommerce-checkout-review-order-table tr td{
        text-align: right;
        font-weight: 600;
}

.woocommerce-checkout-review-order-table thead th.product-name, .woocommerce-checkout-review-order-table tbody td, .woocommerce-checkout-review-order-table tfoot th{
        padding-left: 0px;
}

.woocommerce-checkout-review-order-table thead th.product-total{
        text-align: right;
}

.woocommerce-checkout-review-order-table tbody td.product-name{
        text-align: left;
}

.cart-subtotal td, .shipping.recurring-total td, .order-total td{
        text-align: right;
        font-weight: 600;
}

.cart-subtotal td strong, .order-total td strong{
        font-size: 1.875rem;
        line-height: 2.25rem;
}

ul.woocommerce-SavedPaymentMethods{
        display: flex;
        flex-direction: column;
        -moz-column-gap: 0.75rem;
             column-gap: 0.75rem;
}

#wpcf7-f40157-o1 pul.woocommerce-SavedPaymentMethods.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

ul.woocommerce-SavedPaymentMethods li{
        margin-right: 0px;
        display: flex;
        align-items: center;
        -moz-column-gap: 1rem;
             column-gap: 1rem;
}

#wpcf7-f40157-o1 pul.woocommerce-SavedPaymentMethods li.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

#wpcf7-f40157-o1 pul.flex.woocommerce-SavedPaymentMethods li {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

ul.woocommerce-SavedPaymentMethods li label{
        margin-bottom: 0px;
}

.form-row.place-order{
        margin-top: 1.25rem;
}

/* .checkbox input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
      }

      .checkbox input[type="checkbox"] + span::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 2px solid #333;
        border-radius: 3px;
        margin-right: 10px;
        vertical-align: middle;
      }

      .checkbox input[type="checkbox"]:checked + span::after {
        content: '\2713';
        display: inline-block;
        font-size: 16px;
        color: #333;
        vertical-align: middle;
      } */

/* End Woocommerce Checkout */

/* Woocommerce - Get it started */

#checkout-progress ol li.active .circle{
        --tw-border-opacity: 1;
        border-color: rgb(40 47 146 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
}

#checkout-progress ol li.active .circle span{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-step.products .main-content .card .summary {
        order: 1;
    }

.form-step.products .main-content .card>.text-center {
        order: 2;
    }

.woocommerce-Button.button {
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));

        display: inline-block;
        width: auto;
        cursor: pointer;
        border-radius: 10px;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity));
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 0.937rem;
        font-weight: 600;
        line-height: 1.375rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }

.woocommerce-account table tbody tr td.woocommerce-orders-table__cell-order-actions .woocommerce-button {
        margin-top: 20px !important;
    }

.woocommerce-account table tbody tr td.woocommerce-orders-table__cell-order-actions .woocommerce-button:first-child {
        margin-top: 0 !important;
    }

@media screen and (max-width: 767px) {

body.woocommerce-checkout main {
            padding-top: 2.5rem
    }
        }

@media screen and (min-width: 768px) {

body.woocommerce-checkout main {
            padding-top: 5rem
    }
        }

body.woocommerce-checkout #stripe-card-element {
        padding: 1.25rem;
        --tw-text-opacity: 1;
        border-color: rgb(120 195 232 / var(--tw-text-opacity));
        border-radius: 0.625rem;
    }

body.woocommerce-checkout .checkout__hide-hero {
        display: none;
    }

/* Woocommerce - Phils stuff End */

.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-auto{
        pointer-events: auto;
}

.visible{
        visibility: visible;
}

.invisible{
        visibility: hidden;
}

.collapse{
        visibility: collapse;
}

.static{
        position: static;
}

.fixed{
        position: fixed;
}

.absolute{
        position: absolute;
}

.relative{
        position: relative;
}

.sticky{
        position: sticky;
}

.inset-0{
        inset: 0px;
}

.\!left-\[unset\]{
        left: unset !important;
}

.\!right-\[unset\]{
        right: unset !important;
}

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

.bottom-0{
        bottom: 0px;
}

.bottom-5{
        bottom: 1.25rem;
}

.bottom-\[-145px\]{
        bottom: -145px;
}

.bottom-\[-27px\]{
        bottom: -27px;
}

.bottom-\[21px\]{
        bottom: 21px;
}

.left-0{
        left: 0px;
}

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

.left-\[-105px\]{
        left: -105px;
}

.left-\[-136px\]{
        left: -136px;
}

.left-\[-141px\]{
        left: -141px;
}

.left-\[50\%\]{
        left: 50%;
}

.right-0{
        right: 0px;
}

.right-32{
        right: 8rem;
}

.right-5{
        right: 1.25rem;
}

.right-\[-136px\]{
        right: -136px;
}

.right-\[-91px\]{
        right: -91px;
}

.right-\[24px\]{
        right: 24px;
}

.right-\[41px\]{
        right: 41px;
}

.top-0{
        top: 0px;
}

.top-\[-189px\]{
        top: -189px;
}

.top-\[-196px\]{
        top: -196px;
}

.top-\[24px\]{
        top: 24px;
}

.top-\[40px\]{
        top: 40px;
}

.top-\[48px\]{
        top: 48px;
}

.top-\[6px\]{
        top: 6px;
}

.top-\[calc\(50\%-37px\)\]{
        top: calc(50% - 37px);
}

.isolate{
        isolation: isolate;
}

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

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

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

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

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

.z-\[100\]{
        z-index: 100;
}

.order-1{
        order: 1;
}

.order-2{
        order: 2;
}

.m-0{
        margin: 0px;
}

.m-auto{
        margin: auto;
}

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

.my-0{
        margin-top: 0px;
        margin-bottom: 0px;
}

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

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

.my-\[16px\]{
        margin-top: 16px;
        margin-bottom: 16px;
}

.my-\[60px\]{
        margin-top: 60px;
        margin-bottom: 60px;
}

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

.\!mt-0{
        margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[\.4rem\]{
        margin-bottom: .4rem;
}

.mb-\[10px\]{
        margin-bottom: 10px;
}

.mb-\[12px\]{
        margin-bottom: 12px;
}

.mb-\[20px\]{
        margin-bottom: 20px;
}

.mb-\[30px\]{
        margin-bottom: 30px;
}

.mb-\[35px\]{
        margin-bottom: 35px;
}

.mb-\[45px\]{
        margin-bottom: 45px;
}

.mb-\[4px\]{
        margin-bottom: 4px;
}

.mb-\[50px\]{
        margin-bottom: 50px;
}

.mb-\[60px\]{
        margin-bottom: 60px;
}

.mb-\[6px\]{
        margin-bottom: 6px;
}

.mb-\[8px\]{
        margin-bottom: 8px;
}

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

.ml-auto{
        margin-left: auto;
}

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

.mr-2\.5{
        margin-right: 0.625rem;
}

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

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

.mr-\[-220px\]{
        margin-right: -220px;
}

.mr-\[23px\]{
        margin-right: 23px;
}

.mr-\[8px\]{
        margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[-35px\]{
        margin-top: -35px;
}

.mt-\[-5px\]{
        margin-top: -5px;
}

.mt-\[10px\]{
        margin-top: 10px;
}

.mt-\[11px\]{
        margin-top: 11px;
}

.mt-\[14px\]{
        margin-top: 14px;
}

.mt-\[15px\]{
        margin-top: 15px;
}

.mt-\[2\.812rem\]{
        margin-top: 2.812rem;
}

.mt-\[20px\]{
        margin-top: 20px;
}

.mt-\[35px\]{
        margin-top: 35px;
}

.mt-\[3px\]{
        margin-top: 3px;
}

.mt-\[54px\]{
        margin-top: 54px;
}

.mt-\[5px\]{
        margin-top: 5px;
}

.mt-\[60px\]{
        margin-top: 60px;
}

.mt-\[7px\]{
        margin-top: 7px;
}

.mt-\[8px\]{
        margin-top: 8px;
}

.mt-auto{
        margin-top: auto;
}

.block{
        display: block;
}

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

.inline{
        display: inline;
}

.flex{
        display: flex;
}

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

.table{
        display: table;
}

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

.grid{
        display: grid;
}

.contents{
        display: contents;
}

.list-item{
        display: list-item;
}

.hidden{
        display: none;
}

.aspect-square{
        aspect-ratio: 1 / 1;
}

.aspect-video{
        aspect-ratio: 16 / 9;
}

.size-full{
        width: 100%;
        height: 100%;
}

.h-14{
        height: 3.5rem;
}

.h-2{
        height: 0.5rem;
}

.h-6{
        height: 1.5rem;
}

.h-7{
        height: 1.75rem;
}

.h-8{
        height: 2rem;
}

.h-\[1\.75rem\]{
        height: 1.75rem;
}

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

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

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

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

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

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

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

.h-\[3rem\]{
        height: 3rem;
}

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

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

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

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

.h-\[calc\(100\%-48px\)\]{
        height: calc(100% - 48px);
}

.h-auto{
        height: auto;
}

.h-full{
        height: 100%;
}

.h-px{
        height: 1px;
}

.max-h-\[12\.5rem\]{
        max-height: 12.5rem;
}

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

.max-h-\[60px\]{
        max-height: 60px;
}

.max-h-\[700px\]{
        max-height: 700px;
}

.max-h-\[800px\]{
        max-height: 800px;
}

.min-h-2{
        min-height: 0.5rem;
}

.min-h-\[19px\]{
        min-height: 19px;
}

.min-h-full{
        min-height: 100%;
}

.\!w-full{
        width: 100% !important;
}

.w-1\/5{
        width: 20%;
}

.w-14{
        width: 3.5rem;
}

.w-2{
        width: 0.5rem;
}

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

.w-40{
        width: 10rem;
}

.w-6{
        width: 1.5rem;
}

.w-7{
        width: 1.75rem;
}

.w-8{
        width: 2rem;
}

.w-\[19px\]{
        width: 19px;
}

.w-\[20px\]{
        width: 20px;
}

.w-\[27px\]{
        width: 27px;
}

.w-\[2px\]{
        width: 2px;
}

.w-\[3\.5rem\]{
        width: 3.5rem;
}

.w-\[34px\]{
        width: 34px;
}

.w-\[36px\]{
        width: 36px;
}

.w-\[37px\]{
        width: 37px;
}

.w-\[3rem\]{
        width: 3rem;
}

.w-\[46px\]{
        width: 46px;
}

.w-\[53px\]{
        width: 53px;
}

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

.w-\[calc\(33\.333\%-43px\)\]{
        width: calc(33.333% - 43px);
}

.w-\[calc\(50\%-28px\)\]{
        width: calc(50% - 28px);
}

.w-auto{
        width: auto;
}

.w-full{
        width: 100%;
}

.min-w-0{
        min-width: 0px;
}

.min-w-2{
        min-width: 0.5rem;
}

.min-w-\[110px\]{
        min-width: 110px;
}

.min-w-\[130px\]{
        min-width: 130px;
}

.min-w-\[140px\]{
        min-width: 140px;
}

.min-w-\[19px\]{
        min-width: 19px;
}

.min-w-\[34px\]{
        min-width: 34px;
}

.min-w-\[37px\]{
        min-width: 37px;
}

.\!max-w-none{
        max-width: none !important;
}

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

.max-w-\[1120px\]{
        max-width: 1120px;
}

.max-w-\[12\.5rem\]{
        max-width: 12.5rem;
}

.max-w-\[350px\]{
        max-width: 350px;
}

.max-w-\[410px\]{
        max-width: 410px;
}

.max-w-\[450px\]{
        max-width: 450px;
}

.max-w-\[600px\]{
        max-width: 600px;
}

.max-w-\[700px\]{
        max-width: 700px;
}

.max-w-\[750px\]{
        max-width: 750px;
}

.max-w-\[76\%\]{
        max-width: 76%;
}

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

.flex-\[0_0_25\%\]{
        flex: 0 0 25%;
}

.flex-auto{
        flex: 1 1 auto;
}

.grow{
        flex-grow: 1;
}

.translate-x-\[-50\%\]{
        --tw-translate-x: -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-\[-50\%\]{
        --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));
}

.rotate-180{
        --tw-rotate: 180deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
        cursor: pointer;
}

.select-all{
        -webkit-user-select: all;
           -moz-user-select: all;
                user-select: all;
}

.resize{
        resize: both;
}

.columns-2{
        -moz-columns: 2;
             columns: 2;
}

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

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

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

.flex-col{
        flex-direction: column;
}

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

.items-start{
        align-items: flex-start;
}

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

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

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

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

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

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

.gap-14{
        gap: 3.5rem;
}

.gap-4{
        gap: 1rem;
}

.gap-6{
        gap: 1.5rem;
}

.gap-8{
        gap: 2rem;
}

.gap-\[10px\]{
        gap: 10px;
}

.gap-x-10{
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
}

.gap-x-16{
        -moz-column-gap: 4rem;
             column-gap: 4rem;
}

.gap-x-4{
        -moz-column-gap: 1rem;
             column-gap: 1rem;
}

.gap-x-5{
        -moz-column-gap: 1.25rem;
             column-gap: 1.25rem;
}

.gap-x-8{
        -moz-column-gap: 2rem;
             column-gap: 2rem;
}

.gap-x-\[30px\]{
        -moz-column-gap: 30px;
             column-gap: 30px;
}

.gap-y-10{
        row-gap: 2.5rem;
}

.gap-y-12{
        row-gap: 3rem;
}

.gap-y-14{
        row-gap: 3.5rem;
}

.gap-y-16{
        row-gap: 4rem;
}

.gap-y-20{
        row-gap: 5rem;
}

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

.gap-y-8{
        row-gap: 2rem;
}

.gap-y-\[10px\]{
        row-gap: 10px;
}

.gap-y-\[30px\]{
        row-gap: 30px;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-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-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-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));
}

.self-start{
        align-self: flex-start;
}

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

.overflow-hidden{
        overflow: hidden;
}

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

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

.overflow-y-hidden{
        overflow-y: hidden;
}

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

.truncate{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.rounded{
        border-radius: 0.25rem;
}

.rounded-\[10px\]{
        border-radius: 10px;
}

.rounded-\[20px\]{
        border-radius: 20px;
}

.rounded-\[40px\]{
        border-radius: 40px;
}

.rounded-\[5px\]{
        border-radius: 5px;
}

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

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

.rounded-b-\[40px\]{
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
}

.rounded-t-\[40px\]{
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
}

.border{
        border-width: 1px;
}

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

.border-\[1px\]{
        border-width: 1px;
}

.border-\[2px\]{
        border-width: 2px;
}

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

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

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

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

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

.border-\[\#A8ABD4\]{
        --tw-border-opacity: 1;
        border-color: rgb(168 171 212 / var(--tw-border-opacity));
}

.border-\[\#A9ABD1\]{
        --tw-border-opacity: 1;
        border-color: rgb(169 171 209 / var(--tw-border-opacity));
}

.border-\[\#ABD9F2\]{
        --tw-border-opacity: 1;
        border-color: rgb(171 217 242 / var(--tw-border-opacity));
}

.border-\[\#C4C7E8\]{
        --tw-border-opacity: 1;
        border-color: rgb(196 199 232 / var(--tw-border-opacity));
}

.border-\[\#EFF0F9\]{
        --tw-border-opacity: 1;
        border-color: rgb(239 240 249 / var(--tw-border-opacity));
}

.border-\[\#c4c7e8\]{
        --tw-border-opacity: 1;
        border-color: rgb(196 199 232 / var(--tw-border-opacity));
}

.border-\[rgba\(171\2c 217\2c 242\2c 1\)\]{
        border-color: rgba(171,217,242,1);
}

.border-blizzard-blue{
        --tw-border-opacity: 1;
        border-color: rgb(171 217 242 / var(--tw-border-opacity));
}

.border-charlotte{
        --tw-border-opacity: 1;
        border-color: rgb(191 232 248 / var(--tw-border-opacity));
}

.border-logan{
        --tw-border-opacity: 1;
        border-color: rgb(169 171 209 / var(--tw-border-opacity));
}

.border-mercury{
        --tw-border-opacity: 1;
        border-color: rgb(227 227 227 / var(--tw-border-opacity));
}

.border-oceans-navy{
        --tw-border-opacity: 1;
        border-color: rgb(40 47 146 / var(--tw-border-opacity));
}

.border-white-lilac{
        --tw-border-opacity: 1;
        border-color: rgb(239 240 249 / var(--tw-border-opacity));
}

.border-b-\[\#EFF0F9\]{
        --tw-border-opacity: 1;
        border-bottom-color: rgb(239 240 249 / var(--tw-border-opacity));
}

.border-b-\[rgba\(40\2c 47\2c 146\2c 0\.1\)\]{
        border-bottom-color: rgba(40,47,146,0.1);
}

.\!bg-oceans-blue{
        --tw-bg-opacity: 1 !important;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#A9ABD1\]{
        --tw-bg-opacity: 1;
        background-color: rgb(169 171 209 / var(--tw-bg-opacity));
}

.bg-\[\#F5F5F5\]{
        --tw-bg-opacity: 1;
        background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-\[\#f4f3fe\]{
        --tw-bg-opacity: 1;
        background-color: rgb(244 243 254 / var(--tw-bg-opacity));
}

.bg-cornflower-blue{
        --tw-bg-opacity: 1;
        background-color: rgb(245 246 252 / var(--tw-bg-opacity));
}

.bg-gray-100{
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-haiti{
        --tw-bg-opacity: 1;
        background-color: rgb(10 13 38 / var(--tw-bg-opacity));
}

.bg-laundry-green{
        --tw-bg-opacity: 1;
        background-color: rgb(34 208 197 / var(--tw-bg-opacity));
}

.bg-oceans-blue{
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
}

.bg-oceans-navy{
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
}

.bg-oceans-navy-dark-two{
        --tw-bg-opacity: 1;
        background-color: rgb(20 23 74 / var(--tw-bg-opacity));
}

.bg-transparent{
        background-color: transparent;
}

.bg-tropical-blue{
        --tw-bg-opacity: 1;
        background-color: rgb(191 232 247 / var(--tw-bg-opacity));
}

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

.bg-white-lilac-l-one{
        --tw-bg-opacity: 1;
        background-color: rgb(239 240 250 / var(--tw-bg-opacity));
}

.bg-wild-sand{
        --tw-bg-opacity: 1;
        background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-wistful{
        --tw-bg-opacity: 1;
        background-color: rgb(168 171 212 / var(--tw-bg-opacity));
}

.bg-opacity-20{
        --tw-bg-opacity: 0.2;
}

.bg-cover{
        background-size: cover;
}

.fill-\[\#5DC5EC\]{
        fill: #5DC5EC;
}

.fill-mercury{
        fill: #e3e3e3;
}

.fill-oceans-navy{
        fill: #282f92;
}

.fill-white{
        fill: #fff;
}

.fill-white-lilac-l-one{
        fill: #EFF0FA;
}

.stroke-kimberly{
        stroke: #7C78A9;
}

.stroke-oceans-navy{
        stroke: #282f92;
}

.stroke-white{
        stroke: #fff;
}

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

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

.p-0{
        padding: 0px;
}

.p-10{
        padding: 2.5rem;
}

.p-2{
        padding: 0.5rem;
}

.p-4{
        padding: 1rem;
}

.p-5{
        padding: 1.25rem;
}

.p-6{
        padding: 1.5rem;
}

.p-8{
        padding: 2rem;
}

.p-\[12px\]{
        padding: 12px;
}

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

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

.px-3\.5{
        padding-left: 0.875rem;
        padding-right: 0.875rem;
}

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

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

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

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

.py-1\.5{
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[20px\]{
        padding-bottom: 20px;
}

.pb-\[27px\]{
        padding-bottom: 27px;
}

.pb-\[30px\]{
        padding-bottom: 30px;
}

.pb-\[43px\]{
        padding-bottom: 43px;
}

.pb-\[70px\]{
        padding-bottom: 70px;
}

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

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

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

.pt-14{
        padding-top: 3.5rem;
}

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

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

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

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

.pt-\[22px\]{
        padding-top: 22px;
}

.pt-\[24px\]{
        padding-top: 24px;
}

.pt-\[30px\]{
        padding-top: 30px;
}

.pt-\[60px\]{
        padding-top: 60px;
}

.pt-\[9px\]{
        padding-top: 9px;
}

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

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

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

.text-2xl{
        font-size: 1.5rem;
        line-height: 2rem;
}

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

.text-\[0\.625rem\]{
        font-size: 0.625rem;
}

.text-\[0\.675rem\]{
        font-size: 0.675rem;
}

.text-\[0\.7rem\]{
        font-size: 0.7rem;
}

.text-\[0\.812rem\]{
        font-size: 0.812rem;
}

.text-\[0\.875rem\]{
        font-size: 0.875rem;
}

.text-\[0\.937rem\]{
        font-size: 0.937rem;
}

.text-\[1\.062rem\]{
        font-size: 1.062rem;
}

.text-\[10px\]{
        font-size: 10px;
}

.text-\[14px\]{
        font-size: 14px;
}

.text-\[15px\]{
        font-size: 15px;
}

.text-\[18px\]{
        font-size: 18px;
}

.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-xs{
        font-size: 0.75rem;
        line-height: 1rem;
}

.font-black{
        font-weight: 900;
}

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

.font-light{
        font-weight: 300;
}

.font-medium{
        font-weight: 500;
}

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

.font-semibold{
        font-weight: 600;
}

.uppercase{
        text-transform: uppercase;
}

.lowercase{
        text-transform: lowercase;
}

.capitalize{
        text-transform: capitalize;
}

.italic{
        font-style: italic;
}

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

.leading-5{
        line-height: 1.25rem;
}

.leading-6{
        line-height: 1.5rem;
}

.leading-7{
        line-height: 1.75rem;
}

.leading-\[1\.125rem\]{
        line-height: 1.125rem;
}

.leading-\[1\.375rem\]{
        line-height: 1.375rem;
}

.leading-\[1\.562rem\]{
        line-height: 1.562rem;
}

.leading-\[1\.875rem\]{
        line-height: 1.875rem;
}

.leading-\[10px\]{
        line-height: 10px;
}

.leading-\[26px\]{
        line-height: 26px;
}

.leading-\[3\.4rem\]{
        line-height: 3.4rem;
}

.leading-snug{
        line-height: 1.375;
}

.tracking-\[\.8px\]{
        letter-spacing: .8px;
}

.text-\[\#14174A\]{
        --tw-text-opacity: 1;
        color: rgb(20 23 74 / var(--tw-text-opacity));
}

.text-\[\#282F92\]{
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
}

.text-\[\#282f92\]{
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
}

.text-\[\#7A808C\]{
        --tw-text-opacity: 1;
        color: rgb(122 128 140 / var(--tw-text-opacity));
}

.text-bay-of-many{
        --tw-text-opacity: 1;
        color: rgb(41 47 140 / var(--tw-text-opacity));
}

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

.text-gray-900{
        --tw-text-opacity: 1;
        color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-oceans-blue-dark-one{
        --tw-text-opacity: 1;
        color: rgb(0 120 171 / var(--tw-text-opacity));
}

.text-oceans-navy{
        --tw-text-opacity: 1;
        color: rgb(40 47 146 / var(--tw-text-opacity));
}

.text-oceans-navy-dark-two{
        --tw-text-opacity: 1;
        color: rgb(20 23 74 / var(--tw-text-opacity));
}

.text-raven{
        --tw-text-opacity: 1;
        color: rgb(122 128 140 / var(--tw-text-opacity));
}

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

.underline{
        text-decoration-line: underline;
}

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

.outline-none{
        outline: 2px solid transparent;
        outline-offset: 2px;
}

.outline{
        outline-style: solid;
}

.ring-1{
        --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, 0 0 #0000);
}

.ring-inset{
        --tw-ring-inset: inset;
}

.ring-gray-300{
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.invert{
        --tw-invert: invert(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);
}

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

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

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

.duration-\[250ms\]{
        transition-duration: 250ms;
}

.ease-in{
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.strap{
        margin-bottom: 7px;
        font-size: 0.812rem;
        text-transform: uppercase;
        line-height: 26px;
        letter-spacing: .8px;
        --tw-text-opacity: 1;
        color: rgb(122 128 140 / var(--tw-text-opacity));
}

@media (min-width: 768px){

        .strap{
                font-size: 0.875rem;
                line-height: 1.25rem;
        }
}

.white {
        background-color: #fff;
    }

.brand-blue{
        --tw-bg-opacity: 1;
        background-color: rgb(245 246 252 / var(--tw-bg-opacity));
}

.pattern-red g{
        fill: #ffc2cf;
}

.pattern-blue g{
        fill: #EFF0F9;
}

.bathroom-tangerine{
        background-color: rgb(255 222 184 / .2);
}

/* Bathroom Tangerine - Testimonial Carousel */

.bathroom-tangerine.testimonial-carousel-component svg path,
    .quote-block-bathroom-tangerine.quote-block svg path{
        fill: #ffdeb8;
}

.bathroom-tangerine.testimonial-carousel-component svg g{
        stroke: #ffdeb8;
}

.bathroom-tangerine.testimonial-carousel-component p.quote,
    .quote-block-bathroom-tangerine.quote-block p.quote{
        --tw-text-opacity: 1;
        color: rgb(255 176 77 / var(--tw-text-opacity));
}

.bathroom-tangerine.testimonial-carousel-component p.author-meta,
    .quote-block-bathroom-tangerine.quote-block p.author-meta{
        --tw-text-opacity: 1;
        color: rgb(198 133 68 / var(--tw-text-opacity));
}

/* Bathroom Tangerine - USPs Block */

.bathroom-tangerine.usps-blocks-component ul li svg path{
        fill: #FFB04D;
        stroke: #FFB04D;
}

.kitchen-pink {
        /* @apply bg-kitchen-pink; */
        background-color: rgb(246 196 207 / .2);
    }

/* Kitchen Pink - Testimonial Carousel */

.kitchen-pink.testimonial-carousel-component svg path,
    .quote-block-kitchen-pink.quote-block svg path{
        fill: #ffc2cf;
}

.kitchen-pink.testimonial-carousel-component svg g{
        stroke: #ffc2cf;
}

.kitchen-pink.testimonial-carousel-component p.quote,
    .quote-block-kitchen-pink.quote-block p.quote{
        --tw-text-opacity: 1;
        color: rgb(255 106 135 / var(--tw-text-opacity));
}

.kitchen-pink.testimonial-carousel-component p.author-meta,
    .quote-block-kitchen-pink.quote-block p.author-meta{
        --tw-text-opacity: 1;
        color: rgb(191 79 102 / var(--tw-text-opacity));
}

/* Kitchen Pink - USPs Block */

.kitchen-pink.usps-blocks-component ul li svg path{
        fill: #FF6A87;
        stroke: #FF6A87;
}

.laundry-green{
        background-color: rgb(34 208 197 / .2);
}

/* Laundry Green - Testimonial Carousel */

.laundry-green.testimonial-carousel-component svg path,
    .quote-block-laundry-green.quote-block svg path{
        fill: #22D0C5;
}

.laundry-green.testimonial-carousel-component svg g{
        stroke: #22D0C5;
}

.laundry-green.testimonial-carousel-component p.quote,
    .quote-block-laundry-green.quote-block p.quote{
        --tw-text-opacity: 1;
        color: rgb(34 208 197 / var(--tw-text-opacity));
}

.laundry-green.testimonial-carousel-component p.author-meta,
    .quote-block-laundry-green.quote-block p.author-meta{
        --tw-text-opacity: 1;
        color: rgb(18 105 99 / var(--tw-text-opacity));
}

/* Laundry Green - USPs Block */

.laundry-green.usps-blocks-component ul li svg path{
        fill: #22D0C5;
        stroke: #22D0C5;
}

.personal-care-purple{
        background-color: rgb(194 176 212 / .20);
}

/* Personal Care - Testimonial Carousel */

.personal-care-purple.testimonial-carousel-component svg path,
    .quote-block-personal-care-purple.quote-block svg path{
        fill: #c2b0d4;
}

.personal-care-purple.testimonial-carousel-component svg g{
        stroke: #c2b0d4;
}

.personal-care-purple.testimonial-carousel-component p.quote,
    .quote-block-personal-care-purple.quote-block p.quote{
        --tw-text-opacity: 1;
        color: rgb(102 59 148 / var(--tw-text-opacity));
}

.personal-care-purple.testimonial-carousel-component p.author-meta,
    .quote-block-personal-care-purple.quote-block p.author-meta{
        --tw-text-opacity: 1;
        color: rgb(77 43 112 / var(--tw-text-opacity));
}

/* Personal Care - USPs Block */

.personal-care-purple.usps-blocks-component ul li svg path{
        fill: #663B94;
        stroke: #663B94;
}

/* @import "./custom-utilities.css"; */

.sand {
    background-color: #FFF9F1;
}

.light-grey{
        --tw-bg-opacity: 1;
        background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.flex-control-nav{
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
}

#wpcf7-f40157-o1 p.flex-control-nav.gap-x-4 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

.flex-control-nav li{
        width: calc(25% - 15px) !important;
}

.flex-direction-nav{
        display: none;
}

@keyframes menuOpen {
    from {
        opacity: 0;
        left: 100%;
    }

    to {
        opacity: 1;
        left: 0%;
    }
}

/* Additional Styles */

.woocommerce-cart .woocommerce-info {
    padding: 1rem 2rem;
    background: #16286b;
    border-radius: 0.6rem;
    margin-bottom: 2rem;
    color: white;
    text-align: center;
}

.return-to-shop { text-align: center; }

.woocommerce-notices-wrapper .woocommerce-error {
    padding: 1rem 2rem;
    background: #e86b72;
    border-radius: 0.6rem;
    margin-bottom: 2rem;
    color: white;
    text-align: center;
}

.woocommerce-notices-wrapper .woocommerce-message { display: none; }

.woocommerce-notices-wrapper .woocommerce-error a { text-decoration: underline; }

.woocommerce_error.wc-stripe-error { color: #e86b72; font-weight: normal; margin-top: .7rem; }

.single-post h2, .entry-content h2 {
    font-size: 2rem;
    margin: 4rem 0 2rem 0;
}

.single-post .hero-sub h2 { margin: 2rem 0 1rem 0; }

.single-post h3, .entry-content h3 {
    font-size: 1.7rem;
    margin: 2rem 0 2rem 0;
}

.entry-content h4 { margin: 2rem 0; font-size: 1.4rem; line-height: 140%; }

#post-reading-time { margin-right: .3rem; }

.entry-content ul li::before {
    min-width: 10px;
    min-height: 10px;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 0;
}

.entry-content p + ul { margin-top: 2rem; }

.entry-content table { margin: 4rem 0; }

.entry-content table td {
    font-size: .9rem;
    padding: 1rem;
    border: 1px solid #dddddd;
}

.entry-content table tr:first-of-type td { background: #f0f0f0; }

.frequency-helper_options button {
    width: auto !important;
    padding: 0 1.1rem;
}

@media screen and (max-width: 1024px) {
    .header-nav li ul li:last-of-type { margin-bottom: 0; }
    header .header-nav li { padding: 1rem 0; margin-bottom: 1rem; position: relative !important;  }
    .header-nav li ul { padding-top: 1.5rem; }
    .header-nav li ul li {
        margin-bottom: 2rem;
        padding: 0;
    }
    header.nav-open .menu--toggle {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 11px;
        right: 0;
        border: 2px solid white;
    }
    header.nav-open .menu--toggle::after {
        content: '+';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: white;
        font-size: 1.6rem;
        cursor: pointer;
    }
    header.nav-open .menu--toggle.open { opacity: .6; }
    header.nav-open .menu--toggle.open::after { content: '-'; top: 47%; }
}

/* Account Styles */

.pack-selector_item-wrap {
    display: none;
}

.product-calc-panel {
    display: none;

}

.product-calc-panel.active {
        display: block;
    }

.product-calc-panel .wrapper.select {
        border-top: 1px solid #EFF0F9;
        margin-top: 20px;
    }

.product-calc-container {
    flex-direction: column;
    display: flex;
}

.c-swiggly {
    margin-bottom: 1rem;
}

.c-swiggly svg {
        position: static !important;
        max-width: none !important;

        display: inline-block;
    }

.product-calculator__intro-copy {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;

    padding-bottom: 1rem;
}

.purchase-option {
    cursor: pointer;
}

.purchase-option input,
    .purchase-option label {
        cursor: pointer !important;
    }

.purchase-option.subscription {
        position: relative;
    }

.calc-response {
    padding-top: 20px;
    justify-content: space-between;
}

.calc-response em {
        font-style: normal;
        font-weight: bold;
        color: rgb(40, 47, 146);
    }

.calc-container {
    max-width: 560px;
    padding: 2.5rem;
    border: solid 1px #282f92;
    background: #f5f6fd;
    border-radius: 0.75rem;
}

.calc-container .pack-selector_wrap {
        padding-bottom: 10px;
    }

.calc-container section.box-sizes {
        margin-bottom: 10px;
    }

.discount-amount {
    position: absolute;
    right: 0;
    top: 5px;
    background: rgb(226, 245, 252);
    font-weight: bold;
    font-size: 12px;
    padding: 2px 6px;
}

.discount-amount em {
        font-style: normal;
    }

@media screen and (max-width: 767px) {

.discount-amount {
        position: absolute;
        right: -21px;
        top: -50px;
        background: #ffffff;
        font-weight: 700;
        font-size: 14px;
        padding: 6px 8px 2px 8px;
        border: 1px solid rgba(171,217,242,1);
        border-bottom: none
}
    }

@supports (-webkit-hyphens:none){

.subscription-options input[type=radio] {
        padding: 0
}
    }

header.main-header .notification {

        margin-bottom: -1px;

    }

header.main-header .notification .notification_content {

            max-width: 800px;
            display: flex;
            flex-direction: row;
            align-content: center;
            justify-content: center;
            margin: 0 auto;

        }

header.main-header .notification .notification_content a, header.main-header .notification .notification_content span, header.main-header .notification .notification_content button {
                color: #fff;
            }

@media screen and (min-width: 768px) {

header.main-header .notification .notification_content {
                padding: 20px 20px

        }
            }

@media screen and (max-width: 767px) {

header.main-header .notification .notification_content {
                padding: 25px 20px

        }
            }

header.main-header .notification .notification_content a {
                margin-left: 30px;
                text-decoration: underline;
                cursor: pointer;
            }

header.main-header .notification .notification_content a:hover {
                    text-decoration: none;
                }

header.main-header .notification .notification_content button {
                width: 30px;
                font-size: 25px;
                line-height: 25px;
                display: block;
                margin-left: 20px;
            }

header.main-header .notification.confirm {
            background-color: #1a9c94;
            border-color: none;
        }

header.main-header .notification.confirm a, header.main-header .notification.confirm span, header.main-header .notification.confirm button {
            }

header.main-header .notification.error {
            background-color: #FF6A87;
            border-color: none;
        }

header.main-header .notification.error a, header.main-header .notification.error span, header.main-header .notification.error button {
            }

header.main-header .notification.alert {
            background-color: #FFB04D;
            border-color: none;
        }

header.main-header .notification.alert a, header.main-header .notification.alert span, header.main-header .notification.alert button {
            }

header.main-header .notification.info {
            background-color: #282f92;
            border-color: none;
        }

header.main-header .notification.info a, header.main-header .notification.info span, header.main-header .notification.info button {
            }

#cookie-law-info-bar {
    z-index: 99999999 !important;
}

.placeholder\:block::-moz-placeholder{
        display: block;
}

.placeholder\:block::placeholder{
        display: block;
}

.placeholder\:inline::-moz-placeholder{
        display: inline;
}

.placeholder\:inline::placeholder{
        display: inline;
}

.placeholder\:text-gray-400::-moz-placeholder{
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
}

.placeholder\:text-gray-400::placeholder{
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
}

.before\:bg-oceans-navy::before{
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / var(--tw-bg-opacity));
}

.before\:bg-white::before{
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:bg-oceans-navy::after{
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(40 47 146 / 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));
}

.hover\:\!bg-oceans-blue-dark-one:hover{
        --tw-bg-opacity: 1 !important;
        background-color: rgb(0 120 171 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-foam:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(226 245 252 / var(--tw-bg-opacity));
}

.hover\:bg-oceans-blue-dark-one:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(0 120 171 / var(--tw-bg-opacity));
}

.hover\:bg-oceans-blue-dark-two:hover{
        --tw-bg-opacity: 1;
        background-color: rgb(20 23 74 / var(--tw-bg-opacity));
}

.hover\:fill-\[\#5DC5EC\]:hover{
        fill: #5DC5EC;
}

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

.focus\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus{
        --tw-ring-inset: inset;
}

.focus\:ring-indigo-600:focus{
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:bg-oceans-blue-dark-two{
        --tw-bg-opacity: 1;
        background-color: rgb(20 23 74 / var(--tw-bg-opacity));
}

@media not all and (min-width: 1280px){

        .max-xl\:order-1{
                order: 1;
        }

        .max-xl\:order-2{
                order: 2;
        }

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

        .max-xl\:border-solid{
                border-style: solid;
        }

        .max-xl\:border-white{
                --tw-border-opacity: 1;
                border-color: rgb(255 255 255 / var(--tw-border-opacity));
        }

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

        .max-xl\:text-center{
                text-align: center;
        }

        .max-xl\:text-\[0\.875rem\]{
                font-size: 0.875rem;
        }
}

@media not all and (min-width: 1024px){

        .max-lg\:\!fixed{
                position: fixed !important;
        }

        .max-lg\:absolute{
                position: absolute;
        }

        .max-lg\:left-0{
                left: 0px;
        }

        .max-lg\:left-\[-127px\]{
                left: -127px;
        }

        .max-lg\:right-0{
                right: 0px;
        }

        .max-lg\:right-\[-106px\]{
                right: -106px;
        }

        .max-lg\:top-0{
                top: 0px;
        }

        .max-lg\:top-\[1200px\]{
                top: 1200px;
        }

        .max-lg\:top-\[450px\]{
                top: 450px;
        }

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

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

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

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

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

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

        .max-lg\:mt-\[-10px\]{
                margin-top: -10px;
        }

        .max-lg\:mt-\[4rem\]{
                margin-top: 4rem;
        }

        .max-lg\:mt-auto{
                margin-top: auto;
        }

        .max-lg\:flex{
                display: flex;
        }

        .max-lg\:hidden{
                display: none;
        }

        .max-lg\:h-\[100dvh\]{
                height: 100dvh;
        }

        .max-lg\:w-full{
                width: 100%;
        }

        .max-lg\:max-w-\[90\%\]{
                max-width: 90%;
        }

        .max-lg\:flex-col{
                flex-direction: column;
        }

        .max-lg\:items-center{
                align-items: center;
        }

        .max-lg\:justify-between{
                justify-content: space-between;
        }

        .max-lg\:gap-14{
                gap: 3.5rem;
        }

        .max-lg\:gap-y-0{
                row-gap: 0px;
        }

        .max-lg\:gap-y-14{
                row-gap: 3.5rem;
        }

        .max-lg\:gap-y-16{
                row-gap: 4rem;
        }

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

        .max-lg\:self-center{
                align-self: center;
        }

        .max-lg\:overflow-x-auto{
                overflow-x: auto;
        }

        .max-lg\:bg-\[\#222774\]{
                --tw-bg-opacity: 1;
                background-color: rgb(34 39 116 / var(--tw-bg-opacity));
        }

        .max-lg\:bg-oceans-navy{
                --tw-bg-opacity: 1;
                background-color: rgb(40 47 146 / var(--tw-bg-opacity));
        }

        .max-lg\:stroke-bay-of-many{
                stroke: #292f8c;
        }

        .max-lg\:stroke-white{
                stroke: #fff;
        }

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

        .max-lg\:pr-10{
                padding-right: 2.5rem;
        }

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

        .max-lg\:pt-32{
                padding-top: 8rem;
        }

        .max-lg\:text-center{
                text-align: center;
        }

        .max-lg\:text-white{
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity));
        }
}

@media not all and (min-width: 768px){

        .max-md\:absolute{
                position: absolute;
        }

        .max-md\:\!left-0{
                left: 0px !important;
        }

        .max-md\:\!right-0{
                right: 0px !important;
        }

        .max-md\:left-\[-126px\]{
                left: -126px;
        }

        .max-md\:left-\[0\]{
                left: 0;
        }

        .max-md\:right-\[-126px\]{
                right: -126px;
        }

        .max-md\:top-\[50\%\]{
                top: 50%;
        }

        .max-md\:order-1{
                order: 1;
        }

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

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

        .max-md\:mb-\[30px\]{
                margin-bottom: 30px;
        }

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

        .max-md\:hidden{
                display: none;
        }

        .max-md\:h-\[12\.5rem\]{
                height: 12.5rem;
        }

        .max-md\:h-\[219px\]{
                height: 219px;
        }

        .max-md\:h-\[300px\]{
                height: 300px;
        }

        .max-md\:h-\[60px\]{
                height: 60px;
        }

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

        .max-md\:w-\[136px\]{
                width: 136px;
        }

        .max-md\:w-\[60px\]{
                width: 60px;
        }

        .max-md\:w-full{
                width: 100%;
        }

        .max-md\:max-w-\[310px\]{
                max-width: 310px;
        }

        .max-md\:flex-col{
                flex-direction: column;
        }

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

        .max-md\:gap-y-0{
                row-gap: 0px;
        }

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

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

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

        .max-md\:text-\[10px\]{
                font-size: 10px;
        }
}

@media not all and (min-width: 640px){

        .max-sm\:w-full{
                width: 100%;
        }

        .max-sm\:flex-col{
                flex-direction: column;
        }
}

@media (min-width: 640px){

        .sm\:w-\[calc\(50\%-15px\)\]{
                width: calc(50% - 15px);
        }

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

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

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

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

        .sm\:text-sm{
                font-size: 0.875rem;
                line-height: 1.25rem;
        }

        .sm\:leading-6{
                line-height: 1.5rem;
        }
}

@media (min-width: 768px){

        .md\:fixed{
                position: fixed;
        }

        .md\:absolute{
                position: absolute;
        }

        .md\:bottom-\[-137px\]{
                bottom: -137px;
        }

        .md\:bottom-\[54px\]{
                bottom: 54px;
        }

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

        .md\:left-\[-157px\]{
                left: -157px;
        }

        .md\:left-\[-248px\]{
                left: -248px;
        }

        .md\:left-\[-60px\]{
                left: -60px;
        }

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

        .md\:right-\[-60px\]{
                right: -60px;
        }

        .md\:right-\[2\.5rem\]{
                right: 2.5rem;
        }

        .md\:right-\[23px\]{
                right: 23px;
        }

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

        .md\:top-\[calc\(50\%-20px\)\]{
                top: calc(50% - 20px);
        }

        .md\:z-10{
                z-index: 10;
        }

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

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

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

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

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

        .md\:block{
                display: block;
        }

        .md\:flex{
                display: flex;
        }

        .md\:hidden{
                display: none;
        }

        .md\:h-\[120px\]{
                height: 120px;
        }

        .md\:h-\[375px\]{
                height: 375px;
        }

        .md\:h-\[40px\]{
                height: 40px;
        }

        .md\:h-\[75px\]{
                height: 75px;
        }

        .md\:h-auto{
                height: auto;
        }

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

        .md\:min-h-\[100dvh\]{
                min-height: 100dvh;
        }

        .md\:min-h-\[calc\(100dvh-32px\)\]{
                min-height: calc(100dvh - 32px);
        }

        .md\:min-h-\[calc\(100dvh-95px\)\]{
                min-height: calc(100dvh - 95px);
        }

        .md\:w-40{
                width: 10rem;
        }

        .md\:w-\[120px\]{
                width: 120px;
        }

        .md\:w-\[289px\]{
                width: 289px;
        }

        .md\:w-\[calc\(33\.3333\%-38px\)\]{
                width: calc(33.3333% - 38px);
        }

        .md\:w-\[calc\(50\%_-_16px\)\]{
                width: calc(50% - 16px);
        }

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

        .md\:max-w-\[800px\]{
                max-width: 800px;
        }

        .md\: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));
        }

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

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

        .md\:flex-col{
                flex-direction: column;
        }

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

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

        .md\:gap-x-10{
                -moz-column-gap: 2.5rem;
                     column-gap: 2.5rem;
        }

        .md\:gap-x-14{
                -moz-column-gap: 3.5rem;
                     column-gap: 3.5rem;
        }

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

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

        .md\:self-start{
                align-self: flex-start;
        }

        .md\:border-t-\[1px\]{
                border-top-width: 1px;
        }

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

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

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

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

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

        .md\:\!pb-16{
                padding-bottom: 4rem !important;
        }

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

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

        .md\:pl-14{
                padding-left: 3.5rem;
        }

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

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

        .md\:pr-14{
                padding-right: 3.5rem;
        }

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

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

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

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

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

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

        .md\:text-lg{
                font-size: 1.125rem;
                line-height: 1.75rem;
        }

        .md\:text-sm{
                font-size: 0.875rem;
                line-height: 1.25rem;
        }

        .md\:before\:right-\[-2rem\]::before{
                content: var(--tw-content);
                right: -2rem;
        }
}

@media (min-width: 1024px){

        .lg\:sticky{
                position: sticky;
        }

        .lg\:bottom-\[-94px\]{
                bottom: -94px;
        }

        .lg\:left-\[-110px\]{
                left: -110px;
        }

        .lg\:right-\[-110px\]{
                right: -110px;
        }

        .lg\:top-0{
                top: 0px;
        }

        .lg\:top-\[100px\]{
                top: 100px;
        }

        .lg\:col-span-5{
                grid-column: span 5 / span 5;
        }

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

        .lg\:\!mt-\[50px\]{
                margin-top: 50px !important;
        }

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

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

        .lg\:mr-28{
                margin-right: 7rem;
        }

        .lg\:mt-40{
                margin-top: 10rem;
        }

        .lg\:mt-\[-0\.937rem\]{
                margin-top: -0.937rem;
        }

        .lg\:mt-\[-9rem\]{
                margin-top: -9rem;
        }

        .lg\:mt-\[320px\]{
                margin-top: 320px;
        }

        .lg\:block{
                display: block;
        }

        .lg\:flex{
                display: flex;
        }

        .lg\:inline-flex{
                display: inline-flex;
        }

        .lg\:grid{
                display: grid;
        }

        .lg\:hidden{
                display: none;
        }

        .lg\:min-h-\[calc\(100dvh-75px\)\]{
                min-height: calc(100dvh - 75px);
        }

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

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

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

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

        .lg\:w-\[calc\(20\%-2\.812rem\)\]{
                width: calc(20% - 2.812rem);
        }

        .lg\:w-\[calc\(25\%-42px\)\]{
                width: calc(25% - 42px);
        }

        .lg\:w-\[calc\(33\.333\%-20px\)\]{
                width: calc(33.333% - 20px);
        }

        .lg\:w-\[calc\(33\.3333\%-67px\)\]{
                width: calc(33.3333% - 67px);
        }

        .lg\:w-\[calc\(50\%_-_16px\)\]{
                width: calc(50% - 16px);
        }

        .lg\:max-w-\[60\%\]{
                max-width: 60%;
        }

        .lg\:max-w-none{
                max-width: none;
        }

        .lg\:flex-1{
                flex: 1 1 0%;
        }

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

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

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

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

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

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

        .lg\:flex-col{
                flex-direction: column;
        }

        .lg\:items-center{
                align-items: center;
        }

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

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

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

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

        .lg\:gap-28{
                gap: 7rem;
        }

        .lg\:gap-x-10{
                -moz-column-gap: 2.5rem;
                     column-gap: 2.5rem;
        }

        .lg\:gap-x-14{
                -moz-column-gap: 3.5rem;
                     column-gap: 3.5rem;
        }

        .lg\:gap-x-16{
                -moz-column-gap: 4rem;
                     column-gap: 4rem;
        }

        .lg\:gap-x-6{
                -moz-column-gap: 1.5rem;
                     column-gap: 1.5rem;
        }

        .lg\:gap-x-\[6\.25rem\]{
                -moz-column-gap: 6.25rem;
                     column-gap: 6.25rem;
        }

        .lg\:gap-y-0{
                row-gap: 0px;
        }

        .lg\:gap-y-10{
                row-gap: 2.5rem;
        }

        .lg\:gap-y-20{
                row-gap: 5rem;
        }

        .lg\:self-start{
                align-self: flex-start;
        }

        .lg\:rounded-t-lg{
                border-top-left-radius: 0.5rem;
                border-top-right-radius: 0.5rem;
        }

        .lg\:bg-transparent{
                background-color: transparent;
        }

        .lg\:stroke-bay-of-many{
                stroke: #292f8c;
        }

        .lg\:p-0{
                padding: 0px;
        }

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

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

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

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

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

        .lg\:py-40{
                padding-top: 10rem;
                padding-bottom: 10rem;
        }

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

        .lg\:\!pb-16{
                padding-bottom: 4rem !important;
        }

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

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

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

        .lg\:pb-40{
                padding-bottom: 10rem;
        }

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

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

        .lg\:pt-40{
                padding-top: 10rem;
        }

        .lg\:pt-\[50px\]{
                padding-top: 50px;
        }

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

        .lg\:text-2xl{
                font-size: 1.5rem;
                line-height: 2rem;
        }

        .lg\:opacity-0{
                opacity: 0;
        }

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

        .lg\:duration-\[250ms\]{
                transition-duration: 250ms;
        }

        .lg\:ease-out{
                transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        }

        .lg\:before\:absolute::before{
                content: var(--tw-content);
                position: absolute;
        }

        .lg\:before\:h-\[100\%\]::before{
                content: var(--tw-content);
                height: 100%;
        }

        .lg\:before\:w-\[1px\]::before{
                content: var(--tw-content);
                width: 1px;
        }

        .lg\:before\:bg-mercury::before{
                content: var(--tw-content);
                --tw-bg-opacity: 1;
                background-color: rgb(227 227 227 / var(--tw-bg-opacity));
        }

        .lg\:hover\:shadow-lg:hover{
                --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
                --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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){

        .xl\:bottom-\[-200px\]{
                bottom: -200px;
        }

        .xl\:left-\[-235px\]{
                left: -235px;
        }

        .xl\:right-\[50px\]{
                right: 50px;
        }

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

        .xl\:col-span-3{
                grid-column: span 3 / span 3;
        }

        .xl\:col-span-5{
                grid-column: span 5 / span 5;
        }

        .xl\:col-span-9{
                grid-column: span 9 / span 9;
        }

        .xl\:mt-0{
                margin-top: 0px;
        }

        .xl\:flex{
                display: flex;
        }

        .xl\:grid{
                display: grid;
        }

        .xl\:w-\[483px\]{
                width: 483px;
        }

        .xl\:max-w-\[95\%\]{
                max-width: 95%;
        }

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

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

        .xl\:flex-col{
                flex-direction: column;
        }

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

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

        .xl\:gap-32{
                gap: 8rem;
        }

        .xl\:gap-x-20{
                -moz-column-gap: 5rem;
                     column-gap: 5rem;
        }

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

        .xl\:gap-x-\[10rem\]{
                -moz-column-gap: 10rem;
                     column-gap: 10rem;
        }

        .xl\:pl-24{
                padding-left: 6rem;
        }

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

        .xl\:pr-24{
                padding-right: 6rem;
        }

        .xl\:text-xs{
                font-size: 0.75rem;
                line-height: 1rem;
        }

        .xl\:before\:right-\[-5rem\]::before{
                content: var(--tw-content);
                right: -5rem;
        }
}

@media (min-width: 1536px){

        .\32xl\:gap-28{
                gap: 7rem;
        }

        .\32xl\:gap-x-32{
                -moz-column-gap: 8rem;
                     column-gap: 8rem;
        }

        .\32xl\:gap-x-\[15rem\]{
                -moz-column-gap: 15rem;
                     column-gap: 15rem;
        }

        .\32xl\:pr-16{
                padding-right: 4rem;
        }

        .\32xl\:before\:right-\[-7\.5rem\]::before{
                content: var(--tw-content);
                right: -7.5rem;
        }
}
