/* buttons */
/* horizontal-blocks */
.header {
  background: #ffffff;
  padding: 1rem 0;
}
.header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.header > .container .logo-btn-number-mobile {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 0 2rem;
}
.header > .container .logo-btn-number-mobile .logo {
  margin: 0 auto;
}
.header > .container .green-number-mobile {
  display: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #86b13d;
  border-radius: 50%;
}
.header > .container .green-number-mobile img,
.header > .container .green-number-mobile svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
  height: auto;
}
@media (max-width: 1050px) {
  .header > .container .green-number-mobile {
    display: flex;
  }
}
.header > .container .logo object,
.header > .container .logo img {
  width: 197px;
  height: auto;
  pointer-events: none;
}
.header > .container .baseline {
  display: flex;
  font-family: "Montserrat-600", "Montserrat-fallback", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: right;
  margin-left: auto;
  margin-right: 2rem;
  margin-top: -3rem;
}
.header > .container .baseline > div:nth-child(1) {
  margin-left: 2rem;
  margin-right: 2rem;
}
.header > .container .baseline > div:nth-child(2) {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  border-left: 1px solid;
}
.header > .container .text-block {
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "Montserrat-400", "Montserrat-fallback", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: -3rem;
  padding: 4rem 2rem 2rem;
  border-radius: 0 0 1rem 1rem;
  width: 100%;
}
@media (min-width: 1050px) {
  .header > .container .text-block {
    max-width: max-content;
  }
}
.header > .container .text-block .mobile {
  display: none;
}
.header > .container .text-block strong,
.header > .container .text-block b {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-family: "Montserrat-700", "Montserrat-fallback", sans-serif;
  font-weight: 700;
}
@media (max-width: 1049px) {
  .header > .container {
    justify-content: center;
    flex-direction: column;
    padding: 0;
    max-width: 100%;
  }
  .header > .container .green-number {
    display: none;
  }
  .header > .container .logo img {
    width: 138px;
    height: 58px;
  }
  .header > .container .baseline {
    font-size: 1.8rem;
  }
  .header > .container .baseline img {
    max-width: 100px;
    height: auto;
  }
  .header > .container .text-block {
    width: 100%;
    font-size: 1.8rem;
    padding: 1rem;
    border-radius: 0;
    margin-top: 1rem;
  }
  .header > .container .text-block .mobile {
    display: block;
  }
  .header > .container .text-block .desktop {
    display: none;
  }
  .header > .container .text-block strong,
  .header > .container .text-block b {
    font-size: 2.2rem;
  }
}
@media (max-width: 849px) {
  .header > .container .baseline {
    display: none;
  }
  .header > .container .logo img {
    width: 138px;
    height: 58px;
  }
}
@media (min-width: 1050px) and (max-width: 1500px) {
  .header .container .green-number {
    padding-left: 0;
  }
}
@media (max-width: 1049px) {
  .header {
    padding-bottom: 0;
  }
}

@media (max-width: 1049px) {
  .page-template-tpl-gutenberg .header .green-number-mobile {
    display: none;
  }
}
.page-template-tpl-gutenberg .footer {
  background-color: #023D3B;
}

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