@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow+Semi+Condensed:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500&display=swap");
html, body {
  margin: 0;
  font-family: "Barlow", sans-serif !important;
  background: #efefef;
  color: #000;
}

.spacer-small {
  height: 5vh;
}

.spacer {
  height: 20vh;
  display: block;
}
@media (max-width: 768px) {
  .spacer {
    height: 10vh;
  }
}
.spacer.big {
  height: 40vh;
}

#wrapperGlobal {
  overflow-x: hidden;
}

/**** Header et autres fioritures ****/
.intro-wrapper {
  background: linear-gradient(245.44deg, #FF2C5E 12.9%, #B132FF 92.53%);
  margin: 125px 0 -50px;
}
@media (min-width: 1200px) {
  .intro-wrapper {
    margin: 175px 0 80px;
  }
}
@media (max-width: 539px) {
  .intro-wrapper {
    margin: 100px 0 -25px;
  }
}

.intro {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-weight: 300;
  font-size: 22px;
  margin: auto;
  max-width: 1240px;
  position: relative;
  padding: 100px 30px;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .intro {
    width: 1148px;
  }
}
@media (max-width: 539px) {
  .intro {
    text-align: center;
    padding: 100px 30px 20px;
  }
}
.intro .lottie-tel {
  width: 350px;
  height: auto;
  position: absolute;
  z-index: 2;
}
@media (min-width: 1200px) {
  .intro .lottie-tel {
    width: 600px;
  }
}
@media (min-width: 1080px) {
  .intro .lottie-tel {
    width: 460px;
  }
}
.intro #lottie1 {
  top: -280px;
  right: 0;
}
@media (min-width: 1200px) {
  .intro #lottie1 {
    top: -530px;
    right: -90px;
  }
}
@media (min-width: 1080px) {
  .intro #lottie1 {
    top: -290px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .intro #lottie1 {
    top: -280px;
  }
}
@media (max-width: 700px) {
  .intro #lottie1 {
    top: -256px;
    right: -40px;
    width: 300px;
  }
}
.intro #lottie2 {
  bottom: -290px;
  left: -20px;
}
@media (min-width: 1200px) {
  .intro #lottie2 {
    bottom: -590px;
    left: 120px;
  }
}
@media (min-width: 1080px) {
  .intro #lottie2 {
    bottom: -400px;
    left: 190px;
  }
}
@media (max-width: 539px) {
  .intro #lottie2 {
    left: -10px;
    bottom: -160px;
    width: 200px;
  }
}
.intro .ligne {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 250;
  font-size: 210px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.intro #titre1 {
  text-align: left;
  color: #FAFF00;
}
@media (max-width: 700px) {
  .intro #titre1 {
    font-size: 180px;
  }
}
@media (max-width: 539px) {
  .intro #titre1 {
    font-size: 80px;
    padding-top: 20px;
  }
}
.intro #titre2 {
  font-weight: 275;
  font-size: 102px;
  margin-bottom: 100px;
  color: white;
  text-align: right;
}
@media (max-width: 700px) {
  .intro #titre2 {
    font-size: 80px;
  }
}
@media (max-width: 539px) {
  .intro #titre2 {
    font-size: 45px;
  }
}
@media (max-width: 360px) {
  .intro #titre2 {
    font-size: 41px;
  }
}
.intro #titre2 em {
  color: #FAFF00;
}
.intro #titre2 .arrow-wrapper {
  transform: translateY(30px);
  position: absolute;
  right: 40px;
  width: 330px;
}
@media (max-width: 700px) {
  .intro #titre2 .arrow-wrapper {
    display: none;
  }
}
.intro #titre2 .arrow-wrapper .arrow-bg {
  width: 330px;
}
.intro #titre2 .arrow-wrapper .arrow-line {
  width: 240px;
  animation-name: none;
}

.titre-et-byline {
  position: relative;
  z-index: 2;
  background-color: #efefef;
}
@media (max-width: 539px) {
  .titre-et-byline {
    margin-bottom: 25px;
  }
}
.titre-et-byline:before {
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  background: linear-gradient(180deg, #FF2C5E 0%, #B132FF 100%);
}
.titre-et-byline .normal-text {
  padding: 0;
}
.titre-et-byline .normal-text .bob {
  max-width: 700px;
  padding: 60px 0 40px;
  font-weight: 300;
  font-size: 51px;
  line-height: 110%;
  color: #FC2C65;
}
.titre-et-byline .normal-text .bob .highlight {
  background: #FAFF00;
  mix-blend-mode: multiply;
}
@media (max-width: 539px) {
  .titre-et-byline .normal-text .bob {
    font-size: 31px;
  }
}

.by-line-wrapper {
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .by-line-wrapper {
    margin: 0 15px;
  }
}
.by-line-wrapper .by-line {
  font-family: "Barlow", sans-serif !important;
  border-top: 1px solid #626262;
  padding-top: 15px;
  padding-bottom: 10px;
  margin: 50px auto 0;
  color: #000;
  font-weight: normal;
  font-size: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .by-line-wrapper .by-line {
    margin: 50px 0 0;
    font-size: 0.9em;
    line-height: 1.1;
  }
}
.by-line-wrapper .by-line .author-name {
  color: #000;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}
.by-line-wrapper .by-line .by-line-image {
  width: 60px;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid white;
}
@media screen and (max-width: 650px) {
  .by-line-wrapper .by-line {
    padding-right: 150px;
  }
}
.by-line-wrapper .by-line .jdeq, .by-line-wrapper .by-line .jdem {
  position: absolute;
  top: 20px;
  right: 0;
}
.by-line-wrapper .by-line .jdeq img, .by-line-wrapper .by-line .jdem img {
  max-width: 110px;
}
.by-line-wrapper .social-sharing-bar {
  min-width: 230px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .by-line-wrapper .social-sharing-bar {
    margin: 0 0 40px;
  }
}
.by-line-wrapper .social-sharing-bar .sharebar__label {
  display: block;
  float: left;
  line-height: 32px;
  padding-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #9F9F9F;
}
.by-line-wrapper .social-sharing-bar ul {
  list-style: none;
}
.by-line-wrapper .social-sharing-bar ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.by-line-wrapper .social-sharing-bar ul li a {
  background: #9F9F9F;
  fill: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  transition: background 0.2s;
  cursor: pointer;
}
.by-line-wrapper .social-sharing-bar ul li a svg {
  max-width: 18px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
.by-line-wrapper .social-sharing-bar,
.by-line-wrapper .social-sharing-bar ul {
  margin: 0;
  padding: 0;
}
.by-line-wrapper .social-sharing-bar li a,
.by-line-wrapper .social-sharing-bar ul li a {
  background: #9F9F9F;
}
.by-line-wrapper .sharebar__label {
  color: white;
}

.separateur {
  position: relative;
  width: 100%;
  margin: 25px 0 0;
}
.separateur .separateur-bg {
  height: 4px;
  width: 100%;
  background: #9E9E9E;
  opacity: 0.2;
  position: absolute;
}
.separateur .separateur-line {
  width: 50%;
  height: 4px;
  position: absolute;
  background: linear-gradient(180deg, #FF2C5E 0%, #B132FF 100%);
}
.separateur .separateur-line:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 4px solid #DF2FA2;
  border-right: 4px solid #C430D6;
  border-radius: 3px;
  transform: rotate(45deg) translateY(-60%);
  right: 10px;
}
.separateur.inverse .separateur-line {
  right: 0;
}
.separateur.inverse .separateur-line:after {
  right: auto;
  left: -10px;
  transform: rotate(225deg) translateY(60%);
}

.credits,
.narrative {
  color: #000;
}
.credits .normal-text .titre-chapitre,
.narrative .normal-text .titre-chapitre {
  text-align: left;
  border-top: 1px solid #FC2C65;
  padding-top: 20px;
  font-weight: 400;
  font-size: 34px;
  line-height: 120%;
  color: #FC2C65;
  margin: 80px auto 40px;
  max-width: 700px;
}
.credits .normal-text p,
.narrative .normal-text p {
  max-width: 700px;
  color: #000;
}
.credits .normal-text ul,
.narrative .normal-text ul {
  max-width: 700px;
  margin: 30px auto 30px;
}

.normal-text {
  padding: 25px 0;
  max-width: 700px;
  margin: auto;
  font-family: "Barlow", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .normal-text {
    margin: 0 15px;
    padding: 0;
  }
}
.normal-text h2 {
  max-width: 700px;
  margin: 60px auto 30px;
  font-weight: 300;
  font-size: 70px;
  line-height: 110%;
  text-transform: uppercase;
  color: #FC2C65;
  border-bottom: none;
  text-align: left;
  background: linear-gradient(95.48deg, #FF2C5E 0%, #B132FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media (max-width: 539px) {
  .normal-text h2 {
    font-size: 50px;
  }
}
.normal-text h2 .highlight {
  background-color: #FAFF00;
  color: #FC2C65;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #FC2C65;
  text-fill-color: #FC2C65;
  padding: 0 5px;
}
.normal-text .img-and-credits {
  margin: 25px 0;
  text-align: center;
}
.normal-text .img-and-credits .smaller {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.normal-text img {
  max-width: 100%;
}
.normal-text h2 {
  color: #FC2C65;
  font-weight: 400;
}
.normal-text p {
  font-style: normal;
  line-height: 125%;
  font-weight: 300;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .normal-text p {
    font-size: 20px;
  }
}
.normal-text ul {
  margin: 30px auto 30px;
}
.normal-text ul li {
  font-weight: 300;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .normal-text ul li {
    font-size: 20px;
  }
}
.normal-text .bdv {
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 699px) {
  .normal-text .bdv {
    text-align: left;
    padding: 5px 5px 20px;
    font-size: 14px;
    line-height: 17px;
  }
}

.espace-credits {
  max-width: 700px;
  margin: 40px auto;
  padding-top: 65px;
  padding-bottom: 200px;
}
@media all and (max-width: 700px) {
  .espace-credits {
    margin: 40px 15px;
  }
}
.espace-credits h2 {
  font-family: "Barlow", sans-serif !important;
  font-weight: 300;
  font-size: 50px;
  text-transform: uppercase;
  background: linear-gradient(95.48deg, #FF2C5E 0%, #B132FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.espace-credits .bureau-logo {
  margin: 20px 0;
  max-width: 200px;
}
.espace-credits .credits-ligne {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FC2C65;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 539px) {
  .espace-credits .credits-ligne {
    font-size: 16px;
    line-height: 19px;
  }
}
.espace-credits .credits-ligne strong {
  background-color: #FAFF00;
  padding: 0 6px;
  font-weight: 500;
}

.bdv {
  text-align: left;
  padding: 5px 15px 25px 0;
  max-width: 700px;
  margin: auto;
  font-family: "Barlow", sans-serif !important;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.bdv strong {
  font-size: 0.7rem;
  line-height: 1em;
  letter-spacing: 0.5px;
}

.illustration {
  margin: 10px 0 0;
}
.illustration img {
  margin: 0;
  width: 100%;
}
.illustration .bdv {
  text-align: right;
  max-width: 700px;
  margin: 5px auto;
  color: #606060;
  opacity: 0.5;
  font-style: normal;
}

.illustration-bdv-wrapper .illustration-bdv {
  color: #606060;
  opacity: 0.5;
  font-style: normal;
  padding-left: 15px;
  padding-top: 5px;
}

#boxTinderEnChiffres, .box-rose {
  max-width: 830px;
  box-sizing: border-box;
  margin: 25px auto;
  padding: 55px 52px;
  background: linear-gradient(245.44deg, #FF2C5E 12.9%, #B132FF 92.53%);
  display: flex;
  flex-direction: row;
  font-family: "Barlow", sans-serif !important;
}
@media (max-width: 600px) {
  #boxTinderEnChiffres, .box-rose {
    padding: 55px 30px;
  }
}
@media (max-width: 539px) {
  #boxTinderEnChiffres, .box-rose {
    flex-direction: column;
    padding: 55px 52px;
  }
}
#boxTinderEnChiffres .left, .box-rose .left {
  flex-basis: 67%;
}
#boxTinderEnChiffres .right, .box-rose .right {
  flex-basis: 33%;
}
@media (max-width: 539px) {
  #boxTinderEnChiffres .right, .box-rose .right {
    margin-top: 20px;
  }
}
#boxTinderEnChiffres .titre, .box-rose .titre {
  font-weight: 250;
  font-size: 73px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FAFF00;
  position: relative;
}
@media (max-width: 768px) {
  #boxTinderEnChiffres .titre, .box-rose .titre {
    max-width: 250px;
  }
}
@media (max-width: 600px) {
  #boxTinderEnChiffres .titre, .box-rose .titre {
    max-width: 250px;
    font-size: 63px;
  }
}
@media (max-width: 539px) {
  #boxTinderEnChiffres .titre, .box-rose .titre {
    font-size: 63px;
  }
}
#boxTinderEnChiffres .titre .arrow-wrapper, .box-rose .titre .arrow-wrapper {
  position: absolute;
  right: 70px;
  top: 40px;
}
#boxTinderEnChiffres .titre .arrow-wrapper .arrow-line, .box-rose .titre .arrow-wrapper .arrow-line {
  animation-name: none;
}
@media (max-width: 768px) {
  #boxTinderEnChiffres .titre .arrow-wrapper, .box-rose .titre .arrow-wrapper {
    left: 100px;
    top: 110px;
  }
}
@media (max-width: 539px) {
  #boxTinderEnChiffres .titre .arrow-wrapper, .box-rose .titre .arrow-wrapper {
    display: none;
  }
}
#boxTinderEnChiffres .sous-titre, .box-rose .sous-titre {
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 133%;
  color: #FFFFFF;
  max-width: 410px;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #boxTinderEnChiffres .sous-titre, .box-rose .sous-titre {
    max-width: 281px;
  }
}
@media (max-width: 539px) {
  #boxTinderEnChiffres .sous-titre, .box-rose .sous-titre {
    max-width: 100%;
  }
}
#boxTinderEnChiffres .sous-titre .highlight, .box-rose .sous-titre .highlight {
  color: #FAFF00;
}
#boxTinderEnChiffres .source, .box-rose .source {
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  color: #FFFFFF;
}
#boxTinderEnChiffres .chiffre, .box-rose .chiffre {
  padding-bottom: 20px;
}
#boxTinderEnChiffres .chiffre .number, .box-rose .chiffre .number {
  font-weight: 500;
  font-size: 47px;
  color: #FAFF00;
  font-family: "Barlow Condensed", sans-serif !important;
}
#boxTinderEnChiffres .chiffre .legend, .box-rose .chiffre .legend {
  font-weight: 800;
  font-size: 15px;
  color: #FFFFFF;
}
#boxTinderEnChiffres .blockquote, .box-rose .blockquote {
  font-weight: 500;
  font-size: 42px;
  line-height: 44px;
  font-family: "Barlow Condensed", sans-serif !important;
  color: #FAFF00;
}
@media (max-width: 539px) {
  #boxTinderEnChiffres .blockquote, .box-rose .blockquote {
    font-size: 25px;
    line-height: 29px;
  }
}
#boxTinderEnChiffres .author, .box-rose .author {
  text-align: right;
  font-size: 30px;
}
@media (max-width: 539px) {
  #boxTinderEnChiffres .author, .box-rose .author {
    display: block;
    margin-top: 15px;
    font-size: 22px;
  }
}

#pinContainer {
  /**width: 100vw;
  height: 100vh;
  overflow: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;**/
}
@media (max-width: 768px) {
  #pinContainer {
    height: auto;
  }
}

#slideContainer .center-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#slideContainer .last {
  background: #efefef;
}
@media (max-width: 768px) {
  #slideContainer {
    width: 100vw;
  }
}

.panel {
  width: 100%;
  margin-bottom: 5vh;
}
.panel .panel-contenu {
  max-width: 500px;
  margin: 25px auto;
  position: relative;
}
@media (max-width: 550px) {
  .panel .panel-contenu {
    max-width: 330px;
    box-sizing: border-box;
    margin: 25px auto;
  }
}
.panel .panel-contenu .portrait-contenu {
  text-align: center;
}
.panel .panel-contenu .portrait-contenu .nom-couple {
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  text-align: center;
  color: #FE486B;
  background-color: #FAFF00;
  display: inline-block;
  margin: 20px auto;
}
@media (max-width: 700px) {
  .panel .panel-contenu .portrait-contenu .nom-couple {
    font-size: 34px;
    margin-top: 15px;
  }
}
.panel .panel-contenu .portrait-contenu .image-couple img {
  width: 100%;
  margin: 15px auto;
  border-radius: 20px;
}
.panel .panel-contenu .portrait-contenu .titre-portrait {
  color: #FC2C65;
  background: linear-gradient(95.48deg, #FF2C5E 0%, #B132FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 15px;
}
@media (max-width: 700px) {
  .panel .panel-contenu .portrait-contenu .titre-portrait {
    font-size: 30px;
    line-height: 30px;
  }
}
.panel .panel-contenu .portrait-contenu p {
  text-align: left;
  padding: 0 15px;
  font-size: 20px;
  line-height: 130%;
  font-weight: 300;
}
.panel#panel2::after, .panel#panel3::after, .panel#panel4::after, .panel#panel5::after {
  content: "";
  position: relative;
  display: block;
  height: 4px;
  margin-top: 95px;
  margin-bottom: 55px;
  width: 100%;
  background: linear-gradient(171.33deg, #2378FF 6.97%, #B08AFA 91.39%);
}

#panel1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  background: linear-gradient(171.33deg, #2378FF 6.97%, #B08AFA 91.39%);
  margin-bottom: 0;
}
@media (max-width: 1150px) {
  #panel1 {
    flex-direction: column-reverse;
  }
}
#panel1 .left, #panel1 .right {
  height: 100%;
}
#panel1 .left {
  flex-basis: 65%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1150px) {
  #panel1 .left {
    flex-basis: 80%;
    align-items: center;
  }
}
#panel1 .left img {
  width: auto;
  height: 90%;
  max-height: 780px;
}
@media (max-width: 1150px) {
  #panel1 .left img {
    height: 100%;
    transform: translateX(-110px);
  }
}
@media (max-width: 700px) {
  #panel1 .left img {
    transform: translateX(22px);
    height: auto;
    width: 130%;
  }
}
#panel1 .right {
  flex-basis: 35%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-top: 15vh;
}
@media (max-width: 1150px) {
  #panel1 .right {
    flex-basis: 20%;
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 539px) {
  #panel1 .right {
    margin-top: 10vh;
  }
}
#panel1 .right .titre {
  font-weight: 700;
  font-size: 60px;
  line-height: 51px;
  text-transform: uppercase;
  color: #FAFF00;
  font-family: "Barlow Condensed", sans-serif !important;
  max-width: 250px;
}
@media (max-width: 1150px) {
  #panel1 .right .titre {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  #panel1 .right .titre {
    max-width: 250px;
  }
}
#panel1 .right .soustitre {
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  max-width: 230px;
  margin: 25px 0 0 0;
}
@media (max-width: 1150px) {
  #panel1 .right .soustitre {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  #panel1 .right .soustitre {
    max-width: 250px;
  }
}

@keyframes elastic {
  0% {
    width: 60%;
  }
  59% {
    width: 104.69%;
  }
  100.00% {
    width: 60%;
  }
}
.arrow-wrapper {
  position: relative;
  margin-left: 25px;
  width: 150px;
}
.arrow-wrapper .arrow-line {
  background: #FAFF00;
  height: 3px;
  width: 80px;
  position: absolute;
  animation-name: elastic;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.arrow-wrapper .arrow-line:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 4px solid #FAFF00;
  border-right: 4px solid #FAFF00;
  border-radius: 3px;
  transform: rotate(45deg) translateY(-60%);
  right: 10px;
}
.arrow-wrapper .arrow-line:before {
  content: "";
  display: block;
  position: absolute;
  height: 17px;
  width: 17px;
  background: #FAFF00;
  border-radius: 50%;
  transform: translateY(-45%);
}
.arrow-wrapper .arrow-bg {
  position: absolute;
  height: 3px;
  width: 150px;
  border-radius: 1.5px;
  background: rgba(255, 255, 255, 0.2);
}

.desktop-only,
.mobile-only {
  display: none;
}

@media screen and (min-width: 769px) {
  .desktop-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
}

/*# sourceMappingURL=style.css.map */
