@import "../fonts/fonts.css";
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.w-10{
  width: 2.5rem;
}
.w-4{
  width: 1rem;
}
.w-6{
  width: 1.5rem;
}
.w-full{
  width: 100%;
}
.max-w-\[390px\]{
  max-width: 390px;
}
.resize{
  resize: both;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.border{
  border-width: 1px;
}
.bg-\[\#F1F8FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 255 / var(--tw-bg-opacity));
}
.bg-\[\#F8FFE6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 255 230 / var(--tw-bg-opacity));
}
.bg-\[\#FFF0EA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 234 / var(--tw-bg-opacity));
}
.bg-\[\#ffeea9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 169 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-4{
  padding: 1rem;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.line-through{
  text-decoration-line: line-through;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
:root {
  --primary: #03468a;
  --dark: #010810;
}

body{
  --tw-text-opacity: 1;
  color: rgb(99 107 124 / var(--tw-text-opacity));
}

h1, h2, h3, h4, h5, h6{
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

h2{
  font-size: 3rem;
}

h3{
  font-size: 2.25rem;
}

.font-poppins, .page-section-wwd .ps-wwd-content h6, .page-section-wwd-home .ps-wwd-h-content h3 small, .page-section-header h2 small, body {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-cooper-black, .card-illness-content h4, .page-section h2, .page-section h3, .cta-banner h2 {
  font-family: "CooperBlackRegular", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.as-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}
.as-container.mw-870px{
  max-width: 870px;
}

.as-btn, .button, .wc-block-components-button, div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 4px;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.as-btn:not(.as-btn-white), .button:not(.as-btn-white), .wc-block-components-button:not(.as-btn-white), div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit:not(.as-btn-white){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.as-btn:not(.as-btn-sm):not(.as-btn-lg), .button:not(.as-btn-sm):not(.as-btn-lg), .wc-block-components-button:not(.as-btn-sm):not(.as-btn-lg), div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit:not(.as-btn-sm):not(.as-btn-lg){
  height: 2.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.as-btn-lg{
  height: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.as-btn-primary, .button, .wc-block-components-button{
  background-color: var(--primary);
}
.as-btn-primary:hover, .button:hover, .wc-block-components-button:hover{
  background-color: var(--dark);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.as-btn-dark, .site-header-right .as-btn, .site-header-right .button, .site-header-right .wc-block-components-button, div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit{
  background-color: var(--dark);
}
.as-btn-dark:hover, .site-header-right .as-btn:hover, .site-header-right .button:hover, .site-header-right .wc-block-components-button:hover, div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit:hover{
  background-color: var(--primary);
}
.as-btn-white, .site-header:not(.stickyHeader).header-transparent-white .site-header-right .as-btn, .site-header:not(.stickyHeader).header-transparent-white .site-header-right div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit, div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .site-header:not(.stickyHeader).header-transparent-white .site-header-right .edit, .site-header:not(.stickyHeader).header-transparent-white .site-header-right .button, .site-header:not(.stickyHeader).header-transparent-white .site-header-right .wc-block-components-button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--dark);
}
.as-btn-white:hover, .site-header:not(.stickyHeader).header-transparent-white .site-header-right .as-btn:hover, .site-header:not(.stickyHeader).header-transparent-white .site-header-right div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit:hover, div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .site-header:not(.stickyHeader).header-transparent-white .site-header-right .edit:hover, .site-header:not(.stickyHeader).header-transparent-white .site-header-right .button:hover, .site-header:not(.stickyHeader).header-transparent-white .site-header-right .wc-block-components-button:hover{
  background-color: var(--primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* .site-header {
    &+.hero-section {
        @apply pt-40;
    }
} */
.cta-banner{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-height: 535px;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  border-radius: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
@media (min-width: 1024px){
  .cta-banner{
    height: 39vw;
  }
}
.cta-banner *{
  position: relative;
  z-index: 10;
}
.cta-banner h2{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 620px;
  font-size: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta-banner img{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  height: 100%;
  width: 100%;
  --tw-translate-x: -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));
  -o-object-fit: cover;
     object-fit: cover;
}

.page-section{
  padding-bottom: 7rem;
}
.page-section:not(.page-section-pricing){
  padding-top: 7rem;
}
.page-section-header{
  margin-bottom: 1rem;
  text-align: center;
}
.page-section-header h2{
  font-size: 3rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.page-section-header h2 small{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(2 90 196 / var(--tw-text-opacity));
}
.page-section-header p{
  margin-left: auto;
  margin-right: auto;
  max-width: 690px;
}
.divider{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: 1px;
  background-color: rgb(17 24 39 / 0.1);
}

.form-group, .woocommerce-form-row, .form-row{
  margin-bottom: 1.5rem;
}
.form-group label, .woocommerce-form-row label, .form-row label, .form-group .form-label, .woocommerce-form-row .form-label, .form-row .form-label{
  margin-bottom: 0.75rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(17 24 39 / 0.8);
}
.form-group .form-control, .woocommerce-form-row .form-control, .woocommerce-form-row .woocommerce-Input, .woocommerce-form-row .input-text, .form-row .form-control, .form-row .woocommerce-Input, .form-row .input-text{
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(3 70 138 / var(--tw-border-opacity));
}

.as-accordion{
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.as-accordion-head a{
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
}
.as-accordion-head a:before, .as-accordion-head a:after{
  position: absolute;
  display: block;
  background-color: var(--dark);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "";
}
.as-accordion-head a:before{
  right: 0px;
  top: 12px;
  height: 2px;
  width: 12px;
}
.as-accordion-head a:after{
  right: 5px;
  top: 7px;
  height: 12px;
  width: 2px;
}
.as-accordion-content p{
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(99 107 124 / var(--tw-text-opacity));
}
.as-accordion:not(.opened) .as-accordion-content {
  display: none;
}
.as-accordion.opened .as-accordion-head a:after{
  opacity: 0;
}
.section-keep-out {
  /* .page-section-header {
      p {
          @apply max-w-[690px] mx-auto;
      }
  } */
}

.as-dropdown{
  position: relative;
}
.as-dropdown-toggle{
  display: flex;
  align-items: center;
  padding: 0.25rem;
  font-weight: 500;
}
.as-dropdown-toggle svg{
  margin-inline-start: 0.25rem;
}
.as-dropdown-menu{
  position: absolute;
  z-index: 10;
  display: none;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --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);
}
.as-dropdown-menu li{
  white-space: nowrap;
}
.as-dropdown-menu li a{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.as-dropdown-menu li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

div.woocommerce{
  display: flex;
  gap: 1.5rem;
}

@media not all and (min-width: 1024px){
  div.woocommerce{
    flex-direction: column;
  }
}
div.woocommerce .woocommerce-MyAccount-navigation{
  align-self: flex-start;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
}
@media not all and (min-width: 1024px){
  div.woocommerce .woocommerce-MyAccount-navigation{
    width: 100%;
  }
}
@media (min-width: 1024px){
  div.woocommerce .woocommerce-MyAccount-navigation{
    width: 20rem;
  }
}
div.woocommerce .woocommerce-MyAccount-navigation li:not(:last-child){
  border-bottom-width: 1px;
}
div.woocommerce .woocommerce-MyAccount-navigation li a{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
div.woocommerce .woocommerce-MyAccount-navigation li.is-active a, div.woocommerce .woocommerce-MyAccount-navigation li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
div.woocommerce .woocommerce-MyAccount-content{
  flex: 1 1 0%;
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address{
  margin-top: 1.25rem;
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
}
.site-header.stickyHeader{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 10px #e0e0e0;
  --tw-shadow-colored: 0 1px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.site-header .as-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header-right{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media not all and (min-width: 1024px){
  .site-header-right .icon-mob-nav{
    display: block;
  }
}
@media (min-width: 1024px){
  .site-header-right .icon-mob-nav{
    display: none;
  }
}
.site-header-right .as-btn, .site-header-right div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit, div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .site-header-right .edit, .site-header-right .button, .site-header-right .wc-block-components-button{
  text-transform: uppercase;
}
.site-header-right .icon-cart{
  position: relative;
  display: inline-block;
}
.site-header-right .icon-cart small{
  position: absolute;
  right: -8px;
  top: -8px;
  display: flex;
  height: 18px;
  width: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--primary);
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header .site-nav-wrap{
  z-index: 100;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media not all and (min-width: 1024px){
  .site-header .site-nav-wrap{
    position: fixed;
    left: -320px;
    top: 0px;
    min-height: 100vh;
    width: 20rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .site-header .site-nav-wrap:not(.show-mob-nav){
    left: -320px;
  }
  .site-header .site-nav-wrap.show-mob-nav{
    left: 0px;
  }
}
@media (min-width: 1024px){
  .site-header .site-nav ul{
    display: flex;
  }
}
.site-header .site-nav ul li{
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 500;
}
.site-header .site-nav ul li a{
  display: inline-block;
  padding: 0.25rem;
}
.site-header .site-nav ul li a:hover{
  color: var(--primary);
}
@media not all and (min-width: 1024px){
  .site-header .site-nav ul li a{
    padding: 1rem;
  }
}
.site-header:not(.header-transparent-white) a:not(.as-btn):not(.button):not(.wc-block-components-button), .site-header.stickyHeader a:not(.as-btn):not(.button):not(.wc-block-components-button){
  --tw-text-opacity: 1;
  color: rgb(1 8 16 / var(--tw-text-opacity));
}
.site-header:not(.stickyHeader).header-transparent-white .logo img {
  filter: brightness(0) invert(1);
}
.site-header:not(.stickyHeader).header-transparent-white a:not(.as-btn):not(.button):not(.wc-block-components-button){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-header .mob-nav-overlay{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px){
  .site-header .mob-nav-overlay{
    display: none;
  }
}
.site-header .mob-nav-overlay:not(.show){
  display: none;
  opacity: 0;
}
.site-header .mob-nav-overlay.show{
  visibility: visible;
  opacity: 1;
}

.hero-section{
  position: relative;
  overflow: hidden;
  text-align: center;
  /* .as-container {
      @apply max-w-[830px];
  } */
}
.hero-section .as-container{
  padding-top: 10rem;
}
.hero-section h1 {
  font-family: "CooperBlackRegular", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.hero-section p{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
}
.hero-section-banner{
  position: relative;
  overflow: hidden;
  /* &:after {
      content: '';
      @apply bg-gradient-to-b from-[#98c5fc] to-[#b0ddf4] w-[5000px] block absolute left-1/2 -translate-x-1/2 bottom-full h-[700px];
  } */
}
.hero-section-banner img{
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 100%;
  --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));
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section-home {
  /* .as-container {
      @apply relative;

  } */
}
.hero-section-home h1{
  font-size: 3.5rem;
}
.hero-section-home p{
  max-width: 730px;
  --tw-text-opacity: 1;
  color: rgb(1 8 16 / var(--tw-text-opacity));
}
.hero-section-home .hs-inner{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #98c5fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(152 197 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #b0ddf4 var(--tw-gradient-to-position);
}
.hero-section-home .hero-section-banner{
  padding-top: 55%;
}
.hero-section-wwd{
  min-height: 48vw;
}
.hero-section-wwd .as-container{
  position: relative;
  z-index: 10;
  max-width: 800px;
  padding-bottom: 5rem;
}
.hero-section-wwd h1{
  font-size: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero-section-wwd .hero-section-banner{
  position: absolute;
  left: 50%;
  top: 0px;
  min-height: 100%;
  width: 100%;
  --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));
  padding-top: 48%;
}
.hero-section-pricing h1{
  font-size: 3rem;
}
.hero-section-pricing p{
  max-width: 560px;
}
.hero-section-iws{
  background-color: var(--primary);
}
.hero-section-iws .as-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5rem;
}
@media not all and (min-width: 1024px){
  .hero-section-iws .as-container{
    max-width: 630px;
    flex-direction: column;
  }
  .hero-section-iws-content{
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px){
  .hero-section-iws-content{
    width: 37%;
    text-align: start;
  }
}
.hero-section-iws-content h1{
  font-size: 3rem;
}
.hero-section-iws-content h1, .hero-section-iws-content p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .hero-section-iws-thumb{
    width: 59%;
  }
}

.section-hiw .card-hiw{
  margin-top: 6rem;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .section-hiw .card-hiw{
    display: flex;
  }
}
.section-hiw .card-hiw:not(:nth-child(odd)) .card-hiw-thumb {
  order: 1;
}
.section-hiw .card-hiw-thumb{
  position: relative;
  max-width: 640px;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media not all and (min-width: 1024px){
  .section-hiw .card-hiw-thumb{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px){
  .section-hiw .card-hiw-thumb{
    width: 54%;
  }
}
.section-hiw .card-hiw-thumb:after {
  content: "";
  display: block;
  padding-top: 83%;
}
.section-hiw .card-hiw-thumb img{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-x: -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));
  -o-object-fit: cover;
     object-fit: cover;
}
.section-hiw .card-hiw-content{
  margin-top: 2rem;
  max-width: 550px;
}
@media not all and (min-width: 1024px){
  .section-hiw .card-hiw-content{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (min-width: 1024px){
  .section-hiw .card-hiw-content{
    width: 40%;
  }
}
.section-hiw .card-hiw-content .count{
  margin-bottom: 2rem;
  display: inline-block;
  border-bottom-width: 2px;
  border-bottom-color: var(--primary);
  font-weight: 600;
  color: var(--primary);
}
.section-hiw .card-hiw-content h3{
  margin-bottom: 0.75rem;
}
.section-hiw .card-hiw-content a{
  margin-top: 2.5rem;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: var(--dark);
}
.section-hiw .card-hiw-content a:hover{
  color: var(--primary);
}
.section-hiw .card-hiw-content a span{
  margin-inline-start: 0.75rem;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgba(236,236,236,0.5);
}
.section-hiw .card-hiw-content a:hover span{
  background-color: var(--primary);
}
.section-hiw .card-hiw-content a:hover span img {
  filter: brightness(0) invert(1);
}
.section-hiw .card-hiw-content a, .section-hiw .card-hiw-content span, .section-hiw .card-hiw-content span img{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.section-places-serve{
  background-image: url("../img/serve-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.section-places-serve .card-places{
  max-width: 650px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
@media not all and (min-width: 1024px){
  .section-places-serve .card-places{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px){
  .section-places-serve .card-places{
    margin-left: auto;
  }
}
.section-places-serve .card-places h2{
  font-size: 2.25rem;
}
.section-places-serve .card-places ul{
  margin-top: 1.5rem;
  flex-wrap: wrap;
}
@media (min-width: 640px){
  .section-places-serve .card-places ul{
    display: flex;
  }
}
.section-places-serve .card-places ul li{
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px){
  .section-places-serve .card-places ul li{
    width: 50%;
  }
}

.page-section-wwd-home{
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.page-section-wwd-home h2, .page-section-wwd-home h3, .page-section-wwd-home h6, .page-section-wwd-home .page-section-header p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-section-wwd-home .ps-wwd-h-tabset{
  display: flex;
  justify-content: center;
  gap: 12px;
}
.page-section-wwd-home .ps-wwd-h-tabset a{
  display: block;
  border-radius: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 12px;
}
.page-section-wwd-home .ps-wwd-h-tabset a:not(.active){
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255,255,255,.5);
  --tw-text-opacity: 1;
  color: rgb(244 249 255 / var(--tw-text-opacity));
}
.page-section-wwd-home .ps-wwd-h-tabset a.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--dark);
}
@media (min-width: 1024px){
  .page-section-wwd-home .ps-wwd-h-content{
    width: 42%;
    max-width: 500px;
  }
}
.page-section-wwd-home .ps-wwd-h-content-wrap{
  margin-top: 5rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media not all and (min-width: 1024px){
  .page-section-wwd-home .ps-wwd-h-content-wrap{
    flex-direction: column;
  }
}
.page-section-wwd-home .ps-wwd-h-content h3, .page-section-wwd-home .ps-wwd-h-content h6, .page-section-wwd-home .ps-wwd-h-content p{
  margin-top: 1rem;
}
@media (min-width: 1024px){
  .page-section-wwd-home .ps-wwd-h-content h6, .page-section-wwd-home .ps-wwd-h-content p{
    max-width: 450px;
  }
}
.page-section-wwd-home .ps-wwd-h-content h3 small{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(2 90 196 / var(--tw-text-opacity));
}
.page-section-wwd-home .ps-wwd-h-content h6 ~ p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.page-section-wwd-home .ps-wwd-h-thumb{
  width: 100%;
}
@media (min-width: 1024px){
  .page-section-wwd-home .ps-wwd-h-thumb{
    max-width: 54%;
  }
}
.page-section-wwd-home .ps-wwd-h-thumb img{
  border-radius: 0.5rem;
}
@media not all and (min-width: 1024px){
  .page-section-wwd-home .ps-wwd-h-thumb img{
    width: 100%;
  }
}
@media (min-width: 1024px){
  .page-section-wwd-home .ps-wwd-h-thumb img{
    max-width: none;
  }
}

.page-section-wwd .as-container{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

@media not all and (min-width: 1024px){
  .page-section-wwd .as-container{
    flex-direction: column;
    align-items: center;
  }
}
.page-section-wwd .ps-wwd-thumb{
  position: relative;
  width: 100%;
  max-width: 555px;
  align-self: flex-start;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media not all and (min-width: 1024px){
  .page-section-wwd .ps-wwd-thumb{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px){
  .page-section-wwd .ps-wwd-thumb{
    width: 46.25%;
  }
}
.page-section-wwd .ps-wwd-thumb:after {
  content: "";
  display: block;
  padding-top: 82%;
}
.page-section-wwd .ps-wwd-thumb img{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-x: -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));
  -o-object-fit: cover;
     object-fit: cover;
}
.page-section-wwd .ps-wwd-content{
  max-width: 555px;
  align-self: center;
}
@media not all and (min-width: 1024px){
  .page-section-wwd .ps-wwd-content{
    margin-top: 1rem;
    text-align: center;
  }
}
@media (min-width: 1024px){
  .page-section-wwd .ps-wwd-content{
    width: 46.666%;
  }
}
.page-section-wwd .ps-wwd-content h3{
  margin-bottom: 1.5rem;
}
.page-section-wwd .ps-wwd-content h6{
  font-weight: 600;
}
.page-section-wwd .ps-wwd-content h6 ~ p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.page-section-wwd .ps-wwd-content p{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: rgba(63,69,76,1);
}

.pricing-cards-tabset{
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  border-radius: 0.25rem;
  background-color: var(--primary);
  padding: 4px;
  font-size: 14px;
}
.pricing-cards-tabset a{
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 14px;
}
.pricing-cards-tabset a.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--primary);
}
.pricing-cards-tabset a:not(.active){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tabs-content-wrap .tab-content + .tab-content{
  display: none;
}

.card-pricing{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--primary);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3rem;
  padding-bottom: 8rem;
}
.card-pricing h2 {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.card-pricing h2 sub{
  left: 0.25rem;
  font-size: 12px;
}
.card-pricing h2 small{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--primary);
}
.card-pricing h6{
  display: inline-block;
  border-radius: 0.375rem;
  background-color: var(--primary);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.card-pricing p{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 260px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(17 24 39 / 0.8);
}
.card-pricing ul li{
  position: relative;
  margin-top: 1rem;
  padding-inline-start: 25px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(17 24 39 / 0.8);
}
.card-pricing ul li::before, .card-pricing ul li::after{
  position: absolute;
  display: block;
  content: "";
}
.card-pricing ul li::before{
  left: 0px;
  top: 0px;
  height: 18px;
  width: 18px;
  border-radius: 9999px;
  background-color: var(--primary);
}
.card-pricing ul li::after{
  left: 5px;
  top: 6px;
  z-index: 10;
  height: 5px;
  width: 8px;
  --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));
  border-inline-start-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.card-pricing .as-btn, .card-pricing div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .edit, div.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title .card-pricing .edit, .card-pricing .button, .card-pricing .wc-block-components-button{
  position: absolute;
  left: 2.5rem;
  right: 2.5rem;
  bottom: 3rem;
}

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

.card-illness{
  display: flex;
  max-width: 1120px;
  justify-content: space-between;
  gap: 3rem;
  border-radius: 0.5rem;
  padding: 3rem;
}

@media not all and (min-width: 1024px){
  .card-illness{
    flex-direction: column;
  }
}
.card-illness + .card-illness{
  margin-top: 2rem;
}
.card-illness-thumb{
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 1024px){
  .card-illness-thumb{
    width: 54%;
  }
}
.card-illness-thumb:after {
  content: "";
  display: block;
  padding-top: 68%;
}
.card-illness-thumb img{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-x: -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));
  -o-object-fit: cover;
     object-fit: cover;
}
.card-illness-content{
  position: relative;
}
@media not all and (min-width: 1024px){
  .card-illness-content{
    margin-inline-start: 2rem;
  }
}
@media (min-width: 1024px){
  .card-illness-content{
    width: 38%;
  }
}
.card-illness-content .ci-count{
  position: absolute;
  right: 100%;
  top: .25rem;
  margin-right: 8px;
}
.card-illness-content h4{
  font-size: 1.5rem;
  line-height: 2rem;
}
.card-illness-content h6{
  margin-top: 1.5rem;
  display: inline-block;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(64 62 86 / var(--tw-text-opacity));
}
.card-illness-content ul{
  margin-top: 1rem;
}
.card-illness-content ul li{
  position: relative;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(63 69 76 / var(--tw-text-opacity));
}
.card-illness-content ul li::before, .card-illness-content ul li::after{
  position: absolute;
  display: block;
  content: "";
}
.card-illness-content ul li::before{
  left: 0px;
  top: 5px;
  height: 13px;
  width: 13px;
  border-radius: 9999px;
}
.card-illness-content ul li::after{
  left: 3px;
  top: 8px;
  height: 4px;
  width: 7px;
  --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));
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.card-illness.card-illness-asthma{
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 255 / var(--tw-bg-opacity));
}
.card-illness.card-illness-asthma .card-illness-content h6{
  --tw-bg-opacity: 1;
  background-color: rgb(219 222 255 / var(--tw-bg-opacity));
}
.card-illness.card-illness-asthma .card-illness-content ul li::before{
  background-color: var(--primary);
}
.card-illness.card-illness-chronic{
  --tw-bg-opacity: 1;
  background-color: rgb(232 247 255 / var(--tw-bg-opacity));
}
.card-illness.card-illness-chronic .card-illness-content h6{
  --tw-bg-opacity: 1;
  background-color: rgb(203 234 252 / var(--tw-bg-opacity));
}
.card-illness.card-illness-chronic .card-illness-content ul li::before{
  --tw-bg-opacity: 1;
  background-color: rgb(51 149 204 / var(--tw-bg-opacity));
}
.card-illness.card-illness-copd{
  --tw-bg-opacity: 1;
  background-color: rgb(254 245 235 / var(--tw-bg-opacity));
}
.card-illness.card-illness-copd .card-illness-content h6{
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 187 / var(--tw-bg-opacity));
}
.card-illness.card-illness-copd .card-illness-content ul li::before{
  --tw-bg-opacity: 1;
  background-color: rgb(203 157 109 / var(--tw-bg-opacity));
}
.card-illness.card-illness-lung-cancer{
  --tw-bg-opacity: 1;
  background-color: rgb(232 246 255 / var(--tw-bg-opacity));
}
.card-illness.card-illness-lung-cancer .card-illness-content h6{
  --tw-bg-opacity: 1;
  background-color: rgb(206 236 255 / var(--tw-bg-opacity));
}
.card-illness.card-illness-lung-cancer .card-illness-content ul li::before{
  --tw-bg-opacity: 1;
  background-color: rgb(73 139 184 / var(--tw-bg-opacity));
}
.card-illness.card-illness-cystic{
  --tw-bg-opacity: 1;
  background-color: rgb(251 255 229 / var(--tw-bg-opacity));
}
.card-illness.card-illness-cystic .card-illness-content h6{
  --tw-bg-opacity: 1;
  background-color: rgb(227 236 178 / var(--tw-bg-opacity));
}
.card-illness.card-illness-cystic .card-illness-content ul li::before{
  --tw-bg-opacity: 1;
  background-color: rgb(173 191 83 / var(--tw-bg-opacity));
}
.card-illness.card-illness-pneumonia{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.card-illness.card-illness-pneumonia .card-illness-content h6{
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
}
.card-illness.card-illness-pneumonia .card-illness-content ul li::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.card-illness.card-illness-covid19{
  --tw-bg-opacity: 1;
  background-color: rgb(224 243 255 / var(--tw-bg-opacity));
}
.card-illness.card-illness-covid19 .card-illness-content h6{
  --tw-bg-opacity: 1;
  background-color: rgb(192 231 255 / var(--tw-bg-opacity));
}
.card-illness.card-illness-covid19 .card-illness-content ul li::before{
  --tw-bg-opacity: 1;
  background-color: rgb(103 179 228 / var(--tw-bg-opacity));
}

.site-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-footer .cta-banner{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.site-footer .sm-icons{
  display: flex;
  gap: 1.25rem;
}
.site-footer .sm-icons a{
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--primary);
}
.site-footer .sf-widgets-wrap{
  justify-content: space-between;
  gap: 1.5rem;
}
@media (min-width: 1024px){
  .site-footer .sf-widgets-wrap{
    display: flex;
  }
}
.site-footer .sf-widgets-wrap h6{
  margin-bottom: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-footer .sf-widgets-wrap .sf-widget-info, .site-footer .sf-widgets-wrap .sf-widget-quick-links, .site-footer .sf-widgets-wrap .sf-widget-newsletter{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.site-footer .sf-widgets-wrap .sf-widget-info{
  max-width: 310px;
}
.site-footer .sf-widgets-wrap .sf-widget-info img{
  margin-bottom: 1.5rem;
  max-width: 95px;
  filter: brightness(0) invert(1);
}
.site-footer .sf-widgets-wrap .sf-widget-info p{
  margin-bottom: 1.5rem;
  font-weight: 300;
}
.site-footer .sf-widgets-wrap .sf-widget-quick-links{
  width: 150px;
}
.site-footer .sf-widgets-wrap .sf-widget-quick-links ul li a{
  position: relative;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-inline-start: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.site-footer .sf-widgets-wrap .sf-widget-quick-links ul li a:before{
  position: absolute;
  left: 0px;
  top: 0.75rem;
  display: block;
  height: 8px;
  width: 8px;
  --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));
  border-top-width: 2px;
  border-right-width: 2px;
  border-color: var(--primary);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.site-footer .sf-widgets-wrap .sf-widget-quick-links ul li a:hover:before{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.site-footer .sf-widgets-wrap .sf-widget-quick-links ul li a:before {
  content: "";
}
@media (min-width: 1024px){
  .site-footer .sf-widgets-wrap .sf-widget-newsletter{
    width: 42%;
  }
}
.site-footer .sf-widgets-wrap .sf-widget-newsletter p{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.site-footer .copyrights{
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px){
  .lg\:hidden{
    display: none;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}