/*
! tailwindcss v3.4.7 | 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.
*/



/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::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:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-\[2\%\] {
  bottom: 2%;
}

.bottom-\[5\%\] {
  bottom: 5%;
}

.left-0 {
  left: 0px;
}

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

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

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

.right-\[39\%\] {
  right: 39%;
}

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

.top-\[-120\%\] {
  top: -120%;
}

.top-\[-71\%\] {
  top: -71%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}

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

.-ml-\[20px\] {
  margin-left: -20px;
}

.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-\[10px\] {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

.ml-7 {
  margin-left: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

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

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

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

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

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

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

.mt-\[29\.3px\] {
  margin-top: 29.3px;
}

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

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

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-11 {
  height: 2.75rem;
}

.h-5\/6 {
  height: 83.333333%;
}

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

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

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

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

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

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

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

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

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

.h-\[min-content\] {
  height: -moz-min-content;
  height: min-content;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

.min-h-11 {
  min-height: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-\[100\%\] {
  min-width: 100%;
}

.min-w-\[100vw\] {
  min-width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

.min-w-\[min-content\] {
  min-width: -moz-min-content;
  min-width: min-content;
}

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

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

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

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

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

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

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

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

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

.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 {
  resize: both;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

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

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

.border-\[\#32C9B7\] {
  --tw-border-opacity: 1;
  border-color: rgb(50 201 183 / var(--tw-border-opacity));
}

.border-\[\#414038\] {
  --tw-border-opacity: 1;
  border-color: rgb(65 64 56 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 252 249 / var(--tw-border-opacity));
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.bg-\[\#191414\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 20 20 / var(--tw-bg-opacity));
}

.bg-\[\#222222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(25 20 20 / var(--tw-bg-opacity));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(50 201 183 / var(--tw-bg-opacity));
}

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

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.pt-8 {
  padding-top: 2rem;
}

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

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

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

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

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

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

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

.font-interBold {
  font-family: Inter-Bold;
}

.font-queryMedium {
  font-family: Query-Medium;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[30px\] {
  font-size: 30px;
}

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

.capitalize {
  text-transform: capitalize;
}

.tracking-\[0\.072px\] {
  letter-spacing: 0.072px;
}

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

.text-\[\#32C9B7\] {
  --tw-text-opacity: 1;
  color: rgb(50 201 183 / var(--tw-text-opacity));
}

.text-\[\#FBEDB5\] {
  --tw-text-opacity: 1;
  color: rgb(251 237 181 / var(--tw-text-opacity));
}

.text-charcoal {
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity));
}

.text-teal {
  --tw-text-opacity: 1;
  color: rgb(50 201 183 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 252 249 / var(--tw-text-opacity));
}

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

.opacity-50 {
  opacity: 0.5;
}

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

.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@font-face {
  font-family: 'Vanguard-CF-Medium';

  src: url("./FONTS/Vanguard-CF/VanguardCF-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Vanguard-CF-Bold';

  src:url("./FONTS/Vanguard-CF/VanguardCF-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Vanguard-CF-DemiBold';

  src: url("./FONTS/Vanguard-CF/VanguardCF-DemiBold.otf") format("opentype");
}

@font-face {
  font-family: 'Query-Regular';

  src:url("./FONTS/Query/QueryPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Query-Medium';

  src: url("./FONTS/Query/QueryPro-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Query-Black';

  src: url("./FONTS/Query/QueryPro-Black.otf") format("opentype");
}

@font-face {
  font-family: 'Query-Bold';

  src: url("./FONTS/Query/QueryPro-Bold.otf") format('opentype');
}

.background-test {
  position:absolute;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10;
  top: 0;
  min-height: 5000px;
  min-width: 100%;
  opacity: 100%;
}

.img {
  top: 0;
  max-width: min-content;
  min-width: 330px;
  min-height: 5000px;
  opacity: 20%;
}

html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  max-width: 100vw;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* min-height: 5000px; */
}

body > * {
  position: relative;
  z-index: 5;
}

html, body {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}

.hero-section {
  content-visibility: visible;
}

.why-under-tongue-section {
  content-visibility: visible;
}

.video-card-container {
  content-visibility: auto;
}

.prescription-section {
  content-visibility: auto;
}

.bg-design-temp {
  opacity: 0%;
  /* z-index: 6; */
  background-image: url('./design-setup/bg-img/Product-page-Mobile.png');
}

/* font families */

/* max width caps */




.margin-auto {
  margin: 0 auto;
}

.force-center {
  margin-left: 50vw;
  transform: translateX(-50%);
}

/* a > p:hover {
  color: #32c9b7;
} */



/* default setup */

body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a:hover {
  cursor: pointer;
}

/* color utilities */

.gold {
  color: #F2D856
}

/* mobile home cta */

.cta-home {
  background-color: #32c9b7;
  width: 360px;
  height: 48px;
  border-radius: 4px;
}

/* mobile font styles */



p {
  /* specified as body small in Figma file */
  font-family: 'Inter';
  font-size: 18px;
  line-height: 28px;
  color: #E9E6E3;
  letter-spacing: normal;
}

.carousel-btn {
  font-family: 'Inter-Bold';
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.072px;
  text-transform: uppercase;
  color: #fff;
}

.contact-btn {
  font-family: 'Inter-Bold';
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  color: #fff;
}

.label {
  font-family: 'Query-Bold';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #fff;
}

.script {
  font-family: 'Unthrift';
  color: #32C9B7;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: 0.24px;
  /* the letter spacing in figma is specified as 0.5%; as we develop we can try to adjust this */
}

.eyebrow {
  font-family: 'Query-Regular';
  /* color: #fff; */
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
}

.eyebrow-marquee {
  font-family: "Query-Regular";
  font-size: 18px;
  line-height: 36px;
  /* 112.5% */
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.nav {
  background-color: rgba(24, 24, 24, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  left: 50vw;
  transform: translateX(-50%);
  z-index: 500;
}

.corners {
  border-radius: 4px;
}

.corners-tiny {
  border-radius: 2px;
}

.active {
  border: 1px solid #414038;
}

.active > div:nth-child(1) {
  background-color: #32c9b7;
}

/* mobile menu drop down */

#mobile-menu-div {
  z-index: 100;
  background: rgba(65, 64, 56, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.wrapper {
  max-width: 100%;
  position: absolute;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-flex;
  animation: marquee 50s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(-3%);
  }

  100% {
    transform: translateX(-53%);
  }
}

/* end mobile menu drop down */

/* carousel animation transitions */

@keyframes slidein {
  from {
    transform: translateX(300px);
    opacity: 0.1;
  }

  to {
    transform: translateX(0px);
    opacity: 1.0;
  }
}

@keyframes slideout {
  from {
    transform: translateX(0px);
    opacity: 1.0;
  }

  to {
    transform: translateX(-500px);
    opacity: 0.1;
  }
}

/* automatic slideshow animations */

.fade {
  animation-name: fade, fadeout;
  animation-duration: 0.3s, 0.3s;
  animation-delay: 0s, 2.8s;
  animation-timing-function: ease-in-out, ease-in-out;
}

@keyframes fade {
  from {
    opacity: 0.2;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.2;
  }
}

/* desktop dropdown */

.cta-home-login {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 2px solid rgba(50, 201, 183, 0.50);
  text-align: center;
  font-family: 'Inter-Bold';
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.072px;
  text-transform: uppercase;
}

.cta-home-desktop {
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--Primary-Turquoise-Accent, #32C9B7);
  color: var(--Background-Charcoal, #181818);
  text-align: center;
  font-family: 'Inter-Bold';
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.072px;
  height: 49px;
}

#blur-box {
  z-index: 10;
  background: var(--Background-Gold-Grey, #414038);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 90%;
}

.section-containers > div > img {
  border-radius: 5px;
}

.section-containers > div > p {
  color: var(--Text-White, #FFF);
  font-family: "Query-Bold";
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
}

.section-containers > div > p:nth-child(3) {
  color: var(--Text-White, #FFF);
  font-family: "Query-Bold";
  font-size: 18px;
  font-style: normal;
  line-height: 20px;
}

.section-containers > div > button > p {
  color: #32C9B7;
}

/* end of desktop dropdown */

/* FOOTER */

.footer {
  z-index: 1;
}


.email {
  background-color: transparent;
  border: .5px solid rgba(255, 255, 255, 0.250);
  border-radius: 4px;
  padding: 14px 24px;
  font-family: 'Inter';
  font-size: 14px;
  line-height: 17.833px;
  height: 48px;
  width: 360px;
}

.quick-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-bottom: 29px;
  border-bottom: 1px solid #414038;
}

.quick-links-top > p,  .quick-links-bottom > p {
  height: 36px;
  color: #FFF;
  text-align: center;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  line-height: 36px;
}

.quick-links-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.quick-links-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}


.large-logo {
  border-bottom: .5px solid #737373;
  margin-top: 29px;
}



.shadow-me {
  text-shadow: 0 0 20px #191414;
}

/* FOOTER */

@media only screen and (min-width: 1024px) {
  .customer-care-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }

  .desktop-footer > section:first-child {
    border-bottom: 1px solid #414038;
  }

  .social-links > img {
    max-width: 29px;
    max-height: 28px;
  }

  .compliance-container {
    margin-top: 0px;
    justify-content: start;
  }
}

/* tablet type stack */

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

  .img {
    content: url("/IMGS/product/test/TABLET.png");
  }

 
  /* 
  .why-under-card-container > .card {
    height: 300px;
  } */
}



/* desktop type stack */

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



}



.grad {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
          mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body, html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}


body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: #191414;
}

.hero-bg {
  height: 40vh;
  width: 100%;
  bottom: 0;
  left: 50%;
  /*half the container width*/
  margin-left: -50%;
  z-index: 5;
  top: 200px;
  background-image: url('/IMGS/product/mobile/bg/Mask\ group.svg');
}





.hero-img {
  background-image: url("/IMGS/product/mobile/hero-mobile-1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* background-size: 100% 100%; */
}



.above-the-fold-container {
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/IMGS/product/desktop/hero-image.webp");
  max-height: 308px;
}

.left-background {
  width: 430.145px;
  height: 603.916px;
  transform: rotate(-66.846deg);
  flex-shrink: 0;
}

.image-shader-top {
  position: absolute;
  z-index: 10;
  left: 0px;
  top:  -100px;
  transform: rotate(180deg);
  background: linear-gradient(0deg, rgba(25, 20, 20, 0.605) 0%, #191414 86.06%);
  width: 100vw;
  height: 45px;
}

.image-shader-right {
  position: relative;
  z-index: 10;
  top:  235px;
  left: 70px;
  transform: rotate(90deg);
  width: 470.331px;
  height: 40.166px;
  background: linear-gradient(90deg, rgba(25, 20, 20, 0.00) 0%, #070505 86.06%);
}

.image-shader {
  position: relative;
  z-index: 10;
  left: 0px;
  top: 425px;
  background: linear-gradient(180deg, rgba(25, 20, 20, 0.854) 0%, #191414 86.06%);
  width: 100vw;
  height: 100px;
  flex-shrink: 0;
}

.image-shader-left {
  position: relative;
  transform: rotate(90deg);
  z-index: 10;
  top:  205px;
  right: -530px;
  background: linear-gradient(180deg, rgba(25, 20, 20, 0.00) 0%, #191414 86.06%);
  width: 487px;
  height: 40.166px;
}

.our-product {
  display: none;
}

.hero-img-arrow-left {
  right: 5px;
}

.hero-img-arrow-left > svg {
  left: -10px;
}

.hero-img-arrow-right {
  right: 5px;
}


.image-container > div  {
  border: 1px solid gray;
}

.image-selector {
  border: 1px solid white;
  border-radius: 16px;
}

.image-select {
  padding: 0px;
  min-width: 71px;
  min-width: 75px;
}

.image-select:hover {
  cursor: pointer
}

.selected {
  border: 1px solid #32C9B7 !important;
}

.unthrift {
  font-family: "Unthrift";
  color: #32C9B7;
}

.mens-health-container {
  background-image: url('/IMGS/product/competition-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 330px;
  max-width: 330px;
  color: #F2D856;
  border-radius: 4px;
}

.mens-health-unthrift {
  transform: rotate(-15deg);
}


.why-under-card-container {
  width: 100vw;
  display: flex;
  justify-content: start;
  gap: 15px;
}

.why-under-card-container > .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 45px 18.5px 75.21px 18.5px; */
  min-width: 306px;
  height: 300px;
  border-radius: 4px;
  background-image: url('/IMGS/product/mobile/grit.png');
  background-repeat: no-repeat;
  background-position: left 20px top 200px;
  background-color: #222222;
  padding: 24px;
}


.card-selector-container,  .video-selector-container,  .prescribed-selector-container {
  gap: 60px;
  padding-bottom: 32px;
  /* background: #191414; */
  width: 100vw;
  display: flex;
  justify-content: center;
}

.card-selector-container > div {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-selector-container > div > div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FBEDB5;
}

.selected-outer {
  border: 1px solid gray;
}

.video-selector-container {
  position: relative;
  z-index: 20;
}

.video-selector-container > div {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-selector-container > div > div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FBEDB5;
}

.video-selector-container > div:nth-child(1) > div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #32C9B7;
}

.prescribed-selector-container > div {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.prescribed-selector-container > div:hover {
  cursor: pointer
}

.prescribed-selector-container > div > div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FBEDB5;
}

.prescribed-selector-container > div:nth-child(1) > div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #32C9B7;
}

.cta-product-mobile {
  display: flex;
  width: 330px;
  height: 58px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background-color: #32C9B7;
  border-radius: 5px;
}

.cta-product-mobile > p {
  color: #181818;
  font-family: 'Inter-Bold';
}

.query-reg {
  font-family: "Query-Regular";
  line-height: normal;
}

.tablet-combo {
  display: none;
}

.apo, .sil, .tad {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #32C9B7;
  border-radius: 4px;
  background: url("/IMGS/product/desktop/background-texture-dosage-cards.webp") rgb(57, 51, 51) 0px 0px / 100% 100% no-repeat;
  background-color: #18181834;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.9);
}



.why-under-tongue-section > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.timeline-year {
  font-family: 'Vanguard-CF-Medium';
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  /* 100% */
  letter-spacing: 0.16px;
}



.prescription-section > div > svg {
  width: 47.173px;
  height: 47.173px;
  flex-shrink: 0;
  background-color: var(--Primary-Turquoise-Accent, #32C9B7);
  border-radius: 50%;
  z-index: 20;
}

svg {
  transition: all ease-in-out 200ms;
}

.video-card-container, .prescription-choice-container, .why-under-card-container {
  transition: transform 300ms ease-in-out;
}

.video-card-container > div > .video-card {
  border: 2px solid #32C9B7;
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
}

.video-card:hover, .video-thumb:hover {
  cursor: pointer;
}

.footer {
  display: flex;
  flex-direction: column;
}

.read-more-text {
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
  color: white;
}



.breakdown-svg {
  display: none;
}

.footer-image-1 {
  background-image: url('/IMGS/product/mobile/esther-ann.png');
  box-shadow: inset 0 0 0 2000px rgba(30, 27, 29, 0.474);
}

.footer-image-2 {
  background-image: url('/IMGS/product/mobile/vitaly.png');
  box-shadow: inset 0 0 0 2000px rgba(30, 27, 29, 0.474);
}

.footer-image-3 {
  background-image: url('/IMGS/product/mobile/pexels.png');
  box-shadow: inset 0 0 0 2000px rgba(30, 27, 29, 0.474);
}

.strengths {
  color: #38D2D2;
  position: relative;
  z-index: 10;
  /* Mobile/Eyebrow Large */
  font-family: "Unthrift";
  font-size: 48px;
  font-style: normal;
  line-height: 49.964px;
  /* 104.091% */
  letter-spacing: 0.24px;
  margin-bottom: -33px;
}

.prescription-swipe-tablet {
  display: none;
}


.troche-combo {
  top: -1%;
  right: -10%;
  height: 200px;
  width: 200px;
  background-image: url('/IMGS/product/troche-background.svg');
}

.quick-links-footer-tablet {
  display: none;
}

.newsletter-container-desktop  {
  display: none;
}

.vp-target {
  min-height: 500px;
  min-width: 100%;
}

.under-svg-line-desktop {
  display: none;
}

.under-svg-line-tablet {
  display: none;
}

.video-card-section {
  background-color: transparent;
  padding-top: 32px;
  padding-bottom: 32px;
}

.video-card-section > div {
  position: relative;
  z-index: 11;
}




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

  .image-container > .image-select:nth-child(1) > .image {
    content: url("/IMGS/product/tablet/hero-tablet-1.png");
  }


  .image-container > .image-select:nth-child(2) > img {
    content: url("/IMGS/product/tablet/hero-tablet-2.png");
  }


  .image-container > .image-select:nth-child(3) > img {
    content: url("/IMGS/product/tablet/hero-tablet-3.png");
  }


  .image-container > .image-select:nth-child(4) > img {
    content: url("/IMGS/product/tablet/hero-tablet-4.png");
  }

  .three-in-one {
    font-size: 86px;
    font-style: normal;
    line-height: 86px;
    letter-spacing: 0.86px;
    text-transform: uppercase;
    text-align: left;
  }



  .mens-health-container > svg {
    margin-top: 5px;
  }

  .hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0px 50px;
    max-width: 768px;
    margin-top:  90px;
    height: 500px;
    overflow: hidden;
  }

  .our-product {
    display: block;
  }

  .hero-section > div > h1 {
    grid-column-start: 1;
    grid-column-end: 2;
    text-align: start;
    width: 500px;
    z-index: 200;
  }

  .hero-section > .hero-img {
    grid-column-start: 2;
  }

  .image-container {
    z-index: 50;
    margin-top:350px;
    right: 50px;
    position: absolute;
  }

  .read-more-text-container {
    display: block;
  }

  .tablet-combo {
    display: flex;
  }

  .email {
    max-width: 212px;
  }


  .hero-bg {
    display: none;
  }

  .hero-img {
    background-image: url("/IMGS/product/tablet/hero-tablet-1.png");
    background-size: contain;
    background-position: inherit;
  }

  .hero-img-arrow-left {
    right: 5px;
  }

  .hero-img-arrow-left > svg {
    bottom: 160px;
    left: 365px;
  }

  .hero-img-arrow-right {
    right: 5px;
  }

  .hero-img-arrow-right > svg {
    bottom: 160px;
    right: -650px;
  }

  .read-more-text {
    display: block;
  }

  .mens-health-container {
    max-width: 668px;
    width: 668px;
  }

  .desktop-footer {
    display: flex;
    flex-direction: column;
  }

  .footer {
    display: none;
  }

  .customer-care-container {
    align-items: start;
    padding-bottom: 0px;
  }

  .compliance-container {
    justify-content: start;
  }

  .why-under-tongue-section {
    width: 640px;
  }

  .why-under-card-container {
    align-self: flex-start;
  }

  .formulated-container {
    min-width: 640px;
    max-width: 640px;
    margin: auto;
  }

  .tablet-break {
    display: none;
  }

  .under-svg-line {
    display: none;
  }

  .under-svg-line-tablet {
    display: block;
    position: absolute;
    top: 170px;
  }

  .timeline-section > div {
    min-width: 768px;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
 
  }

  .timeline-section > div > h2 {
    align-self: start;
  }

  .timeline-card-container > div {
    max-width: 301px;
  }

 

  .timeline-card:nth-of-type(2n + 1) {
    margin-left: -200px;
  }

  .timeline-card:nth-of-type(2n) {
    margin-left: 200px;
  }

  .timeline-card:last-child {
    margin-top: -14px;
  }

  .timeline-troche {
    margin-top: -23px;
    margin-bottom: 0px;
    margin-left: 200px;
  }

  .our-formulation-wrapper {
    gap: 0px;
  }

  .video-card-container {
    flex-direction: column;
    /* width: 640px;
  position: relative; */
    z-index: 5;
    /* margin-top: 50px; */
  }

  .video-card-container > div {
    gap: 3rem;
    align-items: center;
  }

  .video-card-container > div > .video-card {
    min-height: 292.5px;
    height: 292px;
    max-width: 292.5px;
    min-width: 292.5px;
  }

  .video-card-container > div:nth-child(odd) {
    display: flex;
    flex-direction: row;
  }

  .video-card-container > div:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
  }

  .read-more {
    display: none;
  }

  .video-selector-container {
    display: none;
  }

  .mobile-break {
    display: none;
  }

  .video-card-section {
    padding: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .video-card-section > div {
  
  }

  .why-under-path {
    top: 62%;
    left: 21%;
  }

  .breakdown-bg {
    position: absolute;
    background-image: url('/IMGS/product/desktop/bg/breakdown-of-ingredients-tablet.svg');
    height: 2748px;
    width: 768px;
    z-index: 5;
    padding: 0;
    margin-left: 220px;
    top: -50px;
    left: -220px;
  }

  .breakdown-svg {
    display: block;
  }

  .why-under-path > svg {
    width: 111.195px;
    height: 6.948px;
  }

  .prescription-card {
    display: flex;
    background-color:  #222;
    width: 640px;
    gap: 5%;
    border-radius: 16px;
  }

  .prescription-choice-container > div {
    max-width: 370px;
    min-width: 370px;
    height: 350px;
    min-height: 350px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #222;
  }

  .prescription-choice-container > svg {
    width: 47.173px;
    height: 47.173px;
    background-color: #32C9B7;
    border-radius: 50%;
  }

  .prescription-choice-container > div > div > h2 {
    font-size: 32px;
    line-height: 32px;
    /* 100% */
    letter-spacing: 0.32px;
    text-transform: uppercase;
    width: 176px;
  }

  .prescription-choice-container > div  > p {
    text-align: start;
    align-self: flex-start;
  }


  .choose-which-text {
    margin-top: 1.5rem;
  }

  .choose-which-container  > h2 {
    width: 176px;
    font-size: 32px;
    line-height: 32px;
    /* 100% */
    letter-spacing: 0.32px;
    text-transform: uppercase;
  }

  .strength {
    font-size: 28px;
    line-height: 64px;
    /* 228.571% */
    letter-spacing: 0.14px;
  }

  .prescription-swipe-tablet {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #32C9B7;
    border-radius: 50%;
  }

  .customer-care-container {
    border-bottom: none;
  }

  .quick-links-footer-mobile {
    display: none;
  }

  .quick-links-footer-tablet {
    display: flex;
    padding: 45px 52px;
  }

  .quick-links-footer-tablet > a {
    width: 210.143px;
    height: 274.49px;
    padding: 20.255px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 12px;
    box-shadow: inset 0 0 0 2000px rgba(30, 27, 29, 0.492);
    overflow-x: hidden;
    display: flex;
    background-size: 100%;
  }

  .quick-links-footer-tablet > a > h2 {
    font-size: 24px;
    line-height: 24px;
    /* 100% */
    letter-spacing: 0.24px;
    text-transform: uppercase;
  }

  .a-combination-that-works > br {
    display: none;
  }

  .quick-links-footer-tablet > a > button {
    display: flex;
    padding: 7.713px 10.284px;
    justify-content: center;
    align-items: center;
    gap: 4.285px;
    color: var(--Text-Charcoal, #181818);
    text-align: center;
    font-family: "Inter-Bold";
    font-size: 8px;
    line-height: normal;
    letter-spacing: 0.032px;
    text-transform: uppercase;
    background: var(--Primary-Turquoise-Accent, #32C9B7);
    border-radius: 5px;
  }

  .quick-links-footer-tablet > a:nth-child(1), .quick-links-footer-tablet >  a:nth-child(3) {
    background-image: url('/IMGS/product/esther-ann-tablet.jpg');
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-repeat: no-repeat;
  }

  .quick-links-footer-tablet > a:nth-child(2) {
    background-image: url('/IMGS/product/vitaly-gariev-tablet.jpg');
    -o-object-fit: cover;
       object-fit: cover;
    background-repeat: no-repeat;
  }

  .why-under-path > svg {
    position: absolute;
    top: 12px;
    min-width: 111.195px;
    min-height: 6.948px;
  }

  .why-under-card-container > .card {
    /* padding: 45px 18.5px 75.21px 18.5px; */
    min-width: 306px;
    height: 320px;
    border-radius: 4px;
    background-image: url('/IMGS/product/mobile/grit.png');
    background-repeat: no-repeat;
    background-position: left 20px top 200px;
    background-color: #222222;
    padding: 24px;
  }
}

@media only screen and (min-width: 1130px) {
  .footer {
    display: none;
  }
}

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

  .three-in-one {
    font-size: 122.997px;
    line-height: 123px;
    margin-top: 0;
  }

  .hero-section > div > h1 {
    width: 800px;
  }

  .hero-section {
    min-width: 1280px;
    padding: 0 100px;
    height: 632px;
  }

  .hero-img {
    background-image: url("/IMGS/product/desktop/hero-desktop-1.png");
    min-width: 615px;
    min-height: 600px;
    max-width: 615px;
    max-height: 600px;
    background-size : cover;
  }

  .hero-img-arrow-left {
    right: 5px;
  }

  .hero-img-arrow-left > svg {
    bottom: -0px;
    left: 550px;
  }

  .hero-img-arrow-right {
    right: 5px;
  }

  .hero-img-arrow-right > svg {
    bottom: -0px;
    right: -1075px;
  }

  .mens-health-container {
    max-width: 1080px;
    width: 1080px;
    height: 293px;
    min-height: 293px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mens-health-container > h2 {
    font-size: 122px;
    line-height: 123px;
  }

  .mens-health-container > h2 > span {
    font-size: 84px;
  }

  .mens-health-container > svg {
    min-width: 194px;
    max-width: 194px;
    min-height: 42px;
  }

  .why-under-card-container {
    min-width: 1057px;
    display: flex;
    align-self: center;
    justify-content: center;
    margin-bottom: 43px;
  }

  .why-under-card-container > .card {
    max-width: 306px;
    height: 320px;
  }

  .why-under-tongue-section {
    min-width: 1062px;
  }

  .image-shader-top {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: -135px;
    width: 100vw;
    height: 122px;
  }

  .image-shader {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 450px;
    background: linear-gradient(180deg, rgba(25, 20, 20, 0.00) 0%, #191414 86.06%);
    width: 100vw;
    height: 148px;
    flex-shrink: 0;
  }

  .image-shader-left {
    position: absolute;
    z-index: 10;
    top: 200px;
    left: 930px;
    min-width: 300px;
    min-height: 90px;
    background: linear-gradient(90deg, rgba(25, 20, 20, 0.224) 0%, #191414 86.06%);
  }

  .image-shader-right {
    position: absolute;
    transform: rotate(180);
    z-index: 10;
    top: 185px;
    left: 325px;
    min-height: 90px;
    background: linear-gradient(90deg, rgba(25, 20, 20, 0.653) 0%, #191414 86.06%);
  }

  .read-more-text {
    min-width: 522px;
  }


  .why-under-tongue-section > div > h5 {
    font-size: 32px;
    line-height: 36px
  }

  /* .why-under-tongue-section > div > h2 {
    font-size: 122.997px;
    line-height: 123px;
    white-space: nowrap;
  } */

  .video-card-container {
    gap: 2rem;
    min-width: 90%;
    margin-top: 40px;
    max-width: 1080px;
  }

  .video-card-container > div {
    min-width: 100%;
  }

  .video-card-container > div > .video-card {
    min-width: 476px;
    min-height: 476px;
    max-width: 476px;
    max-height: 476px;
  }

  .why-under-path {
    top: 72%;
    left: 22%;
  }

  .why-under-path > svg {
    top: 0px;
  }

  .apo, .sil, .tad {
    padding: 15px 0px 30px 0px;
    min-height: 102px;
  }

  .apo > p, .sil > p, .tad > p {
    color: var(--Primary-Turquoise-Accent, #32C9B7);
    text-align: center;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 36px;
    /* 257.143% */
    letter-spacing: -0.308px;
    height: 25px;
  }

  .apo {
    min-width: 25%;
  }

  .sil {
    min-width: 33%;
  }

  .tad {
    min-width: 33%;
  }

  .under-svg-line {
    display: none;
  }

  .under-svg-line-tablet {
    display: none;
  }

  .under-svg-line-desktop {
    position: absolute;
    display: block;
    top: 68%;
  }

  .why-under-path > svg {
    min-width: 241.52px;
    height: 9.213px;
  }

  .video-card-section {
 
  }

  .video-card-section > div {
    background-color: transparent;
    position: relative;
    z-index: 11;
  }

  .breakdown-svg {
    top: 20px;
    right: -52%;
  }

  .card-selector-container {
    display: none;
  }

  .formulated-container {
    width: 1027px;
    max-width: 100%;
  }

  .formulated-container > div {
    display: flex;
    width: 1057px;
    max-width: 1057px;
  }

  .image-container {
    z-index: 50;
    margin-top: 450px;
    right: 200px;
    position: absolute;
    text-align: start;
  }

  .video-card-container > div {
    padding: 0px;
  }

  .breakdown-bg {
    position: absolute;
    background-image: url('/IMGS/product/desktop/bg/breakdown-of-ingredients.svg');
    height: 3528px;
    min-width: 1440px;
    z-index: 10;
    padding: 0;
    margin: 0;
    left: -200px;
  }

  .video-card-container > div {
    justify-content: space-around;
  }

  .video-card-container > div > div {
    width: 522px;
  }

  .newsletter-container {
    display: none;
  }

 

  .strengths {
    font-size: 84px;
  }

  .prescription-section {
    position: relative;
    z-index: 5;
  }

  .newsletter-container-desktop  > h2 {
    margin-bottom: 25px;
  }

  .newsletter-container-desktop  > input {
    width: 260px;
  }

  .newsletter-container-desktop > div > button {
    display: flex;
    white-space: nowrap;
    height: 48px;
    width: 212px;
    padding: 18px;
    justify-content: center;
    align-items: center;
    gap: 8.462px;
    border-radius: 3.385px;
    background: var(--Primary-Turquoise-Accent, #32C9B7);
    color: var(--Text-Charcoal, #181818);
    text-align: center;
    font-family: "Inter-Bold";
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.064px;
    text-transform: uppercase;
  }

  .customer-care-container {
    margin-top: 80px;
    gap: 0px;
  }

  .quick-links-footer-tablet > a {
    box-shadow: inset 0 0 0 2000px rgba(30, 27, 29, 0.639);
    width: 390px;
    height: 505px;
    background-size: cover;
    display: flex;
    padding: 40px;
  }

  .quick-links-footer-tablet > a > h2 {
    color: var(--Primary-Gold, #F2D856);
    /* Desktop/H2 */
    font-size: 64px;
    font-style: normal;
    line-height: 68px;
    /* 106.25% */
    letter-spacing: 0.64px;
    text-transform: uppercase;
  }

  .quick-links-footer-tablet > a > button {
    padding: 15.231px 20.309px;
    gap: 8.462px;
    color: #181818;
    text-align: center;
    font-family: "Inter";
    font-size: 15.231px;
    line-height: normal;
    letter-spacing: 0.061px;
    text-transform: uppercase;
  }

  .hero-section {
    margin-top:  120px;
  }

  .desktop-break {
    display: block;
  }

  .timeline-troche {
    margin-top: -23px;
    margin-bottom: 0px;
    margin-left: 200px;
  }

  .timeline-card-container {
    flex-direction: row;
  }

  .timeline-card:nth-of-type(2n) {
    margin: 0px;
  }

  .timeline-card:nth-of-type(2n + 1) {
    margin: 0px;
  }

  .timeline-section > div {
    width: 1280px;
  }

  .timeline-troche {
    margin: 0px;
  }

  .desktop-break {
    display: none;
  }

  .mobile-timeline-arrow {
    display: none;
  }

  .prescription-choice-container > div {
    padding: 0px;
  }


  .prescription-choice-container > div > div > h2 {
    width: 400px;
    font-size: 62px;
    line-height: 68px;
  }

  .prescription-card-troche {
    top: -12%;
    right: 0;
    left: 2%;
  }

  .prescription-card-troche > img {
    display: none;
    min-width: 800px;
  }

  .prescription-swipe-tablet {
    min-width: 94.002px;
    min-height: 94.002px;
  }

  .prescription-swipe-tablet:first-of-type {
    top: 42%;
    left: -60px;
  }

  .prescription-swipe-tablet:last-of-type {
    top: 42%;
    right: -60px;
  }

  .a-combination-that-works {
    font-size: 28px;
    font-style: normal;
    line-height: 40px;
    margin-top: 15px;
  }


  .video-card-container > div {
    justify-content: space-around;
  }

  .video-card-container > div > div {
    width: 522px;
  }
}

.hover\:text-teal:hover {
  --tw-text-opacity: 1;
  color: rgb(50 201 183 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

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

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

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

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

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

  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

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

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

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

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

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

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

  .md\:p-6 {
    padding: 24px;
  }

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

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

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:text-\[75px\] {
    font-size: 75px;
  }

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

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

@media (min-width: 1280px) {
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:min-w-auto {
    min-width: auto;
  }

  .lg\:min-w-\[max-content\] {
    min-width: -moz-max-content;
    min-width: max-content;
  }

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

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

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

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

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

  .lg\:gap-\[12px\] {
    gap: 12px;
  }

  .lg\:gap-\[24px\] {
    gap: 24px;
  }

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

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

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

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

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

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }
}

@media only screen and (min-width: 2040px) {
  .desktop-hidden {
    display: none;
  }
}