*, ::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.13 | 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: Helvetica, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

.ms-\[8px\] {
  margin-inline-start: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.\!h-\[24px\] {
  height: 24px !important;
}

.h-44 {
  height: 11rem;
}

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

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

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

.\!w-\[20px\] {
  width: 20px !important;
}

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

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

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

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

.w-\[44\.35px\] {
  width: 44.35px;
}

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

.w-full {
  width: 100%;
}

.\!max-w-\[1109px\] {
  max-width: 1109px !important;
}

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

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

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

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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

.gap-16 {
  gap: 4rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

.border-\[1\.32px\] {
  border-width: 1.32px;
}

.border-y-\[1\.32px\] {
  border-top-width: 1.32px;
  border-bottom-width: 1.32px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#2D394C1A\] {
  border-color: #2D394C1A;
}

.bg-\[\#FFF096\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 150 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 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-comment {
  background-image: linear-gradient(180deg, #E7F8FF -1.57%, #FFFFFF 70.89%);
}

.bg-presentation {
  background-image: linear-gradient(94deg, rgba(231,248,255,1) 0%, rgba(209,232,246,1) 90%);
}

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

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

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

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

.pt-\[0\.25rem\] {
  padding-top: 0.25rem;
}

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

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

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

.font-myriadpro {
  font-family: myriad-pro;
}

.font-sans {
  font-family: Helvetica, Arial, sans-serif;
}

.text-\[15\.84px\] {
  font-size: 15.84px;
}

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

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

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

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

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

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-4 {
  line-height: 1rem;
}

.leading-\[19\.2px\] {
  line-height: 19.2px;
}

.leading-\[20\.4px\] {
  line-height: 20.4px;
}

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

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

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

.text-\[\#1D1D1F\] {
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity));
}

.text-\[\#385898\] {
  --tw-text-opacity: 1;
  color: rgb(56 88 152 / var(--tw-text-opacity));
}

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

.underline-offset-1 {
  text-underline-offset: 1px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow-comment {
  --tw-shadow: 0px 4px 4px 0px #00000026;
  --tw-shadow-colored: 0px 4px 4px 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-vxl {
  --tw-shadow: 4px 14px 24px 0px #00000026;;
  --tw-shadow-colored: 4px 14px 24px 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);
}

.outline {
  outline-style: solid;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

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

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

@font-face {
  font-family: 'Be Vietnam';

  src: url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/BeVietnam-ExtraBold.eot?v=1700150857');

  src: url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/BeVietnam-ExtraBold.eot?v=1700150857?#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/BeVietnam-ExtraBold.woff2?v=1700150857') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/BeVietnam-ExtraBold.woff?v=1700150857') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/BeVietnam-ExtraBold.ttf?v=1700150857') format('truetype');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Be Vietnam';

  src: url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/BeVietnam-ExtraBoldItalic.eot?v=1700150857');

  src: url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/BeVietnam-ExtraBoldItalic.eot?v=1700150857?#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/BeVietnam-ExtraBoldItalic.woff2?v=1700150857') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/BeVietnam-ExtraBoldItalic.woff?v=1700150857') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/BeVietnam-ExtraBoldItalic.ttf?v=1700150857') format('truetype');

  font-weight: bold;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: 'Oranges';

  src: url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/Oranges.eot?v=1700152075');

  src: url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/Oranges.eot?v=1700152075?#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/Oranges.woff2?v=1700150857') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/Oranges.woff?v=1700152074') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/Oranges.ttf?v=1700150857') format('truetype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'GT Eesti Pro Display';

  src: url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/GTEestiProDisplay-Bold.eot?v=1700150857');

  src: url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/GTEestiProDisplay-Bold.eot?v=1700150857?#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/GTEestiProDisplay-Bold.woff2?v=1700150857') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/GTEestiProDisplay-Bold.woff?v=1700150857') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/GTEestiProDisplay-Bold.ttf?v=1700150857') format('truetype');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'GT Eesti Pro Display';

  src: url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/GTEestiProDisplay-BoldItalic.eot?v=1700150857');

  src: url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/GTEestiProDisplay-BoldItalic.eot?v=1700150857?#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/GTEestiProDisplay-BoldItalic.woff2?v=1700150857') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/GTEestiProDisplay-BoldItalic.woff?v=1700150857') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0615/0265/2571/files/GTEestiProDisplay-BoldItalic.ttf?v=1700150858') format('truetype');

  font-weight: 700;

  font-style: italic;

  font-display: swap;
}

/****** Global CSS *******/

* {
  margin: 0;
  padding: 0;
}

html,
  body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "myriad-pro", sans-serif;
  letter-spacing: 0;
}

p,
  a,
  label,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  ul {
  padding: 0;
  margin: 0;
}

img {
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

p {
  color: #1d1d1f;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 26px;
}

/****** Custom Global CSS ******/

.wrap {
  margin: 0 auto;
}

.f-family-myriadpro {
  font-family: "myriad-pro", sans-serif !important;
}

.f-family-neuehaasgroteskdisplay {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

.f-family-inter {
  font-family: "Inter", sans-serif;
}

.f-family-lora {
  font-family: "Lora", sans-serif;
}

.f-family-worksans {
  font-family: "Work Sans", sans-serif;
}

.f-family-bevietnam {
  font-family: "Be Vietnam", sans-serif;
}

.f-family-orange {
  font-family: "Oranges", sans-serif;
}

.f-family-gteestiprodisplay {
  font-family: "GT Eesti Pro Display", sans-serif;
}

.f-color-black {
  color: #000000;
}

.f-color-black2 {
  color: #332e2c;
}

.f-color-black3 {
  color: #281c17;
}

.f-color-black4 {
  color: #002c1e;
}

.f-color-darkgray {
  color: #1d1d1f;
}

.f-color-gray {
  color: rgba(0, 0, 0, 0.5);
}

.f-color-gray2 {
  color: rgba(0, 0, 0, 0.7);
}

.f-color-gray3 {
  color: #636464;
}

.f-color-white {
  color: #fff;
}

.f-color-red {
  color: #d23737;
}

.f-color-orange {
  color: #be5b00;
}

.f-color-blue {
  color: #142c72;
}

.f-color-blue2 {
  color: #0056bd;
}

.f-gradient-blue {
  background: -webkit-linear-gradient(#1165a7, #123a79);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.f-weight-400 {
  font-weight: 400;
}

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

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

.f-weight-700 {
  font-weight: 700 !important;
}

.f-weight-800 {
  font-weight: 800;
}

.f-weight-900 {
  font-weight: 900;
}

.f-46-36 {
  font-size: 46px;
}

.f-44-36 {
  font-size: 44px;
}

.f-42-34 {
  font-size: 42px;
}

.f-29-23 {
  font-size: 29px;
}

.f-28-26 {
  font-size: 28px;
}

.f-26-24 {
  font-size: 26px;
}

.f-24-20 {
  font-size: 24px;
}

.f-22-20 {
  font-size: 22px;
}

.f-20-22 {
  font-size: 20px;
}

.f-20-18 {
  font-size: 20px;
}

.f-19-18 {
  font-size: 19px;
}

.f-55 {
  font-size: 55px;
}

.f-40 {
  font-size: 40px;
}

.f-28 {
  font-size: 28px;
}

.f-24 {
  font-size: 24px;
}

.f-22 {
  font-size: 22px;
}

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

.f-18 {
  font-size: 18px;
}

.f-17 {
  font-size: 17px;
}

.f-16 {
  font-size: 16px;
}

.f-15 {
  font-size: 15px;
}

.f-14 {
  font-size: 14px;
}

.f-12 {
  font-size: 12px;
}

.l-spacing-1 {
  letter-spacing: -0.24px;
}

.l-spacing-2 {
  letter-spacing: -0.36px;
}

.l-spacing-3 {
  letter-spacing: -0.54px;
}

.l-spacing-4 {
  letter-spacing: -0.66px;
}

.l-spacing-5 {
  letter-spacing: -0.18px;
}

.l-spacing-5-5 {
  letter-spacing: -0.16px;
}

.l-spacing-6 {
  letter-spacing: -1.2px;
}

.l-spacing-7 {
  letter-spacing: 0.28px;
}

.l-spacing-8 {
  letter-spacing: 0.18px;
}

.l-spacing-9 {
  letter-spacing: -0.4px;
}

.l-spacing-10 {
  letter-spacing: -0.46px;
}

.l-spacing-11 {
  letter-spacing: 0.84px;
}

.l-height-normal {
  line-height: normal;
}

.l-height-1 {
  line-height: 100%;
}

.l-height-2 {
  line-height: 140%;
}

.l-height-3 {
  line-height: 130%;
}

.l-height-4 {
  line-height: 105%;
}

.l-height-5 {
  line-height: 115%;
}

.l-height-6 {
  line-height: 85%;
}

.l-height-7 {
  line-height: 111%;
}

.l-height-8 {
  line-height: 110%;
}

.l-height-9 {
  line-height: 95.8%;
}

.l-height-10 {
  line-height: 80%;
}

.l-height-11 {
  line-height: 200%;
}

.l-height-12 {
  line-height: 150%;
}

.l-height-40px {
  line-height: 40px;
}

.l-height-29px {
  line-height: 29px;
}

.l-height-24px {
  line-height: 24px;
}

.l-height-32-26 {
  line-height: 32px;
}

.f-style-italic {
  font-style: italic;
}

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

.t-nowrap {
  white-space: nowrap;
}

.t-transform-uppercase {
  text-transform: uppercase;
}

.t-transform-lowercase {
  text-transform: lowercase;
}

.t-transform-capitalize {
  text-transform: capitalize;
}

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

.t-decoration-none {
  text-decoration: none;
}

.l-style-none {
  list-style: none;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.o-hidden {
  overflow: hidden;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

.d-block {
  display: block;
}

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

.d-none {
  display: none;
}

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

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

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

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

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

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

.f-wrap-wrap {
  flex-wrap: wrap;
}

.gap-40 {
  gap: 40px;
}

.gap-40-26 {
  gap: 40px;
}

.gap-32 {
  gap: 32px;
}

.gap-16 {
  gap: 16px;
}

.gap-16-8 {
  gap: 16px;
}

.gap-8 {
  gap: 8px;
}

.gap-6 {
  gap: 6px;
}

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

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

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

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

.ml-30px {
  margin-left: 30px;
}

.ml-20px {
  margin-left: 20px;
}

.mr-6px {
  margin-bottom: 6px;
}

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

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

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

.mb-47-57 {
  margin-bottom: 47px;
}

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

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

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

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

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

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

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

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

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

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

.p-24px {
  padding: 24px;
}

.p-16px {
  padding: 16px;
}

.px-32-16 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-16-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-64px {
  padding-left: 64px;
  padding-right: 64px;
}

.px-32px {
  padding-left: 32px;
  padding-right: 32px;
}

.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}

.py-24-16 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-32px {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-24px {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.py-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pt-40-32 {
  padding-top: 40px;
}

.pt-24-16 {
  padding-top: 24px;
}

.pt-40px {
  padding-top: 40px;
}

.pt-32px {
  padding-top: 32px;
}

.pt-24px {
  padding-top: 24px;
}

.pb-32px {
  padding-bottom: 32px;
}

.pb-16px {
  padding-bottom: 16px;
}

.pb-0 {
  padding-bottom: 0px;
}

.m-width-1040 {
  max-width: 1040px;
}

.m-width-1018 {
  max-width: 1018px;
}

.m-width-800 {
  max-width: 800px;
}

.m-width-743 {
  max-width: 743px;
}

.m-width-740 {
  max-width: 740px;
}

.m-width-700 {
  max-width: 700px;
}

.m-width-650 {
  max-width: 650px;
}

.m-width-545 {
  max-width: 545px;
}

.m-width-526 {
  max-width: 526px;
}

.m-width-512 {
  max-width: 512px;
}

.m-width-511 {
  max-width: 511px;
}

.m-width-428 {
  max-width: 428px;
}

.m-width-350 {
  max-width: 350px;
}

.m-width-335 {
  max-width: 335px;
}

.m-width-317 {
  max-width: 317px;
}

.m-width-294 {
  max-width: 294px;
}

.m-width-235 {
  max-width: 235px;
}

.m-width-225 {
  max-width: 225px;
}

.m-width-203 {
  max-width: 203px;
}

.m-width-50 {
  max-width: 50px;
}

.m-width-39 {
  max-width: 39px;
}

.m-width-20 {
  max-width: 20px;
}

.m-width-17 {
  max-width: 17px;
}

.w-100 {
  width: 100%;
}

.h-44 {
  height: 44px;
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-white-shadow {
  background: linear-gradient(0deg, #fff 0%, #fff 100%), #fff;
  box-shadow: 8px 10px 28px 0px rgba(0, 0, 0, 0.1),
	  131px 157px 82px 0px rgba(0, 0, 0, 0.01),
	  205px 245px 90px 0px rgba(0, 0, 0, 0);
}

.bg-color-gray {
  background-color: #f3f3f3;
}

.bg-color-yellow {
  background-color: #fff096;
}

.bg-color-lightblue {
  background-color: #e7f8ff;
}

.bg-gradient-blue {
  background: linear-gradient(
		279deg,
		rgba(24, 99, 167, 0.2) -36.46%,
		rgba(24, 99, 167, 0) 70.7%
	  ),
	  #e7f8ff;
}

.bg-gradient-blue2 {
  background: linear-gradient(0deg, #e7f8ff 0%, #e7f8ff 100%), #f0f5f2;
  background-blend-mode: color, normal;
}

.b-radius-6 {
  border-radius: 6px;
}

.opacity-half {
  opacity: 0.5;
}

/****** Product Section ******/

#products .col-item {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

#products .col-item .topribbon {
  display: block;
  max-width: 48%;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
}

#products .col-item .title {
  padding: 20px 16px 12px;
}

#products .col-item.item-2 .title {
  padding: 33px 32px 26px;
}

#products .col-item.item-1 .body-content .img {
  padding: 16px 0 0;
  margin-bottom: -5px;
}

#products .col-item.item-3 .body-content .img {
  padding: 16px 0 0;
}

#products .col-item.item-2 .price {
  margin-top: -25px;
}

#products .col-item.item-3 .price {
  margin-top: -43px;
}

#products .col-item.item-1 .body-content .details p {
  opacity: 0.5;
}

#products .col-item .cards img {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}

#products .col-item.item-1 .body-content .final-price {
  padding: 32px 0 20px;
}

#products .col-item.item-2 .body-content .final-price {
  padding: 16px 0 20px;
}

#products .col-item.item-3 .body-content .final-price {
  padding: 15px 0 20px;
}

#products .col-item .final-price .regular:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cf2049;
  transform: rotate(0);
  position: absolute;
  top: 50%;
  left: 0;
}

#faqs .faqitem .faqanswer .content p {
  color: #000;
  font-size: 20px;
  font-style: italic;
}

#faqs .faqitem .faqanswer .content p:nth-last-child(1) {
  margin-bottom: 0;
}

#faqs .faqitem .faqanswer:not(.fullanswer) .content .fulltext {
  display: none;
}

#faqs .faqtb {
  border-radius: 10px;
  border: 0.75px solid #142c72;
  padding: 32px 16px;
}

#faqs .faqtb .tbrow {
  border-bottom: 0.5px solid #142c72;
}

#faqs .faqtb .tbrow:nth-last-child(1) {
  border-bottom: 0 none;
}

#faqs .faqreadmore,
  #faqs .faqreadless {
  cursor: pointer;
}

.clinicalstudies > div {
  border-bottom: 1px solid rgba(128, 124, 116, 0.4);
}

.clinicalstudies ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-style: italic;
  font-weight: 400;
}

.clinicalstudies ul li .number {
  margin-right: 4px;
}

.clinicalstudies ul li .text {
  word-break: break-word;
}

/****** Popup Modal ******/

.popupmodal {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  font-size: 13px;
  display: none;
}

.popupmodal.active {
  visibility: visible;
  webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupmodal .popupmodal-wrap {
  max-width: 700px;
  width: calc(100% - 60px);
  max-height: 700px;
  height: auto;
  min-height: 40%;
  position: relative;
  background-color: #fff;
  padding: 50px;
  margin: auto 10px;
  box-shadow: 0px 0px 8px rgb(1 1 1 / 32%);
  border-radius: 5px;
}

.popupmodal .popupmodal-header {
  margin-bottom: 25px;
}

.popupmodal .popupmodal-title {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}

.popupmodal .popupmodal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.popupmodal .popupmodal-body {
  word-wrap: break-word;
  visibility: visible;
  overflow-y: scroll;
  max-height: 590px;
}

.popupmodal .popupmodal-body a:hover,
  .popupmodal .popupmodal-body a:visited {
  text-decoration: underline;
  color: blue;
}

.popupmodal .popupmodal-body ol {
  padding-left: 20px;
}

.presentationtime::before {
  width: 19px;
  height: 19px;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2 9.5C18.2 14.3049 14.3049 18.2 9.5 18.2C4.69512 18.2 0.8 14.3049 0.8 9.5C0.8 4.69512 4.69512 0.8 9.5 0.8C14.3049 0.8 18.2 4.69512 18.2 9.5Z' stroke='%23BE5B00' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 5V10.5L12.6667 12.3333' stroke='%23BE5B00' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.importanttext::after {
  content: "";
  background: url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-red-underline.png?v=1700069384")
	  no-repeat;
  width: 113px;
  height: 7px;
  display: block;
  margin: 0 auto;
}

.highlightyellowcircle {
  display: inline-block;
  padding: 12px 18px 12px 15px;
  z-index: 1;
}

.highlightyellowcircle::after {
  content: "";
  background: url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-vector-yellow.png?v=1700069384")
	  no-repeat;
  width: 226px;
  height: 49px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
}

.yellowrectangle {
  width: 150px;
  height: 8px;
  background-color: #fde054;
  display: block;
  margin-bottom: 10px;
}

.border-left-blue {
  border-left: 4px solid #0056bd;
  padding-left: 8px;
}

.rounded-box-white {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(7, 100, 118, 0.25);
}

.rounded-box-white2 {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(7, 100, 118, 0.25);
}

.list-icon-gift li::before {
  content: "";
  background: url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-gift-icon.png?v=1700069384")
	  no-repeat center;
  width: 100%;
  height: 50px;
  display: block;
  background-size: cover;
  max-width: 24px;
}

.testi-list .testi-item::after {
  content: "";
  background: url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-quote-icon.png?v=1700069384")
	  no-repeat;
  width: 100%;
  height: 47px;
  max-width: 55px;
  display: block;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background-size: cover;
}

.text-sup {
  color: #000;
  font-size: 10px;
  font-weight: 400;
  vertical-align: super;
}

.fullwidth #heading {
  display: none;
}

.fullwidth #vidcont,
  .fullwidth #vidcont2 {
  width: 100%;
  max-width: unset;
  background-color: #000000f2;
  top: 0;
  left: 0;
  align-items: center;
}

.fullwidth .m-width-800 {
  max-width: 100%;
}

/****** Small Mobile to Desktop View  *******/

@media (min-width: 576px) {
}

/****** Tablet to Desktop View *******/

@media (min-width: 768px) {
  .d-block-tb-dt {
    display: block;
  }

  .d-block-mb {
    display: none;
  }

  .d-none-tb-dt {
    display: none;
  }

  .m-width-186-tb-dt {
    max-width: 186px;
  }

  .m-width-206-tb-dt {
    max-width: 206px;
  }

  .d-flex-tb-dt {
    display: flex;
  }

  .a-items-start-tb-dt {
    align-items: flex-start;
  }

  .d-inline-block-tb-dt {
    display: inline-block;
  }

  .p-relative-tb-dt {
    position: relative;
  }

  .t-nowrap-tb-dt {
    white-space: nowrap;
  }

  .l-spacing-1-tb-dt {
    letter-spacing: -0.24px;
  }

  .l-spacing-2-tb-dt {
    letter-spacing: -0.36px;
  }

  .l-spacing-3-tb-dt {
    letter-spacing: -0.54px;
  }

  .l-spacing-9-tb-dt {
    letter-spacing: -0.4px;
  }

  .l-spacing-10-tb-dt {
    letter-spacing: -0.46px;
  }

  .l-height-normal-tb-dt {
    line-height: normal;
  }

  .mt-8px-tb-dt {
    margin-top: 8px;
  }

  .mb-64px-tb-dt {
    margin-bottom: 64px;
  }

  .mb-19px-tb-dt {
    margin-bottom: 19px;
  }

  .py-64px-tb-dt {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pt-24px-tb-dt {
    padding-top: 24px;
  }

  .pb-22px-tb-dt {
    padding-bottom: 22px;
  }

  .pl-16px-tb-dt {
    padding-left: 16px;
  }

  .drginaimg {
    max-width: 59.5px;
  }

  .drginasignatureimg {
    max-width: 100%;
  }

  /****** Hero Section ******/

  .herosection {
    background-image: url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-hero-bg.png?v=1700069526");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
  }

  #products {
    background-image: url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-cta-bg.png?v=1700069525");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #products .col-item {
    width: 33.33%;
    max-width: 318px;
  }

  #products .col-item.item-2 {
    max-width: 350px;
  }

  #faqs .faqitem {
    padding: 32px 40px;
  }

  #faqs .faqitem .title {
    max-width: 84px;
    width: 100%;
  }

  #faqs .faqtb .tbrow .tbcol.left {
    max-width: 146px;
    width: 100%;
  }

  #faqs .faqtb .tbrow .tbcol.right {
    max-width: calc(100% - 146px);
    width: 100%;
  }

  .clinicalstudies .colwrap .col {
    width: 50%;
  }

  .intro {
    background-image: url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-intro-bg1.png?v=1700069384"),
		url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-intro-bg2.png?v=1700069384"),
		url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-intro-bg3.png?v=1700069385");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left center, 100% 107px, center;
    background-size: auto, auto, cover;
  }

  .ninethydaybadge {
    max-width: 160px;
  }
}

/****** Custom Desktop View Based on Shopify *******/

@media (min-width: 951px) {
}

/****** Desktop View Only *******/

@media (min-width: 992px) {
}

/****** Tablet View Only *******/

@media (max-width: 991px) and (min-width: 768px) {
}

/****** Large Desktop View Only *******/

@media (min-width: 1440px) {
}

/****** Desktop to Mobile View *******/

@media (max-width: 1199px) {
}

/****** Tablet to Mobile View *******/

@media (max-width: 991px) {
}

/****** Custom Mobile View Based on Shopify Menu *******/

@media (max-width: 950px) {
}

/****** Mobile View Only *******/

@media (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 22px;
  }

  .d-block-tb-dt {
    display: none;
  }

  .d-block-mb {
    display: block;
  }

  .d-none-mb {
    display: none;
  }

  .d-flex-mb {
    display: flex;
  }

  .f-wrap-wrap-mb {
    flex-wrap: wrap;
  }

  .f-direction-column-reverse-mb {
    flex-direction: column-reverse;
  }

  .gap-40-26 {
    gap: 26px;
  }

  .gap-16-8 {
    gap: 8px;
  }

  .f-46-36 {
    font-size: 36px;
  }

  .f-44-36 {
    font-size: 36px;
  }

  .f-42-34 {
    font-size: 34px;
  }

  .f-29-23 {
    font-size: 23px;
  }

  .f-28-26 {
    font-size: 26px;
  }

  .f-26-24 {
    font-size: 24px;
  }

  .f-24-20 {
    font-size: 20px;
  }

  .f-22-20 {
    font-size: 20px;
  }

  .f-20-22 {
    font-size: 22px;
  }

  .f-20-18 {
    font-size: 18px;
  }

  .f-19-18 {
    font-size: 18px;
  }

  .l-spacing-1-mb {
    letter-spacing: -0.24px;
  }

  .l-spacing-2-mb {
    letter-spacing: -0.36px;
  }

  .l-spacing-3-mb {
    letter-spacing: -0.54px;
  }

  .l-spacing-9-mb {
    letter-spacing: -0.4px;
  }

  .l-height-11-mb {
    line-height: 200%;
  }

  .l-height-38px-mb {
    line-height: 38px;
  }

  .l-height-32-26 {
    line-height: 26px;
  }

  .t-nowrap-mb {
    white-space: nowrap;
  }

  .img-fluid {
    max-width: 100%;
  }

  .w-100-mb {
    width: 100%;
  }

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

  .mx-16px-mb {
    margin-left: 16px;
    margin-right: 16px;
  }

  .mb-47-57 {
    margin-bottom: 57px;
  }

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

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

  .py-24-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .px-32-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .px-16-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .pt-40-32 {
    padding-top: 32px;
  }

  .pt-24-16 {
    padding-top: 16px;
  }

  .pt-32px-mb {
    padding-top: 32px;
  }

  .pb-16px-mb {
    padding-bottom: 16px;
  }

  .drginaimg {
    max-width: 99px;
  }

  .drginasignatureimg {
    max-width: 202px;
  }

  .listitemwrap {
    margin-left: 11.5px;
    margin-right: 11.5px;
  }

  #products {
    background-image: url("https://cdn.shopify.com/s/files/1/0615/0265/2571/files/synvslfb-cta-bg-mb.png?v=1700069385");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #products .col-item {
    width: 100%;
  }

  #products .col-item.item-1 {
    order: 2;
  }

  #products .col-item.item-1,
	#products .col-item.item-3 {
    margin: 0 16px;
  }

  #faqs .faqitem {
    padding: 16px;
  }

  #faqs .faqitem .faqanswer .content p {
    font-size: 18px;
  }

  .intro {
    background: linear-gradient(
		  15deg,
		  rgba(118, 171, 220, 0.5) -12.89%,
		  rgba(118, 171, 220, 0) 53.98%
		),
		#e7f8ff;
  }

  .popupmodal .popupmodal-wrap {
    padding: 20px;
    margin: auto 10px;
  }

  .ninethydaybadge {
    max-width: 109px;
  }

  .highlightyellowcircle {
    padding: 5px 17px 5px 17px;
  }

  .highlightyellowcircle::after {
    width: 198px;
    height: 43px;
  }

  .testi-list .testi-item::after {
    bottom: -20px;
    right: 0px;
  }

  .bg-color-lightblue-mb {
    background-color: #e7f8ff;
  }
}

[hidden] {
  display: none !important;
}

.copyright p a:not(:first-child):before {
  content: "|";
  padding-right: 4px;
  padding-left: 0;
}

/****** Small Mobile View Only  *******/

@media (max-width: 575px) {
}

/* Add animation (fade in the popup) */

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.vidcont2 {
  max-width: 800px;
  width: 100%;
}

.d-none{
  display: none!important;
}

img{
  display: inline;
}

div{
  box-sizing: content-box;
}

html{
  line-height: normal;
}

@media (min-width: 768px) {
  .md\:m-auto {
    margin: auto;
  }

  .md\:\!my-\[30px\] {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:\!w-\[204\.8px\] {
    width: 204.8px !important;
  }

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

  .md\:w-\[204\.8px\] {
    width: 204.8px;
  }

  .md\:w-\[63\.36px\] {
    width: 63.36px;
  }

  .md\:max-w-\[838\.2px\] {
    max-width: 838.2px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:shadow-vxl {
    --tw-shadow: 4px 14px 24px 0px #00000026;;
    --tw-shadow-colored: 4px 14px 24px 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);
  }
}

/** CSS Added March 24 2025 - START **/
@keyframes bounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.redarrowdownmb { animation: bounceUpDown 800ms infinite ease-in-out; }
@media (max-width: 767px) {
  body:not(.dropped) .flowheight { height: 118px; overflow: hidden; }
  body.dropped .flowheight { height: 152px; overflow: hidden; }
  body:not(.dropped) .flowheight .fadeOutFlow { transition: all 1.25s ease-in-out; opacity: 0; margin-top: 200px; }
  body .flowheight .fadeInFlow { transition: all 1.25s ease-in-out; opacity: 1; margin-top: 0; }
  .scrolldowntoselect { margin-top: 120px; opacity: 0; }
}
/** CSS Added March 24 2025 - END **/