body.font-poppins {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  font-family: 'Poppins';
  margin: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 1s;
}

a {
  color: #0074db;
  text-decoration: none;
}

.wrapper {
  max-width: 1120px;
  margin: 0 auto;
}

.logo-00 {
  height: 50px;
  margin: 4px 0;
}

.logo-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.top-menu {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: white;
  z-index: 100;
  border-bottom: 1px solid #98cfff80;
}

.top-menu .menu-item {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.top-menu .menu-item a {
  padding-top: 8px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 8px;
  font-size: 16px;
  color: #021e80;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.2s;
  text-decoration: none;  
}

.top-menu .menu-item-current a {
  padding-top: 7px;
  border-top-width: 1px;
  border-top-style: solid;
}

.top-menu .menu-item:hover a {
  color: #fa5e15;
  border-color: #fa5e15;
}

.top-menu i.menu {
  color: #021e80;
  display: block;
  margin: 5px 10px;
  cursor: pointer;
}

.top-menu i.menu:hover {
  color: #fa5e15;
}

@media(max-width: 420px){
  .top-menu ul {
    padding-inline-start: 0;
  }

  .logo-link > span {
    font-size: 24px !important;
  }
}

section.reviews-top {
  /* background-image: linear-gradient(rgba(23,112,185,0.4),rgba(23,112,185,0.4)),url(../images/bg-00.webp);
  background-size: auto,cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: left;
  background-position: 50% 50%; */

  background-image: linear-gradient(rgba(23,112,185,1),rgba(23,112,185,0.4)),url(../images/hero_large.jpg);
  background-size: auto,cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: left;
  background-position: 50% 50%;
  padding-top: 74px;
}

section.reviews-top h1 {
  margin: 0;
  font: 700 50px 'Poppins';
  color: #ffffff;  
  line-height: 1.5;
  text-align: center;
}

section.reviews-top h2 {
  margin: 0;
  font: 500 24px 'Poppins';
  color: #ffffff;  
  line-height: 1.5;
  text-align: center;
}

section.reviews-top .wrapper {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 120px;
}

.tight {
  margin: 0 auto;
}

@media(min-width: 766px) {
  .tight {
    width: 90%;
  }
}

@media(min-width: 1000px) {
  .tight {
    width: 75%;
  }
}
@media(min-width: 766px) {
  .tight {
    width: 90%;
  }
}

@media(min-width: 1000px) {
  .tight {
    width: 75%;
  }
}

.buttons-big {
  font-size: 1.5rem;
}

.q-field--labeled .country .q-field__native {
  padding-top: 10px;
}

.q-field--labeled .country .q-field__native .hide {
  display: none;
}

.phone-input .q-field__before {
  padding-right: 0;
}

.q-field--labeled .country .q-field__control:before,
.q-field--labeled .country .q-field__control:after {
  border: 0 !important;
  height: 0;
}

.big-buttons a {
  border-radius: 100px;
  font-weight: 900;
}

section.contact h2 {
  color: #021e80;
  margin-bottom: 30px;
  font-size: 30px;
  font-family: 'Poppins';
  font-weight: 700;
  text-align: center;
}

section.contact p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

footer.page-footer {
  background-color: #021e80;
}

footer.page-footer .footer-top {
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

footer.page-footer .brand {
  color: white;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

footer.page-footer .address {
  color: white;
  letter-spacing: 1px;
}

footer.page-footer .social svg {
  width: 32px;
  height: 32px;
  color: white;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

footer.page-footer .copyright {
  color: rgba(255,255,255,0.3);
  font-size: 16px;
}

footer.page-footer .doc-links a {
  color: rgba(255,255,255,0.3);
  font-size: 14px;
}

ul.mobile-menu {
  padding-inline-start: 0;
}

.mobile-menu li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.mobile-menu a {
  font-size: 32px;
  color: #021e80;
  font-weight: 400;
  padding: 8px;
}

.mobile-menu a:hover {
  color: #fa5e15;
}

@media(max-width: 420px){
  .q-px-xl {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }  
}

@media(max-width: 479px){
  section.hero h1 {
    font-size: 21px;
  }

  section.hero p {
    font-size: 14px;
  }
}

.plan-card {
  max-width: 460px;
  margin: 0 auto;
}

.space-gradient {
  background: linear-gradient(90deg,white, rgba(23,112,185,0.75), #01579b);
}

.dev-placeholder {
  border: 0 !important;
}

.adaptive-btn {
  margin-left: 16px;
}

@media(max-width: 520px) {
  .adaptive-btn {
    padding: 0 8px; 
    margin-left: 4px;
  }
}

ul.top {
  margin-left: 0;
}