@font-face {
  font-family: 'EngramPRO';
  /* Tutaj wpisz dowolną nazwę */
  src: url('../fonts/EngramPRO-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* Poprawia ładowanie - tekst pojawi się szybciej */
}
@font-face {
  font-family: 'EngramPRO';
  /* Tutaj wpisz dowolną nazwę */
  src: url('../fonts/EngramPRO-LightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  /* Poprawia ładowanie - tekst pojawi się szybciej */
}
@font-face {
  font-family: 'EngramPRO';
  /* Tutaj wpisz dowolną nazwę */
  src: url('../fonts/EngramPRO-SemiBold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  /* Poprawia ładowanie - tekst pojawi się szybciej */
}
@font-face {
  font-family: 'EngramPRO';
  /* Tutaj wpisz dowolną nazwę */
  src: url('../fonts/EngramPRO-SemiBoldItalic.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  /* Poprawia ładowanie - tekst pojawi się szybciej */
}
.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
  margin-bottom: 0.75rem;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
html {
  background: #f5f5f5;
  scroll-behavior: smooth !important;
}
body {
  font-family: 'EngramPRO';
  font-size: 15px;
  background: transparent;
  color: #000000;
  margin: 0 auto;
  max-width: 2220px;
}
a {
  color: inherit;
  text-decoration: inherit;
}
#backToTop {
  background: url(../image/arrow.svg) no-repeat center center;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  border: 2px solid #000000;
  background-color: #ffffff;
  border-radius: 50%;
  transform: rotate(-90deg);
  display: none;
}
#backToTop:hover {
  background-color: #000000;
  background-image: url(../image/arrow-w.svg);
}
body.scrolled #backToTop {
  display: block;
}
.form-group {
  margin-bottom: 1rem;
}
.btn-primary {
  color: #ffffff;
  background: #009EE3;
  border-color: #009EE3;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.btn-primary:hover {
  background: #5BB8DF;
  border-color: #5BB8DF;
  color: #ffffff;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background: #009EE3;
  border-color: #009EE3;
  opacity: 0.7;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--redH);
  border-color: rgba(0, 158, 227, 0.2);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 227, 0.2);
}
.btn-secondary {
  color: #009EE3;
  background: #ffffff;
  border-color: #ffffff;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.btn-secondary:hover {
  background: #5BB8DF;
  border-color: #5BB8DF;
  color: #ffffff;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #009EE3;
  background: #ffffff;
  border-color: #ffffff;
  opacity: 0.7;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: var(--redH);
  border-color: rgba(0, 158, 227, 0.2);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 227, 0.2);
}
.btn {
  border-radius: 2rem;
  padding: 0.5rem 2rem;
  font-family: magistral, sans-serif;
}
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  display: block;
}
.popup-modal__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-modal__body {
  max-width: 80%;
  position: relative;
}
.popup-modal__content {
  background: #fff;
}
.popup-modal__close {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  font-size: 2rem;
  cursor: pointer;
  z-index: 100001;
  color: #fff;
}
.popup-modal__text {
  padding: 2rem 3rem;
}
.header {
  color: #009EE3;
  padding: 2rem 0;
  font-family: magistral, sans-serif;
  background: #ffffff;
}
.header__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .logo img {
  display: block;
  width: 150px;
}
@media (max-width: 576px) {
  .header .logo img {
    width: 100px;
  }
}
.header .lang span {
  transform: rotate(-18deg);
  display: inline-block;
  margin: 0 0.4rem;
}
.header .socialmedia a {
  margin-left: 0.3rem;
}
.header .socialmedia svg {
  width: 22px !important;
  height: 22px  !important;
  fill: #009EE3;
}
.header .main-nav > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header .main-nav > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.header .main-nav > ul > li > a {
  display: block;
  padding: 1rem 2rem;
  font-style: italic;
  text-transform: uppercase;
}
.header .main-nav > ul > li > ul {
  position: absolute;
  top: 3rem;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0rem 2rem 3rem 2rem;
  display: none;
}
.header .main-nav > ul > li > ul > li {
  margin: 0 0 0 -1rem;
  padding: 0;
  list-style-type: none;
}
.header .main-nav > ul > li > ul > li > a {
  display: block;
  border-bottom: 2px solid #ffffff;
  border-bottom: 2px solid #009EE3;
  white-space: nowrap;
  padding: 0.4rem 1rem;
  text-transform: uppercase;
  font-style: italic;
  background: rgba(255, 255, 255, 0.9);
}
.header .main-nav > ul > li:hover > ul {
  display: block;
}
.header .main-nav > ul > li:has(ul) {
  background-image: url(../image/arrow_down.svg);
  background-position: right 0.6rem center;
  background-repeat: no-repeat;
  background-size: 0.7rem auto;
}
.header .main-nav > ul > li:has(ul):hover {
  background-image: url(../image/arrow_up.svg);
}
@media (max-width: 1200px) {
  .header .main-nav {
    z-index: 1000;
    background: #009EE3;
    color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    left: -150%;
    display: flex;
    transition: 0.3s all ease-in-out;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header .main-nav > ul {
    min-width: 300px;
  }
  .header .main-nav > ul > li:has(ul) {
    background-position: right 0.6rem top 1rem;
    background-image: none;
  }
  .header .main-nav > ul > li {
    display: block;
  }
  .header .main-nav > ul > li > a {
    padding: 0.5rem 0;
  }
  .header .main-nav > ul > li > ul {
    margin: -3rem 0 1.5rem 0rem;
    display: block;
    position: relative;
  }
  .header .main-nav > ul > li > ul > li > a {
    padding-left: 0;
    border-bottom: 2px solid #ffffff;
    background: transparent;
  }
  .header .main-nav .socialmedia {
    margin: 2rem 0;
  }
  .header .main-nav .socialmedia a {
    margin-left: 0.5rem;
  }
  .header .main-nav .socialmedia svg {
    fill: #ffffff;
  }
  .header .main-nav .logo {
    margin-bottom: 1rem;
    margin-left: -9rem;
  }
  .header .main-nav .logo img {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .header .main-nav > ul > li.nav-products > a {
    pointer-events: none;
  }
}
.header .menubutton {
  z-index: 12000;
  position: fixed;
  top: 1rem;
  right: 0rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.header .lang {
  font-style: italic;
}
.header .lang a.active {
  font-weight: 800;
}
#menuButton {
  position: relative;
  z-index: 12040;
  font-size: 3rem;
  cursor: pointer;
  display: block;
  padding: 0em 0.5em;
}
@media (max-width: 576px) {
  #menuButton {
    font-size: 2.4rem;
  }
}
#menuButton .mdi-close {
  display: none;
}
.menu-mobile-active {
  overflow: hidden !important;
  max-height: 100vh  !important;
}
.menu-mobile-active #menuButton {
  color: #ffffff;
}
.menu-mobile-active #menuButton .mdi-close {
  display: block;
}
.menu-mobile-active #menuButton .mdi-menu {
  display: none;
}
.menu-mobile-active .main-nav {
  left: 0;
}
.header.-home {
  background: transparent;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header.-home .logo img {
  filter: brightness(0) invert(1);
  width: 150px;
}
@media (max-width: 576px) {
  .header.-home .logo img {
    width: 100px;
  }
}
.header.-home .socialmedia svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}
.header.-home .main-nav > ul > li > ul > li > a {
  background: transparent;
  border-color: #ffffff;
}
.footer {
  padding: 2rem 0;
  background: #009EE3;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
}
@media (max-width: 992px) {
  .footer {
    text-align: center;
  }
}
.footer p a {
  text-decoration: underline;
}
.footer b {
  font-family: magistral, sans-serif;
  color: #ffffff;
  font-size: 1.3em;
  text-transform: uppercase;
}
.footer .logo img {
  filter: brightness(0) invert(1);
  width: 150px;
}
.footer .socialmedia a {
  margin-left: 0.3rem;
}
.footer .socialmedia svg {
  width: 24px !important;
  height: 24px  !important;
  fill: #ffffff;
}
.raport {
  background: url(../image/raport.jpg) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  text-align: center;
}
.raport__head1 {
  font-family: magistral, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}
.raport__head2 {
  font-family: magistral, sans-serif;
  font-size: 3.3rem;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 3rem 0;
  padding: 0 20%;
  line-height: 1em;
}
@media (max-width: 1200px) {
  .raport__head2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .raport__head2 {
    font-size: 2rem;
  }
}
.raport__body {
  padding: 2rem 0;
}
.product-category {
  background: #ffffff;
  position: relative;
}
.product-category__body {
  padding: 4rem;
}
@media (max-width: 992px) {
  .product-category__body {
    padding: 2rem 0;
  }
}
.product-category__item {
  background: #aaa;
  position: relative;
}
.product-category__thumb {
  overflow: hidden;
}
.product-category__thumb img {
  width: 100%;
  aspect-ratio: 1;
  transition: 0.2s all ease-in-out;
  object-fit: cover;
}
.product-category__thumb:hover img {
  transform: scale(1.1);
}
.product-category__title {
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: magistral, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.8rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.product-category__title-hover {
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000000;
  font-family: magistral, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.8rem;
  /*text-shadow: 0 0 5px rgba(0,0,0,0.4);*/
}
.product-category__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
  background: #fff;
  display: none;
}
.product-category__hover img {
  width: 60%;
  position: relative;
  top: 1rem;
}
.product-category__hover a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-category__hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: row;
}
.product-category__item:hover .product-category__hover {
  display: block;
}
.offer {
  background: #ffffff;
}
.offer__item {
  background: #fafafa;
  aspect-ratio: 1;
  text-align: center;
  font-family: magistral, sans-serif;
  font-style: italic;
  font-weight: 800;
  position: relative;
}
.offer__item-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  z-index: 2;
  transition: 0.3s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
.offer__item-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.offer__item-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.offer__item-thumb img {
  display: block;
  width: 100%;
}
.offer__item-title {
  font-size: 2rem;
  line-height: 1.1em;
  text-transform: uppercase;
  padding: 0 15%;
  z-index: 10;
}
@media (max-width: 1400px) {
  .offer__item-title {
    font-size: 1.6em;
  }
}
@media (max-width: 992px) {
  .offer__item-title {
    font-size: 1.3em;
  }
}
@media (max-width: 768px) {
  .offer__item-title {
    font-size: 2em;
  }
}
@media (max-width: 576px) {
  .offer__item-title {
    font-size: 1.7em;
  }
}
.offer__item-subtitle {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.offer__item-subtitle b {
  color: #009EE3;
}
.offer__item-suptitle {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.offer__item-back {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.3s;
}
.offer__item-front .offer__item-sygnet-black {
  display: none;
}
.offer__item-back .offer__item-sygnet-blue {
  display: none;
}
.offer__item-front .offer__item-title span {
  color: #009EE3;
}
.offer__item-back .offer__item-title span {
  color: #000000;
}
.offer__item-blue .offer__item-front .offer__item-title span {
  color: #000000;
}
.offer__item-blue .offer__item-back .offer__item-title span {
  color: #009EE3;
}
.offer__item-front .offer__item-subtitle b,
.offer__item-front .offer__item-suptitle b {
  color: #009EE3;
}
.offer__item-back .offer__item-subtitle b,
.offer__item-back .offer__item-suptitle b {
  color: #000000;
}
.offer__item-white .offer__item-front .offer__item-sygnet-black {
  display: inline;
}
.offer__item-white .offer__item-front .offer__item-sygnet-blue {
  display: none;
}
.offer__item-white .offer__item-back .offer__item-sygnet-black {
  display: inline;
}
.offer__item-white .offer__item-back .offer__item-sygnet-blue {
  display: none;
}
.offer__item-white .offer__item-front .offer__item-subtitle b,
.offer__item-white .offer__item-front .offer__item-suptitle b {
  color: #000000;
}
.offer__item-white .offer__item-back .offer__item-subtitle b,
.offer__item-white .offer__item-back .offer__item-suptitle b {
  color: #000000;
}
.offer__item-blue .offer__item-front .offer__item-sygnet-black {
  display: inline;
}
.offer__item-blue .offer__item-front .offer__item-sygnet-blue {
  display: none;
}
.offer__item-blue .offer__item-back .offer__item-sygnet-black {
  display: none;
}
.offer__item-blue .offer__item-back .offer__item-sygnet-blue {
  display: inline;
}
.offer__item-blue .offer__item-front .offer__item-subtitle b,
.offer__item-blue .offer__item-front .offer__item-suptitle b {
  color: #000000;
}
.offer__item-blue .offer__item-back .offer__item-subtitle b,
.offer__item-blue .offer__item-back .offer__item-suptitle b {
  color: #009EE3;
}
.offer__item:hover {
  z-index: 10;
}
@media (min-width: 768px) {
  .offer__item:hover .offer__item-front {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .offer__item.is-hovered .offer__item-front {
    opacity: 0;
  }
}
.offer__item-image .offer__item-front {
  background: #000000;
  color: #ffffff;
}
.offer__item-image .offer__item-back {
  background: #ffffff;
  color: #009EE3;
}
.offer__item-white .offer__item-front {
  background: #ffffff;
  color: #009EE3;
}
.offer__item-white .offer__item-back {
  background: #009EE3;
  color: #ffffff;
}
.offer__item-blue .offer__item-front {
  background: #009EE3;
  color: #ffffff;
}
.offer__item-blue .offer__item-back {
  background: #000000;
  color: #ffffff;
}
.offer__item-front.-md .offer__item-title,
.offer__item-back.-md .offer__item-title {
  font-size: 3em;
}
@media (max-width: 1400px) {
  .offer__item-front.-md .offer__item-title,
  .offer__item-back.-md .offer__item-title {
    font-size: 2.2em;
  }
}
@media (max-width: 992px) {
  .offer__item-front.-md .offer__item-title,
  .offer__item-back.-md .offer__item-title {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .offer__item-front.-md .offer__item-title,
  .offer__item-back.-md .offer__item-title {
    font-size: 3em;
  }
}
@media (max-width: 576px) {
  .offer__item-front.-md .offer__item-title,
  .offer__item-back.-md .offer__item-title {
    font-size: 2.4em;
  }
}
.offer__item-front.-lg .offer__item-title,
.offer__item-back.-lg .offer__item-title {
  font-size: 3.5em;
}
@media (max-width: 1400px) {
  .offer__item-front.-lg .offer__item-title,
  .offer__item-back.-lg .offer__item-title {
    font-size: 2.2em;
  }
}
@media (max-width: 992px) {
  .offer__item-front.-lg .offer__item-title,
  .offer__item-back.-lg .offer__item-title {
    font-size: 1.8em;
  }
}
@media (max-width: 768px) {
  .offer__item-front.-lg .offer__item-title,
  .offer__item-back.-lg .offer__item-title {
    font-size: 3.5em;
  }
}
@media (max-width: 576px) {
  .offer__item-front.-lg .offer__item-title,
  .offer__item-back.-lg .offer__item-title {
    font-size: 2.3em;
  }
}
.offer__item-front.-xl .offer__item-title,
.offer__item-back.-xl .offer__item-title {
  font-size: 5em;
}
@media (max-width: 1400px) {
  .offer__item-front.-xl .offer__item-title,
  .offer__item-back.-xl .offer__item-title {
    font-size: 3.6em;
  }
}
@media (max-width: 992px) {
  .offer__item-front.-xl .offer__item-title,
  .offer__item-back.-xl .offer__item-title {
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  .offer__item-front.-xl .offer__item-title,
  .offer__item-back.-xl .offer__item-title {
    font-size: 5em;
  }
}
@media (max-width: 576px) {
  .offer__item-front.-xl .offer__item-title,
  .offer__item-back.-xl .offer__item-title {
    font-size: 4em;
  }
}
.move4l {
  background: #ffffff;
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .move4l {
    padding-top: 0rem;
  }
}
.move4l__body {
  position: relative;
}
@media (max-width: 1200px) {
  .move4l__body {
    padding-top: 10%;
  }
}
.move4l__slogan {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 40%;
  font-family: magistral, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  font-style: italic;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .move4l__slogan {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .move4l__slogan {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    font-size: 1.3em;
    padding: 0 0 1rem 0;
    text-align: center;
  }
}
.move4l__image img {
  width: 100%;
  display: block;
}
.rotator {
  position: relative;
  background: linear-gradient(180deg, #000000 10%, #ffffff);
  background: url(../image/4move_vimeo.jpg) no-repeat center center;
  background-size: cover;
}
.rotator .slick-dots {
  position: absolute;
  bottom: 2rem;
  left: 0;
  z-index: 10;
  width: 100%;
  list-style-type: none;
  text-align: center;
}
.rotator .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.rotator .slick-dots li button {
  border-radius: 10px;
  width: 12px;
  height: 12px;
  border: 0;
  background: #ffffff;
  font-size: 0;
  color: transparent;
  transition: 0.2s all ease-in-out;
  opacity: 0.6;
}
.rotator .slick-dots li.slick-active button {
  width: 50px;
  opacity: 1;
}
.rotator__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .rotator__item {
    aspect-ratio: 2/3;
  }
}
.rotator__item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (max-width: 768px) {
  .rotator__item img {
    aspect-ratio: 2/3;
  }
}
.rotator__item iframe {
  width: 100%;
}
.rotator__item iframe.desktop {
  display: block;
  aspect-ratio: 16/9;
}
.rotator__item iframe.mobile {
  display: none;
  aspect-ratio: 9/16;
  width: 100%;
}
.rotator__item .mute-toggle {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 5;
  background: none;
  border: none;
  padding: 0.2rem;
}
.rotator__item .mute-toggle:focus {
  outline: none;
}
.rotator__item .mute-toggle img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  mix-blend-mode: difference;
}
@media (max-width: 768px) {
  .rotator__item iframe.desktop {
    display: none;
  }
  .rotator__item iframe.mobile {
    display: block;
  }
  .rotator__item .mute-toggle {
    bottom: 1rem;
    right: 1rem;
  }
}
.rotator__item img,
.rotator__item picture {
  width: 100%;
}
.rotator__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: magistral, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}
.product-nav {
  background: #009EE3;
  color: #ffffff;
  text-align: center;
  padding: 1rem 0;
  font-family: magistral, sans-serif;
  font-style: italic;
}
.product-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.product-nav ul li a {
  display: block;
  padding: 1rem 1rem;
}
@media (max-width: 992px) {
  .product-nav ul li a {
    padding: 0.5rem;
  }
}
.product-nav ul li.active a {
  font-weight: 800;
  color: #000000;
}
.product-category-hero {
  background: linear-gradient(0deg, #009EE3, #000000);
  text-align: center;
}
.product-category-hero img {
  opacity: 0.8;
  width: 100%;
  aspect-ratio: 5/1;
  object-fit: cover;
}
@media (max-width: 992px) {
  .product-category-hero img {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 768px) {
  .product-category-hero img {
    aspect-ratio: 2/1;
  }
}
.category-hero {
  background: linear-gradient(0deg, #009EE3, #000000);
  text-align: center;
}
.category-hero img {
  opacity: 0.8;
  width: 100%;
  aspect-ratio: 5/1;
  object-fit: cover;
}
@media (max-width: 992px) {
  .category-hero img {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 768px) {
  .category-hero img {
    aspect-ratio: 2/1;
  }
}
.category-show {
  background: #ffffff;
  padding: 5rem 0;
  text-align: center;
}
@media (max-width: 992px) {
  .category-show {
    padding: 3rem 0;
  }
}
.category-show__body {
  padding: 0 20%;
  margin: 0 0 5rem 0;
}
@media (max-width: 992px) {
  .category-show__body {
    padding: 0 5%;
  }
}
.category-show__body h1 {
  font-family: magistral, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .category-show__body h1 {
    font-size: 2rem;
  }
}
.product-item {
  position: relative;
  border: 2px solid #000;
  padding: 1rem 2rem 6rem 2rem;
}
.product-item__thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: scale-down;
}
.product-item__title {
  font-family: magistral, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 2rem;
  line-height: 0.9em;
}
.product-show {
  padding: 5rem 0;
  background: #ffffff;
}
@media (max-width: 992px) {
  .product-show {
    padding: 3rem 0;
  }
}
.product-show__body {
  padding: 0 8rem 0 5rem;
  position: relative;
}
@media (max-width: 1200px) {
  .product-show__body {
    padding: 0;
  }
}
.product-show__arrow-left,
.product-show__arrow-right {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #000000;
  display: block;
  background: url(../image/arrow.svg) no-repeat center center;
  background-size: 40% auto;
  color: #ffffff;
  position: absolute;
  top: 50%;
}
@media (max-width: 1200px) {
  .product-show__arrow-left,
  .product-show__arrow-right {
    top: 400px;
  }
}
@media (max-width: 992px) {
  .product-show__arrow-left,
  .product-show__arrow-right {
    top: 300px;
  }
}
@media (max-width: 768px) {
  .product-show__arrow-left,
  .product-show__arrow-right {
    top: 230px;
  }
}
@media (max-width: 576px) {
  .product-show__arrow-left,
  .product-show__arrow-right {
    top: 180px;
  }
}
.product-show__arrow-left:hover,
.product-show__arrow-right:hover {
  background-image: url(../image/arrow-w.svg);
  background-color: #000000;
}
.product-show__arrow-left {
  left: 0;
  transform: rotate(180deg);
}
.product-show__arrow-right {
  right: 0;
}
.product-show__volume {
  text-align: center;
}
.product-show__volume ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-show__volume ul li {
  display: inline-block;
  margin: 0 2rem;
  font-family: magistral, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.product-show__volume ul li.active {
  font-weight: 800;
}
.product-show__variants-slider {
  max-width: 540px;
  margin: 0 auto;
}
.product-show__variants-slider img {
  margin: 0 auto;
}
.product-show__variants-slider .slick-prev,
.product-show__variants-slider .slick-next {
  z-index: 100;
  width: 2rem;
  height: 2rem;
  top: 50%;
}
.product-show__variants-slider .slick-prev {
  left: 1rem;
}
.product-show__variants-slider .slick-next {
  right: 1rem;
}
@media (max-width: 992px) {
  .product-show__variants-slider .slick-prev,
  .product-show__variants-slider .slick-next {
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}
.product-show__head {
  margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
  .product-show__head {
    margin-bottom: 2rem;
  }
}
.product-show__title {
  font-family: magistral, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
  line-height: 0.9em;
}
@media (max-width: 992px) {
  .product-show__title {
    font-size: 2rem;
  }
}
.product-show__subtitle {
  font-family: magistral, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
@media (max-width: 992px) {
  .product-show__subtitle {
    font-size: 1rem;
  }
}
.product-show__text {
  margin: 0 0 3rem 0;
}
.product-show__text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: magistral, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 992px) {
  .product-show__text ul {
    font-size: 1rem;
  }
}
.product-show__text ul li {
  border-bottom: 2px solid #000000;
  padding: 0.5rem 0;
}
.product-show__features ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .product-show__features ul {
    text-align: center;
  }
}
.product-show__features ul li {
  display: inline-block;
  margin: 0 2rem 2rem 0;
  padding: 0;
  font-family: magistral, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  width: 24%;
  vertical-align: top;
  text-align: center;
}
.product-show__features ul li img {
  width: 3rem;
  display: inline-block;
  margin: 0 0 0.5rem 0;
}
.product-show__features ul li span {
  display: block;
}
@media (max-width: 992px) {
  .product-show__features ul li {
    width: 40%;
  }
}
@media (max-width: 576px) {
  .product-show__features ul li {
    width: 30%;
  }
}
.product-show__shopurl {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .product-show__shopurl {
    margin-top: 2rem;
    text-align: center;
  }
}
.product-show__image {
  margin-top: 6rem;
  text-align: center;
}
@media (max-width: 1400px) {
  .product-show__image {
    margin-top: 5rem;
  }
}
@media (max-width: 1200px) {
  .product-show__image {
    margin-top: 0rem;
  }
}
.product-show__image img {
  max-width: 100%;
  max-height: 650px;
}
@media (max-width: 576px) {
  .product-show__image img {
    max-height: 400px;
  }
}
.product-show__tabs {
  margin: 0 0 7rem 0;
}
@media (max-width: 768px) {
  .product-show__tabs {
    margin-bottom: 3rem;
  }
}
.product-show__tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-show__tabs ul li {
  margin: 0 0 0 2rem;
  padding: 0;
  display: inline-block;
}
@media (max-width: 1400px) {
  .product-show__tabs ul li {
    margin-left: 0.3rem;
  }
}
@media (max-width: 1200px) {
  .product-show__tabs ul li {
    margin-left: 2rem;
  }
}
@media (max-width: 768px) {
  .product-show__tabs ul li {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .product-show__tabs ul li {
    margin-left: 0rem;
  }
}
.product-show__tabs ul li button {
  border: none;
  background: none;
  font-family: magistral, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
}
@media (max-width: 1400px) {
  .product-show__tabs ul li button {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .product-show__tabs ul li button {
    font-size: 0.8em;
  }
}
.product-show__tabs ul li button.active {
  font-weight: 800;
  text-decoration: underline;
}
.product-show__tabs ul li:first-child {
  margin-left: 0;
}
.product-show__nutrition-table table {
  font-size: 0.8em;
  margin: 0 0 2rem 0;
}
.product-show__nutrition-table table tr td {
  border-bottom: 1px solid #000000;
  padding: 0.3rem 1rem;
}
.product-show__nutrition-table table tr td:first-child {
  padding-left: 0;
  font-weight: 800;
}
.product-show__nutrition-table table tr td:last-child {
  padding-right: 0;
}
.product-show__nutrition-table p {
  font-size: 0.7em;
}
@media (max-width: 768px) {
  .product-show__nutrition-table {
    overflow-x: scroll;
    padding-bottom: 1rem;
    font-size: 0.8em;
  }
  .product-show__nutrition-table table tr td {
    font-size: 0.7rem !important;
  }
}
.product-related {
  border-top: 2px solid #000000;
  padding: 5rem 0;
  background: #ffffff;
}
.product-related__head {
  font-family: magistral, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  margin: 0 0 3rem 0;
}
@media (max-width: 992px) {
  .product-related__head {
    font-size: 1.7rem;
  }
}
.product-related__item {
  font-family: magistral, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
}
.product-related__subtitle {
  font-size: 0.8em;
  font-weight: 500;
}
.product-related .slick-slide {
  transition: 0.2s all ease-in-out;
  transform: scale(0.8);
}
.product-related .slick-slide img {
  transition: 0.2s all ease-in-out;
}
@media (max-width: 576px) {
  .product-related .slick-slide {
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .product-related .slick-current {
    opacity: 1;
  }
}
.product-related .slick-current:hover {
  transform: scale(1);
}
.product-related .slick-current:hover img {
  transform: rotate(5deg);
}
.product-related .slick-prev,
.product-related .slick-next {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #000000;
  display: block;
  background: url(../image/arrow.svg) no-repeat center center;
  background-size: 40% auto;
  color: #ffffff;
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 576px) {
  .product-related .slick-prev,
  .product-related .slick-next {
    top: 25%;
  }
}
@media (max-width: 992px) {
  .product-related .slick-prev,
  .product-related .slick-next {
    opacity: 1;
  }
}
.product-related .slick-prev:hover,
.product-related .slick-next:hover {
  background-image: url(../image/arrow-w.svg);
  background-color: #000000;
}
.product-related .slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.product-related .slick-next {
  right: 0;
}
.product-related .product-related-slick {
  padding: 0 4rem;
  position: relative;
}
.product-related:hover .slick-prev,
.product-related:hover .slick-next {
  opacity: 1;
}
.raport-notes {
  padding: 5rem 20%;
}
@media (max-width: 992px) {
  .raport-notes {
    padding: 4rem 1rem;
  }
}
.raport-notes__item {
  background: #ffffff;
  padding: 3rem 20%;
  text-align: center;
  height: 100%;
}
@media (max-width: 992px) {
  .raport-notes__item {
    padding: 2rem;
  }
}
.raport-notes__no {
  color: #009EE3;
  margin: 0 0 2rem 0;
  font-family: magistral, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}
.raport-notes__title {
  margin: 0 0 2rem 0;
  font-family: magistral, sans-serif;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 800;
  font-style: italic;
}
.raport-notes__text {
  margin: 0 0 2rem 0;
}
.report {
  background: #ffffff;
  padding: 3rem 0;
}
.report__text {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .report__text {
    padding: 0 5%;
  }
}
.report__text h1,
.report__text h2,
.report__text h3 {
  font-family: magistral, sans-serif;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 800;
  margin: 0 0 2rem 0;
}
.report .report-slick {
  margin: 2rem 0;
}
.report img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.report .report-slick-nav {
  padding: 0 5rem;
  position: relative;
}
.report .report-slick-nav .slick-slide {
  opacity: 0.3;
  filter: grayscale(1);
}
.report .report-slick-nav .slick-current {
  opacity: 1;
  filter: grayscale(0);
}
.report .slick-prev,
.report .slick-next {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #000000;
  display: block;
  background: url(../image/arrow.svg) no-repeat center center;
  background-size: 40% auto;
  color: #ffffff;
  position: absolute;
  top: 30%;
}
.report .slick-prev:hover,
.report .slick-next:hover {
  background-image: url(../image/arrow-w.svg);
  background-color: #000000;
}
.report .slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.report .slick-next {
  right: 0;
}
.logo-sygnet-inline {
  width: auto;
  height: 1.3em;
  vertical-align: sub;
}
.hero {
  max-width: 2560px;
  margin: 0 auto;
  overflow: hidden;
}
.hero img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
@media (max-width: 992px) {
  .hero img {
    width: 120%;
  }
}
/*# sourceMappingURL=style.css.map */