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,
main, 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, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, 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;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 0.8rem;
  position: relative;
  padding: 2.4rem 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  min-height: 4.1rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  nav {
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.6rem 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  nav {
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px 0;
  }
}
nav a {
  position: absolute;
  left: 11.6rem;
  top: 5.2rem;
  width: max-content;
  z-index: 10;
}
nav a img {
  width: 11.6rem;
  height: 10.7rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  nav a {
    left: 8.8rem;
    top: 1.6rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  nav a {
    left: 0;
    top: 16px;
  }
}
nav button {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
  color: #0C2C28;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 1.6rem;
  height: 4.1rem;
  width: max-content;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  nav button {
    margin-left: auto;
    margin-right: 8.8rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  nav button {
    margin-left: auto;
    font-size: 14px;
    border-radius: 16px;
    gap: 8px;
    height: 41px;
  }
}
nav button.fix {
  display: flex !important;
}
nav button.first {
  background: transparent;
  border: rgba(79, 105, 100, 0.3019607843) 1px solid;
  padding: 0 2rem;
  transition: all 0.3s ease;
}
nav button.first:hover {
  background: #E6F2EC;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  nav button.first {
    padding: 0 20px;
  }
}
nav button.last {
  background: #E6F2EC;
  border: unset;
  padding: 0 2rem 0 1.2rem;
  transition: all 0.3s ease;
}
nav button.last:hover {
  background: #FFF;
}
nav button.last img {
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  nav button.last img {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  nav button.last {
    padding: 0 20px 0 12px;
  }
}

#hero {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #hero {
    margin-top: 5.2rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #hero {
    gap: 16px;
    margin-top: 52px;
  }
}
#hero .hero-text {
  padding-left: 11.6rem;
  margin-top: 11.1rem;
  width: 56.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #hero .hero-text {
    width: 100%;
    padding-left: 8.8rem;
    padding-right: 8.8rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #hero .hero-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
}
#hero .hero-text h1 {
  color: #184A44;
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}
#hero .hero-text h1 b {
  font-weight: 700;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #hero .hero-text h1 {
    font-size: 26px;
  }
}
#hero .hero-text p {
  color: #0C2C28;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 150%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #hero .hero-text p {
    font-size: 16px;
    margin-top: 16px;
  }
}
#hero .hero-img {
  position: relative;
  z-index: 1;
  width: 68rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #hero .hero-img {
    order: 3;
    width: 100%;
    padding-left: 8.8rem;
    padding-right: 8.8rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #hero .hero-img {
    order: 3;
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
    margin-top: 4px;
  }
}
#hero .hero-img img {
  width: 100%;
  object-fit: contain;
}
#hero .hero-banner {
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 6.8rem;
  right: 6.8rem;
  width: calc(100% - 13.6rem - 4.8rem);
  height: 10.6rem;
  padding-left: 4.8rem;
  background: #184A44;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #hero .hero-banner {
    background: none;
    position: static;
    width: 100%;
    height: auto;
    padding-left: 8.8rem;
    padding-right: 8.8rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #hero .hero-banner {
    background: none;
    position: static;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 16px;
  }
}
#hero .hero-banner p {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #hero .hero-banner p {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #hero .hero-banner p {
    display: none;
  }
}

#steps {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  padding: 0 11.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #steps {
    padding: 0 8.8rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #steps {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #steps .steps-img {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #steps .steps-img {
    display: none;
  }
}
#steps .steps-img ul {
  display: flex;
  flex-direction: column;
  padding-bottom: 17.6rem;
  margin-top: calc((100vh - 61rem) / 2);
  gap: 8.8rem;
}
#steps .steps-img ul li {
  width: 28.2rem;
  height: 61rem;
  border-radius: 2.8rem;
  overflow: hidden;
}
#steps .steps-img ul li img {
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(2rem 2rem 7rem rgba(24, 74, 68, 0.2));
}
#steps .steps-text {
  position: sticky;
  width: 68rem;
  margin-left: auto;
  top: 0;
  display: flex;
  align-items: center;
  height: 100vh;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #steps .steps-text {
    width: 100%;
    height: max-content;
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #steps .steps-text {
    width: 100%;
    height: max-content;
    margin-top: 3.2rem;
  }
}
#steps .steps-text ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #steps .steps-text ul {
    gap: 2.4rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #steps .steps-text ul {
    gap: 24px;
  }
}
#steps .steps-text ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 0.3;
  transition: all 0.3s ease;
}
#steps .steps-text ul li.active {
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #steps .steps-text ul li {
    opacity: 1;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #steps .steps-text ul li {
    opacity: 1;
  }
}
#steps .steps-text ul li.separator {
  display: none;
  width: 4.2rem;
  height: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #steps .steps-text ul li.separator {
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #steps .steps-text ul li.separator {
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #steps .steps-text ul li.steps-text-01 span {
    background: #4F6964;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #steps .steps-text ul li.steps-text-03 span {
    background: #0C2C28;
  }
}
#steps .steps-text ul li div {
  position: absolute;
  top: 0;
  left: 0;
  background: #184A44;
  color: #FFF;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 1.2rem;
}
#steps .steps-text ul li h2 {
  color: #184A44;
  font-size: 2.6rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #steps .steps-text ul li h2 {
    font-size: 22px;
    padding-left: 58px;
    position: relative;
  }
}
#steps .steps-text ul li h2 span {
  background: #184A44;
  color: #FFF;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 1.2rem;
  margin-right: 3.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #steps .steps-text ul li h2 span {
    margin-right: 1.6rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #steps .steps-text ul li h2 span {
    margin-right: 16px;
    width: 42px;
    height: 50px;
    font-size: 12px;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
#steps .steps-text ul li p {
  font-size: 1.8rem;
  color: #0C2C28;
  font-weight: 600;
  padding-left: 7.4rem;
  padding-right: 11.6rem;
  line-height: 150%;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #steps .steps-text ul li p {
    padding: 0;
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #steps .steps-text ul li p {
    padding: 0;
    font-size: 16px;
    margin-top: 16px;
  }
}

footer {
  width: calc(100% - 10.4rem);
  max-width: calc(1440px - 10.4rem);
  margin: 3.2rem auto;
  padding: 5.2rem;
  border-radius: 2rem;
  background: #184A44;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8rem;
  row-gap: 5.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer {
    width: calc(100% - 16.2rem - 4.8rem);
    margin: 2.3rem auto 0.8rem;
    padding: 2.4rem;
    row-gap: 4rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer {
    width: calc(100% - 48px);
    margin: 23px auto 8px;
    padding: 24px;
    row-gap: 40px;
  }
}
footer .links {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .links {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer .links {
    flex-wrap: wrap;
  }
}
footer .links-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.4rem;
  height: 12.4rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer .links-logo {
    width: 124px;
    height: 124px;
  }
}
footer .links-logo img {
  width: 100%;
  object-fit: contain;
}
footer .links-icons {
  margin-left: 7.2rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .links-icons {
    margin-left: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer .links-icons {
    margin-left: auto;
    gap: 24px;
  }
}
footer .links-app {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .links-app {
    width: 100%;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer .links-app {
    width: 100%;
    margin-top: 40px;
    gap: 0;
    justify-content: space-between;
  }
}
footer .about {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .about {
    margin-top: 1.4rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer .about {
    margin-top: 14px;
  }
}
footer .about p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  width: 62.8rem;
  color: #C5DDCE;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  footer .about p {
    font-size: 1.6rem;
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer .about p {
    font-size: 16px;
    width: 100%;
  }
}
footer .about ul {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  color: #C5DDCE;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer .about ul {
    flex-wrap: wrap;
  }
}
footer .about-links {
  width: 100%;
  margin-top: 4rem;
}
footer .about-links li a {
  color: #C5DDCE;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.44rem;
  text-decoration: none;
}
footer .about-links li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer .about-links li a {
    font-size: 12px;
  }
}
footer .about-links li:last-of-type {
  color: #C5DDCE;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.44rem;
  margin-left: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer .about-links li:last-of-type {
    margin-left: unset;
    font-size: 12px;
  }
}
footer .about-eco {
  width: max-content;
  margin-left: auto;
  justify-content: space-between;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer .about-eco {
    order: 3;
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px;
    width: 100%;
    align-items: end;
  }
}
footer .about-eco li img {
  max-width: 10rem;
  height: auto;
}
footer .about-contact {
  cursor: pointer;
}

#newsletters {
  width: calc(100% - 6.4rem);
  height: 12.9rem;
  max-width: calc(1440px - 6.4rem);
  margin: 0 auto;
  padding: 0 3.2rem;
  border-radius: 2rem;
  background: #E6F2EC;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #newsletters {
    width: calc(100% - 16.2rem - 1.6rem);
    margin-top: 7.2rem;
    flex-wrap: wrap;
    height: auto;
    gap: 0.8rem;
    padding: 0.8rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #newsletters {
    width: calc(100% - 16px);
    margin-top: 72px;
    flex-wrap: wrap;
    height: auto;
    gap: 8px;
    padding: 8px;
  }
}
#newsletters .newsletters-text {
  display: inline-flex;
  gap: 2.5rem;
  align-items: center;
  color: #0C2C28;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.7rem;
  width: 53.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #newsletters .newsletters-text {
    width: 100%;
    flex-wrap: wrap;
    padding: 1.6rem;
    gap: 1.6rem;
  }
  #newsletters .newsletters-text p {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #newsletters .newsletters-text {
    width: 100%;
    flex-wrap: wrap;
    padding: 16px;
    gap: 16px;
  }
  #newsletters .newsletters-text p {
    width: 100%;
  }
}
#newsletters .newsletters-text b {
  font-weight: 800;
}
#newsletters .newsletters-text img {
  width: 6rem;
  height: 6rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #newsletters .newsletters-text img {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #newsletters .newsletters-text img {
    width: 48px;
    height: 48px;
  }
}
#newsletters .newsletters-form {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #newsletters .newsletters-form {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #newsletters .newsletters-form {
    width: 100%;
  }
}
#newsletters .newsletters-form input {
  color: #0C2C28;
  font-size: 1.8rem;
  font-weight: 500;
  width: 70rem;
  border: none;
  height: 2.2rem;
  border-radius: 1.2rem;
  padding: 2.15rem 3.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #newsletters .newsletters-form input {
    font-size: 1.6rem;
    padding: 1.95rem 1.6rem;
    width: calc(100% - 3.2rem);
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #newsletters .newsletters-form input {
    font-size: 16px;
    padding: 19.5px 120px 19.5px 16px;
    width: calc(100% - 136px);
  }
}
#newsletters .newsletters-form input::placeholder {
  color: #4F6964;
}
#newsletters .newsletters-form input:disabled {
  color: #4F6964 !important;
  pointer-events: none;
}
#newsletters .newsletters-form input.error {
  border: 1px solid rgb(204, 22, 22);
  color: rgb(204, 22, 22);
}
#newsletters .newsletters-form button {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  color: #4F6964;
  background: #C5DDCE;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.68rem;
  text-align: center;
  border: none;
  border-radius: 1.6rem;
  padding: 0 2rem;
  height: 4.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: none;
}
#newsletters .newsletters-form button:hover {
  background: #0C2C28;
  color: #FFF;
}
#newsletters .newsletters-form button:disabled {
  color: #4F6964 !important;
  background: #C5DDCE !important;
  pointer-events: none;
}
#newsletters .newsletters-form button.enable {
  pointer-events: auto;
  background: #184A44;
  color: #fff;
}
#newsletters .newsletters-form button.valid span.subscribe {
  display: none;
}
#newsletters .newsletters-form button.valid span.subscribe-valid {
  display: flex;
}
#newsletters .newsletters-form button span.subscribe-valid {
  display: none;
  align-items: center;
  gap: 0.8rem;
}
#newsletters .newsletters-form span.subscribe-error {
  display: none;
}
#newsletters .newsletters-form span.subscribe-error.show {
  display: block;
  color: rgb(204, 22, 22);
  position: absolute;
  bottom: -1.5rem;
  font-weight: 600;
  font-size: 1.1rem;
}

#video-popup, #video-popup-mobile {
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  background: #E6F2EC;
  border: unset;
  border-radius: 1.6rem;
  padding: 0 2.4rem 0 1.2rem;
  height: 5.6rem;
  margin-top: 3.4rem;
  color: #0C2C28;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
#video-popup img, #video-popup-mobile img {
  width: 3.2rem;
  height: 3.2rem;
}
#video-popup:hover, #video-popup-mobile:hover {
  gap: 1.6rem;
  background: white;
}

#video-popup {
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #video-popup {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #video-popup {
    display: none;
  }
}

#video-popup-mobile {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #video-popup-mobile {
    display: flex;
    margin-left: 8.8rem;
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #video-popup-mobile {
    display: flex;
  }
}

#video-modal {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0;
  z-index: 10;
  display: none;
  height: 100vh;
  width: 100%;
}
#video-modal #video-container {
  background: rgba(12, 44, 40, 0.8);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-modal #video-container video {
  aspect-ratio: 16/9;
  width: 114.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #video-modal #video-container video {
    width: calc(100% - 17.6rem);
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #video-modal #video-container video {
    width: calc(100% - 32px);
  }
}
#video-modal #video-modal-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.2rem;
  background: #E6F2EC;
  border: unset;
  border-radius: 1.6rem;
  padding: 0 2rem;
  height: 4.1rem;
  color: #0C2C28;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
}
#video-modal.open {
  display: block;
}
#video-modal.open #video-container {
  opacity: 1;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0;
  z-index: 10;
  display: none;
  height: 100vh;
  width: 100%;
}
#modal #modal-container {
  background: rgba(12, 44, 40, 0.8);
  height: 100%;
  width: 100%;
  transition: opacity 3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal #container-content {
  max-width: 50rem;
  background: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 3.2rem;
  border-radius: 1.6rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #modal #container-content {
    padding: 16px;
    max-width: calc(100% - 64px);
  }
}
#modal #container-content p {
  font-size: 2rem;
  line-height: 110%;
  font-weight: 500;
  width: 100%;
  color: #0C2C28;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #modal #container-content p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #modal #container-content p {
    font-size: 18px;
  }
}
#modal #container-content #btn-close {
  background: #E6F2EC;
  border: unset;
  border-radius: 1.6rem;
  padding: 0 2rem;
  height: 4.1rem;
  color: #0C2C28;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 3.2rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #modal #container-content #btn-close {
    border-radius: 16px;
    padding: 0 20px;
    height: 41px;
    font-size: 14px;
    margin-top: 32px;
  }
}
#modal #container-content #btn-news {
  background: #184A44;
  border: unset;
  border-radius: 1.6rem;
  padding: 0 2rem;
  height: 4.1rem;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 3.2rem;
  margin-left: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #modal #container-content #btn-news {
    border-radius: 16px;
    padding: 0 20px;
    height: 41px;
    font-size: 14px;
    margin-top: 32px;
  }
}
#modal.open {
  display: block;
}

#e404 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#e404 h1 {
  color: #0C2C28;
  font-size: 25rem;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #e404 h1 {
    font-size: 90px;
  }
}
#e404 h1 img {
  width: 18rem;
  margin: 0 2rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #e404 h1 img {
    width: 80px;
  }
}
#e404 p {
  color: #0C2C28;
  font-size: 3rem;
  line-height: 110%;
  width: 60rem;
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #e404 p {
    font-size: 20px;
    width: 100%;
    margin-top: 16px;
  }
}
#e404 p a {
  color: #0C2C28;
  font-weight: 600;
}

#login {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 14rem;
  margin-bottom: 11.1rem;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #login {
    margin-top: 5.2rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #login {
    gap: 1.6rem;
    margin-top: 110px;
  }
}
#login .login-weellies {
  color: #0C2C28;
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 4rem;
}
#login .login-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  max-width: 60rem;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #login .login-form {
    max-width: 37.5rem;
    flex-wrap: unset;
  }
}
#login .login-form h1 {
  color: #184A44;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 6rem;
}
#login .login-form h1 b {
  font-weight: 700;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #login .login-form h1 {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
#login .login-form h2 {
  color: #184A44;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 4rem;
}
#login .login-form h2 b {
  font-weight: 700;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #login .login-form h2 {
    font-size: 18px;
  }
}
#login .login-form .form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 37.5rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #login .login-form .form {
    width: 100%;
  }
}
#login .login-form .form.full {
  width: 60rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #login .login-form .form.full {
    width: 100%;
  }
}
#login .login-form .form h2 {
  color: #184A44;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
#login .login-form .form h2 b {
  font-weight: 700;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #login .login-form .form h2 {
    font-size: 18px;
  }
}
#login .login-form .form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem;
}
#login .login-form .form-group .form-item {
  flex: 1;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #login .login-form .form-group {
    flex-direction: column;
    gap: 0;
  }
}
#login .login-form .form-checkbox {
  margin-bottom: 2.5rem;
}
#login .login-form .form-checkbox label {
  font-size: 1.4rem;
  font-weight: bold;
  background: #C5DDCE;
  color: #184A44;
  padding: 0 1rem;
  transition: all 0.3s ease;
  font-weight: 600;
  line-height: 150%;
}
#login .login-form .form-checkbox label a {
  color: #0C2C28;
}
#login .login-form .form-item {
  position: relative;
  margin-bottom: 2.5rem;
}
#login .login-form .form-item input {
  display: block;
  width: calc(100% - 3.2rem);
  height: 4rem;
  background: transparent;
  border: solid 1px #184A44;
  color: #0C2C28;
  transition: all 0.3s ease;
  padding: 0.4rem 1.6rem;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
}
#login .login-form .form-item input:focus + label,
#login .login-form .form-item input:valid + label {
  font-size: 1.2rem;
  top: -0.5rem;
  color: #184A44;
}
#login .login-form .form-item input:valid {
  border: solid 1px #184A44;
}
#login .login-form .form-item input:focus {
  border-color: #184A44;
}
#login .login-form .form-item input:focus + label {
  color: #184A44;
}
#login .login-form .form-item input:read-only + label {
  font-size: 1.2rem;
  top: -0.5rem;
  color: #184A44;
}
#login .login-form .form-item input:read-only {
  opacity: 0.5;
}
#login .login-form .form-item select {
  display: block;
  width: 100%;
  height: 4rem;
  background: transparent;
  border: solid 1px #184A44;
  color: #0C2C28;
  transition: all 0.3s ease;
  padding: 0.4rem 1.6rem;
  border-radius: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  height: 5rem;
}
#login .login-form .form-item select:focus + label {
  color: #184A44;
}
#login .login-form .form-item select:focus + label,
#login .login-form .form-item select:valid + label {
  font-size: 1.2rem;
  top: -0.5rem;
  color: #184A44;
}
#login .login-form .form-item label {
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 1.8rem;
  left: 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  background: #C5DDCE;
  color: #0C2C28;
  padding: 0 1rem;
  transition: all 0.3s ease;
  font-weight: 600;
  pointer-events: none;
}
#login .login-form .form-item-action input {
  padding-right: 4.4rem;
  width: calc(100% - 6rem);
}
#login .login-form .form-item-action-btn {
  cursor: pointer;
  position: absolute;
  right: 0.8rem;
  top: 1rem;
  height: 2.8rem;
  width: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}
#login .login-form .form-item-action-btn svg {
  color: #184A44;
  pointer-events: none;
}
#login .login-form .form-item-action-btn-view {
  display: block;
}
#login .login-form .form-item-action-btn-unview {
  display: none;
}
#login .login-form .form-item-action-btn.show .form-item-action-btn-view {
  display: none;
}
#login .login-form .form-item-action-btn.show .form-item-action-btn-unview {
  display: block;
}
#login .login-form .form-item-error input {
  border: solid 1px #d43232 !important;
  color: #d43232 !important;
}
#login .login-form .form-item-error label {
  color: #d43232 !important;
}
#login .login-form .form-item-error-msg {
  display: block;
  position: absolute;
  bottom: -1.8rem;
  color: #d43232;
  font-weight: 600;
  font-size: 1.1rem;
}
#login .login-form .form-item-error .form-item-action-btn svg {
  color: #d43232;
}
#login .login-form .form-item-info {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0C2C28;
}
#login .login-form .form-item-info ul {
  list-style: disc;
  padding-left: 1.6rem;
}
#login .login-form .form-submit {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.68rem;
  text-align: center;
  border: none;
  border-radius: 1.6rem;
  padding: 0 2rem;
  height: 4.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  color: white;
  background: #4F6964;
  pointer-events: none;
}
#login .login-form .form-submit.enable {
  pointer-events: auto;
  background: #184A44;
  color: #fff;
}
#login .login-form .form-submit:hover {
  background: #0C2C28;
}
#login .login-form .form-error {
  width: 100%;
  text-align: center;
  color: #d43232;
  font-weight: 800;
  font-size: 1.2rem;
}
#login .login-form-actions {
  width: 37.5rem;
  margin-top: 2.4rem;
}
#login .login-form-actions p {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #0C2C28;
}
#login .login-form-actions p button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 500;
  color: #0C2C28;
  cursor: pointer;
}
#login .login-form-error {
  display: none;
  width: 34.3rem;
  margin-bottom: 3.2rem;
  background: rgba(212, 50, 50, 0.8901960784);
  color: white;
  padding: 1.6rem;
  border-radius: 1.6rem;
}
#login .login-form-error p {
  font-weight: 600;
  font-size: 16px;
}
#login .login-form-error.show {
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #login .login-form-error {
    max-width: 31rem;
  }
}

.cgu {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 14rem;
  margin-bottom: 11.1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cgu {
    margin-top: 14rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cgu {
    gap: 1.6rem;
    margin-top: 74px;
  }
}
.cgu h1 {
  color: #184A44;
  font-size: 4rem;
  font-weight: 500;
  line-height: 110%;
}
.cgu h1 b {
  font-weight: 700;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cgu h1 {
    font-size: 26px;
  }
}
.cgu h2 {
  margin: 0;
  padding: 16px 0 8px;
  font-size: 2.4rem;
  color: #184A44;
  font-weight: 800;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cgu h2 {
    font-size: 18px;
  }
}
.cgu p, .cgu ul {
  color: #0C2C28;
  font-size: 1.6rem;
  margin: 0;
  line-height: 120%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cgu p, .cgu ul {
    font-size: 16px;
  }
}
.cgu i {
  font-style: italic;
  font-size: 1.4rem;
}
.cgu ul {
  padding-left: 24px;
  list-style: disc;
}
.cgu ul li {
  margin-top: 0.5rem;
}
.cgu a {
  color: #0C2C28;
  font-weight: 600;
}

html, body {
  background: #C5DDCE;
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-style: normal;
  scroll-behavior: smooth;
}

body {
  padding: 0 3.2rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  body {
    padding: 0 16px;
  }
}

html {
  font-size: 10px;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}
html.overflow-hidden {
  overflow-y: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  html {
    font-size: calc(0.6944444444vw - 0px / 144);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: calc(0.9765625vw - 0px / 102.4);
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}

main {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}

button {
  font-family: "Nunito", serif !important;
}

.button-app {
  display: flex;
  flex-direction: row;
  padding: 0.8rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff;
  color: #0C2C28;
  border-radius: 1rem;
  height: max-content;
  cursor: pointer;
  transition: all 0.3s ease;
  border: unset;
}
.button-app:hover {
  opacity: 0.9;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-app-top {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .button-app-top {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-app-top-icon-black {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .button-app-top-icon-black {
    display: none;
  }
}
.button-app-top-icon-white {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .button-app-top-icon-white {
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .button-app-top-icon-white {
    display: block;
  }
}
.button-app img {
  width: 2rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  pointer-events: none;
}
.button-app span {
  font-size: 1.2rem;
  font-weight: 500;
  pointer-events: none;
}
.button-app span b {
  font-size: 1.8rem;
  display: inline-block;
  margin-top: 0.2rem;
}

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