html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  background-repeat: no-repeat;
}
a {
  cursor: pointer;
}
input,
button {
  border: none;
}
button {
  all: unset;
  cursor: pointer;
}
button:focus,
textarea:focus,
input:focus {
  outline: none;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
strong,
b {
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Thin.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-ExtraBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Poppins";
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 780px) {
  body {
    font-size: 14px;
  }
}
h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  h1 {
    font-size: 64px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 780px) {
  h1 {
    font-size: 40px;
  }
}
h2,
.h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width: 780px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 780px) {
  h3 {
    font-size: 16px;
  }
}
h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  h5 {
    font-size: 16px;
  }
}
p {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 780px) {
  p {
    font-size: 14px;
  }
}
p.paragraph-xs {
  font-size: 10px;
}
@media (max-width: 1440px) {
  p.paragraph-xs {
    font-size: 9px;
  }
}
@media (max-width: 780px) {
  p.paragraph-xs {
    font-size: 8px;
  }
}
p.paragraph-sm {
  font-size: 14px;
}
@media (max-width: 1440px) {
  p.paragraph-sm {
    font-size: 12px;
  }
}
@media (max-width: 780px) {
  p.paragraph-sm {
    font-size: 10px;
  }
}
p.paragraph-md {
  font-size: 18px;
}
@media (max-width: 1440px) {
  p.paragraph-md {
    font-size: 16px;
  }
}
@media (max-width: 780px) {
  p.paragraph-md {
    font-size: 12px;
  }
}
p.paragraph-lg {
  font-size: 24px;
}
@media (max-width: 1440px) {
  p.paragraph-lg {
    font-size: 20px;
  }
}
@media (max-width: 780px) {
  p.paragraph-lg {
    font-size: 16px;
  }
}
p.paragraph-xl {
  font-size: 28px;
}
@media (max-width: 1440px) {
  p.paragraph-xl {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  p.paragraph-xl {
    font-size: 20px;
  }
}
@media (max-width: 780px) {
  p.paragraph-xl {
    font-size: 16px;
  }
}
p strong {
  font-weight: 600;
}
p.center {
  text-align: center;
}
a {
  color: #000000;
}
.color-primary {
  color: #000000;
}
.color-white {
  color: #ffffff;
}
.color-grey {
  color: #878787;
}
.color-dark-grey {
  color: #464646;
}
.color-contrast,
.color-pink {
  color: #e243a0;
}
.background-light-pink {
  background-color: rgba(226, 67, 160, 0.05);
}
.background-black {
  background-color: #000;
}
.background-white {
  background-color: #fff;
}
.mobile-only {
  display: none !important;
}
@media (max-width: 780px) {
  .mobile-only {
    display: block !important;
  }
}
.desktop-only {
  display: block !important;
}
@media (max-width: 780px) {
  .desktop-only {
    display: none !important;
  }
}
.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 780px) {
  .two-columns {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 780px) {
  .two-columns.mobile-reverse .column:nth-of-type(1) {
    order: 2;
  }
  .two-columns.mobile-reverse .column:nth-of-type(2) {
    order: 1;
  }
}
.three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 780px) {
  .three-columns {
    grid-template-columns: 1fr;
  }
}
.horizontal-scroll {
  max-width: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.horizontal-scroll.small .items {
  grid-auto-columns: var(--column_width_small);
}
.horizontal-scroll.full-width .items {
  padding-left: 16px;
  padding-right: 16px;
}
.horizontal-scroll .items {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--column_width);
  grid-gap: 16px;
  overflow-x: auto;
  scroll-padding-left: var(--left_offset);
  padding-left: var(--left_offset);
  scroll-padding-right: var(--left_offset);
  padding-right: var(--left_offset);
  margin-top: 40px;
  cursor: grab;
}
@media (max-width: 780px) {
  .horizontal-scroll .items {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.horizontal-scroll .items.no-select {
  user-select: none;
  -webkit-user-drag: none;
  cursor: grabbing;
}
.horizontal-scroll .items .item {
  overflow: hidden;
}
.horizontal-scroll .items .item img {
  user-drag: none;
  pointer-events: none;
  -webkit-user-drag: none;
  cursor: pointer;
}
.horizontal-scroll .items::-webkit-scrollbar {
  display: none;
}
.content-block * + * {
  margin-top: 16px;
}
.content-block h1 + p {
  margin-top: 24px;
}
@media (max-width: 780px) {
  .content-block h1 + p {
    margin-top: 8px;
  }
}
.content-block h1 + .button {
  margin-top: 48px;
}
@media (max-width: 780px) {
  .content-block h1 + .button {
    margin-top: 24px;
  }
}
.content-block h2 + .button {
  margin-top: 32px;
}
@media (max-width: 780px) {
  .content-block h2 + .button {
    margin-top: 24px;
  }
}
.content-block h2 + p {
  margin-top: 16px;
}
@media (max-width: 780px) {
  .content-block h2 + p {
    margin-top: 8px;
  }
}
.content-block h3 + p {
  margin-top: 16px;
}
@media (max-width: 780px) {
  .content-block h3 + p {
    margin-top: 8px;
  }
}
.content-block h5 + p {
  margin-top: 8px;
}
@media (max-width: 780px) {
  .content-block h5 + p {
    margin-top: 4px;
  }
}
.content-block .button {
  display: inline-block;
}
.content-block ul li {
  list-style: disc;
}
.content-block ol li {
  list-style: decimal;
}
.content-block ol li ol li {
  list-style-type: lower-alpha;
}
.content-block ol li ol li ol li {
  list-style-type: lower-roman;
}
.content-block ol,
.content-block ul {
  padding-left: 24px;
}
.content-block ol li + li,
.content-block ul li + li {
  margin-top: 12px;
}
.content-block ol li a,
.content-block ul li a {
  text-decoration: underline;
}
.content-block p + button,
.content-block p + .button {
  margin-top: 24px;
}
@media (max-width: 780px) {
  .content-block p + button,
  .content-block p + .button {
    margin-top: 16px;
  }
}
.content-block p + h2 {
  margin-top: 40px;
}
.content-block table {
  width: 100%;
  border-collapse: collapse;
  padding: 12px;
  border: 1px solid #ececec;
  margin-bottom: 32px;
}
.content-block table th {
  background-color: var(--grey-05-color);
  padding: 12px;
  border: 1px solid #ececec;
}
.content-block table td {
  background-color: #ffffff;
  padding: 12px;
  border: 1px solid #ececec;
}
.content-block p a {
  text-decoration: underline;
}
.button,
button {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  padding: 16px 16px;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 164px;
  font-size: 16px;
}
@media (max-width: 780px) {
  .button,
  button {
    padding: 12px 16px;
    font-size: 14px;
    min-width: 0;
  }
}
.button:hover,
button:hover {
  border: 2px solid #727272;
  color: #727272;
}
.button.color-white,
button.color-white {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.button.fill-primary,
button.fill-primary {
  background-color: #e243a0;
  border: 2px solid #e243a0;
  color: #ffffff;
}
.button.fill-primary[disabled],
button.fill-primary[disabled] {
  background-color: #9c9c9c;
  border: 2px solid #9c9c9c;
  color: #ffffff;
}
.button[disabled],
button[disabled] {
  border: 2px solid #d4d4d4;
  color: #d4d4d4;
}
.button.square-close,
button.square-close {
  width: 64px;
  height: 64px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"><path d="M13.6741 1.40649L8.63501 6.44556L13.6741 11.4846L12.3499 12.8088L7.31079 7.76978L2.27173 12.8088L0.94751 11.4846L5.98657 6.44556L0.94751 1.40649L2.27173 0.0822754L7.31079 5.12134L12.3499 0.0822754L13.6741 1.40649Z" fill="white"/></svg>');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0;
  min-width: 0;
  border: none;
}
.button.arrow,
button.arrow {
  min-width: 0;
}
.button.arrow svg,
button.arrow svg {
  width: 24px;
  height: 24px;
}
.button.arrow[disabled] svg,
button.arrow[disabled] svg {
  opacity: 0.2;
}
.button-container {
  display: flex;
}
.button-container * + * {
  margin-top: 0;
  margin-left: 8px;
}
.left-right-layout {
  display: flex;
  justify-content: space-between;
}
.primary-container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 24px;
}
.primary-container.news {
  max-width: 1200px;
}
.primary-container.secondary {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .primary-container.secondary {
    padding: 0 64px;
  }
}
@media (max-width: 960px) {
  .primary-container.secondary {
    padding: 0 64px;
  }
}
@media (max-width: 780px) {
  .primary-container.secondary {
    padding: 0 24px;
  }
}
.primary-container.overflow {
  max-width: none;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 88px;
  z-index: 20;
  transition: all 0.2s;
}
@media (max-width: 780px) {
  header {
    display: flex;
    flex-direction: column-reverse;
    height: 72px;
  }
}
header a {
  color: #000;
}
header .primary-navigation {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
header .primary-navigation .primary-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
header .primary-navigation .primary-container .logo {
  display: block;
  max-width: 188px;
  margin-right: 24px;
  flex-shrink: 0;
}
@media (max-width: 780px) {
  header .primary-navigation .primary-container .logo {
    max-width: 112px;
  }
}
header .primary-navigation .primary-container .logo img {
  width: 100%;
  height: 100%;
}
header .primary-navigation .primary-container .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 850px;
}
@media (max-width: 780px) {
  header .primary-navigation .primary-container .navigation {
    display: none;
  }
}
header .primary-navigation .primary-container .navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 960px) {
  header .primary-navigation .primary-container .navigation ul li .button.desktop {
    display: none;
  }
}
header .primary-navigation .primary-container .navigation ul li .button.mobile {
  display: none;
}
@media (max-width: 960px) {
  header .primary-navigation .primary-container .navigation ul li .button.mobile {
    display: block;
  }
}
header .primary-navigation .primary-container .navigation ul li.current_page_item a,
header .primary-navigation .primary-container .navigation ul li.current-menu-item a {
  color: #e243a0;
}
header .primary-navigation .primary-container .navigation ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
header .primary-navigation .primary-container .navigation ul li + li {
  margin-left: 24px;
}
header .primary-navigation .primary-container .navigation ul li:hover a {
  color: #797979;
}
header .primary-navigation .primary-container .mobile-navigation {
  display: none;
}
@media (max-width: 780px) {
  header .primary-navigation .primary-container .mobile-navigation {
    display: block;
  }
}
header .primary-navigation .primary-container .mobile-navigation .hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
}
header .primary-navigation .primary-container .mobile-navigation .hamburger:hover {
  opacity: 0.7;
}
header .primary-navigation .primary-container .mobile-navigation .hamburger.is-active:hover {
  opacity: 0.7;
}
header .primary-navigation .primary-container .mobile-navigation .hamburger.is-active .hamburger-inner,
header .primary-navigation .primary-container .mobile-navigation .hamburger.is-active .hamburger-inner::before,
header .primary-navigation .primary-container .mobile-navigation .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
header .primary-navigation .primary-container .mobile-navigation .hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block;
  position: relative;
}
header .primary-navigation .primary-container .mobile-navigation .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
header .primary-navigation .primary-container .mobile-navigation .hamburger-inner,
header .primary-navigation .primary-container .mobile-navigation .hamburger-inner::before,
header .primary-navigation .primary-container .mobile-navigation .hamburger-inner::after {
  width: 32px;
  height: 6px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
header .primary-navigation .primary-container .mobile-navigation .hamburger-inner::before,
header .primary-navigation .primary-container .mobile-navigation .hamburger-inner::after {
  content: "";
  display: block;
}
header .primary-navigation .primary-container .mobile-navigation .hamburger-inner::before {
  top: -10px;
}
header .primary-navigation .primary-container .mobile-navigation .hamburger-inner::after {
  bottom: -10px;
}
header .primary-navigation .primary-container .mobile-navigation .hamburger--squeeze {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header .primary-navigation .primary-container .mobile-navigation .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
header .primary-navigation .primary-container .mobile-navigation .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header .primary-navigation .primary-container .mobile-navigation .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .primary-navigation .primary-container .mobile-navigation .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
header .primary-navigation .primary-container .mobile-navigation .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-menu {
  position: fixed;
  display: none;
  top: 72px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #fff;
}
.mobile-menu.active {
  display: none;
}
@media (max-width: 780px) {
  .mobile-menu.active {
    display: block;
  }
}
.mobile-menu .navigation {
  display: block;
  margin-top: 24px;
}
.mobile-menu .navigation li.menu-item a {
  display: flex;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}
.mobile-menu .navigation li.menu-item a + a {
  margin-top: 16px;
}
.mobile-menu .navigation li.menu-item a.button {
  background-color: #fff !important;
  color: #024b72 !important;
  margin-top: 32px;
}
.mobile-menu .navigation li.cta {
  margin-top: 24px;
}
.mobile-menu .navigation li.cta a {
  width: 100%;
}
.mobile-menu .navigation li.cta a.mobile {
  display: none;
}
footer {
  background-color: #000000;
  padding: 64px 0 16px 0;
}
@media (max-width: 960px) {
  footer {
    padding: 40px 0 16px 0;
  }
}
footer .top-footer {
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 780px) {
  footer .top-footer {
    margin-bottom: 24px;
  }
}
@media (max-width: 780px) {
  footer .top-footer .three-columns {
    gap: 32px;
  }
}
footer .top-footer .three-columns .column {
  width: 100%;
}
footer .top-footer .three-columns .column ul {
  padding-left: 0;
}
footer .top-footer .three-columns .column ul li {
  list-style-type: none;
}
footer .top-footer .three-columns .column ul li + li {
  margin-top: 16px;
}
footer .top-footer .three-columns .column ul li a {
  color: #fff;
  text-decoration: none;
}
footer .bottom-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  padding-top: 16px;
}
@media (max-width: 960px) {
  footer .bottom-footer {
    flex-wrap: wrap-reverse;
  }
}
@media (max-width: 780px) {
  footer .bottom-footer {
    padding-top: 16px;
  }
}
footer .bottom-footer .social-media {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
@media (max-width: 960px) {
  footer .bottom-footer .social-media {
    margin-top: 16px;
  }
}
@media (max-width: 780px) {
  footer .bottom-footer .social-media {
    justify-content: center;
    margin-right: 0;
    width: 100%;
  }
}
footer .bottom-footer .social-media .button {
  display: block;
  padding: 0;
  border: none;
  min-width: 0;
}
footer .bottom-footer .social-media .button img {
  width: 16px;
  height: 16px;
}
footer .bottom-footer .social-media .button + .button {
  margin-left: 16px;
}
@media (max-width: 780px) {
  footer .bottom-footer .mandatories {
    width: 100%;
  }
}
footer .bottom-footer .mandatories .color-contrast {
  color: #fff;
}
footer .bottom-footer .mandatories ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  footer .bottom-footer .mandatories ul {
    justify-content: flex-start;
  }
}
@media (max-width: 780px) {
  footer .bottom-footer .mandatories ul {
    justify-content: center;
    text-align: center;
  }
}
footer .bottom-footer .mandatories ul li {
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 780px) {
  footer .bottom-footer .mandatories ul li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 780px) {
  footer .bottom-footer .mandatories ul li:nth-of-type(2) {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 780px) {
  footer .bottom-footer .mandatories ul li:nth-of-type(2):after {
    display: none;
  }
}
footer .bottom-footer .mandatories ul li a {
  display: block;
  color: #ffffff;
}
footer .bottom-footer .mandatories ul li + li {
  margin-left: 8px;
  padding-left: 8px;
}
footer .bottom-footer .mandatories ul li + li:after {
  display: block;
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  bottom: 15%;
  height: 70%;
  width: 1px;
  background-color: #ffffff;
}
main {
  overflow: auto;
  margin-top: var(--header_height);
}
main section.section-news-header .image-container {
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 780px) {
  main section.section-news-header .image-container {
    margin-top: 24px;
  }
}
main section.section-news-header .image-container:after {
  padding-top: 40%;
}
@media (max-width: 780px) {
  main section.section-news-header .image-container:after {
    padding-top: 50%;
  }
}
main section.section-news-grid {
  padding: 96px 0;
}
@media (max-width: 780px) {
  main section.section-news-grid {
    padding: 48px 0;
  }
}
main section.section-news-grid .news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
@media (max-width: 960px) {
  main section.section-news-grid .news-grid {
    gap: 24px;
  }
}
@media (max-width: 780px) {
  main section.section-news-grid .news-grid {
    gap: 48px;
    grid-template-columns: 1fr;
  }
}
main section.section-news-grid .news-grid .new .image-container:after {
  padding-top: 40% !important;
}
main section.section-news-grid .news-grid .new a {
  cursor: pointer;
}
main section.section-content .content-block .wp-caption {
  width: 100% !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 48px;
}
main section.section-content .content-block .wp-caption img {
  width: 100% !important;
  max-width: 600px;
}
main section.section-content .content-block .wp-caption .wp-caption-text {
  margin-top: 8px;
  font-size: 14px;
}
main section.section-content .content-block img {
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 780px) {
  main section.section-content .content-block img {
    margin-top: 24px;
  }
}
main section.section-content .content-block a {
  text-decoration: underline;
}
main section.section-product-scroll,
main section.section-recent-news {
  padding: 96px 0;
}
@media (max-width: 780px) {
  main section.section-product-scroll,
  main section.section-recent-news {
    padding: 48px 0;
  }
}
main section.section-product-scroll .primary-container .title,
main section.section-recent-news .primary-container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main section.section-text-scroll {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  background-color: #000;
}
main section.section-text-scroll .scroller {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 24px 0;
}
@media (max-width: 780px) {
  main section.section-text-scroll .scroller {
    padding: 16px 0;
  }
}
main section.section-text-scroll .scroller li {
  display: block;
  padding-right: 30px;
  font-size: 24px;
}
main section.section-text-scroll .scroller a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
main section.section-text-scroll .scroller .dot-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
}
main section.section-text-scroll .scroller .dot-container .dot {
  display: inline-block;
  background-color: #e243a0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
main section.section-title {
  padding: 96px 0;
}
@media (max-width: 780px) {
  main section.section-title {
    padding: 48px 0;
  }
}
main section.section-title + section.section-shop,
main section.section-title + section.section-news-grid {
  padding-top: 0;
}
main section.section-content {
  padding: 96px 0;
}
@media (max-width: 780px) {
  main section.section-content {
    padding: 48px 0;
  }
}
main section.section-404 {
  padding: 96px 0;
}
@media (max-width: 780px) {
  main section.section-404 {
    padding: 48px 0;
  }
}
main section.section-product-details {
  padding: 96px 0;
}
@media (max-width: 780px) {
  main section.section-product-details {
    padding: 48px 0;
  }
}
main section.section-product-details .two-columns {
  gap: 64px;
  align-items: center;
}
@media (max-width: 780px) {
  main section.section-product-details .two-columns {
    gap: 32px;
  }
}
main section.section-product-details .two-columns .product-images {
  overflow: hidden;
}
main section.section-product-details .two-columns .product-images .navigation {
  margin: 0 -8px;
  margin-top: 16px;
}
main section.section-product-details .two-columns .product-images .navigation .slick-list {
  padding: 0 !important;
}
main section.section-product-details .two-columns .product-images .navigation .product-image {
  margin: 0 8px;
}
main section.section-product-details .two-columns .product-images .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
main section.section-product-details .two-columns .product-images .product-image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
main section.section-product-details .two-columns .product-images .product-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
main section.section-product-details .two-columns .product-information .button {
  margin-top: 32px;
}
main section.section-product-information {
  padding: 96px 0;
}
@media (max-width: 780px) {
  main section.section-product-information {
    padding: 48px 0;
  }
}
main section.section-product-information hr {
  margin: 64px 0;
  border: none;
  border-bottom: 1px solid #cecece;
}
@media (max-width: 780px) {
  main section.section-product-information hr {
    margin: 32px 0;
  }
}
main section.section-product-information .icon svg {
  width: 64px;
  height: 64px;
}
@media (max-width: 780px) {
  main section.section-product-information .icon svg {
    width: 48px;
    height: 48px;
  }
}
main section.section-product-information .two-columns {
  gap: 64px;
}
@media (max-width: 780px) {
  main section.section-product-information .two-columns {
    gap: 32px;
  }
}
main section.section-product-information .two-columns.only-single {
  grid-template-columns: 1fr;
}
main section.section-product-information .content-block + .content-block {
  margin-top: 40px;
}
main section.section-product-information .image-group + .image-group {
  margin-top: 40px;
}
main section.section-product-information .image-group p {
  margin-top: 16px;
}
main section.section-product-information .image-group .before-after-container {
  position: relative;
  display: flex;
  aspect-ratio: 3 / 2;
}
main section.section-product-information .image-group .before-after-container .img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main section.section-product-information .image-group .before-after-container .img-wrapper:nth-child(2) {
  clip-path: inset(0px 0px 0px 50%);
}
main section.section-product-information .image-group .before-after-container .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main section.section-product-information .image-group .before-after-container .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background-color: #e243a0;
}
main section.section-product-information .image-group .before-after-container input {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  position: absolute;
  border: none;
  width: calc(100% + 36px);
  height: 100%;
  left: -18px;
}
main section.section-product-information .image-group .before-after-container input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 48px;
  width: 48px;
  border: 4px solid #e243a0;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #e243a0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="19" viewBox="0 0 24 19" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.78321 0.640045L10.6964 2.43048L4.06603 9.69144L10.6964 16.9524L8.78321 18.7428L1.3377 10.5863L0.839748 10.0461L0.513672 9.69157L1.33865 8.79586L8.43468 1.02224L8.78321 0.640045ZM14.8725 0.640045L15.2212 1.02209L22.3172 8.79571L23.1422 9.69142L22.8161 10.046L22.3182 10.5861L14.8726 18.7427L12.9594 16.9523L19.5898 9.69129L12.9594 2.43033L14.8725 0.640045Z" fill="white"/></svg>');
  background-size: 24px 19px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: grab;
}
main section.section-product-information .image-group .before-after-container input::-moz-range-thumb {
  height: 48px;
  width: 48px;
  border: 4px solid #e243a0;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #e243a0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="19" viewBox="0 0 24 19" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.78321 0.640045L10.6964 2.43048L4.06603 9.69144L10.6964 16.9524L8.78321 18.7428L1.3377 10.5863L0.839748 10.0461L0.513672 9.69157L1.33865 8.79586L8.43468 1.02224L8.78321 0.640045ZM14.8725 0.640045L15.2212 1.02209L22.3172 8.79571L23.1422 9.69142L22.8161 10.046L22.3182 10.5861L14.8726 18.7427L12.9594 16.9523L19.5898 9.69129L12.9594 2.43033L14.8725 0.640045Z" fill="white"/></svg>');
  background-size: 24px 19px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: grab;
}
main section.section-product-information .image-group .before-after-container input:active::-webkit-slider-thumb {
  cursor: grabbing;
}
main section.section-product-information .image-group .before-after-container input:active::-moz-slider-thumb {
  cursor: grabbing;
}
main section.section-product-information .reviews-container .reviews .review {
  background-color: rgba(226, 67, 160, 0.05);
  scroll-snap-align: start;
  padding: 32px;
  height: 100%;
}
main section.section-product-information .videos .video .image-container:after {
  padding-top: 56%;
}
main section.section-product-information .videos .video .image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /* 20% black */
  transition: opacity 0.3s ease;
  /* Smooth fade on hover */
  background-image: url(../img/icon/icon-play-white.svg);
  background-position: 50% 50%;
  background-size: 64px 64px;
  background-repeat: no-repeat;
}
main section.section-product-information .contains .contain * + * {
  margin-top: 8px;
}
.image-container,
.video-container,
.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.image-container:after,
.video-container:after,
.icon-container:after {
  content: "";
  display: block;
  padding-top: 80%;
}
.image-container img,
.video-container img,
.icon-container img,
.image-container video,
.video-container video,
.icon-container video,
.image-container iframe,
.video-container iframe,
.icon-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container:after {
  padding-top: 56.25% !important;
}
.product {
  display: block;
  background-color: #fff;
  padding: 24px;
  width: 100%;
}
.product .image-container {
  width: 100%;
}
.product .image-container:after {
  padding-top: 112%;
}
.product .content-container {
  margin-top: 24px;
}
.rating {
  display: flex;
}
.rating .star {
  width: 24px;
  height: 24px;
  background-color: lightgray;
  /* Default empty star color */
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  margin-right: 2px;
  margin-top: 0;
}
.rating .star.full {
  background-color: #e243a0;
  /* Full star color */
}
.rating .star.half {
  background: linear-gradient(90deg, #e243a0 50%, lightgray 50%);
  /* Half star effect */
}
.modal {
  position: fixed;
  z-index: 9909;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  display: none;
  overflow-y: auto;
}
.modal.active {
  display: block;
}
.modal .modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: auto;
}
.modal .modal-box {
  position: relative;
  display: flex;
  background-color: #fff;
  width: calc(100vw - 80px);
  max-width: 1288px;
  max-height: calc(var(--vh, 1vh) * 100 - 80px);
  /* Adjust max-height with corrected viewport height */
  overflow-y: auto;
  /* Enable scrolling within the modal-box */
  box-shadow: 1px 1px 20px 0px #00000026;
}
@media (max-width: 480px) {
  .modal .modal-box {
    width: calc(100vw - 40px);
    max-height: calc(var(--vh, 1vh) * 100 - 40px);
    /* Adjust max-height for smaller screens */
  }
}
.modal .modal-box .modal-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}
.modal .modal-box .modal-content img {
  object-position: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.modal .modal-box .modal-content .two-columns {
  gap: 0;
}
@media (max-width: 780px) {
  .modal .modal-box .modal-content .two-columns {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }
}
.modal .modal-box .modal-content .two-columns .column {
  padding: 80px;
}
@media (max-width: 960px) {
  .modal .modal-box .modal-content .two-columns .column {
    padding: 40px;
  }
}
.modal .modal-box .modal-content .two-columns .column.product-column {
  overflow: hidden;
  padding: 0;
}
.modal .modal-box .modal-content .two-columns .column.product-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 780px) {
  .modal .modal-box .modal-content .two-columns .column.product-column {
    max-height: 320px;
  }
}
.modal .modal-box .modal-content .two-columns .column .content-group + .content-group {
  margin-top: 48px;
}
.modal .modal-box .modal-content .two-columns .column .australian-owned {
  display: flex;
  align-items: center;
}
.modal .modal-box .modal-content .two-columns .column .australian-owned span {
  margin-top: 0;
  margin-left: 8px;
}
.modal .modal-box .modal-content .two-columns .column .logos {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 32px;
  cursor: pointer;
}
.modal .modal-box .modal-content .two-columns .column .logos .logo {
  margin: 0;
}
.modal .modal-box .modal-content .two-columns .column .logos .logo:hover {
  background-color: #e243a0;
}
.modal .modal-box .modal-content .two-columns .column .logos .logo:hover p {
  color: #fff;
}
.modal .modal-box .modal-content .two-columns .column .logos .logo .image-container:after {
  padding-top: 54%;
}
.modal .modal-box .modal-content .two-columns .column .logos .logo p {
  padding: 16px;
  width: 100%;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 780px) {
  .modal .modal-box .modal-content .two-columns .column .logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .modal .modal-box .modal-content .two-columns .column .logos {
    grid-template-columns: 1fr;
  }
}
.modal .modal-box .square-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
/*# sourceMappingURL=./style.css.map */