@font-face {
  font-family: "Move";
  src: url("fonts/UberMove-Light.woff2") format("woff2"),
    url("fonts/UberMove-Light.woff") format("woff");
  font-weight: 300;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Move";
  src: url("fonts/UberMove-Regular.woff2") format("woff2"),
    url("fonts/UberMove-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Move";
  src: url("fonts/UberMove-Medium.woff2") format("woff2"),
    url("fonts/UberMove-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Move";
  src: url("fonts/UberMove-Bold.woff2") format("woff2"),
    url("fonts/UberMove-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* GENERAL */
:root {
  --bs-font-sans-serif: "Move", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-weight: normal;
}

body,
html {
  --bs-gutter-x: 1rem;
  width: 100%;
  height: 100%;
}

.row {
  --bs-gutter-x: 2rem;
}

body {
  color: #000;
  background-color: #fff;
  font-family: "Move",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}

/* New Copy Icon */

.bi-files::before {
  content: "" !important;
}

.bi-files.copy-icon {
  width: 1.22rem;
  height: 1.2rem;
  margin-left: 10px;
  background-image: url(../img/copy.svg);
  background-size: cover;
}

.btn-copy:hover .bi-files.copy-icon {
  background-image: url(../img/copyinv.png);
}

.copy-code .btn-copy .copy-icon-ok {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%) !important;
}

/* */

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.btn {
  text-align: center;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0;
  font-weight: 300;
}

.btn:hover,
.btn:focus {
  color: white;
  background-color: #333f48;
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(51 63 72 / 25%);
}

.btn-no {
  padding: 0;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: unset;
  border-radius: unset;
}

.btn-no:focus,
.btn-no:hover {
  color: inherit;
  background-color: unset;
  box-shadow: unset;
}

.btn:focus,
button {
  outline: none !important;
}

sup {
  font-size: 50%;
  margin-left: 2px;
  top: -5px;
}

.small,
small {
  font-size: 90%;
}

br.mobile-br {
  display: none;
}

br.desktop-br {
  display: none;
}

.visible-desktop {
  display: none;
}

textarea:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
}

.card {
  border-radius: 0.75rem;
}

.important {
  color: #c90088;
}

.important2 {
  color: #939599;
}

.logo img {
  width: 9rem;
}

.helper-text {
  font-size: 0.85rem;
}

.cta {
  padding: 0 3rem;
}

.cta .cta-helper {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  text-align: center;
}

/* Break lines */
.lg-br {
  display: none;
}

.sm-br {
  display: none;
}

.xs-br {
  display: inline;
}

/* MODAL */
.modal .modal-content {
  position: relative;
  color: white;
  background-color: #343434;
}

.modal-header {
  padding-top: 2.5rem;
  padding-bottom: unset;
  border-bottom: unset;
}

.modal .modal-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.modal .close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 1rem;
  height: 1rem;
  box-sizing: content-box;
  padding: 0.25rem;
  margin: 0;
  border: 2px solid white;
  border-radius: 100%;
  font-size: 1rem;
  color: white;
  text-shadow: unset;
  opacity: 1;
  z-index: 999;
}

/* SWIPER */
.swiper {
  position: relative;
  margin-bottom: 0;
}

.swiper:not(.swiper-vertical) .swiper-slide {
  height: auto;
}

.swiper .swiper-slide p:last-child {
  margin-bottom: 0;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  top: 34%;
  width: 2rem;
  height: 2rem;
  color: inherit;
  border-radius: 50%;
}

.swiper .swiper-button-prev {
  left: 12%;
}

.swiper .swiper-button-next {
  right: auto;
  left: 78%;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  color: inherit;
  font-size: 1.15rem;
}

.swiper .swiper-button-prev.custom,
.swiper .swiper-button-next.custom {
  color: inherit;
}

.swiper .swiper-button-prev.custom::after,
.swiper .swiper-button-next.custom::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.swiper .swiper-button-prev.custom::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' points='3.5,10.5 1,8 3.5,5.5'/%3E%3Cline fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' x1='1' y1='8' x2='15' y2='8'/%3E%3C/svg%3E");
}

.swiper .swiper-button-next.custom::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' points='12.5,5.5 15,8 12.5,10.5'/%3E%3Cline fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' x1='15' y1='8' x2='1' y2='8'/%3E%3C/svg%3E");
}

element.style {}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-width: 2px;
  border-style: solid;
  border-color: #d8d8d8;
  margin: 0 0.25rem;
  background-color: #d8d8d8;
  opacity: 1;
  transition: all 0.3s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: currentColor;
  background-color: currentColor;
  width: 23px;
  border-radius: 5px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper .swiper-slide.see-more {
  position: relative;
  height: 100%;
}

.swiper .swiper-slide.see-more .stretched-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper .position-relative {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2rem;
  margin-top: 1rem;
}

.swiper .position-relative .swiper-button-prev,
.swiper .position-relative .swiper-button-next,
.swiper .position-relative .swiper-pagination {
  position: initial;
  transform: unset;
  margin-top: unset;
}

.swiper .position-relative .swiper-button-prev {
  margin-left: 0.5rem;
}

.swiper .position-relative .swiper-button-next {
  margin-right: 0.5rem;
}

.swiper-slide .card {
  height: 100%;
}

.swiper-slide .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
}

.swiper-scrollbar {
  background-color: rgb(255 255 255 / 75%);
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #e5c1c4;
}

.swiper.swiper-vertical .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper.swiper-vertical .swiper-slide .row {
  width: 100%;
}

.swiper-cards {
  padding-top: 1.5rem;
}

.swiper-cards .swiper-slide {
  border-radius: 0.5rem;
}

.swiper-cards.swiper-3d .swiper-slide-shadow {
  background-color: transparent;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -5px;
}

/* LOADER */
.loader-screen {
  position: fixed !important;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  -moz-transition: visibility 0.2s linear, opacity 0.2s linear;
  -o-transition: visibility 0.2s linear, opacity 0.2s linear;
  background-color: #fff;
}

.loader-screen:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.loader-screen:after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}

.loader-screen.loader-hide {
  opacity: 0;
  visibility: hidden;
}

.loader-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}

.loader-markets-logos {
  margin-bottom: 10vh;
}

.loader-markets-logos img {
  max-width: 200px;
}

.loader-pinkbrand-logo {
  margin-bottom: 10vh;
}

.loader-pinkbrand-logo img {
  max-width: 30vh;
}

.loader-logo img {
  max-width: 24vh;
}

.sk-fading-circle {
  margin: 10vh auto 0px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 10%;
  background-color: #111;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

/* COPY CODE */
.copy-code {
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}

.copy-top-code {
  margin-top: 1.5rem;
}

.btn-copy {
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  max-width: 23rem;
  width: 13rem;
  border: 2px solid #fff;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  border-radius: 0;
}

.btn-copy:hover,
.btn-copy:focus {
  border-color: #FFF;
  color: #FFF;
  background-color: #000;
}

.btn-copy:focus {
  box-shadow: 0 0 0 0.2rem rgb(224 0 120 / 25%);
}

.section p.copy-helper {
  margin-top: 0.3rem;
  margin-bottom: unset;
  font-size: 0.88rem;
  text-align: center;
  font-weight: 300;
  color: #c8c8ca;
}

.copy-top-code {
  margin-top: unset;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
}

.copy-icon-wrapper {
  position: relative;
  display: block;
  width: 1rem;
  margin-left: 0.3rem;
  font-size: 110%;
}

.btn-copy .copy-icon,
.btn-copy .copy-icon-ok {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(5px, -50%);
}

.btn-copy .copy-icon-ok {
  display: none;
}

/* HEADER */
.mosca-superior {
  position: fixed;
  z-index: 9999;
  top: 0px;
}

.mosca-superior a {
  display: block;
  height: 100%;
}

.mosca-superior img {
  width: 4rem;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  text-align: left;
  background-color: #07C167;
  padding-bottom: 0;
}

header .logo {
  margin-top: 4rem;
  margin-bottom: 0rem;
}

header .title {
  font-size: 2.2rem;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  font-family: 'Move';
  font-weight: 800;
  color: #000;
}

.txt-green {
  color: #07C167;
}

header p {
  font-size: 1.25rem;
  margin-bottom: 1.4rem;
}

header .subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.7rem;
  margin-top: 0.6rem;
}

header .plates {
  width: 16rem;
  margin: 0 auto;
  display: flex;
  margin-top: 1.5rem;
}

header .video-wrapper {
  position: relative;
  height: 100%;
}

header .videocontainer {
  /*background-image: url(../video/dyson-6-video-placeholder.jpg);*/
  height: 100%;
  min-height: 300px;
}

header .img-wrapper {
  /* margin-top: 1.2rem; */
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

header .img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom;
}

/* downarrow */
.downarrow {
  text-align: center;
  margin-bottom: 3.3rem;
  margin-top: 3rem;
  z-index: 3;
}

.downarrow .downarrow-text {
  margin-bottom: 0.5rem;
  font-size: 0.96rem;
  font-weight: 500;
}

.downarrow .downarrow-arrow {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding-bottom: 0;
  box-sizing: content-box;
  margin: 0 auto;
  color: inherit;
  cursor: pointer;
  -webkit-animation: up-down 0.6s linear infinite;
  -moz-animation: up-down 0.6s linear infinite;
  animation: up-down 0.6s linear infinite;
  /* background-color: #000000; */
  border-radius: 30px;
}

.downarrow .downarrow-arrow::after {
  content: "";
  display: inline-block;
  width: 95%;
  height: 95%;
  margin-bottom: 0.2rem;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"%3E%3Cpath fill="none" stroke-width="3px" stroke="%23000" d="M2.5,14.2L25,35.8l22.5-21.6"/%3E%3C/svg%3E');
}

.downarrow .downarrow-arrow.doble-arrow::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff '%3E%3cpath d='M0.5,0.8L8,7.9l7.5-7.1 M0.5,8.1L8,15.2l7.5-7.1'/%3E%3C/svg%3E%0A");
}

.downarrow .downarrow-arrow.real-arrow::after {
  /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25,5.3v39.3 M9.5,29.2L25,44.7 M40.5,29.2L25,44.7' fill='none' stroke='%2306c167' stroke-linecap='' stroke-width='10px'/%3E%3C/svg%3E%0A"); */
  /* background-image: url(../img/ubereats18-arrow.png); */
  /* background-repeat: no-repeat; */
}

@-webkit-keyframes up-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes up-down {
  0% {
    top: 2px;
  }

  25% {
    top: 4px;
  }

  50% {
    top: 6px;
  }

  75% {
    top: 4px;
  }

  100% {
    top: 2px;
  }
}

@-o-keyframes up-down {
  0% {
    top: 2px;
  }

  25% {
    top: 4px;
  }

  50% {
    top: 6px;
  }

  75% {
    top: 4px;
  }

  100% {
    top: 2px;
  }
}

@keyframes up-down {
  0% {
    top: 2px;
  }

  25% {
    top: 4px;
  }

  50% {
    top: 6px;
  }

  75% {
    top: 4px;
  }

  100% {
    top: 2px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/* COUNTDOWN */
.countdown {
  font-size: 1rem;
  font-weight: normal;
  color: #eeede9 !important;
  width: 100%;
}

.countdown .countdown-text {
  margin-bottom: 0;
}

.countdown .countdown-timer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #363636;
  border-radius: 30px;
  width: 12.5rem;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.countdown .countdown-hours,
.countdown .countdown-minutes,
.countdown-hoursfirstchar,
.countdown-hourslastchar,
.countdown-minsfirstchar,
.countdown-minslastchar,
.countdown-secsfirstchar,
.countdown-secslastchar,
.countdown .countdown-seconds,
.countdown .countdown-points,
.countdown .countdown-expired {
  font-size: 2.1rem;
  font-weight: 500;
}

.countdown-hoursfirstchar,
.countdown-hourslastchar,
.countdown-minsfirstchar,
.countdown-minslastchar,
.countdown-secsfirstchar,
.countdown-secslastchar {
  display: inline-block;
  border: 0;
  padding: 0;
}

.countdown .countdown-points {
  padding: 0;
  line-height: 3rem;
}

.countdown .countdown-name {
  font-size: 60%;
  text-transform: uppercase;
  display: none;
}

.countdown-digit {}

/* SECTION */
.content-background {
  background-color: #fff;
  position: relative;
}

.section {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section .title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: normal;
}

.section .title.big {
  font-size: 1.8rem;
  font-weight: 500;
}

.section .subtitle {
  font-size: 1.31rem;
  font-weight: 600;
}

.section .subtitle-description {
  font-size: 1.3rem;
  font-weight: lighter;
  margin-top: 1rem;
  line-height: 1.5rem;
}

.section .cta a {
  display: block;
}

.cta .market {
  display: inline-block;
  height: 25px;
  margin-left: 10px;
  transform: translateY(-3px);
}

.bg-gray {
  background-color: #cacaca;
}

.bg-gray-light {
  background-color: #e7e7e7;
}

.section p {
  font-size: 1rem;
}

/* SECTION 1 */
.section1 {
  position: relative;
  padding-bottom: 2rem;
  padding-top: 2rem;
  background-image: url(../img/ubereats20-2-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  z-index: 1;
  overflow-x: hidden;
}

.section1 h2.title {
  font-size: 1.7rem;
  line-height: 1.9rem;
  margin-bottom: 0;
  font-weight: 800;
}

.section1 .container {
  /* width: 90%; */
}

.section1 .card {
  background-color: #fff;
  /* width: 90%; */
  margin: 0 0.5rem;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
  border-radius: 40px;
  padding: 2.8rem 1.7rem 2rem 1.9rem;
  z-index: 1;
  position: relative;
  text-align: left;
}

.section1 .decoration2 {
  width: 7.5rem;
  top: 0.1rem;
  right: 0rem;
  z-index: 3;
  position: absolute;
  animation: rotation 15s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.section1 .btn {
  text-align: center;
  padding: 0.7rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.05rem !important;
  width: 14.5rem;
  margin: 0 auto;
}

.section1 .btn-copy {
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  max-width: 15rem;
  width: 9.6rem;
  border: 2px solid #000;
  font-size: 1.15rem !important;
  letter-spacing: 5px;
  font-weight: 800;
  text-align: center;
  color: #000;
  background-color: transparent;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  margin-top: 0.2rem;
}

.section1 .cta {
  padding: 0;
}

.section p.copy-helper {
  margin-top: 0.3rem;
  margin-bottom: unset;
  font-size: 0.72rem;
  text-align: center;
  color: #c8c8ca;
  font-weight: 800;
}

.section1 .foot {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  line-height: 1.05rem;
}

.section1 .btn-dark {
  color: #fff;
  background-color: #07C167;
  border-color: #07C167;
}

.section1 .container {}

.section1 .orange {
  color: #e67b46;
}

.section1 .green {
  color: #489d00;
}

.section1 .blue {
  color: #0087f5;
}

.section1 p {
  font-size: 1.08rem;
  margin-bottom: 0.2rem;
}

.section1 p.gratis {
  font-size: 1.43rem;
  font-weight: 500;
}

.section1 .code {
  font-size: 1.1rem;
}

.section1 .separator-col .separator {
  height: 1px;
  width: 40%;
  margin: 1rem auto 1.5rem auto;
  background-color: #000;
}

.section1 .image-col {
  margin-top: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.section1 .cta a.btn {
  font-size: 0.96rem;
}


/* SECTION 2 */
.section2 {
  padding-bottom: 0;
  background-color: #081c21;
  padding-top: 0;
  overflow-x: hidden;
  color: #fff;
}

.section2 .container {
  margin-left: 0rem;
  margin-right: 0rem;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.section2 .img1,
.section2 .img3 {
  position: relative;
  z-index: 2;
}

/* .section2 .img1, */
.section2 .img2 {
  position: absolute;
  left: 0;
}

/* .section2 .img3, */
.section2 .img4 {
  position: absolute;
  left: 0;
  top: -1rem;
}

.section2 .img1,
.section2 .img2,
.section2 .img3,
.section2 .img4 {
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.section2 .img1 {
  animation-name: fadeInOut1;
}

.section2 .img2 {
  animation-name: fadeInOut2;
}

.section2 .img3 {
  animation-name: fadeInOut3;
}

.section2 .img4 {
  animation-name: fadeInOut4;
}

@keyframes fadeInOut1 {
  0% {
    opacity: 0;
  }

  30%,
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut2 {

  0%,
  30% {
    opacity: 0;
  }

  60%,
  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut3 {

  0%,
  20% {
    opacity: 0;
  }

  50%,
  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut4 {
  40% {
    opacity: 0;
  }

  70%,
  100% {
    opacity: 1;
  }

  /* 100% {
    opacity: 0;
  } */
}

.section2 .green-back {
  background: #07C167;
  padding-top: 9rem;
  margin-top: -7rem;
}

.section2 h2.title {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  text-align: left;
}

.section .subtitle {
  font-size: 1.27rem;
  font-weight: 600;
  text-align: left;
  margin-top: 0.8rem;
}

.section2 .middle {
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1.5rem;
}

.section2 .under {
  text-decoration: underline;
}

.section2 .btns-fons {
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
}

.section2 img.img-fluid.product-logo.v10 {
  width: 100%;
  margin-left: -1rem;
}

.section2 .d-flex {
  display: flex !important;
  flex-direction: row;
  flex-wrap: initial;
  align-content: space-between;
  justify-content: center;
  align-items: center;
}

.section2 .selector {
  background-color: #eeeeef;
  color: #333;
  width: 100%;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  line-height: 1.1rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition: all 0.3s; */
  cursor: pointer;
}

.section2 #bt01.selector {
  width: 10.5rem;
}

.section2 #bt02.selector {
  width: 8.5rem;
}

.section2 #bt02.selector.active {
  margin-left: -1rem;
  width: 9.5rem;
}

.section2 #bt02.selector.active img {
  width: 85%;
  margin-left: 0;
}

/* .section2 .selector:nth-of-type(1) {
  margin-right: -1rem;
}

.section2 .selector:nth-of-type(2) {
  margin-left: -1rem;
} */

/* .section2 .selector:hover {
  background-color: #333 !important;
  color: #fff !important;
} */

.section2 #bt01.selector,
.section2 #bt02.selector {
  z-index: 0;
}

.section2 #bt01.selector.active {
  background-color: #0087f5;
  color: #fff;
  z-index: 1;
}

.section2 #bt02.selector.active {
  background-color: #e67b46;
  color: #fff;
  z-index: 1;
}

.section2 #first,
.section2 #second {
  display: none;
}

.section2 #first.active,
.section2 #second.active {
  display: block;
}

.section2 .card {
  text-align: left;
  overflow: hidden;
  margin: 0;
}

.section2 .card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin-top: 2.5rem;
}

.section2 .card.two .subtitle {
  font-size: 1.22rem;
  text-align: center;
  font-weight: 500 !important;
  margin-bottom: 1rem;
}

.section2 .subtitle.two {
  margin-top: 2rem;
}

/* .section2 .card.two {
  background-color: #e6e6e6;
} */

.section2 .card .card-body {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
}


.section2 .card .image-col {
  padding-left: 0;
  padding-right: 0;
}

.section2 .orange {
  color: #e67b46;
}

.section2 .blue {
  color: #0087f5;
}

img.img-fluid.product-logo.two {
  max-width: 88%;
}

img.img-fluid.product-logo.three {
  max-width: 86%;
}

.section2 #second .card {
  background-color: transparent;
}

/* .section2 .card .product-logo {
  width: 16rem;
  margin-bottom: 1.5rem;
} */

.section2 .card .subtitle {
  font-weight: normal;
  margin-bottom: 1.5rem;
  margin-top: 1.2rem;
  font-size: 1.55rem;
  line-height: 1.75rem;
}

.section2 .txt {
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.section2 #first .txtdyson {
  font-size: 1.1rem;
  line-height: 1.3rem;
  text-align: center;
  margin-top: -9rem;
  margin-left: -10rem;
}

.section2 #second .txtdyson {
  font-size: 1.1rem;
  line-height: 1.3rem;
  text-align: center;
  margin-top: -3rem;
  margin-left: -10rem;
}

.section2 .image-col img.img-fluid {
  margin-top: -6rem;
}

.section2 .card .pretitle.subtitle {
  margin-bottom: 0.5rem;
}

.section2 .card ul {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}

.section2 .card ul li {
  margin-bottom: 1rem;
}

.section2 .card.light-card {
  -webkit-box-shadow: 0 -1px 4px rgb(0 0 0 / 10%);
  box-shadow: 0 -1px 4px rgb(0 0 0 / 10%);
}

.section2 .card.light-card .image-col {
  margin-top: 1rem;
}

#second h3.subtitle.sec {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.section2 .d-grid {
  padding: 0 1.5rem 3rem 1.5rem;
  margin-top: 2.5rem;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}

.section2 .grid-item {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.section2 .grid-item .text {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #000;
  padding: 1rem 1.5rem;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: left;
  height: 5rem;
  width: 100%;
}

.section2 .grid-item .icon {
  width: 5rem;
  margin-right: 1rem;
}

/* SECTION 3 */
.section3 {
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 0;
  overflow-x: hidden;
}

.section3 .container {
  margin-left: 0rem;
  margin-right: 0rem;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.section3 h2.title {
  font-size: 2.19rem;
  line-height: 2.3rem;
  margin-bottom: 2rem;
  font-weight: 800;
  text-align: left;
  padding: 0 1rem;
}


/* SECTION 4 */
.section4 {
  padding-top: 0;
  padding-bottom: 2rem;
  background-color: #07C167;
}

.section4 h2.title {
  font-size: 1.5rem;
  line-height: 1.95rem;
  margin-bottom: 0rem;
  font-weight: 800;
  text-align: center;
  margin-top: 2rem;
}

.section4 .d-grid {
  margin-top: 1.2rem;
  grid-template-columns: 1fr 1.13fr;
  gap: 2rem 0;
  text-align: center;
}

.section4 .d-grid img {
  max-width: 92%;
  margin-bottom: 0.5rem;
}

/* SECTION 5 */
.section5 {}


/* OFFER */
.offer-section {
  position: -webkit-sticky;
  position: sticky;
  display: none;
  width: 100%;
  bottom: 0;
  z-index: 999;
  text-align: center;
  background: transparent;
  padding-bottom: 1rem;
}

.offer-section .container {
  background-color: #fff;
  border-radius: 15px;
  margin: 0 auto;
  width: 90%;
  padding-top: 0.5rem;
}

.offer-section .cta-col {
  padding-left: 0;
}

.offer-section .cta {
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.2rem;
}

.offer-section .cta-helper {
  margin-top: unset;
  color: #838383;
}

.offer-section .cta .btn {
  /* margin-top: 0.2rem;
  margin-bottom: 0.7rem;
  font-size: 1rem;
  width: 13rem;
  color: #fff;
  background-color: #07C167;
  border-color: #07C167;
  border-radius: 6px;
  font-weight: 600;
  padding: 0.5rem; */
  text-align: center;
  padding: 0.7rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.05rem !important;
  width: 14.5rem;
  margin: 0 auto;
  background-color: #07C167;
  border-color: #07C167;
  margin-bottom: 0.7rem;
}

.offer-section .helper-text {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.2;
  font-size: 0.9rem;
  font-weight: 500;
  padding-top: 0.3rem;
}

/* FOOTER */
.footer {
  padding-top: 8rem;
  margin-top: -7rem;
  font-size: 0.75rem;
  z-index: 999;
  background-color: #07C167;
}

.footer-logo:first-of-type {
  text-align: right;
  padding-right: 0;
}

.footer-logo:last-of-type {
  text-align: left;
}

.footer-logo img {
  height: auto;
  max-width: 7rem;
  margin-left: -0.7rem;
}

.footer-separator {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  opacity: 0.4;
}

.footer-separator::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: unset;
  margin-bottom: unset;
  background-color: white;
}

footer img.src_footer_logo.alt_footer_logo {
  max-width: 5.5rem;
  margin-right: 1rem;
}

footer .container.brown {
  background-color: #000;
  padding-bottom: 1rem;
  padding-top: 2rem;
  margin-top: 1rem;
}

footer .copyright {
  /* text-align: center; */
  font-size: 0.7rem;
  line-height: 0.9rem;
  color: #363636;
}

footer .copyright.cop {
  text-align: center;
  font-size: 0.5rem;
  color: #fff;
  padding-top: 1.5rem;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .mosca-superior {
    display: none;
  }

  .visible-desktop {
    display: none !important;
  }

  br.mobile-br {
    display: block;
  }

  .offer-section.offer-section-desktop {
    display: none !important;
  }

  .offer-section.offer-section-mobile {
    display: none;
  }

  html {
    font-size: 18px;
  }

  header .container {
    z-index: 1;
    height: auto;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .videocontainer:before,
  .videocontainer:after {
    display: none;
  }

  .cta .cta-helper {
    margin-bottom: 0;
    font-size: 0.8rem;
    text-align: center;
  }
}

@media (max-width: 362px) {
  html {
    font-size: 15px;
  }

}

@media (min-width: 768px) {
  html {
    font-size: 20px;
  }

  body {
    line-height: 1.2;
  }

  br.desktop-br {
    display: block;
  }

  .xs-br {
    display: none;
  }

  .sm-br {
    display: inline;
  }

  .btn {
    padding: 0.5rem 1rem;
    width: 15rem;
  }

  .section .cta {
    text-align: center;
  }

  .section .cta a {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
  }

  .copy-icon-wrapper {
    width: 1rem;
    margin-left: 0rem;
  }

  .video-wrapper {
    max-height: 100vh;
  }

  /* .container {
    max-width: 1000px;
  } */

  .videocontainer {
    min-height: 500px;
  }

  .btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
  }

  /* SECTION */
  .section .title {}

  /* HEADER */
  header {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  header .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    z-index: 0;
  }

  header .img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
  }

  header .container {
    z-index: 1;
    max-width: 100%;
  }

  header .logo {
    margin-top: 14rem;
    margin-left: 1.3rem;
    margin-bottom: 2rem;
  }

  header .logo img {
    width: 9.5rem;
  }

  header .title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    margin-left: 1.3rem;
    font-weight: 700;
    margin-top: 0;
  }

  header .subtitle {
    font-size: 1.1rem;
    font-weight: 800;
    margin-left: 1.3rem;
    margin-top: 1.34rem;
  }

  header p {
    font-size: 0.85rem;
    margin-bottom: 1.4rem;
  }

  .downarrow {
    position: absolute;
    margin-bottom: 0;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) !important;
  }

  .downarrow .downarrow-text {
    margin-bottom: 0.5em;
    font-size: 0.75rem;
  }

  .downarrow .downarrow-arrow {
    margin-bottom: 0;
    margin-top: 1rem;
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
  }

  .downarrow .downarrow-arrow::after {
    margin-bottom: 0.3rem;
  }

  /* SECTION 1 */
  .section1 {
    margin-top: 0;
    padding-top: 3rem;
    padding-bottom: 5rem;
    background-image: none;
    background-color: #07C167;
  }

  .section1 .d-grid {
    /* padding: 0 1.5rem 3rem 1.5rem; */
    /* margin-top: 2.5rem; */
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
  }

  .section1 .decoration {
    height: 1rem;
  }

  .section1 .decoration2 {
    width: 5.5rem;
    top: -1rem;
    right: -1rem;
    z-index: 3;
    position: absolute;
  }

  .section1 .card {
    background-color: #fff;
    margin: 0 0.5rem;
    box-shadow: none;
    border-radius: 30px;
    padding: 2rem 1.7rem 2rem 2rem;
    z-index: 1;
    position: relative;
    text-align: left;
  }

  .section1 h2.title {
    font-size: 1.4rem;
    margin-bottom: 0;
    text-align: left;
  }

  .section1 .subtitle {
    font-size: 1.1rem;
    font-weight: 800;
    text-align: left;
    margin-top: 0.3rem;
  }

  .section1 .blue {
    line-height: unset;
  }

  .section1 .image-col {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section1 p.gratis {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 1rem;
  }

  .section1 .btn {
    text-align: center;
    padding: 0.5rem !important;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0;
    font-weight: 700;
    font-size: 0.7rem !important;
    width: 12rem !important;
    margin: 0 auto;
    margin-top: 0.2rem;
  }

  .section1 .btn-copy {
    width: 10rem !important;
    text-align: center;
    border-radius: 1px;
    padding: 0.5rem !important;
    line-height: 1;
    font-weight: 800;
    font-size: 0.8rem !important;
    margin: 0 auto;
    margin-top: 1rem;
    border: 1px solid #000;
  }

  .btn-copy .copy-icon,
  .btn-copy .copy-icon-ok {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(10px, -50%);
  }

  .bi-files.copy-icon {
    width: 1rem;
    height: 1rem;
    margin-left: 10px;
    background-image: url(../img/copy.svg);
    background-size: cover;
  }

  .section1 .separator-col .separator {
    height: 4rem;
    width: 1px;
    margin: 0 auto 0 auto;
    background-color: #000;
  }

  .section1 p {
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 0.4rem;
  }

  .section1 .code {
    font-size: 0.9rem;
    margin-top: 2rem;
  }

  .copy-code {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  .btn-copy {
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    max-width: 20rem;
    border: 1px solid #000;
    font-size: 0.8rem;
    text-align: center;
    letter-spacing: 0;
    color: #000;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    border-radius: 0;
    width: 9.5rem !important;
  }

  .section1 .foot {
    margin-top: 1.5rem;
    font-size: 0.7rem;
    line-height: 1.05rem;
  }

  .section p.copy-helper {
    font-size: 0.55rem;
  }

  .section .cta a {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }

  .section1 .cta a.btn {
    font-size: 0.8rem;
  }

  .section1 .btn {
    padding: 0.45rem 1rem;
    border-radius: 4px;
  }

  .section1 .btn:hover {
    background-color: #000;
    color: #fff !important;
  }

  .section1 .cta .btn {
    width: 8rem;
    border-radius: 6px;
  }

  .section1 .title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: normal;
  }

  /* SECTION 2 */
  .section2 {
    padding-top: 0;
    padding-bottom: 0;
    overflow-x: clip;
    background-color: #000;
  }

  .section2 .middle {
    display: block;
    margin-top: 14rem;
    margin-bottom: 0;
  }

  .section2 h2.title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 2rem 0rem 2rem 1.5rem;
    font-weight: 800;
    text-align: left;
  }

  .section2 .subtitle {
    margin-left: 1.5rem;
    margin-right: 0rem;
    font-size: 1.1rem;
  }

  .section2 .img1 {
    position: relative;
    z-index: 2;
    margin-top: 0;
  }

  .section2 .img2 {
    position: relative;
    margin-top: -8.5rem;
  }

  .section2 .img3 {
    position: relative;
    z-index: 2;
    margin-top: -1rem;
  }

  .section2 .img4 {
    position: relative;
    margin-top: -1.5rem;
  }

  .section2 .green-back {
    background: #07C167;
    padding-top: 5rem;
    margin-top: -7rem;
  }

  .section2 .d-grid {
    padding: 0;
    margin-top: 1.5rem;
    grid-template-columns: 1fr 1fr;
    row-gap: 2.5rem;
    gap: 2rem;
  }

  .section2 .grid-item .text {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 0rem 1rem 0rem 2rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 0.9rem;
    text-align: left;
    height: 3.5rem;
    width: 100%;
  }

  .section2 .grid-item .icon {
    width: 4.5rem;
    margin-right: 1rem;
  }



  /* SECTION 3 */
  .section3 {
    overflow-x: unset;
    padding-top: 4rem;
  }

  .section3 .container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
  }

  .section3 h2.title {
    font-size: 1.7rem;
    line-height: 1.9rem;
    padding-left: 0;
  }

  /* SECTION 4 */
  .section4 {
    padding-top: 4rem;
    padding-bottom: 3rem;
    border-top: none;
  }

  .section4 .container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  .section4 h2.title {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-bottom: 2rem;
    font-weight: 800;
    text-align: center;
    margin-top: 3rem;
  }

  .section4 .d-grid {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
    width: 35%;
  }

  .section4 .d-grid .img1 {
    max-width: 8rem;
  }

  .section4 .d-grid .img2 {
    max-width: 9rem;
  }

  .section4 p {
    font-size: 0.7rem;
  }

  .swiper-slide:not(.swiper-slide-active) img {
    width: 100%;
    opacity: 1;
    margin-top: 0;
    border-radius: 25px;
  }

  .swiper-slide:not(.swiper-slide-active) p {
    opacity: 1;
  }

  .swiper p.title {
    font-size: 0.65rem;
    line-height: 0.8rem;
    margin-top: 0.7rem;
  }

  .section2 #photoSwiper {
    margin-left: 0;
    margin-right: 0;
    min-height: 8rem;
  }

  /* OFFER */
  .offer-section .cta .btn {
    background-color: #07C167;
    border-color: #07C167;
    margin-bottom: 0.7rem;
    text-align: center;
    padding: 0.5rem !important;
    font-size: 1rem;
    line-height: 1;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.7rem !important;
    width: 13rem !important;
    margin: 0 auto;
  }

  .offer-section .container {
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
    width: 80%;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .offer-section .cta .btn {
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    font-size: 0.7rem;
  }

  .offer-section .helper-text {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    font-size: 0.7rem;
    line-height: 0.85rem;
    padding: 0;
  }

  .offer-section .cta {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.3rem;
  }

  .offer-section .cta-col {
    padding-left: 0;
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .footer {
    font-size: 1rem;
    padding-top: 9rem;
    margin-top: -8rem;
  }

  footer .container.brown {
    background-color: #000;
    padding-bottom: 1rem;
    padding-top: 2rem;
    margin-top: 2rem;
  }

  footer .copyright {
    text-align: left;
    font-size: 0.6rem;
    color: #000;
    line-height: 0.75rem;
  }

  footer .container.brown {
    max-width: 100%;
  }

  footer .copyright.cop {
    margin-left: -2rem;
  }

  .footer-logo img {
    height: auto;
    width: 8rem;
    margin-left: -0.7rem;
  }
}


@media (min-width: 300px) and (max-width: 359px) {
  html {
    font-size: 16px;
  }

  .downarrow {
    bottom: 13rem;
  }
}

/* IPHONE SE, 6,7,8 */
@media (min-width: 360px) and (max-width: 380px) {
  html {
    font-size: 16px;
  }

  .downarrow {
    bottom: 5rem;
  }
}

/* IPHONE 13 PRO MAX */
/* @media (min-width: 420px) and (max-width: 480px) {
  .downarrow {
    bottom: 14rem;
  }
} */

/* SPECIAL */
@media (min-width: 1200px) and (max-width: 1400px) and (min-height: 500px) and (max-height: 650px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1500px) and (max-width: 1600px) and (min-height: 650px) and (max-height: 680px) {
  html {
    font-size: 18px;
  }

  header .img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    object-position: top;
    width: 100%;
    height: 100%;
  }

  .section1 .d-grid {
    max-width: 90%;
    margin: 0 auto;
  }

  .section2 .middle {
    display: block;
    margin-top: 18rem;
    margin-left: 2rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1900px) {
  html {
    font-size: 26px;
  }

  header .img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
  }

  .section1 .container {
    max-width: 1700px;
  }
}

/* html {
  background-image: url(../img/backmobile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  opacity: 0.7;
}

header {
  height: 95vh
} */