/* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* RESET */
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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* General Styles */

*, *::before, *::after {
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  width: 100%;
}

body {
  margin: 0;
  font-weight: 400;
  color: #181818;
  text-align: left;
  background-color: #fff;
}

button {
  cursor: pointer;
}

/* Mobile */

html {
  font-size: 16px;
}

.br-desktop {
  display: none;
}

section {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;

}

.section-margin {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* HERO */
  
.hero {
  position: relative;
}

.hero__img {
  width: 100%;
  height: auto;
  position: relative;
}

.hero__img--desktop {
  display: none;
}

.hero__text {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  color: #fff;
  text-align: center;
}

.hero__h1 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 1rem;
}

.hero__h1 img {
  width: 100%;
}

.hero__h1 p {
  width: 70%;
  margin-left: 30%;
}

.hero__h1 img, p {
  margin-top: 5%;
}

.hero__bage {
  font-size: 0.8rem;
  font-weight: 600;
  background: #B51742;
  padding:  0.3rem 1rem;
  margin-bottom: 3.5rem;
  /* border-radius: 1.5rem 0; */
}

.hero__title {
  font-size: 1.6rem;
  font-weight: normal;
}

/* Main text */

.main-desc {
  padding: 0 10%;
  text-align: center;
}

.main-desc__text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

/* Baner */
.banner {
  background-image: url('../images/mobile/banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: bottom;
}

.newsletter {
  background-image: url('../images/desktop/NEWESLETTER2.jpg');
}
  
.newsletter .banner__h2 {
  color: #fff;
  font-weight: 800;
}

.benefits {
  background-image: url('../images/mobile/newsletter.jpg');
  background-position-x: center;
}

.banner__h2 sup {
  vertical-align: super;
  font-size: smaller;
}
.banner__content {
  width: 100%;
  min-height: 75vw;
  text-align: center;
  padding: 15% 7% 15% 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner__club--mobile .banner__copy--mobile {
  position: absolute;
  top: 5%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
}
.products__details .banner__content {
  padding: 2%;
  min-height: unset;
}
.banner__club{
  position: relative;
  display: none;
}
.banner__club--mobile {
  position: relative;
  display: block;
}
.banner__club .banner__h2{ 
  text-transform: uppercase;
  font-weight: 400;
}

.banner__club--mobile .banner__copy--mobile .banner__h2 {
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.3rem;
}

.banner__club .banner__content{
  position: absolute;
  top: 0;
  left: 3rem;
  width: 70%;    
}
.banner__text {
  /* display: contents; */
  margin-bottom: unset;
  display:inline-block;
  align-self: center;
}

.banner__h2 {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.3;
  /* font-weight: normal; */
  text-transform: uppercase;
  margin-bottom: unset;
}

.benefits .banner__h2 {
  font-weight: normal;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}

.big-price {
  font-size: 2rem;
}

.benefits .left {
  position: relative;
}

.benefits .first, .benefits .second,.benefits .third, .benefits .fourth {
  position: absolute;
  font-weight: 600;
  width: 33%;
}

.benefits .first {
 left: 12%;
 top: 12%;
}
.benefits .second {
  right: 12%;
  top: 12%;
}
.benefits .third {
  left: 12%;
  bottom: 12%;
 }
 .benefits .fourth {
   right: 12%;
   bottom: 12%;
 }

 .benefits .fifth {
   font-weight: 600;
 }

 .benefits .right {
  display: none;
  left: 50%;
  width: 50%;
  padding: 0 2% 0 0 ;
}

 .benefits .right div h2:nth-child(2) {
  font-size: xxx-large;
  font-weight: 600;
}

.banner__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  background: #000;
  border: 1px solid transparent;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  margin-top: 1rem;
}

.products__details .banner__btn {
  margin-top: 1rem;
}

.newsletter .banner__btn {
  color: #000;
  background: #fff;
}

/* VIDEO */

.video__container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}

.video__container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PRODUCTS */

.products {
  /* display: flex; */
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.products img {
  width: 100%;
  height: auto;
}

.products p {
  margin: 0;
}

.products .products__slider {
  min-width: 100%;
  display: flex;
  /* flex-shrink: 0; */
  transition: transform 0.5s;
}

.products .arrow-container {
  position: absolute;
  width: 10vw;
  height: 10vw;
  left: 1vw;
  top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /* border: 1px solid #fff; */
  border-radius: 50%;
  font-weight: 600;
  font-size: 2rem;
}

.products .arrow-left {
  /* transform: rotate(180deg); */
}

.products .arrow-right {
  left: auto;
  right: 1vw;
}

.products .products__prod {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.benefits {
  background-color: #f9cbd5;
}

.products .products__prod .products__details {
  position: absolute;
  width: 50%!important;
  padding: 0 8%;
  left: 50%;
  top: 50%;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0,0,0,0.6);
  transform: translateY(-50%);
}

.products .products__prod .products__badges {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products .products__prod .products__badges > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.products .products__prod .products__badges img {
  width: 25%;
  margin-bottom: 0.5rem;
}

.products .products__prod .products__badges p {
  width: 92%;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.4;
  text-align: center;
}

.products .products__prod .products__details .products__txt {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  line-height: 1.2;
  font-size: 0.8rem;
  /* text-transform: uppercase; */
  font-weight: 500;
  /* padding: 1rem 0; */
  /* width: 55%; */
}

.products .products__prod .products__details .products__link {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  width: fit-content;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.products .products__prod .products__details .products__link:hover {
  color: #181818;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.4s ease 0s;
}

.products .products__prod .products__details--no-bg {
  background: none;
}

/* FOOTER */
.footer p {
  width: 90%;
  margin: 2rem auto ;
  color: #8A8A8A;
  font-size: 0.75rem;
  line-height: 1.3;
}


@media screen and (min-width: 500px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 700px) {
  html {
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 8px;
  }

  section {
    margin-bottom: 5rem;
  }

  .mobile {
    display: none;
  }

  /* HERO */
  .hero__img {
    display: none;
  }
  
  .hero__img--desktop {
    display: block;
  }


  .hero__text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
  .hero__h1 {    
    /* font-size: 5rem; */
    line-height: 1;
    text-align: center;
  }

  .hero__h1 img {
    width: 38%;
  }

  .hero__h1 p {
    width: inherit;
    margin-left: inherit;
  }
  
  .hero__h1 img, p {
    margin-top: inherit;
  }
  
  .hero__h1--left {
    text-align: left;
    margin-left: 5%;
  }
  
  .hero__h1--right {
    text-align: right;
    margin-right: 5%;
  }

  .hero__bage {
    font-size: 1.2rem;
    padding:  0.5rem 1.2rem;
  }

  .hero__title {
    font-size: 4rem;
  }

  /* Main text */
  .main-desc {
    padding: 0% 15%;
    text-align: center;
  }

  .main-desc__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .section-margin {
    width: 80%!important;
    margin-left: 10%;
    margin-right: 10%;
  }
  
  /* Baner */
  .banner {
    background-image: url('../images/desktop/banner.png');
    background-position-x: center;
    width: calc(0.9 * 100vw);
    height: calc(0.8 * 35.7vw);
  }

  .newsletter .banner__content {
    margin-left: 35%;
    width: 65%;
  }

  .newsletter .banner__content .banner__text {
   width: 100%;
  }

  .benefits {
    background-image: url('../images/desktop/newsletter.jpg');
    display: flex;
  }

  .banner__content {
    /* margin-left: 30%;
    width: 70%; */
    height: 100%;
    min-height: unset;
    padding: 5%;
    justify-content: center;
  }
  .banner__club{
    display: block;
  }
  .banner__club--mobile {
    display: none;
  }
  .banner__club .banner__h2{
    font-size: 2.6rem;
  }

  .benefits .left {
    width: 50%;
  }

  .benefits .first {
    left: 8%;
    top: 15%;
  }
   .benefits .second {
    right: 8%;
    top: 15%;
  }
   .benefits .third {
    left: 8%;
    bottom: 15%;
  }
  .benefits .fourth {
    right: 8%;
    bottom: 15%;
  }

  .benefits .right {
    display: flex;
  }

  .banner__h2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .newsletter {
    background-image: url(../images/desktop/NEWESLETTER2.jpg);
  }

  
  .benefits .banner__h2 {
    font-size: 2.5rem;
  }

  .big-price {
    font-size: 4rem;
  }

  .big-price sup {
    font-size: 2.5rem;
  }

  .benefits .left .banner__h2 {
    font-size: 1.5rem;
  }

  .banner__btn {
    font-size: 1.8rem;
    padding: 0.8rem 3.5rem;
    border-radius: 0.2rem;
    margin-top: 1rem;
    color: #000;
    background-color: #fff;
  }
  .banner__club .banner__btn {
    color: #FFF;
    background-color: #000;
  }
  .newsletter .banner__btn {
    padding: 0.8rem 3rem;
  }

  .banner__btn:hover {
    color: #fff;
    background-color: #000;
    /* border-color: #fff; */
    border: 1px solid #fff;
  }
  .banner__club .banner__btn:hover {
    color: #000;
    background-color: #fff;
  }
  /* VIDEO */

  .video {
    width: calc(0.75 * 100vw);
  }

  /* PRODUCTS */

  .products {
  display: flex;
  }

  .products .arrow-container {
    display: none;
  }
  
  .products .products__slider {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  .products .products__prod {
    width: 49%;
    height: auto;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .benefits {
    margin-top: unset!important;
  }

  .products .products__prod .products__details {
    top: 1.5rem;
    transform: unset;
    padding: 8%;
  }

  .products .products__prod .products__details .products__txt {
    /* line-height: 1.7; */
    font-size: 1.8rem;
    padding: 1rem 0;
  }

  .products__txt sup  {
    top: -0.7rem;
    font-size: 1.1rem;
  }

}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 768px) {
}

@media screen and (min-width: 1000px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1800px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }

  .wrapper {
    /* width: 1920px; */
    margin: auto;
  }
  
  .banner {
    width: calc(0.9 * 1920px);
    height: calc(0.9 * 0.287 * 1920px);
  }
}

/* NEWSLETER FORM */
/* DESKTOP */
#newsletter-page {
  color: #fff;
}

  /* Formularz */
  #newsletter-page form {
      width: 100%;
      height: auto;
      /* display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; */
  }
  
  /* INPUTS */
  #newsletter-page .exe-input {
      width: 35%;
      margin: 0 auto;
      display: inline-flex;
      flex-direction: column;
      position: relative;
      font-family: 'Montserrat', sans-serif;
      padding: 1.168vw 0.4745vw 0 0.4745vw; /* 16px 6.5px 0 6.5px */
      margin-right: 2%;
  }
  #newsletter-page .exe-input input,
  #newsletter-page .exe-input label,
  #newsletter-page .exe-input span {
      transition: 0.3s ease-out;
  }
  #newsletter-page .exe-input input {
     border: none;
     border-bottom: 2px solid #fff;
      margin: 0 -0.4745vw; /* 0 -6.5*/
      padding:  0.438vw 0.4745vw 0.438vw 0.4745vw; /* 0 6.5 6 6.5 */
      line-height: 1.314vw; /* 18px */
      font-size: 1.022vw; /* 14px */
      background: transparent;
      color: #fff;
  }
  
  #newsletter-page .exe-input label {
      position: absolute;
      top: 1.752vw;  /* 24px */
      color: #fff;
      line-height: 0.949vw; /* 13px */
      font-size: 1.022vw; /* 14px */
  }
  
  #newsletter-page .exe-input span {
      color: #fff;
      line-height: 0.949vw; /* 13px */
      font-size: 0.73vw;  /* 10px */
      opacity: 0;
  }
  
  #newsletter-page .exe-input input.filled + label,
  #newsletter-page .exe-input input:focus + label {
      top: 0;
      text-transform: uppercase;
      font-size: 0.73vw;  /* 10px */
  }
  
  #newsletter-page .exe-input input:focus {
      border-color: #fff;
  }
  
  #newsletter-page .exe-input input:focus + label {
      color: #fff;
  }
  
  #newsletter-page .exe-input input.invalid {
      border-color: #fff;
      background: transparent;
  }
  
  #newsletter-page .exe-input input.invalid ~ span {
      opacity: 1;
  }
  
  #newsletter-page .exe-input input.invalid + label {
      color: #fff;
  }

  
  
  /* CHECKBOX */
  #newsletter-page .exe-agreement {
      position: relative;
      width: 100%;
      height: auto;
  
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
  
      background-color: transparent;
      opacity: 1;
  
      margin-top: 1.04vw; /* 20px */
      margin-bottom: 1.04vw; /* 20px */
      margin-left: 1%;
  }
  
  #newsletter-page .exe-agreement input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-label {
      width: calc(100% - 2vw);
  
      /* white-space: pre-wrap; */
  
      text-align: left;
      color: #fff;
      font: normal normal normal 0.624vw/0.832vw Montserrat; /* 12px/16px */
      opacity: 1;
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-label .exe-a-link {
      text-decoration: underline;
      color: #fff;
  }
  
  #newsletter-page .exe-agreement span {
      width: calc(100% - 2vw);
      margin-left: 2vw;
  
      line-height: 1.04vw;
      font-size: 0.624vw;
      color: #fff;
      opacity: 0;
      transition: 0.3s ease-out;
  }
  
  #newsletter-page .exe-agreement input.invalid ~ span {
      opacity: 1;
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-wrap {
      position: relative;
      width: 1.314vw; /* 18px */
      height: 1.314vw /* 18px */
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked,
  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-unchecked {
      position: absolute;
      top: 0;
      left: 0;
      width: 1.314vw; /* 18px */
      height: 1.314vw /* 18px */
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked {
      opacity: 0;
      transition: 0.3s ease-out;
      z-index: 2;
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked.visible {
      opacity: 1;
  }
  
  
  /* SUBMIT BUTTON */
  #newsletter-page .exe-btn-form-send {
      /* margin:0 auto;
      padding: 1.04vw 2.08vw; /* 20px 40px */
  
      background: fff;
      border-radius: 0.208vw; /* 4px */
      opacity: 1;
  
      text-align: center;
      color: #000;
      font: normal normal bold 0.728vw/1.04vw Montserrat; /* 14px/20px */
  
      cursor: pointer;
      display: inline-flex;
      margin-top: 1.5rem;
  }
  
  #newsletter-page .exe-btn-form-send:hover {
      background: #fff;
  }
  /* MOBILE */
@media only screen and (max-width: 479px) {
  /* Formularz */
  #newsletter-page form {
      width:100%;
      height: auto;

      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
  }

  /* INPUTS */
  #newsletter-page .exe-input {
      position: relative;
      width:100%;
      display: flex;
      flex-direction: column;
      font-family: 'Montserrat', sans-serif;
      padding: 4.072vw 1.65425vw 0 1.65425vw; /* 16px 6.5px 0 6.5px */
  }

  #newsletter-page .exe-input input,
  #newsletter-page .exe-input label,
  #newsletter-page .exe-input span {
      transition: 0.3s ease-out;
  }

  #newsletter-page .exe-input input {
    border: none;
    border-bottom: 2px solid #fff;
      margin: 0 -1.65425vw; /* 0 -6.5*/
      padding:  1.2725vw 1.65425vw; /* 5 6.5 */
      line-height: 4.8355vw; /* 19px */
      font-size: 4.072vw; /* 16px */
      background: transparent;
  }

  #newsletter-page .exe-input label {
      position: absolute;
      top: 5.599vw;  /* 22px */
      color: #fff;
      line-height: 4.8355vw; /* 19px */
      font-size: 3.7vw; /* 4.072vw;  16px */
  }
  
  #newsletter-page .exe-input span {
      color: #fff;
      line-height: 3.3085vw; /* 13px */
      font-size: 2.545vw;  /* 10px */
      opacity: 0;
  }
  
  #newsletter-page .exe-input input.filled + label,
  #newsletter-page .exe-input input:focus + label {
      top: 0;
      text-transform: uppercase;
      font-size: 2.545vw;  /* 10px */
  }

  #newsletter-page .exe-input input:focus {
      border-color: #fff;
  }
  
  #newsletter-page .exe-input input:focus + label {
      color: #fff;
  }

  #newsletter-page .exe-input input.invalid {
      border-color: #fff;
      background: transparent;
  }

  #newsletter-page .exe-input input.invalid ~ span {
      opacity: 1;
  }

  #newsletter-page .exe-input input.invalid + label {
      color: #fff;
  }


  /* CHECKBOX */
  #newsletter-page .exe-agreement {
      position: relative;
      width: 100%;
      height: auto;

      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;

      background-color: transparent;
      opacity: 1;

      margin-top: 5.54vw; /* 20px */
      margin-bottom: 5.54vw; /* 20px */
  }

  #newsletter-page .exe-agreement input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
  }

  #newsletter-page .exe-agreement label.exe-checkbox-label {
      width: calc(100% - 8vw);

      /* white-space: pre-wrap; */

      text-align: left;
      color: #fff;
      font: normal normal normal 3.324vw/4.432vw Montserrat; /* 12px/16px */
      opacity: 1;
  }

  #newsletter-page .exe-agreement label.exe-checkbox-label .exe-a-link {
      text-decoration: underline;
      color: #fff;
  }

  #newsletter-page .exe-agreement span {
      width: calc(100% - 8vw);
      margin-left: 8vw;

      line-height: 4.432vw;
      font-size: 3.324vw;
      color: #fff;
      opacity: 0;
      transition: 0.3s ease-out;
  }

  #newsletter-page .exe-agreement input.invalid ~ span {
      opacity: 1;
  }

  #newsletter-page .exe-agreement label.exe-checkbox-wrap {
      position: relative;
      width: 5.54vw; /* 20px */
      height: 5.54vw /* 20px */
  }

  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked,
  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-unchecked {
      position: absolute;
      top: 0;
      left: 0;
      width: 5.54vw; /* 20px */
      height: 5.54vw /* 20px */
  }

  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked {
      opacity: 0;
      transition: 0.3s ease-out;
      z-index: 2;
  }

  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked.visible {
      opacity: 1;
  }


  /* SUBMIT BUTTON */
  #newsletter-page .exe-btn-form-send {
      margin:0 auto;
      padding: 5.54vw 11.08vw; /* 20px 40px */

      background: fff;
      border-radius: 1.108vw; /* 4px */
      opacity: 1;

      text-align: center;
      color: #000;
      font: normal normal bold 3.878vw/5.54vw Montserrat; /* 14px/20px */

      cursor: pointer;
      margin-top: 1.5rem;
  }

  #newsletter-page .exe-btn-form-send:hover {
      background: #fff;
  }
}