/*
! tailwindcss v3.4.0 | 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;
}

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

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

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

  .container {
    max-width: 600px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 782px) {

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

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

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

  .container {
    max-width: 1440px;
  }
}
* {
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}
.h-20 {
		height: 5rem !important;
	}
.h-10 {
		height: 2.5rem !important;
	}
.responsivePanel {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.responsivePanel::before {
  --tw-content: 'xs';
  content: var(--tw-content);
}
@media (min-width: 600px) {

  .responsivePanel {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }

  .responsivePanel::before {
    --tw-content: 'sm';
    content: var(--tw-content);
  }
}
@media (min-width: 782px) {

  .responsivePanel {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  }

  .responsivePanel::before {
    --tw-content: 'md';
    content: var(--tw-content);
  }
}
@media (min-width: 1024px) {

  .responsivePanel {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity));
  }

  .responsivePanel::before {
    --tw-content: 'lg';
    content: var(--tw-content);
  }
}
@media (min-width: 1280px) {

  .responsivePanel {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity));
  }

  .responsivePanel::before {
    --tw-content: 'xl';
    content: var(--tw-content);
  }
}
@media (min-width: 1440px) {

  .responsivePanel {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .responsivePanel::before {
    --tw-content: '2xl';
    content: var(--tw-content);
  }
}
html, body {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
}
p {
  margin-bottom: 1.25rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
p:last-of-type {
  margin-bottom: 0px;
}
p b,
		p strong {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}
/* 
		i{
			@apply font-fellows_light_italic;
		} */
p a {
  text-decoration-line: underline;
}
.content ul {
  margin-bottom: 1.25rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1rem;
}
.content ul li {
  margin-bottom: 0.25rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.content ul li:last-of-type {
  margin-bottom: 0px;
}
.content ul.spaced li {
  margin-bottom: 1.25rem;
}
.content ul.spaced li:last-of-type {
  margin-bottom: 0px;
}
.ulDottedWrapper ul {
  margin-bottom: 0px;
  padding-left: 0px;
}
@media (min-width: 1024px) {

  .ulDottedWrapper ul {
    margin-bottom: 1.25rem;
  }
}
.ulDottedWrapper ul li {
  position: relative;
  margin-bottom: 0.25rem;
  background-image: repeating-linear-gradient(to right,currentColor 0 1px,transparent 1px 4px);
  background-size: auto 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-left: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.ulDottedWrapper ul li:last-of-type {
  margin-bottom: 0px;
}
.ulDottedWrapper ul li::before {
  position: absolute;
  left: 0.25rem;
  top: 1rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
.ulDottedWrapper2columns ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0px;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media (min-width: 1280px) {

  .ulDottedWrapper2columns ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.ulDottedWrapper2columns ul li {
  position: relative;
  margin-bottom: 0.25rem;
  background-image: repeating-linear-gradient(to right,currentColor 0 1px,transparent 1px 4px);
  background-size: auto 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-left: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.ulDottedWrapper2columns ul li:last-of-type {
  margin-bottom: 0px;
}
.ulDottedWrapper2columns ul li::before {
  position: absolute;
  left: 0.25rem;
  top: 1rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
ul.dottedSeparated {
  margin-bottom: 0px;
  padding-left: 0px;
}
@media (min-width: 1024px) {

  ul.dottedSeparated {
    margin-bottom: 1.25rem;
  }
}
ul.dottedSeparated li {
  position: relative;
  margin-bottom: 0.25rem;
  background-image: repeating-linear-gradient(to right,currentColor 0 1px,transparent 1px 4px);
  background-size: auto 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-left: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
ul.dottedSeparated li:last-of-type {
  margin-bottom: 0px;
}
ul.dottedSeparated li::before {
  position: absolute;
  left: 0.25rem;
  top: 1rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
p.p16 {
  font-size: 16px;
  line-height: 1.4;
}
p.p17 {
  font-size: 17px;
  line-height: 1.4;
}
p.p24 {
  margin-bottom: 0px;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 1024px) {

  p.p24 {
    font-size: 24px;
    line-height: 1.2;
  }
}
h2 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 1024px) {

  h2 {
    font-size: 31px;
    line-height: 1.1;
  }
}
h2 span {
  margin-bottom: 0.25rem;
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
}
.titillium24 {
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
.titillium24 b {
  font-weight: 700;
}
.navbar-burger {
  position: relative;
  z-index: 30;
  display: flex;
  height: 16px;
  width: 28px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 1024px) {

  .navbar-burger {
    display: none;
  }
}
.navbar-burger span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
/* @apply bg-secondary; */
.navbar-burger.active span:nth-child(1) {
  opacity: 0;
}
.navbar-burger.active span:nth-child(2) {
  --tw-translate-y: 0;
  --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));
}
.navbar-burger.active span:nth-child(3) {
  --tw-translate-y: -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));
}
header nav ul li, footer nav ul li {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header nav ul li a, footer nav ul li a {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header nav ul li a::after, footer nav ul li a::after {
  position: absolute;
  bottom: -0.25rem;
  left: 0px;
  height: 6px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}
header nav ul li a:hover::after, footer nav ul li a:hover::after {
  opacity: 1;
}
header nav .sign-in, footer nav .sign-in {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  --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: 300ms;
}
header nav .sign-out, footer nav .sign-out {
  border-radius: 0.25rem;
  background-color: rgb(102 102 102 / 0.2);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .lang li:first-child, footer .lang li:first-child {
  position: relative;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .lang li:first-child::after, footer .lang li:first-child::after {
  position: relative;
  width: 3px;
  height: 3px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
body.about-axion .navAboutAxion::after,
	body.biological-systems .navBiologicalSystems::after,
	body.research-library .navResearchLibrary::after,
	body.quality-testing .navQualityTesting::after,
	body.product-access .navProductAccess::after {
  opacity: 1 !important;
}
header.floating {
  left: 0.75rem;
  right: 0.75rem;
  top: 0.75rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 8px 8px 23px 0px rgba(0,0,0,0.12);
  --tw-shadow-colored: 8px 8px 23px 0px 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: 1024px) {

  header.floating {
    left: 1.5rem;
    right: 1.5rem;
    top: 1rem;
  }
}
header.floating .wrapper {
  height: 64px;
  border-bottom-width: 0px;
}
header.floating .wrapperLang {
  display: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
header.floating .logo {
  height: 50px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
/* header.active {
		.wrapper {
			@apply h-[200px];
		}
	} */
.secondary ul.secondaryMenu li a, .secondaryMobile ul.secondaryMenu li a {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.secondary ul.secondaryMenu li a:hover, .secondaryMobile ul.secondaryMenu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 171 189 / var(--tw-text-opacity));
}
.secondary .lang li:first-child, .secondaryMobile .lang li:first-child {
  position: relative;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.secondary .lang li:first-child::after, .secondaryMobile .lang li:first-child::after {
  position: relative;
  width: 3px;
  height: 3px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
.secondary.active {
  top: 0px !important;
}
.biotech {
  fill: #00ABBD;
}
.dotSeparator {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
}
/* researchCompTable */
.researchCompTable .researchCompGrid {
  display: grid;
}
@media (min-width: 782px) {

  .researchCompTable .researchCompGrid {
    grid-template-columns: 42% 58%;
  }
}
@media (min-width: 1024px) {

  .researchCompTable .researchCompGrid {
    grid-template-columns: 35% 65%;
  }
}
@media (min-width: 1280px) {

  .researchCompTable .researchCompGrid {
    grid-template-columns: 25% 75%;
  }
}
.researchCompTable .colLeft {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 782px) {

  .researchCompTable .colLeft {
    padding-right: 0px;
    padding-left: 2rem;
  }
}
.researchCompTable .colRight {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0px;
}
.researchCompTable .colRight::first-letter {
  padding-bottom: 1.25rem;
}
@media (min-width: 782px) {

  .researchCompTable .colRight {
    padding-left: 68px;
    padding-right: 68px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.researchCompTable .researchCompRow .colLeft {
				/* &::after {
					@apply absolute content-[''] -bottom-px inset-x-0 h-1 bg-black hidden md:block;
				} */
			}
.header-gradient-top {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 241px;
  width: 100%;
  background-image: url(../images/gradient-header.svg?79bb4afb11264fe90a84ea661d5ef797);
  background-size: 100% 241px;
  background-position: center;
  background-repeat: repeat-x;
}
.header-gradient-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  height: 344px;
  width: 100%;
  background-image: url(../images/gradient-header-bottom.svg?7fe1e7f195858d7731cb5884da6767fd);
  background-size: 100% 344px;
  background-position: center;
  background-repeat: repeat-x;
}
.btn-ghost-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 171 189 / var(--tw-border-opacity));
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 1rem;
  padding-right: 1.5rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-ghost-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 171 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-ghost-secondary svg {
  fill: #00ABBD;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-ghost-neutral {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 1rem;
  padding-right: 1.5rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-ghost-neutral:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-ghost-neutral svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-ghost-shorter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(153 153 153 / 0.4);
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0.75rem;
  padding-right: 1rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-ghost-shorter:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-ghost-shorter svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-solid-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 171 189 / var(--tw-bg-opacity));
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 1rem;
  padding-right: 1.5rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  --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: 300ms;
}
.btn-solid-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-solid-secondary svg {
  fill: #006670;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-solid-colors {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 0.25rem;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 1rem;
  padding-right: 1.5rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  --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: 300ms;
}
.btn-solid-colors:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-solid-colors svg {
  fill: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-solid-cta {
		display: inline-flex;
		height: 2.5rem;
		align-items: center;
		justify-content: center;
		-moz-column-gap: 0.5rem;
		     column-gap: 0.5rem;
		border-radius: 0.25rem;
		--tw-bg-opacity: 1;
		background-color: rgb(0 171 189 / var(--tw-bg-opacity));
		padding-top: 9px;
		padding-bottom: 9px;
		padding-left: 1rem;
		padding-right: 1.5rem;
		font-family: "Titillium Web", sans-serif;
		font-size: 16px;
		line-height: 1;
		font-weight: 700;
		--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: 300ms;
	}
.btn-solid-cta:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .btn-solid-cta {
    font-size: 17px;
    line-height: 1;
  }
}
.btn-solid-cta svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-view18 {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn-view18:hover {
  gap: 1rem;
}
.btn-view18 svg {
  width: 0.75rem;
  --tw-translate-y: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.btn-readmore {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn-readmore:hover {
  gap: 1rem;
}
.btn-readmore svg {
  width: 0.75rem;
  --tw-translate-y: 2px;
  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));
}
.breadcrumb {
  margin-bottom: 0.25rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.breadcrumb a:hover {
  text-decoration-line: underline;
}
.titleWithIcon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.5rem;
}
@media (min-width: 782px) {

  .titleWithIcon {
    flex-direction: row;
    row-gap: 0px;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
@media (min-width: 1024px) {

  .titleWithIcon {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
.iconSquare {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}
@media (min-width: 782px) {

  .iconSquare {
    display: flex;
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1024px) {

  .iconSquare {
    width: 3rem;
    height: 3rem;
  }
}
.iconSquare img {
  display: none;
  width: 1rem;
}
@media (min-width: 782px) {

  .iconSquare img {
    display: block;
  }
}
@media (min-width: 1024px) {

  .iconSquare img {
    width: 1.5rem;
  }
}
.titleBar {
  position: relative;
  z-index: 10;
  margin-top: -6rem;
  height: auto;
}
@media (min-width: 782px) {

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

  @media (min-width: 480px) {

    .titleBar {
      max-width: 480px;
    }
  }

  @media (min-width: 600px) {

    .titleBar {
      max-width: 600px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 782px) {

    .titleBar {
      max-width: 782px;
    }
  }

  @media (min-width: 1024px) {

    .titleBar {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .titleBar {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {

    .titleBar {
      max-width: 1440px;
    }
  }

  .titleBar {
    height: 228px;
  }
}
.titleBar .wrapperTitleBar {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 782px) {

  .titleBar .wrapperTitleBar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .titleBar .wrapperTitleBar {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.titleBar .title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.titleBar .subTitle {
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 1024px) {

  .titleBar .subTitle {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {

  .titleBar .subTitle {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (min-width: 1440px) {

  .titleBar .subTitle {
    font-size: 31px;
    line-height: 1.2;
  }
}
.titleBar .subDescription {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 1024px) {

  .titleBar .subDescription {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {

  .titleBar .subDescription {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 1440px) {

  .titleBar .subDescription {
    font-size: 23px;
    line-height: 1.2;
  }
}
.titleBar .subDescriptionSmall {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 1024px) {

  .titleBar .subDescriptionSmall {
    font-size: 19px;
    line-height: 1.3;
  }
}
@media (min-width: 1440px) {

  .titleBar .subDescriptionSmall {
    font-size: 20px;
    line-height: 1.3;
  }
}
.titleBar .leftSide {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-left-width: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 782px) {

  .titleBar .leftSide {
    border-left-width: 0px;
    border-top-width: 5px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {

  .titleBar .leftSide {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {

  .titleBar .leftSide {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1440px) {

  .titleBar .leftSide {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.titleBar .rightSide {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-left-width: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(78 78 78 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 782px) {

  .titleBar .rightSide {
    border-left-width: 0px;
    border-top-width: 5px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {

  .titleBar .rightSide {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {

  .titleBar .rightSide {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1440px) {

  .titleBar .rightSide {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.titleBar h1 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .titleBar h1 {
    font-size: 32px;
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {

  .titleBar h1 {
    font-size: 50px;
    line-height: 1.1;
  }
}
.gapSections {
  margin-top: 6rem;
}
@media (min-width: 1024px) {

  .gapSections {
    margin-top: 8rem;
  }
}
.simulateTitleRecoil {
  padding-left: 0px;
}
@media (min-width: 782px) {

  .simulateTitleRecoil {
    padding-left: 3rem;
  }
}
@media (min-width: 1280px) {

  .simulateTitleRecoil {
    padding-left: 3.5rem;
  }
}
@media (min-width: 1440px) {

  .simulateTitleRecoil {
    padding-left: 5rem;
  }
}
.thumbSystemBtn p {
  font-size: 15px;
  line-height: 1.4;
}
.bsystemRow p {
  font-size: 15px;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .bsystemRow p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.labelBiologicalSystem {
  display: inline-flex;
  border-radius: 0.25rem;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 4px;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.labelCompound {
  display: inline-flex;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 4px;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.systemOverview .set-acc .arrowSelect.active {
  --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));
}
.systemOverview h3,.systemOverview h4 {
  margin-bottom: 1rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.dotted {
  background-image: repeating-linear-gradient(to right,currentColor 0 1px,transparent 1px 4px);
  background-size: auto 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.dottedLine {
  background-image: repeating-linear-gradient(to right,currentColor 0 1px,transparent 1px 4px);
  background-size: auto 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
}
.slide1 {
  background-image: url(../images/bg-slide1.webp?a47703be28a95d916c9312f040b6aad5);
  background-size: auto 800px;
  background-position: center;
  background-repeat: repeat-x;
}
.faqsUl li {
  position: relative;
  width: 100%;
  background-image: repeating-linear-gradient(to right,currentColor 0 1px,transparent 1px 4px);
  background-size: auto 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.faqsUl li>a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
}
.faqsUl .arrowSelect {
  width: 13px;
  --tw-translate-y: 6px;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.faqsUl .arrowSelect.active {
  --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));
}
.faqsUl .acc-content {
  padding-left: 29px;
  padding-top: 0.75rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.faqsUl .acc-content p {
  margin-bottom: 1rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.faqsUl .acc-content p:last-of-type {
  margin-bottom: 0px;
}
.lockedCompound {
  position: absolute;
  inset: -16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  --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);
}
.lockedCompound svg {
  width: 3rem;
  height: 3rem;
}
.inputDefault {
  height: 55px;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.inputDefault::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity));
}
.inputDefault::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity));
}
.inputDefault {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.inputDefault::-moz-placeholder {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.inputDefault::placeholder {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.inputDefault:focus {
  --tw-border-opacity: 1;
  border-color: rgb(54 52 54 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.inputDefault-h10 {
		height: 2.5rem;
		border-radius: 0.25rem;
		border-width: 1px;
		border-color: rgb(153 153 153 / 0.5);
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		font-family: "Titillium Web", sans-serif;
		font-size: 18px;
		font-weight: 700;
		--tw-text-opacity: 1;
		color: rgb(102 102 102 / var(--tw-text-opacity));
	}
.inputDefault-h10::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity));
}
.inputDefault-h10::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity));
}
.inputDefault-h10 {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.inputDefault-h10::-moz-placeholder {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.inputDefault-h10::placeholder {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.inputDefault-h10:focus {
  --tw-border-opacity: 1;
  border-color: rgb(54 52 54 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
button.h55-solid {
  display: flex;
  height: 55px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
button.h55-solid:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
}
button.h55-solid:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
button.h10-solid-dark {
		display: flex;
		height: 2.5rem;
		align-items: center;
		justify-content: center;
		-moz-column-gap: 0.5rem;
		     column-gap: 0.5rem;
		border-radius: 0.25rem;
		--tw-border-opacity: 1;
		border-color: rgb(54 52 54 / var(--tw-border-opacity));
		--tw-bg-opacity: 1;
		background-color: rgb(54 52 54 / var(--tw-bg-opacity));
		padding-left: 1rem;
		padding-right: 1rem;
		font-family: "Titillium Web", sans-serif;
		font-size: 16px;
		font-weight: 700;
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
		outline: 2px solid transparent;
		outline-offset: 2px;
		transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 300ms;
	}
button.h10-solid-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
}
button.h10-solid-dark:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hasFormDefault form input[type="text"],
			.hasFormDefault form input[type="email"],
			.hasFormDefault form input[type="password"] {
  height: 55px;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.hasFormDefault form input[type="text"]::-moz-placeholder, .hasFormDefault form input[type="email"]::-moz-placeholder, .hasFormDefault form input[type="password"]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity));
}
.hasFormDefault form input[type="text"]::placeholder,
			.hasFormDefault form input[type="email"]::placeholder,
			.hasFormDefault form input[type="password"]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity));
}
.hasFormDefault form input[type="text"],
			.hasFormDefault form input[type="email"],
			.hasFormDefault form input[type="password"] {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hasFormDefault form input[type="text"]::-moz-placeholder, .hasFormDefault form input[type="email"]::-moz-placeholder, .hasFormDefault form input[type="password"]::-moz-placeholder {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.hasFormDefault form input[type="text"]::placeholder,
			.hasFormDefault form input[type="email"]::placeholder,
			.hasFormDefault form input[type="password"]::placeholder {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.hasFormDefault form input[type="text"]:focus,
			.hasFormDefault form input[type="email"]:focus,
			.hasFormDefault form input[type="password"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 171 189 / var(--tw-border-opacity));
  background-color: rgb(0 171 189 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.hasFormDefault form select.default {
  position: relative;
  height: 55px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
  background-image: url(../images/arrow-select.svg?d6bd2285f63cf70bf5c4629313cbea4f);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  padding-left: 1rem;
  padding-right: 3rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hasFormDefault form select.default:focus {
  --tw-border-opacity: 1;
  border-color: rgb(54 52 54 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.hasFormDefault form button.solid-secondary {
  display: flex;
  height: 55px;
  width: auto;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 171 189 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hasFormDefault form button.solid-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
}
.hasFormDefault form button.solid-secondary svg {
  fill: #fff;
}
.hasFormDefault form button.outline-filter-secondary,
			.hasFormDefault form a.outline-filter-secondary {
		display: flex;
		height: 2.5rem;
		width: auto;
		align-items: center;
		justify-content: center;
		-moz-column-gap: 0.5rem;
		     column-gap: 0.5rem;
		border-radius: 0.25rem;
		border-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(0 171 189 / var(--tw-border-opacity));
		padding-left: 1rem;
		padding-right: 1rem;
		font-family: "Titillium Web", sans-serif;
		font-size: 17px;
		line-height: 1;
		font-weight: 700;
		--tw-text-opacity: 1;
		color: rgb(54 52 54 / var(--tw-text-opacity));
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 300ms;
	}
.hasFormDefault form button.outline-filter-secondary:hover,
			.hasFormDefault form a.outline-filter-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 171 189 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hasFormDefault form button.outline-filter-secondary svg, .hasFormDefault form a.outline-filter-secondary svg {
  fill: #00ABBD;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.group:hover .hasFormDefault form button.outline-filter-secondary svg,.group:hover  .hasFormDefault form a.outline-filter-secondary svg {
  fill: #fff;
}
.hasFormDefault form select.shorter-h10 {
		position: relative;
		height: 2.5rem;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		border-radius: 0.25rem;
		border-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(153 153 153 / var(--tw-border-opacity));
		background-image: url(../images/arrow-select.svg?d6bd2285f63cf70bf5c4629313cbea4f);
		background-position: right 1rem center;
		background-repeat: no-repeat;
		padding-left: 1rem;
		padding-right: 3rem;
		font-family: "Titillium Web", sans-serif;
		font-size: 18px;
		font-weight: 700;
		color: rgb(102 102 102 / 0.7);
		outline: 2px solid transparent;
		outline-offset: 2px;
		transition-property: all;
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-duration: 300ms;
	}
.hasFormDefault form select.shorter-h10:focus {
  --tw-border-opacity: 1;
  border-color: rgb(54 52 54 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.formRow {
  position: relative;
  margin-bottom: 1rem;
}
.formRow label {
  margin-bottom: 0.5rem;
  display: block;
  padding-left: 0.5rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
}
.formRow input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 171 189 / var(--tw-border-opacity));
}
.custom-reg-notice {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  gap: 0.75rem;
  border-radius: 0.25rem;
  padding: 1.5rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}
.custom-reg-success {
  --tw-border-opacity: 1;
  border-color: rgb(26 110 60 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(111 207 151 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 110 60 / var(--tw-text-opacity));
}
.custom-reg-error {
		background-color: #fba4a4;
		border: 1px solid #9b1c1c;
		color: #9b1c1c;
	}
.custom-reg-notice svg {
		flex-shrink: 0;
		margin-top: 2px;
	}
.custom-reg-notice strong {
		display: block;
		margin-bottom: 4px;
		font-size: 18px;
	}
.custom-reg-notice p,
	.custom-reg-notice ul {
		margin: 0;
		list-style: outside;
	}
/* Barra de força da senha */
.password-strength-bar {
		height: 4px;
		background: #e5e7eb;
		border-radius: 2px;
		margin-top: 8px;
		overflow: hidden;
	}
.password-strength-bar span {
		display: block;
		height: 100%;
		width: 0;
		border-radius: 2px;
		transition: width .3s ease, background-color .3s ease;
	}
/* Cores da força */
.password-strength-bar.weak   span { width: 33%;  background: #ef4444; }
.password-strength-bar.medium span { width: 66%;  background: #f59e0b; }
.password-strength-bar.strong span { width: 100%; background: #10b981; }
.password-hint  { color: #6b7280; }
.confirm-hint   { color: #6b7280; }
.confirm-hint.ok    { color: #10b981; }
.confirm-hint.error { color: #ef4444; }
/* Highlight campo com erro */
input.field-error,
	select.field-error {
		border-color: #ef4444 !important;
		box-shadow: 0 0 0 2px rgba(239,68,68,.15);
	}
/* .imgHeroHome_AR {
		@apply relative w-full h-auto pt-hero_home_mobile md:pt-hero_home ; 
		.inner {
			@apply inset-0 absolute z-[2];
			img{
				@apply w-full h-full object-cover object-center;	
			}
		}
	} */
.br-lg {
  display: inline-block;
}
@media (min-width: 1024px) {

  .br-lg {
    display: block;
  }
}
.br-md {
  display: inline;
}
@media (min-width: 782px) {

  .br-md {
    display: block;
  }
}
.br-xs {
  display: block;
}
@media (min-width: 1024px) {

  .br-xs {
    display: inline;
  }
}
/* Ajusta o contêiner principal para anular as margens laterais */
.slider-compostos .slick-list, .slider-related-library .slick-list {
			margin: 0 -15px;
		}
/* Aplica o espaçamento em cada slide */
.slider-compostos .slick-slide, .slider-related-library .slick-slide {
			margin: 0 15px;
		}
.slider-related-library .slick-list {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.slick-prev-arrow,
	.slick-next-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: flex;
  width: 3rem;
  height: 3rem;
  --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));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
}
.slick-prev-arrow {
  left: 0.75rem;
}
.slick-next-arrow {
  right: 0.75rem;
}
.tabs-wrapper button.tab-btn {
  margin-bottom: -1px;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tabs-wrapper button.tab-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
@media (min-width: 782px) {

  .tabs-wrapper button.tab-btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.tabs-wrapper .colLeft {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 782px) {

  .tabs-wrapper .colLeft {
    padding-right: 0px;
    padding-left: 2rem;
  }
}
.tabs-wrapper .colRight {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 782px) {

  .tabs-wrapper .colRight {
    padding-left: 68px;
    padding-right: 68px;
  }
}
body.mitochondrial-energy-system {

		/* .titleBar {

			.leftSide,
			.rightSide {
				@apply border-mithocondrial;
			}

			.breadcrumb,
			h2>span {
				@apply text-mithocondrial;
			}
		}

		.systemOverview>.titleWithIcon {
			@apply border-mithocondrial;

			.set-acc>a {
				@apply text-mithocondrial;
			}
		}

		.coreMechanisms {
			.itemMechanism {
				@apply border-mithocondrial;
			}
		}

		.btn-ghost-shorter {
			@apply hover:bg-mithocondrial;

			svg {
				@apply fill-mithocondrial;
			}
		}

		.researchCompRow {
			.colLeft {
				&::after {
					@apply bg-mithocondrial;
				}
			}
		}

		 */
	}
body.mitochondrial-energy-system .biotech {
  fill: #FF7043 !important;
}
body.mitochondrial-energy-system .researchCompRow .colLeft::after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 112 67 / var(--tw-bg-opacity));
}
body.mitochondrial-energy-system button.tab-btn.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 112 67 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 112 67 / var(--tw-text-opacity));
}
body.gh-axis-system .biotech {
  fill: #F9A825 !important;
}
body.gh-axis-system button.tab-btn.active {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 37 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(249 168 37 / var(--tw-text-opacity));
}
body.metabolic-regulation-system .biotech {
  fill: #1565C0 !important;
}
body.metabolic-regulation-system button.tab-btn.active {
  --tw-border-opacity: 1;
  border-color: rgb(21 101 192 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 101 192 / var(--tw-text-opacity));
}
body.neural-cognitive-system .biotech {
  fill: #92278F !important;
}
body.neural-cognitive-system button.tab-btn.active {
  --tw-border-opacity: 1;
  border-color: rgb(146 39 143 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(146 39 143 / var(--tw-text-opacity));
}
body.regenerative-system .biotech {
  fill: #00ABBD !important;
}
body.regenerative-system button.tab-btn.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 171 189 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 171 189 / var(--tw-text-opacity));
}
/* @apply font-montserrat text-[50px]/[1.2] */
.product h1 span, .single-product h1 span {
  font-weight: 200;
}
.product .breadcrumbProduct, .single-product .breadcrumbProduct {
  font-family: "Titillium Web", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: rgb(102 102 102 / 0.7);
}
.product .breadcrumbProduct a, .single-product .breadcrumbProduct a {
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: rgb(102 102 102 / 0.7);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.product .product-price, .single-product .product-price {
  font-family: Montserrat, sans-serif;
}
.product .product-price del, .single-product .product-price del {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: rgb(102 102 102 / 0.5);
}
.product .product-price del .woocommerce-Price-currencySymbol, .single-product .product-price del .woocommerce-Price-currencySymbol {
  font-weight: 400;
}
.product .product-price ins,
			.product .product-price .regular,
			.single-product .product-price ins,
			.single-product .product-price .regular {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.product .product-price ins .woocommerce-Price-currencySymbol, .product .product-price .regular .woocommerce-Price-currencySymbol, .single-product .product-price ins .woocommerce-Price-currencySymbol, .single-product .product-price .regular .woocommerce-Price-currencySymbol {
  font-weight: 200;
}
.shop .product-price {
  font-family: Montserrat, sans-serif;
}
.shop .product-price del {
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  color: rgb(102 102 102 / 0.5);
}
.shop .product-price del .woocommerce-Price-currencySymbol {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 300;
}
.shop .product-price ins,
			.shop .product-price .regular {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.shop .product-price ins .woocommerce-Price-currencySymbol, .shop .product-price .regular .woocommerce-Price-currencySymbol {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}
ul.page-numbers,
	.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border-width: 0px;
  border-style: none;
}
ul.page-numbers li, .woocommerce nav.woocommerce-pagination ul li {
  background-color: transparent;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
}
ul.page-numbers li a, .woocommerce nav.woocommerce-pagination ul li a {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
ul.page-numbers li a:hover, .woocommerce nav.woocommerce-pagination ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 171 189 / var(--tw-text-opacity));
}
ul.page-numbers li .current, .woocommerce nav.woocommerce-pagination ul li .current {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 171 189 / var(--tw-text-opacity));
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 171 189 / var(--tw-text-opacity)) !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  float: none !important;
  border-style: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a {
  padding: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus:hover, .woocommerce nav.woocommerce-pagination ul li a:hover:hover, .woocommerce nav.woocommerce-pagination ul li span.current:hover {
  background-color: transparent !important;
}
@keyframes bounce-left {

		0%,
		100% {
			transform: translateX(10%);
			animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
		}

		50% {
			transform: translateX(-20%);
			animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		}
	}
.animate-bounce-left {
		animation: bounce-left 1s infinite;
	}
/* Custom scrollbar for modal content */
/* Glassmorphism effect */
.glass {
		background: rgba(255, 255, 255, 0.95);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
/* Gradient animation */
.gradient-animate {
		background-size: 200% 200%;
		animation: gradientShift 3s ease infinite;
	}
@keyframes gradientShift {
		0% {
			background-position: 0% 50%;
		}

		50% {
			background-position: 100% 50%;
		}

		100% {
			background-position: 0% 50%;
		}
	}
footer p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.2;
}
footer a {
  margin-bottom: 0px;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
/* body.taxonomy-biological-system { */
#edittag {
  width: 100% !important;
  max-width: 100% !important;
}
/*  */
/* Post */
.research-content.no-featured-image {
  margin-top: -7rem;
}
@media (min-width: 782px) {

  .research-content.no-featured-image {
    margin-top: -5rem;
  }
}
.research-content.no-featured-image article {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-top-width: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
@media (min-width: 782px) {

  .research-content.no-featured-image article {
    padding: 3rem;
  }
}
.research-content.has-featured-image {
  margin-top: -12rem;
}
.research-content.has-featured-image article {
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {

  .research-content.has-featured-image article {
    padding: 2rem;
  }
}
.research-content .entry-content h3,
			.research-content .entry-content h4,
			.research-content .entry-content h5,
			.research-content .entry-content h6 {
  margin-bottom: 1rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
}
.research-content .entry-content ul {
  margin-bottom: 1.25rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1rem;
}
.research-content .entry-content ul li {
  margin-bottom: 0.25rem;
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.research-content .entry-content ul li:last-of-type {
  margin-bottom: 0px;
}
.research-content .entry-content blockquote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.research-content .entry-content blockquote::before {
  position: relative;
  display: block;
  height: 50px;
  width: 60px;
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url(../images/quotes.svg?b0593df0038df14e78ca51278d86710b);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 782px) {

  .research-content .entry-content blockquote::before {
    height: 62px;
    width: 74px;
  }
}
.research-content .entry-content blockquote p {
  flex: 1 1 0%;
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-style: italic;
  color: rgb(102 102 102 / 0.6);
}
@media (min-width: 782px) {

  .research-content .entry-content blockquote p {
    font-size: 28px;
    line-height: 1.3;
  }
}
.research-content p {
  margin-bottom: 1rem;
}
.ruoNotice p {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {

  .ruoNotice p {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.tagsWrapper a {
  margin-bottom: 0px;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
}
.tagsWrapper a:hover {
  text-decoration-line: underline;
}
.heroWoocommerce {
  position: relative;
  display: flex;
  height: 150px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgb(217 217 217 / 0.3);
}
@media (min-width: 782px) {

  .heroWoocommerce {
    justify-content: center;
  }
}
.wc-block-grid.wp-block-product-new {
		display: none !important;
	}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-\[-16px\] {
  inset: -16px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-\[102px\] {
  bottom: -102px;
}
.-bottom-px {
  bottom: -1px;
}
.-top-6 {
  top: -1.5rem;
}
.-top-\[110\%\] {
  top: -110%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[6px\] {
  bottom: 6px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.right-1 {
  right: 0.25rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-24 {
  top: 6rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-\[23\%\] {
  top: 23%;
}
.top-\[6px\] {
  top: 6px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[70\] {
  z-index: 70;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.float-none {
  float: none;
}
.m-0 {
  margin: 0px;
}
.m-8 {
  margin: 2rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.-mt-28 {
  margin-top: -7rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.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-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[72px\] {
  margin-top: 72px;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-\[110px\] {
  width: 110px;
  height: 110px;
}
.size-\[3px\] {
  width: 3px;
  height: 3px;
}
.size-\[76px\] {
  width: 76px;
  height: 76px;
}
.h-1 {
  height: 0.25rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[129px\] {
  height: 129px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[212px\] {
  height: 212px;
}
.h-\[215px\] {
  height: 215px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[234px\] {
  height: 234px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[241px\] {
  height: 241px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[294px\] {
  height: 294px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[344px\] {
  height: 344px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[407px\] {
  height: 407px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[552px\] {
  height: 552px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[60\%\] {
  height: 60%;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[6px\] {
  height: 6px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/12 {
  width: 25%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-9\/12 {
  width: 75%;
}
.w-\[1\/2\] {
  width: 1/2;
}
.w-\[122px\] {
  width: 122px;
}
.w-\[137px\] {
  width: 137px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[183px\] {
  width: 183px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[248px\] {
  width: 248px;
}
.w-\[286px\] {
  width: 286px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[389px\] {
  width: 389px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --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-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[7px\] {
  --tw-translate-y: -7px;
  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-px {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[0\] {
  --tw-translate-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[2px\] {
  --tw-translate-y: 2px;
  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-\[6px\] {
  --tw-translate-y: 6px;
  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-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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;
}
.resize {
  resize: both;
}
.list-outside {
  list-style-position: outside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.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;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-x-\[2\%\] {
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-\[18px\] {
  row-gap: 18px;
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-\[5px\] {
  border-left-width: 5px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-t-\[3px\] {
  border-top-width: 3px;
}
.border-t-\[5px\] {
  border-top-width: 5px;
}
.border-t-\[6px\] {
  border-top-width: 6px;
}
.border-none {
  border-style: none;
}
.border-\[\#1a6e3c\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 110 60 / var(--tw-border-opacity));
}
.border-\[\#454D64\]\/40 {
  border-color: rgb(69 77 100 / 0.4);
}
.border-\[\#666666\]\/30 {
  border-color: rgb(102 102 102 / 0.3);
}
.border-\[\#999999\] {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}
.border-\[\#999999\]\/40 {
  border-color: rgb(153 153 153 / 0.4);
}
.border-\[\#999999\]\/50 {
  border-color: rgb(153 153 153 / 0.5);
}
.border-\[\#B9B9B9\]\/40 {
  border-color: rgb(185 185 185 / 0.4);
}
.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-\[\#E1E1E1\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
.border-cinza_escuro {
  --tw-border-opacity: 1;
  border-color: rgb(54 52 54 / var(--tw-border-opacity));
}
.border-ghaxis {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 37 / var(--tw-border-opacity));
}
.border-ghaxis\/30 {
  border-color: rgb(249 168 37 / 0.3);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}
.border-metabolic {
  --tw-border-opacity: 1;
  border-color: rgb(21 101 192 / var(--tw-border-opacity));
}
.border-metabolic\/30 {
  border-color: rgb(21 101 192 / 0.3);
}
.border-mithocondrial {
  --tw-border-opacity: 1;
  border-color: rgb(255 112 67 / var(--tw-border-opacity));
}
.border-mithocondrial\/30 {
  border-color: rgb(255 112 67 / 0.3);
}
.border-neural {
  --tw-border-opacity: 1;
  border-color: rgb(146 39 143 / var(--tw-border-opacity));
}
.border-neural\/30 {
  border-color: rgb(146 39 143 / 0.3);
}
.border-paragraph\/30 {
  border-color: rgb(102 102 102 / 0.3);
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.border-regenerative {
  --tw-border-opacity: 1;
  border-color: rgb(0 171 189 / var(--tw-border-opacity));
}
.border-regenerative\/30 {
  border-color: rgb(0 171 189 / 0.3);
}
.border-reproductive {
  --tw-border-opacity: 1;
  border-color: rgb(198 40 40 / var(--tw-border-opacity));
}
.border-reproductive\/30 {
  border-color: rgb(198 40 40 / 0.3);
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 171 189 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-b-\[\#b9b9b9\]\/30 {
  border-bottom-color: rgb(185 185 185 / 0.3);
}
.border-l-ghaxis {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 168 37 / var(--tw-border-opacity));
}
.border-l-metabolic {
  --tw-border-opacity: 1;
  border-left-color: rgb(21 101 192 / var(--tw-border-opacity));
}
.border-l-mithocondrial {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 112 67 / var(--tw-border-opacity));
}
.border-l-neural {
  --tw-border-opacity: 1;
  border-left-color: rgb(146 39 143 / var(--tw-border-opacity));
}
.border-l-regenerative {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 171 189 / var(--tw-border-opacity));
}
.border-l-reproductive {
  --tw-border-opacity: 1;
  border-left-color: rgb(198 40 40 / var(--tw-border-opacity));
}
.border-l-secondary {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 171 189 / var(--tw-border-opacity));
}
.border-t-cinza_escuro {
  --tw-border-opacity: 1;
  border-top-color: rgb(54 52 54 / var(--tw-border-opacity));
}
.border-t-ghaxis {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 168 37 / var(--tw-border-opacity));
}
.border-t-metabolic {
  --tw-border-opacity: 1;
  border-top-color: rgb(21 101 192 / var(--tw-border-opacity));
}
.border-t-mithocondrial {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 112 67 / var(--tw-border-opacity));
}
.border-t-neural {
  --tw-border-opacity: 1;
  border-top-color: rgb(146 39 143 / var(--tw-border-opacity));
}
.border-t-regenerative {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 171 189 / var(--tw-border-opacity));
}
.border-t-reproductive {
  --tw-border-opacity: 1;
  border-top-color: rgb(198 40 40 / var(--tw-border-opacity));
}
.border-t-secondary {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 171 189 / var(--tw-border-opacity));
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#005D67\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 103 / var(--tw-bg-opacity));
}
.bg-\[\#008D9B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 141 155 / var(--tw-bg-opacity));
}
.bg-\[\#363436\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
}
.bg-\[\#525252\] {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-\[\#666666\]\/20 {
  background-color: rgb(102 102 102 / 0.2);
}
.bg-\[\#6fcf97\] {
  --tw-bg-opacity: 1;
  background-color: rgb(111 207 151 / var(--tw-bg-opacity));
}
.bg-\[\#B9B9B9\]\/10 {
  background-color: rgb(185 185 185 / 0.1);
}
.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F2\]\/70 {
  background-color: rgb(242 242 242 / 0.7);
}
.bg-\[\#F2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-\[\#b9b9b9\]\/10 {
  background-color: rgb(185 185 185 / 0.1);
}
.bg-bar_title_left {
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
}
.bg-bar_title_right {
  --tw-bg-opacity: 1;
  background-color: rgb(78 78 78 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-cinza_escuro {
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
}
.bg-ghaxis {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 37 / var(--tw-bg-opacity));
}
.bg-ghaxis\/10 {
  background-color: rgb(249 168 37 / 0.1);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-metabolic {
  --tw-bg-opacity: 1;
  background-color: rgb(21 101 192 / var(--tw-bg-opacity));
}
.bg-metabolic\/10 {
  background-color: rgb(21 101 192 / 0.1);
}
.bg-mithocondrial {
  --tw-bg-opacity: 1;
  background-color: rgb(255 112 67 / var(--tw-bg-opacity));
}
.bg-mithocondrial\/10 {
  background-color: rgb(255 112 67 / 0.1);
}
.bg-neural {
  --tw-bg-opacity: 1;
  background-color: rgb(146 39 143 / var(--tw-bg-opacity));
}
.bg-neural\/10 {
  background-color: rgb(146 39 143 / 0.1);
}
.bg-paragraph {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-regenerative {
  --tw-bg-opacity: 1;
  background-color: rgb(0 171 189 / var(--tw-bg-opacity));
}
.bg-regenerative\/10 {
  background-color: rgb(0 171 189 / 0.1);
}
.bg-reproductive {
  --tw-bg-opacity: 1;
  background-color: rgb(198 40 40 / var(--tw-bg-opacity));
}
.bg-reproductive\/10 {
  background-color: rgb(198 40 40 / 0.1);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 171 189 / var(--tw-bg-opacity));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-\[repeating-linear-gradient\(to_right\2c currentColor_0_1px\2c transparent_1px_4px\)\] {
  background-image: repeating-linear-gradient(to right,currentColor 0 1px,transparent 1px 4px);
}
.bg-arrow-select {
  background-image: url(../images/arrow-select.svg?d6bd2285f63cf70bf5c4629313cbea4f);
}
.bg-arrow-submit {
  background-image: url(../images/arrow-submit.svg?31eebc12be1fd86b7661d0472d5c3fc7);
}
.bg-gradient-header {
  background-image: url(../images/gradient-header.svg?79bb4afb11264fe90a84ea661d5ef797);
}
.bg-gradient-header-bottom {
  background-image: url(../images/gradient-header-bottom.svg?7fe1e7f195858d7731cb5884da6767fd);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-logo-contour {
  background-image: url(../images/logo-contour.svg?5cb95cd04770b1d52f9bfcaa84356e05);
}
.bg-none {
  background-image: none;
}
.bg-product {
  background-image: url(../images/bg-product.webp?f5f94f1fac2b8cb66809bf3852167318);
}
.bg-quality-part-process {
  background-image: url(../images/quality-part-process.webp?d3e09ab838fc210be4202927899a98a7);
}
.bg-quotes {
  background-image: url(../images/quotes.svg?b0593df0038df14e78ca51278d86710b);
}
.bg-science-behind {
  background-image: url(../images/bg-sciencebehind.webp?7f5cb7cdffa5a6f6c3f9e5b7b18fd88e);
}
.bg-science-behind2 {
  background-image: url(../images/bg-sciencebehind2.webp?6fef67abb4eed39a69184c4ac122b113);
}
.bg-slide1 {
  background-image: url(../images/bg-slide1.webp?a47703be28a95d916c9312f040b6aad5);
}
.bg-system-before-molecules {
  background-image: url(../images/system-beform-molecules.webp?35d9c42d0cdbefe2f72e531ae78984ca);
}
.bg-virus {
  background-image: url(../images/virus.webp?2014fe1f1c41ab2a061b06e8b7aa31e6);
}
.from-\[\#E1E1E1\] {
  --tw-gradient-from: #E1E1E1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 225 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#EFEFEF\] {
  --tw-gradient-from: #EFEFEF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 239 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#E1E1E1\] {
  --tw-gradient-to: #E1E1E1 var(--tw-gradient-to-position);
}
.to-\[\#EFEFEF\] {
  --tw-gradient-to: #EFEFEF var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-\[length\:100\%_241px\] {
  background-size: 100% 241px;
}
.bg-\[length\:100\%_344px\] {
  background-size: 100% 344px;
}
.bg-\[length\:300px_auto\] {
  background-size: 300px auto;
}
.bg-\[length\:480px_auto\] {
  background-size: 480px auto;
}
.bg-\[length\:634px_788px\] {
  background-size: 634px 788px;
}
.bg-\[length\:70\%_auto\] {
  background-size: 70% auto;
}
.bg-\[length\:802px\] {
  background-size: 802px;
}
.bg-\[length\:876px\] {
  background-size: 876px;
}
.bg-\[length\:90\%_auto\] {
  background-size: 90% auto;
}
.bg-\[length\:auto_710px\] {
  background-size: auto 710px;
}
.bg-\[length\:auto_800px\] {
  background-size: auto 800px;
}
.bg-\[size\:auto_1px\] {
  background-size: auto 1px;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-\[position\:bottom\] {
  background-position: bottom;
}
.bg-\[right_1rem_center\] {
  background-position: right 1rem center;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-right {
  background-position: right;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.fill-\[\#006670\] {
  fill: #006670;
}
.fill-ghaxis {
  fill: #F9A825;
}
.fill-metabolic {
  fill: #1565C0;
}
.fill-mithocondrial {
  fill: #FF7043;
}
.fill-neural {
  fill: #92278F;
}
.fill-regenerative {
  fill: #00ABBD;
}
.fill-reproductive {
  fill: #C62828;
}
.fill-secondary {
  fill: #00ABBD;
}
.fill-white {
  fill: #fff;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-9 {
  padding: 2.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[5vh\] {
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[29px\] {
  padding-left: 29px;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[290px\] {
  padding-top: 290px;
}
.pt-\[3px\] {
  padding-top: 3px;
}
.text-center {
  text-align: center;
}
.-indent-64 {
  text-indent: -16rem;
}
.font-montserrat {
  font-family: Montserrat, sans-serif;
}
.font-titillium {
  font-family: "Titillium Web", sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[13px\]\/\[1\.1\] {
  font-size: 13px;
  line-height: 1.1;
}
.text-\[13px\]\/\[1\.2\] {
  font-size: 13px;
  line-height: 1.2;
}
.text-\[13px\]\/\[1\] {
  font-size: 13px;
  line-height: 1;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[14px\]\/\[1\.1\] {
  font-size: 14px;
  line-height: 1.1;
}
.text-\[14px\]\/\[1\.2\] {
  font-size: 14px;
  line-height: 1.2;
}
.text-\[14px\]\/\[1\.3\] {
  font-size: 14px;
  line-height: 1.3;
}
.text-\[14px\]\/\[1\] {
  font-size: 14px;
  line-height: 1;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[15px\]\/\[1\.1\] {
  font-size: 15px;
  line-height: 1.1;
}
.text-\[15px\]\/\[1\.2\] {
  font-size: 15px;
  line-height: 1.2;
}
.text-\[15px\]\/\[1\.6\] {
  font-size: 15px;
  line-height: 1.6;
}
.text-\[15px\]\/\[1\] {
  font-size: 15px;
  line-height: 1;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[16px\]\/\[1\.1\] {
  font-size: 16px;
  line-height: 1.1;
}
.text-\[16px\]\/\[1\.2\] {
  font-size: 16px;
  line-height: 1.2;
}
.text-\[16px\]\/\[1\] {
  font-size: 16px;
  line-height: 1;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[17px\]\/\[1\.1\] {
  font-size: 17px;
  line-height: 1.1;
}
.text-\[17px\]\/\[1\.2\] {
  font-size: 17px;
  line-height: 1.2;
}
.text-\[17px\]\/\[1\.3\] {
  font-size: 17px;
  line-height: 1.3;
}
.text-\[17px\]\/\[1\.4\] {
  font-size: 17px;
  line-height: 1.4;
}
.text-\[17px\]\/\[1\.5\] {
  font-size: 17px;
  line-height: 1.5;
}
.text-\[17px\]\/\[1\] {
  font-size: 17px;
  line-height: 1;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[18px\]\/\[1\.1\] {
  font-size: 18px;
  line-height: 1.1;
}
.text-\[18px\]\/\[1\.2\] {
  font-size: 18px;
  line-height: 1.2;
}
.text-\[18px\]\/\[1\.3\] {
  font-size: 18px;
  line-height: 1.3;
}
.text-\[18px\]\/\[1\] {
  font-size: 18px;
  line-height: 1;
}
.text-\[19px\]\/\[1\.1\] {
  font-size: 19px;
  line-height: 1.1;
}
.text-\[20px\]\/\[1\.1\] {
  font-size: 20px;
  line-height: 1.1;
}
.text-\[20px\]\/\[1\.2\] {
  font-size: 20px;
  line-height: 1.2;
}
.text-\[21px\]\/\[1\] {
  font-size: 21px;
  line-height: 1;
}
.text-\[23px\]\/\[1\.2\] {
  font-size: 23px;
  line-height: 1.2;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[24px\]\/\[1\.1\] {
  font-size: 24px;
  line-height: 1.1;
}
.text-\[24px\]\/\[1\.2\] {
  font-size: 24px;
  line-height: 1.2;
}
.text-\[25px\]\/\[1\.1\] {
  font-size: 25px;
  line-height: 1.1;
}
.text-\[28px\]\/\[1\.1\] {
  font-size: 28px;
  line-height: 1.1;
}
.text-\[32px\]\/\[1\] {
  font-size: 32px;
  line-height: 1;
}
.text-\[36px\]\/\[1\] {
  font-size: 36px;
  line-height: 1;
}
.text-\[40px\]\/\[1\.1\] {
  font-size: 40px;
  line-height: 1.1;
}
.text-\[50px\]\/\[1\.1\] {
  font-size: 50px;
  line-height: 1.1;
}
.text-\[50px\]\/\[1\.2\] {
  font-size: 50px;
  line-height: 1.2;
}
.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-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#1a6e3c\] {
  --tw-text-opacity: 1;
  color: rgb(26 110 60 / var(--tw-text-opacity));
}
.text-\[\#363436\] {
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
}
.text-\[\#838383\] {
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}
.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-\[\#a3a3a3\] {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-cinza_escuro {
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
}
.text-ghaxis {
  --tw-text-opacity: 1;
  color: rgb(249 168 37 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.text-metabolic {
  --tw-text-opacity: 1;
  color: rgb(21 101 192 / var(--tw-text-opacity));
}
.text-mithocondrial {
  --tw-text-opacity: 1;
  color: rgb(255 112 67 / var(--tw-text-opacity));
}
.text-neural {
  --tw-text-opacity: 1;
  color: rgb(146 39 143 / var(--tw-text-opacity));
}
.text-paragraph {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-paragraph\/50 {
  color: rgb(102 102 102 / 0.5);
}
.text-paragraph\/70 {
  color: rgb(102 102 102 / 0.7);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-regenerative {
  --tw-text-opacity: 1;
  color: rgb(0 171 189 / var(--tw-text-opacity));
}
.text-reproductive {
  --tw-text-opacity: 1;
  color: rgb(198 40 40 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 171 189 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-\[\#A3A3A3\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity));
}
.placeholder-\[\#A3A3A3\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity));
}
.placeholder-paragraph::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 102 102 / var(--tw-placeholder-opacity));
}
.placeholder-paragraph::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 102 102 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow-default {
  --tw-shadow: 8px 8px 23px 0px rgba(0,0,0,0.12);
  --tw-shadow-colored: 8px 8px 23px 0px 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-lg {
  --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);
}
.shadow-over_gray {
  --tw-shadow: 0 0 34px 0 rgba(230,225,225,1);
  --tw-shadow-colored: 0 0 34px 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;
}
.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);
}
.saturate-0 {
  --tw-saturate: saturate(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
/* @import "custom.css"; */
@media (min-width: 782px) {

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

  @media (min-width: 480px) {

    .md\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 600px) {

    .md\:container {
      max-width: 600px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 782px) {

    .md\:container {
      max-width: 782px;
    }
  }

  @media (min-width: 1024px) {

    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {

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

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

  @media (min-width: 480px) {

    .lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 600px) {

    .lg\:container {
      max-width: 600px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 782px) {

    .lg\:container {
      max-width: 782px;
    }
  }

  @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {

    .lg\:container {
      max-width: 1440px;
    }
  }
}
.first-letter\:pb-5::first-letter {
  padding-bottom: 1.25rem;
}
.placeholder\:font-titillium::-moz-placeholder {
  font-family: "Titillium Web", sans-serif;
}
.placeholder\:font-titillium::placeholder {
  font-family: "Titillium Web", sans-serif;
}
.placeholder\:text-\[18px\]::-moz-placeholder {
  font-size: 18px;
}
.placeholder\:text-\[18px\]::placeholder {
  font-size: 18px;
}
.placeholder\:font-bold::-moz-placeholder {
  font-weight: 700;
}
.placeholder\:font-bold::placeholder {
  font-weight: 700;
}
.placeholder\:font-normal::-moz-placeholder {
  font-weight: 400;
}
.placeholder\:font-normal::placeholder {
  font-weight: 400;
}
.before\:content-\[\'xs\'\]::before {
  --tw-content: 'xs';
  content: var(--tw-content);
}
.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0px;
}
.last-of-type\:border-none:last-of-type {
  border-style: none;
}
.last-of-type\:pb-0:last-of-type {
  padding-bottom: 0px;
}
.hover\:gap-4:hover {
  gap: 1rem;
}
.hover\:border-ghaxis:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 37 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:border-metabolic:hover {
  --tw-border-opacity: 1;
  border-color: rgb(21 101 192 / var(--tw-border-opacity));
}
.hover\:border-mithocondrial:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 112 67 / var(--tw-border-opacity));
}
.hover\:border-neural:hover {
  --tw-border-opacity: 1;
  border-color: rgb(146 39 143 / var(--tw-border-opacity));
}
.hover\:border-regenerative:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 171 189 / var(--tw-border-opacity));
}
.hover\:border-reproductive:hover {
  --tw-border-opacity: 1;
  border-color: rgb(198 40 40 / var(--tw-border-opacity));
}
.hover\:bg-cinza_escuro:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 52 54 / var(--tw-bg-opacity));
}
.hover\:bg-ghaxis:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 37 / var(--tw-bg-opacity));
}
.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.hover\:bg-metabolic:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 101 192 / var(--tw-bg-opacity));
}
.hover\:bg-mithocondrial:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 112 67 / var(--tw-bg-opacity));
}
.hover\:bg-neural:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(146 39 143 / var(--tw-bg-opacity));
}
.hover\:bg-regenerative:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 171 189 / var(--tw-bg-opacity));
}
.hover\:bg-reproductive:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(198 40 40 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 171 189 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:text-cinza_escuro:hover {
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-mithocondrial:hover {
  --tw-text-opacity: 1;
  color: rgb(255 112 67 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 171 189 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-default_hover:hover {
  --tw-shadow: 16px 16px 33px 0px rgba(0,0,0,0.22);
  --tw-shadow-colored: 16px 16px 33px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-cinza_escuro:focus {
  --tw-border-opacity: 1;
  border-color: rgb(54 52 54 / var(--tw-border-opacity));
}
.focus\:border-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 171 189 / var(--tw-border-opacity));
}
.focus\:bg-secondary\/10:focus {
  background-color: rgb(0 171 189 / 0.1);
}
.focus\:text-cinza_escuro:focus {
  --tw-text-opacity: 1;
  color: rgb(54 52 54 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-secondary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 171 189 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.group:hover .group-hover\:fill-secondary {
  fill: #00ABBD;
}
.group:hover .group-hover\:fill-white {
  fill: #fff;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 600px) {

  .sm\:h-\[212px\] {
    height: 212px;
  }

  .sm\:w-\[224px\] {
    width: 224px;
  }

  .sm\:w-\[269px\] {
    width: 269px;
  }

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

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  }

  .sm\:before\:content-\[\'sm\'\]::before {
    --tw-content: 'sm';
    content: var(--tw-content);
  }
}
@media (min-width: 782px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:left-\[-85px\] {
    left: -85px;
  }

  .md\:right-\[-50px\] {
    right: -50px;
  }

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:size-8 {
    width: 2rem;
    height: 2rem;
  }

  .md\:h-\[140px\] {
    height: 140px;
  }

  .md\:h-\[228px\] {
    height: 228px;
  }

  .md\:h-\[244px\] {
    height: 244px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[406px\] {
    height: 406px;
  }

  .md\:h-\[550px\] {
    height: 550px;
  }

  .md\:h-\[62px\] {
    height: 62px;
  }

  .md\:h-\[700px\] {
    height: 700px;
  }

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

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-\[300px\] {
    width: 300px;
  }

  .md\:w-\[330px\] {
    width: 330px;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[430px\] {
    width: 430px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[55\%\] {
    width: 55%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

  .md\:w-\[74px\] {
    width: 74px;
  }

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

  .md\:min-w-\[137px\] {
    min-width: 137px;
  }

  .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-\[42\%_58\%\] {
    grid-template-columns: 42% 58%;
  }

  .md\:grid-cols-\[54\%_46\%\] {
    grid-template-columns: 54% 46%;
  }

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

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

  .md\:items-start {
    align-items: flex-start;
  }

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

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

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

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

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

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

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }

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

  .md\:border-t-\[5px\] {
    border-top-width: 5px;
  }

  .md\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  }

  .md\:bg-dna-balls {
    background-image: url(../images/dna-balls.webp?9d52f70579444372ca52ee86d0f45c27);
  }

  .md\:bg-lot-verified {
    background-image: url(../images/lot-verified.webp?4002fb8080722eaa1c67e28f5ef57a29);
  }

  .md\:bg-\[length\:396px_auto\] {
    background-size: 396px auto;
  }

  .md\:bg-\[length\:480px_auto\] {
    background-size: 480px auto;
  }

  .md\:bg-\[length\:537px_auto\] {
    background-size: 537px auto;
  }

  .md\:p-0 {
    padding: 0px;
  }

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

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

  .md\:p-\[44px\] {
    padding: 44px;
  }

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

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

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

  .md\:px-\[68px\] {
    padding-left: 68px;
    padding-right: 68px;
  }

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

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

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

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

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

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

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

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

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

  .md\:pt-\[165px\] {
    padding-top: 165px;
  }

  .md\:pt-\[195px\] {
    padding-top: 195px;
  }

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[19px\]\/\[1\.2\] {
    font-size: 19px;
    line-height: 1.2;
  }

  .md\:text-\[28px\]\/\[1\.3\] {
    font-size: 28px;
    line-height: 1.3;
  }

  .md\:text-\[32px\]\/\[1\.1\] {
    font-size: 32px;
    line-height: 1.1;
  }

  .md\:text-\[36px\]\/\[1\.1\] {
    font-size: 36px;
    line-height: 1.1;
  }

  .md\:text-\[38px\]\/\[1\] {
    font-size: 38px;
    line-height: 1;
  }

  .md\:text-\[50px\]\/\[1\] {
    font-size: 50px;
    line-height: 1;
  }

  .md\:opacity-90 {
    opacity: 0.9;
  }

  .md\:before\:content-\[\'md\'\]::before {
    --tw-content: 'md';
    content: var(--tw-content);
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

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

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-12 {
    width: 3rem;
    height: 3rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-\[200px\] {
    height: 200px;
  }

  .lg\:h-\[215px\] {
    height: 215px;
  }

  .lg\:h-\[60px\] {
    height: 60px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:h-\[82px\] {
    height: 82px;
  }

  .lg\:h-\[900px\] {
    height: 900px;
  }

  .lg\:min-h-\[400px\] {
    min-height: 400px;
  }

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

  .lg\:w-\[100px\] {
    width: 100px;
  }

  .lg\:w-\[250px\] {
    width: 250px;
  }

  .lg\:w-\[28\%\] {
    width: 28%;
  }

  .lg\:w-\[320px\] {
    width: 320px;
  }

  .lg\:w-\[330px\] {
    width: 330px;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[400px\] {
    width: 400px;
  }

  .lg\:w-\[490px\] {
    width: 490px;
  }

  .lg\:w-\[494px\] {
    width: 494px;
  }

  .lg\:w-\[580px\] {
    width: 580px;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[84\%\] {
    width: 84%;
  }

  .lg\:w-\[85\%\] {
    width: 85%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[791px\] {
    max-width: 791px;
  }

  .lg\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .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-\[35\%_65\%\] {
    grid-template-columns: 35% 65%;
  }

  .lg\:grid-cols-\[40\%_58\%\] {
    grid-template-columns: 40% 58%;
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

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

  .lg\:border-\[\#454D64\]\/30 {
    border-color: rgb(69 77 100 / 0.3);
  }

  .lg\:bg-cyan-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(8 145 178 / var(--tw-bg-opacity));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-\[length\:730px_auto\] {
    background-size: 730px auto;
  }

  .lg\:bg-\[length\:920px_auto\] {
    background-size: 920px auto;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

  .lg\:pr-20 {
    padding-right: 5rem;
  }

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

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

  .lg\:text-\[19px\]\/\[1\.2\] {
    font-size: 19px;
    line-height: 1.2;
  }

  .lg\:text-\[19px\]\/\[1\.3\] {
    font-size: 19px;
    line-height: 1.3;
  }

  .lg\:text-\[20px\]\/\[1\.2\] {
    font-size: 20px;
    line-height: 1.2;
  }

  .lg\:text-\[24px\]\/\[1\.2\] {
    font-size: 24px;
    line-height: 1.2;
  }

  .lg\:text-\[28px\]\/\[1\.2\] {
    font-size: 28px;
    line-height: 1.2;
  }

  .lg\:text-\[50px\]\/\[1\.1\] {
    font-size: 50px;
    line-height: 1.1;
  }

  .lg\:text-\[50px\]\/\[1\] {
    font-size: 50px;
    line-height: 1;
  }

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

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:before\:content-\[\'lg\'\]::before {
    --tw-content: 'lg';
    content: var(--tw-content);
  }
}
@media (min-width: 1280px) {

  .xl\:right-0 {
    right: 0px;
  }

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

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

  .xl\:h-\[174px\] {
    height: 174px;
  }

  .xl\:h-\[270px\] {
    height: 270px;
  }

  .xl\:h-\[72px\] {
    height: 72px;
  }

  .xl\:w-\[35\%\] {
    width: 35%;
  }

  .xl\:w-\[380px\] {
    width: 380px;
  }

  .xl\:w-\[417px\] {
    width: 417px;
  }

  .xl\:w-\[45\%\] {
    width: 45%;
  }

  .xl\:w-\[462px\] {
    width: 462px;
  }

  .xl\:w-\[48\%\] {
    width: 48%;
  }

  .xl\:w-\[522px\] {
    width: 522px;
  }

  .xl\:w-\[65\%\] {
    width: 65%;
  }

  .xl\:w-\[666px\] {
    width: 666px;
  }

  .xl\:translate-x-\[30px\] {
    --tw-translate-x: 30px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

  .xl\:grid-cols-\[25\%_75\%\] {
    grid-template-columns: 25% 75%;
  }

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

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

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

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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

  .xl\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity));
  }

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

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

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

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

  .xl\:text-\[16px\]\/\[1\.5\] {
    font-size: 16px;
    line-height: 1.5;
  }

  .xl\:text-\[17px\]\/\[1\] {
    font-size: 17px;
    line-height: 1;
  }

  .xl\:text-\[19px\]\/\[1\.2\] {
    font-size: 19px;
    line-height: 1.2;
  }

  .xl\:text-\[22px\]\/\[1\.2\] {
    font-size: 22px;
    line-height: 1.2;
  }

  .xl\:text-\[30px\]\/\[1\.2\] {
    font-size: 30px;
    line-height: 1.2;
  }

  .xl\:before\:content-\[\'xl\'\]::before {
    --tw-content: 'xl';
    content: var(--tw-content);
  }
}
@media (min-width: 1440px) {

  .\32xl\:w-\[38\%\] {
    width: 38%;
  }

  .\32xl\:w-\[40\%\] {
    width: 40%;
  }

  .\32xl\:w-\[45\%\] {
    width: 45%;
  }

  .\32xl\:gap-24 {
    gap: 6rem;
  }

  .\32xl\:gap-\[46px\] {
    gap: 46px;
  }

  .\32xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

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

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

  .\32xl\:px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }

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

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }

  .\32xl\:before\:content-\[\'2xl\'\]::before {
    --tw-content: '2xl';
    content: var(--tw-content);
  }
}
