.body {
  background-color: #000;
}

.header {
  width: 100vw;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  opacity: 0;
}

.header.inner {
  opacity: 1;
}

.image {
  width: auto;
  height: auto;
}

.navbar {
  background-color: #242424;
}

.nav-link {
  color: #fff;
}

.nav-link-2 {
  color: #fff;
}

.nav-link-3 {
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(39, 39, 39, 0);
  opacity: 1;
  color: #242424;
}

.image-2 {
  width: 307px;
  height: 24px;
}

.menu {
  display: none;
}

.nav-link {
  margin-left: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom: 1px solid #fff;
}

.nav-link._1.w--current {
  border-bottom: 1px solid #fff;
}

.container-2 {
  max-width: 1200px;
}

.main-title {
  margin-top: -50px;
  opacity: 0;
}

.h1 {
  max-width: 900px;
  margin-top: 125px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 90%;
  font-weight: 600;
  text-align: center;
}

.dorado {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}

.image-3 {
  width: 560px;
  height: auto;
}

.dorado-img {
  width: 450px;
}

.dorado-shadow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -23%;
  z-index: -1;
  display: block;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.49;
}

.main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background-image: linear-gradient(4deg, #000 28%, transparent);
}

.main.test {

  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/test-bg.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/test-bg.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;

}

.main-bot {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.button {
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  background-color: #242424;
  font-family: Montserrat, sans-serif;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.red-dot {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #c50818;
  opacity: 0.8;
}

.div-block {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: rgba(221, 14, 14, 0.4);
}

.red-dot-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0px;
  bottom: 0%;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: rgba(221, 14, 14, 0.4);
}

.link-block {
  position: absolute;
}

.link-block.first {
  left: 53%;
  top: 65%;
}

.link-block.sec {
  left: 45%;
  top: 55%;
}

.link-block.third {
  top: 25%;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/material-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/material-bg.png');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-2 {
  display: none;
}

.div-block-2 {
  display: none;
}

.text-1 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.image-4 {
  display: block;
  width: 900px;
  height: auto;
  margin: 30px auto;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 275px;
  max-width: 90%;
  margin: 30px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}

.quote-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 33px;
  padding: 8px;
}

.quote-text {
  max-width: 790px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 110%;
  font-weight: 600;
  text-align: center;
}

.factoids {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #030303;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/factoids-bg.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/factoids-bg.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  opacity: 1;
}

.fact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 400px;
  min-width: 35%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 100%;
  font-weight: 600;
}

.fact-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.69;
}

.h2 {
  margin-top: 84px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 100%;
  font-weight: 600;
}

.test-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.p {
  max-width: 900px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.popup {
  position: absolute;
  left: 25%;
  top: auto;
  right: 0%;
  bottom: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  padding: 50px 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 6px solid #5b5b5b;
  border-radius: 40px;
  background-image: linear-gradient(161deg, #3c3c3c, #151515);
  opacity: 0;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.popup._1 {
  left: 0%;
  bottom: 15%;
  display: none;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.popup._2 {
  left: 0%;
  bottom: 15%;
  display: none;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.popup._3 {
  left: 0%;
  bottom: 15%;
  display: none;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.popup-text {
  margin-bottom: 20px;
  font-weight: 300;
  text-align: left;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 7%;
  right: 3%;
  bottom: 0%;
  cursor: pointer;
}

.button-3 {
  padding: 15px 40px;
  border-radius: 5px;
  background-color: #c50818;
  margin-bottom: 20px;
}

.quiz-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1000px;
  max-height: 90vh;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 59px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.5px dotted #000;
  background-color: #161616;
  box-shadow: 1px 1px 3px 0 #000;
}

.heading-2 {
  padding: 40px 40px 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.questions {
  margin-top: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fcfcfc;
  font-size: 22px;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
}

.choices {
  width: auto;
  height: auto;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
}

.correct-answers {
  font-family: Montserrat, sans-serif;
  color: #fdfdfd;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.next-button {
  padding: 14px 60px;
  border-radius: 6px;
  background-color: #b91212;
  box-shadow: none;
  font-family: Montserrat, sans-serif;
}

.quiz-desc {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.matrix {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(53%, #000), to(rgba(1, 134, 18, 0.36)));
  background-image: linear-gradient(0deg, #000 53%, rgba(1, 134, 18, 0.36));
}

.scroll-control {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 40px;
  height: 40px;
}

.text-block-2 {
  position: static;
  font-family: Oswald, sans-serif;
  color: #0b7916;
}

.line-1 {
  width: 30px;
  margin-right: 20px;
  margin-left: 20px;
  font-family: Inconsolata, monospace;
  color: #02b414;
  font-size: 30px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.header-show {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
}

.main-logo {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 300px;
  margin: auto;
  padding: 20px 32px;
  border-radius: 100px;
  background-color: #000;
}

.lines {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.b-line {
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
  border-radius: 10px;
  background-color: #fff;
}

.anchor {
  width: 100%;
}

.section {
  width: 100%;
  height: 1px;
}

.scroll-down.w--current {
  display: none;
}

.field-label {
  color: #666;
  font-weight: 300;
}

.close-bg {
  width: 20%;
  height: 100vh;
}

.success-message-2 {
  border-radius: 100px;
  background-color: #fafafa;
}

.close {
  position: absolute;
  left: auto;
  top: 5%;
  right: 7%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  color: #929292;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.loop-text {
  margin: 0px 100px 0px 0px;
  color: #ebebeb;
  font-size: 80px;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.loop-text.form {
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: #1f1f1f;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.popup-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 0%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: hsla(0, 0%, 97.2%, 0);
}

.text-field {
  width: 100%;
  margin-bottom: 30px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #333;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 16px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.text-field.white {
  color: #141414;
}

.popup-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 10% 5% 10% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.order-btn {
  padding: 15px 30px;
  border-radius: 100px;
  background-color: #252525;
}

.navlink {
  margin-bottom: 40px;
  opacity: 0.3;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  text-decoration: none;
}

.navlink._2 {
  padding-left: 0px;
}

.close-line {
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-line._2 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.down-arrow {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #020202;
}

.down-line {
  width: 20px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.down-line._2 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-scroll {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.arrow-scroll.w--current {
  display: none;
}

.subhead {
  font-size: 14px;
  font-weight: 300 !important;
  line-height: normal;
  
}

.bold-text {
  font-weight: 600;
}



.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000003;
}

.hp {
  position: absolute;
  width: 300px;
}

.screen {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 120px;
  margin-bottom: 41px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #272727;
}

.text-block-25 {
  font-family: Inconsolata, monospace;
  color: #12ac34;
  font-size: 30px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 20px;
    padding-left: 20px;
    opacity: 1;
  }

  .menu {
    display: none;
  }

  .h1 {
    max-width: 90%;
    margin-top: 60px;
    font-size: 30px;
  }

  .main-bot {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    font-size: 30px;
  }

  .text-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-4 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .popup._1 {
    display: none;
    width: 90%;
  }

  .popup._2 {
    width: 90%;
  }

  .popup._3 {
    width: 90%;
  }

  .lines {
    display: none;
  }

  .arrow-scroll.w--current {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav {
    height: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    width: auto;
    height: 18px;
  }

  .h1 {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }

  .dorado {
    margin-top: 50px;
  }

  .link-block.first {
    top: 200px;
  }

  .link-block.sec {
    left: 30%;
  }

  .hero-overlay {
    height: auto;
  }

  .centered-container {
    text-align: left;
  }

  .heading {
    width: 100%;
    max-width: 80%;
    margin-left: 40px;
    padding-right: 20px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }

  .paragraph {
    max-width: 80%;
    margin-left: 40px;
    font-size: 14px;
  }

  .quote {
    height: auto;
  }

  .fact {
    max-width: 300px;
  }

  .popup._1 {
    display: none;
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .popup._2 {
    display: none;
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .popup._3 {
    display: none;
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-5 {
    top: 4%;
    right: 8%;
  }

  .matrix {
    background-image: linear-gradient(5deg, #000 26%, rgba(136, 136, 136, 0.36));
  }

  .burger {
    margin-top: 5px;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .close {
    position: absolute;
    top: 3%;
    right: 5%;
  }

  .loop-text {
    overflow: visible;
    font-size: 14px;
  }

  .loop-text.form {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 26px;
  }

  .popup-2 {
    display: none;
  }

  .popup-wrapper {
    width: 100%;
    height: auto;
    padding-top: 50%;
    padding-bottom: 50%;
    padding-left: 15%;
    opacity: 1;
  }

  .navlink {
    opacity: 1;
    font-size: 24px;
    line-height: 30px;
  }
}