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

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