@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: #FB673E;
  font-weight: bold;
}

button {
  outline: none;
  border: none;
  user-select: none;
}

.flex-row {
  display: flex;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pad12 {
  padding: 12px;
}

.bold {
  font-weight: bold;
}

.btn-round-thin,
.btn-round {
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 74px;
  padding: 12px 24px;
  min-width: 120px;
  cursor: pointer;
}

.btn-round-thin {
  padding: 6px;
}

.shadow {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
}

.btn-social {
  width: 32px;
  margin: 0 8px;
  cursor: pointer;
}

.btn-social:hover {
  fill: #FB673E;
}

.bg-gray {
  background-color: #f2f2f2 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-orange {
  background: linear-gradient(97.01deg, #FB673E 0%, #FFCA1A 100%);
}

.bg-orange-v {
  background: linear-gradient(180deg, #FB673E 0%, #FFCA1A 100%);
}

.bg-purple {
  background-color: #5869BF !important;
}

.bg-blue {
  background: linear-gradient(168.07deg, #5869BF 0%, #0085BC 100.81%);
}

.bg-day {
  background: #0043ff;
  background: linear-gradient(0deg, #dae8ff 50%, #00adff 100%);
}

.bg-island {
  background-image: url(../img/section_top_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.click {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.txt-dark {
  color: #4f4f4f;
}

.txt-white {
  color: white !important;
}

.txt-larger {
  font-size: 1.25rem;
}

.txt-normal {
  font-size: 1rem;
}

.txt-smaller {
  font-size: 0.8rem;
}

.txt-center {
  text-align: center;
}

.bg-black-trans {
  background: rgba(0, 0, 0, 0.28);
}

.bg-blue-trans {
  background: rgba(0, 133, 188, 0.5);
}

.copyright {
  font-size: 0.8rem;
  margin: 24px 0;
  text-align: center;
}

.none {
  display: none !important;
}

fv-header {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100vw;
  height: 44px;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  z-index: 1;
}
fv-header img {
  height: 44px;
  cursor: pointer;
}
fv-header .btn-help,
fv-header .btn-audio {
  position: absolute;
  bottom: -56px;
  right: 16px;
}
fv-header .btn-help {
  bottom: -112px;
}

fv-footer a {
  color: black;
  font-weight: normal;
  text-decoration: none;
}

fv-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  overflow: auto;
}
fv-menu img {
  width: 44px;
}

.menu-header {
  padding: 16px;
  width: 100%;
  justify-content: space-between;
}

#btn3d, .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 44px;
  border-radius: 22px;
  margin: 24px 0;
  font-size: 0.8rem;
  font-weight: bold;
  color: #4f4f4f;
}

.left40 {
  padding-left: 40px !important;
}

.menu-btn {
  position: relative;
  background-color: white;
  cursor: pointer;
}
.menu-btn img {
  position: absolute;
  left: 18px;
  width: auto;
  height: 60px;
}

#btn3d {
  position: absolute;
  bottom: 32px;
  background-color: #ffffff99;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
form input {
  border: none;
  margin: 6px 0;
}
form input[type=email] {
  padding: 12px;
  border-radius: 4px;
  min-width: 240px;
  text-align: center;
  font-size: 16px;
}

.wxo {
  margin-top: 30px;
  text-align: center;
}

.ftr-social {
  justify-content: center;
}

.desktop {
  display: none;
}

@media (min-width: 640px) {
  fv-menu {
    left: unset;
    right: 0;
    width: 360px;
  }
  fv-menu .icon-logo {
    display: none;
  }
  fv-menu .menu-header {
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  .btn-top {
    display: none;
  }

  fv-menu .menu-header {
    padding: 32px 32px 16px;
  }

  fv-footer {
    flex-direction: row !important;
    flex-wrap: wrap;
    padding: 24px 24px 0;
  }
  fv-footer .ftr-social {
    margin-left: 24px;
  }
  fv-footer hr {
    display: unset;
    width: 100%;
    margin-top: 24px;
    border-top: 1px dashed #bdbdbd;
  }
  fv-footer input[type=submit] {
    margin-left: 12px;
  }
  fv-footer .copyright {
    width: 100%;
    margin: 16px 0;
  }
  fv-footer form {
    flex-direction: row;
  }
  fv-footer .wxo {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
  fv-footer .wxo img {
    height: 110px;
  }

  .mobile {
    display: none;
  }

  .desktop {
    display: unset;
  }

  .d-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 88px;
    line-height: 1.5rem;
    padding: 0 22px;
    margin: 0 22px;
    border-left: 1px dashed #bdbdbd;
    border-right: 1px dashed #bdbdbd;
  }

  .btn-social {
    width: 28px;
    margin: 0 4px;
  }

  .btn-big {
    width: 36px !important;
  }
}
@media (min-width: 1025px) {
  fv-header {
    top: 32px;
    padding: 0 32px;
  }
  fv-header .btn-help,
fv-header .btn-audio {
    right: 32px;
  }
}

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