/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
* {
  box-sizing: border-box;
}

.wp-block-fl-homepage-header {
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: 465px;
}
@media (min-width: 300px) {
  .wp-block-fl-homepage-header {
    height: 450px;
  }
}
@media (min-width: 400px) {
  .wp-block-fl-homepage-header {
    height: 480px;
  }
}
@media (min-width: 500px) {
  .wp-block-fl-homepage-header {
    height: 525px;
  }
}
@media (min-width: 700px) {
  .wp-block-fl-homepage-header {
    height: 525px;
  }
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-header {
    height: 650px;
  }
}
@media (min-width: 875px) {
  .wp-block-fl-homepage-header {
    height: 680px;
  }
}
@media (min-width: 1000px) {
  .wp-block-fl-homepage-header {
    height: 760px;
  }
}
@media (min-width: 1200px) {
  .wp-block-fl-homepage-header {
    height: 780px;
  }
}

.wp-block-fl-homepage-header .text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  margin: 0 auto;
  padding: 36px 16px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 2;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-header .text-container {
    margin: 32px auto 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    position: relative;
    background: none;
  }
}

.wp-block-fl-homepage-header .top-claim-title {
  display: none;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-header .top-claim-title {
    font-weight: 600;
    font-size: 20px;
    color: #67737C;
    margin: 0 auto 16px;
    text-align: center;
  }
}
.wp-block-fl-homepage-header .title {
  font-weight: 800;
  font-size: 30px;
  color: #26313A;
  margin: 0 auto;
  text-align: center;
  line-height: 36px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-header .title {
    line-height: 100%;
    font-size: 48px;
  }
  .wp-block-fl-homepage-header .title br {
    display: none;
  }
}
.wp-block-fl-homepage-header .subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-header .subtitle-wrapper {
    margin-bottom: 16px;
  }
}
.wp-block-fl-homepage-header .subtitle-wrapper .subtitle-emoji {
  vertical-align: baseline;
  font-size: 20px;
  line-height: 100%;
  transform: rotate(0.5turn);
}
.wp-block-fl-homepage-header .subtitle-wrapper .subtitle {
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  color: #26313A;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 32px;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-header .subtitle-wrapper .subtitle {
    display: none;
  }
}
.wp-block-fl-homepage-header .bottom-disclaim {
  font-size: 16px;
  line-height: 22.4px;
  color: #26313A;
  margin: 0 auto 8px;
  text-align: center;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-header .bottom-disclaim {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.wp-block-fl-homepage-header .image {
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 3rem);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 100%;
}
@media (min-width: 300px) {
  .wp-block-fl-homepage-header .image {
    background-position: center -1rem;
  }
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-header .image {
    margin: 200px auto 0;
    height: 100%;
    background-position: center 0;
    background-size: 120%;
    width: 99.5vw;
    position: absolute;
  }
}
@media (min-width: 875px) {
  .wp-block-fl-homepage-header .image {
    background-position: center 1rem;
    background-size: 110%;
  }
}
@media (min-width: 975px) {
  .wp-block-fl-homepage-header .image {
    background-position: center -1rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-fl-homepage-header .image {
    background-position: center -5rem;
  }
}

.wp-block-fl-homepage-header .button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #009940;
  border-radius: 50px;
  padding: 8px 12px;
  text-align: center;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-header .button--primary {
    padding: 16px 20px;
  }
}
.wp-block-fl-homepage-header .button--primary .button_title {
  font-size: 16px;
  font-family: "Founders SemiBold";
  font-weight: 600;
  color: #FFFFFF;
  line-height: 100%;
}
@media (min-width: 775px) {
  .wp-block-fl-homepage-header .button--primary .button_title {
    font-size: 18px;
  }
}
.wp-block-fl-homepage-header .button--primary:hover {
  cursor: pointer;
}
.wp-block-fl-homepage-header .button-arrow {
  margin-left: 10px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid white;
}

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