@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Changa+One&family=Lobster&family=Montserrat&display=swap");
/* Colors */
.share-post-submit {
  padding: 2rem 1rem;
}
@media (min-width: 48em) {
  .share-post-submit {
    padding: 3rem 2rem;
  }
}
@media (min-width: 81.25em) {
  .share-post-submit {
    padding: 3rem 2rem;
  }
}
@media (min-width: 100em) {
  .share-post-submit {
    padding: 4rem 2rem;
  }
}
@media (min-width: 112.5em) {
  .share-post-submit {
    padding: 5rem 2rem;
  }
}

.share-headline {
  font-family: "Lobster", cursive;
  font-size: 2.5rem;
  line-height: 1.1;
}
@media (min-width: 48em) {
  .share-headline {
    font-size: 2.8rem;
  }
}
@media (min-width: 81.25em) {
  .share-headline {
    font-size: 3rem;
  }
}
@media (min-width: 100em) {
  .share-headline {
    font-size: 3.2rem;
  }
}
@media (min-width: 112.5em) {
  .share-headline {
    font-size: 3.4rem;
  }
}

.share-submit {
  font-family: "Lobster", cursive;
  font-size: 1.45rem;
}
@media (min-width: 48em) {
  .share-submit {
    font-size: 1.55rem;
  }
}
@media (min-width: 81.25em) {
  .share-submit {
    font-size: 1.65rem;
  }
}
@media (min-width: 100em) {
  .share-submit {
    font-size: 1.75rem;
  }
}
@media (min-width: 112.5em) {
  .share-submit {
    font-size: 1.9rem;
  }
}

.share-link-label {
  font-family: "Lobster", cursive;
  font-size: 1.25rem;
}
@media (min-width: 81.25em) {
  .share-link-label {
    font-size: 1.35rem;
  }
}
@media (min-width: 100em) {
  .share-link-label {
    font-size: 1.4rem;
  }
}
@media (min-width: 112.5em) {
  .share-link-label {
    font-size: 1.5rem;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type=button i], input[type=submit i], input[type=reset i], input[type=file i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

.hero {
  position: relative;
}
.hero-wrap {
  max-width: 64em;
  margin: 0 auto;
  padding: 2rem 2rem 0;
}
.hero-top {
  max-width: 112.5em;
  margin: 0 auto;
  position: relative;
}
.hero-top-img {
  max-width: 100%;
  vertical-align: bottom;
}
.hero-logo {
  max-width: 20rem;
  margin: 0 auto 2rem;
  display: block;
  position: relative;
  z-index: 1000;
}
@media (min-width: 48em) {
  .hero-logo {
    max-width: 26rem;
  }
}
@media (min-width: 81.25em) {
  .hero-logo {
    max-width: 30rem;
  }
}
.hero-logo-svg {
  width: 100%;
  height: auto;
  fill: #D5D398;
}
.hero-stars {
  fill: #05ad52;
  width: 15rem;
  height: auto;
  max-width: 50%;
  position: relative;
}
.hero-stars-top {
  margin-bottom: 2rem;
}
.hero-stars-bot {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 2rem;
}
.hero-stars-lines {
  position: relative;
  display: inline-block;
}
.hero-stars-lines:before, .hero-stars-lines:after {
  z-index: 1000;
  background: #D5D398;
  display: block;
  width: 7rem;
  height: 3px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 81.25em) {
  .hero-stars-lines:before, .hero-stars-lines:after {
    width: 15rem;
  }
}
.hero-stars-lines:before {
  position: absolute;
  top: 50%;
  right: 80%;
}
.hero-stars-lines:after {
  position: absolute;
  top: 50%;
  left: 80%;
}
.hero-headline {
  position: relative;
  padding: 1rem;
  line-height: 0.9;
  text-align: center;
}
@media (min-width: 48em) {
  .hero-headline {
    font-size: 8vw;
  }
}
@media (min-width: 64em) {
  .hero-headline {
    font-size: 2.75vw;
    margin-bottom: 1rem;
  }
}
@media (min-width: 81.25em) {
  .hero-headline {
    font-size: 2.75vw;
    margin-bottom: 1rem;
  }
}
@media (min-width: 100em) {
  .hero-headline {
    font-size: 3.5vw;
  }
}
.hero-headline-small {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-weight: 700;
  font-size: 100%;
  letter-spacing: 0.25rem;
  font-style: normal;
  color: #D5D398;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .hero-headline-small {
    letter-spacing: 0.6rem;
    font-size: 70%;
  }
}
@media (min-width: 64em) {
  .hero-headline-small {
    font-size: 150%;
  }
}
@media (min-width: 81.25em) {
  .hero-headline-small {
    font-size: 80%;
  }
}
@media (min-width: 100em) {
  .hero-headline-small {
    font-size: 77%;
  }
}
@media (min-width: 112.5em) {
  .hero-headline-small {
    font-size: 66%;
  }
}
.hero-headline-large {
  font-family: "Lobster", cursive;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12vw;
  color: #D5D398;
}
@media (min-width: 48em) {
  .hero-headline-large {
    font-size: 14vw;
  }
}
@media (min-width: 64em) {
  .hero-headline-large {
    font-size: 11vw;
  }
}
@media (min-width: 81.25em) {
  .hero-headline-large {
    font-size: 7vw;
  }
}
@media (min-width: 100em) {
  .hero-headline-large {
    font-size: 6.5vw;
  }
}
@media (min-width: 112.5em) {
  .hero-headline-large {
    font-size: 5.4vw;
  }
}
.hero-description {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 5rem;
  text-align: left;
  color: #D5D398;
}
@media (min-width: 48em) {
  .hero-description {
    text-align: center;
    margin-bottom: 7rem;
  }
}
@media (min-width: 81.25em) {
  .hero-description {
    margin-bottom: 8rem;
    font-size: 1.2rem;
  }
}
.hero-description p {
  margin-bottom: 1.5rem;
}
.hero-decoration {
  position: absolute;
  z-index: 1;
  max-width: 30%;
}
@media (min-width: 48em) {
  .hero-decoration {
    max-width: 30%;
  }
}
@media (min-width: 81.25em) {
  .hero-decoration {
    max-width: 30%;
  }
}
@media (min-width: 100em) {
  .hero-decoration {
    max-width: 20%;
  }
}
@media (min-width: 112.5em) {
  .hero-decoration {
    max-width: 25%;
  }
}
.hero-decoration.left {
  left: 0;
}
.hero-decoration.left.top {
  top: 0;
}
.hero-decoration.left.bot {
  top: 18%;
  max-width: 15%;
}
@media (min-width: 48em) {
  .hero-decoration.left.bot {
    max-width: 17%;
    top: 30%;
  }
}
@media (min-width: 81.25em) {
  .hero-decoration.left.bot {
    max-width: 15%;
    top: 50%;
  }
}
@media (min-width: 100em) {
  .hero-decoration.left.bot {
    max-width: 10%;
  }
}
@media (min-width: 112.5em) {
  .hero-decoration.left.bot {
    max-width: 12%;
  }
}
.hero-decoration.right {
  right: 0;
}
.hero-decoration.right.top {
  top: 0;
}
.hero-decoration.right.bot {
  top: 25%;
}
@media (min-width: 48em) {
  .hero-decoration.right.bot {
    top: 10%;
  }
}
@media (min-width: 81.25em) {
  .hero-decoration.right.bot {
    top: 5%;
  }
}
@media (min-width: 112.5em) {
  .hero-decoration.right.bot {
    top: 35%;
  }
}

.video {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .video {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 81.25em) {
  .video {
    width: 60%;
  }
}
.video.active .video-preview {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.video.active .video-embed {
  z-index: 100;
}
.video-preview {
  background: #FC594E;
  border-radius: 3rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  cursor: pointer;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.video-preview:hover {
  -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
}
.video-preview:hover .video-thumbnail {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video-preview:hover .video-play-button {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video-preview:hover .video-play-icon {
  fill: #05ad52 !important;
}
.video-player {
  position: relative;
  padding-top: 56.25%;
}
.video-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-text {
  width: auto;
  max-width: 48em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 200;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 48em) {
  .video-text {
    padding: 2rem;
  }
}
@media (min-width: 81.25em) {
  .video-text {
    padding: 3rem;
  }
}
.video-text-headline {
  font-family: "Lobster", cursive;
  color: #D5D398;
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  line-height: 1;
}
@media (min-width: 48em) {
  .video-text-headline {
    font-size: 3rem;
  }
}
@media (min-width: 81.25em) {
  .video-text-headline {
    font-size: 3.5rem;
  }
}
.video-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 100;
  -webkit-transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 1s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0.8;
}
.video-play-button {
  background: #D5D398;
  border-radius: 50%;
  margin: 0 auto 1rem;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.6s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  position: relative;
  width: 4rem;
  height: 4rem;
}
@media (min-width: 48em) {
  .video-play-button {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 81.25em) {
  .video-play-button {
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 100em) {
  .video-play-button {
    width: 7rem;
    height: 7rem;
  }
}
.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-35%) translateY(-50%);
          transform: translateX(-35%) translateY(-50%);
  width: 50%;
  fill: #102E19;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.share {
  background: #05ad52;
  padding: 2rem;
  border-radius: 3rem;
}
.share-grid {
  margin: 0 auto;
  position: relative;
  z-index: 10000;
  border-radius: 3.5rem;
  max-width: calc(100% - 2rem);
  width: 81.25em;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .share-grid {
    padding: 1rem;
    margin-bottom: 2rem;
    background: #102E19;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 81.25em) {
  .share-grid {
    margin-bottom: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 112.5em) {
  .share-grid {
    background: transparent;
  }
}
.share-headline {
  font-family: "Lobster", cursive;
  font-weight: 900;
  color: #102E19;
  line-height: 0.8;
  margin-bottom: 2rem;
}
.share-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #D5D398;
  text-align: left;
  padding: 0 1rem 1rem;
  position: relative;
  z-index: 1000;
}
@media (min-width: 48em) {
  .share-description {
    width: 50%;
    padding: 2rem;
  }
}
@media (min-width: 81.25em) {
  .share-description {
    width: 40%;
    font-size: 1.4rem;
  }
}
.share-description p {
  margin-bottom: 1rem;
}
.share-description p:last-of-type {
  margin-bottom: 0;
}
.share-act {
  background: #05ad52;
  border-radius: 2rem;
  padding: 2rem;
  position: relative;
  max-width: calc(100% - 2rem);
  width: 48em;
  margin: 0 1rem;
}
@media (min-width: 48em) {
  .share-act {
    padding: 3rem;
    margin: 0 auto;
  }
}
.share-form {
  margin: 0 auto;
  position: relative;
}
.share-grouping {
  margin: 3rem auto 1rem;
}
@media (min-width: 48em) {
  .share-grouping {
    margin: 2rem auto 1rem;
  }
}
@media (min-width: 81.25em) {
  .share-grouping {
    margin: 3rem auto 1rem;
  }
}
.share-fields {
  width: 100%;
}
@media (min-width: 48em) {
  .share-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.share-field {
  padding: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.share-label {
  display: block;
  text-align: left;
  padding: 0.25rem 0 0.25rem 1rem;
  cursor: pointer;
  color: #102E19;
  position: relative;
}
.share-label.required:after {
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FC594E;
  padding: 0.25rem 0.4rem;
  font-size: 0.7rem;
  color: #D5D398;
  display: inline-block;
  z-index: 100;
  content: "Required";
  text-transform: uppercase;
  border-radius: 0.5rem;
}
.share-label strong.error {
  background: #FC594E;
  padding: 0.15rem;
  font-size: 75%;
  color: #102E19;
  display: inline-block;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.5rem;
}
@media (min-width: 81.25em) {
  .share-label strong.error {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
  }
}
.share-input {
  background: #D5D398;
  width: 100%;
  border: 0;
  padding: 1.25rem 1.25rem;
  font-size: 1.1rem;
  line-height: 1;
  border-radius: 2rem;
  outline: 0;
  font-weight: 700;
  color: #102E19;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  -webkit-box-shadow: inset 0 0 0 2px #05ad52;
          box-shadow: inset 0 0 0 2px #05ad52;
}
.share-input.textarea {
  height: 12rem;
}
.share-input.placeholder {
  opacity: 1;
  color: #000033;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.share-input:-moz-placeholder {
  opacity: 1;
  color: #000033;
  -moz-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.share-input::-moz-placeholder {
  opacity: 1;
  color: #000033;
  -moz-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.share-input:-ms-input-placeholder {
  opacity: 1;
  color: #000033;
  -ms-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.share-input::-webkit-input-placeholder {
  opacity: 1;
  color: #000033;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.share-input:hover {
  background: #102E19;
  -webkit-box-shadow: inset 0 0 0 2px #05ad52;
          box-shadow: inset 0 0 0 2px #05ad52;
  color: #D5D398;
}
.share-input:hover.placeholder {
  color: #D5D398;
}
.share-input:hover:-moz-placeholder {
  color: #D5D398;
}
.share-input:hover::-moz-placeholder {
  color: #D5D398;
}
.share-input:hover:-ms-input-placeholder {
  color: #D5D398;
}
.share-input:hover::-webkit-input-placeholder {
  color: #D5D398;
}
.share-input:focus {
  background-color: #102E19;
  -webkit-box-shadow: inset 0 0 0 3px #FC594E;
          box-shadow: inset 0 0 0 3px #FC594E;
  color: #D5D398;
}
.share-input:focus.placeholder {
  color: #D5D398;
}
.share-input:focus:-moz-placeholder {
  color: #D5D398;
}
.share-input:focus::-moz-placeholder {
  color: #D5D398;
}
.share-input:focus:-ms-input-placeholder {
  color: #D5D398;
}
.share-input:focus::-webkit-input-placeholder {
  color: #D5D398;
}
.share-input:focus:hover {
  color: #D5D398;
}
.share-input:focus:hover.placeholder {
  color: #102E19;
}
.share-input:focus:hover:-moz-placeholder {
  color: #102E19;
}
.share-input:focus:hover::-moz-placeholder {
  color: #102E19;
}
.share-input:focus:hover:-ms-input-placeholder {
  color: #102E19;
}
.share-input:focus:hover::-webkit-input-placeholder {
  color: #102E19;
}
.share-submit {
  background: #FC594E;
  font-family: "Changa One", cursive;
  letter-spacing: 2px;
  font-weight: 900;
  margin: 0 auto 0.5rem;
  display: block;
  color: #102E19;
  text-transform: uppercase;
  cursor: pointer;
  padding: 1rem 2rem 1.1rem;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 2rem;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.5s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.share-submit-container {
  padding: 2rem 0 0;
  position: relative;
  z-index: 1000;
}
@media (min-width: 48em) {
  .share-submit-container.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .share-submit-container.grid > * {
    width: 50%;
  }
  .share-submit-container.grid > *:first-child {
    margin-right: 0.5rem;
  }
  .share-submit-container.grid > *:last-child {
    margin-left: 0.5rem;
  }
}
.share-submit-written {
  display: none;
}
.share-submit.wide {
  width: 100%;
  margin-bottom: 1rem;
}
.share-submit:hover {
  background: #D5D398;
  color: #102E19;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.share-submit-change {
  display: table;
  padding: 1rem 2rem;
  margin: 0 auto 1rem;
  color: #D5D398;
  font-weight: 900;
  border-radius: 2rem;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: all 0.5s cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.share-submit-change:hover {
  background: #102E19;
}
.share-disclaimer {
  color: #102E19;
  font-size: 0.7rem;
  padding-top: 1rem;
}
@media (min-width: 81.25em) {
  .share-disclaimer {
    padding-top: 2rem;
  }
}
.share-disclaimer a {
  color: #102E19;
  border-bottom: 1px solid #102E19;
}
.share-disclaimer a:hover {
  border-bottom-color: #FC594E;
}
.share-post-submit {
  padding-bottom: 0;
}
@media (max-width: 64em) {
  .share-post-submit {
    padding-top: 8rem;
  }
}
@media (min-width: 48em) {
  .share-post-submit {
    padding-top: 4rem;
  }
}
.share-link {
  padding: 1em;
  margin-bottom: 1rem;
  display: block;
  background: #FC594E;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.5rem;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.share-link.facebook {
  margin-bottom: 0;
}
@media (min-width: 100em) {
  .share-link {
    border-radius: 3rem;
    padding-right: 1rem;
    padding: 0.5rem;
  }
}
.share-link:hover {
  background: #D5D398;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.share-link:hover .share-link-icon {
  background-color: #102E19;
}
.share-link:hover .share-link-icon-svg {
  fill: #D5D398;
}
.share-link:hover .share-link-label {
  color: #102E19;
}
.share-link-icon {
  background-color: #FC594E;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
@media (min-width: 100em) {
  .share-link-icon {
    width: 3rem;
    height: 3rem;
  }
}
.share-link-icon-svg {
  width: 70%;
  fill: #102E19;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.share-link-label {
  color: #102E19;
  font-family: "Changa One", cursive;
  text-transform: uppercase;
  padding: 0 0.75rem;
  white-space: nowrap;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.share-plant {
  max-width: 45%;
  position: absolute;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(35%, 35%);
          transform: translate(35%, 35%);
  z-index: 100;
}

.footer {
  padding: 2rem 2rem;
  color: #D5D398;
}
@media (min-width: 48em) {
  .footer {
    padding: 3rem;
  }
}
@media (min-width: 100em) {
  .footer {
    padding: 4rem;
  }
}
.footer-logo {
  width: 8rem;
  max-width: 40%;
  display: block;
  margin: 0 auto;
}
.footer-logo-svg {
  fill: #05ad52;
  width: 100%;
}
.footer-disclaimer {
  margin-top: 2rem;
  font-size: 0.9rem;
}
.footer-disclaimer a {
  display: table;
  color: #05ad52;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 0.5rem auto;
}
.footer-disclaimer a:hover {
  color: #FC594E;
}

html {
  background: #102E19;
  background-image: url(/img/tile.jpg);
  background-repeat: repeat;
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-align: center;
}

.screen-reader, .hide {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader:focus, .hide:focus {
  background: #1d548c;
  color: #D5D398;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}

.skip-to-main {
  background: #D5D398;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #1d548c;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  -webkit-transform: translateY(calc(-100% - 0.5rem));
          transform: translateY(calc(-100% - 0.5rem));
  border-radius: 2rem;
}
.skip-to-main:focus, .skip-to-main:focus-within {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  outline: 2px solid #1d548c;
}

#main_content {
  position: relative;
}
