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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bold;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}

body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: normal;
  font-style: normal;
}

*:focus {
  outline: none;
}

*::-moz-focus-inner {
  border: 0;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
  font-weight: normal;
  text-decoration: none;
  outline: 0;
}

::selection {
  text-shadow: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*Remove HTML5 Spinners*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

input::-moz-focus-inner {
  border: 0;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
  -ms-interpolation-mode: nearest-neighbor;
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

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

button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  display: inline-flex;
}

.body-overflow {
  overflow: hidden;
  height: 100%;
}

:root {
  color-scheme: light;
}

body {
  color: #ffffff;
  background: #000000;
  height: auto;
}

a {
  color: #ffffff;
}

::selection {
  color: #000000;
  background: #ffffff;
}

@font-face {
  font-family: "RobotoSerif-Regular";
  src: url("../fonts/RobotoSerif-Regular.woff2") format("woff2"), url("../fonts/RobotoSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoSerif-SemiBold";
  src: url("../fonts/RobotoSerif-SemiBold.woff2") format("woff2"), url("../fonts/RobotoSerif-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoSerif-Medium";
  src: url("../fonts/RobotoSerif-Medium.woff2") format("woff2"), url("../fonts/RobotoSerif-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoSerif-Bold";
  src: url("../fonts/RobotoSerif-Bold.woff2") format("woff2"), url("../fonts/RobotoSerif-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "pragmatica", serif, Arial;
}

.container-small, .container-medium, .container-standard, .container-full {
  width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
}

.container-standard {
  max-width: 1392px;
}

.container-medium {
  max-width: 1210px;
}

.container-small {
  max-width: 1172px;
}

@media (max-width: 1099px) {
  .container-full, .container-standard, .container-medium, .container-small {
    padding-inline: 30px;
  }
}
@media (max-width: 767px) {
  .container-full, .container-standard, .container-medium, .container-small {
    padding-inline: 20px;
  }
}
.button-style-white, .button-style-black {
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 65px;
  border-radius: 4px;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}
.button-style-white:hover, .button-style-black:hover {
  font-weight: 700;
}

.button-style-black {
  color: #ffffff;
  background: #000000;
  position: relative;
  background: linear-gradient(#000000, #000000) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box;
  border: 2px solid transparent;
}
.button-style-black span,
.button-style-black input {
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-size: 100% 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
}
.button-style-black:hover {
  background: linear-gradient(90deg, #F4E8D9 11.06%, #ECCF88 39.9%, #BF8229 100%) padding-box, transparent;
  color: #000000;
  border-color: transparent;
}
.button-style-black:hover span,
.button-style-black:hover input {
  background: transparent;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #000000;
}

.button-style-white {
  color: #000000;
  background: #ffffff;
}
.button-style-white:hover {
  background: #000000;
  color: #ffffff;
}

@media (max-width: 767px) {
  .button-style-black, .button-style-white {
    font-size: 12px;
    padding: 16px 50px;
  }
}
.header-section {
  width: 100%;
  padding: 16px 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  transition: all 0.35s ease;
  background: none;
  z-index: 91;
  background: #000000;
}
@media (min-width: 768px) {
  .header-section.is-animated {
    position: fixed;
    opacity: 0;
    pointer-events: none;
  }
}
.header-section.is-transparent {
  position: fixed;
  background: transparent;
}
.header-section.scroll-effect {
  display: block;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  opacity: 1;
  pointer-events: auto;
}
.header-section.scroll-effect.is-transparent {
  background: #000000;
}
.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 96px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "left center right";
  }
  .header-row .header-col-left {
    grid-area: left;
    justify-self: end;
  }
  .header-row .header-menu {
    grid-area: center;
    justify-self: center;
  }
  .header-row .header-col-right {
    grid-area: right;
    justify-self: start;
  }
}
.header-menu-mobile {
  display: none;
}
.header-menu > ul {
  display: flex;
  gap: 0 96px;
}
.header-menu > ul > li {
  padding: 24px 0;
}
.header-menu > ul > li:has(ul) {
  padding-right: 30px;
  cursor: pointer;
  position: relative;
}
.header-menu > ul > li:has(ul)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background: url(../img/icon-dropdown.svg) no-repeat center center;
  background-size: 12px 7px;
}
.header-menu > ul > li > a {
  font-family: "pragmatica";
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  transition: all 250ms ease-in-out;
}
.header-menu > ul > li > ul {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 100%;
  width: max-content;
  min-width: 190px;
  border: none;
  padding: 16px;
  z-index: 5;
  background: #000000;
  border-radius: 4px;
  gap: 16px 0;
  background: linear-gradient(black, black) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box;
  border: 1px solid transparent;
}
.header-menu > ul > li > ul > li a {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .header-menu > ul > li:hover > ul {
    display: flex;
  }
}
.header-mobile-button {
  display: none;
}
.header-col-center a {
  display: inline-flex;
  width: auto;
  height: 114px;
}
.header-col-center a img {
  display: block;
  width: auto;
  height: 100%;
  opacity: 1;
  transition: opacity 0.45s ease;
}
.header-col-right {
  grid-area: right;
  justify-self: end;
}
@media (max-width: 1099px) {
  .header-row {
    gap: 0 24px;
  }
  .header-menu ul {
    gap: 0 24px;
  }
}
@media (max-width: 767px) {
  .header-row {
    gap: 0 20px;
  }
  .header-mobile-button {
    display: inline-flex;
    cursor: pointer;
    width: 39px;
    height: auto;
  }
  .header-mobile-button svg {
    width: 100%;
    height: auto;
  }
  .header-mobile-button svg:nth-child(2) {
    display: none;
  }
  .header-col-left, .header-col-right {
    display: none;
  }
  .header-col-center {
    justify-self: end;
  }
  .header-col-center a {
    height: 66px;
  }
  .header-section {
    transition: none !important;
    animation: none !important;
  }
  .header-section.open {
    background: #000000;
    position: fixed;
    height: 100%;
    padding: 16px 0;
    inset: 0;
  }
  .header-section.open .container-standard {
    height: 100%;
    min-height: 0;
  }
  .header-section.open .header-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: max-content;
    height: 100%;
  }
  .header-section.open .header-mobile-button svg:first-child {
    display: none;
  }
  .header-section.open .header-mobile-button svg:nth-child(2) {
    display: block;
  }
  .header-section.open .header-menu-mobile {
    padding: 40px 0 50px 0;
    display: flex;
    flex-direction: column;
    background: #000000;
    grid-column: 1/-1;
    height: 100%;
  }
  .header-section.open .header-menu-mobile > ul {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
  }
  .header-section.open .header-menu-mobile > ul > li > ul {
    display: none;
    flex-direction: column;
    gap: 12px 0;
    padding-top: 12px;
    padding-left: 24px;
  }
  .header-section.open .header-menu-mobile > ul > li > ul li {
    display: block;
  }
  .header-section.open .header-menu-mobile > ul > li > ul li a {
    font-size: 16px;
    font-weight: bold;
  }
  .header-section.open .header-menu-mobile > ul > li:has(ul) {
    cursor: pointer;
    position: relative;
  }
  .header-section.open .header-menu-mobile > ul > li:has(ul) > a {
    position: relative;
    padding-right: 30px;
  }
  .header-section.open .header-menu-mobile > ul > li:has(ul) > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 7px;
    background: url(../img/icon-dropdown.svg) no-repeat center center;
    background-size: 12px 7px;
  }
  .header-section.open .header-menu-mobile > ul > li:has(ul).active > ul {
    display: flex;
  }
  .header-section.open .header-menu-mobile > ul > li > a {
    font-family: "pragmatica";
    font-weight: bold;
    font-size: 16px;
  }
  .header-section.open .header-menu-mobile-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    margin-top: auto;
  }
  .header-section.open .header-menu-mobile p {
    font-family: "pragmatica";
    font-weight: bold;
    font-size: 16px;
  }
  .header-section.open .header-menu-mobile img {
    display: block;
    width: 168px;
    height: auto;
  }
}

.upc-footer-section {
  background: #000000;
  padding: 80px 0;
  position: relative;
}
.upc-footer-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  z-index: 1;
}
.upc-footer-row {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.upc-footer-logo {
  width: 224px;
}
.upc-footer-logo img {
  width: 100%;
  height: auto;
}
.upc-footer-col-center {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px 32px;
}
.upc-footer-col-center h2 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
}
.upc-footer-col-center-legal ul {
  display: flex;
  gap: 16px 0;
  flex-direction: column;
}
.upc-footer-col-center-legal ul li a {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}
.upc-footer-col-center-socials ul {
  display: flex;
  gap: 0 8px;
}
.upc-footer-col-center-socials ul li a svg {
  width: 24px;
  height: 24px;
}
.upc-footer-col-center-copyrights {
  grid-column: 1/-1;
  color: #ffffff;
  font-weight: bold;
}
.upc-footer-col-center-copyrights p {
  font-size: 11px;
}
.upc-footer-col-center-copyrights p:not(:first-child) {
  margin-top: 12px;
}
.upc-footer-subscribe {
  width: 416px;
}
.upc-footer-subscribe h2 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.upc-footer-subscribe-form input[type=text],
.upc-footer-subscribe-form input[type=email] {
  display: block;
  width: 100%;
  background: transparent;
  padding: 0;
  height: 42px;
  line-height: 42px;
  margin: 32px 0 0 0;
  color: #ffffff;
  border-width: 0 0 1px 0;
  border-color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.upc-footer-subscribe-form input[type=text]::placeholder,
.upc-footer-subscribe-form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.upc-footer-subscribe-form button {
  margin-top: 32px;
}
.upc-footer-subscribe-form form {
  background: transparent !important;
}
.upc-footer-subscribe-form form > div {
  min-height: auto !important;
}
.upc-footer-subscribe-form form .needsclick h1 {
  display: none !important;
}
.upc-footer-subscribe-form form .needsclick h1 span {
  font-family: "RobotoSerif-Medium";
  font-size: 24px !important;
  color: #ffffff !important;
}
.upc-footer-subscribe-form form .needsclick input[type=text],
.upc-footer-subscribe-form form .needsclick input[type=email] {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  padding: 0 !important;
  height: 42px !important;
  line-height: 42px !important;
  margin: 32px 0 0 0 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-width: 0 0 1px 0 !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: bold !important;
  font-family: "pragmatica";
  letter-spacing: normal !important;
}
.upc-footer-subscribe-form form .needsclick input[type=text]::placeholder,
.upc-footer-subscribe-form form .needsclick input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px !important;
  letter-spacing: normal !important;
}
.upc-footer-subscribe-form form .needsclick input[type=text]:hover,
.upc-footer-subscribe-form form .needsclick input[type=email]:hover {
  border: 1px solid #ffffff !important;
  border-width: 0 0 1px 0 !important;
  border-color: #ffffff !important;
  font-size: 11px !important;
}
.upc-footer-subscribe-form form .needsclick input[type=text]:focus-visible,
.upc-footer-subscribe-form form .needsclick input[type=email]:focus-visible {
  outline: none !important;
}
.upc-footer-subscribe-form form .needsclick [data-testid=form-row]:nth-of-type(2) {
  display: inline-block !important;
}
.upc-footer-subscribe-form form .needsclick [data-testid=form-row]:nth-of-type(2) > div {
  display: inline-block !important;
  color: #ffffff !important;
  background: #000000 !important;
  position: relative !important;
  background: linear-gradient(#000000, #000000) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box !important;
  border: 2px solid transparent !important;
  padding: 20px 65px !important;
  border-radius: 4px !important;
  transition: all 250ms ease-in-out !important;
  text-transform: uppercase !important;
  cursor: pointer;
  letter-spacing: normal !important;
  margin-top: 32px !important;
}
@media (max-width: 767px) {
  .upc-footer-subscribe-form form .needsclick [data-testid=form-row]:nth-of-type(2) > div {
    display: block !important;
  }
}
.upc-footer-subscribe-form form .needsclick [data-testid=form-row]:nth-of-type(2) > div:hover {
  background: linear-gradient(90deg, #F4E8D9 11.06%, #ECCF88 39.9%, #BF8229 100%) padding-box, transparent !important;
  color: #000000 !important;
  border-color: transparent !important;
}
.upc-footer-subscribe-form form .needsclick [data-testid=form-row]:nth-of-type(2) > div:hover button {
  background: transparent !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  color: #000000 !important;
}
.upc-footer-subscribe-form form .needsclick [data-testid=form-row]:nth-of-type(2) button {
  margin-top: 0 !important;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  background-size: 100% 100% !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  padding: 0 !important;
  line-height: auto !important;
  height: auto !important;
  letter-spacing: normal !important;
  font-family: "pragmatica" !important;
}
.upc-footer-subscribe p {
  font-size: 11px;
  color: #ffffff;
  margin-top: 32px;
}
.upc-footer-subscribe p a {
  text-decoration: underline;
}
@media (max-width: 1099px) {
  .upc-footer-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px 0;
  }
  .upc-footer-logo {
    order: 1;
  }
  .upc-footer-subscribe {
    order: 2;
    width: 100%;
  }
  .upc-footer-col-center {
    order: 3;
    width: 100%;
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 64px;
    position: relative;
  }
  .upc-footer-col-center::after {
    content: "";
    position: absolute;
    left: -30px;
    right: -30px;
    top: 0;
    height: 3px;
    background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
    z-index: 1;
  }
  .upc-footer-col-center-legal {
    text-align: center;
  }
  .upc-footer-col-center-socials {
    text-align: center;
  }
  .upc-footer-col-center-socials ul {
    justify-content: center;
  }
  .upc-footer-col-center-copyrights {
    grid-column: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .upc-footer-section {
    padding: 32px 0;
  }
  .upc-footer-row {
    grid-template-columns: 1fr;
    gap: 48px 0;
  }
  .upc-footer-logo {
    width: 170px;
    margin-inline: auto;
  }
  .upc-footer-col-center {
    grid-template-columns: 1fr;
  }
  .upc-footer-col-center::after {
    left: -20px;
    right: -20px;
  }
  .upc-footer-col-center-legal ul li a {
    font-size: 12px;
  }
  .upc-footer-subscribe-form .button-style-black {
    width: 100%;
  }
  .upc-footer-subscribe h2 {
    font-size: 16px;
  }
  .upc-footer-subscribe h2 br {
    display: none;
  }
}

.upc-media-cover-section {
  position: relative;
  background: #000000;
  padding: 155px 20px 64px 20px;
  height: 810px;
  max-height: 100vh;
  isolation: isolate;
}
.upc-media-cover-section-video-aspect-ratio {
  height: auto;
  aspect-ratio: 16/9;
  width: 100%;
  max-height: calc(100vh - 151px);
}
.upc-media-cover-section .container-standard {
  height: 100%;
}
.upc-media-cover-item {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.upc-media-cover-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.upc-media-cover-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upc-media-cover-item-img-desktop {
  display: block;
}
.upc-media-cover-item-img-mobile {
  display: none;
}
.upc-media-cover-item-video-desktop {
  display: block;
}
.upc-media-cover-item-video-mobile {
  display: none;
}
.upc-media-cover-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
}
.upc-media-cover-content h1 {
  font-size: 56px;
  font-family: "RobotoSerif-Medium";
  color: #ffffff;
}
.upc-media-cover-content p {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 40px;
}
.upc-media-cover-content .button-style-black {
  margin-top: 40px;
  align-self: start;
}
@media (max-width: 767px) {
  .upc-media-cover-section {
    padding: 90px 0;
    height: 593px;
    max-height: 100vh;
  }
  .upc-media-cover-section-video-aspect-ratio {
    aspect-ratio: 4/5;
    height: auto;
    max-height: calc(100vh - 102px);
  }
  .upc-media-cover-item-img-desktop {
    display: none;
  }
  .upc-media-cover-item-img-mobile {
    display: block;
  }
  .upc-media-cover-item-video-desktop {
    display: none;
  }
  .upc-media-cover-item-video-mobile {
    display: block;
  }
  .upc-media-cover-content {
    max-width: 100%;
  }
  .upc-media-cover-content h1 {
    font-size: 32px;
  }
  .upc-media-cover-content p {
    margin-top: 16px;
  }
  .upc-media-cover-content .button-style-black {
    display: flex;
    width: 100%;
  }
}

.upc-featured-categories-section {
  padding: 80px 0;
}
.upc-featured-categories-top {
  text-align: center;
}
.upc-featured-categories-top h1, .upc-featured-categories-top h2 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  text-wrap: balance;
}
.upc-featured-categories-top svg {
  width: 269px;
  margin-top: 16px;
}
.upc-featured-categories-holder {
  position: relative;
}
.upc-featured-categories-holder-icon {
  transition: transform 0.6s ease;
  will-change: transform;
  position: absolute;
  z-index: 4;
  right: 0;
  top: -86px;
  width: 181px;
}
.upc-featured-categories-holder-icon svg {
  width: 100%;
  height: 100%;
}
.upc-featured-categories-full .featured-categories-holder-icon {
  right: 25%;
}
@media (min-width: 768px) {
  .upc-featured-categories-full .featured-categories-slider .swiper-scrollbar-horizontal {
    max-width: 453px;
    margin-inline: auto;
  }
  .upc-featured-categories-full .featured-categories-slider .swiper-slide {
    width: 306px;
  }
}
.upc-featured-categories-slider {
  margin-top: 40px;
}
.upc-featured-categories-slider .swiper-slide {
  display: flex;
}
.upc-featured-categories-slider .swiper-slide a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  padding: 8px 8px 22px 8px;
  border-radius: 4px;
}
.upc-featured-categories-slider .swiper-slide-img-holder {
  width: 100%;
  aspect-ratio: 288/373;
  position: relative;
  isolation: isolate;
}
.upc-featured-categories-slider .swiper-slide-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.upc-featured-categories-slider .swiper-slide-img-holder h3 {
  font-size: 24px;
  line-height: 1.2em;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  text-align: center;
  z-index: 2;
  font-weight: bold;
}
.upc-featured-categories-slider .swiper-slide-img-holder::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 77.03%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  height: 100%;
  inset: 0;
  z-index: 1;
}
.upc-featured-categories-slider .swiper-slide h4 {
  display: inline-flex;
  align-self: center;
  align-items: center;
  gap: 0 8px;
  color: #000000;
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.upc-featured-categories-slider .swiper-slide h4 svg {
  width: 10px;
}
.upc-featured-categories-slider .swiper-scrollbar {
  position: static;
}
.upc-featured-categories-slider .swiper-scrollbar-horizontal {
  width: 100%;
  height: 5px;
  display: block;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  cursor: pointer;
}
.upc-featured-categories-slider .swiper-scrollbar-drag {
  background: #ffffff;
  border-radius: 100px;
}
.upc-featured-categories-cta {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1099px) {
  .upc-featured-categories-top h1, .upc-featured-categories-top h2 {
    font-size: 32px;
  }
  .upc-featured-categories-top svg {
    width: 208px;
  }
  .upc-featured-categories-holder-icon {
    right: 0;
    top: -45px;
    height: 90px;
    width: 90px;
  }
  .upc-featured-categories-slider {
    margin-top: 24px;
  }
  .upc-featured-categories-slider .swiper-slide a {
    padding: 4px 4px 10px 4px;
  }
  .upc-featured-categories-slider .swiper-slide h3 {
    font-size: 16px;
  }
  .upc-featured-categories-slider .swiper-slide h4 {
    margin-top: 10px;
    font-size: 11px;
  }
  .upc-featured-categories-slider .swiper-scrollbar-horizontal {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .upc-featured-categories-section {
    padding: 48px 0;
  }
  .upc-featured-categories-top h1, .upc-featured-categories-top h2 {
    font-size: 24px;
  }
  .upc-featured-categories-top svg {
    width: 174px;
  }
  .upc-featured-categories-holder-icon {
    right: auto;
    left: 0;
    top: -36px;
    height: 72px;
    width: 78px;
  }
  .upc-featured-categories-slider {
    margin-right: -20px;
    padding-right: 20px;
  }
  .upc-featured-categories-slider .swiper-scrollbar-horizontal {
    width: 100%;
  }
  .upc-featured-categories-cta {
    margin-top: 24px;
  }
  .upc-featured-categories-cta a {
    width: 100%;
  }
}

.upc-sponsors-section {
  padding: 80px 0;
  text-align: center;
}
.upc-sponsors-section h2 {
  font-size: 42px;
  font-weight: bold;
  text-wrap: balance;
  text-transform: uppercase;
}
.upc-sponsors-section ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 56px;
}
.upc-sponsors-section ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.upc-sponsors-section ul li img {
  width: calc(100% - 65px);
}
.upc-sponsors-section ul li:not(:first-child) {
  padding-left: 65px;
  background: url("../img/sponsors-divider.png") left center no-repeat;
  background-size: 50px auto;
}
.upc-sponsors-section ul li:first-child img {
  width: calc(100% - 130px);
}
@media (max-width: 1099px) {
  .upc-sponsors-section h2 {
    font-size: 32px;
  }
  .upc-sponsors-section ul li {
    min-height: 112px;
  }
  .upc-sponsors-section ul li img {
    width: calc(100% - 45px);
  }
  .upc-sponsors-section ul li:not(:first-child) {
    padding-left: 45px;
    background-size: 29px auto;
  }
  .upc-sponsors-section ul li:first-child img {
    width: calc(100% - 90px);
  }
}
@media (max-width: 767px) {
  .upc-sponsors-section {
    padding: 48px 0;
  }
  .upc-sponsors-section h2 {
    font-size: 24px;
  }
  .upc-sponsors-section ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
    margin-top: 32px;
  }
  .upc-sponsors-section ul li img {
    width: auto;
    max-width: 60%;
  }
  .upc-sponsors-section ul li:first-child img {
    width: auto;
    max-width: 60%;
  }
  .upc-sponsors-section ul li:nth-child(3) {
    padding-left: 0;
    background: none;
  }
  .upc-sponsors-section ul li:nth-child(3) img {
    width: auto;
    max-width: 60%;
  }
}

.upc-reviews-section {
  padding: 80px 0;
}
.upc-reviews-top h2 {
  font-size: 42px;
  font-weight: bold;
  text-wrap: balance;
  text-transform: uppercase;
  text-align: center;
}
.upc-reviews-top-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
}
.upc-reviews-slider {
  margin-top: 56px;
  padding: 0 50px;
}
.upc-reviews-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.upc-reviews-slider .swiper-scrollbar {
  position: static;
}
.upc-reviews-slider .swiper-scrollbar-horizontal {
  width: 100%;
  max-width: 453px;
  height: 5px;
  display: block;
  margin-top: 56px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  cursor: pointer;
  margin-inline: auto;
}
.upc-reviews-slider .swiper-scrollbar-drag {
  background: #ffffff;
  border-radius: 100px;
}
.upc-reviews-slide {
  width: 408px;
  height: auto;
  position: relative;
  background: linear-gradient(black, black) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box;
  border: 5px solid transparent;
  padding: 24px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.upc-reviews-slide-stars {
  display: block;
}
.upc-reviews-slide h3 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.upc-reviews-slide-textarea {
  margin-top: 24px;
  font-size: 16px;
}
.upc-reviews-slide h4 {
  margin-top: auto;
  padding-top: 42px;
}
@media (max-width: 1099px) {
  .upc-reviews-top h2 {
    font-size: 32px;
  }
  .upc-reviews-slider {
    margin-top: 48px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .upc-reviews-section {
    padding: 48px 0;
  }
  .upc-reviews-top h2 {
    font-size: 24px;
  }
  .upc-reviews-slider {
    margin-top: 32px;
    padding: 0 20px;
  }
  .upc-reviews-slider .swiper-scrollbar-horizontal {
    width: 296px;
  }
}

.global-instagram-section {
  padding: 80px 0;
}
.global-instagram-top {
  text-align: center;
}
.global-instagram-top-title {
  position: relative;
  display: flex;
  justify-content: center;
}
.global-instagram-top-title h2 {
  font-size: 42px;
  font-weight: bold;
  text-wrap: balance;
  text-transform: uppercase;
  background: black;
  padding: 5px 20px;
  display: inline-flex;
  position: relative;
  z-index: 2;
}
.global-instagram-top-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 3px;
  width: 100%;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  z-index: 1;
}
.global-instagram-top a {
  font-size: 20px;
}
.global-instagram-top a span {
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-size: 100% 100%;
}
.global-instagram-content {
  margin-top: 48px;
}
@media (max-width: 1099px) {
  .global-instagram-top-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .global-instagram-section {
    padding: 48px 0;
  }
  .global-instagram-top-title h2 {
    font-size: 24px;
  }
  .global-instagram-top a {
    font-size: 14px;
  }
}

.upc-categories-style1-section {
  padding: 48px 0;
}
.upc-categories-style1-top {
  text-align: center;
}
.upc-categories-style1-top h1 {
  font-size: 48px;
  font-weight: bold;
  text-wrap: balance;
  text-transform: uppercase;
}
.upc-categories-style1-top svg {
  width: 269px;
  margin-top: 16px;
}
.upc-categories-style1-list {
  display: flex;
  flex-direction: column;
  gap: 48px 0;
  width: 100%;
  margin-top: 72px;
}
.upc-categories-style1-item {
  display: flex;
  gap: 0 56px;
}
@media (min-width: 1100px) {
  .upc-categories-style1-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.upc-categories-style1-item-img {
  width: 50%;
  padding: 32px;
  background: linear-gradient(black, black) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box;
  border: 3px solid transparent;
}
.upc-categories-style1-item-img a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.upc-categories-style1-item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 4px;
  object-fit: cover;
}
.upc-categories-style1-item-content {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.upc-categories-style1-item-content h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2em;
}
.upc-categories-style1-item-content p {
  font-size: 16px;
  margin-top: 24px;
  line-height: 1.4em;
}
.upc-categories-style1-item-content .button-style-black {
  margin-top: 40px;
}
@media (max-width: 1099px) {
  .upc-categories-style1-top h1 {
    font-size: 32px;
  }
  .upc-categories-style1-top svg {
    width: 208px;
  }
  .upc-categories-style1-list {
    margin-top: 48px;
  }
  .upc-categories-style1-item {
    flex-direction: column;
  }
  .upc-categories-style1-item-img {
    width: 100%;
  }
  .upc-categories-style1-item-content {
    width: 100%;
  }
  .upc-categories-style1-item-content h2 {
    font-size: 32px;
  }
  .upc-categories-style1-item-content p {
    font-size: 14px;
  }
  .upc-categories-style1-item-content .button-style-black {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .upc-categories-style1-top h1 {
    font-size: 24px;
  }
  .upc-categories-style1-top svg {
    width: 174px;
  }
  .upc-categories-style1-item-content h2 {
    font-size: 24px;
  }
  .upc-categories-style1-item-content .button-style-black {
    width: 100%;
  }
}

.page-categories-style2-cover-section {
  position: relative;
  background: #000000;
  padding: 155px 20px 64px 20px;
  height: 610px;
  max-height: 100vh;
  isolation: isolate;
}
.page-categories-style2-cover-section-video-aspect-ratio {
  height: auto;
  aspect-ratio: 16/9;
  width: 100%;
  max-height: calc(100vh - 151px);
}
.page-categories-style2-cover-section .container-standard {
  height: 100%;
}
.page-categories-style2-cover-item {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-categories-style2-cover-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-categories-style2-cover-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-categories-style2-cover-item-img-desktop {
  display: block;
}
.page-categories-style2-cover-item-img-mobile {
  display: none;
}
.page-categories-style2-cover-item-video-desktop {
  display: block;
}
.page-categories-style2-cover-item-video-mobile {
  display: none;
}
@media (max-width: 767px) {
  .page-categories-style2-cover-section {
    height: 400px;
    max-height: 100vh;
  }
  .page-categories-style2-cover-section-video-aspect-ratio {
    aspect-ratio: 3.6/4;
    height: auto;
    max-height: calc(100vh - 102px);
  }
  .page-categories-style2-cover-item-img-desktop {
    display: none;
  }
  .page-categories-style2-cover-item-img-mobile {
    display: block;
  }
  .page-categories-style2-cover-item-video-desktop {
    display: none;
  }
  .page-categories-style2-cover-item-video-mobile {
    display: block;
  }
}
.page-categories-style2-internal-section {
  padding: 48px 0;
}
.page-categories-style2-internal-section h1 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  text-wrap: balance;
  text-align: center;
}
.page-categories-style2-internal-top {
  margin-top: 40px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.page-categories-style2-internal-top-filter {
  display: flex;
  gap: 0 16px;
  user-select: none;
}
.page-categories-style2-internal-top-filter span {
  font-size: 16px;
}
.page-categories-style2-internal-top-filter span i {
  font-style: normal;
}
.page-categories-style2-internal-top-filter span svg {
  display: none;
}
.page-categories-style2-internal-top-filter ul {
  display: flex;
  gap: 0 16px;
  font-size: 16px;
}
.page-categories-style2-internal-top-filter ul li:hover {
  cursor: pointer;
}
.page-categories-style2-internal-top-filter ul li.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page-categories-style2-internal-top-sort {
  font-size: 16px;
  position: relative;
}
.page-categories-style2-internal-top-sort span {
  cursor: pointer;
  user-select: none;
}
.page-categories-style2-internal-top-sort ul {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  min-width: 216px;
  max-width: 250px;
  list-style: none;
  margin: 0;
  padding: 8px;
  border-radius: 4px;
  background: linear-gradient(black, black) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box;
  border: 1px solid transparent;
  z-index: 9;
}
.page-categories-style2-internal-top-sort ul.active {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.page-categories-style2-internal-top-sort ul li {
  cursor: pointer;
  white-space: nowrap;
  background: url("../img/icon-filter-inactive.svg") center left no-repeat;
  background-size: 14px 14px;
  padding-left: 20px;
}
.page-categories-style2-internal-top-sort ul li.active {
  background-image: url("../img/icon-filter-active.svg");
}
.page-categories-style2-internal-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 32px;
  display: none;
}
.page-categories-style2-internal-list.active {
  display: grid;
}
.page-categories-style2-internal-list-item {
  display: none;
}
.page-categories-style2-internal-list-item.active {
  display: block;
}
.page-categories-style2-internal-list-item-img {
  width: 100%;
}
.page-categories-style2-internal-list-item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.page-categories-style2-internal-list-item-title {
  font-size: 20px;
  line-height: 1.2em;
  margin-top: 16px;
}
.page-categories-style2-internal-list-item p {
  font-size: 16px;
  margin-top: 8px;
}
@media (max-width: 1099px) {
  .page-categories-style2-internal-section h1 {
    font-size: 32px;
  }
  .page-categories-style2-internal-list-item-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-categories-style2-internal-section h1 {
    font-size: 24px;
  }
  .page-categories-style2-internal-top-filter {
    position: relative;
  }
  .page-categories-style2-internal-top-filter span svg {
    display: inline-block;
  }
  .page-categories-style2-internal-top-filter span.filter-label {
    background: linear-gradient(black, black) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
  }
  .page-categories-style2-internal-top-filter span i {
    display: none;
  }
  .page-categories-style2-internal-top-filter span .filter-label-text {
    display: flex;
    align-items: center;
    gap: 0 6px;
  }
  .page-categories-style2-internal-top-filter ul {
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    min-width: 216px;
    max-width: 250px;
    list-style: none;
    margin: 0;
    padding: 8px;
    border-radius: 4px;
    background: linear-gradient(black, black) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box;
    border: 1px solid transparent;
    z-index: 9;
  }
  .page-categories-style2-internal-top-filter ul.active {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
  }
  .page-categories-style2-internal-top-filter ul li {
    cursor: pointer;
    white-space: nowrap;
    background: url("../img/icon-filter2-inactive.svg") center left no-repeat;
    background-size: 14px 14px;
    padding-left: 20px;
  }
  .page-categories-style2-internal-top-filter ul li.active {
    background-image: url("../img/icon-filter2-active.svg");
    text-decoration: none;
  }
  .page-categories-style2-internal-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
  .page-categories-style2-internal-list-item-title {
    font-size: 14px;
  }
  .page-categories-style2-internal-list-item p {
    font-size: 14px;
  }
}

.page-product-detail-section {
  padding: 80px 0;
}
.page-product-detail-row {
  display: flex;
  gap: 0 48px;
}
.page-product-detail-col-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  min-width: 0;
}
.page-product-detail-col-right {
  width: 50%;
  min-width: 0;
}
.page-product-detail-slider {
  width: 100%;
  user-select: none;
}
.page-product-detail-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.page-product-detail-slider .swiper-button-prev {
  background: url("../img/icon-slider-box-arrow-left.svg") center center no-repeat;
  background-size: 32px auto;
  width: 32px;
}
.page-product-detail-slider .swiper-button-prev::after {
  display: none;
}
.page-product-detail-slider .swiper-button-next {
  background: url("../img/icon-slider-box-arrow-right.svg") center center no-repeat;
  background-size: 32px auto;
  width: 32px;
}
.page-product-detail-slider .swiper-button-next::after {
  display: none;
}
.page-product-detail-slider-thumbs {
  width: 100%;
}
.page-product-detail-slider-thumbs .swiper-slide {
  width: 75px;
  overflow: hidden;
  border-radius: 4px;
  background: transparent;
  border: 3px solid transparent;
  position: relative;
  cursor: pointer;
  opacity: 0.7;
}
.page-product-detail-slider-thumbs .swiper-slide.swiper-slide-thumb-active {
  background: linear-gradient(black, black) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box;
  border: 3px solid transparent;
  opacity: 1;
}
.page-product-detail-slider-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.page-product-detail-box-top {
  text-align: center;
}
.page-product-detail-box-top h1 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
}
.page-product-detail-box-top-weight {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 4px;
  font-weight: bold;
}
.page-product-detail-box-description-top {
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 24px;
}
.page-product-detail-box-description-top a {
  text-decoration: underline;
}
.page-product-detail-box-description-bottom {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 24px;
  text-align: center;
}
.page-product-detail-box-description-bottom a {
  text-decoration: underline;
}
.page-product-detail-box-features {
  margin-top: 24px;
}
.page-product-detail-box-features h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}
.page-product-detail-box-features ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
  width: max-content;
  max-width: 100%;
  gap: 3px 50px;
  margin-inline: auto;
  list-style-position: inside;
  list-style: disc;
}
.page-product-detail-box-features ul li {
  font-size: 14px;
  line-height: 1.4em;
}
.page-product-detail-box-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.page-product-detail-box-bottom {
  margin-top: 48px;
}
.page-product-detail-box-bottom-faq button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 23px 0;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.page-product-detail-box-bottom-faq button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  z-index: 1;
}
.page-product-detail-box-bottom .page-product-detail-box-bottom-faq:last-of-type button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  z-index: 1;
}
.page-product-detail-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.page-product-detail-modal-content {
  background: #000000;
  padding: 0 32px 32px 32px;
  border-radius: 4px;
  border: 1px solid #ffffff;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
  color: #ffffff;
}
.page-product-detail-modal-content-top {
  position: sticky;
  height: 58px;
  top: 0;
  background: #000000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-product-detail-modal-content-top button {
  cursor: pointer;
  transform: translateX(12px);
}
.page-product-detail-modal-content-body {
  max-width: 400px;
}
.page-product-detail-modal-content h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
}
.page-product-detail-modal-content p {
  font-size: 14px;
  line-height: 1.4em;
  min-width: 300px;
  max-width: 100%;
}
.page-product-detail-modal-content p:not(:first-child) {
  margin-top: 16px;
}
.page-product-detail-modal-content p strong {
  font-weight: bold;
}
.page-product-detail-modal-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}
@media (max-width: 1099px) {
  .page-product-detail-section {
    padding: 48px 0 80px 0;
  }
  .page-product-detail-row {
    flex-direction: column;
    gap: 48px 0;
  }
  .page-product-detail-col-left {
    width: 100%;
  }
  .page-product-detail-col-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-product-detail-section {
    padding: 32px 0 48px 0;
  }
  .page-product-detail-col-left {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .page-product-detail-col-right {
    width: 100%;
  }
  .page-product-detail-box-top h1 {
    font-size: 24px;
  }
  .page-product-detail-box-top-weight {
    font-size: 12px;
  }
  .page-product-detail-box-description-top {
    font-size: 12px;
    margin-top: 32px;
  }
  .page-product-detail-box-description-bottom {
    font-size: 12px;
    margin-top: 32px;
  }
  .page-product-detail-box-features {
    margin-top: 24px;
  }
  .page-product-detail-box-features h2 {
    font-size: 12px;
  }
  .page-product-detail-box-features ul li {
    font-size: 12px;
  }
  .page-product-detail-box-link a {
    width: 100%;
  }
  .page-product-detail-box-bottom-faq button {
    font-size: 14px;
  }
  .page-product-detail-slider-thumbs .swiper-slide {
    width: 46px;
  }
  .page-product-detail-slider .swiper-button-prev {
    left: 10px;
  }
  .page-product-detail-slider .swiper-button-next {
    right: 10px;
  }
  .page-product-detail-modal-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
  }
}

.upc-pairs-section {
  padding: 40px 0;
}
.upc-pairs-section h2 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
}
.upc-pairs-slider {
  margin-top: 40px;
}
.upc-pairs-slider .swiper-slide {
  width: 300px;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upc-pairs-slider .swiper-slide img {
  width: 150px;
}
.upc-pairs-slider .swiper-slide h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-top: 32px;
}
.upc-pairs-slider .swiper-slide ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
.upc-pairs-slider .swiper-slide ul li {
  font-size: 20px;
  line-height: 1.4em;
}
.upc-pairs-slider .swiper-scrollbar {
  position: static;
}
.upc-pairs-slider .swiper-scrollbar-horizontal {
  width: 100%;
  max-width: 453px;
  height: 5px;
  display: block;
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  cursor: pointer;
  margin-inline: auto;
}
.upc-pairs-slider .swiper-scrollbar-drag {
  background: #ffffff;
  border-radius: 100px;
}
@media (max-width: 1099px) {
  .upc-pairs-section h2 {
    font-size: 24px;
  }
  .upc-pairs-slider .swiper-slide {
    width: 203px;
  }
  .upc-pairs-slider .swiper-slide h3 {
    font-size: 20px;
  }
  .upc-pairs-slider .swiper-slide ul li {
    font-size: 16px;
  }
}
@media (max-width: 1099px) {
  .upc-pairs-slider {
    margin-top: 40px;
  }
  .upc-pairs-slider .swiper-slide img {
    width: 120px;
  }
}

.upc-video-and-text-section {
  padding: 80px 0;
}
.upc-video-and-text-row {
  display: flex;
  width: 100%;
  gap: 56px 56px;
}
.upc-video-and-text-col-left {
  width: 60%;
  padding: 32px;
  background: linear-gradient(black, black) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box;
  border: 5px solid transparent;
  border-radius: 3px;
}
.upc-video-and-text-col-right {
  width: 40%;
}
.upc-video-and-text-media-holder {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.upc-video-and-text-media-holder-cover {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
  z-index: 1;
  border-radius: 4px;
}
.upc-video-and-text-media-holder-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upc-video-and-text-media-holder-cover::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.upc-video-and-text-media-holder button {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.upc-video-and-text-media-holder video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 8px;
}
.upc-video-and-text-media-holder.active video {
  z-index: 3;
}
.upc-video-and-text-content-holder span {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.upc-video-and-text-content-holder h2 {
  font-size: 48px;
  line-height: 1.2em;
  margin-top: 16px;
}
.upc-video-and-text-content-holder p {
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 24px;
}
.upc-video-and-text-content-holder .button-style-black {
  margin-top: 40px;
}
@media (max-width: 1099px) {
  .upc-video-and-text-row {
    display: flex;
    flex-direction: column;
  }
  .upc-video-and-text-col-left {
    width: 100%;
  }
  .upc-video-and-text-col-right {
    width: 100%;
  }
  .upc-video-and-text-content-holder span {
    font-size: 12px;
  }
  .upc-video-and-text-content-holder h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .upc-video-and-text-section {
    padding: 48px 0;
  }
  .upc-video-and-text-row {
    gap: 32px;
  }
  .upc-video-and-text-col-left {
    padding: 16px;
  }
  .upc-video-and-text-media-holder button svg {
    width: 33px;
  }
  .upc-video-and-text-media-holder video {
    border-radius: 4px;
  }
  .upc-video-and-text-content-holder h2 {
    font-size: 24px;
    margin-top: 8px;
  }
  .upc-video-and-text-content-holder p {
    margin-top: 16px;
  }
  .upc-video-and-text-content-holder .button-style-black {
    margin-top: 24px;
    width: 100%;
  }
}

.upc-store-locator-section {
  padding: 48px 0 80px 0;
}
.upc-store-locator-top {
  text-align: center;
}
.upc-store-locator-top h1 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  text-wrap: balance;
}
.upc-store-locator-top p {
  font-size: 24px;
  line-height: 1.4em;
  max-width: 767px;
  margin-inline: auto;
  margin-top: 24px;
}
.upc-store-locator-map {
  margin-top: 40px;
}
@keyframes scrollSponsors {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.upc-store-locator-scrolling {
  margin-top: 72px;
}
.upc-store-locator-scrolling-contain {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  padding: 0;
  user-select: none;
}
.upc-store-locator-scrolling-contain-text {
  overflow: hidden;
  height: 100%;
  white-space: nowrap;
  animation: scrollSponsors 25s infinite linear;
  margin: 0;
  font-size: 0;
  display: inline-block;
}
.upc-store-locator-scrolling-contain-text img {
  display: inline-block;
  width: auto;
  height: 50px;
  margin-right: 64px;
  max-width: none;
}
.upc-store-locator-scrolling-single-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.upc-store-locator-scrolling-single-item img {
  display: inline-block;
  width: auto;
  height: 50px;
  max-width: none;
}
@media (max-width: 1099px) {
  .upc-store-locator-section {
    padding: 48px 0;
  }
  .upc-store-locator-top h1 {
    font-size: 32px;
  }
  .upc-store-locator-map {
    margin-top: 32px;
  }
  .upc-store-locator-map #grappos-locator {
    height: 360px !important;
  }
  .upc-store-locator-scrolling {
    margin-top: 34px;
  }
}
@media (max-width: 767px) {
  .upc-store-locator-top h1 {
    font-size: 24px;
  }
  .upc-store-locator-top p {
    font-size: 16px;
    margin-top: 16px;
  }
  .upc-store-locator-map {
    margin-top: 24px;
  }
  .upc-store-locator-map #grappos-locator {
    height: 340px !important;
  }
  .upc-store-locator-scrolling-contain-text img {
    height: 20px;
    margin-right: 25px;
  }
  .upc-store-locator-scrolling-single-item img {
    height: 20px;
  }
}

.upc-general-text-section {
  padding: 48px 0;
}
.upc-general-text-top {
  text-align: center;
  margin-bottom: 40px;
}
.upc-general-text-top h1 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  text-wrap: balance;
}
.upc-general-text-textcontent {
  font-size: 20px;
  line-height: 1.25em;
}
.upc-general-text-textcontent p {
  font-size: 20px;
  line-height: 1.4em;
}
.upc-general-text-textcontent p:not(:first-child) {
  margin-top: 22px;
}
.upc-general-text-textcontent h2,
.upc-general-text-textcontent h3,
.upc-general-text-textcontent h4 {
  font-size: 32px;
  line-height: 1.25em;
}
.upc-general-text-textcontent h2:not(:first-child),
.upc-general-text-textcontent h3:not(:first-child),
.upc-general-text-textcontent h4:not(:first-child) {
  margin-top: 45px;
}
.upc-general-text-textcontent h5,
.upc-general-text-textcontent h6 {
  font-size: 28px;
}
.upc-general-text-textcontent h5:not(:first-child),
.upc-general-text-textcontent h6:not(:first-child) {
  margin-top: 45px;
}
.upc-general-text-textcontent ul,
.upc-general-text-textcontent ol {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.upc-general-text-textcontent ul:not(:first-child),
.upc-general-text-textcontent ol:not(:first-child) {
  margin-top: 45px;
}
.upc-general-text-textcontent ul li,
.upc-general-text-textcontent ol li {
  position: relative;
  padding-left: 20px;
  line-height: 1.1em;
}
.upc-general-text-textcontent ul li::before,
.upc-general-text-textcontent ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
}
@media (max-width: 1099px) {
  .upc-general-text-top {
    margin-bottom: 24px;
  }
  .upc-general-text-top h1 {
    font-size: 32px;
  }
  .upc-general-text-textcontent h2,
  .upc-general-text-textcontent h3,
  .upc-general-text-textcontent h4 {
    font-size: 24px;
  }
  .upc-general-text-textcontent h5,
  .upc-general-text-textcontent h6 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .upc-general-text-top {
    margin-bottom: 32px;
  }
  .upc-general-text-top h1 {
    font-size: 24px;
  }
  .upc-general-text-textcontent {
    font-size: 16px;
  }
  .upc-general-text-textcontent p {
    font-size: 16px;
  }
  .upc-general-text-textcontent p:not(:first-child) {
    margin-top: 20px;
  }
  .upc-general-text-textcontent h2,
  .upc-general-text-textcontent h3,
  .upc-general-text-textcontent h4 {
    font-size: 24px;
  }
  .upc-general-text-textcontent h2:not(:first-child),
  .upc-general-text-textcontent h3:not(:first-child),
  .upc-general-text-textcontent h4:not(:first-child) {
    margin-top: 32px;
  }
  .upc-general-text-textcontent h5,
  .upc-general-text-textcontent h6 {
    font-size: 24px;
  }
  .upc-general-text-textcontent h5:not(:first-child),
  .upc-general-text-textcontent h6:not(:first-child) {
    margin-top: 32px;
  }
  .upc-general-text-textcontent ul:not(:first-child),
  .upc-general-text-textcontent ol:not(:first-child) {
    margin-top: 32px;
  }
}

.upc-contact-form-section {
  padding: 48px 0;
}
.upc-contact-form-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px 0;
  margin-bottom: 40px;
  text-align: center;
}
.upc-contact-form-top h1 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
}
.upc-contact-form-top p {
  font-size: 20px;
  max-width: 882px;
}
.upc-contact-form-box {
  background: linear-gradient(black, black) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box;
  border: 3px solid transparent;
  padding: 32px;
  border-radius: 12px;
  margin-inline: auto;
}
.upc-contact-form-box-content,
.upc-contact-form-box .wpcf7-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px 0;
}
.upc-contact-form-box .wpcf7-spinner {
  display: none;
}
.upc-contact-form-box-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px 0;
}
.upc-contact-form-box label {
  font-size: 24px;
}
.upc-contact-form-box input[type=text],
.upc-contact-form-box input[type=email] {
  display: block;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ffffff;
  border-width: 0 0 1px 0;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  outline: none;
  box-shadow: none;
  background: transparent;
  font-weight: bold;
}
.upc-contact-form-box input[type=text]::placeholder,
.upc-contact-form-box input[type=email]::placeholder {
  color: #ffffff;
}
.upc-contact-form-box textarea {
  display: block;
  width: 100%;
  border: 1px solid #ffffff;
  border-width: 0 0 1px 0;
  background: #000000;
  color: #ffffff;
  min-height: 155px;
  font-size: 16px;
  padding: 0;
  font-weight: bold;
}
.upc-contact-form-box textarea::placeholder {
  color: #ffffff;
}
.upc-contact-form-box-bottom {
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
}
.upc-contact-form-box-bottom p {
  font-size: 14px;
  line-height: 1.4em;
}
.upc-contact-form-input-submit {
  margin-inline: auto;
  display: block;
}
.upc-contact-form-input-submit input[type=submit] {
  align-self: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  border: none;
  width: auto;
  margin-inline: auto;
  display: block;
}
.upc-contact-form-input-submit input[type=submit]:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .upc-contact-form-top {
    margin-bottom: 32px;
  }
  .upc-contact-form-top h1 {
    font-size: 40px;
    text-wrap: balance;
  }
  .upc-contact-form-top p {
    font-size: 16px;
  }
  .upc-contact-form-box {
    padding: 16px;
  }
  .upc-contact-form-box input[type=text],
  .upc-contact-form-box input[type=email],
  .upc-contact-form-box textarea {
    font-size: 12px;
    padding: 0;
  }
  .upc-contact-form-box p.form-footer-bottom {
    text-align: left;
    font-size: 12px;
  }
  .upc-contact-form-input-submit {
    width: 100%;
  }
  .upc-contact-form-input-submit .button-style-black {
    width: 100%;
  }
  .upc-contact-form-input-submit input[type=submit] {
    width: 100%;
  }
}

.upc-recipes-section {
  padding: 48px 0;
}
.upc-recipes-section h1 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  text-wrap: balance;
  text-align: center;
}
.upc-recipes-list {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
  margin-top: 40px;
}
.upc-recipes-item {
  scroll-margin-top: 150px;
}
.upc-recipes-item h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  margin-top: 40px;
}
.upc-recipes-item-img {
  width: 100%;
  padding: 32px;
  background: linear-gradient(black, black) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box;
  border: 3px solid transparent;
}
.upc-recipes-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 1022/575;
}
.upc-recipes-item-filter {
  display: flex;
  gap: 0 32px;
  justify-content: space-between;
  margin-top: 32px;
}
.upc-recipes-item-filter li {
  flex: 1;
  text-align: center;
  font-size: 16px;
  padding: 12px;
  text-transform: uppercase;
  font-weight: bold;
  background: #000000;
  position: relative;
  cursor: pointer;
}
.upc-recipes-item-filter li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #ffffff;
  z-index: 1;
}
.upc-recipes-item-filter li.active {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
}
.upc-recipes-item-filter li.active::after {
  content: "";
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
}
.upc-recipes-item-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}
.upc-recipes-item-tabs-box {
  padding: 32px 0;
  display: none;
}
.upc-recipes-item-tabs-box:nth-of-type(2) {
  grid-column: 2/3;
}
.upc-recipes-item-tabs-box.active {
  display: block;
}
.upc-recipes-item-tabs-box-textarea {
  font-size: 16px;
  line-height: 1.4em;
}
.upc-recipes-item-tabs-box-textarea p:not(:first-child) {
  margin-top: 32px;
}
.upc-recipes-item-tabs-box-textarea a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.upc-recipes-item-tabs-box-textarea ul {
  list-style: none;
  padding: 0 0 0 8px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.upc-recipes-item-tabs-box-textarea ul:not(:first-child) {
  margin-top: 16px;
}
.upc-recipes-item-tabs-box-textarea ul li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.4em;
}
.upc-recipes-item-tabs-box-textarea ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 1099px) {
  .upc-recipes-section h1 {
    font-size: 32px;
  }
  .upc-recipes-list {
    gap: 52px 0;
    margin-top: 32px;
  }
  .upc-recipes-item h2 {
    font-size: 24px;
  }
  .upc-recipes-item-img {
    padding: 0;
    border: none;
    aspect-ratio: 1/1;
    margin-inline: -30px;
    width: calc(100% + 60px);
  }
  .upc-recipes-item-filter {
    margin-top: 24px;
  }
  .upc-recipes-item-filter li {
    font-size: 14px;
  }
  .upc-recipes-item-tabs {
    grid-template-columns: 1fr;
  }
  .upc-recipes-item-tabs-box:nth-of-type(2) {
    grid-column: auto;
  }
}
@media (max-width: 767px) {
  .upc-recipes-section {
    padding: 32px 0;
  }
  .upc-recipes-section h1 {
    font-size: 24px;
  }
  .upc-recipes-list {
    gap: 40px 0;
    margin-top: 32px;
  }
  .upc-recipes-item {
    scroll-margin-top: 102px;
  }
  .upc-recipes-item h2 {
    font-size: 16px;
  }
  .upc-recipes-item-img {
    margin-inline: -20px;
    width: calc(100% + 40px);
  }
  .upc-recipes-item-img img {
    border-radius: 0;
  }
  .upc-recipes-item-tabs-box-textarea p {
    font-size: 12px;
  }
  .upc-recipes-item-tabs-box-textarea p:not(:first-child) {
    margin-top: 16px;
  }
  .upc-recipes-item-tabs-box-textarea ul {
    gap: 8px;
  }
  .upc-recipes-item-tabs-box-textarea ul li {
    font-size: 12px;
  }
  .upc-recipes-item-tabs-box-textarea ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .upc-recipes-filter {
    margin-top: 16px;
  }
  .upc-recipes-filter li {
    font-size: 12px;
  }
}

.upc-about-section {
  padding: 48px 0 0 0;
}
.upc-about-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.upc-about-logo svg {
  width: 296px;
}
.upc-about-top {
  display: flex;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.upc-about-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  z-index: 1;
}
.upc-about-top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  z-index: 1;
}
.upc-about-top-col-left {
  width: 648px;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 110px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.upc-about-top-col-left::after {
  content: "";
  position: absolute;
  right: 0;
  width: 3px;
  top: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  z-index: 1;
}
.upc-about-top-col-left-content {
  max-width: 488px;
}
.upc-about-top-col-left-content h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2em;
}
.upc-about-top-col-left-content h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: 8px;
}
.upc-about-top-col-left-content-textarea {
  font-size: 24px;
  line-height: 1.2em;
  margin-top: 24px;
}
.upc-about-top-col-left-content-textarea p:not(:first-child) {
  margin-top: 24px;
}
.upc-about-top-col-right {
  flex-shrink: 0;
  flex-grow: 1;
  position: relative;
}
.upc-about-top-col-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.upc-about-middle {
  display: flex;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.upc-about-middle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  z-index: 1;
}
.upc-about-middle-col-left {
  width: 498px;
  flex-shrink: 0;
  flex-grow: 0;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.upc-about-middle-col-left img {
  width: 378px;
  max-width: 80%;
  height: auto;
}
.upc-about-middle-col-right {
  flex-shrink: 1;
  flex-grow: 1;
  padding: 110px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.upc-about-middle-col-right::after {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  top: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  z-index: 1;
}
.upc-about-middle-col-right-content {
  max-width: 782px;
}
.upc-about-middle-col-right-content img {
  display: none;
}
.upc-about-middle-col-right-content-textarea {
  font-size: 24px;
  line-height: 1.2em;
}
.upc-about-middle-col-right-content-textarea p:not(:first-child) {
  margin-top: 24px;
}
.upc-about-bottom {
  display: flex;
  width: 100%;
  position: relative;
  isolation: isolate;
}
.upc-about-bottom-col-left {
  flex-shrink: 0;
  flex-grow: 1;
  position: relative;
}
.upc-about-bottom-col-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.upc-about-bottom-col-right {
  width: 498px;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 160px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
}
.upc-about-bottom-col-right::after {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  top: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  z-index: 1;
}
.upc-about-bottom-col-right-content {
  max-width: 488px;
  color: #000000;
}
.upc-about-bottom-col-right-content-textarea {
  font-size: 24px;
  line-height: 1.2em;
}
.upc-about-bottom-col-right-content-textarea h2 {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: bold;
}
.upc-about-bottom-col-right-content-textarea p:not(:first-of-type) {
  margin-top: 24px;
}
@media (max-width: 1099px) {
  .upc-about-logo {
    margin-bottom: 32px;
  }
  .upc-about-logo svg {
    width: 200px;
  }
  .upc-about-top {
    flex-direction: column;
  }
  .upc-about-top::before {
    display: none;
  }
  .upc-about-top-col-left {
    width: 100%;
    background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
    padding: 80px;
    min-height: auto;
  }
  .upc-about-top-col-left::after {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 3px;
  }
  .upc-about-top-col-left-content {
    color: #000000;
    max-width: none;
  }
  .upc-about-top-col-left-content-textarea {
    margin-top: 8px;
  }
  .upc-about-top-col-left-content-textarea p:not(:first-child) {
    margin-top: 16px;
  }
  .upc-about-top-col-right {
    width: 100%;
  }
  .upc-about-top-col-right img {
    position: static;
    height: 432px;
  }
  .upc-about-middle {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .upc-about-middle-col-left {
    width: 100%;
    display: none;
  }
  .upc-about-middle-col-right {
    width: 100%;
    min-height: auto;
    padding: 80px;
  }
  .upc-about-middle-col-right::after {
    display: none;
  }
  .upc-about-middle-col-right-content {
    max-width: none;
  }
  .upc-about-middle-col-right-content img {
    display: block;
    width: 176px;
    height: auto;
    margin-inline: auto;
    margin-bottom: 24px;
  }
  .upc-about-bottom {
    flex-direction: column;
  }
  .upc-about-bottom-col-left {
    width: 100%;
  }
  .upc-about-bottom-col-left img {
    position: static;
    height: 432px;
  }
  .upc-about-bottom-col-right {
    width: 100%;
    min-height: auto;
    padding: 80px;
  }
  .upc-about-bottom-col-right-content {
    max-width: none;
  }
  .upc-about-bottom-col-right::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .upc-about-section {
    padding: 32px 0 0 0;
  }
  .upc-about-logo svg {
    width: 174px;
  }
  .upc-about-top-col-left {
    padding: 40px 20px;
  }
  .upc-about-top-col-left-content h1 {
    font-size: 24px;
  }
  .upc-about-top-col-left-content h2 {
    font-size: 16px;
  }
  .upc-about-top-col-left-content-textarea {
    font-size: 16px;
  }
  .upc-about-top-col-right img {
    height: 215px;
  }
  .upc-about-middle-col-right {
    padding: 40px 20px;
  }
  .upc-about-middle-col-right-content-textarea {
    font-size: 16px;
  }
  .upc-about-bottom-col-left img {
    height: 215px;
  }
  .upc-about-bottom-col-right {
    padding: 40px 20px;
  }
  .upc-about-bottom-col-right-content-textarea {
    font-size: 16px;
  }
  .upc-about-bottom-col-right-content-textarea h2 {
    font-size: 24px;
  }
}

.upc-video-tutorials-section {
  padding: 80px 0;
}
.upc-video-tutorials-section h2 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
  text-wrap: balance;
}
.upc-video-tutorials-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 60px 0;
  margin-top: 45px;
}
.upc-video-tutorials-item h3 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 20px;
}
.upc-video-tutorials-item-bg {
  padding: 24px;
  background: linear-gradient(black, black) padding-box, linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%) border-box;
  border: 4px solid transparent;
  border-radius: 4px;
}
.upc-video-tutorials-item-holder {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.upc-video-tutorials-item-holder-cover {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
  z-index: 1;
  border-radius: 4px;
}
.upc-video-tutorials-item-holder-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.upc-video-tutorials-item-holder-cover::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.upc-video-tutorials-item-holder-cover.disabled {
  pointer-events: none;
  opacity: 0; /* or transition out */
}
.upc-video-tutorials-item-holder button {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.upc-video-tutorials-item-holder video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 4px;
}
.upc-video-tutorials-item-holder.active video {
  z-index: 3;
}
.upc-video-tutorials-item-holder.active .upc-video-tutorials-item-holder-cover {
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1099px) {
  .upc-video-tutorials-section {
    padding: 40px 0;
  }
  .upc-video-tutorials-section h2 {
    font-size: 24px;
  }
  .upc-video-tutorials-list {
    gap: 30px 0;
  }
  .upc-video-tutorials-item-holder button svg {
    width: 34px;
    height: auto;
  }
  .upc-video-tutorials-item-bg {
    padding: 8px;
    border: 2px solid transparent;
  }
  .upc-video-tutorials-item h3 {
    font-size: 18px;
  }
}

.upc-video-thumbs-section {
  padding: 80px 0;
}
.upc-video-thumbs-section h2 {
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
  text-wrap: balance;
}
.upc-video-thumbs-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 24px;
  margin-top: 45px;
}
.upc-video-thumbs-list-item {
  background: linear-gradient(135deg, #A97E2C 15.43%, #F4E683 41.31%, #BF923D 69.92%, #F1EA82 86.26%);
  padding: 8px;
  border-radius: 4px;
}
.upc-video-thumbs-list-item-button {
  cursor: pointer;
  display: block;
  width: 100%;
}
.upc-video-thumbs-list-item-cover {
  position: relative;
  isolation: isolate;
  aspect-ratio: 16/9;
}
.upc-video-thumbs-list-item-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 4px;
}
.upc-video-thumbs-list-item-cover svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 32px;
  height: auto;
}
.upc-video-thumbs-list-item-cover::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.upc-video-thumbs-list-item h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 12px;
}
.upc-video-thumbs-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: grid;
  place-items: center;
  z-index: 991;
}
.upc-video-thumbs-modal-dialog {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1020px;
  display: grid;
  place-items: center;
}
.upc-video-thumbs-modal-dialog video {
  width: 100%;
  aspect-ratio: 16/9;
  outline: none;
  background: #000;
  display: block;
}
.upc-video-thumbs-modal-close {
  position: absolute;
  top: -32px;
  right: 0;
  appearance: none;
  border: 0;
  width: 40px;
  height: 24px;
  cursor: pointer;
}
@media (max-width: 1099px) {
  .upc-video-thumbs-section {
    padding: 40px 0;
  }
  .upc-video-thumbs-section h2 {
    font-size: 24px;
  }
  .upc-video-thumbs-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .upc-video-thumbs-list-item {
    padding: 5px;
  }
  .upc-video-thumbs-list-item h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.page-not-found-section {
  padding: 80px 0;
}
.page-not-found-row {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px 0;
}
.page-not-found-row h1 {
  font-size: 42px;
  font-weight: bold;
  text-wrap: balance;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .page-not-found-row {
    align-items: stretch;
  }
  .page-not-found-row h1 {
    font-size: 36px;
  }
}
