@charset "UTF-8";
/*!
Theme Name: Cannaben SIDN
Theme URI: http://underscores.me/
Author: SIDN
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cannaben-sidn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cannaben SIDN is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@font-face {
  font-family: "Sugo Classic Extralight";
  src: url("/wp-content/themes/cannaben-sidn/assets/fonts/Sugo-Pro-Classic-Extralight.ttf");
}
@font-face {
  font-family: "Sugo Classic Light";
  src: url("/wp-content/themes/cannaben-sidn/assets/fonts/Sugo-Pro-Classic-Light.ttf");
}
@font-face {
  font-family: "Sugo Classic Regular";
  src: url("/wp-content/themes/cannaben-sidn/assets/fonts/Sugo-Pro-Classic-Regular.ttf");
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #111111;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.color-primary-green {
  color: #18535A;
}

.bold {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.main.blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .main.blog {
    padding: 0;
  }
}
.main.blog p,
.main.blog h1,
.main.blog h2 {
  margin: 0;
}
.main.blog .container {
  max-width: 1116px;
  width: 100%;
}
@media screen and (max-width: 1164px) {
  .main.blog .container {
    padding: 0 26px;
  }
}
@media screen and (max-width: 768px) {
  .main.blog .container {
    padding: 0;
  }
}
.main.blog .container .row.hero .hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
.main.blog .container .row.hero .hero .hero-header {
  width: 100%;
  position: relative;
  display: flex;
  padding: 26px;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  border-radius: 2rem;
  color: #18535A;
  background: #DFEAEA;
}
@media screen and (max-width: 768px) {
  .main.blog .container .row.hero .hero .hero-header {
    padding-top: 100px;
    border-radius: 0 0 2rem 2rem;
  }
}
.main.blog .container .row.hero .hero .hero-header .section-ornament {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 0.68569rem;
  justify-content: center;
  align-items: center;
  gap: 0.68569rem;
  border-radius: 6.85713rem;
  background: #18535A;
}
@media screen and (max-width: 768px) {
  .main.blog .container .row.hero .hero .hero-header .section-ornament {
    position: relative;
    left: 0;
    top: 10px;
  }
}
.main.blog .container .row.hero .hero .hero-header .title-wrapper .pretitle {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main.blog .container .row.hero .hero .hero-header .title-wrapper h1.title {
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 3.4375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
.main.blog .container .row.hero .hero .hero-header .body {
  width: 52rem;
}
@media screen and (max-width: 920px) {
  .main.blog .container .row.hero .hero .hero-header .body {
    width: 100%;
  }
}
.main.blog .container .row.hero .hero .hero-header .body p {
  color: #18535a;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .main.blog .container .row.hero .hero .hero-header .footer-wrapper {
    width: 100%;
  }
}
.main.blog .container .row.hero .hero .hero-header .footer-wrapper .footer {
  display: flex;
  justify-content: center;
  background: #18535A;
  border-radius: 3rem;
}
.main.blog .container .row.hero .hero .hero-header .footer-wrapper .footer .footer-link {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1rem 1.5rem;
  color: #ffffff;
  text-decoration: none;
}
.main.blog .container .row.hero .hero .hero-header .footer-wrapper .footer .footer-link:hover {
  color: #18535A;
}
.main.blog .container .row.hero .hero .hero-cols {
  display: flex;
  text-align: justify;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .main.blog .container .row.hero .hero .hero-cols {
    flex-direction: column;
    padding: 0 26px;
  }
}
.main.blog .container .row.hero .hero .hero-cols [class^=col] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 50%;
  color: #18535A;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .main.blog .container .row.hero .hero .hero-cols [class^=col] {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .main.blog .container .row.posts {
    padding: 0 26px;
  }
}
.main.blog .container .row.posts .posts-wrapper {
  display: flex;
  padding: 3.75rem 0rem 5rem 0rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.main.blog .container .row.posts .posts-wrapper h2.title {
  color: #18535A;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 3.4375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
.main.blog .container .row.posts .posts-wrapper .posts-items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .main.blog .container .row.posts .posts-wrapper .posts-items {
    display: block;
  }
}
.main.blog .container .row.posts .posts-wrapper .posts-items .cbd-card {
  flex: 0 0 32%;
}
.main.blog .container .row.posts .posts-wrapper .footer-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .main.blog .container .row.posts .posts-wrapper .footer-wrapper .footer {
    width: 100%;
  }
}
.main.blog .container .row.posts .posts-wrapper .footer-wrapper .footer .load-more {
  cursor: pointer;
  display: flex;
  height: 3rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  border: 1px solid #18535A;
  color: #18535A;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .main.blog .container .row.posts .posts-wrapper .footer-wrapper .footer .load-more {
    width: 100%;
  }
}
.main.blog .container .row.posts .posts-wrapper .footer-wrapper .footer .load-more:hover {
  color: #ffffff;
}
.main.blog .container .row.posts .posts-wrapper .footer-wrapper .footer .load-more:hover path {
  stroke: #ffffff;
}
.main.blog .container .row.posts .posts-wrapper .footer-wrapper .footer .load-more span {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main.blog .container .row.posts .posts-wrapper .footer-wrapper .footer .load-more span.indicator {
  width: 1.5rem;
  height: 1.5rem;
}
.main.blog .row.benefits {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f5f8f8;
  border-radius: 2rem 2rem 0rem 0rem;
}
@media screen and (max-width: 1166px) {
  .main.blog .row.benefits {
    padding: 0 26px;
  }
}
.main.blog .row.benefits .content {
  padding: 3.75rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1116px;
}
.main.blog .row.benefits .content .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.main.blog .row.benefits .content .title-wrapper h2.title {
  color: #18535A;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 3.4375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
.main.blog .row.benefits .content .title-wrapper .desc {
  color: #18535a;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main.blog .row.benefits .content .body {
  display: flex;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .main.blog .row.benefits .content .body {
    flex-direction: column;
    align-items: start;
  }
}
.main.blog .row.benefits .content .body [class^=col] {
  width: 50%;
  color: #18535A;
}
@media screen and (max-width: 768px) {
  .main.blog .row.benefits .content .body [class^=col] {
    width: 100%;
  }
}
.main.blog .row.benefits .content .body [class^=col].col1 {
  color: #18535a;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main.blog .row.benefits .content .body [class^=col].col1 p {
  font-size: 20px;
}
.main.blog .row.benefits .content .body [class^=col].col1 ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0 16px;
  list-style-type: disc;
}
.main.blog .row.benefits .content .body [class^=col].col1 ul li::marker {
  color: #ECCD38;
}
.main.blog .row.benefits .content .body [class^=col].col2 {
  color: #18535a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.main.blog .row.benefits .content .body [class^=col].col2 p:first-of-type {
  margin-bottom: 24px;
}
.main.blog .row.effects {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.main.blog .row.effects .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.main.blog .row.effects .content {
  display: flex;
  padding: 100px 0 80px;
  width: 1116px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  color: #ffffff;
}
@media screen and (max-width: 1166px) {
  .main.blog .row.effects .content {
    padding: 100px 26px 80px;
  }
}
@media screen and (max-width: 768px) {
  .main.blog .row.effects .content {
    width: 100%;
  }
}
.main.blog .row.effects .content .title-wrapper {
  width: 626px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .main.blog .row.effects .content .title-wrapper {
    width: 100%;
  }
}
.main.blog .row.effects .content .title-wrapper .pretitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .main.blog .row.effects .content .title-wrapper .pretitle {
    font-size: 16px;
  }
}
.main.blog .row.effects .content .title-wrapper .title {
  align-self: stretch;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
@media screen and (max-width: 768px) {
  .main.blog .row.effects .content .title-wrapper .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 43.2px */
  }
}
.main.blog .row.effects .content .title-wrapper .desc {
  align-self: stretch;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.main.blog .row.effects .content .controls {
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 3.125rem;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  align-items: center;
  align-self: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .main.blog .row.effects .content .controls {
    display: flex;
  }
}
.main.blog .row.effects .content .controls span {
  display: flex;
}
.main.blog .row.effects .content .effects-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .main.blog .row.effects .content .effects-wrapper {
    width: 100%;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
}
.main.blog .row.effects .content .effects-wrapper .effect {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
  transition: all 0.3s;
  scroll-snap-align: start;
}
@media screen and (max-width: 768px) {
  .main.blog .row.effects .content .effects-wrapper .effect {
    min-width: 100%;
  }
}
.main.blog .row.effects .content .effects-wrapper .effect:hover {
  background: rgba(255, 255, 255, 0.15);
}
.main.blog .row.effects .content .effects-wrapper .effect:hover .title span {
  padding-right: 25px;
}
.main.blog .row.effects .content .effects-wrapper .effect .title {
  display: flex;
  padding-right: 15px;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main.blog .row.effects .content .effects-wrapper .effect .title span {
  padding-right: 15px;
  border-bottom: 1px solid #ECCD38;
  transition: all 0.3s;
}
.main.blog .row.additionals {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.main.blog .row.additionals .content {
  padding: 80px 0;
  width: 1116px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1166px) {
  .main.blog .row.additionals .content {
    padding: 100px 26px 80px;
  }
}
@media screen and (max-width: 768px) {
  .main.blog .row.additionals .content {
    width: 100%;
    gap: 60px;
    padding: 60px 26px;
  }
}
.main.blog .row.additionals .content .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.main.blog .row.additionals .content .title-wrapper .pretitle {
  color: #18535A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main.blog .row.additionals .content .title-wrapper .title {
  color: #18535A;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 43.2px */
  margin-bottom: 32px;
}
.main.blog .row.additionals .content .title-wrapper .desc {
  color: #5e6262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main.blog .row.additionals .content .cols {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .main.blog .row.additionals .content .cols {
    flex-direction: column;
  }
}
.main.blog .row.additionals .content .cols .col1 {
  display: flex;
  width: 546px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1166px) {
  .main.blog .row.additionals .content .cols .col1 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .main.blog .row.additionals .content .cols .col1 {
    width: 100%;
  }
}
.main.blog .row.additionals .content .cols .col1 .accordion {
  border-bottom: 1px solid #18535A;
  padding-bottom: 1rem;
  gap: 0.5rem;
  color: #18535A;
  width: 100%;
}
.main.blog .row.additionals .content .cols .col1 .accordion input {
  display: none;
}
.main.blog .row.additionals .content .cols .col1 .accordion .accordion-header {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
}
.main.blog .row.additionals .content .cols .col1 .accordion .accordion-header span {
  display: flex;
}
.main.blog .row.additionals .content .cols .col1 .accordion .accordion-header span h3 {
  margin: 0;
}
.main.blog .row.additionals .content .cols .col1 .accordion .accordion-content {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .main.blog .row.additionals .content .cols .col1 .accordion .accordion-content {
    width: auto;
  }
}
.main.blog .row.additionals .content .cols .col2 {
  display: flex;
  width: 537px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 32px;
  background: #DFEAEA;
}
@media screen and (max-width: 1166px) {
  .main.blog .row.additionals .content .cols .col2 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .main.blog .row.additionals .content .cols .col2 {
    width: 100%;
  }
}
.main.blog .row.additionals .content .cols .col2 .title {
  color: #113b40;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product .row.suggested,
.main.blog .row.suggested {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 32px 32px 0px 0px;
  background: #f6e8a3;
}
.product .row.suggested .content,
.main.blog .row.suggested .content {
  padding: 80px 0;
  width: 1116px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .product .row.suggested .content,
  .main.blog .row.suggested .content {
    width: 100%;
    gap: 60px;
    padding: 60px 26px;
  }
}
.product .row.suggested .content .title-wrapper,
.main.blog .row.suggested .content .title-wrapper {
  color: #18535A;
}
.product .row.suggested .content .title-wrapper .pretitle,
.main.blog .row.suggested .content .title-wrapper .pretitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product .row.suggested .content .title-wrapper .title,
.main.blog .row.suggested .content .title-wrapper .title {
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 43.2px */
}
.product .row.suggested .content .products,
.main.blog .row.suggested .content .products {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .product .row.suggested .content .products,
  .main.blog .row.suggested .content .products {
    flex-direction: column;
  }
}
.product .row.suggested .content .products .product,
.main.blog .row.suggested .content .products .product {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex: 1 0 0;
  border-radius: 32px;
  background: #f9f0c1;
  height: 100%;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .product .row.suggested .content .products .product,
  .main.blog .row.suggested .content .products .product {
    width: 100%;
  }
}
.product .row.suggested .content .products .product .product-data,
.main.blog .row.suggested .content .products .product .product-data {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .product .row.suggested .content .products .product .product-data,
  .main.blog .row.suggested .content .products .product .product-data {
    flex-direction: column;
  }
}
.product .row.suggested .content .products .product .product-data .product-title-wrapper,
.main.blog .row.suggested .content .products .product .product-data .product-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: #18535A;
}
.product .row.suggested .content .products .product .product-data .product-title-wrapper .product-title,
.main.blog .row.suggested .content .products .product .product-data .product-title-wrapper .product-title {
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product .row.suggested .content .products .product .product-data .product-title-wrapper .product-sizes,
.main.blog .row.suggested .content .products .product .product-data .product-title-wrapper .product-sizes {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product .row.suggested .content .products .product .product-data .product-image img,
.main.blog .row.suggested .content .products .product .product-data .product-image img {
  display: flex;
  max-height: 218px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product .row.suggested .content .products .product .product-data .product-image img,
  .main.blog .row.suggested .content .products .product .product-data .product-image img {
    width: auto;
  }
}
.product .row.suggested .content .products .product .product-link,
.main.blog .row.suggested .content .products .product .product-link {
  width: 100%;
}
.product .row.suggested .content .products .product .product-link a,
.main.blog .row.suggested .content .products .product .product-link a {
  display: flex;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 50px;
  border: 1px solid #18535A !important;
  text-decoration: none;
  color: #18535A;
}
.product .row.suggested .content .products .product .product-link a:hover,
.main.blog .row.suggested .content .products .product .product-link a:hover {
  color: #ffffff;
}
.product .row.suggested .content .products .product .product-link a:hover path,
.main.blog .row.suggested .content .products .product .product-link a:hover path {
  stroke: #ffffff;
}
.product .row.suggested .content .products .product .product-link a span,
.main.blog .row.suggested .content .products .product .product-link a span {
  display: flex;
}

html,
body {
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

.home .section-1 {
  display: flex;
  justify-content: center;
  background-color: #e8eeef;
  height: 768px;
  padding: 9rem 4rem 4rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .home .section-1 {
    padding: 9rem 2rem 5rem 2rem;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .home .section-1 {
    padding: 7rem 1.5rem 5rem;
  }
}
.home .section-1 .container {
  width: 1116px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container {
    width: 100%;
    flex-direction: column;
  }
}
.home .section-1 .container .col-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  width: 491px;
  align-items: flex-start;
  padding-top: 40px;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-1 {
    width: 100%;
    padding-top: 0;
  }
}
.home .section-1 .container .col-1 .header {
  width: 100%;
}
.home .section-1 .container .col-1 .header h1 {
  margin: 0;
  color: #46757b;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-1 .header h1 {
    text-align: center;
  }
}
.home .section-1 .container .col-1 .header p {
  margin: 0;
  color: #18535A;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 72px */
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-1 .header p {
    font-family: "Sugo Classic Light", sans-serif;
    text-align: center;
    font-size: 3.4375rem;
    line-height: 3.4375rem;
    font-style: normal;
    font-weight: 700;
  }
}
.home .section-1 .container .col-1 .body {
  margin-top: 1rem;
  color: #18535a;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-1 .body {
    text-align: center;
    margin-top: 0;
  }
}
.home .section-1 .container .col-1 .footer {
  padding: 1rem 0;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-1 .footer {
    position: absolute;
    bottom: 40px;
    width: 85%;
    margin-bottom: -90px;
  }
}
.home .section-1 .container .col-1 .footer .alt {
  display: inline-flex;
  padding: 1rem;
  border-radius: 3.125rem;
  border: 1px solid #ECCD38;
  background-color: #ECCD38;
  text-decoration: none;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  color: #635618;
  line-height: 90%;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-1 .footer .alt {
    display: block;
    width: 100%;
  }
}
.home .section-1 .container .col-1 .footer .alt span {
  z-index: 1;
}
.home .section-1 .container .col-2 {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-2 {
    display: flex;
    justify-content: center;
  }
}
.home .section-1 .container .col-2 .circ {
  display: flex;
  position: absolute;
  top: 0;
  right: -250px;
  justify-content: center;
  align-items: baseline;
  width: 862px;
  height: 862px;
  border-radius: 862px;
  background: #f0f5f5;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-2 .circ {
    max-width: 100%;
    position: relative;
    top: -250px;
    right: 0;
    margin-top: 90px;
  }
}
.home .section-1 .container .col-2 .circ .cannaben-header,
.home .section-1 .container .col-2 .circ .forte-header {
  position: absolute;
  top: 0;
  width: 176px;
}
.home .section-1 .container .col-2 .circ .cannaben-header p,
.home .section-1 .container .col-2 .circ .forte-header p {
  margin: 0;
}
.home .section-1 .container .col-2 .circ .cannaben-header p.title,
.home .section-1 .container .col-2 .circ .forte-header p.title {
  color: #18535A;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 31.256px;
  font-style: italic;
  font-weight: 400;
  line-height: 90%; /* 28.13px */
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-2 .circ .cannaben-header p.title,
  .home .section-1 .container .col-2 .circ .forte-header p.title {
    font-size: 28px;
  }
}
.home .section-1 .container .col-2 .circ .cannaben-header p.sub,
.home .section-1 .container .col-2 .circ .forte-header p.sub {
  color: #18535a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home .section-1 .container .col-2 .circ .cannaben-header {
  left: 220px;
  top: 70px;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-2 .circ .cannaben-header {
    width: 155px;
    left: 255px;
    top: 155px;
  }
}
.home .section-1 .container .col-2 .circ .forte-header {
  right: 200px;
  top: 100px;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-2 .circ .forte-header {
    width: 155px;
    right: 255px;
    top: 155px;
  }
}
.home .section-1 .container .col-2 .circ .forte-header .sub {
  text-align: right;
}
.home .section-1 .container .col-2 .circ .hero-product {
  width: 100%;
  max-width: 500px;
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-2 .circ .hero-product {
    margin-top: 150px;
  }
}
.home .section-1 .container .col-2 .circ .hero-product.cannaben {
  margin-left: -50px;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-2 .circ .hero-product.cannaben {
    margin-left: -50px;
  }
}
.home .section-1 .container .col-2 .circ .hero-product.forte {
  max-width: 350px;
  margin-left: -30px;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-2 .circ .hero-product.forte {
    max-width: 300px;
    margin-left: -30px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 650px) {
  .home .section-1 .container .col-2 .circ .hero-product.forte {
    max-width: 220px;
  }
}
.home .section-1 .container .col-2 .product-img {
  display: flex;
  justify-content: center;
}
.home .section-1 .container .col-2 .product-img img {
  height: 30rem;
  max-width: 300px;
}
@media screen and (max-width: 1100px) {
  .home .section-1 .container .col-2 .product-img img {
    max-width: 200px;
    height: 300px;
  }
}
.home .section-2 {
  margin-top: -120px;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  border-radius: 2rem;
  background-color: #ffffff;
  padding: 10rem 8rem;
}
@media screen and (max-width: 1100px) {
  .home .section-2 {
    margin-top: 50px;
    padding: 3.75rem 1.62rem 5rem;
    justify-content: center;
  }
}
.home .section-2 .container {
  max-width: 1116px;
}
@media screen and (max-width: 768px) {
  .home .section-2 .container {
    justify-content: center;
  }
}
.home .section-2 .container .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #18535A;
}
.home .section-2 .container .header .header-pre {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home .section-2 .container .header .header-pre {
    font-size: 1rem;
  }
}
.home .section-2 .container .header .header-main {
  margin: 0;
  font-family: "Sugo Classic Light", sans-serif;
  font-size: 5rem;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .home .section-2 .container .header .header-main {
    font-size: 3rem;
    line-height: 90%;
  }
}
@media screen and (max-width: 350px) {
  .home .section-2 .container .header .header-main {
    font-size: 2.8rem;
  }
}
.home .section-2 .container .header .header-sub {
  margin: 0.5rem;
  color: #7b8181;
}
@media screen and (max-width: 768px) {
  .home .section-2 .container .header .header-sub {
    font-size: 1.125rem;
    text-align: center;
  }
}
.home .section-2 .container .body {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 3.75rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .home .section-2 .container .body {
    flex-direction: column;
    gap: 1rem;
  }
}
.home .section-2 .container .body [class^=item-] {
  display: flex;
}
.home .section-2 .container .body [class^=item-] .item-content {
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  margin-left: 1.5rem;
}
.home .section-2 .container .body [class^=item-] .item-content p {
  margin: 0;
  color: #18535A;
}
.home .section-2 .container .body [class^=item-] .item-content p.item-title {
  font-weight: bold;
}
.home .section-bg {
  position: relative;
  display: flex;
  height: 596px;
  justify-content: center;
  border-radius: 32px 32px 0px 0px;
  background-color: transparent;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home .section-bg {
    height: 708px;
  }
}
.home .section-bg p,
.home .section-bg h2 {
  margin: 0;
}
.home .section-bg .container {
  max-width: 1116px;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.home .section-bg .container .col-1 {
  display: flex;
  width: 560px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .home .section-bg .container .col-1 {
    padding: 270px 28px 74px;
  }
}
.home .section-bg .container .col-1 .title {
  font-family: "Sugo Classic Light", sans-serif;
  font-size: 48px;
  line-height: 90%; /* 43.2px */
  max-width: 500px;
}
.home .section-bg .container .col-1 .desc {
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .home .section-bg .container .col-1 .cta-container {
    width: 100%;
  }
}
.home .section-bg .container .col-1 .cta-container .cta {
  display: flex;
  height: 48px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 50px;
  border: 1px solid #ECCD38;
  background: #ffffff;
  text-decoration: none;
  color: #635618;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home .section-bg .container .col-1 .cta-container .cta::after {
  background-color: #ECCD38;
}
.home .section-bg .container .col-1 .footer {
  font-size: 14px;
  line-height: normal;
}
.home .section-3 {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 2rem;
  background-color: #f6e8a3;
  margin-top: -2rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home .section-3 {
    padding: 3.75rem 1.62rem;
  }
}
.home .section-3 .container {
  width: 1116px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}
.home .section-3 .container .section-ornament {
  position: absolute;
  right: 4.125rem;
  top: 1.25rem;
  display: flex;
  width: 4.375rem;
  height: 4.375rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 10rem;
  background: #18535A;
}
@media screen and (max-width: 768px) {
  .home .section-3 .container .section-ornament {
    position: static;
    margin-bottom: 1rem;
  }
}
.home .section-3 .container .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #18535A;
}
@media screen and (max-width: 768px) {
  .home .section-3 .container .header {
    align-items: start;
  }
}
.home .section-3 .container .header .header-pre {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home .section-3 .container .header .header-pre {
    font-size: 1rem;
  }
}
.home .section-3 .container .header .header-main {
  margin: 0;
  font-family: "Sugo Classic Light", sans-serif;
  font-size: 5rem;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .home .section-3 .container .header .header-main {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.home .section-3 .container .header .header-sub {
  font-size: 1.125rem;
  margin: 0.5rem 0 1.5rem 0;
  width: 720px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home .section-3 .container .header .header-sub {
    width: 100%;
    text-align: left;
  }
}
.home .section-3 .container .body {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .home .section-3 .container .body {
    flex-direction: column;
  }
}
.home .section-3 .container .body .product-card {
  width: 30rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  color: #18535A;
  background-color: #f9f0c1;
  border-radius: 2rem;
  box-shadow: 0px 0px 22px -10px rgba(87, 87, 87, 0.5);
}
@media screen and (max-width: 1024px) {
  .home .section-3 .container .body .product-card {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .home .section-3 .container .body .product-card {
    align-self: center;
    width: 20rem;
  }
}
@media screen and (max-width: 350px) {
  .home .section-3 .container .body .product-card {
    width: 18rem;
  }
}
.home .section-3 .container .body .product-card:hover {
  background-color: #f2de7a;
}
.home .section-3 .container .body .product-card:hover .product-link {
  background-color: #18535A;
}
.home .section-3 .container .body .product-card:hover .product-link a {
  color: #ffffff;
}
.home .section-3 .container .body .product-card:hover .product-link a path {
  stroke: #ffffff;
}
.home .section-3 .container .body .product-card .product-title {
  font-family: "Sugo Classic Light", sans-serif;
  font-size: 2.25rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.home .section-3 .container .body .product-card .product-subtitle {
  margin: 0 0 1rem 0;
}
.home .section-3 .container .body .product-card .product-img {
  width: 60%;
  display: flex;
  justify-content: center;
}
.home .section-3 .container .body .product-card .product-img img {
  height: 20rem;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .home .section-3 .container .body .product-card .product-img img {
    height: 15rem;
  }
}
.home .section-3 .container .body .product-card .product-link {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 3rem;
  border: 1px solid #18535A;
  border-radius: 3.125rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  margin: 0;
}
.home .section-3 .container .body .product-card .product-link a {
  display: flex;
  align-items: center;
  color: #18535A;
  text-decoration: none;
}
.home .section-3 .container .body .product-card .product-link a span {
  display: flex;
}
.home .section-4 {
  display: flex;
  justify-content: center;
  padding: 8.25rem 8rem 5rem;
  position: relative;
  margin-top: -2rem;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .home .section-4 {
    padding: 8.25rem 4rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .home .section-4 {
    padding: 5rem 1.62rem 3.75rem 1.62rem;
  }
}
.home .section-4 .container {
  width: 1116px;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .home .section-4 .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home .section-4 .container {
    width: 100%;
  }
}
.home .section-4 .container #background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.home .section-4 .container > .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home .section-4 .container > .header {
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.home .section-4 .container > .header .header-wrapper {
  width: 570px;
}
@media screen and (max-width: 768px) {
  .home .section-4 .container > .header .header-wrapper {
    width: 100%;
  }
}
.home .section-4 .container > .header .header-wrapper .header-pre {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home .section-4 .container > .header .header-wrapper .header-pre {
    font-size: 1rem;
  }
}
.home .section-4 .container > .header .header-wrapper .header-title {
  margin: 0;
  font-family: "Sugo Classic Light", sans-serif;
  font-size: 5rem;
  line-height: 90%;
}
@media screen and (max-width: 768px) {
  .home .section-4 .container > .header .header-wrapper .header-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.home .section-4 .container > .header .header-wrapper .header-subtitle {
  margin: 0;
  font-size: 1.125rem;
}
.home .section-4 .container > .header .section-ornament {
  display: flex;
  width: 4.375rem;
  height: 4.375rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  border-radius: 10rem;
  background: #ECCD38;
}
@media screen and (max-width: 768px) {
  .home .section-4 .container > .header .section-ornament {
    margin-bottom: 1rem;
  }
}
.home .section-4 .container .body .slider-controls {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.home .section-4 .container .body .slider-controls .controls {
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 3.125rem;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.home .section-4 .container .body .slider-controls .controls span {
  display: flex;
}
.home .section-4 .container .body .slider {
  width: 100%;
  display: flex;
  gap: 2%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.home .section-4 .container .body .slider::-webkit-scrollbar {
  width: 0;
}
.home .section-4 .container .body .slider .slider-ingredient {
  min-width: 32%;
  display: flex;
  padding: 2%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
  scroll-snap-align: start;
}
@media screen and (max-width: 1024px) {
  .home .section-4 .container .body .slider .slider-ingredient {
    min-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .home .section-4 .container .body .slider .slider-ingredient {
    min-width: 100%;
    padding: 1rem;
  }
}
.home .section-4 .container .body .slider .slider-ingredient .header {
  display: flex;
  align-items: center;
}
.home .section-4 .container .body .slider .slider-ingredient .header .icon {
  width: 6rem;
}
.home .section-4 .container .body .slider .slider-ingredient .body p {
  margin: 0;
}
.home .section-4 .container .footer p a {
  display: flex;
  height: 3rem;
  width: fit-content;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  border: 1px solid #18535A;
  background: #ffffff;
  text-decoration: none;
  color: #18535A;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .home .section-4 .container .footer p a {
    width: 100%;
    font-size: 1rem;
    padding: 1rem 0rem;
  }
}
.home .section-4 .container .footer p a:hover {
  color: #ffffff;
}
.home .section-4 .container .footer p a:hover path {
  stroke: #ffffff;
}
.home .section-4 .container .footer p a span {
  display: flex;
  z-index: 1;
}
.home .section-5 {
  display: flex;
  justify-content: center;
  padding: 10rem 7.88rem 12rem;
  background-color: #ffffff;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1150px) {
  .home .section-5 {
    padding: 10rem 4rem 12rem;
  }
}
@media screen and (max-width: 768px) {
  .home .section-5 {
    padding: 3.75rem 1.62rem 6rem;
  }
}
.home .section-5 .container {
  width: 1116px;
}
.home .section-5 .container .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .home .section-5 .container .header {
    flex-direction: column-reverse;
  }
}
.home .section-5 .container .header .col-1 {
  width: 607px;
}
@media screen and (max-width: 900px) {
  .home .section-5 .container .header .col-1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home .section-5 .container .header .col-1 {
    width: 100%;
  }
}
.home .section-5 .container .header .col-1 .header-pre {
  color: #18535A;
  font-size: 1.125rem;
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home .section-5 .container .header .col-1 .header-pre {
    font-size: 1rem;
  }
}
.home .section-5 .container .header .col-1 .header-title {
  align-self: stretch;
  color: #18535A;
  font-family: "Sugo Classic Regular";
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .home .section-5 .container .header .col-1 .header-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.home .section-5 .container .header .col-1 .header-sub {
  align-self: stretch;
  margin: 0;
  color: #7b8181;
  font-size: 1.125rem;
}
.home .section-5 .container .header .col-2 {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .home .section-5 .container .header .col-2 {
    width: 100%;
    justify-content: start;
    margin-bottom: 1rem;
  }
}
.home .section-5 .container .header .col-2 .section-ornament {
  display: flex;
  width: 4.375rem;
  height: 4.375rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  border-radius: 10rem;
  background: #ECCD38;
}
.home .section-5 .container .footer {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 980px) {
  .home .section-5 .container .footer {
    flex-direction: column-reverse;
  }
}
.home .section-5 .container .footer .footer-link a {
  width: fit-content;
  display: flex;
  height: 3rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  border: 1px solid #18535A !important;
  background: #ffffff;
  text-decoration: none;
  color: #18535A;
}
@media screen and (max-width: 980px) {
  .home .section-5 .container .footer .footer-link a {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .home .section-5 .container .footer .footer-link a {
    width: 100%;
  }
}
.home .section-5 .container .footer .footer-link a span {
  z-index: 1;
  display: flex;
}
.home .section-5 .container .footer .footer-link a:hover {
  color: #ffffff;
}
.home .section-5 .container .footer .footer-link a:hover path {
  stroke: #ffffff;
}
.home .section-5 .container .footer .search {
  display: flex;
}
.home .section-5 .container .footer .search input {
  padding-left: 2rem;
  width: 20rem;
  display: flex;
  height: 3rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  border: 1px solid #DFEAEA;
  background: #ffffff;
}
@media screen and (max-width: 980px) {
  .home .section-5 .container .footer .search input {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .home .section-5 .container .footer .search input {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .home .section-5 .container .footer .search input {
    padding-left: 1rem;
  }
}
.home .section-5 .container .footer .search button {
  margin-left: -18%;
  display: flex;
  height: 3rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  border: 1px solid #DFEAEA;
  background: #18535A;
  color: #ffffff;
}
.home .section-6 {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  padding: 10rem 7.88rem;
  background-color: #e8eeef;
  border-radius: 2rem;
  margin-top: -2rem;
  color: #18535A;
}
@media screen and (max-width: 768px) {
  .home .section-6 {
    padding: 3.75rem 1.62rem;
    flex-direction: column;
    gap: 1rem;
  }
}
.home .section-6 .container {
  width: 1116px;
  gap: 5.75rem;
}
@media screen and (max-width: 768px) {
  .home .section-6 .container {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
  }
}
.home .section-6 .container .col-1 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .home .section-6 .container .col-1 {
    width: 100%;
  }
}
.home .section-6 .container .col-1 .header-pre {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .home .section-6 .container .col-1 .header-pre {
    font-size: 1rem;
  }
}
.home .section-6 .container .col-1 .header-title {
  margin: 0;
  font-family: "Sugo Classic Regular";
  font-weight: 400;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .home .section-6 .container .col-1 .header-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.home .section-6 .container .col-1 .header-subtitle {
  margin: 0;
  font-size: 1.125rem;
  color: #5e6262;
}
.home .section-6 .container .col-2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .home .section-6 .container .col-2 {
    width: 100%;
  }
}
.home .section-6 .container .col-2 .accordion {
  border-bottom: 1px solid #18535A;
  padding-bottom: 1rem;
  gap: 0.5rem;
}
.home .section-6 .container .col-2 .accordion input {
  display: none;
}
.home .section-6 .container .col-2 .accordion .accordion-header {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
}
.home .section-6 .container .col-2 .accordion .accordion-header span {
  display: flex;
}
.home .section-6 .container .col-2 .accordion .accordion-content {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
}
.home .section-7 {
  display: flex;
  justify-content: center;
  position: relative;
  color: #18535A;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 6.25rem 7.25rem;
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  .home .section-7 {
    padding: 3.75rem 1.62rem;
  }
}
.home .section-7 .container {
  width: 1116px;
}
.home .section-7 .container .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .home .section-7 .container .header {
    flex-direction: column-reverse;
  }
}
.home .section-7 .container .header .col-1 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .home .section-7 .container .header .col-1 {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .home .section-7 .container .header .col-1 {
    width: 100%;
  }
}
.home .section-7 .container .header .col-1 .header-pre {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .home .section-7 .container .header .col-1 .header-pre {
    font-size: 1rem;
  }
}
.home .section-7 .container .header .col-1 .header-title {
  font-family: "Sugo Classic Regular";
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 768px) {
  .home .section-7 .container .header .col-1 .header-title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.home .section-7 .container .header .col-1 .header-subtitle {
  color: #5e6262;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
}
.home .section-7 .container .header .col-2 {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .home .section-7 .container .header .col-2 {
    width: 100%;
    justify-content: start;
    margin-bottom: 1rem;
  }
}
.home .section-7 .container .header .col-2 .section-ornament {
  display: flex;
  width: 4.375rem;
  height: 4.375rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  border-radius: 10rem;
  background: #ECCD38;
}
.home .section-7 .container .body {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 980px) {
  .home .section-7 .container .body {
    display: block;
  }
}
.home .section-7 .container .footer {
  display: flex;
}
@media screen and (max-width: 768px) {
  .home .section-7 .container .footer .footer-link {
    width: 100%;
    background-position-y: center;
  }
}
.home .section-7 .container .footer .footer-link a {
  display: flex;
  height: 3rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  color: #18535A;
  border: 1px solid #18535A;
  background: #ffffff;
  text-decoration: none;
}
.home .section-7 .container .footer .footer-link a span {
  display: flex;
  z-index: 1;
}
.home .section-7 .container .footer .footer-link a:hover {
  color: #ffffff;
}
.home .section-7 .container .footer .footer-link a:hover path {
  stroke: #ffffff;
}

.product .main-view {
  display: flex;
  justify-content: center;
  padding: 9rem 8rem 6rem 8rem;
}
@media screen and (max-width: 768px) {
  .product .main-view {
    padding: 0;
  }
}
.product .main-view .container {
  width: 1116px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  gap: 4.3rem;
}
@media screen and (max-width: 768px) {
  .product .main-view .container {
    width: 100%;
  }
}
.product .main-view .container .col-1 {
  width: 375px;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-1 {
    display: none;
  }
}
.product .main-view .container .col-1 .content {
  position: sticky;
  top: 180px;
}
.product .main-view .container .col-1 .content .footer {
  display: flex;
  height: 3rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  background: #ffffff;
  text-align: center;
}
.product .main-view .container .col-1 .content .footer:hover {
  border: 1px solid #18535A !important;
}
.product .main-view .container .col-1 .content .footer a {
  color: #ffffff;
  text-decoration: none;
}
.product .main-view .container .col-1 .content .footer:hover a {
  color: #18535A;
}
.product .main-view .container .col-2 {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 {
    width: 100%;
    gap: 0;
    padding-bottom: 3.75rem;
  }
}
.product .main-view .container .col-2 .section-1 {
  background-color: #f9f0c1;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-1 {
    border-radius: 0 0 2rem 2rem;
    padding: 1.62rem;
    padding-top: 5rem;
  }
}
.product .main-view .container .col-2 .section-1 .section-ornament {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  gap: 0.68569rem;
  border-radius: 2rem;
  background: #18535A;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-1 .section-ornament {
    position: static;
    margin-top: 1rem;
  }
}
.product .main-view .container .col-2 .section-1 p {
  margin: 0;
}
.product .main-view .container .col-2 .section-1 p.pretitle {
  margin-top: 1rem;
}
.product .main-view .container .col-2 .section-1 p:last-of-type {
  font-size: 20px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-1 p:last-of-type {
    font-size: 18px;
  }
}
.product .main-view .container .col-2 .section-1 h1 {
  margin: 0;
  margin-bottom: 2rem;
  font-family: "Sugo Classic Regular";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-1 h1 {
    font-size: 3.5rem;
  }
}
.product .main-view .container .col-2 .section-1 .fixed-cta {
  z-index: 1;
  display: none;
  justify-content: center;
  position: static;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 3rem;
  padding: 1rem;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  border: 1px solid #18535A;
  background: #18535A;
  transform: translateX(5%);
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-1 .fixed-cta {
    display: flex;
  }
}
.product .main-view .container .col-2 .section-1 .fixed-cta a {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}
.product .main-view .container .col-2 .section-1 .fixed-cta:hover a {
  color: #ffffff;
}
.product .main-view .container .col-2 .section-1 .fixed-cta.sticky {
  position: fixed;
  bottom: 10px;
  width: 77%;
  transform: translateX(14%);
  z-index: 10;
}
.product .main-view .container .col-2 .section-1 > .mobile-img {
  display: none;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-1 > .mobile-img {
    display: block;
  }
}
.product .main-view .container .col-2 .section-2 {
  padding: 60px 24px;
  margin-top: 1.5rem;
  box-shadow: 0px 0px 22px -10px rgba(87, 87, 87, 0.2);
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-2 {
    margin: 0;
    gap: 1rem;
  }
  .product .main-view .container .col-2 .section-2 p {
    margin: 0;
  }
}
.product .main-view .container .col-2 .section-2 .title {
  font-family: "Sugo Classic Extralight";
  font-size: 2.25rem;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-2 .title {
    font-size: 1.8rem;
  }
}
.product .main-view .container .col-2 .section-2 .desc {
  color: #5e6262;
}
.product .main-view .container .col-2 .section-2 .product-properties-list {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-2 .product-properties-list {
    margin: 0;
    padding: 0;
  }
}
.product .main-view .container .col-2 .section-2 .product-properties-list li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-2 .product-properties-list li .property-img {
    min-width: 60px;
  }
}
.product .main-view .container .col-2 .section-2 .product-properties-list li .property-img img {
  width: 100%;
  max-width: 65px;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-2 .product-properties-list li .property-desc {
    max-width: 85%;
  }
}
.product .main-view .container .col-2 .section-3 {
  box-shadow: 0px 0px 22px -10px rgba(87, 87, 87, 0.2);
  padding: 24px;
}
.product .main-view .container .col-2 .section-3 .title {
  font-family: "Sugo Classic Extralight";
  font-size: 2.25rem;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-3 .title {
    font-size: 30px;
  }
}
.product .main-view .container .col-2 .section-3 .body .slider-controls {
  cursor: pointer;
}
.product .main-view .container .col-2 .section-3 .body .slider {
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 2%;
}
.product .main-view .container .col-2 .section-3 .body .slider::-webkit-scrollbar {
  width: 0;
}
.product .main-view .container .col-2 .section-3 .body .slider .ingredient {
  scroll-snap-align: start;
  min-width: 48%;
  border-radius: 1.5rem;
  background: #f0f5f5;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-3 .body .slider .ingredient {
    min-width: 100%;
  }
}
.product .main-view .container .col-2 .section-3 .body .slider .ingredient .ingredient-title {
  font-size: 20px;
}
.product .main-view .container .col-2 .section-3 .body .slider .ingredient .desc {
  color: #5e6262;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-4 {
    margin: 1rem;
  }
}
.product .main-view .container .col-2 .section-4 .accordion {
  padding: 24px;
  border-radius: 2rem;
  box-shadow: 0px 0px 22px -10px rgba(87, 87, 87, 0.2);
  background-color: #ffffff;
  font-size: 36px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.product .main-view .container .col-2 .section-4 .accordion input {
  display: none;
}
.product .main-view .container .col-2 .section-4 .accordion .accordion-header {
  font-size: 2.25rem;
  font-family: "Sugo Classic Extralight";
  font-style: normal;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-4 .accordion .accordion-header {
    font-size: 30px;
  }
}
.product .main-view .container .col-2 .section-4 .accordion .accordion-header h2 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.product .main-view .container .col-2 .section-4 .accordion input:checked ~ .accordion-content {
  margin-top: 16px;
}
.product .main-view .container .col-2 .section-4 .accordion .accordion-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  color: #5e6262;
}
.product .main-view .container .col-2 .section-5 {
  padding: 24px;
  border-radius: 2rem;
  box-shadow: 0px 0px 22px -10px rgba(87, 87, 87, 0.2);
  background-color: #ffffff;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-5 {
    margin: 0 1rem 0 1rem;
  }
}
.product .main-view .container .col-2 .section-5 .title {
  font-size: 2.25rem;
  font-family: "Sugo Classic Extralight";
  font-style: normal;
  font-weight: 200;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-5 .title {
    font-size: 30px;
  }
}
.product .main-view .container .col-2 .section-5 > .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.5);
  backdrop-filter: blur(5px);
  z-index: 999;
}
.product .main-view .container .col-2 .section-5 > .popup .popup-content {
  position: fixed;
  top: 20%;
  left: 30%;
  width: 35%;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 .section-5 > .popup .popup-content {
    top: 5%;
    left: 5%;
    width: 90%;
  }
}
.product .main-view .container .col-2 .section-5 > .popup .popup-content .close {
  cursor: pointer;
}
.product .main-view .container .col-2 .section-5 > .popup .popup-content .body .download {
  margin-top: 1rem;
  border-radius: 1.5rem;
  border: 1px solid #DFEAEA;
  padding: 1rem;
}
.product .main-view .container .col-2 .section-5 > .popup .popup-content .body .download .download-title {
  text-decoration: none;
  color: inherit;
}
.product .main-view .container .col-2 .section-5 > .popup .popup-content .body .download .download-body {
  font-size: 16px;
  margin-top: 1rem;
  color: #5e6262;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 > .section-6 {
    margin: 1.62rem;
  }
}
.product .main-view .container .col-2 > .section-6 .title {
  font-size: 2.25rem;
  font-family: "Sugo Classic Extralight";
  font-style: normal;
  font-weight: 200;
  color: #18535A;
}
@media screen and (max-width: 768px) {
  .product .main-view .container .col-2 > .section-6 .title {
    font-size: 30px;
  }
}
.product .main-view .container .col-2 > .section-6 .loc-container {
  position: relative;
  display: flex;
}
.product .main-view .container .col-2 > .section-6 .loc-container input {
  width: 100%;
  border-radius: 2rem;
  padding-left: 1rem;
  height: 3rem;
}
.product .main-view .container .col-2 > .section-6 .loc-container button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 3rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  border: 1px solid #DFEAEA;
  background: #18535A;
  color: #ffffff;
}
.product .main-view .container .col-2 > .section-6 .loc-container button:active {
  background-color: #113b40;
}
.product .main-view .container .col-2 > .section-6 .locals-search-engine #map {
  border-radius: 1rem;
  margin-top: 1rem;
  height: 24rem;
}
.product > .section-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: #f0f5f5;
  padding: 5rem 8rem;
}
@media screen and (max-width: 1024px) {
  .product > .section-2 {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .product > .section-2 {
    padding: 0 0 3.75rem 0;
    border-radius: 0;
    gap: 0;
  }
}
.product > .section-2 .container {
  width: 1116px;
  flex-direction: column;
}
.product > .section-2 .container .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .row {
    flex-direction: column-reverse;
  }
}
.product > .section-2 .container .row .col-1 {
  width: 50%;
  color: #18535A;
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .row .col-1 {
    width: 100%;
    padding: 3.88rem 1.62rem 0;
  }
}
.product > .section-2 .container .row .col-1 .pretitle {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product > .section-2 .container .row .col-1 .title {
  font-family: "Sugo Classic Regular";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .row .col-1 .title {
    font-size: 1.85rem;
  }
}
.product > .section-2 .container .row .col-1 > .ul-yellow-bullet {
  font-size: 1.125rem;
  color: #5e6262;
  margin-top: 32px;
  margin-bottom: 0;
}
.product > .section-2 .container .row .col-1 > .ul-yellow-bullet li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.product > .section-2 .container .row .col-2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .row .col-2 {
    width: 100%;
  }
}
.product > .section-2 .container .row .col-2 img {
  float: inline-end;
  max-width: 380px;
  max-height: 380px;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .row .col-2 img {
    width: 100%;
    height: 16.25rem;
    object-fit: cover;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .more-info-container {
    padding: 1.62rem;
  }
}
.product > .section-2 .container .more-info-container .more-info {
  background-color: #18535A;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .more-info-container .more-info {
    flex-direction: column;
    gap: 2rem;
  }
}
.product > .section-2 .container .more-info-container .more-info .col-1 {
  max-width: 663px;
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .more-info-container .more-info .col-1 {
    width: 100%;
  }
}
.product > .section-2 .container .more-info-container .more-info .col-1 .pretitle {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product > .section-2 .container .more-info-container .more-info .col-1 .title {
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 43.2px */
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .more-info-container .more-info .col-1 .title {
    font-size: 36px;
    line-height: normal;
  }
}
.product > .section-2 .container .more-info-container .more-info .col-1 .subtitle {
  width: 555px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .more-info-container .more-info .col-1 .subtitle {
    width: 100%;
  }
}
.product > .section-2 .container .more-info-container .more-info .col-2 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .more-info-container .more-info .col-2 {
    width: 100%;
  }
}
.product > .section-2 .container .more-info-container .more-info .col-2 .cta {
  cursor: pointer;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .more-info-container .more-info .col-2 .cta {
    width: 100%;
    justify-content: center;
  }
}
.product > .section-2 .container .more-info-container .more-info .col-2 .cta::after {
  background-color: #DFEAEA;
}
.product > .section-2 .container .more-info-container .more-info .col-2 .popup-disclaimer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.5);
  backdrop-filter: blur(5px);
  z-index: 999;
}
.product > .section-2 .container .more-info-container .more-info .col-2 .popup-disclaimer .popup-content {
  position: fixed;
  top: 20%;
  left: 30%;
  width: 35%;
  background-color: #ffffff;
  color: #18535A;
  padding: 1.5rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .product > .section-2 .container .more-info-container .more-info .col-2 .popup-disclaimer .popup-content {
    top: 10%;
    left: 5%;
    width: 90%;
  }
}
.product > .section-2 .container .more-info-container .more-info .col-2 .popup-disclaimer .popup-content .header .title {
  font-family: "Sugo Classic Extralight";
  font-size: 2.25rem;
}
.product > .section-2 .container .more-info-container .more-info .col-2 .popup-disclaimer .popup-content .header .close {
  cursor: pointer;
}
.product > .section-2 .container .more-info-container .more-info .col-2 .popup-disclaimer .popup-content .body {
  margin-top: 1rem;
  color: #5e6262;
}
.product > .section-2 .container .more-info-container .more-info .col-2 .popup-disclaimer .popup-content .footer button {
  cursor: pointer;
  border: 1px solid #18535A;
  border-radius: 2rem;
}
.product > .section-2 .container .more-info-container .more-info .col-2 .popup-disclaimer .popup-content .footer button.accept {
  color: #ffffff;
  background-color: #18535A;
}
.product > .section-2 .container .more-info-container .more-info .col-2 .popup-disclaimer .popup-content .footer button.accept:hover {
  color: #18535A;
}
.product > .section-2 .container .more-info-container .more-info .col-2 .popup-disclaimer .popup-content .footer button.decline {
  color: #18535A;
  background-color: #ffffff;
}
.product > .section-2 .container .more-info-container .more-info .col-2 .popup-disclaimer .popup-content .footer button.decline:hover {
  color: #ffffff;
}
.product > .section-3 {
  padding: 6.25rem 7.875rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .product > .section-3 {
    padding: 3.75rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .product > .section-3 {
    padding: 0;
  }
}
.product > .section-3 .container {
  width: 1116px;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .product > .section-3 .container {
    width: 100%;
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .product > .section-3 .container .col-1 {
    width: 100%;
  }
}
.product > .section-3 .container .col-1 img {
  float: inline-start;
  max-width: 380px;
  max-height: 380px;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .product > .section-3 .container .col-1 img {
    border-radius: 0;
    height: 16.25rem;
    object-fit: cover;
    width: 100%;
  }
}
.product > .section-3 .container .col-2 {
  width: 41.43rem;
  color: #18535A;
}
@media screen and (max-width: 768px) {
  .product > .section-3 .container .col-2 {
    width: 100%;
    padding: 3.75rem 1.62rem;
  }
}
.product > .section-3 .container .col-2 .pretitle {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product > .section-3 .container .col-2 .title {
  font-family: "Sugo Classic Regular";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
@media screen and (max-width: 768px) {
  .product > .section-3 .container .col-2 .title {
    font-size: 1.8rem;
  }
}
.product > .section-3 .container .col-2 ul {
  font-size: 1.125rem;
  line-height: normal;
  margin-top: 2rem;
}
.product > .section-3 .container .col-2 ul li {
  color: #5e6262;
}
.product > .section-4 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 5rem 7.875rem;
  border-radius: 2rem 2rem 0rem 0rem;
  background: #f9f0c1;
  color: #18535A;
}
@media screen and (max-width: 1024px) {
  .product > .section-4 {
    padding: 3.75rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .product > .section-4 {
    padding: 3.75rem 1.62rem;
    margin-top: -3rem;
  }
}
.product > .section-4 .container {
  width: 1116px;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .product > .section-4 .container {
    flex-direction: column;
    width: 100%;
  }
}
.product > .section-4 .container .col-1 {
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .product > .section-4 .container .col-1 {
    max-width: 100%;
    width: 100%;
  }
}
.product > .section-4 .container .col-1 .pretitle {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product > .section-4 .container .col-1 .title {
  font-family: "Sugo Classic Regular";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}
.product > .section-4 .container .col-1 .desc {
  color: #5e6262;
  font-size: 1.125rem;
}
.product > .section-4 .container .col-2 {
  max-width: 23.6rem;
}
@media screen and (max-width: 768px) {
  .product > .section-4 .container .col-2 {
    width: 100%;
  }
}
.product > .section-4 .container .col-2 .rel-product-card {
  display: flex;
  flex-direction: column;
  justify-items: center;
  padding: 1rem;
  border-radius: 2rem;
  background: #ffffff;
}
.product > .section-4 .container .col-2 .rel-product-card .prod-body {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.product > .section-4 .container .col-2 .rel-product-card .prod-body .prod-info .prod-name {
  font-family: "Sugo Classic Light", sans-serif;
  font-size: 2.25rem;
  color: #18535A;
  margin: 0;
  text-align: center;
}
.product > .section-4 .container .col-2 .rel-product-card .prod-body .prod-info {
  font-size: 0.8rem;
  text-align: center;
}
.product > .section-4 .container .col-2 .rel-product-card .prod-body .prod-img {
  max-width: 40%;
}
.product > .section-4 .container .col-2 .rel-product-card .prod-footer {
  display: flex;
  padding: 0.5rem;
  justify-content: center;
  border-radius: 3.125rem;
  border: 1px solid #18535A !important;
}
.product > .section-4 .container .col-2 .rel-product-card .prod-footer a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  text-decoration: none;
  color: #18535A;
}
.product > .section-4 .container .col-2 .rel-product-card .prod-footer:hover a {
  color: #ffffff;
}
.product > .section-4 .container .col-2 .rel-product-card .prod-footer:hover a path {
  stroke: #ffffff;
}
.product .row.additionals {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.product .row.additionals .content {
  padding: 80px 0;
  width: 1116px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1166px) {
  .product .row.additionals .content {
    padding: 100px 26px 80px;
  }
}
@media screen and (max-width: 768px) {
  .product .row.additionals .content {
    width: 100%;
    gap: 60px;
    padding: 60px 26px;
  }
}
.product .row.additionals .content .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.product .row.additionals .content .title-wrapper .pretitle {
  color: #18535A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.product .row.additionals .content .title-wrapper .title {
  color: #18535A;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 43.2px */
  margin-bottom: 32px;
  margin-top: 0;
}
.product .row.additionals .content .title-wrapper .desc {
  color: #5e6262;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product .row.additionals .content .cols .col1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.product .row.additionals .content .cols .col1 .accordion {
  border-bottom: 1px solid #18535A;
  padding-bottom: 1rem;
  gap: 0.5rem;
  color: #18535A;
  width: 100%;
}
.product .row.additionals .content .cols .col1 .accordion input {
  display: none;
}
.product .row.additionals .content .cols .col1 .accordion .accordion-header {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.product .row.additionals .content .cols .col1 .accordion .accordion-header span {
  display: flex;
}
.product .row.additionals .content .cols .col1 .accordion .accordion-header span h3 {
  margin: 0;
}
.product .row.additionals .content .cols .col1 .accordion .accordion-content {
  font-size: 1.25rem;
}
.product .row.additionals .content .cols .col1 .accordion .accordion-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .product .row.additionals .content .cols .col1 .accordion .accordion-content {
    width: auto;
  }
}
.product .row.additionals .content .cols .col2 {
  display: flex;
  width: 537px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 32px;
  background: #DFEAEA;
}
@media screen and (max-width: 1166px) {
  .product .row.additionals .content .cols .col2 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .product .row.additionals .content .cols .col2 {
    width: 100%;
  }
}
.product .row.additionals .content .cols .col2 .title {
  color: #113b40;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product .popup-results {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.5);
  backdrop-filter: blur(5px);
  z-index: 999;
  overflow-y: scroll;
}
.product .popup-results p {
  margin: 0;
}
.product .popup-results .popup-content {
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  position: fixed;
  top: 10%;
  transform: translateX(50%);
  width: 50%;
  background-color: #ffffff;
  color: #18535A;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .product .popup-results .popup-content {
    top: 5%;
    transform: translateX(5%);
    width: 90%;
  }
}
.product .popup-results .popup-content .header .title {
  font-family: "Sugo Classic Extralight";
  font-size: 2.25rem;
}
.product .popup-results .popup-content .header .close {
  cursor: pointer;
}
.product .popup-results .popup-content .body {
  color: #5e6262;
}
.product .popup-results .popup-content .body .pretitle {
  color: #18535A;
  font-size: 1.125rem;
}
.product .popup-results .popup-content .body .title {
  font-family: "Sugo Classic Regular";
  color: #18535A;
  font-size: 2.25rem;
  font-weight: 400;
}
.product .popup-results .popup-content .body .result-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product .popup-results .popup-content .body .result-container .re-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1.5rem;
  border: 1px solid #DFEAEA;
  background: #ffffff;
}
.product .popup-results .popup-content .body .result-container .re-item .result-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  color: #18535A;
}
.product .popup-results .popup-content .body .result-container .re-item .result-title span:first-of-type {
  font-family: "Sugo Classic Regular";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product .popup-results .popup-content .body .result-container .re-item .result-title span:last-of-type {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product .popup-results .popup-content .body .result-container .re-item .results {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}
.product .popup-results .popup-content .body .result-container .re-item .results .res {
  display: flex;
  align-items: center;
  gap: 2%;
  flex: 1 0 48%;
}
.product .popup-results .popup-content .body .result-container .re-item .results .res .row-progress-ring {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product .popup-results .popup-content .body .result-container .re-item .results .res .progress-ring {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0px;
  border-radius: 100%;
  position: relative;
}
.product .popup-results .popup-content .body .result-container .re-item .results .res .marks-ring {
  display: block;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  position: relative;
}
.product .popup-results .popup-content .body .result-container .re-item .results .res .progress-bg-ring-marks {
  transition: stroke-dashoffset 1s linear;
  transform: rotate(270deg);
  stroke: #f2de7a;
  stroke-width: 0.5em;
}
.product .popup-results .popup-content .body .result-container .re-item .results .res .res-perc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product .popup-results .popup-content .body .result-container .re-item .results .res .res-perc span {
  font-family: "Sugo Classic Regular";
  background-color: #ECCD38;
  color: black;
  text-align: center;
  font-size: 1.49044rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
}
.product .popup-results .popup-content .body .result-container .re-item .results .res .res-desc {
  color: #5e6262;
  font-size: 0.875rem;
  line-height: normal;
}
.product .popup-results .popup-content .footer {
  color: #18535A;
  font-family: "Nunito Sans";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#localizador-m {
  padding: 8rem 5rem 3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1160px) {
  #localizador-m {
    padding: 8rem 0 3.75rem;
  }
}
#localizador-m p {
  margin: 0;
}
#localizador-m .header {
  position: relative;
  width: 1116px;
}
@media screen and (max-width: 1160px) {
  #localizador-m .header {
    width: 100%;
    border-radius: 0 0 2rem 2rem;
    padding: 0 26px;
  }
}
@media screen and (max-width: 768px) {
  #localizador-m .header {
    padding: 0;
  }
}
#localizador-m .header .container {
  padding: 2rem;
  border-radius: 2rem;
  background: #e8eeef;
  margin-bottom: 3.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1160px) {
  #localizador-m .header .container {
    width: 100%;
  }
}
#localizador-m .header .container .title-wrapper {
  color: #18535A;
  max-width: 635px;
}
#localizador-m .header .container .title-wrapper .breadcrumbs-wrapper {
  margin-bottom: 1.5rem;
}
#localizador-m .header .container .title-wrapper .pretitle {
  font-size: 1.125rem;
  font-weight: 700;
}
#localizador-m .header .container .title-wrapper h2.title {
  margin: 0;
  font-family: "Sugo Classic Regular";
  font-size: 5rem;
  font-weight: 400;
  line-height: 90%;
}
@media screen and (max-width: 1023px) {
  #localizador-m .header .container .title-wrapper h2.title {
    font-size: 4rem;
  }
}
#localizador-m .header .container .section-ornament {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #18535A;
}
@media screen and (max-width: 1023px) {
  #localizador-m .header .container .section-ornament {
    position: static;
    margin-bottom: 0.5rem;
  }
}
#localizador-m .body {
  width: 1116px;
}
@media screen and (max-width: 1160px) {
  #localizador-m .body {
    width: 100%;
    padding: 0 26px;
  }
}
#localizador-m .body .container #location-wrapper {
  display: flex;
  gap: 2rem;
  width: 100%;
  height: 30rem;
}
@media screen and (max-width: 768px) {
  #localizador-m .body .container #location-wrapper {
    width: 100%;
    flex-direction: column;
    height: auto;
    padding: 0;
  }
}
#localizador-m .body .container #location-wrapper .map-wrapper {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1023px) {
  #localizador-m .body .container #location-wrapper .map-wrapper {
    width: 100%;
  }
}
#localizador-m .body .container #location-wrapper .map-wrapper .title {
  color: #18535A;
  font-size: 1.125rem;
  font-weight: 700;
}
#localizador-m .body .container #location-wrapper .map-wrapper .loc-container {
  position: relative;
  display: flex;
}
#localizador-m .body .container #location-wrapper .map-wrapper .loc-container input {
  width: 100%;
  border-radius: 2rem;
  padding-left: 1rem;
  height: 3rem;
}
#localizador-m .body .container #location-wrapper .map-wrapper .loc-container button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 3rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  border: 1px solid #DFEAEA;
  background: #18535A;
  color: #ffffff;
}
#localizador-m .body .container #location-wrapper .map-wrapper .loc-container button:active {
  background-color: #113b40;
}
#localizador-m .body .container #location-wrapper .map-wrapper .locals-search-engine #map {
  border-radius: 1rem;
  height: 370px;
}
#localizador-m .body .container #location-wrapper .results-wrapper {
  width: 40%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 3rem;
}
@media screen and (max-width: 1023px) {
  #localizador-m .body .container #location-wrapper .results-wrapper {
    width: 100%;
  }
}
#localizador-m .body .container #location-wrapper .results-wrapper .search-result {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  color: #18535A;
  border-bottom: 2px solid #DFEAEA;
}
#localizador-m .body .container #location-wrapper .results-wrapper .search-result .col-1 .section-ornament {
  width: 1.4825rem;
  height: 2rem;
}
#localizador-m .body .container #location-wrapper .results-wrapper .search-result .col-2 .title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#localizador-m .body .container #location-wrapper .results-wrapper .search-result .col-2 .result-address {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#localizador-m .body .container #location-wrapper .results-wrapper .search-result .col-2 .result-address .map-directions a {
  color: #18535A;
  font-weight: 700;
}
#localizador-m .body .farm-logo-container {
  margin-top: 32px;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #localizador-m .body .farm-logo-container {
    margin-top: 60px;
  }
}
#localizador-m .body .farm-logo-container .slider-controls {
  cursor: pointer;
  margin-bottom: 16px;
}
#localizador-m .body .farm-logo-container .title {
  color: #18535A;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
#localizador-m .body .farm-logo-container .row {
  display: flex;
  gap: 24px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
#localizador-m .body .farm-logo-container .row::-webkit-scrollbar {
  width: 0;
}
#localizador-m .body .farm-logo-container .row .farm-logo {
  display: flex;
  align-items: center;
  scroll-snap-align: start;
}
#localizador-m .body .farm-logo-container .row .farm-logo img {
  max-width: 200px;
  max-height: 100px;
}

#privacy {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #privacy {
    padding: 80px 24px 60px;
  }
}
#privacy .row {
  max-width: 1114px;
}
#privacy .row h1 {
  color: #18535A;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 49.5px */
  margin: 0 0 28px;
}
#privacy .row .privacy-section ul {
  list-style: disc;
  padding-left: 28px;
}
#privacy .row .privacy-section > .title {
  margin-top: 28px;
  color: #18535A;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#privacy .row .privacy-section .content {
  color: #5e6262;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
#privacy .row .privacy-section .privacy-subsection > .title {
  color: #648c90;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ingredientes .container {
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .ingredientes .container {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .ingredientes .container {
    padding: 0;
  }
}
.ingredientes .container .page-header {
  position: relative;
  display: flex;
  max-width: 1116px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 32px;
  background: #f9f0c1;
}
@media screen and (max-width: 768px) {
  .ingredientes .container .page-header {
    border-radius: 0 0 32px 32px;
    padding: 24px 24px 60px;
  }
}
.ingredientes .container .page-header .section-ornament {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 10.971px;
  justify-content: center;
  align-items: center;
  gap: 10.971px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 109.714px;
  background: #18535A;
}
@media screen and (max-width: 768px) {
  .ingredientes .container .page-header .section-ornament {
    position: static;
  }
}
.ingredientes .container .page-header .header-content {
  color: #18535A;
}
.ingredientes .container .page-header .header-content .header-pre {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .ingredientes .container .page-header .header-content .header-pre {
    font-size: 16px;
  }
}
.ingredientes .container .page-header .header-content .header-title {
  margin: 0;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 49.5px */
}
.ingredientes .container .page-header .header-content .header-sub {
  color: #18535a;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 833px;
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .ingredientes .container .page-header .header-content .header-sub {
    font-size: 18px;
  }
}
.ingredientes .container .ingredients-content {
  max-width: 1116px;
  display: flex;
  gap: 24px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1116px) {
  .ingredientes .container .ingredients-content {
    padding: 0 26px;
  }
}
@media screen and (max-width: 768px) {
  .ingredientes .container .ingredients-content {
    flex-direction: column;
    margin-bottom: 48px;
  }
}
.ingredientes .container .ingredients-content .col-1 {
  max-width: 450px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .ingredientes .container .ingredients-content .col-1 {
    width: 100%;
    max-width: 100%;
  }
}
.ingredientes .container .ingredients-content .col-1 .main-ingredient {
  height: 100%;
  position: relative;
  border-radius: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: flex-end;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .ingredientes .container .ingredients-content .col-1 .main-ingredient {
    height: 486px;
  }
}
.ingredientes .container .ingredients-content .col-1 .main-ingredient #background-video {
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.ingredientes .container .ingredients-content .col-1 .main-ingredient .ing-content {
  display: flex;
  align-self: flex-end;
  height: fit-content;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  border-radius: 0 0 24px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ingredientes .container .ingredients-content .col-1 .main-ingredient .ing-content .ing-header {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ingredientes .container .ingredients-content .col-1 .main-ingredient .ing-content .ing-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ingredientes .container .ingredients-content .col-1 .main-ingredient .ing-content .ing-body p {
  margin: 0;
}
.ingredientes .container .ingredients-content .col-2 {
  max-width: 640px;
  flex: 1;
}
.ingredientes .container .ingredients-content .col-2 .ingredients-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.ingredientes .container .ingredients-content .col-2 .ingredients-container .ing {
  flex-basis: 48%;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
}
@media screen and (max-width: 1116px) {
  .ingredientes .container .ingredients-content .col-2 .ingredients-container .ing {
    flex-basis: 100%;
  }
}
.ingredientes .container .ingredients-content .col-2 .ingredients-container .ing .ing-content .ing-header {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ingredientes .container .ingredients-content .col-2 .ingredients-container .ing .ing-content .ing-body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ingredientes .container .ingredients-content .col-2 .ingredients-container .ing .ing-content .ing-body p {
  margin: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  justify-content: center;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Menu
--------------------------------------------- */
.page {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1023px) {
  body.submenu-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(124, 124, 124, 0.5019607843);
    z-index: 30;
  }
}
.main-navigation-container {
  z-index: 999;
  position: fixed;
  width: 100%;
  padding: 1rem 0;
  max-width: 1225px;
}
@media screen and (max-width: 1300px) {
  .main-navigation-container {
    padding: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .main-navigation-container {
    padding: 0;
    overflow: hidden;
    padding: 1rem 0.3rem;
  }
}
.main-navigation-container > ul:has(.main-navigation-menu-item.products:hover),
.main-navigation-container > ul:has(.main-navigation-menu-item.products:active) {
  background-color: #f9f0c1;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.main-navigation-container > ul:has(.main-navigation-menu-item.products:hover) .products .sub-menu,
.main-navigation-container > ul:has(.main-navigation-menu-item.products:active) .products .sub-menu {
  display: block;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul:has(.main-navigation-menu-item.products:hover) .products .sub-menu,
  .main-navigation-container > ul:has(.main-navigation-menu-item.products:active) .products .sub-menu {
    display: contents;
  }
}
.main-navigation-container > ul:has(.main-navigation-menu-item.cbd:hover),
.main-navigation-container > ul:has(.main-navigation-menu-item.cbd:active) {
  background-color: #DFEAEA;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.main-navigation-container > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > li:first-of-type {
    z-index: 999;
  }
}
.main-navigation-container > ul .main-navigation-logo-container {
  width: 190px;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul .main-navigation-logo-container {
    width: 150px;
  }
}
.main-navigation-container > ul .main-navigation-logo-container a {
  display: flex;
}
.main-navigation-container > ul > .main-navigation-container-links {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: all 0.5s;
}
.main-navigation-container > ul > .main-navigation-container-links.shown-nav {
  left: 0;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links {
    justify-content: start;
    gap: 1rem;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 110%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    padding: 0.5rem;
  }
}
.main-navigation-container > ul > .main-navigation-container-links .close-nav {
  display: none;
  text-align: right;
}
@media (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links .close-nav {
    display: block;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li {
  text-align: center;
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
  border-radius: 3.125rem;
  border: 1px solid transparent;
  min-width: 20%;
}
.main-navigation-container > ul > .main-navigation-container-links > li .section-ornament {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0.6rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  border-radius: 6rem;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li .section-ornament {
    display: flex;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li .section-ornament.of-products {
  background-color: #18535A;
}
.main-navigation-container > ul > .main-navigation-container-links > li .section-ornament.of-cbd {
  background-color: #18535A;
}
.main-navigation-container > ul > .main-navigation-container-links > li .section-ornament.of-ingredients {
  background-color: #DFEAEA;
}
.main-navigation-container > ul > .main-navigation-container-links > li .section-ornament.of-loc {
  background-color: #ffffff;
}
.main-navigation-container > ul > .main-navigation-container-links > li .section-arrow {
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li .section-arrow {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li {
    text-align: inherit;
    border-radius: 1.5rem;
    padding: 0.7rem 1rem;
  }
  .main-navigation-container > ul > .main-navigation-container-links > li.products {
    font-family: "Sugo Classic Light", sans-serif;
    background-color: #f9f0c1;
    font-size: 1.5rem;
  }
  .main-navigation-container > ul > .main-navigation-container-links > li.cbd {
    font-family: "Sugo Classic Light", sans-serif;
    background-color: #DFEAEA;
    font-size: 1.5rem;
  }
  .main-navigation-container > ul > .main-navigation-container-links > li.cbd a {
    color: #18535A;
  }
  .main-navigation-container > ul > .main-navigation-container-links > li.ingredients {
    font-family: "Sugo Classic Light", sans-serif;
    background-color: #ffffff;
    font-size: 1.5rem;
  }
  .main-navigation-container > ul > .main-navigation-container-links > li.ingredients a {
    color: #18535A;
  }
  .main-navigation-container > ul > .main-navigation-container-links > li.loc {
    font-family: "Sugo Classic Light", sans-serif;
    background-color: #18535A;
    font-size: 1.5rem;
  }
  .main-navigation-container > ul > .main-navigation-container-links > li.loc a {
    color: #ffffff;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li a {
  color: #18535A;
  text-decoration: none;
}
.main-navigation-container > ul > .main-navigation-container-links > li.products a {
  color: #18535A;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.products a {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.cbd a {
    display: flex;
    justify-content: space-between;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li:last-of-type:hover {
  background-color: #18535A;
}
.main-navigation-container > ul > .main-navigation-container-links > li:last-of-type:hover a {
  color: #ffffff;
}
.main-navigation-container > ul > .main-navigation-container-links > li:hover {
  border: 1px solid #ffffff;
}
.main-navigation-container > ul > .main-navigation-container-links > li.products:hover > a {
  color: #a89228;
}
.main-navigation-container > ul > .main-navigation-container-links > li.ingredients:hover {
  border-color: #DFEAEA;
}
.main-navigation-container > ul > .main-navigation-container-links > li.loc {
  border: 1px solid #18535A;
}
.main-navigation-container > ul > .main-navigation-container-links > li.loc:hover {
  color: red;
}
.main-navigation-container > ul > .main-navigation-container-links > li .sub-menu {
  display: none;
  text-align: left;
  position: absolute;
  top: 83%;
  left: 0;
  width: 100%;
  padding: 24px 32px 16px 32px;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li .sub-menu {
    position: relative;
    box-shadow: none;
    padding: 0;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li .sub-menu .header {
  max-width: 687px;
}
.main-navigation-container > ul > .main-navigation-container-links > li .sub-menu .header .sub-menu-title {
  margin: 0;
  font-family: "Sugo Classic Light", sans-serif;
  font-size: 2.25rem;
  color: #18535A;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li .sub-menu .header .sub-menu-title {
    display: none;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li .sub-menu .header .sub-menu-title:last-of-type {
  margin: 0;
  font-family: "Sugo Classic Light", sans-serif;
  font-size: 1.5rem;
  color: #18535A;
}
.main-navigation-container > ul > .main-navigation-container-links > li .sub-menu .header .sub-menu-subtitle {
  margin-top: 0.5rem;
  color: #18535a;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu {
  background-color: #f9f0c1;
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container {
    width: 100%;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 {
    width: 100%;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container {
    gap: 1rem;
    flex-wrap: wrap;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container.products-4 .product-card {
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container.products-4 .product-card {
    padding: 0.5rem;
    width: 47%;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container .product-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 1.5rem;
  padding: 1rem;
  background-color: #f6e8a3;
  width: 33.33%;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container .product-card {
    padding: 0.5rem;
    width: 47%;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container .product-card .product-card-title {
  font-family: "Sugo Classic Light", sans-serif;
  color: #18535A;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container .product-card .product-card-img-container {
  display: flex;
  justify-content: center;
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container .product-card .product-card-img-container img {
  max-width: 100%;
  height: 9.375rem;
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container .product-card .product-card-link {
  position: relative;
  border-radius: 3.125rem;
  border: 1px solid #18535A !important;
  text-align: center;
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container .product-card .product-card-link a {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: center;
  line-height: normal;
  font-family: "Nunito Sans", sans-serif;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container .product-card .product-card-link a {
    font-size: 1rem;
    padding: 1rem 1rem;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container .product-card .product-card-link a:hover {
  color: #ffffff;
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-1 .sub-menu-link-container .product-card .product-card-link a:hover path {
  stroke: #ffffff;
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-2 {
  display: flex;
  justify-content: end;
  align-items: end;
  position: absolute;
  top: 46px;
  right: 32px;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-2 {
    display: none;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li.products .sub-menu .sub-menu-container .sub-menu-col-2 .sub-menu-col-2-container {
  background-color: #ECCD38;
  padding: 1rem;
  border-radius: 10rem;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu {
  background-color: #DFEAEA;
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-container {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 {
    width: 100%;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .sub-menu-posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .sub-menu-posts-container .post-card {
  width: 32%;
  display: flex;
  gap: 1rem;
  background-color: #e8eeef;
  border-radius: 1.5rem;
  padding: 1rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .sub-menu-posts-container .post-card {
    width: 100%;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .sub-menu-posts-container .post-card:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 22px -10px rgba(87, 87, 87, 0.1);
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .sub-menu-posts-container .post-card .post-card-img-container {
  display: flex;
  max-width: 40%;
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .sub-menu-posts-container .post-card .post-card-img-container img {
  max-width: 100%;
  border-radius: 1rem;
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .sub-menu-posts-container .post-card .post-card-body {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .sub-menu-posts-container .post-card .post-card-body .post-card-category {
  padding: 0.25rem 0.5rem;
  margin: 0;
  border-radius: 1.5rem;
  background-color: #fcfdfd;
  color: #18535A;
  width: fit-content;
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .sub-menu-posts-container .post-card .post-card-body .post-card-title {
  margin: 0;
  font-family: "Sugo Classic Light", sans-serif;
  color: #18535A;
  font-size: 1.5rem;
  flex: 1 0 auto;
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .sub-menu-posts-container .post-card .post-card-body .post-card-link {
  background-color: #DFEAEA;
  border-radius: 3.125rem;
  padding: 0.5rem 1rem;
  margin: 0;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .sub-menu-posts-container .post-card .post-card-body .post-card-link {
    width: 100%;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .read-all {
  display: flex;
  height: 3rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  border-radius: 3.125rem;
  border: 1px solid #18535A;
  width: fit-content;
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .read-all a {
  display: flex;
  align-items: center;
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .read-all:hover a {
  color: #ffffff;
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-1 .read-all:hover path {
  stroke: #ffffff;
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-2 {
  width: 30%;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-2 {
    display: none;
  }
}
.main-navigation-container > ul > .main-navigation-container-links > li.cbd .sub-menu .sub-menu-col-2 .sub-menu-col-2-container {
  background-color: #18535A;
  border-radius: 10rem;
  display: flex;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.main-navigation-container > ul > .main-navigation-container-links > li .main-navigation-logo-container {
  width: 25%;
}
.main-navigation-container > ul > .main-navigation-container-links > li .main-navigation-logo-container img {
  max-width: 100%;
}
.main-navigation-container > ul .main-navigation-container-mobile-button {
  background-color: transparent;
  border: none;
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-navigation-container > ul .main-navigation-container-mobile-button {
    display: block;
  }
}

/* Footer
--------------------------------------------- */
#footer {
  color: #ffffff;
  background-color: #0a2326;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .main {
  width: 100%;
  padding: 2rem 0;
  align-items: flex-start;
  gap: 97px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #footer .main {
    padding: 32px 26px;
  }
}
#footer .main [class*=title] {
  font-weight: 600;
}
#footer .main a {
  text-decoration: none;
  color: #ffffff;
}
#footer .main ul {
  padding: 0;
  list-style: none;
}
#footer .main ul li {
  margin: 8px 0;
}
@media screen and (min-width: 768px) {
  #footer .main {
    display: block;
    padding: 80px 114px 32px 114px;
  }
}
@media screen and (min-width: 1024px) {
  #footer .main {
    display: flex;
  }
}
#footer .main .footer-col-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .main .footer-col-1 figure {
  width: 15rem;
}
@media screen and (max-width: 1023px) {
  #footer .main .footer-col-1 {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #footer .main .footer-col-1 {
    width: 250px;
  }
}
#footer .main .footer-col-2 {
  width: 100%;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  #footer .main .footer-col-2 {
    display: flex;
  }
}
#footer .main .footer-col-2 .footer-col-2-1 .socials img {
  width: 20%;
}
@media screen and (max-width: 1023px) {
  #footer .main .footer-col-2 .footer-col-2-1 .socials img {
    width: 10%;
  }
}
#footer .main .footer-col-2 .footer-col-2-2 {
  width: 70%;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  #footer .main .footer-col-2 .footer-col-2-2 {
    width: 100%;
    justify-content: space-between;
  }
}

.copyright {
  color: #ffffff;
  background-color: #0d2e32;
  margin: 0;
  padding: 0.5rem 7.12rem;
}
@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
    padding: 1rem 1.62rem;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Utils
--------------------------------------------- */
.fill-animation {
  position: relative;
  overflow: hidden;
  border: 0 !important;
}
.fill-animation a {
  position: relative;
  z-index: 1;
}
.fill-animation::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: "";
  border-radius: 3.125rem;
  background: #18535A;
  transition: transform 0.2s;
  transform-origin: left top;
  transform: scale(0, 1);
}
.fill-animation:hover {
  border: 0 !important;
}
.fill-animation:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.fill-animation.alt::after {
  background-color: #ffffff;
}
.fill-animation.unfill::after {
  transform: scale(1, 1);
}
.fill-animation.unfill:hover::after {
  transform: scale(0, 1);
}
.fill-animation.reverse::after {
  transform-origin: right top;
}
.fill-animation span {
  position: inherit;
  z-index: 1;
}

.ul-yellow-bullet {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.ul-yellow-bullet li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.ul-yellow-bullet li::before {
  content: "• ";
  color: #ECCD38;
}

.container {
  display: flex;
  justify-content: center;
}
.container .row {
  width: 100%;
}

.hidden {
  display: none;
}

.img-100 {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
}

button.cta {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  color: #18535A;
  border: 1px solid #18535A;
  border-radius: 2rem;
}

.cbd-card {
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 1.5rem;
  color: #ffffff;
  height: 23.5625rem;
  position: relative;
  background-position-y: center;
}
@media screen and (max-width: 980px) {
  .cbd-card {
    margin-bottom: 1rem;
    background-position-y: center;
  }
}
.cbd-card .content {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: fit-content;
  padding: 1rem 1.375rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.5rem;
  position: absolute;
  bottom: 0rem;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
  border-radius: 0 0 1.5rem 1.5rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .cbd-card .content {
    height: 12rem;
  }
}
@media screen and (max-width: 980px) {
  .cbd-card .content {
    height: fit-content;
  }
}
.cbd-card .content .cat {
  margin: 0;
  width: fit-content;
  display: flex;
  padding: 0.25rem 0.5rem;
  align-items: flex-start;
  gap: 0.625rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}
.cbd-card .content .title {
  margin: 0;
  color: #ffffff;
  font-family: "Sugo Classic Light", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.cbd-card .content .sub {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cbd-card .content .content-link {
  padding: 1rem 1.5rem;
  background-color: #18535A;
  border-radius: 2rem;
  position: absolute;
  top: 200%;
  transition: all 0.3s;
}
@media screen and (max-width: 980px) {
  .cbd-card .content .content-link {
    position: relative;
    top: 0;
  }
}
.cbd-card .content .content-link a {
  color: #ffffff;
  text-decoration: none;
}
.cbd-card:hover .content {
  height: 100%;
  border-radius: 1.5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .cbd-card:hover .content {
    height: fit-content;
    border-radius: none;
    padding-bottom: 1rem;
  }
}
.cbd-card:hover .content-link {
  top: 75%;
}

.accordion input {
  display: none;
}
.accordion .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion.open .accordion-content {
  max-height: 100vh;
  opacity: 1;
}
.accordion .accordion-content {
  margin: 0;
  overflow: hidden;
  max-height: 0rem;
  transition: all 0.5s;
  opacity: 0;
}

.breadcrumbs {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #18535A;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: inherit;
}
.breadcrumbs span:last-of-type {
  font-weight: 700;
}

.page-404 .container {
  padding-top: 134px;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page-404 .container {
    padding: 0;
  }
}
.page-404 .container .row {
  max-width: 1116px;
}
.page-404 .container .row .header-404 {
  border-radius: 32px;
  background: #DFEAEA;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .page-404 .container .row .header-404 {
    padding-top: 100px;
    border-radius: 0 0 32px 32px;
  }
}
.page-404 .container .row .header-404 .breadcrumbs {
  margin: 0;
}
.page-404 .container .row .header-404 .section-ornament {
  margin-top: 24px;
  display: none;
  width: 48px;
  height: 48px;
  padding: 9px 10.971px 10.971px 10.971px;
  justify-content: center;
  align-items: center;
  gap: 10.971px;
  border-radius: 109.714px;
  background: #18535A;
}
@media screen and (max-width: 768px) {
  .page-404 .container .row .header-404 .section-ornament {
    display: flex;
  }
}
.page-404 .container .row .header-404 .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-404 .container .row .header-404 .header-content .title {
  margin: 0;
  color: #18535A;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 160px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 192px */
  letter-spacing: 4px;
}
.page-404 .container .row .header-404 .header-content .subtitle {
  margin: -12px 0 24px 0;
  color: #18535A;
  text-align: center;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 43.2px */
}
@media screen and (max-width: 768px) {
  .page-404 .container .row .header-404 .header-content .subtitle {
    margin-bottom: 24px;
  }
}
.page-404 .container .row .header-404 .header-content .link-container-404 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-404 .container .row .header-404 .header-content .link-container-404 {
    width: 100%;
  }
}
.page-404 .container .row .header-404 .header-content .link-container-404 a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  height: 48px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 50px;
  background: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.page-404 .container .row .header-404 .header-content .link-container-404 a:hover {
  color: #18535A;
}
.page-404 .localizador-404 {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
@media screen and (max-width: 1140px) {
  .page-404 .localizador-404 {
    padding: 60px 24px;
  }
}
@media screen and (max-width: 768px) {
  .page-404 .localizador-404 {
    flex-direction: column-reverse;
    padding: 60px 24px 80px;
  }
}
.page-404 .localizador-404 .col-1 {
  max-width: 607px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-404 .localizador-404 .col-1 {
    max-width: 100%;
  }
}
.page-404 .localizador-404 .col-1 .header-pre {
  margin: 0;
  color: #18535A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-404 .localizador-404 .col-1 .header-title {
  margin: 0 0 8px 0;
  color: #18535A;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 43.2px */
}
.page-404 .localizador-404 .col-1 .header-sub {
  margin: 0 0 24px 0;
  color: #7b8181;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-404 .localizador-404 .col-1 .search {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .page-404 .localizador-404 .col-1 .search {
    flex-direction: column-reverse;
  }
}
.page-404 .localizador-404 .col-1 .search a {
  display: flex;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 50px;
  border: 1px solid #18535A !important;
  background: #ffffff;
  color: #18535A;
  text-decoration: none;
}
.page-404 .localizador-404 .col-1 .search a span {
  display: flex;
}
.page-404 .localizador-404 .col-1 .search a:hover {
  color: #ffffff;
  border: 1px solid #18535A !important;
}
.page-404 .localizador-404 .col-1 .search a:hover path {
  stroke: #ffffff;
}
.page-404 .localizador-404 .col-1 .search input {
  display: flex;
  height: 48px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 50px 0 0 50px;
  border: 1px solid #DFEAEA;
  border: 1px solid #7b8181;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-404 .localizador-404 .col-1 .search input {
    width: 100%;
  }
}
.page-404 .localizador-404 .col-1 .search button {
  display: flex;
  margin-left: -32px;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 50px;
  border: 1px solid #18535A;
  background: #18535A;
  color: #ffffff;
}
.page-404 .localizador-404 .col-2 .section-ornament {
  display: flex;
  width: 70px;
  height: 70px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 160px;
  background: #ECCD38;
}
@media screen and (max-width: 768px) {
  .page-404 .localizador-404 .col-2 .section-ornament {
    margin-bottom: 16px;
  }
}
.page-404 .featured-products {
  display: flex;
  padding: 80px 126px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 32px 32px 0px 0px;
  background: #f6e8a3;
}
@media screen and (max-width: 1360px) {
  .page-404 .featured-products {
    padding: 80px 26px;
  }
}
@media screen and (max-width: 768px) {
  .page-404 .featured-products {
    padding: 60px 26px;
  }
}
.page-404 .featured-products .content {
  max-width: 1116px;
  width: 100%;
}
.page-404 .featured-products .content .header-pre {
  margin: 0;
  color: #18535A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-404 .featured-products .content .header-title {
  margin: 0;
  color: #18535A;
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 43.2px */
}
.page-404 .featured-products .content .featured-products-container {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 1090px) {
  .page-404 .featured-products .content .featured-products-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.page-404 .featured-products .content .featured-products-container .product-card {
  display: flex;
  width: 545.5px;
  height: 200px;
  padding: 16px;
  align-items: flex-start;
  gap: 34px;
  border-radius: 32px;
  background: #f9f0c1;
}
@media screen and (max-width: 768px) {
  .page-404 .featured-products .content .featured-products-container .product-card {
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    gap: 14px;
  }
}
.page-404 .featured-products .content .featured-products-container .product-card .mobile-footer {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-404 .featured-products .content .featured-products-container .product-card .mobile-footer {
    display: block;
  }
}
.page-404 .featured-products .content .featured-products-container .product-card .mobile-footer a {
  display: flex;
  height: 48px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 50px;
  border: 1px solid #18535A;
  color: #18535A;
  text-decoration: none;
}
.page-404 .featured-products .content .featured-products-container .product-card .col-1.img-container {
  display: flex;
  max-height: 100%;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .page-404 .featured-products .content .featured-products-container .product-card .col-1.img-container {
    justify-content: center;
    width: 100%;
  }
}
.page-404 .featured-products .content .featured-products-container .product-card .col-1.img-container img {
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .page-404 .featured-products .content .featured-products-container .product-card .col-1.img-container img {
    max-width: 200px;
    max-height: 200px;
  }
}
.page-404 .featured-products .content .featured-products-container .product-card .col-2 {
  color: #18535A;
  width: 100%;
}
.page-404 .featured-products .content .featured-products-container .product-card .col-2.product-info {
  padding: 16px;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .page-404 .featured-products .content .featured-products-container .product-card .col-2.product-info {
    text-align: center;
  }
}
.page-404 .featured-products .content .featured-products-container .product-card .col-2.product-info .product-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-404 .featured-products .content .featured-products-container .product-card .col-2.product-info .product-header .product-title {
  font-family: "Sugo Classic Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .page-404 .featured-products .content .featured-products-container .product-card .col-2.product-info .product-header .product-title {
    font-size: 36px;
  }
}
.page-404 .featured-products .content .featured-products-container .product-card .col-2.product-info .product-header .product-info {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-404 .featured-products .content .featured-products-container .product-card .col-2.product-info .product-excerpt {
  margin: 14px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .page-404 .featured-products .content .featured-products-container .product-card .col-2.product-info .product-excerpt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-404 .featured-products .content .featured-products-container .product-card .col-2.product-info .product-link {
    display: none;
  }
}
.page-404 .featured-products .content .featured-products-container .product-card .col-2.product-info .product-link a {
  color: #18535A;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-404 .featured-products .content .featured-products-container .product-card .col-2.product-info:hover {
  background-color: #f2de7a;
  box-shadow: 0px 0px 22px -10px rgba(87, 87, 87, 0.1);
}
.page-404 .featured-products .content .featured-products-container p {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.justify-left {
  justify-content: left;
}

.justify-right {
  justify-content: right;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.align-center {
  align-items: center;
}

.full-width {
  max-width: 100% !important;
  width: 100% !important;
}

.w-10 {
  width: 0.1;
}

.w-20 {
  width: 0.2;
}

.w-30 {
  width: 0.3;
}

.w-40 {
  width: 0.4;
}

.w-50 {
  width: 0.5;
}

.w-60 {
  width: 0.6;
}

.w-70 {
  width: 0.7;
}

.w-80 {
  width: 0.8;
}

.w-90 {
  width: 0.9;
}

.w-100 {
  width: 1;
}

.br-1 {
  border-radius: 1rem;
}

.br-2 {
  border-radius: 2rem;
}

.br-3 {
  border-radius: 3rem;
}

.br-4 {
  border-radius: 4rem;
}

.br-5 {
  border-radius: 5rem;
}

.m-0 {
  margin: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.gap-0 {
  gap: 0rem;
}

.m-1 {
  margin: 1rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.p-1 {
  padding: 1rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.gap-1 {
  gap: 1rem;
}

.m-2 {
  margin: 2rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.p-2 {
  padding: 2rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.gap-2 {
  gap: 2rem;
}

.m-3 {
  margin: 3rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.p-3 {
  padding: 3rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.gap-3 {
  gap: 3rem;
}

.m-4 {
  margin: 4rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.p-4 {
  padding: 4rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-4 {
  padding-right: 4rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.gap-4 {
  gap: 4rem;
}

.m-5 {
  margin: 5rem;
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.p-5 {
  padding: 5rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.gap-5 {
  gap: 5rem;
}

/*# sourceMappingURL=style.css.map */
