a.footer-v5__social-btn {
  display: flex;
  align-items: flex-end;
}

input.hs-button.primary.large {
    width: 100%!important;
}



/* -------------------------------- 

File#: _1_main-footer-v4
Title: Main Footer v4
Descr: Footer navigation template
Usage: codyhouse.co/license

-------------------------------- */
.footer-v4 {
  position: relative;
  z-index: 1;
}

.footer-v4__nav {
  margin-bottom: var(--space-lg);
}

.footer-v4__nav-item {
  margin-bottom: var(--space-sm);
}
.footer-v4__nav-item a {
  color: var(--color-contrast-high);
  font-size: 1.25em;
}
.footer-v4__nav-item a:hover {
  color: var(--color-primary);
}

.footer-v4__logo {
  margin-bottom: var(--space-sm);
}
.footer-v4__logo a, .footer-v4__logo svg, .footer-v4__logo img {
  width: 104px;
  height: 30px;
  display: block;
}

.footer-v4__print {
  color: var(--color-contrast-medium);
  font-size: var(--text-sm);
  margin-bottom: var(--space-sm);
}

.footer-v4__socials {
  display: flex;
  align-items: center;
}
.footer-v4__socials a {
  text-decoration: none;
  display: inline-block;
  margin-right: var(--space-xs);
  color: var(--color-contrast-medium);
}
.footer-v4__socials a:hover {
  color: var(--color-contrast-high);
}
.footer-v4__socials a svg {
  display: block;
  width: 1.25em;
  height: 1.25em;
  color: inherit;
}

@media (min-width: 64rem) {
  .footer-v4 {
    text-align: center;
  }

  .footer-v4__nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-v4__nav-item {
    display: inline-block;
    margin: var(--space-xxxs) var(--space-xs);
  }
  .footer-v4__nav-item a {
    font-size: 0.75em;
  }
  .footer-v4__nav-item:first-child {
    padding-left: 0;
  }
  .footer-v4__nav-item:last-child {
    padding-right: 0;
  }

  .footer-v4__logo {
    display: inline-block;
  }

  .footer-v4__print {
    font-size: var(--text-xs);
  }

  .footer-v4__socials {
    justify-content: center;
  }
  .footer-v4__socials a {
    margin: 0 var(--space-xxxs);
  }
  .footer-v4__socials a svg {
    width: 1em;
    height: 1em;
  }
}


/* HubSpot newsletter form, production */

.hs-form-e9bee778-d200-4093-916e-65a9b889bf60 {display: inline-flex;}

.hbspt-form > form.hs-form.stacked {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 8px !important;
  row-gap: 0 !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 !important;
}

/* direct children in the grid */
.hbspt-form > form.hs-form.stacked > .hs_email {
  grid-column: 1 !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.hbspt-form > form.hs-form.stacked > .hs_submit {
  grid-column: 2 !important;
  margin: 0 !important;
}

.hbspt-form > form.hs-form.stacked > .hs-form__virality-link {
  display: none !important;
}

/* remove default spacing */
.hbspt-form > form.hs-form.stacked .hs-form-field,
.hbspt-form > form.hs-form.stacked .input,
.hbspt-form > form.hs-form.stacked .actions,
.hbspt-form > form.hs-form.stacked .hs-submit {
  margin: 0 !important;
  padding: 0 !important;
}

/* input */
.hbspt-form > form.hs-form.stacked input[type="email"] {
  display: block !important;
  width: 100% !important;
  height: 40px !important;
  padding: 0 16px !important;
  border: 1px solid #d1d5db !important;
  border-radius: var(--btn-radius, .25em); !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  box-shadow: none !important;
  outline: none !important;
  appearance: none !important;
}

.hbspt-form > form.hs-form.stacked input[type="email"]::placeholder {
  color: #9ca3af !important;
  opacity: 1 !important;
}

.hbspt-form > form.hs-form.stacked input[type="email"]:focus {
  border-color: #d1d5db !important;
  box-shadow: none !important;
  outline: none !important;
}

/* button */
.hbspt-form > form.hs-form.stacked input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 175px !important;
  height: 40px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: var(--btn-radius, .25em); !important;
  background: #b0fb5b !important;
  color: #000 !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18) !important;
  appearance: none !important;
  transform: none !important;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
}



.hbspt-form > form.hs-form.stacked input[type="submit"]:hover {
  background: #608B35 !important;
  color: #111111 !important;
  box-shadow: 0 8px 20px rgba(203, 249, 116, 0.35) !important;
}

.hbspt-form > form.hs-form.stacked input[type="submit"]:active {
  transform: none !important;
}

/* hide label + extra bits */
.hbspt-form > form.hs-form.stacked label,
.hbspt-form > form.hs-form.stacked .hs-form-required,
.hbspt-form > form.hs-form.stacked .hs-error-msgs,
.hbspt-form > form.hs-form.stacked .hs_error_rollup,
.hbspt-form > form.hs-form.stacked .hs-field-desc {
  display: none !important;
}

/* mobile */
@media (max-width: 48rem) {
  .hbspt-form > form.hs-form.stacked {
    grid-template-columns: 1fr !important;
    row-gap: 12px !important;
  }

  .hbspt-form > form.hs-form.stacked > .hs_email,
  .hbspt-form > form.hs-form.stacked > .hs_submit {
    grid-column: 1 !important;
  }

  .hbspt-form > form.hs-form.stacked input[type="submit"] {
    width: 100% !important;
    min-width: 0 !important;
  }
}



.socials-bsg {
  background:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("https://resources.symbiotic.fi/hubfs/Video/GOL.png") center/cover no-repeat !important;
}



/* target the real HubSpot form */
#hs_form_target_form_398614885 form.hs-form.stacked,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 8px !important;
  row-gap: 0 !important;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 !important;
}

/* direct children in the grid */
#hs_form_target_form_398614885 form.hs-form.stacked > .hs_email,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked > .hs_email {
  grid-column: 1 !important;
  min-width: 0 !important;
  margin: 0 !important;
}

#hs_form_target_form_398614885 form.hs-form.stacked > .hs_submit,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked > .hs_submit {
  grid-column: 2 !important;
  margin: 0 !important;
}

/* remove default spacing */
#hs_form_target_form_398614885 form.hs-form.stacked .hs-form-field,
#hs_form_target_form_398614885 form.hs-form.stacked .input,
#hs_form_target_form_398614885 form.hs-form.stacked .actions,
#hs_form_target_form_398614885 form.hs-form.stacked .hs-submit,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked .hs-form-field,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked .input,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked .actions,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked .hs-submit {
  margin: 0 !important;
  padding: 0 !important;
}

/* input */
#hs_form_target_form_398614885 form.hs-form.stacked input[type="email"],
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked input[type="email"] {
  display: block !important;
  width: 100% !important;
  height: 40px !important;
  padding: 0 16px !important;
  border: 1px solid #d1d5db !important;
  border-radius: var(--btn-radius, .25em) !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-size: 16px !important;
  line-height: 1 !important;
  box-shadow: none !important;
  outline: none !important;
  appearance: none !important;
}

#hs_form_target_form_398614885 form.hs-form.stacked input[type="email"]::placeholder,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked input[type="email"]::placeholder {
  color: #9ca3af !important;
  opacity: 1 !important;
}

/* button */
#hs_form_target_form_398614885 form.hs-form.stacked input[type="submit"],
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 175px !important;
  height: 40px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: var(--btn-radius, .25em) !important;
  background: #121f00 !important;
  color: #fff !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  box-xshadow: 0 6px 16px rgba(0, 0, 0, 0.18) !important;
  appearance: none !important;
  transform: none !important;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: inset 0 1px 0 hsla(var(--color-white-h), var(--color-white-s), var(--color-white-l), .15), 0 1px 3px hsla(var(--color-primary-darker-h), var(--color-primary-darker-s), var(--color-primary-darker-l), .25), 0 2px 6px hsla(var(--color-primary-darker-h), var(--color-primary-darker-s), var(--color-primary-darker-l), .1), 0 6px 10px -2px hsla(var(--color-primary-darker-h), var(--color-primary-darker-s), var(--color-primary-darker-l), .25)!important;

}

#hs_form_target_form_398614885 form.hs-form.stacked input[type="submit"]:hover,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked input[type="submit"]:hover {
  background: #bdfa5c !important;
  color: #000 !important;
  box-shadow: 0 8px 20px rgba(203, 249, 116, 0.35) !important;
  
}

/* hide label + extra bits */
#hs_form_target_form_398614885 form.hs-form.stacked label,
#hs_form_target_form_398614885 form.hs-form.stacked .hs-form-required,
#hs_form_target_form_398614885 form.hs-form.stacked .hs-error-msgs,
#hs_form_target_form_398614885 form.hs-form.stacked .hs_error_rollup,
#hs_form_target_form_398614885 form.hs-form.stacked .hs-field-desc,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked label,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked .hs-form-required,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked .hs-error-msgs,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked .hs_error_rollup,
form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked .hs-field-desc {
  display: none !important;
}

/* mobile */
@media (max-width: 48rem) {
  #hs_form_target_form_398614885 form.hs-form.stacked,
  form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked {
    grid-template-columns: 1fr !important;
    row-gap: 12px !important;
  }

  #hs_form_target_form_398614885 form.hs-form.stacked > .hs_email,
  #hs_form_target_form_398614885 form.hs-form.stacked > .hs_submit,
  form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked > .hs_email,
  form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked > .hs_submit {
    grid-column: 1 !important;
  }

  #hs_form_target_form_398614885 form.hs-form.stacked input[type="submit"],
  form.hs-form-e9bee778-d200-4093-916e-65a9b889bf60.stacked input[type="submit"] {
    width: 100% !important;
    min-width: 0 !important;
  }
}

