html {
  box-sizing: border-box;
  font-size: calc(0.5vw + 9px);
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  width: 100vw;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  max-width: 100vw;
  width: 100vw;
  background-color: #ffffff;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
  cursor: pointer;
}

button,
textarea,
input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

button {
  cursor: pointer;
  color: inherit;
  background: transparent;
}

strong {
  color: #fb3237;
  font-weight: inherit;
}

.navigation {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 5vw;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}

.current_link {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2em;
}

.fixed_nav {
  position: fixed;
  height: 0;
  animation-name: grow;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.fixed_nav .nav_links {
  color: #3c3c3c;
}

@keyframes grow {
  from {
    height: 0;
  }
  to {
    height: 80px;
  }
}
.hidden {
  display: none;
}

.nav_links {
  display: flex;
  width: 46vw;
  justify-content: space-around;
  letter-spacing: 0.4px;
  z-index: 10;
  font-size: 0.8rem;
  color: #fff;
}
.nav_links a {
  transition: opacity 0.4s ease-in-out;
}
.nav_links a:hover {
  opacity: 0.7;
}

.logo_box {
  visibility: hidden;
  align-items: center;
}

.show {
  visibility: visible;
}

.logotype {
  font-size: 1.2rem;
  color: #3c3c3c;
}

#mobile {
  padding: 0;
  margin: 0;
  height: 23px;
  display: none;
  z-index: 4;
  border-radius: 0px;
}
#mobile div {
  height: 3px;
  width: 28px;
  margin-top: 6px;
  background-color: #3c3c3c;
  transition: all 0.2s ease-in-out;
}
#mobile div:first-of-type {
  margin-top: 0;
}

#mobile.active div {
  background-color: #3c3c3c;
  width: 34px;
}

#mobile.active #first {
  transform: translate(2px, 5px) rotate(45deg);
}

#mobile.active #second {
  display: none;
}

#mobile.active #third {
  transform: translate(2px, -5px) rotate(-45deg);
}

.nav_links.active {
  height: 100vh;
  width: 100vw;
  padding-top: 80px;
  padding-bottom: 20px;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.nav_links.active a {
  color: #3c3c3c;
  margin-bottom: 2rem;
  transition: color 0.4s ease-out;
}
.nav_links.active a:hover {
  opacity: 1;
  color: #fb3237;
}

.top_circle {
  position: absolute;
  z-index: -10;
  width: 60vw;
  top: -1px;
  right: 0;
}

.container {
  padding: 0 5vw;
  width: 100vw;
  overflow: hidden;
}

.action_btn {
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  background-color: #fb3237;
  border-radius: 23px;
  padding: 8px 40px;
}

.select {
  margin-bottom: 0.7em;
  width: 45%;
  outline: none;
}

footer {
  margin-top: 30vh;
  width: 100vw;
  margin-left: -5vw;
  border-top: 1px solid #fb3237;
  display: flex;
}
footer h5 {
  font-size: 1.2rem;
}

.contact_form_box {
  width: 40vw;
}

.bottom_menu {
  width: 20vw;
}

.social_box {
  padding: 3vh 3vw 5vh 5vw;
  width: 20vw;
}
.social_box p {
  font-size: 0.8rem;
  margin-top: 1em;
}

.bottom_menu {
  display: flex;
  flex-flow: column;
  padding: 3vh 3vw 5vh 5vw;
}
.bottom_menu a {
  font-size: 0.8rem;
  color: #747474;
}
.bottom_menu a:first-of-type {
  margin-top: 1em;
}

.social_box {
  border-right: 1px solid #fb3237;
}

.contact_form_box {
  padding: 3vh 3vw 5vh 5vw;
  border-right: 1px solid #fb3237;
}

.contact_form {
  margin-top: 1.1em;
  color: #747474;
  font-size: 0.8rem;
  display: flex;
  flex-flow: column;
}
.contact_form label {
  margin-bottom: 0.3em;
}
.contact_form input {
  border-bottom: 1px solid #cbc8c8;
  margin-bottom: 0.7em;
}
.contact_form textarea {
  height: 15vh;
  max-height: 120px;
  min-height: 45px;
  border: 1px solid #cbc8c8;
  resize: none;
  border-radius: 2px;
}
.contact_form button {
  margin-top: 2em;
  width: 40%;
}

.socials {
  margin-top: 1em;
  display: flex;
  align-items: center;
}
.socials a {
  margin-left: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials a:first-of-type {
  margin-left: 0;
}
.socials img {
  height: 3vh;
  max-width: 25px;
  min-width: 15px;
}

.nebulic_ico {
  margin-top: 0.5em;
  height: 6vh;
  max-height: 50px;
  min-height: 20px;
}

@media (max-width: 870px) {
  .top_circle {
    display: none;
  }

  html {
    font-size: calc(0.5vw + 13px);
  }

  .nav_links {
    display: none;
  }

  #mobile {
    display: block;
  }

  footer {
    padding: 2em 0;
    flex-flow: column;
  }
  footer h5 {
    text-align: center;
  }

  .contact_form_box,
.bottom_menu {
    padding: 3vh 6vw 3vh 5vw;
    width: 100%;
  }

  .social_box {
    padding: 3vh 6vw 3vh 5vw;
    width: 100%;
  }

  .bottom_menu {
    display: none;
  }

  .social_box {
    border: none;
  }

  .contact_form_box {
    border: none;
  }

  .contact_form {
    justify-content: center;
  }
  .contact_form button {
    margin: 0 auto;
    margin-top: 2em;
    width: 40%;
  }

  .socials {
    justify-content: center;
  }

  .social_box p {
    font-size: 0.8rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 1em;
    align-items: center;
  }

  .nebulic_ico {
    display: block;
    align-self: center;
    margin: 0 auto;
    margin-top: 0.3em;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: calc(0.6vw + 13px);
  }
}
#rodoReminder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 90vh;
  height: 10vh;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  width: 100%;
  padding: 1rem 3rem;
}
#rodoReminder button {
  width: 7rem;
  height: 2.5rem;
  padding: 0.5rem;
  border: 1px solid white;
  border-radius: 5px;
}
#rodoReminder p {
  margin-right: 3px;
}
#rodoReminder div {
  display: flex;
}
#rodoReminder a {
  text-decoration: underline;
  font-weight: 700;
}
#rodoReminder span {
  margin: 0 3px;
}

.policy_container {
  padding: 20vh 3rem;
}
.policy_container a {
  text-decoration: underline;
}
.policy_container ol {
  padding-left: 15px;
}
.policy_container strong {
  color: black;
}
.policy_container h2 {
  margin-bottom: 4rem;
}
.policy_container .divider {
  margin-bottom: 3rem;
}

.policies_bottom {
  display: flex;
  flex-flow: column;
  padding: 3vh 3vw;
  border-left: 1px solid red;
  width: 20vw;
}
.policies_bottom h5 {
  margin-bottom: 1rem;
}
.policies_bottom a {
  font-size: 0.8rem;
  color: #747474;
}

header {
  margin-top: 15vh;
}
header h1 {
  font-size: 2rem;
  color: #3c3c3c;
}
header p {
  color: #747474;
  width: 30vw;
  font-weight: 400;
  margin-bottom: 1em;
}

.top_section {
  counter-reset: header;
  margin-top: 10vh;
  display: flex;
  flex-flow: column nowrap;
}

.road_map {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  margin-bottom: 15vh;
}

.road_element {
  width: 11vw;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
}
.road_element h2 {
  margin: 1em 0 0 0;
  font-size: 0.8rem;
}
.road_element p {
  margin-top: 1.2em;
  color: #747474;
  text-align: center;
}
.road_element img {
  width: 5vw;
  height: auto;
}
.road_element #truck,
.road_element #computer {
  width: 6vw;
}
.road_element #senior,
.road_element #bowl {
  width: 8vw;
}
.road_element #cook {
  width: 4vw;
}

.border {
  position: relative;
  width: 3vw;
}
.border div {
  height: 2px;
  top: 3vw;
  border-top: 2px dashed #8d8c8c;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 8vw;
}

#long_border div {
  width: 6vw;
  left: 20%;
}

#short_border div {
  width: 5vw;
}

#right_border div {
  left: 90%;
}

.explanation_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
}
.explanation_box p {
  font-size: 1rem;
  width: 40vw;
  line-height: 1.8;
  font-weight: 700;
}
.explanation_box img {
  height: 45vh;
  max-height: 500px;
  margin-right: 5vw;
}

.about_section {
  margin-top: 10vh;
}
.about_section h2 {
  font-size: 2rem;
}
.about_section p {
  width: 70%;
}

.logos_box {
  margin-left: -10px;
  margin-top: 2em;
  display: flex;
}
.logos_box a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
.logos_box img {
  height: 65px;
  margin-right: 1.2em;
}

.data_section_about {
  margin-top: 25vh;
  display: flex;
  justify-content: space-between;
}
.data_section_about .data_section_txt {
  font-weight: 700;
  margin-top: 3vh;
  width: 50%;
}

.more {
  display: none;
}

.more_btn {
  color: #fb3237;
  font-weight: 700;
  font-size: 1rem;
}

.chart_about {
  width: 45%;
}
.chart_about img {
  width: 100%;
}

.team_section {
  margin-top: 15vh;
  margin-bottom: 15vh;
}
.team_section h2 {
  font-size: 2rem;
  margin-bottom: 1em;
}

.team_box {
  display: flex;
  justify-content: space-between;
}

.team_element {
  width: 24%;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
.team_element p {
  line-height: 1.5;
  color: #747474;
}

.profile_img_team {
  text-align: center;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.profile_img_team img {
  width: 100%;
  height: auto;
}

.socials_team {
  display: flex;
  margin-top: 0.6em;
  display: flex;
  align-items: center;
}
.socials_team a {
  margin-left: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials_team a:first-of-type {
  margin-left: 0;
}
.socials_team img {
  margin-right: 0.3em;
  min-height: 12px;
  max-height: 25px;
  height: 2.2vh;
}

.job_title {
  display: inline-block;
  margin-top: 0.5em;
  color: #fb3237;
  line-height: 1.2;
}

.name {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.numbers_section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15vh;
}

.cards {
  display: flex;
}

.card_element {
  display: flex;
  flex-flow: column;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-right: 2vw;
  height: 22vw;
  width: 22vw;
  -webkit-box-shadow: 4px 15px 44px -24px rgba(0, 0, 0, 0.57);
  box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.068);
}
.card_element img {
  margin-bottom: 1em;
  width: 6vw;
}
.card_element p {
  width: 75%;
  text-align: center;
}

.number {
  color: #fb3237;
  font-weight: 700;
  font-size: 2rem;
}

#currency {
  color: #fb3237;
  font-weight: 700;
  font-size: 1.2rem;
}

.top_decoration {
  display: flex;
  position: absolute;
  justify-content: space-between;
  top: 0;
  width: 75%;
  transform: translateY(-50%);
}
.top_decoration div {
  background-color: #fb3237;
  height: 20px;
  width: 7px;
  border-radius: 30px;
}

.numbers_txt {
  display: flex;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
}

.widget {
  margin-top: 5em;
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}

.media_section {
  margin-bottom: 20vh;
}
.media_section h2 {
  font-size: 2rem;
}
.media_section p {
  font-size: 1rem;
  color: #747474;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25vw * 16));
  }
}
@keyframes scrollPartners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-25vw * 6));
  }
}
.slider {
  margin-top: 20vh;
  margin-bottom: 10vh;
  background: #fae9e2dc;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 25vh;
  margin-left: -5vw;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-path-partners {
  animation: scrollPartners 25s linear infinite;
  display: flex;
  align-items: center;
  height: 100%;
  width: calc(25vw * 12);
}
.slider .slide-path {
  animation: scroll 40s linear infinite;
  display: flex;
  align-items: center;
  height: 100%;
  width: calc(25vw * 32);
}
.slider .slide {
  height: auto;
  width: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider .slide img {
  width: 18vw;
}
.slider .slide .nebulic {
  height: 20vh;
  width: auto;
}
.slider .slide .big {
  height: 18vh;
  width: auto;
}
.slider .slide .big_pns {
  height: 17vh;
  width: auto;
}
.slider .slide .small {
  width: 22vw;
}

.coming_soon {
  margin-top: 20vh;
  margin-bottom: 10vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coming_soon h2 {
  margin-top: -10vh;
  font-size: 2rem;
}
.coming_soon img {
  margin-left: -7vw;
  width: 30vw;
}

.data_section {
  margin-bottom: 25vh;
}
.data_section h2 {
  font-size: 2rem;
}
.data_section p {
  color: #747474;
  width: 65vw;
  font-weight: 400;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.data_charts {
  margin-top: 12vh;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.chart_element {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.chart_element p {
  width: 20vw;
  font-weight: 700;
  text-align: center;
}

.chart {
  width: 18vw;
  position: relative;
  text-align: center;
}
.chart img {
  width: 100%;
  margin-left: 1em;
}
.chart span {
  position: absolute;
  top: 0;
  font-size: 1.6rem;
  color: #fb3237;
  font-weight: 700;
  right: -1em;
}

.partners_section {
  margin-bottom: 20vh;
}
.partners_section h2 {
  font-size: 2rem;
}

.action_photos {
  margin-bottom: 20vh;
}

.controller-photo {
  display: flex;
  width: 10%;
  min-width: 120px;
  margin: 3vh auto 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.controller-photo div {
  width: 2vh;
  height: 2vh;
  border-radius: 50%;
  background-color: #b4b4b4;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  cursor: pointer;
}
.controller-photo .active_dot_photo {
  opacity: 1;
  background-color: #fb3237;
}

.img_slide {
  height: calc(100vh - 120px);
  width: 90vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img_slide img {
  margin-top: 14vh;
  width: 100%;
  height: auto;
}

.carousel_slide_photo {
  width: calc(8 * 90vw);
  display: flex;
}

.celeb_section h2 {
  font-size: 2rem;
  margin-bottom: 10vh;
}

.carousel_container {
  width: 90vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
}

.carousel_slide {
  display: flex;
  width: calc(5 * 90vw);
}

.slide_celeb {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 5vh;
  height: 60vh;
  width: 90vw;
  background-color: rgba(202, 202, 202, 0.192);
}
.slide_celeb h4 {
  margin-top: 1em;
}
.slide_celeb p {
  margin-top: 2em;
  text-align: center;
  color: #747474;
  width: 60%;
}

.profile_img {
  width: 10vw;
  height: 10vw;
  background-color: salmon;
  border-radius: 50%;
}

.dot {
  width: 2vh;
  height: 2vh;
  border-radius: 50%;
  background-color: #b4b4b4;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  cursor: pointer;
}

.active_dot {
  opacity: 1;
  background-color: #fb3237;
}

.controller {
  display: flex;
  width: 10%;
  min-width: 120px;
  margin: 3vh auto 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newsletter_section {
  margin-top: 30vh;
}
.newsletter_section h2 {
  font-size: 2rem;
  text-align: center;
}

.news_form {
  margin-top: 3.5em;
  display: flex;
  justify-content: center;
}

#email {
  display: inline-block;
  font-size: 0.8rem;
  border: 2px solid #fb3237;
  border-radius: 23px;
  width: 30vw;
  margin-right: 2em;
  padding: 8px 40px;
}

.numbers_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15vh;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card_element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2vw;
  height: 22vw;
  width: 22vw;
  -webkit-box-shadow: 4px 15px 44px -24px rgba(0, 0, 0, 0.57);
  box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.068);
}

.card_element img {
  margin-bottom: 1em;
  width: 6vw;
}

.card_element p {
  width: 75%;
  text-align: center;
}

.number {
  color: #fb3237;
  font-weight: 700;
  font-size: 2rem;
}

#currency {
  color: #fb3237;
  font-weight: 700;
  font-size: 1.2rem;
}

.top_decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 0;
  width: 75%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top_decoration div {
  background-color: #fb3237;
  height: 20px;
  width: 7px;
  border-radius: 30px;
}

.numbers_txt {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  width: 35vw;
  font-size: 1rem;
  text-align: right;
  line-height: 1.8;
  font-weight: 700;
}

.numbers_txt p {
  margin-top: -0.5em;
  margin-bottom: 2em;
}

@media (max-width: 870px) {
  header {
    margin-top: 10vh;
  }
  header p {
    width: 70vw;
  }

  .top_section {
    flex-flow: column-reverse;
  }

  .explanation_box {
    margin-bottom: 15vh;
    flex-flow: column-reverse;
  }
  .explanation_box img {
    width: 85vw;
    margin-bottom: 30vh;
  }
  .explanation_box p {
    width: 88vw;
    text-align: center;
  }

  .road_map {
    flex-flow: column;
    margin: 0;
  }

  .road_element {
    width: 85vw;
    margin-bottom: 5em;
  }
  .road_element h2::before {
    counter-increment: header;
    content: counter(header) ".";
    margin-right: 0.3em;
  }
  .road_element p {
    width: 60vw;
    font-size: 1.2rem;
  }
  .road_element img {
    height: 18vh;
    width: auto;
  }
  .road_element #truck,
.road_element #computer {
    height: 18vh;
    width: auto;
  }
  .road_element #senior {
    height: 19vh;
    width: auto;
  }
  .road_element #cook {
    height: 20vh;
    width: auto;
  }

  .border {
    display: none;
  }

  .numbers_section {
    flex-flow: column-reverse;
    height: auto;
    width: 100%;
    margin-top: 15vh;
    align-items: center;
  }

  .cards {
    flex-flow: column;
    width: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .card_element {
    width: 90vw;
    height: 90vw;
    margin-bottom: 10vh;
    margin-right: 0;
  }
  .card_element:last-of-type {
    margin-bottom: 5vh;
  }
  .card_element img {
    width: 20vw;
  }

  .number {
    font-size: 2.5rem;
  }

  .top_decoration div {
    height: 35px;
    width: 12px;
  }

  .numbers_txt {
    width: 85vw;
    text-align: center;
    margin-bottom: 6em;
    margin-top: 1em;
  }
  .numbers_txt p {
    margin: 0 auto;
    width: 85vw;
    margin-bottom: 1em;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-30vw * 16));
    }
  }
  @keyframes scrollPartners {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-30vw * 6));
    }
  }
  .slider::before, .slider::after {
    width: 5vw;
  }
  .slider .slide-path {
    width: calc(30vw * 32);
  }
  .slider .slide-path-partners {
    width: calc(30vw * 12);
  }
  .slider .slide {
    height: auto;
    width: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider .slide img {
    width: 25vw;
  }
  .slider .slide .small {
    width: 29vw;
  }
  .slider .slide .big {
    height: 16vh;
    width: auto;
  }
  .slider .slide .big_pns {
    width: 22vw;
    height: auto;
  }
  .slider .slide .nebulic {
    height: 10vh;
  }

  .data_section {
    margin-bottom: 10vh;
  }
  .data_section h2 {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .data_section p {
    width: 85vw;
    margin: 0 auto;
    text-align: center;
  }

  .media_section {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .coming_soon {
    margin-top: 30vh;
    align-items: flex-start;
    flex-flow: column-reverse;
    margin-bottom: 10vh;
  }
  .coming_soon h2 {
    font-size: 2rem;
  }
  .coming_soon img {
    margin-top: 5em;
    margin-left: -7vw;
    width: 45vw;
  }

  .data_charts {
    flex-flow: column;
  }

  .chart_element {
    margin-bottom: 4em;
  }
  .chart_element p {
    margin-top: 1em;
    width: 45vw;
  }

  .chart {
    width: 65vw;
  }
  .chart img {
    width: 60%;
  }
  .chart span {
    position: absolute;
    top: 0;
    font-size: 1.6rem;
    color: #fb3237;
    font-weight: 700;
    right: 1em;
  }

  .carousel_container {
    margin-left: -5vw;
    width: 100vw;
  }

  .carousel_slide {
    width: calc(5 * 100vw);
  }

  .carousel_slide_photo {
    width: calc(9 * 100vw);
  }

  .img_slide {
    width: 100vw;
  }

  .slide_celeb {
    width: 100vw;
    height: 50vh;
  }

  .widget {
    margin-bottom: 5em;
    padding-bottom: 100%;
  }

  .partners_section {
    margin-bottom: 10vh;
  }
  .partners_section h2 {
    text-align: center;
  }

  .celeb_section h2 {
    text-align: center;
  }

  .about_section {
    margin-top: 10vh;
    font-size: 1rem;
  }
  .about_section br {
    display: none;
  }
  .about_section h2 {
    text-align: center;
    margin-bottom: 1em;
  }
  .about_section p {
    margin: 0 auto;
    text-align: center;
    width: 85%;
  }

  .logos_box {
    justify-content: center;
    align-items: center;
  }
  .logos_box img {
    width: 18vw;
    height: auto;
    margin-right: 1em;
  }
  .logos_box #weles {
    width: 12vw;
  }

  .data_section_about {
    margin-top: 20vh;
    flex-flow: column-reverse;
  }
  .data_section_about .data_section_txt {
    width: 85%;
    text-align: center;
    margin: 0 auto;
    margin-top: 1em;
    font-size: 1rem;
  }

  .chart_about {
    width: 100%;
  }
  .chart_about img {
    width: 100%;
  }

  .team_box {
    flex-flow: column;
  }

  .team_section {
    margin-bottom: 5vh;
    margin-top: 15vh;
  }
  .team_section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1em;
  }

  .team_box {
    display: flex;
    justify-content: space-between;
  }

  .team_element {
    margin-bottom: 4em;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .team_element p {
    text-align: center;
  }

  .socials_team {
    margin-top: 1em;
  }

  .profile_img_team {
    width: 100%;
  }
  .profile_img_team img {
    width: 80%;
  }

  .job_title {
    display: inline-block;
    margin-top: 0.5em;
    color: #fb3237;
  }

  .name {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1600px) {
  .road_map {
    margin-bottom: 5vh;
  }

  header {
    margin-top: 25vh;
  }

  .top_section {
    margin-top: 20vh;
  }

  .explanation_box {
    height: 80vh;
  }
  .explanation_box br {
    display: none;
  }
  .explanation_box p {
    width: 45vw;
  }
  .explanation_box img {
    height: 38vh;
    margin-right: 15vh;
  }
}

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