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

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

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

/*
! tailwindcss v3.4.17 | 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: currentColor;
  /* 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 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  font-family: "Archivo", sans-serif;
}

.container{
  max-width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

@media (min-width: 64rem){
  .container{
    max-width: 58.125rem;
    padding: 0;
  }
}

@media (min-width: 90rem){
  .container{
    max-width: 62rem;
  }
}

@media (min-width: 120rem){
  .container{
    max-width: 88.125rem;
  }
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

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

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[48\%\]{
  margin-bottom: 48%;
}

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

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

.mt-\[10px\]{
  margin-top: 10px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.size-\[30px\]{
  width: 30px;
  height: 30px;
}

.h-10{
  height: 2.5rem;
}

.h-40{
  height: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-full{
  height: 100%;
}

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

.h-5{
  height: 1.25rem;
}

.max-h-\[4654px\]{
  max-height: 4654px;
}

.min-h-\[100dvh\]{
  min-height: 100dvh;
}

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

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

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

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

.w-5{
  width: 1.25rem;
}

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

.max-w-full{
  max-width: 100%;
}

.max-w-6xl{
  max-width: 72rem;
}

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

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

.-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-y-\[238px\]{
  --tw-translate-y: -238px;
  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: 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));
}

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

.resize-none{
  resize: none;
}

.list-inside{
  list-style-position: inside;
}

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

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

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

.grid-rows-\[1fr_auto\]{
  grid-template-rows: 1fr auto;
}

.flex-col{
  flex-direction: column;
}

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

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

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

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

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

.gap-5{
  gap: 1.25rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[50px\]{
  gap: 50px;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

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

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

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

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

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

.divide-x-\[1px\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

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

.divide-pale-grey > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(242 246 247 / var(--tw-divide-opacity, 1));
}

.scroll-smooth{
  scroll-behavior: smooth;
}

.text-nowrap{
  text-wrap: nowrap;
}

.rounded-\[30px\]{
  border-radius: 30px;
}

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

.border{
  border-width: 1px;
}

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

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

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

.border-turquoise-blue{
  --tw-border-opacity: 1;
  border-color: rgb(0 180 216 / var(--tw-border-opacity, 1));
}

.border-pale-grey\/15{
  border-color: rgb(242 246 247 / 0.15);
}

.border-b-pale-grey{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 246 247 / var(--tw-border-opacity, 1));
}

.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}

.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(32 47 55 / var(--tw-bg-opacity, 1));
}

.bg-dark\/0{
  background-color: rgb(32 47 55 / 0);
}

.bg-pale-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 247 / var(--tw-bg-opacity, 1));
}

.bg-stormy-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(82 135 158 / var(--tw-bg-opacity, 1));
}

.bg-turquoise-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 180 216 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[url\(\'\.\.\/images\/run-nutra-released\.svg\'\)\]{
  background-image: url('../images/run-nutra-released.svg');
}

.bg-main-section{
  background-image: linear-gradient(to top, #0077b6, #111f26);
}

.bg-contain{
  background-size: contain;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

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

.p-4{
  padding: 1rem;
}

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

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

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

.py-\[107px\]{
  padding-top: 107px;
  padding-bottom: 107px;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.pb-\[10px\]{
  padding-bottom: 10px;
}

.pb-\[30px\]{
  padding-bottom: 30px;
}

.pb-\[50px\]{
  padding-bottom: 50px;
}

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

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

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

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

.text-\[1\.125rem\]{
  font-size: 1.125rem;
}

.text-\[1\.25rem\]{
  font-size: 1.25rem;
}

.text-\[1\.375rem\]{
  font-size: 1.375rem;
}

.text-\[1\.625rem\]{
  font-size: 1.625rem;
}

.text-\[1\.875rem\]{
  font-size: 1.875rem;
}

.text-\[1rem\]{
  font-size: 1rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-extralight{
  font-weight: 200;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.font-thin{
  font-weight: 100;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[1\.11\]{
  line-height: 1.11;
}

.leading-\[1\.13\]{
  line-height: 1.13;
}

.leading-\[1\.15\]{
  line-height: 1.15;
}

.leading-\[1\.18\]{
  line-height: 1.18;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\]{
  line-height: 1;
}

.text-dark{
  --tw-text-opacity: 1;
  color: rgb(32 47 55 / var(--tw-text-opacity, 1));
}

.text-pale-grey{
  --tw-text-opacity: 1;
  color: rgb(242 246 247 / var(--tw-text-opacity, 1));
}

.text-pale-grey\/50{
  color: rgb(242 246 247 / 0.5);
}

.text-turquoise-blue{
  --tw-text-opacity: 1;
  color: rgb(0 180 216 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

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

.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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.hamburger-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.hamburger {
  width: 24px;
  height: 24px;
  position: relative;
}

.hamburger span {
  display: block;
  position: absolute;
  z-index: 20;
  height: 3px;
  width: 100%;
  background: #f2f6f7;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.hamburger-button:hover .hamburger span,
  .hamburger-button:hover .hamburger.open span {
  background: #0077b6;
}

/* spans position */

.hamburger span:nth-child(1) {
  top: 6px;
}

.hamburger span:nth-child(2) {
  top: 14px;
}

.hamburger span:nth-child(3) {
  top: 22px;
}

/* x position, middle line is hidden when menu is open */

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 14px;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 14px;
}

.marker\:mr-0 *::marker{
  margin-right: 0px;
}

.marker\:mr-0::marker{
  margin-right: 0px;
}

.placeholder\:text-pale-grey\/60::-moz-placeholder{
  color: rgb(242 246 247 / 0.6);
}

.placeholder\:text-pale-grey\/60::placeholder{
  color: rgb(242 246 247 / 0.6);
}

.hover\:bg-stormy-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(82 135 158 / var(--tw-bg-opacity, 1));
}

.hover\:bg-ocean-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 182 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[url\(\'\.\.\/images\/run-nutra-pressed\.svg\'\)\]:hover{
  background-image: url('../images/run-nutra-pressed.svg');
}

.hover\:text-pale-grey:hover{
  --tw-text-opacity: 1;
  color: rgb(242 246 247 / var(--tw-text-opacity, 1));
}

.hover\:text-turquoise-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(0 180 216 / var(--tw-text-opacity, 1));
}

.hover\:text-pale-grey\/80:hover{
  color: rgb(242 246 247 / 0.8);
}

.hover\:transition-shadow:hover{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:bg-ocean-blue:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 182 / var(--tw-bg-opacity, 1));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 28.125rem){
  .sm\:top-\[1648px\]{
    top: 1648px;
  }

  .sm\:top-\[686px\]{
    top: 686px;
  }

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

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

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

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

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

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

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

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

@media (min-width: 64rem){
  .md\:absolute{
    position: absolute;
  }

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

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

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

  .md\:top-\[130px\]{
    top: 130px;
  }

  .md\:top-\[172px\]{
    top: 172px;
  }

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

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

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

  .md\:h-full{
    height: 100%;
  }

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

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

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

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

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

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

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

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

  .md\:max-w-fit{
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .md\:-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));
  }

  .md\:translate-y-20{
    --tw-translate-y: 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));
  }

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

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

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

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

  .md\:gap-\[30px\]{
    gap: 30px;
  }

  .md\:gap-\[34px\]{
    gap: 34px;
  }

  .md\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:gap-y-\[50px\]{
    row-gap: 50px;
  }

  .md\:self-end{
    align-self: flex-end;
  }

  .md\:rounded-\[30px\]{
    border-radius: 30px;
  }

  .md\:bg-black\/30{
    background-color: rgb(0 0 0 / 0.3);
  }

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

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

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

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

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

  .md\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:py-\[200px\]{
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md\:pb-\[34px\]{
    padding-bottom: 34px;
  }

  .md\:pb-\[40px\]{
    padding-bottom: 40px;
  }

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

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

  .md\:text-\[1\.625rem\]{
    font-size: 1.625rem;
  }

  .md\:text-\[2\.125rem\]{
    font-size: 2.125rem;
  }
}

@media (min-width: 90rem){
  .lg\:top-\[1600px\]{
    top: 1600px;
  }

  .lg\:top-\[305px\]{
    top: 305px;
  }

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

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

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

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

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

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:size-\[930px\]{
    width: 930px;
    height: 930px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:-translate-y-\[410px\]{
    --tw-translate-y: -410px;
    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-y-\[140px\]{
    --tw-translate-y: 140px;
    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\:items-center{
    align-items: center;
  }

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-y-\[118px\]{
    row-gap: 118px;
  }

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

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

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

  .lg\:px-\[85px\]{
    padding-left: 85px;
    padding-right: 85px;
  }

  .lg\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:pb-\[144px\]{
    padding-bottom: 144px;
  }

  .lg\:pt-\[100px\]{
    padding-top: 100px;
  }

  .lg\:text-\[1\.375rem\]{
    font-size: 1.375rem;
  }

  .lg\:text-\[1\.625rem\]{
    font-size: 1.625rem;
  }

  .lg\:text-\[1\.875rem\]{
    font-size: 1.875rem;
  }

  .lg\:text-\[2\.375rem\]{
    font-size: 2.375rem;
  }

  .lg\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }

  .lg\:leading-\[1\.05\]{
    line-height: 1.05;
  }

  .lg\:leading-\[1\.18\]{
    line-height: 1.18;
  }

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

@media (min-width: 120rem){
  .xl\:top-\[440px\]{
    top: 440px;
  }

  .xl\:col-start-1{
    grid-column-start: 1;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .xl\:row-start-2{
    grid-row-start: 2;
  }

  .xl\:row-start-3{
    grid-row-start: 3;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:-translate-y-\[560px\]{
    --tw-translate-y: -560px;
    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\:gap-\[50px\]{
    gap: 50px;
  }

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

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

  .xl\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
