/**
 * 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.
 */
.banner {
  padding: 16px 0;
  position: relative;
  text-align: center;
  padding: 100px 0;
  overflow: hidden;
  background: radial-gradient(57.59% 71.95% at 50%, at 28.05%, #39B54A 0%, #258932 100%);
  background: radial-gradient(57.59% 71.95% at 50% 28.05%, #39B54A 0%, #258932 100%); }
  .banner__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 1;
    z-index: 11;
    margin: 0; }
  .banner__content {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 20; }
  .banner__background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10; }
    .banner__background img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .banner__title {
    color: #fff;
    text-align: center;
    font-size: 55px;
    font-weight: 900;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .banner__title {
        font-size: 40px; } }
  .banner__subtitle {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .banner__subtitle {
        font-size: 30px; } }
  .banner__cta {
    text-align: center;
    margin-top: 16px; }
  .banner .button--transparent, .banner .button--ghost {
    color: #fff; }
    .banner .button--transparent:hover, .banner .button--ghost:hover {
      color: #212121; }


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