@charset "UTF-8";
/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
.secondary-menu-block .wrap .secondary-menu-container .secondary-menu-item, .secondary-menu-block, .negative-header .site-header .nav-menu .menu-item a, .negative-header .site-header, .nav-menu .menu-item a, .nav-menu .menu-item, div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .cta-button {
  transition: all 0.3s ease-in-out;
}

/* Colors
---------------------------------------------- */
/* Font Family
---------------------------------------------- */
/* Font Sizes
---------------------------------------------- */
/* Site Header
----------------------------------------------- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
*/
/* Grouping content
	========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
	========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
	========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

/* Box Sizing
--------------------------------------------- */
html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: calc(64px + var(--wp--custom--layout--padding) + 72px);
}
@media (min-width: 1201px) {
  html,
  body {
    scroll-padding-top: calc(90px + var(--wp--custom--layout--padding) + 72px);
  }
}

html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

p {
  margin-block-start: 20px;
  margin-block-end: 20px;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.site-inner {
  padding: 0;
  margin-top: 64px;
}
@media (min-width: 1201px) {
  .site-inner {
    margin-top: 90px;
  }
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
  .sidebar-content .content-area {
    display: grid;
    grid-template-columns: var(--wp--custom--layout--sidebar) minmax(0, 1fr);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--wp--custom--layout--block-gap-large);
  }
  .sidebar-content .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
    grid-column: 2;
    grid-row: 1;
  }
  .sidebar-content .sidebar-primary {
    float: none;
    width: 100%;
    grid-column: 1;
    grid-row: 1;
    border-right: 1px solid var(--wp--preset--color--grey);
    padding: 0 calc(var(--wp--custom--layout--padding) * 2) 0 var(--wp--custom--layout--padding);
  }
  .sidebar-content.archive.woocommerce .content-area,
  .sidebar-content.archive.woocommerce .site-main {
    max-width: unset;
  }
  .sidebar-content.archive.woocommerce .content-area .entry-content > *,
  .sidebar-content.archive.woocommerce .site-main .entry-content > * {
    max-width: unset;
  }
  .sidebar-content.archive.woocommerce .site-main {
    padding-top: var(--wp--custom--layout--padding);
  }
}
/* Alignfull
.alignfull,
.fullwidth,
.entry-content .fullwidth > *,
.block-area .fullwidth > * {
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding-left: var(--wp--custom--layout--padding);
	padding-right: var(--wp--custom--layout--padding);
}
*/
/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: var(--wp--style--block-gap);
}

body.content h2,
body.content h3,
body.content h4,
body.content h5,
body.content h6 {
  margin-block-end: var(--wp--custom--layout--padding);
}

.titulo{
	text-align:center;
}


.subtitle {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 500;
  line-height: var(--wp--custom--line-height--small);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--wp--preset--color--color-6);
}
@media (min-width: 1200px) {
  .subtitle {
    font-size: var(--wp--preset--font-size--extra-large);
  }
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption {
  max-width: 100%;
}

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--foreground);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}
.wp-element-button:hover, .wp-element-button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus {
  filter: brightness(85%);
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 10px 15px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 10px 15px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}

.cta-button {
  background-color: var(--wp--preset--color--color-4);
  color: var(--wp--preset--color--white);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--medium);
  border-radius: 30px;
  padding: 10px 30px;
  text-decoration: none;
}
.cta-button:hover {
  background-color: var(--wp--preset--color--color-1);
}

.stroke-button {
  display: flex;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 58px;
  border: 1px solid var(--wp--preset--color--color-1);
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--color-1);
  text-align: center;
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
}

.text-button-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.text-button-container .text-button {
  color: var(--wp--preset--color--color-1);
  text-align: right;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 700;
  line-height: 18px; /* 128.571% */
  text-transform: uppercase;
  text-decoration: none;
  flex-basis: 150px;
}
@media (min-width: 1200px) {
  .text-button-container .text-button {
    flex-basis: unset;
  }
}
.text-button-container .link-button {
  display: flex;
  width: 80px;
  height: 38px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 58px;
  background: var(--wp--preset--color--color-1);
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.text-button-container .link-button:hover {
  box-shadow: inset 80px 0 0 0 var(--wp--preset--color--color-6);
}
.text-button-container .link-button:after {
  content: "";
  position: absolute;
  display: flex;
  width: 80px;
  height: 38px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 58px;
  background-image: url(../icons/utility/link-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
}

.chevron-button {
  display: flex;
  width: auto;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 58px;
  background: var(--wp--preset--color--color-1);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: box-shadow 0.6s ease-in-out;
}
.chevron-button .chevron-right svg {
  fill: var(--wp--preset--color--white);
}
.chevron-button:hover {
  box-shadow: inset 300px 0 0 0 var(--wp--preset--color--color-6);
}

.plain-button {
  display: flex;
  width: auto;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 58px;
  background: var(--wp--preset--color--color-1);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  transition: box-shadow 0.6s ease-in-out;
}
.plain-button:hover {
  box-shadow: inset 300px 0 0 0 var(--wp--preset--color--color-6);
}

/* Form
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--foreground);
  border-radius: none;
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  padding: 9px 12px;
  width: 100%;
}

input[type=checkbox],
input[type=submit] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: var(--wp--preset--color--foreground);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--foreground);
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--preset--color--foreground);
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}

.wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--background);
}

.wp-block-search__button {
  flex-shrink: 0;
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 36px;
  height: 36px;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/* Group
--------------------------------------------- */
@media (min-width: 769px) {
  .has-background {
    padding: var(--wp--custom--layout--block-gap-xlarge) var(--wp--custom--layout--padding);
  }
  .has-background.alignfull {
    padding: var(--wp--custom--layout--block-gap-xlarge) var(--wp--custom--layout--padding);
  }
}

.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

/* Block Cover
--------------------------------------------- */
.wp-block-cover.alignfull .wp-block-cover__background,
.wp-block-cover.alignfull .wp-block-cover__gradient-background,
.wp-block-cover-image.alignfull .wp-block-cover__background,
.wp-block-cover-image.alignfull .wp-block-cover__gradient-background {
  max-width: none;
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--foreground);
}

.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--tiny);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-sublabel {
  font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}

div.wpforms-container-full input[type=date],
div.wpforms-container-full input[type=datetime],
div.wpforms-container-full input[type=datetime-local],
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=month],
div.wpforms-container-full input[type=number],
div.wpforms-container-full input[type=password],
div.wpforms-container-full input[type=range],
div.wpforms-container-full input[type=search],
div.wpforms-container-full input[type=tel],
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=time],
div.wpforms-container-full input[type=url],
div.wpforms-container-full input[type=week],
div.wpforms-container-full select,
div.wpforms-container-full textarea,
.wp-core-ui div.wpforms-container-full input[type=date],
.wp-core-ui div.wpforms-container-full input[type=datetime],
.wp-core-ui div.wpforms-container-full input[type=datetime-local],
.wp-core-ui div.wpforms-container-full input[type=email],
.wp-core-ui div.wpforms-container-full input[type=month],
.wp-core-ui div.wpforms-container-full input[type=number],
.wp-core-ui div.wpforms-container-full input[type=password],
.wp-core-ui div.wpforms-container-full input[type=range],
.wp-core-ui div.wpforms-container-full input[type=search],
.wp-core-ui div.wpforms-container-full input[type=tel],
.wp-core-ui div.wpforms-container-full input[type=text],
.wp-core-ui div.wpforms-container-full input[type=time],
.wp-core-ui div.wpforms-container-full input[type=url],
.wp-core-ui div.wpforms-container-full input[type=week],
.wp-core-ui div.wpforms-container-full select,
.wp-core-ui div.wpforms-container-full textarea {
  background-color: var(--wpforms-field-background-color);
  background-clip: padding-box;
  border-radius: 20px;
  color: var(--wpforms-field-text-color);
  border-width: 0;
  border-style: var(--wpforms-field-border-style);
  border-color: var(--wpforms-field-border-color);
  padding: 0 var(--wpforms-field-size-padding-h);
  font-size: var(--wpforms-field-size-font-size);
  line-height: 100%;
  box-shadow: none;
  transition: border 0.15s, box-shadow 0.15s;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: var(--wp--preset--color--color-4);
  color: var(--wp--preset--color--white);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--medium);
  border-radius: 30px;
  padding: 10px 30px;
  text-decoration: none;
}

div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full input[type=submit]:active,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-page-button:active,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.wp-core-ui div.wpforms-container-full input[type=submit]:active,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui div.wpforms-container-full button[type=submit]:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background-color: var(--wp--preset--color--color-1);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--medium);
  border-radius: 30px;
  padding: 10px 30px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .wpforms-container .wpforms-one-half,
  .wpforms-container .wpforms-three-sixths,
  .wpforms-container .wpforms-two-fourths {
    width: calc(50% - 10px);
    width: 100%;
    margin-left: 0 !important;
  }
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input + label {
  font-size: var(--wp--preset--font-size--min);
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li {
  align-items: center;
}

/* Breadcrumbs */

@media (min-width: 1200px) {
  .breadcrumbs-custom {
    margin-top: auto;
    margin-bottom: var(--wp--custom--layout--block-gap-x-4);
  }
}
.breadcrumbs-custom .bread,
.breadcrumbs-custom .bread span {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
  gap: 6px;
  margin-block: 3px;
}
@media (min-width: 1200px) {
  .breadcrumbs-custom .bread,
  .breadcrumbs-custom .bread span {
    align-items: center;
    gap: 0;
    justify-content: flex-start;
    overflow: hidden;
    margin-block: unset;
  }
}
.breadcrumbs-custom .bread .crumb,
.breadcrumbs-custom .bread span .crumb {
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 3px 8px;
}
@media (min-width: 1200px) {
  .breadcrumbs-custom .bread .crumb,
  .breadcrumbs-custom .bread span .crumb {
    flex-shrink: 0;
  }
}
.breadcrumbs-custom .bread .crumb a,
.breadcrumbs-custom .bread span .crumb a {
  color: var(--wp--preset--color--color-2);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
  text-decoration: none;
}
@media (min-width: 1200px) {
  .breadcrumbs-custom .bread .crumb a,
  .breadcrumbs-custom .bread span .crumb a {
    color: var(--wp--preset--color--white);
  }
}
.breadcrumbs-custom .bread .crumb a.breadcrumb-no-link,
.breadcrumbs-custom .bread span .crumb a.breadcrumb-no-link {
  cursor: default;
}
.breadcrumbs-custom .bread .crumb .crumb-sep svg,
.breadcrumbs-custom .bread span .crumb .crumb-sep svg {
  stroke: var(--wp--preset--color--color-2);
}
@media (min-width: 1200px) {
  .breadcrumbs-custom .bread .crumb .crumb-sep svg,
  .breadcrumbs-custom .bread span .crumb .crumb-sep svg {
    stroke: var(--wp--preset--color--white);
  }
}
.breadcrumbs-custom .bread .crumb:last-child a,
.breadcrumbs-custom .bread .crumb:last-child a span,
.breadcrumbs-custom .bread span .crumb:last-child a,
.breadcrumbs-custom .bread span .crumb:last-child a span {
  color: var(--wp--preset--color--color-1);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .breadcrumbs-custom .bread .crumb:last-child a,
  .breadcrumbs-custom .bread .crumb:last-child a span,
  .breadcrumbs-custom .bread span .crumb:last-child a,
  .breadcrumbs-custom .bread span .crumb:last-child a span {
    max-width: 250px;
  }
}
.breadcrumbs-custom .bread .crumb:last-child .crumb-sep svg,
.breadcrumbs-custom .bread span .crumb:last-child .crumb-sep svg {
  stroke: var(--wp--preset--color--color-1);
}
.breadcrumbs-custom .bread .crumb .crumb-sep,
.breadcrumbs-custom .bread span .crumb .crumb-sep {
  display: flex;
  height: 8px;
}
.breadcrumbs-custom .bread .crumb .crumb-sep svg,
.breadcrumbs-custom .bread span .crumb .crumb-sep svg {
  height: 8px;
  width: 4px;
}
/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 100vw;
  background-color: transparent;
  height: auto;
  max-height: 100vh;
  min-height: 64px;
  /*overflow: scroll;
  overscroll-behavior-y: contain;*/
	overflow: hidden;
}
@media (min-width: 1200px) {
  .site-header {
    height: 90px;
    min-height: 90px;
    padding: 0 var(--wp--custom--layout--padding);
    background-color: var(--wp--preset--color--color-3);
  }
}
.site-header .wrap {
  height: 100%;
  padding: 0;
}
@media (min-width: 1200px) {
  .site-header .wrap {
    display: flex;
    align-items: center;
    max-width: 1920px;
    padding: 0 var(--wp--custom--layout--padding);
  }
}
.site-header .wrap .title-area {
  max-width: calc(100% - 58px);
  background: var(--wp--preset--color--color-3);
  text-align: left;
  height: 64px;
}
@media (min-width: 1200px) {
  .site-header .wrap .title-area {
    float: left;
    width: 100%;
    max-width: 242px;
    max-width: 335px;
    text-align: left;
    margin-bottom: unset;
    background: unset;
    height: unset;
  }
}
.site-header .wrap .title-area .site-title {
  position: relative;
  z-index: 999;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 64px;
}
.site-header .wrap .title-area .site-title .header-logo-1 {
  margin: 0 24px 0 20px;
  display: block;
  width: 100%;
  height: 46px;
  max-width: 92px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.site-header .wrap .title-area .site-title .header-logo-2 {
  display: block;
  width: 100%;
  height: 20px;
  max-width: 200px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.site-header__toggles {
  position: absolute;
  background: var(--wp--preset--color--color-3);
  right: 0;
  top: 0;
  width: 58px;
  height: 64px;
  display: flex;
  align-items: center;
}
.site-header__toggles svg {
  fill: var(--wp--preset--color--color-1);
}
@media (min-width: 1201px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 1200px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

@media (min-width: 1201px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 44px;
  height: 44px;
  fill: var(--wp--preset--color--white);
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 1201px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 1200px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
@media (min-width: 1201px) {
  .nav-menu {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
  }
}
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--white);
  display: block;
  font-size: var(--wp--preset--font-size--large);
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .menu-item:hover > a {
  color: var(--wp--preset--color--foreground);
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: var(--wp--preset--color--foreground);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  display: none;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 1201px) {
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    color: var(--wp--preset--color--foreground);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--background);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 1200px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    background: transparent;
    border-top: 0;
    display: block;
    z-index: 9999;
    position: relative;
    max-width: 600px;
    padding: 8px 18px;
    height: 100%;
  }
  .nav-menu .menu-item.menu-home:after {
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    content: "";
    background: var(--wp--preset--color--white);
    bottom: 0;
    left: 20px;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
    display: none;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: block;
    margin-left: 30px;
    border-radius: 20px 0px 0px 20px;
    background: var(--Blue-60, #8696b0);
    width: calc(100% - 30px);
  }
  .nav-menu .sub-menu .menu-item a {
    text-transform: none;
    letter-spacing: 0;
    padding: 16px 44px 16px 20px;
  }
  .nav-menu .sub-menu .menu-item a:after {
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 16px;
    content: url(../icons/utility/chevron-right.svg);
    width: 24px;
    height: 24px;
  }
  .nav-menu .nav-primary {
    padding: var(--wp--custom--layout--padding) 0;
    border-radius: 20px;
    background: var(--Blue-80, #6d81a3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  }
}

/* Negative Header
---------------------------------------------------------------------------------------------------- */
.negative-header .site-header {
  background: transparent;
  box-shadow: unset;
}
.negative-header .site-header__logo {
  display: none;
}
.negative-header .site-header__negative-logo {
  display: block;
}
.negative-header .site-header__toggles svg {
  fill: var(--wp--preset--color--white);
}
.negative-header .site-header .nav-menu .menu-item a {
  color: var(--wp--preset--color--white);
}
.negative-header .site-header .nav-menu .menu-item:hover > a {
  color: var(--wp--preset--color--foreground);
}
.negative-header .site-header .nav-menu .menu-item.current-menu-item > a, .negative-header .site-header .nav-menu .menu-item.current-menu-ancestor > a {
  color: var(--wp--preset--color--foreground);
}
@media (max-width: 1200px) {
  .negative-header .site-header .nav-menu.active {
    background-color: var(--wp--preset--color--white);
  }
  .negative-header .site-header .nav-menu.active .menu-item a {
    color: var(--wp--preset--color--body);
  }
}
.negative-header .site-header.scrolled {
  background: var(--wp--preset--color--white);
  box-shadow: var(--wp--custom--box-shadow--2);
}
.negative-header .site-header.scrolled .site-header__logo {
  display: block;
}
.negative-header .site-header.scrolled .site-header__negative-logo {
  display: none;
}
.negative-header .site-header.scrolled .site-header__toggles svg {
  fill: var(--wp--preset--color--color-1);
}
.negative-header .site-header.scrolled .nav-menu .menu-item a {
  color: var(--wp--preset--color--color-1);
}
.negative-header .site-header.scrolled .nav-menu .menu-item:hover > a {
  color: var(--wp--preset--color--foreground);
}
.negative-header .site-header.scrolled .nav-menu .menu-item.current-menu-item > a, .negative-header .site-header.scrolled .nav-menu .menu-item.current-menu-ancestor > a {
  color: var(--wp--preset--color--foreground);
}
.negative-header .site-inner {
  margin-top: unset;
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--color-5);
  padding: 24px 0 40px;
  margin-top: 64px;
  box-shadow: var(--wp--custom--box-shadow--1);
}
@media (min-width: 1201px) {
  .archive-header {
    margin-top: 90px;
  }
}

.archive-header .wrap {
  max-width: var(--wp--custom--layout--wide);
}

.archive-header h1 {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Post Listing
--------------------------------------------- */
.archive .site-main {
  max-width: var(--wp--custom--layout--page);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .archive .site-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.post-summary {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  flex-basis: calc(33.33% - 20px);
  align-self: stretch;
  height: 500px;
  position: relative;
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--custom--color--border);
  border-radius: var(--wp--custom--border-radius--medium);
  box-shadow: var(--wp--custom--box-shadow--1);
}
@media (max-width: 1919px) {
  .post-summary {
    flex-basis: calc(50% - 20px);
    height: unset;
  }
}
@media (max-width: 767px) {
  .post-summary {
    flex-basis: 100%;
    height: unset;
  }
}
.post-summary__image {
  aspect-ratio: var(--wp--preset--aspect-ratio--16-9);
  max-width: 100%;
}
.post-summary__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--wp--custom--border-radius--medium);
}
.post-summary__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.post-summary__content > * {
  margin: 0;
}
.post-summary__content .post-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.post-summary__content .related-read-more {
  margin-top: auto;
  text-decoration: none;
  color: var(--wp--preset--color--color-1);
}
.post-summary .entry-category {
  font-size: var(--wp--preset--font-size--tiny);
}
.post-summary .entry-category a {
  text-decoration: none;
}
.post-summary__title {
  font-size: var(--wp--preset--font-size--large);
}
.post-summary__title a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.post-summary__title a:hover {
  color: var(--wp--preset--color--primary);
}

@media (min-width: 1920px) {
  .archive .post-summary:first-child {
    flex-basis: calc(66.66% - 10px);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
  }
  .archive .post-summary:first-child .post-summary__image {
    flex-basis: 386px;
    border-radius: 8px;
    aspect-ratio: 386/460;
    height: 460px;
    flex-shrink: 0;
  }
  .archive .post-summary:first-child .post-summary__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .archive .post-summary:first-child .post-summary__content {
    padding-top: calc(var(--wp--custom--layout--padding) / 2);
  }
  .archive .post-summary:first-child .post-summary__content .post-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .archive .post-summary:first-child .related-read-more {
    left: 436px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
}

/* Blog Archive */
.blog.archive .site-main,
.category.archive .site-main {
  padding: 0 var(--wp--custom--layout--padding);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--wp--custom--layout--block-gap);
  align-self: stretch;
  flex-wrap: wrap;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.site-inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .site-inner {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}

body:not(.full-width-content) .entry-content > *,
body:not(.full-width-content) .block-area > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--page);
}
body:not(.full-width-content) .entry-content > *.alignwide,
body:not(.full-width-content) .block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
body:not(.full-width-content) .entry-content > *.alignfull,
body:not(.full-width-content) .block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 767px) {
  body:not(.full-width-content) .entry-content > *.alignwide,
  body:not(.full-width-content) .block-area > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}

body.content .entry-content > *,
body.content .block-area > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--wide);
}

.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > p + p,
.block-area > p + p {
  margin-top: var(--wp--custom--layout--padding);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  width: 100vw;
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  padding: var(--wp--custom--layout--block-gap-x-5) var(--wp--custom--layout--padding) var(--wp--custom--layout--block-gap-x-4);
}
@media (min-width: 1200px) {
  .full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
    padding: var(--wp--custom--layout--block-gap-x-5) 0 var(--wp--custom--layout--block-gap-x-9);
  }
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: unset;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Single Post
--------------------------------------------- */
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.entry-header {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--padding);
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: var(--wp--custom--layout--padding);
}
.entry-header .entry-thumbnail {
  flex: 0 0 var(--wp--custom--layout--sidebar);
  align-self: stretch;
}
.entry-header .entry-thumbnail img {
  border-radius: var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0 0;
  object-fit: cover;
  height: 100%;
}
.entry-header .single-header-container {
  flex: 1 1 auto;
  padding: 0 var(--wp--custom--layout--padding) var(--wp--custom--layout--padding);
}
.entry-header .single-header-container .publish-date {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--color-2);
}
@media (min-width: 768px) {
  .entry-header {
    flex-direction: row;
    gap: var(--wp--custom--layout--block-gap);
    margin-bottom: var(--wp--custom--layout--block-gap-large);
  }
  .entry-header .entry-thumbnail img {
    border-radius: var(--wp--custom--border-radius--medium) 0 0 var(--wp--custom--border-radius--medium);
  }
  .entry-header .single-header-container {
    padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap-large) 0;
  }
}

.entry-footer {
  margin-top: 48px;
}

.block-area-after-post {
  margin: 32px 0;
}

/* Related Posts
--------------------------------------------- */
.related-posts-carousel-container {
  margin: calc(var(--wp--custom--layout--block-gap-large) * 2) calc(-1 * var(--wp--custom--layout--padding)) calc(var(--wp--custom--layout--block-gap-large) * -2);
  background: var(--wp--preset--gradient--gradient-2);
}
.related-posts-carousel-container .wrap {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding) var(--wp--custom--layout--block-gap-xlarge);
}
@media (min-width: 769px) {
  .related-posts-carousel-container .wrap {
    padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding) var(--wp--custom--layout--block-gap-xlarge);
  }
}
.related-posts-carousel-container .wrap .related-posts-title {
  font-size: var(--wp--preset--font-size--big);
  line-height: var(--wp--custom--line-height--small);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
  font-weight: 500;
  text-align: center;
  color: var(--wp--preset--color--color-1);
}
@media (min-width: 769px) {
  .related-posts-carousel-container .wrap .related-posts-title {
    margin-bottom: var(--wp--custom--layout--block-gap-xlarge);
  }
}
.related-posts-carousel-container .wrap .related-posts-swiper {
  padding: calc(var(--wp--custom--layout--padding) * 0.25);
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
}

/* Comments
--------------------------------------------- */
.entry-comments h2,
.entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 4px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  padding-top: 24px;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-300);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 24px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 32px;
  right: 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
  background-color: var(--wp--preset--color--color-3);
  color: var(--wp--preset--color--white);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .block-area-before-footer .wp-block-image {
    width: 104px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .block-area-before-footer .footer-contact-column {
    text-align: center;
  }
}

.site-footer {
  background: var(--wp--preset--color--color-3);
  font-size: var(--wp--preset--font-size--small);
  padding: var(--wp--custom--layout--padding);
  position: relative;
  text-align: center;
  color: var(--wp--preset--color--white);
  text-align: left;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #e5eaf0;
  color: var(--wp--preset--color--white);
  padding: 16px 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #393939;
}
@media (max-width: 1200px) {
  .site-footer {
    text-align: center;
    padding: 36px 16px 70px;
  }
}
@media (min-width: 1500px) {
  .site-footer {
    font-size: 14px;
  }
}
.site-footer .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  width: fit-content;
}
@media (max-width: 1200px) {
  .site-footer .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1320px) {
  .site-footer .footer-left {
    width: 100%;
    text-align: center;
  }
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: #393939;
}
.site-footer a:hover {
  color: #393939;
  text-decoration: underline;
}
.site-footer .footer-links a + a {
  margin-left: 12px;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-left p {
    margin: 0;
  }
  .site-footer .footer-left > *:last-child {
    margin-bottom: 0;
  }
  .site-footer .copyright,
  .site-footer .footer-links {
    display: inline-block;
    margin-right: 20px;
  }
  .site-footer .copyright {
    font-weight: 500;
    font-size: 14px;
  }
  .site-footer .backtotop {
    float: right;
  }
}

/* Footer Menu
----------------------------------------------------*/
.footer-right {
  flex-grow: 1;
}
.footer-right #footer-menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  gap: 18px;
}
@media (max-width: 1320px) {
  .footer-right #footer-menu {
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .footer-right #footer-menu {
    margin: 0;
    gap: 16px;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .footer-right #footer-menu .menu-item {
    width: 100%;
    text-align: center;
  }
}
.footer-right #footer-menu .menu-item:last-child {
  padding-right: 0;
}
.footer-right #footer-menu .menu-item:last-child:after {
  content: "";
}
.footer-right #footer-menu .menu-item a {
  color: #393939;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .footer-right #footer-menu .menu-item a {
    line-height: 2.5;
  }
}
.footer-right #footer-menu .menu-item a:hover {
  text-decoration: underline;
}

/* Blocks
--------------------------------------------- */
/**
 * Frontend styles for the TOC Block
 * Place this in /assets/css/toc-style.css
 */
@media (min-width: 992px) {
  .block-area-sidebar {
    position: sticky;
    top: calc(90px + var(--wp--custom--layout--padding));
  }
}

.theme-toc {
  padding: calc(var(--wp--custom--layout--padding) * 1.5);
  background: var(--wp--custom--color--neutral-100);
  border-radius: var(--wp--custom--border-radius--medium);
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  overflow-y: scroll;
  max-height: calc(100vh - 90px - 2rem);
  box-shadow: var(--wp--custom--box-shadow--2);
}

.theme-toc-title {
  color: var(--wp--preset--color--color-8);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  margin: 0 0 var(--wp--custom--layout--padding) 0;
}

.theme-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-toc-item {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.theme-toc-indent {
  margin-left: calc(var(--wp--custom--layout--padding) * 0.5);
  display: flex;
}
.theme-toc-indent::before {
  content: "—";
  margin-right: calc(var(--wp--custom--layout--padding) * 0.25);
}

.theme-toc-link {
  color: var(--wp--preset--color--body);
  text-decoration: none;
  display: block;
  padding: 0;
  transition: color 0.2s ease;
  display: -webkit-box; /* Flexbox para truncar texto */
  -webkit-line-clamp: 2; /* Muestra hasta dos líneas */
  -webkit-box-orient: vertical; /* Orientación vertical */
  overflow: hidden; /* Oculta el texto que se desborda */
  text-overflow: ellipsis; /* Añade los puntos suspensivos */
  position: relative; /* Para el tooltip */
  font-size: var(--wp--preset--font-size--tiny);
}

.theme-toc-link:hover {
  color: var(--wp--custom--color--link);
}

.theme-toc-link.toc-active {
  color: var(--wp--custom--color--link);
  font-weight: 500;
}

/* Overlay for Mobile Menu */
/* See footer.php */
.overlay-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  z-index: 998;
}

.overlay-hidden {
  display: none;
}

/* Sidebar */
/* Media query for mobile */
#sidebar-toggle {
  display: none;
}

@media (max-width: 991px) {
  .sidebar-toggle-container {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    width: 100%;
    position: sticky;
    top: 64px;
    background-color: var(--wp--preset--color--white);
    margin-bottom: var(--wp--custom--layout--padding);
  }
  #sidebar-toggle {
    display: block;
    background-color: var(--wp--preset--color--color-1);
    color: var(--wp--preset--color--white);
    font-size: var(--wp--preset--font-size--medium);
    border-radius: 30px;
    padding: 10px 30px;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
    display: flex;
    align-items: center;
  }
  #sidebar-toggle .filters-icon {
    content: "";
    width: 16px;
    height: 12px;
    display: inline-block;
    background: url(../icons/utility/filters-icon.svg) no-repeat center/cover;
    margin-left: 4px;
  }
  .sidebar-primary {
    width: 300px;
    transition: transform 0.3s ease;
    transform: translateX(-300px);
    padding: 10px;
    height: 100%;
    background: var(--wp--preset--gradient--gradient-2);
    display: none;
    overflow-y: auto;
  }
  .sidebar-primary.show {
    transform: translateX(0);
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 9999;
    display: block;
  }
}
/* Block Home Hero
----------------------------------------- */
.block-home-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  position: relative;
  overflow: hidden;
}
.block-home-hero:after {
  content: "";
  position: absolute;
  top: 140px;
  right: unset;
  width: 85%;
  aspect-ratio: 334/170;
  background-position: center right;
  overflow: visible;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 300px;
  max-width: 570px;
}
@media (min-width: 1200px) {
  .block-home-hero:after {
    top: var(--wp--custom--layout--block-gap-x-6);
    right: 49.375%;
    width: 50.625vw;
    height: 450px;
    aspect-ratio: unset;
    max-width: unset;
    max-height: unset;
  }
}
.block-home-hero .wrap {
  display: flex;
  flex-direction: column;
  padding-top: var(--wp--custom--layout--block-gap);
  padding-bottom: var(--wp--custom--layout--block-gap-x-5);
}
@media (min-width: 1920px) {
  .block-home-hero .wrap {
    height: 915px;
    padding-top: var(--wp--custom--layout--block-gap-x-6);
    padding-bottom: var(--wp--custom--layout--block-gap-x-8);
  }
}
.block-home-hero .wrap .top-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1;
}
.block-home-hero .wrap .top-section .left-content {
  margin: 0;
  max-width: 100%;
}
.block-home-hero .wrap .top-section .left-content .product-img {
  margin-top: 20px;
  width: 75%;
  height: auto;
}
@media (min-width: 1200px) {
  .block-home-hero .wrap .top-section .left-content {
    max-width: 456px;
  }
  .block-home-hero .wrap .top-section .left-content .product-img {
    margin-top: 20px;
    width: 456px;
    height: 474px;
  }
}
.block-home-hero .wrap .top-section .right-content {
  margin: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media (min-width: 1200px) {
  .block-home-hero .wrap .top-section .right-content {
    width: 455px;
  }
}
.block-home-hero .wrap .top-section .right-content h1 {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.block-home-hero .wrap .top-section .right-content .filmtec-img {
  width: 200px;
  height: auto;
  flex-shrink: 0;
  margin-top: var(--wp--custom--layout--block-gap-x-2);
}
@media (min-width: 1200px) {
  .block-home-hero .wrap .top-section .right-content .filmtec-img {
    width: 264px;
    height: 126px;
  }
}
.block-home-hero .wrap .top-section .right-content > * {
  margin: unset;
}
.block-home-hero .wrap .bottom-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-home-hero .wrap .bottom-section img.bottom-img {
  margin-top: var(--wp--custom--layout--block-gap-x-3);
  max-width: 746px;
  height: auto;
}
@media (max-width: 1199px) {
  .block-home-hero .wrap .bottom-section {
    height: 92px;
    justify-content: center;
  }
  .block-home-hero .wrap .bottom-section img.bottom-img {
    margin-left: 100%;
    max-width: unset;
    height: 100%;
    width: auto;
    margin-top: var(--wp--custom--layout--block-gap);
  }
}
.block-home-hero .wrap .stroke-button {
  margin: auto;
}

/* Block Home Section 1
----------------------------------------- */
.block-home-section-1 .wrap {
  padding: var(--wp--custom--layout--block-gap-x-4) 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .block-home-section-1 .wrap {
    padding: var(--wp--custom--layout--block-gap-x-8) var(--wp--custom--layout--padding);
    flex-direction: row;
    gap: var(--wp--custom--layout--block-gap-x-10);
  }
}
.block-home-section-1 .wrap .left-content {
  max-width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  align-self: stretch;
  width: 100%;
}
.block-home-section-1 .wrap .left-content .section-1-img {
  width: 42.29%;
  height: auto;
  flex-shrink: 0;
}
.block-home-section-1 .wrap .left-content h2 {
  margin-bottom: calc(var(--wp--custom--layout--block-gap) / 2);
}
@media (min-width: 1200px) {
  .block-home-section-1 .wrap .left-content {
    max-width: 50%;
  }
  .block-home-section-1 .wrap .left-content .section-1-img {
    width: 360px;
    height: 656px;
  }
}
.block-home-section-1 .wrap .right-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .block-home-section-1 .wrap .right-content {
    max-width: 648px;
  }
}
.block-home-section-1 .wrap .right-content .hovers-container {
  display: flex;
  padding: 12px 24px 36px 24px;
  margin: var(--wp--custom--layout--padding) auto var(--wp--custom--layout--block-gap-x-3);
  flex-direction: column;
  align-items: center;
  gap: var(--wp--custom--layout--block-gap-x-3);
  align-self: stretch;
  border-radius: 32px;
  background: var(--wp--preset--color--color-5);
  min-height: 212px;
  max-width: 600px;
}
@media (min-width: 1200px) {
  .block-home-section-1 .wrap .right-content .hovers-container {
    margin: var(--wp--custom--layout--padding) 0 var(--wp--custom--layout--block-gap-x-3) 0;
    max-width: none;
    min-height: 300px;
    padding: var(--wp--custom--layout--block-gap-x-2) var(--wp--custom--layout--block-gap-x-2) var(--wp--custom--layout--block-gap-x-3) var(--wp--custom--layout--block-gap-x-2);
    border-radius: 78px;
  }
}
.block-home-section-1 .wrap .right-content .hovers-container .hovers-selector-buttons {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  width: 100%;
}
@media (min-width: 600px) {
  .block-home-section-1 .wrap .right-content .hovers-container .hovers-selector-buttons {
    gap: var(--wp--custom--layout--block-gap);
  }
}
.block-home-section-1 .wrap .right-content .hovers-container .hovers-selector-buttons .hovers-selector-btn-wrapper {
  transition: all 0.3s ease-in-out;
  padding: 2px;
  border-radius: 16px;
  border: 2px solid transparent;
  background: var(--wp--preset--color--color-4);
  width: calc(25% - var(--wp--custom--layout--block-gap) / 3);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
@media (min-width: 1200px) {
  .block-home-section-1 .wrap .right-content .hovers-container .hovers-selector-buttons .hovers-selector-btn-wrapper {
    border-radius: 30px;
    padding: 4px;
    background: transparent;
  }
}
.block-home-section-1 .wrap .right-content .hovers-container .hovers-selector-buttons .hovers-selector-btn-wrapper .hovers-selector-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 30px;
  background: var(--wp--preset--color--color-4);
  padding: 6px;
  border: 0;
  transition: all 0.3s ease-in-out;
  height: auto;
}
@media (min-width: 1200px) {
  .block-home-section-1 .wrap .right-content .hovers-container .hovers-selector-buttons .hovers-selector-btn-wrapper .hovers-selector-btn {
    width: 130px;
    height: 130px;
    padding: unset;
  }
}
.block-home-section-1 .wrap .right-content .hovers-container .hovers-selector-buttons .hovers-selector-btn-wrapper .hovers-selector-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .block-home-section-1 .wrap .right-content .hovers-container .hovers-selector-buttons .hovers-selector-btn-wrapper .hovers-selector-btn img {
    width: 85px;
    height: 85px;
  }
}
.block-home-section-1 .wrap .right-content .hovers-container .hovers-selector-buttons .hovers-selector-btn-wrapper:hover {
  border: 2px solid var(--wp--preset--color--color-1);
}
.block-home-section-1 .wrap .right-content .hovers-container .hovers-content-container {
  display: flex;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  align-self: stretch;
  text-align: left;
  width: 100%;
}
.block-home-section-1 .wrap .right-content .hovers-container .hovers-content-container .hovers-content-default {
  padding: 0px 18px;
  color: var(--wp--preset--color--color-1);
  font-size: var(--wp--preset--font-size--medium);
  font-style: italic;
  font-weight: 400;
  margin: 0;
}
.block-home-section-1 .wrap .right-content .hovers-container .hovers-content-container .hovers-content {
  margin: 0;
  display: flex;
  padding: 0px 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
.block-home-section-1 .wrap .right-content .hovers-container .hovers-content-container .hovers-content > * {
  margin: 0;
}
.block-home-section-1 .wrap .right-content .hovers-container .hovers-content-container .hovers-title {
  text-transform: uppercase;
  font-family: "Avenir Next Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 27.6px */
  letter-spacing: 0.2px;
}

/* Block Home Section 2
----------------------------------------- */
.block-home-section-2 {
  padding: var(--wp--custom--layout--block-gap-x-4) 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
  background-color: var(--wp--preset--color--color-5);
  margin: 0 -20px;
}
@media (min-width: 1200px) {
  .block-home-section-2 {
    padding: var(--wp--custom--layout--block-gap-x-8) var(--wp--custom--layout--padding);
    margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  }
}
.block-home-section-2 .wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .block-home-section-2 .wrap {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}
@media (max-width: 1199px) {
  .block-home-section-2 h2 {
    margin-top: 0;
  }
}
.block-home-section-2 .content {
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .block-home-section-2 .content {
    letter-spacing: 0.2px;
  }
}
.block-home-section-2 .content-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 1200px) {
  .block-home-section-2 .content-container {
    flex-direction: row;
  }
}
.block-home-section-2 .content-container .left-content {
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .block-home-section-2 .content-container .left-content {
    flex: 0 0 50%;
    padding-left: calc(50vw - var(--wp--custom--layout--wide) / 2 - 16px);
    max-width: 100%;
    margin: unset;
  }
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 78px;
  background: var(--wp--preset--color--color-5);
  margin-bottom: var(--wp--custom--layout--block-gap-x-4);
}
@media (min-width: 1200px) {
  .block-home-section-2 .content-container .left-content .hovers-vertical-container {
    gap: var(--wp--custom--layout--block-gap-x-5);
    margin-bottom: unset;
  }
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-selector-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--wp--custom--layout--block-gap-x-2);
  align-self: stretch;
  background: var(--wp--preset--color--color-4);
  border-radius: 38px;
}
@media (min-width: 1200px) {
  .block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-selector-buttons {
    border-radius: 30px;
  }
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-selector-buttons .hovers-vertical-selector-btn-wrapper {
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100px;
  height: 100px;
}
@media (min-width: 1200px) {
  .block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-selector-buttons .hovers-vertical-selector-btn-wrapper {
    width: 168px;
    height: 168px;
  }
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-selector-buttons .hovers-vertical-selector-btn-wrapper .hovers-vertical-selector-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: transparent;
  width: 100px;
  height: 100px;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-selector-buttons .hovers-vertical-selector-btn-wrapper .hovers-vertical-selector-btn {
    width: 168px;
    height: 168px;
  }
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-selector-buttons .hovers-vertical-selector-btn-wrapper .hovers-vertical-selector-btn img {
  width: 87px;
  height: 87px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-selector-buttons .hovers-vertical-selector-btn-wrapper .hovers-vertical-selector-btn img {
    width: 115px;
    height: 115px;
  }
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-selector-buttons .hovers-vertical-selector-btn-wrapper .hovers-vertical-selector-btn.default-button {
  opacity: 1;
  visibility: visible;
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-selector-buttons .hovers-vertical-selector-btn-wrapper .hovers-vertical-selector-btn.active-button {
  opacity: 0;
  visibility: hidden;
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-selector-buttons .hovers-vertical-selector-btn-wrapper.active .hovers-vertical-selector-btn.default-button {
  opacity: 0;
  visibility: hidden;
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-selector-buttons .hovers-vertical-selector-btn-wrapper.active .hovers-vertical-selector-btn.active-button {
  opacity: 1;
  visibility: visible;
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-content-container {
  display: flex;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  align-self: stretch;
  text-align: left;
  width: 100%;
  height: auto;
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-content-container .hovers-vertical-content {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  padding-right: var(--wp--custom--layout--block-gap);
}
@media (min-width: 1200px) {
  .block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-content-container .hovers-vertical-content {
    padding-right: var(--wp--custom--layout--block-gap-x-2);
  }
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-content-container .hovers-vertical-content.hovers-vertical-content--2 {
  margin-top: calc(100px + var(--wp--custom--layout--block-gap-x-2));
}
@media (min-width: 1200px) {
  .block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-content-container .hovers-vertical-content.hovers-vertical-content--2 {
    margin-top: calc(168px + var(--wp--custom--layout--block-gap-x-2));
  }
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-content-container .hovers-vertical-content.hovers-vertical-content--3 {
  margin-top: calc(2 * (100px + var(--wp--custom--layout--block-gap-x-2)));
}
@media (min-width: 1200px) {
  .block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-content-container .hovers-vertical-content.hovers-vertical-content--3 {
    margin-top: calc(2 * (168px + var(--wp--custom--layout--block-gap-x-2)));
  }
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-content-container .hovers-vertical-title {
  font-family: "Avenir Next Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 27.6px */
  letter-spacing: 0.2px;
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-content-container .hovers-vertical-text {
  min-height: 100px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-content-container .hovers-vertical-text p {
  margin: 0;
}
@media (min-width: 1200px) {
  .block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-content-container .hovers-vertical-text {
    min-height: 168px;
    font-size: 18px;
  }
  .block-home-section-2 .content-container .left-content .hovers-vertical-container .hovers-vertical-content-container .hovers-vertical-text p {
    margin: unset;
  }
}
.block-home-section-2 .content-container .right-content {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-x-5));
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--block-gap-x-5);
  align-items: flex-end;
  margin-bottom: 30px;
}
.block-home-section-2 .content-container .right-content .right-content-img {
  object-fit: cover;
  max-width: 78.88%;
}
.block-home-section-2 .content-container .right-content .right-content-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.block-home-section-2 .content-container .right-content .text-button-container {
  margin-top: auto;
  padding-right: calc(50vw - var(--wp--custom--layout--wide) / 2);
}
@media (min-width: 1200px) {
  .block-home-section-2 .content-container .right-content {
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    flex: 0 0 50%;
    margin-bottom: unset;
  }
  .block-home-section-2 .content-container .right-content .right-content-img {
    max-width: unset;
  }
}

:where(.editor-styles-wrapper) .block-home-section-2 .content-container .left-content {
  padding-left: 0;
}

/* Block Home Section 3
----------------------------------------- */
.block-home-section-3 {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--block-gap-x-2);
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  overflow: hidden;
}
@media (min-width: 1200px) {
  .block-home-section-3 {
    flex-direction: row;
    gap: var(--wp--custom--layout--block-gap-x-4);
  }
}
.block-home-section-3 .left-content {
  flex: 0 0 50%;
}
.block-home-section-3 .left-content .section-3-left-img {
  object-fit: cover;
  object-position: right;
  width: 72%;
  min-height: 387px;
  border-bottom-right-radius: 84px;
}
@media (min-width: 1200px) {
  .block-home-section-3 .left-content .section-3-left-img {
    width: 100%;
    height: 100%;
    min-height: unset;
    border-bottom-right-radius: 110px;
  }
}
.block-home-section-3 .right-content {
  padding: var(--wp--custom--layout--block-gap-x-2) var(--wp--custom--layout--padding) var(--wp--custom--layout--block-gap-large);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .block-home-section-3 .right-content {
    padding: var(--wp--custom--layout--block-gap-x-8) 0;
  }
}
.block-home-section-3 .right-content h2 {
  padding-right: calc(50vw - var(--wp--custom--layout--wide) / 2);
  margin: 0;
}
.block-home-section-3 .right-content .content {
  padding-right: calc(50vw - var(--wp--custom--layout--wide) / 2);
}
.block-home-section-3 .right-content .right-content-img {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .block-home-section-3 .right-content .right-content-img {
    max-width: 100%;
    margin: unset;
  }
}
.block-home-section-3 .right-content .right-content-img img {
  width: 80%;
  height: auto;
  float: right;
  margin-right: 32px;
  position: relative;
}
.block-home-section-3 .right-content .right-content-img:after {
  content: "";
  position: absolute;
  top: 37%;
  left: -62vw;
  height: 132px;
  aspect-ratio: 878/132;
  background-position: center left;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .block-home-section-3 .right-content .right-content-img:after {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .block-home-section-3 .right-content .right-content-img:after {
    left: -20vw;
    width: 100vw;
    height: 290px;
  }
}
@media (min-width: 1920px) {
  .block-home-section-3 .right-content .right-content-img:after {
    top: 25%;
    left: -10vw;
  }
}
@media (min-width: 1200px) {
  .block-home-section-3 .right-content .right-content-img {
    margin-top: var(--wp--custom--layout--block-gap-x-8);
  }
  .block-home-section-3 .right-content .right-content-img img {
    width: 456px;
    height: 474px;
    float: right;
    margin-right: calc(50vw - var(--wp--custom--layout--wide) / 2 + var(--wp--custom--layout--block-gap-x-4));
    position: relative;
  }
}
.block-home-section-3 .right-content .text-button-container {
  margin-top: 48px;
  padding-right: calc(50vw - var(--wp--custom--layout--wide) / 2 + var(--wp--custom--layout--block-gap-x-4));
}
@media (min-width: 1200px) {
  .block-home-section-3 .right-content .text-button-container {
    margin-top: auto;
    padding-right: calc(50vw - var(--wp--custom--layout--wide) / 2 - 8px);
  }
}

/* Block Home Section 4
----------------------------------------- */
.block-home-section-4 {
  padding: var(--wp--custom--layout--block-gap-x-4) 0;
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  cursor: pointer;
}
@media (min-width: 1200px) {
  .block-home-section-4 {
    padding: var(--wp--custom--layout--block-gap-x-8) var(--wp--custom--layout--padding);
  }
}
.block-home-section-4 .home-section-3-cards .swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}
@media (min-width: 900px) {
  .block-home-section-4 .home-section-3-cards .swiper-wrapper {
    justify-content: center;
    box-sizing: border-box;
  }
}
.block-home-section-4 .home-section-3-cards .swiper-slide {
  width: auto; /* Allow slides to adjust their width automatically */
  flex-shrink: 0; /* Prevent shrinking */
  display: flex;
  aspect-ratio: 207/260;
  max-width: 208px !important;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  border-radius: 70px;
  background: var(--wp--preset--color--color-5);
  height: auto;
}
@media (min-width: 1200px) {
  .block-home-section-4 .home-section-3-cards .swiper-slide {
    max-width: 360px !important;
    aspect-ratio: 360/378;
    padding: 24px 18px;
  }
}
@media (max-width: 1199px) {
  .block-home-section-4 .home-section-3-cards .swiper-slide:first-child {
    margin-left: var(--wp--custom--layout--padding) !important;
  }
}
.block-home-section-4 .home-section-3-cards .swiper-slide:last-child {
  margin-right: 0 !important;
}
.block-home-section-4 .home-section-3-cards .swiper-slide img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .block-home-section-4 .home-section-3-cards .swiper-slide img {
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
  }
}
.block-home-section-4 .home-section-3-cards .swiper-slide .card-title {
  color: var(--wp--preset--color--color-1);
  text-align: center;
  font-family: "Avenir Next Condensed";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 27.6px */
  letter-spacing: 0.2px;
  min-height: 50px;
}
@media (min-width: 1200px) {
  .block-home-section-4 .home-section-3-cards .swiper-slide .card-title {
    font-size: 24px;
    min-height: 56px;
  }
}
.block-home-section-4 .home-section-3-cards .swiper-slide .card-content {
  text-align: center;
  padding: 0 6px;
  margin-top: 4px;
  font-size: 16px;
}
.block-home-section-4 .home-section-3-cards .swiper-slide .card-content p {
  margin: 0;
}
@media (min-width: 1200px) {
  .block-home-section-4 .home-section-3-cards .swiper-slide .card-content {
    padding: 0 24px;
    font-size: 18px;
    margin-top: 12px;
  }
}

/* Block Ingredients Table
----------------------------------------- */
.block-ingredients-table {
  margin-bottom: var(--wp--custom--layout--block-gap-x-5);
}
.block-ingredients-table .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .block-ingredients-table .wrap {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}
.block-ingredients-table .nutrition-container {
  border-radius: 26px;
  border: 3px solid var(--wp--preset--color--color-1);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  overflow: hidden;
}
@media (min-width: 1200px) {
  .block-ingredients-table .nutrition-container {
    border-radius: 66px;
  }
}
.block-ingredients-table .nutrition-header {
  display: flex;
  padding: 6px 4px;
  align-items: flex-end;
  align-self: stretch;
  font-weight: 500;
}
.block-ingredients-table .nutrition-header .nutrition-cell {
  padding: 12px 15px;
  flex: 1;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.block-ingredients-table .nutrition-header .nutrition-cell.nutrition-label {
  text-align: left;
  font-weight: 500;
  flex-basis: 11%;
}
@media (min-width: 1200px) {
  .block-ingredients-table .nutrition-header {
    padding: 24px 24px 6px 24px;
    align-items: flex-start;
  }
  .block-ingredients-table .nutrition-header .nutrition-cell {
    font-size: 18px;
  }
  .block-ingredients-table .nutrition-header .nutrition-cell.nutrition-label {
    text-align: left;
    font-weight: 500;
  }
}
.block-ingredients-table .nutrition-group {
  padding: 6px 4px;
}
@media (min-width: 1200px) {
  .block-ingredients-table .nutrition-group {
    padding: 6px 24px;
  }
}
.block-ingredients-table .nutrition-group:nth-child(odd) {
  background: rgba(255, 255, 255, 0.6);
}
.block-ingredients-table .nutrition-group:nth-child(even) {
  background: rgba(229, 234, 240, 0.5);
}
.block-ingredients-table .nutrition-group:last-child {
  padding-bottom: 24px;
}
.block-ingredients-table .nutrition-group .nutrition-row {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  backdrop-filter: blur(20px);
}
.block-ingredients-table .nutrition-group .nutrition-row .nutrition-cell {
  flex: 1;
  padding: 10px 6px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
}
@media (min-width: 1200px) {
  .block-ingredients-table .nutrition-group .nutrition-row .nutrition-cell {
    padding: 10px 12px;
  }
}
.block-ingredients-table .nutrition-group .nutrition-row .nutrition-cell.nutrition-label {
  text-align: left;
  font-weight: 800;
  font-size: 14px;
  line-height: 115%;
  flex-basis: 11%;
  padding-left: 14px;
}
.block-ingredients-table .nutrition-group .nutrition-row .nutrition-cell.nutrition-sublabel {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  flex-basis: 11%;
  padding-left: 30px;
}
.block-ingredients-table .nutrition-group .nutrition-row.subrow {
  padding-top: 6px;
}
.block-ingredients-table .nutrition-info-text {
  color: var(--wp--preset--color--color-1);
  text-align: left;
  margin: 18px 0;
  font-size: 14px;
}
.block-ingredients-table .nutrition-info-text p {
  margin: 0;
}
@media (min-width: 768px) {
  .block-ingredients-table .nutrition-info-text {
    font-size: 18px;
    text-align: center;
  }
}

/* Block Home Section 5
----------------------------------------- */
.block-home-section-5 {
  margin: var(--wp--custom--layout--block-gap-x-5) auto;
}
.block-home-section-5 .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .block-home-section-5 .wrap {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}
.block-home-section-5 .wrap .home-section-5__content {
  display: flex;
  flex-direction: column;
  padding: 20px 48px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 70px;
  gap: 12px;
  box-sizing: border-box;
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .block-home-section-5 .wrap .home-section-5__content {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .block-home-section-5 .wrap .home-section-5__content {
    padding: 33px 48px;
    gap: unset;
  }
}
.block-home-section-5 .wrap .home-section-5__text {
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--jumbo);
  line-height: 115%; /* 41.4px */
  letter-spacing: 0.2px;
}
.block-home-section-5.leaflet-product-page {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .block-home-section-5.leaflet-product-page {
    margin: var(--wp--custom--layout--block-gap-x-5) auto;
  }
}

.home .block-home-section-5 {
  margin: var(--wp--custom--layout--block-gap-x-5) auto var(--wp--custom--layout--block-gap-x-4);
}
@media (min-width: 1200px) {
  .home .block-home-section-5 {
    margin: var(--wp--custom--layout--block-gap-x-8) auto var(--wp--custom--layout--block-gap-x-8);
  }
}

/* Block Product CTA
----------------------------------------- */
.block-product-cta {
  margin: var(--wp--custom--layout--block-gap-x-5) auto var(--wp--custom--layout--block-gap-x-4);
}
@media (min-width: 1200px) {
  .block-product-cta {
    margin: var(--wp--custom--layout--block-gap-x-5) auto var(--wp--custom--layout--block-gap-x-8);
  }
}
.block-product-cta .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .block-product-cta .wrap {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}
.block-product-cta .wrap .product-cta {
  display: flex;
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  border: 3px solid var(--wp--preset--color--color-1);
  background: lightgray 0px -372.756px/100% 488.529% no-repeat;
}
@media (min-width: 768px) {
  .block-product-cta .wrap .product-cta {
    padding: 48px;
    flex-direction: row;
    border-radius: 70px;
  }
}
.block-product-cta .wrap .product-cta__left {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}
@media (min-width: 1200px) {
  .block-product-cta .wrap .product-cta__left {
    width: 36.17%;
  }
}
.block-product-cta .wrap .product-cta__left .title {
  color: var(--wp--preset--color--color-6);
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--jumbo);
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 0.2px;
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.block-product-cta .wrap .product-cta__left .content {
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  .block-product-cta .wrap .product-cta__left .content {
    padding-right: var(--wp--custom--layout--block-gap-x-5);
    letter-spacing: 0.2px;
  }
}
.block-product-cta .wrap .product-cta__left .buttons-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: var(--wp--custom--layout--block-gap-x-3);
  margin-bottom: 44px;
  width: 100%;
}
@media (min-width: 1200px) {
  .block-product-cta .wrap .product-cta__left .buttons-container {
    margin-bottom: unset;
    align-items: flex-start;
    width: unset;
  }
}
.block-product-cta .wrap .product-cta__right {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.block-product-cta .wrap .product-cta__right img {
  max-width: 100%;
  height: auto;
  width: auto;
}
@media (min-width: 1200px) {
  .block-product-cta .wrap .product-cta__right {
    width: 63.83%;
    justify-content: flex-end;
    max-height: 276px;
  }
  .block-product-cta .wrap .product-cta__right img {
    max-height: 276px;
  }
}

.home .block-product-cta {
  margin: var(--wp--custom--layout--block-gap-x-5) auto;
}

.home-map-block {
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  background: var(--Blue-10, #e5eaf0);
  padding: 60px 0;
}
@media (min-width: 1920px) {
  .home-map-block {
    padding: 100px 0;
  }
}
.home-map-block .wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (min-width: 1920px) {
  .home-map-block .wrap {
    flex-direction: row;
  }
}
.home-map-block .wrap .text-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 0 0;
  width: 100%;
  align-self: stretch;
}
@media (min-width: 1920px) {
  .home-map-block .wrap .text-column {
    width: 31%;
  }
}
.home-map-block .wrap .text-column .title {
  color: var(--Blue-100, #253069);
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--gigantic);
  font-weight: 400;
  line-height: 115%; /* 52.8px */
  letter-spacing: 0.2px;
  margin: 0 0 24px;
  max-width: 360px;
}
.home-map-block .wrap .text-column .text {
  color: var(--Blue-100, #253069);
  margin-bottom: var(--wp--custom--layout--block-gap-x-5);
}
.home-map-block .wrap .text-column .select-country-text {
  color: var(--Blue-40, #8696b0);
  font-weight: 500;
  line-height: 115%; /* 17.6px */
  letter-spacing: 3px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.home-map-block .wrap .text-column .buttons-wrapper {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  gap: 12px;
  align-self: stretch;
  flex-wrap: wrap;
}
.home-map-block .wrap .text-column .buttons-wrapper .home-map-btn-continent {
  display: flex;
  padding: 10px 36px;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: var(--Blue-100, #253069);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 17.6px */
  cursor: pointer;
}
.continent_selected{
	background: #B73D25 !important;
	pointer-events: none;
}
.continent{
	width: 100%;
}
.continent_disabled{
	display: none;
}

.home-map-block .wrap .text-column .buttons-wrapper .home-map-btn {
  display: flex;
  padding: 10px 36px;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: var(--Blue-100, #253069);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 17.6px */
  text-decoration: none;
}
.home-map-block .wrap .map-column {
  display: block;
  align-self: stretch;
  object-fit: cover;
}
.home-map-block .wrap .map-column object#mapSvg {
  width: 100%;
}
.home-map-block .wrap .map-column .map-img {
  object-fit: cover;
}

/* Block Top Hero
----------------------------------------- */
.block-top-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  position: relative;
  aspect-ratio: 1179/567;
	
}
@media (min-width: 1200px) {
  .block-top-hero {
    aspect-ratio: 1920/450;
  }
}
.block-top-hero .wrap {
  display: flex;
  flex-direction: column;
  
}
@media (min-width: 768px)  {
  .block-top-hero .wrap {
    padding-top: var(--wp--custom--layout--block-gap-x-4);
	  /*padding-top: 1.5%;*/
  }
}

@media (min-width: 1200px) {
  .block-top-hero .wrap {
    height: 100%;
  }
}

.block-top-hero .wrap .top-hero-title {
  margin: 0;
}
.block-top-hero .wrap .top-hero-icon {
  width: 114px;
  /*width: 300px !important;*/
  height: auto;
  /*margin-top: 70px;*/
  margin-top: auto;
}
.header-filmtec .wrap .top-hero-icon {
  /*width: 114px;*/
  width: 320px !important;
  height: auto;
  margin: auto 0;
}
@media (max-width: 767px) {
  .header-filmtec .wrap .top-hero-icon {
    width: 170px !important; /* o el valor que prefieras */
	margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .block-top-hero .wrap .top-hero-icon {
    width: 158px;
  }
}

body.pagina-ibsa-filmtec .block-top-hero .wrap .top-hero-icon {
  width: 260px !important;
  margin-top: 70px;
}


/* Block Essential Nutrient 1
----------------------------------------- */
.block-essential-nutrient-1 {
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  padding: var(--wp--custom--layout--block-gap-x-4) 0;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-1 {
    padding: var(--wp--custom--layout--block-gap-x-8) 0;
  }
}
.block-essential-nutrient-1 p {
  margin: var(--wp--custom--layout--block-gap) 0;
}
.block-essential-nutrient-1 p:last-child {
  margin-bottom: 0;
}
.block-essential-nutrient-1 h2 {
  margin-top: 0;
}
.block-essential-nutrient-1 .content {
  padding: 38px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: right;
  gap: var(--wp--custom--layout--block-gap-x-2);
}
.block-essential-nutrient-1 .content .left-image {
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-1 .content {
    flex-direction: row;
  }
  .block-essential-nutrient-1 .content .left-image {
    min-width: 360px;
    width: unset;
    margin: unset;
  }
}

/* Block Essential Nutrient 2
----------------------------------------- */
.block-essential-nutrient-2 {
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  padding: var(--wp--custom--layout--block-gap-x-4) 0;
  background-color: var(--wp--preset--color--color-5);
}
@media (min-width: 1200px) {
  .block-essential-nutrient-2 {
    margin: 0 calc(-1 * var(--wp--custom--layout--padding)) var(--wp--custom--layout--block-gap-x-3);
    padding: var(--wp--custom--layout--block-gap-x-8) 0;
  }
}
.block-essential-nutrient-2 p {
  margin: var(--wp--custom--layout--block-gap) 0;
}
.block-essential-nutrient-2 p:last-child {
  margin-bottom: 0;
}
.block-essential-nutrient-2 .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-2 .wrap {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}
.block-essential-nutrient-2 .section-title {
  text-align: center;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
@media (min-width: 1200px) {
  .block-essential-nutrient-2 .section-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-essential-nutrient-2 .section-title h2 {
  margin: 0 0 var(--wp--custom--layout--block-gap-x-2);
}
.block-essential-nutrient-2 .section-title .subtitle {
  margin: var(--wp--custom--layout--block-gap-x-2) 0 var(--wp--custom--layout--block-gap);
}
.block-essential-nutrient-2 .essential-nutrient-2-cards {
  margin: var(--wp--custom--layout--block-gap-x-2) 0 var(--wp--custom--layout--block-gap-x-2) var(--wp--custom--layout--padding);
}
@media (min-width: 1200px) {
  .block-essential-nutrient-2 .essential-nutrient-2-cards {
    margin: var(--wp--custom--layout--block-gap-x-5) 0;
  }
}
.block-essential-nutrient-2 .essential-nutrient-2-cards .swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}
.block-essential-nutrient-2 .essential-nutrient-2-cards .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.block-essential-nutrient-2 .essential-nutrient-2-cards .swiper-slide .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 240px;
  height: 100%;
  padding: 24px 16px;
  gap: 12px;
  border-radius: 70px;
  background: #F7D2E6;
  font-size: 16px;
}
.block-essential-nutrient-2 .essential-nutrient-2-cards .swiper-slide .card .card-benefit-img {
  width: 116px;
  height: auto;
}
.block-essential-nutrient-2 .essential-nutrient-2-cards .swiper-slide .card p {
  margin: 0;
  text-align: center;
  padding: 0 12px;

}
@media (min-width: 768px) {
  .block-essential-nutrient-2 .essential-nutrient-2-cards .swiper-slide .card {
    min-width: 264px;
    padding: 24px 18px;
    gap: 24px;
    font-size: 18px;
  }
}
.block-essential-nutrient-2 .text-button-container {
  margin-top: auto;
  margin-right: var(--wp--custom--layout--padding);
}
@media (min-width: 1200px) {
  .block-essential-nutrient-2 .text-button-container {
    margin-right: unset;
  }
}
.block-essential-nutrient-2.block-essential-nutrient-7 {
  margin-bottom: 0;
  padding-bottom: var(--wp--custom--layout--block-gap-x-5);
}
.block-essential-nutrient-2.block-essential-nutrient-7 .essential-nutrient-2-cards {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-2.block-essential-nutrient-7 .essential-nutrient-2-cards .swiper-slide .card {
    min-height: 300px;
  }
}
.block-essential-nutrient-2.block-essential-nutrient-7 .essential-nutrient-2-cards .swiper-slide .card .card-benefit-img {
  width: 120px;
  height: auto;
}

.block-essential-nutrient-2 .wrap .footer-text{
	padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
	padding-bottom: 60px;
}

/* Block Essential Nutrient 3
----------------------------------------- */
.block-essential-nutrient-3 {
  padding: var(--wp--custom--layout--block-gap-x-4) 0 0;
  margin-bottom: var(--wp--custom--layout--block-gap-x-5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-3 {
    padding: var(--wp--custom--layout--block-gap-x-5) 0 0;
    flex-direction: row;
  }
}
.block-essential-nutrient-3 p {
  margin: 0;
}
.block-essential-nutrient-3 p:last-child {
  margin-bottom: 0;
}
.block-essential-nutrient-3 .left-content {
  flex: 0 0 48.9362%;
  padding-left: calc(50vw - var(--wp--custom--layout--wide) / 2 - 16px);
}
.block-essential-nutrient-3 .left-content h2 {
  margin: 0 0 var(--wp--custom--layout--block-gap-x-2);
}
.block-essential-nutrient-3 .left-content .cards {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  align-items: stretch;
}
@media (min-width: 768px) {
  .block-essential-nutrient-3 .left-content .cards {
    gap: 24px;
  }
}
.block-essential-nutrient-3 .left-content .cards .card-1,
.block-essential-nutrient-3 .left-content .cards .card-2 {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 40px;
  flex: 1 0 0;
  height: auto;
}
@media (min-width: 768px) {
  .block-essential-nutrient-3 .left-content .cards .card-1,
  .block-essential-nutrient-3 .left-content .cards .card-2 {
    padding: 24px 18px;
    min-width: 264px;
    gap: 24px;
    border-radius: 80px;
  }
}
.block-essential-nutrient-3 .left-content .cards .card-1 .card-icon,
.block-essential-nutrient-3 .left-content .cards .card-2 .card-icon {
  width: 72px;
  height: 71px;
  object-fit: cover;
}
.block-essential-nutrient-3 .left-content .cards .card-1 .intro-text,
.block-essential-nutrient-3 .left-content .cards .card-2 .intro-text {
  color: var(--wp--preset--color--color-1);
  text-align: center;
  font-family: var(--wp--preset--font-family--headings);
  font-size: 20px;
  line-height: var(--wp--custom--line-height--small);
  letter-spacing: 0.2px;
  margin: 0;
}
.block-essential-nutrient-3 .left-content .cards .card-1 .content,
.block-essential-nutrient-3 .left-content .cards .card-2 .content {
  margin: 0;
  color: var(--wp--preset--color--color-1);
  text-align: center;
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--jumbo);
  line-height: var(--wp--custom--line-height--small);
  letter-spacing: -0.528px;
}
@media (min-width: 768px) {
  .block-essential-nutrient-3 .left-content .cards .card-1 .content,
  .block-essential-nutrient-3 .left-content .cards .card-2 .content {
    letter-spacing: 0.2px;
  }
}
.block-essential-nutrient-3 .left-content .cards .card-1 .content span,
.block-essential-nutrient-3 .left-content .cards .card-2 .content span {
  color: var(--wp--preset--color--color-1);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
  margin-bottom: calc(var(--wp--custom--layout--block-gap) / 2);
  letter-spacing: 0.2px;
  display: block;
}
.block-essential-nutrient-3 .left-content .cards .card-1 {
  border: 3px solid var(--wp--preset--color--color-1);
}
.block-essential-nutrient-3 .left-content .cards .card-2 {
  border: 3px solid var(--wp--preset--color--color-6);
}
.block-essential-nutrient-3 .right-content {
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  display: flex;
  flex-direction: column;
  object-fit: cover;
}
.block-essential-nutrient-3 .right-content .right-image {
  max-width: 83%;
  aspect-ratio: 310/182;
  align-self: flex-end;
  margin-top: 30px;
}
.block-essential-nutrient-3 .right-content .text-button-container {
  margin-top: 30px;
  padding-right: var(--wp--custom--layout--padding);
}
@media (min-width: 1200px) {
  .block-essential-nutrient-3 .right-content .right-image {
    margin-top: calc(-1 * var(--wp--custom--layout--block-gap-x-3));
    max-width: 100%;
    aspect-ratio: 978/524;
  }
  .block-essential-nutrient-3 .right-content .text-button-container {
    margin-top: auto;
    padding-right: calc(50vw - var(--wp--custom--layout--wide) / 2);
  }
}

/* Block Essential Nutrient 1
----------------------------------------- */
.block-essential-nutrient-4 {
  margin: var(--wp--custom--layout--block-gap-x-5) 0;
}
.block-essential-nutrient-4 p {
  margin: 0;
}
.block-essential-nutrient-4 p:last-child {
  margin-bottom: 0;
}
.block-essential-nutrient-4 .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-4 .wrap {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}
.block-essential-nutrient-4 .subtitle {
  text-align: center;
  margin-bottom: var(--wp--custom--layout--block-gap-x-3);
}
.block-essential-nutrient-4 .cards-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .block-essential-nutrient-4 .cards-container {
    gap: var(--wp--custom--layout--block-gap);
  }
}
@media (min-width: 1200px) {
  .block-essential-nutrient-4 .cards-container {
    /*flex-direction: row;*/
    gap: var(--wp--custom--layout--block-gap-x-2);
    max-width: 100%;
    margin: unset;
  }
}
.block-essential-nutrient-4 .cards-container .card {
  display: flex;
  padding: 24px 18px;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 40px;
  background: var(--wp--preset--color--color-5);
}
@media (min-width: 1200px) {
  .block-essential-nutrient-4 .cards-container .card {
    /*width: 48.9362%;*/
    min-height: 168px;
    gap: var(--wp--custom--layout--block-gap-x-2);
    border-radius: 60px;
  }
}
.block-essential-nutrient-4 .cards-container .card .card-benefit-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-4 .cards-container .card .card-benefit-img {
    width: 120px;
    height: 120px;
  }
}
.block-essential-nutrient-4 .cards-container .card .card-content-container {
  display: flex;
  padding: 0px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--wp--custom--layout--block-gap);
  flex: 1 0 0;
}
.block-essential-nutrient-4 .cards-container .card .card-content-container .card-title {
  color: var(--wp--preset--color--color-6);
  font-family: var(--wp--preset--font-family--headings);
  font-size: 24px;
  line-height: var(--wp--custom--line-height--small);
  letter-spacing: 0.2px;
}
.block-essential-nutrient-4 .cards-container .card .card-content-container .card-content {
  color: var(--wp--preset--color--color-1);
  letter-spacing: 0.2px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-4 .cards-container .card .card-content-container .card-content {
    font-size: 18px;
  }
}
.block-essential-nutrient-4 .text-button-container {
  	padding-top: 48px;
	padding-bottom: 65px; 
}

/* Block Essential Nutrient 1
----------------------------------------- */
.block-essential-nutrient-6 {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--block-gap-x-4);
  margin: 0 calc(-1 * var(--wp--custom--layout--padding)) var(--wp--custom--layout--block-gap-x-4);
  overflow: hidden;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-6 {
    flex-direction: row;
    gap: var(--wp--custom--layout--block-gap-x-2);
    margin: 0 calc(-1 * var(--wp--custom--layout--padding)) 0;
  }
}
.block-essential-nutrient-6 .left-content {
  flex: 0 0 50%;
}
@media (max-width: 1199px) {
  .block-essential-nutrient-6 .left-content .left-image {
    width: 72%;
    min-height: 387px;
    border-top-right-radius: 84px;
    object-fit: cover;
    object-position: right;
  }
}
.block-essential-nutrient-6 .right-content {
  padding-right: calc(50vw - var(--wp--custom--layout--wide) / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--wp--custom--layout--block-gap);
  align-self: stretch;
}
@media (max-width: 1199px) {
  .block-essential-nutrient-6 .right-content {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}
.block-essential-nutrient-6 .right-content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: var(--wp--custom--layout--block-gap-x-2);
  unicode-bidi: isolate;
}
.block-essential-nutrient-6 .right-content p {
  margin: 0;
}
.block-essential-nutrient-6 .right-content p:last-child {
  margin-bottom: 0;
}
.block-essential-nutrient-6 .right-content .text-button-container {
  margin-top: var(--wp--custom--layout--block-gap-x-3);
  align-self: flex-end;
}

/* Block Essential Nutrient 8
----------------------------------------- */
.block-essential-nutrient-8 {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  background-color: var(--wp--preset--color--color-5);
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
}
@media (min-width: 1200px) {
  .block-essential-nutrient-8 {
    flex-direction: row;
  }
}
.block-essential-nutrient-8 p {
  margin: 0;
}
.block-essential-nutrient-8 p:last-child {
  margin-bottom: 0;
}
.block-essential-nutrient-8 .left-content {
  flex: 0 0 48.9362%;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--block-gap-x-3);
}
@media (min-width: 1200px) {
  .block-essential-nutrient-8 .left-content {
    padding-left: calc(50vw - var(--wp--custom--layout--wide) / 2);
    padding-right: unset;
  }
}
.block-essential-nutrient-8 .left-content .subtitle {
  margin: 0 0 var(--wp--custom--layout--block-gap);
}
.block-essential-nutrient-8 .right-content {
  display: flex;
  flex-direction: column;
  object-fit: cover;
}
.block-essential-nutrient-8 .right-content .right-image {
  margin-top: var(--wp--custom--layout--block-gap-x-2);
  max-width: 78.88%;
  aspect-ratio: 310/182;
  align-self: flex-end;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-8 .right-content .right-image {
    margin-top: calc(-1 * var(--wp--custom--layout--block-gap-x-3));
    max-width: 100%;
    aspect-ratio: 978/524;
  }
}
.block-essential-nutrient-8 .right-content .text-button-container {
  margin-top: auto;
  padding-right: calc(50vw - var(--wp--custom--layout--wide) / 2);
}

/* Block Essential Nutrient 1
----------------------------------------- */
.block-essential-nutrient-9 {
  width: 100vw;
  background-color: var(--wp--preset--color--color-5);
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  padding: var(--wp--custom--layout--block-gap-x-4) 0 0;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-9 {
    padding: var(--wp--custom--layout--block-gap-x-5) 0 0;
  }
}
.block-essential-nutrient-9 p {
  margin: 0;
}
.block-essential-nutrient-9 p:last-child {
  margin-bottom: 0;
}
.block-essential-nutrient-9 .subtitle {
  margin: 0 0 var(--wp--custom--layout--block-gap);
}
.block-essential-nutrient-9 .slider {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  margin: var(--wp--custom--layout--block-gap-x-3) 0 var(--wp--custom--layout--block-gap-x-5);
}
@media (min-width: 1200px) {
  .block-essential-nutrient-9 .slider {
    flex-direction: row;
    margin: unset;
  }
}
.block-essential-nutrient-9 .slider .slider-content-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  text-align: right;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-9 .slider .slider-content-container {
    width: 48.9362%;
  }
}
.block-essential-nutrient-9 .slider .slider-content-container .slider-title {
  width: 100%;
  color: var(--wp--preset--color--color-6);
  margin: 0;
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--gigantic);
  font-style: normal;
  font-weight: 400;
  line-height: var(--wp--custom--line-height--medium);
  letter-spacing: -1.232px;
}
.block-essential-nutrient-9 .slider .slider-img {
  height: auto;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .block-essential-nutrient-9 .slider .slider-img {
    width: calc(51.0638% - 24px);
  }
}

/* Block Fiolmtec Section 1
----------------------------------------- */
.block-filmtec-section-1 {
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  padding: var(--wp--custom--layout--block-gap-x-4) 0;
}
@media (min-width: 1200px) {
  .block-filmtec-section-1 {
    padding: var(--wp--custom--layout--block-gap-x-8) 0;
  }
}
.block-filmtec-section-1 p {
  margin: var(--wp--custom--layout--block-gap) 0;
}
.block-filmtec-section-1 p:last-child {
  margin-bottom: 0;
}
.block-filmtec-section-1 p:first-child {
  margin-top: 0;
}
.block-filmtec-section-1 .wrap {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--block-gap-x-2);
}
.block-filmtec-section-1 .wrap .intro-text {
  text-align: center;
}
.block-filmtec-section-1 .wrap .bold-text {
  text-align: center;
  margin: 0 auto;
  color: var(--wp--preset--color--color-9);
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--gigantic);
  font-style: normal;
  font-weight: 400;
  line-height: var(--wp--custom--line-height--medium);
  letter-spacing: 0.2px;
}
@media (min-width: 1200px) {
  .block-filmtec-section-1 .wrap .bold-text {
    max-width: 55.5%;
  }
}
.block-filmtec-section-1 .wrap .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: var(--wp--custom--layout--block-gap-x-2);
}
.block-filmtec-section-1 .wrap .content .left-image {
  min-width: 100%;
}
.block-filmtec-section-1 .wrap .content .left-image img {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .block-filmtec-section-1 .wrap .content .left-image img {
    margin: 0;
  }
}
.block-filmtec-section-1 .wrap .content .right-content .title {
  margin: 0 0 var(--wp--custom--layout--block-gap-x-2);
  letter-spacing: -0.704px;
}
@media (min-width: 1200px) {
  .block-filmtec-section-1 .wrap .content .right-content .title {
    letter-spacing: -1.232px;
  }
}
@media (min-width: 1200px) {
  .block-filmtec-section-1 .wrap .content {
    flex-direction: row;
    gap: var(--wp--custom--layout--block-gap-x-3);
  }
  .block-filmtec-section-1 .wrap .content .left-image {
    min-width: 434px;
  }
}

/* Block Fiolmtec Section 2
----------------------------------------- */
.block-filmtec-section-2 {
  padding: var(--wp--custom--layout--block-gap-x-4) 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  background-color: var(--wp--preset--color--color-5);
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
}
@media (min-width: 1200px) {
  .block-filmtec-section-2 {
    padding: var(--wp--custom--layout--block-gap-x-8) 0;
    flex-direction: row;
  }
}
.block-filmtec-section-2 p {
  margin: 0;
}
.block-filmtec-section-2 p:last-child {
  margin-bottom: 0;
}
.block-filmtec-section-2 .left-content {
  flex: 0 0 48.9362%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.block-filmtec-section-2 .left-content .title {
  margin: 0 0 var(--wp--custom--layout--block-gap-x-2);
}
.block-filmtec-section-2 .left-content .application-icon {
  width: 200px;
  height: auto;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .block-filmtec-section-2 .left-content {
    padding-left: calc(50vw - var(--wp--custom--layout--wide) / 2);
    padding-right: unset;
  }
  .block-filmtec-section-2 .left-content .application-icon {
    width: 264px;
    height: auto;
    margin-top: var(--wp--custom--layout--block-gap-x-6);
  }
}
.block-filmtec-section-2 .right-content {
  display: flex;
  flex-direction: column;
  object-fit: cover;
}
.block-filmtec-section-2 .right-content .right-image {
  max-width: 78.88%;
  aspect-ratio: 310/182;
  align-self: flex-end;
}
.block-filmtec-section-2 .right-content .text-button-container {
  margin-top: 30px;
  padding-right: var(--wp--custom--layout--padding);
}
@media (min-width: 1200px) {
  .block-filmtec-section-2 .right-content {
    max-width: unset;
    padding-right: unset;
  }
  .block-filmtec-section-2 .right-content .right-image {
    margin-top: calc(-1 * var(--wp--custom--layout--block-gap-x-3));
    max-width: 100%;
    aspect-ratio: 978/524;
  }
  .block-filmtec-section-2 .right-content .text-button-container {
    margin-top: var(--wp--custom--layout--block-gap-x-3);
    padding-right: calc(50vw - var(--wp--custom--layout--wide) / 2);
  }
}

/* Block Filmtec Section 3
----------------------------------------- */
.block-filmtec-section-3 {
  padding: var(--wp--custom--layout--block-gap-x-4) 0 var(--wp--custom--layout--block-gap-x-5);
}
@media (min-width: 1200px) {
  .block-filmtec-section-3 {
    padding: var(--wp--custom--layout--block-gap-x-8) 0 var(--wp--custom--layout--block-gap-x-5);
  }
}
.block-filmtec-section-3 p {
  margin: var(--wp--custom--layout--block-gap) 0;
}
.block-filmtec-section-3 p:last-child {
  margin-bottom: 0;
}
.block-filmtec-section-3 .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .block-filmtec-section-3 .wrap {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}
.block-filmtec-section-3 .section-title h2 {
  margin: 0 0 var(--wp--custom--layout--block-gap-x-2);
  text-align: center;
}
.block-filmtec-section-3 .section-title .subtitle {
  margin: var(--wp--custom--layout--block-gap-x-2) 0;
  text-align: center;
}
.block-filmtec-section-3 .cards-container {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  flex: 1 0 0;
  margin-bottom: var(--wp--custom--layout--block-gap-x-4);
}
@media (min-width: 1200px) {
  .block-filmtec-section-3 .cards-container {
    gap: var(--wp--custom--layout--block-gap-x-4);
  }
}
.block-filmtec-section-3 .cards-container .card {
  display: flex;
  padding: 24px 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 60px;
  background: var(--wp--preset--color--color-5);
  max-width: 254px;
  min-height: 317px;
}
.block-filmtec-section-3 .cards-container .card .card-img {
  width: 86px;
  height: auto;
}
.block-filmtec-section-3 .cards-container .card .card-title {
  color: var(--wp--preset--color--color-6);
  text-align: center;
  margin: 0;
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--huge);
  font-style: normal;
  font-weight: 400;
  line-height: var(--wp--custom--line-height--medium);
  letter-spacing: 0.2px;
}
.block-filmtec-section-3 .cards-container .card .card-content {
  padding: 0;
  text-align: center;
  margin: 0;
}
.block-filmtec-section-3 .bold-text {
  margin: var(--wp--custom--layout--block-gap-x-4) 0;
  text-align: center;
  color: var(--wp--preset--color--color-3);
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--gigantic);
  font-style: normal;
  font-weight: 400;
  line-height: var(--wp--custom--line-height--medium);
  letter-spacing: 0.2px;
}

.text-button-container {
  margin-top: auto;
}

/* Block FAQs
----------------------------------------- */
.block-faqs {
  padding: var(--wp--custom--layout--block-gap-x-4) 0 0;
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-x-3));
}
@media (min-width: 768px) {
  .block-faqs {
    padding: var(--wp--custom--layout--block-gap-x-5) 0;
    margin-bottom: var(--wp--custom--layout--block-gap-x-5);
  }
}
@media (min-width: 1200px) {
  .block-faqs {
    padding: var(--wp--custom--layout--block-gap-x-8) 0;
    margin-bottom: var(--wp--custom--layout--block-gap-x-8);
  }
}
.block-faqs .wrap {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--block-gap-x-2);
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .block-faqs .wrap {
    padding-left: var(--wp--custom--layout--block-gap-x-2);
    padding-right: var(--wp--custom--layout--block-gap-x-2);
    gap: var(--wp--custom--layout--block-gap-x-2);
  }
}
@media (min-width: 1200px) {
  .block-faqs .wrap {
    padding-left: var(--wp--custom--layout--block-gap-x-4);
    padding-right: var(--wp--custom--layout--block-gap-x-4);
    gap: var(--wp--custom--layout--block-gap-x-4);
  }
}
.block-faqs .wrap .faqs-intro-text {
  text-align: center;
}
.block-faqs .wrap .faqs-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .block-faqs .wrap .faqs-list {
    /*gap: var(--wp--custom--layout--block-gap-x-2);*/
	  gap: 35px;
  }
}
@media (min-width: 1200px) {
  .block-faqs .wrap .faqs-list {
    /*gap: var(--wp--custom--layout--block-gap-x-4);*/
	  gap: 35px;
  }
}
.block-faqs .wrap .faqs-list .faq-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
}
.block-faqs .wrap .faqs-list .faq-item .faq-number {
  display: flex;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 40px;
  border-radius: 8px 0px 0px 8px;
  background-color: #F7D2E6;
  color: var(--wp--preset--color--color-6);
  text-align: center;
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--gigantic);
  font-style: normal;
  font-weight: 400;
  line-height: var(--wp--custom--line-height--medium);
  letter-spacing: 0.2px;
}
@media (min-width: 768px) {
  .block-faqs .wrap .faqs-list .faq-item .faq-number {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 16px 0px 0px 16px;
  }
}
@media (min-width: 1200px) {
  .block-faqs .wrap .faqs-list .faq-item .faq-number {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    border-radius: 16px 0px 0px 16px;
  }
}
.block-faqs .wrap .faqs-list .faq-item .faq {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 8px;
  padding: 24px 20px;
  border-radius: 0px 48px 48px 48px;
  background: var(--wp--preset--color--color-5);
}
.block-faqs .wrap .faqs-list .faq-item .faq .faq-question {
  margin: 0;
  font-weight: 700;
}
.block-faqs .wrap .faqs-list .faq-item .faq .faq-answer {
  color: var(--wp--preset--color--black-1);
  margin: 0;
}
.block-faqs .wrap .faqs-list .faq-item .faq .faq-answer p {
  margin: 0 0 var(--wp--custom--layout--block-gap);
}
.block-faqs .wrap .faqs-list .faq-item .faq .faq-answer p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .block-faqs .wrap .faqs-list .faq-item .faq {
    gap: var(--wp--custom--layout--block-gap-x-2);
    padding: var(--wp--custom--layout--block-gap-x-3);
  }
}

/* Block Product Section 1
----------------------------------------- */
.block-product-section-1 {
  padding: var(--wp--custom--layout--block-gap-x-4) 0 var(--wp--custom--layout--block-gap-x-2);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  overflow: hidden;
}
@media (min-width: 768px) {
  .block-product-section-1 {
    padding: var(--wp--custom--layout--block-gap-x-8) 0 0;
    flex-direction: row;
    gap: var(--wp--custom--layout--block-gap-x-4);
  }
}
.block-product-section-1 .left-content {
  padding: 0 var(--wp--custom--layout--padding);
}
.block-product-section-1 .left-content h2 {
  margin: 0;
}
.block-product-section-1 .left-content .subtitle {
  text-transform: unset;
  margin: 12px 0;
}
.block-product-section-1 .left-content .content_1 p {
  margin: 24px 0;
}
.block-product-section-1 .left-content .content_2 p {
  margin: 12px 0 24px;
}
@media (min-width: 768px) {
  .block-product-section-1 .left-content {
    flex: 0 0 50%;
  }
}
@media (min-width: 1200px) {
  .block-product-section-1 .left-content {
    padding: 0 calc(var(--wp--custom--layout--wide) * 0.1) 0 calc(50vw - var(--wp--custom--layout--wide) / 2);
  }
}
.block-product-section-1 .right-content {
  display: flex;
  flex-direction: column;
  padding-left: 5%;
}
.block-product-section-1 .right-content .right-content-img {
  position: relative;
}
.block-product-section-1 .right-content .right-content-img img {
  width: 80%;
  position: relative;
}
.block-product-section-1 .right-content .right-content-img:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5%;
  width: 100vw;
  height: 100px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .block-product-section-1 .right-content {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .block-product-section-1 .right-content .right-content-img img {
    width: 456px;
    height: 474px;
    float: right;
    margin-right: calc(50vw - var(--wp--custom--layout--wide) / 2 + var(--wp--custom--layout--block-gap-x-4));
  }
  .block-product-section-1 .right-content .right-content-img:after {
    top: 25%;
    left: -3vw;
    height: 290px;
    background-size: contain;
  }
}

/* Block Product Section 2
----------------------------------------- */
.block-product-section-2 {
  margin: var(--wp--custom--layout--block-gap-x-4) calc(-1 * var(--wp--custom--layout--padding)) 0;
  padding: var(--wp--custom--layout--block-gap-x-4) 0 0;
  background-color: var(--wp--preset--color--color-5);
}
@media (min-width: 1200px) {
  .block-product-section-2 {
    margin: var(--wp--custom--layout--block-gap-x-8) calc(-1 * var(--wp--custom--layout--padding)) 0;
    padding: var(--wp--custom--layout--block-gap-x-8) 0 0;
  }
}
.block-product-section-2 p {
  margin: var(--wp--custom--layout--block-gap) 0;
}
.block-product-section-2 p:last-child {
  margin-bottom: 0;
}
.block-product-section-2 .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .block-product-section-2 .wrap {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}
.block-product-section-2 .section-title {
  text-align: center;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
.block-product-section-2 .section-title h2 {
  margin: 0 0 var(--wp--custom--layout--block-gap-x-2);
}
.block-product-section-2 .section-title .intro-text {
  margin: 0 auto var(--wp--custom--layout--block-gap-x-3);
}
@media (min-width: 1200px) {
  .block-product-section-2 .section-title {
    padding-left: 0;
    padding-right: 0;
  }
  .block-product-section-2 .section-title .intro-text {
    width: 85%;
  }
}
.block-product-section-2 .product-section-2-cards {
  margin-left: var(--wp--custom--layout--padding);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .block-product-section-2 .product-section-2-cards {
	width: fit-content;
    margin: auto;
    cursor: unset;
  }
}
.block-product-section-2 .product-section-2-cards .swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}
.block-product-section-2 .product-section-2-cards .card {
  display: flex;
  flex-direction: column;  
  justify-content: start;
  align-items: flex-start;
  align-self: stretch;
  gap: 24px;
  max-width: 264px;
  background-color: #F7D2E6;
  padding: 24px 18px;
  border-radius: 70px;  
  height: auto;
}
@media (min-width: 1200px) {
  .block-product-section-2 .product-section-2-cards .card {
    min-height: 270px;
    padding: 24px 30px;
    flex: 1 0 0;
  }
}
.block-product-section-2 .product-section-2-cards .card .card-icon {
	margin: 0 auto;
}
.block-product-section-2 .product-section-2-cards .card .card-title {
  align-self: stretch;
  color: var(--Orange-100, #b73d25);
  text-align: center;
  /* Headings/H5/Desktop */
  font-family: "Avenir Next Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 27.6px */
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .block-product-section-2 .product-section-2-cards .card .card-title {
    min-height: 46px;
  }
}
.block-product-section-2 .product-section-2-cards .card .card-content {
  align-self: stretch;
  text-align: center;
}
.block-product-section-2 .product-section-2-cards .card p {
  margin: 0;
  text-align: center;
  padding: 0 12px;
}
@media (min-width: 1200px) {
  .block-product-section-2 .product-section-2-cards .card:last-child {
    margin-right: 0 !important;
  }
}
.block-product-section-2 .text-button-container {
  margin-top: auto;
}
.block-product-section-2.block-essential-nutrient-7 {
  margin-bottom: 0;
  padding-bottom: var(--wp--custom--layout--block-gap-x-5);
}
.block-product-section-2.block-essential-nutrient-7 .essential-nutrient-2-cards {
  margin-bottom: 0;
}
.block-product-section-2.block-essential-nutrient-7 .essential-nutrient-2-cards .swiper-slide .card {
  min-height: 300px;
}
.block-product-section-2.block-essential-nutrient-7 .essential-nutrient-2-cards .swiper-slide .card .card-benefit-img {
  width: 120px;
  height: auto;
}

/* Block Product Section 3
----------------------------------------- */
.block-product-section-3 {
  padding: 30px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  background-color: var(--wp--preset--color--color-5);
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  /* Contenedor del swiper */
  /* Degradados laterales */
}
@media (min-width: 1200px) {
  .block-product-section-3 {
    padding: var(--wp--custom--layout--block-gap-x-8) 0 0;
    flex-direction: row;
  }
}
.block-product-section-3 p {
  margin: 0;
}
.block-product-section-3 p:last-child {
  margin-bottom: 0;
}
.block-product-section-3 .left-content {
  margin-bottom: 30px;
  width: 78.8%;
}
@media (min-width: 1200px) {
  .block-product-section-3 .left-content {
    width: 50%;
    margin-bottom: 0;
  }
}
.block-product-section-3 .right-content {
  padding-right: calc(50% - var(--wp--custom--layout--wide) / 2 - 16px);
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .block-product-section-3 .right-content {
    width: 50%;
  }
}
.block-product-section-3 .right-content .product-section-3-cards .swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}
.block-product-section-3 .right-content .product-section-3-cards .card {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 70px;
  background: var(--Black-0, #fff);
  height: auto;
  min-height: 260px;
}
@media (min-width: 1200px) {
  .block-product-section-3 .right-content .product-section-3-cards .card {
    min-height: 378px;
    padding: 24px 18px;
    gap: 24px;
  }
}
.block-product-section-3 .right-content .product-section-3-cards .card .card-icon {
  width: 72px;
  height: 72px;
}
@media (min-width: 1200px) {
  .block-product-section-3 .right-content .product-section-3-cards .card .card-icon {
    width: 116px;
    height: 116px;
  }
}
.block-product-section-3 .right-content .product-section-3-cards .card .card-title {
  align-self: stretch;
  color: var(--Blue-100, #002f6c);
  text-align: center;
  font-family: "Avenir Next Condensed";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 27.6px */
  letter-spacing: -0.484px;
}
@media (min-width: 1200px) {
  .block-product-section-3 .right-content .product-section-3-cards .card .card-title {
    min-height: 46px;
    font-size: 24px;
    letter-spacing: 0.2px;
  }
}
.block-product-section-3 .right-content .product-section-3-cards .card .card-content {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 1200px) {
  .block-product-section-3 .right-content .product-section-3-cards .card .card-content {
    width: 300px;
    height: 63px;
    font-size: 18px;
  }
}
.block-product-section-3 .right-content .product-section-3-cards .card:last-child {
  margin-right: 0 !important;
}
.block-product-section-3 .right-content .product-section-3-cards .card.swiper-slide-prev, .block-product-section-3 .right-content .product-section-3-cards .card.swiper-slide-next {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .block-product-section-3 .right-content .product-section-3-cards .card.swiper-slide-prev, .block-product-section-3 .right-content .product-section-3-cards .card.swiper-slide-next {
    opacity: 1;
  }
}
.block-product-section-3 .swiper {
  position: relative;
  overflow: hidden; /* oculta el exceso de slides fuera del viewport */
}
.block-product-section-3 .swiper::before,
.block-product-section-3 .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px; /* ancho del área de desvanecimiento */
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.block-product-section-3 .swiper::before {
  left: 0;
  /* Degradado de izquierda a centro */
  background: linear-gradient(to right, #e5eaf0 0%, rgba(229, 234, 240, 0) 100%);
}
.block-product-section-3 .swiper::after {
  right: 0;
  /* Degradado de derecha a centro */
  background: linear-gradient(to left, #e5eaf0 0%, rgba(229, 234, 240, 0) 100%);
}
.block-product-section-3 .swiper-navigation {
  display: flex;
  justify-content: center; /* centra horizontalmente */
  gap: 20px; /* espacio entre botones */
  padding-top: 30px; /* separa 30px del slider */
}
.block-product-section-3 .swiper-navigation {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 24px;
  margin-top: 36px;
}
.block-product-section-3 .swiper-navigation .swiper-button-next,
.block-product-section-3 .swiper-navigation .swiper-button-prev {
  right: unset;
  left: unset;
  top: unset;
  bottom: unset;
  position: relative;
  display: flex;
  width: 80px;
  height: 38px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 58px;
  background: var(--wp--preset--color--color-1);
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.block-product-section-3 .swiper-navigation .swiper-button-next:hover,
.block-product-section-3 .swiper-navigation .swiper-button-prev:hover {
  box-shadow: inset 80px 0 0 0 var(--wp--preset--color--color-6);
}
.block-product-section-3 .swiper-navigation .swiper-button-next:after,
.block-product-section-3 .swiper-navigation .swiper-button-prev:after {
  content: "";
  position: absolute;
  display: flex;
  width: 80px;
  height: 38px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 58px;
  background-image: url(../icons/utility/link-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
}
.block-product-section-3 .swiper-navigation .swiper-button-prev:after {
  rotate: 180deg;
}

/* Block Product Section 4
----------------------------------------- */
.block-product-section-4 {
  margin: 0 calc(-1 * var(--wp--custom--layout--padding)) 0;
  padding: var(--wp--custom--layout--block-gap-x-5) 0 var(--wp--custom--layout--block-gap-x-4);
  background-color: var(--wp--preset--color--color-5);
}
@media (min-width: 1200px) {
  .block-product-section-4 {
    padding: var(--wp--custom--layout--block-gap-x-8) 0;
  }
}
.block-product-section-4 .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--wp--custom--layout--block-gap-x-5);
  align-items: stretch;
  margin: 0 auto;
  max-width: 600px;
}
@media (min-width: 1200px) {
  .block-product-section-4 .wrap {
    flex-direction: row;
    gap: 24px;
    max-width: var(--wp--custom--layout--wide);
    padding: 0;
  }
}
.block-product-section-4 .wrap .left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}
@media (min-width: 1200px) {
  .block-product-section-4 .wrap .left-content {
    flex: 0 0 48.9362%;
  }
}
.block-product-section-4 .wrap .left-content .nutrient-table {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (min-width: 1200px) {
  .block-product-section-4 .wrap .left-content .nutrient-table {
    gap: 18px;
  }
}
.block-product-section-4 .wrap .left-content .nutrient-table table {
  border-radius: 26px;
  border: 3px solid var(--Blue-100, #002f6c);
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  width: 100%;
  border-spacing: 0;
  padding-bottom: 6px;
}
@media (min-width: 1200px) {
  .block-product-section-4 .wrap .left-content .nutrient-table table {
    border-radius: 66px;
    padding-bottom: 8px;
  }
}
.block-product-section-4 .wrap .left-content .nutrient-table thead th {
  padding: 12px 12px 9px;
  font-weight: 500;
  line-height: 115%;
  font-size: 16px;
}
.block-product-section-4 .wrap .left-content .nutrient-table thead th:first-child {
  text-align: left;
}
@media (min-width: 1200px) {
  .block-product-section-4 .wrap .left-content .nutrient-table thead th {
    padding: 24px 36px;
    font-size: 18px;
  }
}
.block-product-section-4 .wrap .left-content .nutrient-table th,
.block-product-section-4 .wrap .left-content .nutrient-table td {
  padding: 9px 12px 9px;
  font-size: 14px;
  font-weight: 500;
}
.block-product-section-4 .wrap .left-content .nutrient-table th:not(:first-child),
.block-product-section-4 .wrap .left-content .nutrient-table td:not(:first-child) {
  text-align: center;
}
@media (min-width: 1200px) {
  .block-product-section-4 .wrap .left-content .nutrient-table th,
  .block-product-section-4 .wrap .left-content .nutrient-table td {
    padding: 16px 36px;
  }
}
.block-product-section-4 .wrap .left-content .nutrient-table tbody tr:nth-child(odd) {
  background: rgba(229, 234, 240, 0.5);
  padding: 0;
}
.block-product-section-4 .wrap .left-content .nutrient-table .nrv-note {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .block-product-section-4 .wrap .left-content .nutrient-table .nrv-note {
    font-size: 18px;
  }
}
.block-product-section-4 .wrap .left-content .icons-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .block-product-section-4 .wrap .left-content .icons-container {
    justify-content: center;
    gap: 72px;
  }
}
@media (min-width: 1200px) {
  .block-product-section-4 .wrap .left-content .icons-container {
    height: 226px;
    margin-top: auto;
  }
}
.block-product-section-4 .wrap .right-content {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (min-width: 1200px) {
  .block-product-section-4 .wrap .right-content {
    flex: 0 0 48.9362%;
    gap: 24px;
  }
}
.block-product-section-4 .wrap .right-content .card {
  display: flex;
  padding: 24px 18px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 40px;
  background: var(--Orange-20, #e9d0cb);
}
.block-product-section-4 .wrap .right-content .card .card-icon {
  width: 72px;
  height: 72px;
}
.block-product-section-4 .wrap .right-content .card .card-content {
  padding: 0px 12px;
}
@media (min-width: 1200px) {
  .block-product-section-4 .wrap .right-content .card {
    height: 168px;
    gap: 24px;
    border-radius: 70px;
    align-items: center;
  }
  .block-product-section-4 .wrap .right-content .card .card-icon {
    width: 116px;
    height: 116px;
  }
}

/* Block Product Section 6
----------------------------------------- */
.block-product-section-6 {
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  padding: var(--wp--custom--layout--block-gap-x-4) 0 0;
  background-color: var(--wp--preset--color--color-5);
}
@media (min-width: 1200px) {
  .block-product-section-6 {
    padding: var(--wp--custom--layout--block-gap-x-8) 0 0;
  }
}
.block-product-section-6 p {
  margin: var(--wp--custom--layout--block-gap) 0;
}
.block-product-section-6 p:last-child {
  margin-bottom: 0;
}
.block-product-section-6 .block-header {
  margin: var(--wp--custom--layout--block-gap) auto;
  width: 100%;
  text-align: center;
}
.block-product-section-6 .intro-text strong {
  color: var(--wp--preset--color--color-6);
}
.block-product-section-6 .intro-text p {
  margin: 0;
}
.block-product-section-6 .cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-items: stretch;
  max-width: 600px;
  margin: var(--wp--custom--layout--block-gap-x-3) auto 0;
}
@media (min-width: 1200px) {
  .block-product-section-6 .cards-container {
    max-width: var(--wp--custom--layout--wide);
  }
}
.block-product-section-6 .cards-container .card {
  width: calc(50% - 4px);
  display: flex;
  min-height: 337px;
  padding: 8px 4px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  background: var(--Black-0, #fff);
  height: auto;
}
.block-product-section-6 .cards-container .card .card-icon {
  width: 142px;
  height: 142px;
  flex-shrink: 0;
}
.block-product-section-6 .cards-container .card .card-content {
  display: flex;
  padding: 0px 12px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  text-align: center;
}
@media (min-width: 768px) {
  .block-product-section-6 .cards-container {
    gap: var(--wp--custom--layout--block-gap-x-2);
  }
  .block-product-section-6 .cards-container .card {
    width: calc(50% - var(--wp--custom--layout--block-gap-x-2) * 1 / 2);
  }
}
@media (min-width: 1200px) {
  .block-product-section-6 .cards-container {
    gap: var(--wp--custom--layout--block-gap-x-2);
  }
  .block-product-section-6 .cards-container .card {
    width: calc(25% - var(--wp--custom--layout--block-gap-x-2) * 3 / 4);
    min-height: 337px;
    padding: 24px 18px;
    gap: 24px;
    border-radius: 70px;
  }
}

/* Block Where does vitamin d come from
----------------------------------------- */
.block-where-does-vitamin-d-come-from { 	
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	gap: 36px;
    width: 100vw;
	max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
    margin: 0 calc(-1 * var(--wp--custom--layout--padding));
	padding: var(--wp--custom--layout--block-gap-x-8) var(--wp--custom--layout--padding);
}
@media (min-width: 1200px) {
  .block-where-does-vitamin-d-come-from { 
     margin: 0 auto;
  }
}
.block-where-does-vitamin-d-come-from .header{ 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: end;
	gap: 24px;
    width: 100%;
    margin: 0 calc(-1 * var(--wp--custom--layout--padding));
	padding: 0;
}
@media (min-width: 1200px) {
  .block-where-does-vitamin-d-come-from .header {
    flex-direction: row;
  }
}

.block-where-does-vitamin-d-come-from .left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
    
}
@media (min-width: 1200px) {
	.block-where-does-vitamin-d-come-from .left-content {
		width: 50%;
	}
}
#toc-where-doesvitamin-d-come-from{
	margin-top: 0;
}

.block-where-does-vitamin-d-come-from .right-content {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
	.block-where-does-vitamin-d-come-from .right-content {
		width: 50%;
	}
}

.block-where-does-vitamin-d-come-from .right-content .where-does-vitamin-d-come-from-cards .swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}
.block-where-does-vitamin-d-come-from .right-content .where-does-vitamin-d-come-from-cards .card {
  display: flex;
  width: 180px !important;
  height: 190px;
  padding: 24px 18px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 40px;
  background: #E5EAF0;
}
.block-where-does-vitamin-d-come-from .right-content .where-does-vitamin-d-come-from-cards .card .card-icon {
  width: 116px;
  height: 116px;
}
.block-where-does-vitamin-d-come-from .right-content .where-does-vitamin-d-come-from-cards .card .card-title {
  min-height: 46px;
  align-self: stretch;
  color: var(--Blue-100, #002f6c);
  text-align: center;
  font-family: "Avenir Next Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 27.6px */
  letter-spacing: 0.2px;
}
.block-where-does-vitamin-d-come-from .right-content .where-does-vitamin-d-come-from-cards .card .card-content {
  width: 300px;
  height: 63px;
  text-align: center;
}
.block-where-does-vitamin-d-come-from .right-content .where-does-vitamin-d-come-from-cards .card:last-child {
  margin-right: 0 !important;
}
.block-where-does-vitamin-d-come-from .swiper {
  position: relative;
  overflow: hidden; /* oculta el exceso de slides fuera del viewport */
}
.block-where-does-vitamin-d-come-from .swiper::before,
.block-where-does-vitamin-d-come-from .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px; /* ancho del área de desvanecimiento */
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.block-where-does-vitamin-d-come-from .swiper::before {
  left: 0;
  /* Degradado de izquierda a centro */
  background: linear-gradient(to right, #ffffff 0%, rgba(229, 234, 240, 0) 100%);
}
.block-where-does-vitamin-d-come-from .swiper::after {
  right: 0;
  /* Degradado de derecha a centro */
  background: linear-gradient(to left, #ffffff 0%, rgba(229, 234, 240, 0) 100%);
}
.block-where-does-vitamin-d-come-from .swiper-navigation {
  display: flex;
  justify-content: start;
  flex-direction: row-reverse;
  gap: 24px;
  margin-top: 36px;
}
.block-where-does-vitamin-d-come-from .swiper-navigation .swiper-button-next,
.block-where-does-vitamin-d-come-from .swiper-navigation .swiper-button-prev {
  right: unset;
  left: unset;
  top: unset;
  bottom: unset;
  position: relative;
  display: flex;
  width: 80px;
  height: 38px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 58px;
  background: var(--wp--preset--color--color-1);
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.block-where-does-vitamin-d-come-from .swiper-navigation .swiper-button-next:hover,
.block-where-does-vitamin-d-come-from .swiper-navigation .swiper-button-prev:hover {
  box-shadow: inset 80px 0 0 0 var(--wp--preset--color--color-6);
}
.block-where-does-vitamin-d-come-from .swiper-navigation .swiper-button-next:after,
.block-where-does-vitamin-d-come-from .swiper-navigation .swiper-button-prev:after {
  content: "";
  position: absolute;
  display: flex;
  width: 80px;
  height: 38px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 58px;
  background-image: url(../icons/utility/link-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
}
.block-where-does-vitamin-d-come-from .swiper-navigation .swiper-button-prev:after {
  rotate: 180deg;
}

.block-where-does-vitamin-d-come-from .footer-text{ 
   	max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
    margin: 0 auto;
}

/* Block When to supplement vitamin D
----------------------------------------- */
.block-when-to-supplement-vitamin-d {  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  width: 100%;
  margin-bottom: var(--wp--custom--layout--block-gap-x-5);
  padding-bottom: 36px;
}
@media (min-width: 1200px) {
  .block-when-to-supplement-vitamin-d {
    flex-direction: row;
	gap: 0;
  }
}
.block-when-to-supplement-vitamin-d p {
  margin: 0;
}
.block-when-to-supplement-vitamin-d p:last-child {
  margin-bottom: 0;
}
.block-when-to-supplement-vitamin-d .left-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
  flex: 0 0 48.9362%;
  padding-left: calc(50vw - var(--wp--custom--layout--wide) / 2 - 27px);
}
.block-when-to-supplement-vitamin-d .left-content h2 {
  margin: 0 0 var(--wp--custom--layout--block-gap-x-2);
}
.block-when-to-supplement-vitamin-d .right-content {
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  display: flex;
  flex-direction: column;
}

/*Block Which are highest in vitamin B12*/
.block-which-foods-are-highest-in-vitamin-b12 { 	
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	gap: 36px;
    width: 100vw;
	max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
    margin: 0 calc(-1 * var(--wp--custom--layout--padding));
	padding: var(--wp--custom--layout--block-gap-x-8) var(--wp--custom--layout--padding);
}
@media (min-width: 1200px) {
  .block-which-foods-are-highest-in-vitamin-b12 { 
     margin: 0 auto;
  }
}
.block-which-foods-are-highest-in-vitamin-b12 .header{ 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: end;
	gap: 24px;
    width: 100%;
    margin: 0 calc(-1 * var(--wp--custom--layout--padding));
	padding: 0;
}
@media (min-width: 1200px) {
  .block-which-foods-are-highest-in-vitamin-b12 .header {
    flex-direction: row;
  }
}

.block-which-foods-are-highest-in-vitamin-b12 .left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
    
}
@media (min-width: 1200px) {
	.block-which-foods-are-highest-in-vitamin-b12 .left-content {
		width: 50%;
	}
}
#toc-where-doesvitamin-d-come-from{
	margin-top: 0;
}

.block-which-foods-are-highest-in-vitamin-b12 .right-content {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
	.block-which-foods-are-highest-in-vitamin-b12 .right-content {
		width: 50%;
	}
}

.block-which-foods-are-highest-in-vitamin-b12 .right-content .which-foods-are-highest-in-vitamin-b12-cards .swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}
.block-which-foods-are-highest-in-vitamin-b12 .right-content .which-foods-are-highest-in-vitamin-b12-cards .card {
  display: flex;
  width: 180px !important;
  height: 190px;
  padding: 24px 18px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 40px;
  background: #E5EAF0;
}
.block-which-foods-are-highest-in-vitamin-b12 .right-content .which-foods-are-highest-in-vitamin-b12-cards .card .card-icon {
  width: 116px;
  height: 116px;
}
.block-which-foods-are-highest-in-vitamin-b12 .right-content .which-foods-are-highest-in-vitamin-b12-cards .card .card-title {
  min-height: 46px;
  align-self: stretch;
  color: var(--Blue-100, #002f6c);
  text-align: center;
  font-family: "Avenir Next Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 27.6px */
  letter-spacing: 0.2px;
}
.block-which-foods-are-highest-in-vitamin-b12 .right-content .which-foods-are-highest-in-vitamin-b12-cards .card .card-content {
  width: 300px;
  height: 63px;
  text-align: center;
}
.block-which-foods-are-highest-in-vitamin-b12 .right-content .which-foods-are-highest-in-vitamin-b12-cards .card:last-child {
  margin-right: 0 !important;
}
.block-which-foods-are-highest-in-vitamin-b12 .swiper {
  position: relative;
  overflow: hidden; /* oculta el exceso de slides fuera del viewport */
}
.block-which-foods-are-highest-in-vitamin-b12 .swiper::before,
.block-which-foods-are-highest-in-vitamin-b12 .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px; /* ancho del área de desvanecimiento */
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.block-which-foods-are-highest-in-vitamin-b12 .swiper::before {
  left: 0;
  /* Degradado de izquierda a centro */
  background: linear-gradient(to right, #ffffff 0%, rgba(229, 234, 240, 0) 100%);
}
.block-which-foods-are-highest-in-vitamin-b12 .swiper::after {
  right: 0;
  /* Degradado de derecha a centro */
  background: linear-gradient(to left, #ffffff 0%, rgba(229, 234, 240, 0) 100%);
}
.block-which-foods-are-highest-in-vitamin-b12 .swiper-navigation {
  display: flex;
  justify-content: start;
  flex-direction: row-reverse;
  gap: 24px;
  margin-top: 36px;
}
.block-which-foods-are-highest-in-vitamin-b12 .swiper-navigation .swiper-button-next,
.block-which-foods-are-highest-in-vitamin-b12 .swiper-navigation .swiper-button-prev {
  right: unset;
  left: unset;
  top: unset;
  bottom: unset;
  position: relative;
  display: flex;
  width: 80px;
  height: 38px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 58px;
  background: var(--wp--preset--color--color-1);
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.block-which-foods-are-highest-in-vitamin-b12 .swiper-navigation .swiper-button-next:hover,
.block-which-foods-are-highest-in-vitamin-b12 .swiper-navigation .swiper-button-prev:hover {
  box-shadow: inset 80px 0 0 0 var(--wp--preset--color--color-6);
}
.block-which-foods-are-highest-in-vitamin-b12 .swiper-navigation .swiper-button-next:after,
.block-which-foods-are-highest-in-vitamin-b12 .swiper-navigation .swiper-button-prev:after {
  content: "";
  position: absolute;
  display: flex;
  width: 80px;
  height: 38px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 58px;
  background-image: url(../icons/utility/link-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
}
.block-which-foods-are-highest-in-vitamin-b12 .swiper-navigation .swiper-button-prev:after {
  rotate: 180deg;
}

.block-which-foods-are-highest-in-vitamin-b12 .footer-text{ 
   	max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
    margin: 0 auto;
}

/* Secondary Menu Custom Block
--------------------------------------------- */
.secondary-menu-block {
  padding: 8px 0 14px 16px;
  overflow-x: auto;
  overflow-y: hidden;
  background: var(--Blue-100, #002f6c);
  box-shadow: -7px -7px 15px 0px rgba(0, 0, 0, 0.15);
  max-height: 52px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  z-index: 999;
}
@media (min-width: 1200px) {
  .secondary-menu-block {
    padding: 18px 12px 22px 12px;
    border-radius: 36px;
    margin: 36px auto 0;
    width: 100%;
    max-width: var(--wp--custom--layout--wide);
    max-height: 72px;
    top: 102px;
  }
}
.secondary-menu-block .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  align-self: stretch;
  overflow-x: auto;
}
.secondary-menu-block .wrap .secondary-menu-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  gap: 16px;
}
@media (min-width: 1200px) {
  .secondary-menu-block .wrap .secondary-menu-container {
    justify-content: center;
  }
}
.secondary-menu-block .wrap .secondary-menu-container .secondary-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.secondary-menu-block .wrap .secondary-menu-container .secondary-menu-item .secondary-menu-item__content {
  text-align: center;
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  color: var(--Black-20, #f5f5f5);
  font-weight: 500;
  line-height: 115%;
  font-size: 16px;
  letter-spacing: 0;
}
.secondary-menu-block .wrap .secondary-menu-container .secondary-menu-item .secondary-menu-item__content:hover {
  color: var(--wp--preset--color--white);
  border-bottom: 2px solid var(--Red-Dark-60, #d47671);
}
.secondary-menu-block .wrap .secondary-menu-container .secondary-menu-item.active .secondary-menu-item__content {
  color: var(--Black-20, #f5f5f5);
  border-bottom: 2px solid var(--Red-Dark-60, #d47671);
}

/* Block Essential Nutrient 1
----------------------------------------- */
.block-double-slider {
  margin: var(--wp--custom--layout--block-gap-x-5) 0 var(--wp--custom--layout--block-gap-x-4);
}
@media (min-width: 1200px) {
  .block-double-slider {
    margin: var(--wp--custom--layout--block-gap-x-5) 0 var(--wp--custom--layout--block-gap-x-8);
  }
}
.block-double-slider p {
  margin: 0;
}
.block-double-slider p:last-child {
  margin-bottom: 0;
}
.block-double-slider .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .block-double-slider .wrap {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}
.block-double-slider .subtitle {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.block-double-slider .intro-text {
  margin-bottom: var(--wp--custom--layout--block-gap-x-3);
}
.block-double-slider .sliders-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: visible;
  width: 100%;
  align-items: center;
  gap: 40px;
}
@media (min-width: 1200px) {
  .block-double-slider .sliders-container {
    flex-direction: row;
    gap: 0;
  }
}
.block-double-slider .sliders-container .slide1 {
  flex: 0 0 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .block-double-slider .sliders-container .slide1 {
    flex: 0 0 48.9362%;
    min-width: 48.9362%;
    width: 48.9362%;
  }
}
.block-double-slider .sliders-container .slide1 .double-swiper-left .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.block-double-slider .sliders-container .slide1 .double-swiper-left .swiper-slide .slider-title {
  color: var(--wp--preset--color--color-6);
  margin: 0;
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--colossal);
  font-style: normal;
  font-weight: 400;
  line-height: var(--wp--custom--line-height--medium);
  letter-spacing: -1.232px;
}
.block-double-slider .sliders-container .slide2 {
  flex: 0 0 100%;
  min-width: 100%;
  width: 100vw;
  height: auto;
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
}
@media (min-width: 1200px) {
  .block-double-slider .sliders-container .slide2 {
    flex: 0 0 60%;
    min-width: 60%;
    width: 60%;
    margin: 0;
  }
}
.block-double-slider .sliders-container .slide2 .double-swiper-right .swiper-slide {
  position: relative;
}
.block-double-slider .sliders-container .slide2 .double-swiper-right .swiper-slide .slider-img {
  height: auto;
  object-fit: cover;
  border-radius: 72px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.block-double-slider .sliders-container .slide2 .double-swiper-right .swiper-slide.swiper-slide-next, .block-double-slider .sliders-container .slide2 .double-swiper-right .swiper-slide.swiper-slide-prev {
  border-radius: 96px;
  opacity: 0.5;
  filter: blur(5px);
}
@media (min-width: 1200px) {
  .block-double-slider .sliders-container .slide2 .double-swiper-right .swiper-slide .slider-img {
    border-radius: 96px;
  }
  .block-double-slider .sliders-container .slide2 .double-swiper-right .swiper-slide .slider-img.swiper-slide-next, .block-double-slider .sliders-container .slide2 .double-swiper-right .swiper-slide .slider-img.swiper-slide-prev {
    border-radius: 72px;
  }
}
.block-double-slider .sliders-container .slide2 .double-swiper-right:before {
  content: "";
  position: absolute;
  top: 0;
  width: 13%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.block-double-slider .sliders-container .slide2 .double-swiper-right:after {
  content: "";
  position: absolute;
  top: 0;
  width: 13%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.block-double-slider .swiper-navigation {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 24px;
  margin-top: 36px;
}
.block-double-slider .swiper-navigation .double-swiper-button-next,
.block-double-slider .swiper-navigation .double-swiper-button-prev {
  right: unset;
  left: unset;
  top: unset;
  bottom: unset;
  position: relative;
  display: flex;
  width: 80px;
  height: 38px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 58px;
  background: var(--wp--preset--color--color-1);
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.block-double-slider .swiper-navigation .double-swiper-button-next:hover,
.block-double-slider .swiper-navigation .double-swiper-button-prev:hover {
  box-shadow: inset 80px 0 0 0 var(--wp--preset--color--color-6);
}
.block-double-slider .swiper-navigation .double-swiper-button-next:after,
.block-double-slider .swiper-navigation .double-swiper-button-prev:after {
  content: "";
  position: absolute;
  display: flex;
  width: 80px;
  height: 38px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 58px;
  background-image: url(../icons/utility/link-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
}
.block-double-slider .swiper-navigation .double-swiper-button-next.swiper-button-disabled,
.block-double-slider .swiper-navigation .double-swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.block-double-slider .swiper-navigation .double-swiper-button-prev:after {
  rotate: 180deg;
}



/* Block Double Slider with Background
----------------------------------------- */
.block-double-slider-bg {
  width: 100vw;
  background-color: var(--wp--preset--color--color-5);
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  padding: var(--wp--custom--layout--block-gap-x-4) var(--wp--custom--layout--padding) 0;
}
@media (min-width: 1200px) {
  .block-double-slider-bg {
    padding: var(--wp--custom--layout--block-gap-x-5) 0 0;
  }
}
.block-double-slider-bg p {
  margin: 0;
}
.block-double-slider-bg p:last-child {
  margin-bottom: 0;
}
.block-double-slider-bg .wrap {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .block-double-slider-bg .wrap {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}
.block-double-slider-bg .subtitle {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.block-double-slider-bg .intro-text {
  margin-bottom: var(--wp--custom--layout--block-gap-x-3);
}
.block-double-slider-bg .sliders-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: visible;
  width: 100%;
  align-items: center;
  gap: 40px;
}
@media (min-width: 1200px) {
  .block-double-slider-bg .sliders-container {
    flex-direction: row-reverse;
    gap: 0;
  }
}
.block-double-slider-bg .sliders-container .slide1 {
  flex: 0 0 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .block-double-slider-bg .sliders-container .slide1 {
    flex: 0 0 48.9362%;
    min-width: 48.9362%;
    width: 48.9362%;
  }
}
.block-double-slider-bg .sliders-container .slide1 .double-swiper-bg-left .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  text-align: right;
}
.block-double-slider-bg .sliders-container .slide1 .double-swiper-bg-left .swiper-slide .slider-title {
  color: var(--wp--preset--color--color-6);
  margin: 0;
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--preset--font-size--colossal);
  font-style: normal;
  font-weight: 400;
  line-height: var(--wp--custom--line-height--medium);
  letter-spacing: -1.232px;
}
.block-double-slider-bg .sliders-container .slide2 {
  flex: 0 0 100%;
  min-width: 100%;
  width: 100vw;
  height: auto;
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
}
@media (min-width: 1200px) {
  .block-double-slider-bg .sliders-container .slide2 {
    flex: 0 0 60%;
    min-width: 60%;
    width: 60%;
    margin: 0;
  }
}
.block-double-slider-bg .sliders-container .slide2 .double-swiper-bg-right .swiper-slide {
  position: relative;
}
.block-double-slider-bg .sliders-container .slide2 .double-swiper-bg-right .swiper-slide .slider-img {
  height: auto;
  object-fit: cover;
  border-radius: 72px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.block-double-slider-bg .sliders-container .slide2 .double-swiper-bg-right .swiper-slide.swiper-slide-next, .block-double-slider-bg .sliders-container .slide2 .double-swiper-bg-right .swiper-slide.swiper-slide-prev {
  border-radius: 96px;
  opacity: 0.5;
  filter: blur(5px);
}
@media (min-width: 1200px) {
  .block-double-slider-bg .sliders-container .slide2 .double-swiper-bg-right .swiper-slide .slider-img {
    border-radius: 96px;
  }
  .block-double-slider-bg .sliders-container .slide2 .double-swiper-bg-right .swiper-slide .slider-img.swiper-slide-next, .block-double-slider-bg .sliders-container .slide2 .double-swiper-bg-right .swiper-slide .slider-img.swiper-slide-prev {
    border-radius: 72px;
  }
}
.block-double-slider-bg .sliders-container .slide2 .double-swiper-bg-right:before {
  content: "";
  position: absolute;
  top: 0;
  width: 13%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #e5eaf0 100%);
}
.block-double-slider-bg .sliders-container .slide2 .double-swiper-bg-right:after {
  content: "";
  position: absolute;
  top: 0;
  width: 13%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e5eaf0 100%);
}
.block-double-slider-bg .swiper-navigation {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 24px;
  margin-top: 36px;
}
.block-double-slider-bg .swiper-navigation .double-swiper-bg-button-next,
.block-double-slider-bg .swiper-navigation .double-swiper-bg-button-prev {
  right: unset;
  left: unset;
  top: unset;
  bottom: unset;
  position: relative;
  display: flex;
  width: 80px;
  height: 38px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 58px;
  background: var(--wp--preset--color--color-1);
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.block-double-slider-bg .swiper-navigation .double-swiper-bg-button-next:hover,
.block-double-slider-bg .swiper-navigation .double-swiper-bg-button-prev:hover {
  box-shadow: inset 80px 0 0 0 var(--wp--preset--color--color-6);
}
.block-double-slider-bg .swiper-navigation .double-swiper-bg-button-next:after,
.block-double-slider-bg .swiper-navigation .double-swiper-bg-button-prev:after {
  content: "";
  position: absolute;
  display: flex;
  width: 80px;
  height: 38px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 58px;
  background-image: url(../icons/utility/link-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
}
.block-double-slider-bg .swiper-navigation .double-swiper-bg-button-next.swiper-button-disabled,
.block-double-slider-bg .swiper-navigation .double-swiper-bg-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.block-double-slider-bg .swiper-navigation .double-swiper-bg-button-prev:after {
  rotate: 180deg;
}
.block-double-slider-bg .block-footer-text {
  margin-top: var(--wp--custom--layout--block-gap-x-5);
}

/* Custom
--------------------------------------------- */
/* Custom Styles for the application */
.dsk-mb96 {
  margin-bottom: var(--wp--custom--layout--block-gap-x-4);
}
@media (min-width: 1200px) {
  .dsk-mb96 {
    margin-bottom: var(--wp--custom--layout--block-gap-x-8);
  }
}

.dsk-mb60 {
  margin-bottom: var(--wp--custom--layout--block-gap-x-5);
}

.bolded {
  color: var(--wp--preset--color--color-6);
}

/* Product Page */
.product-section-7.has-background.alignfull {
  width: 100vw;
  margin: 0 calc(-1 * var(--wp--custom--layout--padding));
  padding: var(--wp--custom--layout--block-gap-x-5) 0 var(--wp--custom--layout--block-gap-x-9);
}
.product-section-7.has-background.alignfull .block-product-cta {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
@media (min-width: 1200px) {
  .product-section-7.has-background.alignfull .block-product-cta {
    margin-bottom: var(--wp--custom--layout--block-gap-x-5);
  }
}

/* Line Breaks */
.br-laptop {
  display: none;
}
@media (min-width: 1200px) {
  .br-laptop {
    display: block;
  }
}

/* Menu Fixes */
.nav-menu .menu-item.menu-filmtec a {
  text-transform: none;
}

.p16-semi {
  color: var(--Black-0, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 20px;
}

.p16-light {
  color: var(--Black-0, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 20px;
}

.social-networks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px 0 20px;
  padding: 0;
}
@media (min-width: 1200px) {
  .social-networks {
    justify-content: flex-start;
  }
}
.social-networks li {
  border: none;
  margin-right: 12px;
  list-style-type: none;
  padding: 2px 0px;
  margin-bottom: 0px;
}

/*# sourceMappingURL=main.css.map */
