@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@media only screen and (min-width: 1025px) {
  html {
    font-size: 1vw;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 1vw;
    overflow-x: hidden;
    font-size: clamp(16px, 2.2vw, 18px);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Nunito", sans-serif;
  background-color: #F3F3F3;
}

@media only screen and (min-width: 1025px) {
  .hide-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-mb,
  .hide-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-mb-ex,
  .hide-mb {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .btn-primary {
    display: block;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0.75rem 2.25rem;
    border-radius: 10000000000px;
    background-color: #2D5FB5;
    color: #F3F3F3;
    font-size: 1rem;
  }
  .btn-white {
    display: block;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0.75rem 2.25rem;
    border-radius: 10000000000px;
    background-color: #F3F3F3;
    color: #1E1E1E;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn-primary {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0.75rem 1.5rem;
    border-radius: 10000000000px;
    background-color: #2D5FB5;
    color: #F3F3F3;
    font-size: 0.75rem;
  }
  .btn-white {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0.75rem 1.5rem;
    border-radius: 10000000000px;
    background-color: #F3F3F3;
    color: #1E1E1E;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-primary {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0.5rem 1.5rem;
    border-radius: 10000000000px;
    background-color: #2D5FB5;
    color: #F3F3F3;
    font-size: 1rem;
  }
  .btn-white {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 0.5rem 1.5rem;
    border-radius: 10000000000px;
    background-color: #F3F3F3;
    color: #1E1E1E;
    font-size: 1rem;
  }
}
.nav-arrow {
  width: 1.5rem;
  height: auto;
}

.thin-arrow {
  width: 1.5rem;
  height: auto;
}

a {
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .queries {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 5rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/queries.png");
  }
  .queries::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(30, 30, 30, 0.8);
    z-index: 1;
  }
  .queries .title,
  .queries .desc,
  .queries .btn-white {
    z-index: 2;
  }
  .queries .title,
  .queries .desc {
    color: #F3F3F3;
  }
  .queries .title {
    font-size: 3rem;
    font-weight: 700;
  }
  .queries .desc {
    font-size: 1.375rem;
    font-weight: 400;
    padding: 0.375rem 0rem 1rem 0rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .queries {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 4rem 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/queries.png");
  }
  .queries::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(30, 30, 30, 0.8);
    z-index: 1;
  }
  .queries .title,
  .queries .desc,
  .queries .btn-white {
    z-index: 2;
  }
  .queries .title,
  .queries .desc {
    color: #F3F3F3;
  }
  .queries .title {
    font-size: 3rem;
    font-weight: 700;
  }
  .queries .desc {
    font-size: 1.375rem;
    font-weight: 400;
    padding: 0.375rem 0rem 1rem 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .queries {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 3rem 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/queries.png");
  }
  .queries::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(30, 30, 30, 0.8);
    z-index: 1;
  }
  .queries .title,
  .queries .desc,
  .queries .btn-white {
    z-index: 2;
  }
  .queries .title,
  .queries .desc {
    color: #F3F3F3;
  }
  .queries .title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .queries .desc {
    font-size: 1rem;
    font-weight: 400;
    padding: 0.375rem 0rem 1rem 0rem;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */