:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Colors */
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Defaults */
html {
  scroll-behavior: smooth; }

html, body {
  margin: 0; }

body {
  background: #ffffff;
  color: #282827;
  display: flex;
  flex-direction: column;
  font-family: proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  grid-template-rows: auto 0px 1fr auto;
  line-height: 1.6;
  min-height: 100vh; }

img {
  max-width: 100%;
  height: auto; }

* {
  box-sizing: border-box; }

/* Links */
a {
  color: #FF7061; }

a:hover,
a:active {
  color: #7d251c; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

h1 {
  font-size: 2.25em;
  line-height: 1.2; }

h2 {
  font-size: 1.875em;
  line-height: 1.2; }

h3 {
  font-size: 1.5em;
  line-height: 1.2; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.875em; }

p {
  font-size: 1em; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

small {
  font-size: 0.875em; }

.tiny {
  font-size: 0.775em; }

blockquote {
  background: rgba(255, 113, 97, 0.1);
  padding: 1.25em;
  font-size: 1.25em;
  border-radius: 8px; }

/* Colors */
.color--coral {
  color: #FF7061; }

/* Lists */
ul, ol {
  list-style-position: inside;
  margin-left: 0; }

ul ul,
ol ol,
ul ol,
ol ul {
  margin-left: 3em; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

li {
  font-size: 1em; }

/* Buttons */
.btn,
button {
  display: inline-block;
  position: relative;
  background: #FF7061;
  padding: 1.75em 2.5em;
  margin-bottom: 1em;
  color: #FFF;
  border: none;
  border-radius: 50px;
  font-size: 0.75em;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-appearance: none;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear 0s; }

.btn:hover,
button:hover {
  background: #d85648;
  color: #fff;
  -webkit-transform: translateY(-1px); }

.btn:active,
button:active {
  color: #fff;
  -webkit-transform: translateY(0); }

.btn:focus,
button:focus {
  -webkit-transform: translateY(-1px); }

.btn:disabled,
button:disabled {
  opacity: 0.5; }

.btn--outline {
  background: transparent;
  box-shadow: inset 0 0 0 2px #000000;
  color: #000000; }

.btn--outline:hover {
  background: transparent;
  color: #000000;
  -ms-box-shadow: inset 0 0 0 2px #FF7061;
  -moz-box-shadow: inset 0 0 0 2px #FF7061;
  -webkit-box-shadow: inset 0 0 0 2px #FF7061;
  box-shadow: inset 0 0 0 2px #FF7061; }

.btn--outline-white {
  background: transparent;
  color: #ffffff;
  -ms-box-shadow: inset 0 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 0 2px #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff; }

.btn--outline-white:hover {
  opacity: 0.75;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  -ms-box-shadow: inset 0 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 0 2px #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff; }

.btn--white {
  background: #fff;
  color: #282827; }

.btn--white:hover {
  background: #fff;
  color: #282827;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.25); }

.btn--black {
  background: #000;
  color: #fff; }
  .btn--black:hover {
    background-color: #000;
    box-shadow: 0 8px 50px rgba(255, 255, 255, 0.25); }

/* Inputs */
input[type="text"],
input[type="name"],
input[type="email"],
input[type="phone"],
input[type="number"],
input[type="password"],
textarea {
  display: block;
  margin: 0;
  padding: 10px;
  margin: 0.5em 0;
  min-width: 250px;
  font-family: proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear 0s;
  -webkit-appearance: none; }

input[type="text"]:hover,
input[type="name"]:hover,
input[type="email"]:hover,
input[type="phone"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
textarea:hover {
  border: 1px solid #aaa; }

input[type="text"]:focus,
input[type="name"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #FF7061;
  box-shadow: 0 0 3px #FF7061;
  outline: none; }

select {
  border: 1px solid #d6d6d6;
  display: block;
  width: 100%;
  background-color: white;
  height: 36px;
  margin: 0.5em 0; }

input[type="number"] {
  max-width: 100%;
  margin-left: 0; }

label {
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

textarea {
  width: 100%;
  height: 150px;
  padding: 1.5em;
  border: 2px solid #000;
  border-radius: 32px;
  font-size: 1em;
  font-weight: normal; }

.center input {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }

.show-password {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #333; }

/* Margins */
.mt0 {
  margin-top: 0; }

.mt1 {
  margin-top: 1em; }

.mt2 {
  margin-top: 2em; }

.mt3 {
  margin-top: 3em; }

.mb0 {
  margin-bottom: 0; }

.mb1 {
  margin-bottom: 1em; }

.mb2 {
  margin-bottom: 2em; }

.mb3 {
  margin-bottom: 3em; }

/* Layouts */
.clearfix:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.hide {
  display: none; }

.center {
  text-align: center; }

.center-vertical {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.half,
.thirds {
  float: left;
  width: 50%;
  box-sizing: border-box; }

.half.padded {
  padding: 0 1em; }

.thirds {
  width: 33.333333%; }

.wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }

/* Header */
header {
  background: #FF7061;
  padding: 16px 0; }
  @media (max-width: 768px) {
    header {
      padding: 16px; } }
  header .logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 1; }
    @media (max-width: 767px) {
      header .logo {
        grid-column-end: span 2;
        justify-content: center; } }
    header .logo img {
      width: 240px; }
      @media (max-width: 768px) {
        header .logo img {
          width: 120px; } }
    header .logo .sub-logo {
      font-size: 26px;
      line-height: 32px;
      color: white;
      font-weight: 300;
      margin-left: 4px;
      position: relative;
      top: -6px; }
      @media (min-width: 769px) {
        header .logo .sub-logo {
          display: none; } }
header .wrapper {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto; }
  @media (max-width: 767px) {
    header .wrapper {
      grid-template-columns: auto 50px;
      grid-template-rows: auto auto; } }
.mobile-menu {
  display: none; }
  @media (max-width: 768px) {
    .mobile-menu {
      display: block;
      color: #fff;
      width: 32px;
      height: 32px;
      justify-self: flex-end;
      align-self: center;
      grid-column-start: 2;
      grid-row-start: 1; } }
header nav {
  grid-column-start: 2;
  grid-column-end: span 1; }
  @media (min-width: 415px) {
    header nav {
      align-self: center; } }
  @media (max-width: 1023px) {
    header nav {
      grid-column-start: 1;
      grid-column-end: span 2; } }
header nav ul,
header nav ul li {
  list-style: none;
  padding: 0;
  margin: 0; }

header nav ul li {
  display: inline;
  position: relative; }
  header nav ul li .nav--start-a-group {
    background-color: white;
    padding: 6px;
    border-radius: 6px;
    color: #FF7061; }
    header nav ul li .nav--start-a-group a {
      color: #FF7061; }

header nav li a {
  padding: 0.5em 1em;
  border-radius: 4px;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 1099px) {
    header nav li a {
      padding: 0.5em 0.75em; } }
header nav li a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #fff; }

header nav li.nav--start-a-group a:hover {
  background: transparent;
  cursor: pointer; }

header nav ul li.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  margin: 10px auto 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 5px; }

header nav ul li.nav--start-a-group {
  background-color: white;
  padding: 8px;
  border-radius: 6px;
  color: #FF7061; }
  header nav ul li.nav--start-a-group a {
    color: #FF7061; }

.logo:hover {
  text-decoration: none; }

.header-logo-bsf-tag {
  position: relative;
  top: -22px;
  left: 16px;
  font-size: 18px;
  color: #fff; }

/* Content */
.content {
  padding: 4em 1em; }

.content-body {
  max-width: 600px;
  margin: 0 auto; }

.content h1 {
  font-size: 3.75em;
  margin: 0 0 1em; }

.content h1.dash:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  margin: 0.5em auto 1em;
  background: #FF7061; }

/* Intro */
.intro {
  position: relative;
  background: url("./../images/group.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 3em 1em 4em;
  overflow: hidden; }

.intro.intro-center-aligned .wrapper {
  display: flex;
  align-items: center; }

.intro.intro-bottom-aligned .wrapper {
  display: flex;
  align-items: flex-end; }

.intro:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.intro .half {
  position: relative;
  z-index: 2; }

.intro .half:first-child {
  padding-right: 2em; }

.intro h1 {
  font-size: 3.75em;
  margin: 1.25em 0 0.375em;
  text-shadow: 0 3px 20px #000; }

.intro h2 {
  font-size: 1.5em;
  font-weight: 300;
  text-shadow: 0 3px 10px #000; }

.intro-phones {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .intro-phones img {
    max-width: 50%; }
    .intro-phones img:first-child {
      position: relative;
      z-index: 2;
      animation: phoneback 0.5s 1 ease-out; }
    .intro-phones img:last-child {
      position: relative;
      z-index: 1;
      margin-left: -20%;
      top: 30px;
      animation: phoneback 1s 1 ease-out; }

@keyframes phoneback {
  0% {
    transform: translate(0, 100px);
    opacity: 0.5; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

.intro p {
  line-height: 1.4;
  opacity: .75; }

.app-stores {
  margin: 2em auto; }
  .app-stores a.btn {
    border-radius: 6px;
    padding: 1.25em; }

.app-stores img {
  height: 44px; }

.app-stores a {
  margin-right: 10px;
  position: relative; }

.app-stores a:hover {
  top: -1px; }

/* Cards */
.card {
  width: 90%;
  margin-top: 3em;
  padding: 2em 0; }

.cards .half:nth-child(2) .card {
  float: right; }

.card-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px; }

.card-image img {
  display: block; }

.card-image:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -75px;
  right: -75px;
  width: 150px;
  height: 150px;
  background: #FF7061;
  transform: rotate(45deg);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear 0s; }

.card-image:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: url("./../images/icon-team.svg") 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear 0s; }

.card--member .card-image:after {
  background-image: url("./../images/icon-study.svg"); }

/*
.card:hover .card-image:before {
  bottom: -90px;
  right: -90px;
  width: 180px;
  height: 180px;
}

.card:hover .card-image:after {
  bottom: 20px;
  right: 20px;
  transform: scale(1.1);
  transform-origin: center;
}
*/
.card h3 {
  margin: 0.5em 0 0.25em;
  font-size: 3em; }

/* Why */
.why {
  padding: 4em 0; }

.why h3 {
  max-width: 80%;
  font-size: 2em;
  font-weight: 400; }

.why h3:before {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: #FF7061;
  margin-bottom: 1.5em; }

.why .feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3em; }

.why .feature img {
  margin-right: 2em; }

.why .feature h4 {
  margin-bottom: 0.5em; }

/* Feature Blocks */
.feature-section {
  padding: 3em 1em;
  margin-bottom: 200px;
  background: #FF7061;
  color: #fff; }

.feature-section--no-overlap {
  margin-bottom: 0; }

.feature-section h2 {
  font-size: 3em;
  margin-bottom: 0.25em;
  text-align: center; }

.feature-section-content {
  display: flex;
  align-items: center;
  margin-top: 2em; }

.feature-section-phone {
  width: 28%;
  margin-bottom: -200px; }

.feature-section--no-overlap .feature-section-phone {
  margin-bottom: 0; }

.feature-blocks {
  width: 72%;
  column-count: 2;
  margin-top: 4em;
  padding-left: 4em;
  box-sizing: border-box; }

.feature-blocks .feature {
  display: flex;
  align-items: flex-start;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 2em;
  border-radius: 12px;
  padding: 1em;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear 0s; }

.feature-blocks .feature:hover {
  background: rgba(0, 0, 0, 0.05); }

.feature-blocks .feature img {
  margin-right: 1em;
  max-width: 30px; }

.feature-blocks .feature h4 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.325em; }

.feature-blocks .feature p {
  font-size: 0.875em; }

/* Quote */
.quote {
  margin: 6em auto 6em; }

.quote p {
  margin-bottom: 1em;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.4;
  color: #FF7061; }

.quote-author {
  font-size: 2em;
  text-align: right; }

.quote-author-title {
  font-size: 0.5em; }

/* Download */
.download {
  display: flex;
  background: #FF7061;
  color: #fff; }

.download .half:first-child {
  display: flex;
  align-items: center;
  padding: 5em 5% 1em; }

.download .half:first-child h3 {
  width: 100%;
  font-size: 1.75em;
  line-height: 1.6;
  flex-basis: 100%; }

.download .half:nth-child(2) {
  background: url("./../images/people2.jpg") left center no-repeat;
  background-size: cover; }

/* Half Blocks */
.half-block_image,
.half-block_text {
  float: left;
  width: 50%; }

.half-block {
  display: flex; }

.half-block img {
  display: block; }

.half-block .half-block_text {
  display: flex;
  align-items: center;
  padding: 10em 5em; }

.half-block h4 {
  margin: 1em 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #FF7061; }

.half-block h3 {
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1.4; }

.half-block.half-block--vision .image-block {
  background: url("./../images/people-phones.jpg") center center no-repeat;
  background-size: cover; }

.half-block.half-block--bsf {
  /* 	border-top: 1px solid #ebebeb; */
  background: rgba(0, 0, 0, 0.02); }

.half-block.half-block--bsf .image-block {
  background: url("./../images/bsf-bible.jpg") center center no-repeat;
  background-size: cover; }

.half-block--donate .image-block {
  background: url("./../images/people-phones.jpg") center center no-repeat;
  background-size: cover; }

.half-block--donate {
  background: #FF7061;
  color: #fff; }

/* Pages */
.page-header {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 12em 1em; }

.page-header h1 {
  font-size: 3.75em;
  margin-bottom: 0.25em; }

.page-header p {
  font-size: 1.5em; }

.page-header {
  position: relative; }

.page-header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }

.page-header > * {
  position: relative; }

.how-to {
  padding: 4em 1em;
  background: #282827;
  color: #FF7061;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.how-to h3 {
  margin-bottom: 2em;
  color: #fff; }

.how-to img {
  display: block;
  margin: 0 auto 1em; }

/* Training */
.feature-block--white {
  padding: 4em 1em; }

.feature-block--white .half:first-child h4 {
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em; }

.feature-block--white .half:first-child img {
  max-width: 90%;
  border-radius: 12px; }

.feature-block--white .half:nth-child(2) {
  margin-top: 2em; }

.feature-block--white .feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3em; }

.feature-block--white .feature img {
  margin-right: 2em;
  max-width: 50px;
  max-height: 50px; }

.feature-block--white .feature h4 {
  margin-bottom: 0.5em; }

.feature-list {
  column-count: 2; }
  @media (min-width: 769px) {
    .feature-list {
      display: flex; } }
.feature-list .feature {
  max-width: 90%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

/* Signup Form */
.member-signup-form {
  padding: 3em 1em; }

.wrapper-med {
  max-width: 600px;
  margin: 0 auto; }

.member-signup-form h2 {
  font-size: 3em; }

.member-signup-form center p {
  max-width: 600px;
  margin: 1em auto 2em; }

.member-signup-form .field {
  margin-bottom: 1em; }
  @media only screen and (max-width: 960px) {
    .member-signup-form .field {
      margin-bottom: 4px; } }
  .member-signup-form .field.full-width {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px; }
    .member-signup-form .field.full-width label {
      font-size: 0.9em; }

.member-signup-form .field input {
  width: 100%; }
  .member-signup-form .field input[type="checkbox"] {
    margin: 0 8px 0 0; }

.learn-more {
  margin: 2em auto;
  padding-top: 2em;
  border-top: 1px solid #ebebeb;
  font-size: 2em;
  text-align: center; }

.learn-more img {
  display: block;
  margin: 1em auto; }

/* Share Pages */
.share-content {
  padding: 0 1em; }

.share-options {
  padding: 3em 1em; }
  .share-options .btn {
    min-width: 200px; }

.share-options p {
  font-size: 1.5em; }

.share-options-buttons {
  margin: 3em 0 0; }

.header-bible {
  background: #141815 url("./../images/header-bible.jpg") 0 0 no-repeat;
  background-size: cover; }

.header-bible:before {
  background: rgba(0, 0, 0, 0.1); }

.header-hands {
  background: #141815 url("./../images/header-hands.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 7em 1em; }

.header-hands:before {
  background: rgba(0, 0, 0, 0.35); }

.header-share {
  background: #141815 url("./../images/header-share.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 10em 1em; }

.header-donate {
  background: #141815 url("./../images/header-donate.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 10em 1em; }

.wordgo-word {
  width: 350px; }

.header-hands h1,
.header-share h1,
.header-donate h1 {
  margin: 0;
  font-size: 4.5em;
  text-shadow: none; }

.share-prayer-form input[type="text"],
.share-prayer-form input[type="email"] {
  width: 100%; }

.share-options-secondary {
  max-width: 800px;
  margin: 0 auto;
  padding: 5em 0;
  border-top: 1px solid #ebebeb; }

.share-prayer-form .field {
  margin-bottom: 1em; }

/* Footer */
footer {
  background: #282827;
  color: #fff;
  padding: 4em 2em 2em;
  /* 	border-top: 4px solid #FF7061; */ }

footer .columns {
  display: flex;
  margin-bottom: 5em; }

footer .column.column--nav {
  width: 40%; }

footer .column.column--nav ul {
  column-count: 2; }

footer .column.column--contact {
  width: 20%; }

footer .column.column--email {
  width: 40%;
  margin-left: auto; }

footer h3 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3em;
  -webkit-font-smoothing: antialiased; }

footer ul li {
  list-style: none;
  margin-bottom: 0.5em; }

footer ul li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none; }

footer ul li a:hover {
  color: #fff;
  opacity: .5; }

footer .logo {
  float: left; }

footer .logo img {
  display: block;
  width: 200px;
  margin-bottom: 1em; }

footer .social {
  float: right !important;
  text-align: right !important;
  margin-top: 0.5em; }

footer .social a {
  margin-left: 1em; }

footer .social a:hover {
  opacity: .5; }

footer .email-signup {
  display: flex; }

footer .email-signup input[type="email"] {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 5px;
  border: none;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  padding: 1em;
  width: 75%;
  box-sizing: border-box; }

footer .email-signup input[type="email"]:hover {
  background: rgba(255, 255, 255, 0.15); }

footer .email-signup input[type="submit"] {
  margin-top: 10px; }

footer .copyright {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: .5; }

.mobile-only {
  display: none; }

/* Mobile */
@media only screen and (max-width: 960px) {
  .mobile-only {
    display: revert; }
  .tiny {
    font-size: 0.675em; }
  .half,
  .thirds {
    width: 100%;
    float: none; }
  header nav {
    display: none; }
  header nav ul {
    margin-top: 1em; }
  header nav ul li {
    display: block;
    margin: 0; }
    header nav ul li.nav--start-a-group {
      background-color: white;
      padding: 6px 12px;
      border-radius: 6px;
      color: #FF7061; }
      header nav ul li.nav--start-a-group a {
        color: #FF7061; }
  header nav ul li a {
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  header nav ul li:last-child a {
    border-bottom: none; }
  header nav ul li.active:after {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin: 0;
    left: -10px;
    top: 23px;
    background: #fff; }
  .intro {
    background-color: #282827; }
  .intro:before {
    background: rgba(0, 0, 0, 0.7); }
  .intro h1 {
    margin-top: 0;
    font-size: 2.5em; }
  .intro h2 {
    font-size: 1.125em; }
  .intro p {
    font-size: 0.875em; }
  .intro.intro-center-aligned .wrapper {
    display: block; }
  .intro.intro-center-aligned .wrapper {
    display: block; }
  .header-bible {
    background-position-x: 40%; }
  .header-hands,
  .header-share,
  .header-donate {
    padding: 3em 1em;
    background-position-x: 50%; }
  .wordgo-word {
    max-width: 70%; }
  .header-logo-bsf-tag {
    top: -12px;
    left: 2px;
    font-size: 14px; }
  .app-stores {
    margin: 1em auto; }
  .intro-phones {
    margin-top: 3em;
    margin-bottom: -15em; }
  .intro-phones img {
    max-width: 59%; }
  .card {
    margin: 0 auto; }
  .cards .half:nth-child(2) .card {
    float: none; }
  .card h3 {
    font-size: 2em; }
  .why {
    padding: 1em; }
  .why h3 {
    max-width: 100%;
    margin-bottom: 2em; }
  .why .app-stores {
    display: none; }
  .feature-section {
    padding: 2em 1em 0;
    margin: 0; }
  .feature-section h2 {
    font-size: 2em;
    margin-bottom: 0.25em; }
  .feature-section-phone {
    width: 65%;
    margin: 0 auto; }
  .feature-section-content {
    display: block; }
  .feature-blocks {
    width: 100%;
    padding: 0;
    column-count: 1; }
  .feature-block--white .feature img {
    margin-right: 1em;
    max-width: 40px;
    max-height: 30px; }
  .quote {
    margin: 0;
    padding: 3em 1em; }
  .quote p {
    font-size: 2em; }
  .download,
  .half-block {
    display: block; }
  .download .half:first-child {
    padding: 2em 5% 0; }
  .half-block .half-block_text {
    width: 100%;
    padding: 1em; }
  .half-block .image-square {
    padding-bottom: 50%; }
  .content h1 {
    font-size: 2.5em; }
  .page-header {
    padding: 4em 1em; }
  .page-header h1 {
    font-size: 2.5em; }
  .page-header p {
    font-size: 1.125em; }
  .how-to .thirds {
    margin: 3em auto 0; }
  .feature-block--white {
    padding: 1em; }
  .feature-block--white .half:first-child img {
    max-width: 100%; }
  .feature-block--white .feature-list {
    column-count: 1; }
  .member-signup-form h2 {
    font-size: 2em; }
  .member-signup-form .field {
    float: none;
    width: 100%; }
    .member-signup-form .field:nth-child(even) {
      float: none; }
    .member-signup-form .field.timezone {
      max-width: 320px; }
  .learn-more {
    display: none; }
  input[type="text"],
  input[type="name"],
  input[type="email"],
  input[type="phone"],
  input[type="number"],
  input[type="password"],
  textarea {
    min-width: 0;
    margin: 0;
    width: 100%; }
  footer {
    padding: 2em 1em; }
  footer .columns,
  footer .email-signup {
    display: block; }
  footer .column {
    width: 100% !important;
    margin-bottom: 3em; }
  footer h3 {
    margin-bottom: 2em; }
  footer .social {
    clear: both;
    float: none;
    text-align: left;
    margin-bottom: 1.5em; }
  footer .social a {
    margin: 0 1em 0 0; } }

@media only screen and (max-width: 320px) {
  footer .social a {
    margin-left: 0.5em; }
  footer .social a img {
    max-width: 25px; } }

.modal-header {
  border-bottom: none; }

#mc_embed_signup form {
  padding: 0; }

.intro.study_list {
  background-image: url("./../images/study-list-hero.png");
  background-size: 75%;
  background-position: top right;
  min-height: 480px;
  border-bottom: 1px solid grey; }
  .intro.study_list:before {
    background: none; }
  .intro.study_list h1 {
    color: #FF7061;
    margin-top: 4em;
    text-shadow: none; }

.wrapper.study_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding-top: 4em; }
  .wrapper.study_list .study {
    flex-basis: 45%;
    margin-bottom: 3em;
    height: 100%;
    text-decoration: none; }
    .wrapper.study_list .study h2 {
      margin: 0.5em 0 0; }
    .wrapper.study_list .study h3 {
      font-size: 1.2em; }
    .wrapper.study_list .study .cover {
      height: 360px;
      background-size: cover;
      border-radius: 24px;
      background-position: center center; }

@media only screen and (max-width: 1199px) {
  .wrapper.study_list {
    padding: 4%; } }

@media only screen and (max-width: 960px) {
  .intro.study_list {
    background-image: url("./../images/study-list-hero.png");
    background-size: cover;
    background-position: top right;
    min-height: 240px;
    background-color: #fff; }
    .intro.study_list h1 {
      color: #FF7061;
      margin-top: 2em;
      text-shadow: 4px 4px 8px #fff; }
  .wrapper.study_list .study {
    flex-basis: 100%; } }

.intro.study_detail {
  background-size: cover;
  background-position: center;
  min-height: 480px; }
  .intro.study_detail:before {
    background: none; }
  .intro.study_detail h1 {
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.5); }

.wrapper.study_detail {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 4%;
  margin-bottom: 12em; }
  .wrapper.study_detail h2 {
    font-size: 1.5em;
    margin: 2em 0;
    grid-row-start: 1;
    grid-row-end: span 1;
    grid-column-start: 1;
    grid-column-end: span 2; }
  .wrapper.study_detail .description {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 4em;
    float: left; }
  .wrapper.study_detail .small-group {
    align-self: end;
    margin-bottom: 8em; }
  .wrapper.study_detail .explore-more {
    justify-self: center;
    grid-column-start: 1;
    grid-column-end: span 2;
    margin-bottom: 4em; }

@media only screen and (max-width: 960px) {
  .intro.study_detail {
    min-height: 240px; }
  .wrapper.study_detail {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin: 0 4%; }
    .wrapper.study_detail h2 {
      margin: 1em 0;
      grid-row-start: 1;
      grid-row-end: span 1;
      grid-column-start: 1;
      grid-column-end: span 1; }
    .wrapper.study_detail .description {
      margin-bottom: 2em; }
    .wrapper.study_detail .small-group {
      display: none; }
    .wrapper.study_detail .explore-more {
      grid-column-start: 1;
      grid-column-end: span 1; } }

.page-wrapper {
  max-width: 1200px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  margin: 0 auto; }

.wrapper {
  margin: 0 auto; }

.wrapper--full {
  max-width: 1200px; }

.wrapper--raised {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.excerpt-block {
  background-color: #FF7061;
  background-image: url("./../images/background-salmon-shapes.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 767px) {
    .excerpt-block {
      background-position: inherit; } }
.excerpt-block--dark {
  background-color: #333333;
  background-image: none; }
  .excerpt-block--dark .excerpt-block-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left; }
    @media (max-width: 767px) {
      .excerpt-block--dark .excerpt-block-content {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-row-gap: 32px; } }
    .excerpt-block--dark .excerpt-block-content img {
      border-radius: 16px; }
    .excerpt-block--dark .excerpt-block-content .quote {
      font-size: 36px; }
    .excerpt-block--dark .excerpt-block-content .byline {
      font-size: 18px;
      font-weight: normal; }
    .excerpt-block--dark .excerpt-block-content .subquote {
      display: block;
      font-size: 18px;
      font-weight: normal;
      margin-top: 1em; }

.excerpt-block-content {
  text-align: center;
  margin: 96px 0;
  color: #FFFFFF;
  font-size: 2.5em;
  font-weight: bold; }
  @media (max-width: 767px) {
    .excerpt-block-content {
      padding: 32px;
      font-size: 1.2em; } }
  .excerpt-block-content .quote {
    padding: 0; }

.excerpt-block-content--full {
  margin: 96px auto;
  max-width: 1200px; }
  @media (max-width: 767px) {
    .excerpt-block-content--full {
      margin: 0; } }
.step-block {
  padding: 64px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  background-size: cover; }
  @media (max-width: 767px) {
    .step-block {
      padding: 0;
      grid-template-rows: 1fr 2fr;
      grid-template-columns: 1fr; } }
.step-block--alternate {
  grid-template-columns: 3fr 2fr; }
  @media (max-width: 767px) {
    .step-block--alternate {
      grid-template-rows: 1fr 2fr;
      grid-template-columns: 1fr; } }
  .step-block--alternate .step-block-content {
    grid-column-start: 2; }

.step-block-content {
  background: #fff;
  border-radius: 20px;
  padding: 48px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    .step-block-content {
      border-radius: 0;
      grid-row-start: 2;
      padding: 16px;
      display: flex;
      flex-direction: column; } }
  .step-block-content .btn {
    align-self: center; }

.step-block-content__label,
.step-block-content__header {
  font-size: 2.5em;
  font-weight: bolder; }

.step-block-content__label {
  color: #ff7061; }

.step-block-content__header {
  line-height: 1.2em; }

.step-block-content__body {
  margin: 16px 0 64px;
  font-size: 1.125em; }
  @media (max-width: 767px) {
    .step-block-content__body {
      margin-bottom: 32px; } }
/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__container {
  background-color: #fff;
  padding: 1em;
  max-width: 80%;
  width: 1080px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box; }
  @media only screen and (max-width: 640px) {
    .modal__container {
      width: 100%;
      padding: 0;
      max-width: 100%; } }
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.grecaptcha-badge {
  z-index: 5;
  visibility: hidden; }

.page-church .form.step-block-content__body {
  margin-bottom: 75px; }

.email-signup ::placeholder {
  color: #C9C9C9 !important; }

.step-block-content__body {
  margin: 16px 0 0px; }

.step-block-content {
  padding: 48px 48px 38px 48px; }

.cta--newsletter .column--email p {
  max-height: 10px;
  margin-bottom: 15px;
  position: relative;
  top: -8px; }

button.btn.launch-modal.mt-4 {
  padding: 16px 22.55px; }

.page-church .form.step-block-content__body {
  margin-bottom: 75px; }

.template--blog-index .header, .template--blog-index .posts {
  font-size: 18px;
  margin: 0 auto;
  max-width: 960px;
  width: 100%; }
  @media (max-width: 1023px) {
    .template--blog-index .header, .template--blog-index .posts {
      padding: 0 32px; } }
  @media (max-width: 1023px) {
    .template--blog-index .header, .template--blog-index .posts {
      padding: 32px 16px 0; } }
.template--blog-index .header {
  margin: 32px auto 32px;
  display: flex;
  justify-content: center; }
  @media (max-width: 1023px) {
    .template--blog-index .header {
      display: none; } }
.template--blog-index a {
  text-decoration: none; }

.template--blog-index h1 {
  font-size: 1.7em; }
  @media (max-width: 767px) {
    .template--blog-index h1 {
      font-size: 1.4em; } }
.template--blog-index h2 {
  font-weight: normal; }

.template--blog-index .post--time-to-read {
  font-size: 0.8em; }

.template--blog-index .posts--masonry {
  display: grid;
  grid-template: "p1 p1 p1 p1 p1 p1 p1 p1" auto "p2 p2 p2 p3 p3 p3 p3 p3" auto "p4 p4 p4 p4 p4 p5 p5 p5" auto / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 32px;
  margin-bottom: 96px; }
  @media (max-width: 767px) {
    .template--blog-index .posts--masonry {
      grid-template: "p1" auto "p2" auto "p3" auto "p4" auto "p5" auto / 1fr;
      grid-gap: 16px;
      margin-bottom: 48px; } }
  .template--blog-index .posts--masonry .posts--masonry--post {
    border-radius: 32px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
    padding: 32px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease-out;
    min-height: 340px; }
    @media (max-width: 767px) {
      .template--blog-index .posts--masonry .posts--masonry--post {
        padding: 16px; } }
    .template--blog-index .posts--masonry .posts--masonry--post:hover {
      box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.6); }
    .template--blog-index .posts--masonry .posts--masonry--post h2 {
      font-size: 1.1em;
      font-weight: normal; }
      @media (max-width: 767px) {
        .template--blog-index .posts--masonry .posts--masonry--post h2 {
          display: none; } }
    .template--blog-index .posts--masonry .posts--masonry--post h1, .template--blog-index .posts--masonry .posts--masonry--post h2, .template--blog-index .posts--masonry .posts--masonry--post .post--time-to-read {
      text-shadow: 2px 2px 24px rgba(0, 0, 0, 0.2), -2px -2px 24px rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .template--blog-index .posts--masonry .posts--masonry--post {
        min-height: 400px; } }
    .template--blog-index .posts--masonry .posts--masonry--post .post--topic {
      background-color: #F0F0F0E5;
      border-radius: 16px;
      display: inline-block;
      padding: 2px 8px;
      font-size: 0.7em;
      color: #222;
      margin-bottom: 8px;
      text-transform: uppercase; }
    .template--blog-index .posts--masonry .posts--masonry--post .post--time-to-read {
      margin-top: 16px; }
      @media (max-width: 767px) {
        .template--blog-index .posts--masonry .posts--masonry--post .post--time-to-read {
          margin-top: 8px; } }
  .template--blog-index .posts--masonry .posts--masonry--post__1 {
    grid-area: p1; }
    @media (min-width: 415px) {
      .template--blog-index .posts--masonry .posts--masonry--post__1 {
        min-height: 400px; } }
    @media (min-width: 769px) {
      .template--blog-index .posts--masonry .posts--masonry--post__1 h2 {
        max-width: 62%; } }
  .template--blog-index .posts--masonry .posts--masonry--post__2 {
    grid-area: p2; }
  .template--blog-index .posts--masonry .posts--masonry--post__3 {
    grid-area: p3; }
  .template--blog-index .posts--masonry .posts--masonry--post__4 {
    grid-area: p4; }
  .template--blog-index .posts--masonry .posts--masonry--post__5 {
    grid-area: p5; }
  .template--blog-index .posts--masonry .posts--masonry--post__2 h2, .template--blog-index .posts--masonry .posts--masonry--post__5 h2 {
    display: none; }
  .template--blog-index .posts--masonry .posts--masonry--post__2 .post--time-to-read, .template--blog-index .posts--masonry .posts--masonry--post__5 .post--time-to-read {
    margin-top: 8px; }

.template--blog-index .posts--overflow {
  margin: 96px auto; }
  @media (max-width: 767px) {
    .template--blog-index .posts--overflow {
      margin-top: 48px;
      padding: 0; } }
  .template--blog-index .posts--overflow > h1 {
    font-weight: normal;
    font-size: 1.6em;
    margin-bottom: 32px; }
  .template--blog-index .posts--overflow .posts--overflow--post {
    display: block;
    margin-bottom: 32px; }
    .template--blog-index .posts--overflow .posts--overflow--post:hover article img {
      box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.6); }
    .template--blog-index .posts--overflow .posts--overflow--post article {
      display: grid;
      grid-template: "image meta1" auto "image meta2" auto "image meta3" auto "image meta4" auto / auto 1fr;
      grid-column-gap: 16px; }
      @media (max-width: 767px) {
        .template--blog-index .posts--overflow .posts--overflow--post article {
          grid-template: "image meta2 meta2" auto "image meta3 meta3" auto "image meta1 meta4" auto / 80px 1fr 1fr;
          grid-column-gap: 8px; } }
      .template--blog-index .posts--overflow .posts--overflow--post article img {
        border-radius: 16px;
        grid-area: image;
        box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease-out; }
      .template--blog-index .posts--overflow .posts--overflow--post article .post--topic {
        grid-area: meta1;
        color: #FD7161;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .template--blog-index .posts--overflow .posts--overflow--post article .post--topic {
            font-size: 0.7em; } }
      .template--blog-index .posts--overflow .posts--overflow--post article h1 {
        grid-area: meta2;
        color: #222222;
        align-self: flex-end;
        margin-bottom: 8px; }
        @media (max-width: 767px) {
          .template--blog-index .posts--overflow .posts--overflow--post article h1 {
            font-size: 1em;
            margin-bottom: 4px; } }
      .template--blog-index .posts--overflow .posts--overflow--post article h2 {
        grid-area: meta3;
        color: #818383;
        font-size: 0.8em;
        font-weight: normal; }
        @media (max-width: 767px) {
          .template--blog-index .posts--overflow .posts--overflow--post article h2 p {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; } }
      .template--blog-index .posts--overflow .posts--overflow--post article .post--time-to-read {
        grid-area: meta4;
        color: #222222;
        font-weight: bold; }
        @media (max-width: 767px) {
          .template--blog-index .posts--overflow .posts--overflow--post article .post--time-to-read {
            display: flex;
            justify-content: flex-end; } }
.template--blog-post article, .template--blog-post nav {
  font-size: 18px;
  margin: 0 auto;
  max-width: 960px;
  width: 100%; }
  @media (max-width: 1023px) {
    .template--blog-post article, .template--blog-post nav {
      padding: 0 32px; } }
  @media (max-width: 767px) {
    .template--blog-post article, .template--blog-post nav {
      padding: 0 16px; } }
.template--blog-post article {
  margin-top: 112px; }
  @media (max-width: 767px) {
    .template--blog-post article {
      margin-top: 48px; } }
  .template--blog-post article p:empty {
    height: 1.2em; }
  .template--blog-post article p + p {
    margin-top: 1.2em; }
  .template--blog-post article picture > img {
    width: 100%; }
  .template--blog-post article .meta__header {
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .template--blog-post article .meta__header {
        margin-bottom: 16px; } }
    .template--blog-post article .meta__header img {
      border-radius: 32px;
      margin-top: 16px; }
  .template--blog-post article .meta--topic {
    color: #FD7161;
    text-transform: uppercase; }
  .template--blog-post article .meta--title {
    font-size: 3em; }
    @media (max-width: 767px) {
      .template--blog-post article .meta--title {
        font-size: 2em; } }
  .template--blog-post article .meta--intro {
    font-size: 1.2em;
    margin-bottom: 16px;
    font-weight: normal; }
  .template--blog-post article img.rounded-corners {
    border-radius: 32px; }
  .template--blog-post article [class^="block-"] {
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .template--blog-post article [class^="block-"] {
        margin-bottom: 16px; } }
    .template--blog-post article [class^="block-"] [class^="block-"] {
      margin-bottom: 16px; }
    .template--blog-post article [class^="block-"] [class^="block-"]:last-child {
      margin-bottom: 0; }
  .template--blog-post article .block-newsletter_cta,
  .template--blog-post article .block-social_cta,
  .template--blog-post article .block-download_app_cta {
    margin-bottom: 32px; }
  .template--blog-post article .cta {
    background-color: #F0F0F0;
    border-radius: 8px;
    padding: 32px;
    margin-top: 32px; }
    @media (max-width: 767px) {
      .template--blog-post article .cta {
        padding: 16px; } }
    .template--blog-post article .cta .btn {
      background-color: #222; }
  .template--blog-post article .cta--social, .template--blog-post article .cta--newsletter, .template--blog-post article .cta--download-app {
    display: grid;
    padding-bottom: 0; }
    .template--blog-post article .cta--social .btns, .template--blog-post article .cta--newsletter .btns, .template--blog-post article .cta--download-app .btns {
      display: flex;
      flex-direction: row;
      align-self: flex-start;
      flex-wrap: wrap;
      margin-top: 16px; }
    .template--blog-post article .cta--social > img, .template--blog-post article .cta--newsletter > img, .template--blog-post article .cta--download-app > img {
      grid-area: img;
      margin-top: -4em;
      max-width: 480px;
      width: 100%;
      display: flex;
      justify-self: end; }
  .template--blog-post article .cta--download-app {
    grid-template: "txt img" 1fr / 2fr 3fr; }
    .template--blog-post article .cta--download-app .copy {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .template--blog-post article .cta--download-app .btns a {
      display: block;
      margin-right: 8px; }
    .template--blog-post article .cta--download-app .btns img {
      height: 48px; }
  .template--blog-post article .cta--social {
    grid-template: "txt img" 1fr "buttons img" 1fr / 2fr 3fr; }
    .template--blog-post article .cta--social .copy {
      grid-area: txt;
      display: flex;
      flex-direction: column;
      align-self: end; }
      .template--blog-post article .cta--social .copy h1 {
        margin-bottom: 0.5em; }
        @media (max-width: 767px) {
          .template--blog-post article .cta--social .copy h1 {
            margin-bottom: 0; } }
    .template--blog-post article .cta--social .btns {
      grid-area: buttons; }
      .template--blog-post article .cta--social .btns .btn__facebook {
        grid-area: facebook;
        margin-right: 1em; }
        @media (max-width: 767px) {
          .template--blog-post article .cta--social .btns .btn__facebook {
            margin-right: 0; } }
      .template--blog-post article .cta--social .btns .btn__instagram {
        grid-area: instagram; }
  .template--blog-post article .cta--newsletter {
    grid-template: "form img" 1fr / 2fr 3fr; }
    .template--blog-post article .cta--newsletter .column {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .template--blog-post article .cta--newsletter .column .btn {
        margin-top: 16px; }
    .template--blog-post article .cta--newsletter img {
      width: 64%;
      justify-self: center; }
  .template--blog-post article .cta--social, .template--blog-post article .cta--newsletter, .template--blog-post article .cta--download-app {
    padding-bottom: 16px; }
    @media (max-width: 767px) {
      .template--blog-post article .cta--social, .template--blog-post article .cta--newsletter, .template--blog-post article .cta--download-app {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-row-gap: 1em; } }
    @media (max-width: 767px) {
      .template--blog-post article .cta--social .btns, .template--blog-post article .cta--newsletter .btns, .template--blog-post article .cta--download-app .btns {
        justify-content: space-between; } }
    @media (max-width: 767px) {
      .template--blog-post article .cta--social > img, .template--blog-post article .cta--newsletter > img, .template--blog-post article .cta--download-app > img {
        display: none; } }
  .template--blog-post article .meta .meta--author {
    color: #FD7161; }
  .template--blog-post article .meta .interpunct {
    margin: 0 8px;
    color: #818383; }
  .template--blog-post article .meta__footer {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    padding: 24px 0; }
    .template--blog-post article .meta__footer .meta--tags {
      margin-top: 16px; }
      .template--blog-post article .meta__footer .meta--tags .btn {
        color: #fff;
        cursor: default;
        font-size: 12px;
        line-height: 1em;
        padding: 1em; }

.template--blog-post .block-heading_1 {
  font-size: 1.6em;
  font-weight: bold; }

.template--blog-post .block-heading_2 {
  font-size: 1.2em;
  font-weight: bold; }

.template--blog-post .block-separator {
  display: flex;
  justify-content: center; }
  .template--blog-post .block-separator .separator {
    text-align: center; }
  .template--blog-post .block-separator .separator--glyph-dots {
    font-size: 8em;
    line-height: 0.5em; }
    @media (max-width: 767px) {
      .template--blog-post .block-separator .separator--glyph-dots {
        line-height: 0.25em; } }
  .template--blog-post .block-separator .separator--horizontal-rule {
    width: 70%; }

.template--blog-post .block-button {
  display: flex; }
  @media (max-width: 767px) {
    .template--blog-post .block-button {
      justify-content: center; } }
.template--blog-post .block-excerpt {
  font-size: 1.8em;
  font-style: italic;
  line-height: 1.2em;
  font-weight: bold; }
  .template--blog-post .block-excerpt .excerpt {
    display: flex; }
    .template--blog-post .block-excerpt .excerpt > span {
      max-width: 480px; }
  .template--blog-post .block-excerpt .excerpt__left {
    justify-content: flex-start;
    margin-left: 1em; }
  .template--blog-post .block-excerpt .excerpt__center {
    display: flex;
    justify-content: center; }
  .template--blog-post .block-excerpt .excerpt__right {
    justify-content: flex-end;
    margin-right: 1em; }

.template--blog-post [class^="block-columns_"] img.rounded-corners {
  border-radius: 16px; }

.template--blog-post [class^="block-columns_"] .columns-two__f1-1 {
  grid-template-columns: 1fr 1fr; }

.template--blog-post [class^="block-columns_"] .columns-two__f2-1 {
  grid-template-columns: 2fr 1fr; }

.template--blog-post [class^="block-columns_"] .columns-two__f1-2 {
  grid-template-columns: 1fr 2fr; }

.template--blog-post [class^="block-columns_"] .columns-three__f1-1-1 {
  grid-template-columns: 1fr 1fr 1fr; }

.template--blog-post [class^="block-columns_"] [class^="columns-"] {
  display: grid;
  grid-column-gap: 3em; }
  @media (max-width: 767px) {
    .template--blog-post [class^="block-columns_"] [class^="columns-"] {
      grid-template-columns: 1fr;
      grid-row-gap: 16px; } }
.template--blog-post .block-two_column {
  display: grid;
  grid-template-columns: 1fr; }

.template--blog-post article + nav.posts {
  margin: 32px auto;
  max-width: 960px;
  width: 100%;
  display: grid;
  grid-template: "prev . next" 1fr / 1fr 32px 1fr;
  grid-column-gap: 16px; }
  @media (max-width: 767px) {
    .template--blog-post article + nav.posts {
      grid-template: "next" 1fr "prev" 1fr / 1fr; } }
  .template--blog-post article + nav.posts .posts--post__prev, .template--blog-post article + nav.posts .posts--post__next {
    display: flex;
    padding: 16px;
    border-radius: 16px;
    text-decoration: none; }
    .template--blog-post article + nav.posts .posts--post__prev:hover, .template--blog-post article + nav.posts .posts--post__next:hover {
      background-color: #F0F0F0; }
    @media (max-width: 767px) {
      .template--blog-post article + nav.posts .posts--post__prev, .template--blog-post article + nav.posts .posts--post__next {
        width: 100%;
        max-width: 100%; } }
    .template--blog-post article + nav.posts .posts--post__prev > div, .template--blog-post article + nav.posts .posts--post__next > div {
      display: flex;
      flex-direction: column; }
      .template--blog-post article + nav.posts .posts--post__prev > div > p, .template--blog-post article + nav.posts .posts--post__next > div > p {
        color: #818383;
        font-size: 0.9em; }
    .template--blog-post article + nav.posts .posts--post__prev .post--title, .template--blog-post article + nav.posts .posts--post__next .post--title {
      color: #000000;
      font-weight: bold; }
  .template--blog-post article + nav.posts .posts--post__prev {
    grid-area: prev; }
    .template--blog-post article + nav.posts .posts--post__prev img {
      margin-right: 16px;
      max-width: 22px; }
  .template--blog-post article + nav.posts .posts--post__next {
    grid-area: next;
    flex-direction: row-reverse; }
    .template--blog-post article + nav.posts .posts--post__next img {
      margin-left: 16px;
      max-width: 22px; }
    .template--blog-post article + nav.posts .posts--post__next > div {
      align-items: flex-end; }

.template--group-guides .page-header {
  background: #282827 url("./../images/group-guide-header.jpg") top center no-repeat;
  background-size: cover; }

.template--group-guides .excerpt-block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.template--group-guides .step-block--step1 {
  background-color: #2e2d2c;
  background-image: url("./../images/group-guides-step1-background.png");
  background-size: 50%;
  background-position: center right;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .template--group-guides .step-block--step1 {
      background-position: initial;
      background-size: contain; } }
.template--group-guides .step-block--step2 {
  background-color: #fd7161;
  background-image: url("./../images/group-guides-step2-background.png");
  background-size: 50%;
  background-position: center left;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .template--group-guides .step-block--step2 {
      background-position: initial;
      background-size: contain; } }
.template--group-guides .step-block--step3 {
  background-image: url("./../images/group.jpg");
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767px) {
    .template--group-guides .step-block--step3 {
      background-position: initial;
      background-size: contain; } }
.template--group-invite .page-header {
  background: #282827 url("./../images/group-member-header.jpg") top center no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 960px) {
    .template--group-invite .page-header {
      padding: 1em; } }
@media only screen and (max-width: 960px) {
  .template--group-invite .member-signup-form {
    padding: 0.5em; } }

.template--group-invite form {
  display: grid;
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  @media only screen and (max-width: 960px) {
    .template--group-invite form {
      grid-column-gap: 16px; } }
  .template--group-invite form .field {
    grid-column-end: span 3;
    overflow: hidden; }
    .template--group-invite form .field input[type="checkbox"] {
      width: initial;
      height: 32px;
      margin-bottom: 8px; }
      @media only screen and (max-width: 960px) {
        .template--group-invite form .field input[type="checkbox"] {
          width: 32px; } }
    .template--group-invite form .field.full-width {
      grid-column-start: 1;
      grid-column-end: span 6; }
      .template--group-invite form .field.full-width label {
        line-height: 32px; }
        @media only screen and (max-width: 960px) {
          .template--group-invite form .field.full-width label {
            line-height: initial; } }
    @media only screen and (max-width: 375px) {
      .template--group-invite form .field.email, .template--group-invite form .field.password, .template--group-invite form .field.birth-year, .template--group-invite form .field.timezone {
        grid-column-start: 1;
        grid-column-end: span 6; } }
    @media only screen and (max-width: 960px) {
      .template--group-invite form .field.birth-year {
        grid-column-start: 1;
        grid-column-end: span 2; }
      .template--group-invite form .field.timezone {
        grid-column-start: 3;
        grid-column-end: span 4; } }
  .template--group-invite form .submit, .template--group-invite form .errors {
    grid-column-start: 1;
    grid-column-end: span 6; }
    @media only screen and (max-width: 960px) {
      .template--group-invite form .submit input, .template--group-invite form .errors input {
        width: 100%; } }
.template--group-invite ul.errors {
  font-size: 12px;
  list-style-type: none;
  color: #610900; }

.template--vision .page-header {
  background: url("./../images/group.jpg") center center no-repeat;
  background-size: cover; }

.template--vision .page-header h2 {
  margin: 2em 0 0;
  font-size: 3em;
  font-weight: normal; }

.template--vision .block-video-content {
  margin-top: 32px; }
  @media (max-width: 1023px) {
    .template--vision .block-video-content {
      grid-template-columns: 6fr 2fr; } }
  @media (max-width: 767px) {
    .template--vision .block-video-content {
      grid-template-columns: 7fr 1fr; } }
  @media (min-width: 769px) {
    .template--vision .block-video-content {
      margin-top: 10%; } }
  .template--vision .block-video-content button {
    margin-top: 16px; }

.template--vision .block-video-content__text {
  margin-top: 0; }

.template--vision .content-body {
  padding: 4em 1em; }

.template--vision .content-body p {
  margin: 1.5em auto;
  font-size: 1.25em;
  line-height: 1.5; }

.template--vision .content-body p.attribution {
  font-weight: 700;
  text-align: right; }

.template--vision .page-header h2 {
  font-size: 1.75em; }

.template--vision .content-body {
  padding: 1em; }

.template--group-members .page-header {
  background: #282827 url("./../images/group-member-header.jpg") top center no-repeat;
  background-size: cover;
  padding: 160px 0 128px; }

.template--group-members .block-video-content {
  max-width: 1200px;
  margin: 0 auto; }

.template--landing {
  /* Layouts */
  /* Header */
  /* Intro */ }
  .template--landing .clearfix:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden; }
  .template--landing .hide {
    display: none; }
  .template--landing .center {
    text-align: center; }
  .template--landing .center-vertical {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .template--landing .half,
  .template--landing .thirds {
    float: left;
    width: 50%;
    box-sizing: border-box; }
  .template--landing .half.padded {
    padding: 0 1em; }
  .template--landing .thirds {
    width: 33.333333%; }
  .template--landing .wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto; }
  .template--landing header {
    background: #fd705c url("./../images/hero-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 32px 64px; }
  .template--landing header .wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .template--landing .site-heder .logo {
    max-width: 150px; }
  .template--landing .logo:hover {
    text-decoration: none; }
  .template--landing .intro {
    position: relative;
    color: #fff;
    padding: 0 0 3em;
    overflow: hidden;
    background: none; }
    .template--landing .intro::before {
      background: none; }
  .template--landing .intro .half {
    position: relative;
    z-index: 2; }
  .template--landing .intro .half:first-child {
    padding-right: 2em; }
  .template--landing .intro h2 {
    font-size: 2.5em;
    margin: 2.5em 0 0.375em;
    text-shadow: none;
    font-weight: 700; }
  .template--landing .intro h3 {
    margin: 0 0 1em;
    font-size: 1.25em;
    font-weight: 500; }
  .template--landing .intro p {
    max-width: 80%;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased; }
  .template--landing .app-stores {
    margin: 3em auto 0;
    display: flex;
    min-width: 100vw; }

.template--church .app-stores img {
  max-height: 40px;
  height: auto; }

.app-stores a {
  position: relative;
  /*padding-right: 32px;*/ }

.app-stores a:hover {
  top: -1px; }

/* Half Blocks */
.half-block_image,
.half-block_text {
  float: left;
  width: 50%;
  padding: 3em; }

.half-block--padded {
  padding: 8vw 3em; }

.half-block_phones {
  float: left;
  width: 50%;
  padding-top: 3em;
  padding-bottom: 0; }

.half-block {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.half-block img {
  display: block; }

.half-block .half-block_text {
  display: flex;
  align-items: center; }

.half-block .half-block_phones {
  display: flex;
  align-items: flex-end; }

.half-block h3 {
  margin-bottom: 0.5em;
  font-size: 2.5em;
  line-height: 1.2; }

.half-block .half-block_text p {
  font-size: 1.25em; }

.half-block.half-block--phonehand .image-block {
  background: url("./../images/phone-hand.jpg") top center no-repeat;
  background-size: cover; }

.half-block--coral {
  background: #FF7061;
  color: #fff; }

/* Icons Block */
.block-icons-3up {
  padding: 4em 2em; }

.block-icons-3up h2 {
  font-size: 2.5em; }

.block-icons-3up h3 {
  margin: 2em auto 0;
  font-size: 1.75em;
  font-weight: 600; }

.icons-3up {
  margin: 7em auto 5em; }

.icons-3up img {
  max-height: 80px; }

.icons-3up p {
  max-width: 75%;
  margin: 1em auto;
  font-size: 1.5em;
  line-height: 1.4; }

/* Video */
.video-wrapper {
  max-width: 800px;
  margin: 0 auto 0; }

.modal-body {
  padding: 2px; }

/* Download */
.block-download {
  padding: 18em 3em 3em;
  color: #fff; }

.block-download h3 {
  margin-bottom: 0.25em;
  font-size: 2.5em; }

.block-download p {
  font-size: 1.75em; }

.block-download {
  background: url("./../images/phone-people-3.jpg") center center no-repeat;
  background-size: cover; }

/* Pre-footer Resources Bar */
.resources-bar {
  padding: 3em 2em;
  background: #FF7061;
  color: #fff; }

.resources-bar .wrapper {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.resources-bar p {
  position: relative;
  top: -5px;
  margin-right: 1em;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.3; }

/* Footer */
footer {
  background: #383838;
  color: #fff;
  padding: 4em 2em;
  /* 	border-top: 4px solid #FF7061; */ }

footer .columns {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em; }

footer .column.column--nav {
  width: 40%; }

footer .column.column--email {
  width: 40%;
  margin-left: auto; }
  footer .column.column--email p {
    width: 75%; }

footer h3 {
  font-weight: 400; }

footer .logo img {
  display: block;
  width: 160px;
  margin-bottom: 2em; }

footer .social a {
  margin-right: 1em; }

footer .social a:hover {
  opacity: .5; }

footer .email-signup {
  display: -ms-flexbox;
  display: flex;
  flex-direction: unset; }
  footer .email-signup input[type="email"], footer .email-signup input[type="text"] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 5px;
    border: none;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    padding: 1em;
    width: 75%;
    box-sizing: border-box; }
    footer .email-signup input[type="email"]::placeholder, footer .email-signup input[type="text"]::placeholder {
      color: rgba(255, 255, 255, 0.8); }
  footer .email-signup input[type="email"]:hover, footer .email-signup input[type="text"]:hover {
    background: rgba(255, 255, 255, 0.15); }
  footer .email-signup input[type="submit"] {
    margin-top: 10px; }

footer .copyright {
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: .5; }

.mobile-only {
  display: none; }

/* Page 2 Styles */
.page-2 header {
  position: relative;
  background: #fd705c url("./../images/hero-bg2.jpg") center center no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0; }

.page-2 header .wrapper {
  padding: 1em; }

.page-2 .app-stores-banner {
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  background: rgba(0, 0, 0, 0.7);
  color: #fff; }

.page-2 .app-stores-banner p {
  max-width: 50%;
  margin-right: 5em;
  font-size: 0.825em; }

.page-2 header .app-stores {
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

.page-2 .intro h3 {
  margin-bottom: 3em; }

.page-2 .block-download.block-download-b {
  background: url("./../images/footer2-guy-phone.jpg") center center no-repeat;
  background-size: cover; }

.split-block {
  display: -ms-flexbox;
  display: flex;
  align-content: center; }

.split-block_40 {
  width: 40%; }

.split-block_60 {
  width: 60%; }

.split-block_text {
  padding: 8vw 3em; }

.split-block_text h3 {
  font-size: 2.5em;
  margin-bottom: 0.25em; }

.split-block_image {
  background: #aaa; }

.split-block-order2 {
  -ms-flex-order: 2;
  order: 2; }

.attribution {
  font-style: italic;
  margin-bottom: 2em; }

.split-block_image.split-block_image-phonehand {
  background: url("./../images/phone-hand2.jpg") center center no-repeat;
  background-size: cover; }

.split-block_image.split-block_image-phonehandwoman {
  background: url("./../images/phone-hand-woman.jpg") center center no-repeat;
  background-size: cover; }

.split-block_image.split-block_image-phonehandgroup {
  background: url("./../images/phone-hand-group.jpg") center center no-repeat;
  background-size: cover; }

/* Page 3 Styles */
.bg-block_step4 {
  background-size: cover; }

.bg-block_box {
  max-width: 500px;
  background: #fff;
  border-radius: 20px;
  padding: 3em;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); }

.bg-block_step-right .bg-block_box {
  float: right; }

.bg-block_box h3 {
  font-size: 2.5em; }

.bg-block_box p {
  font-size: 1.125em;
  margin: 1em 0 4em; }

/* Mobile */
@media only screen and (max-width: 960px) {
  .half,
  .thirds {
    width: 100%;
    float: none; }
  header {
    background-size: 100% 100%;
    background-position-x: 64%;
    padding: 1em; }
  header .wrapper {
    flex-direction: column; }
  header .logo {
    display: block;
    margin: 0 auto; }
  .intro {
    padding: 0; }
  .intro .half:first-child {
    padding: 0;
    min-width: 100%; }
  .intro p {
    max-width: 100%; }
  .half-block {
    display: block; }
  .half-block .half-block_text,
  .half-block .half-block_phones,
  .half-block .half-block_image {
    display: block;
    float: none;
    width: 100%; }
  .half-block .half-block_phones {
    padding: 0 1em; }
  .half-block_image {
    padding: 8em; }
  .half-block--padded {
    padding: 8vw 2em; }
  .block-icons-3up {
    padding: 2em; }
  .icons-3up {
    margin: 3em auto; }
  .icons-3up p {
    max-width: 100%;
    margin: 0.5em auto 2em;
    font-size: 1.25em; }
  .block-video {
    background: #fff !important;
    color: #383838;
    padding: 2em; }
  .mobile-only {
    display: block; }
  .mobile-only img.full-width {
    display: block;
    width: 100%; }
  .video-block-mobile {
    background: url("./../images/video-simon.jpg") right center no-repeat;
    background-size: auto 100%;
    padding: 100px 0;
    margin: 2em auto 0;
    text-align: center; }
  .video-block-mobile_guides {
    background: url("./../images/video-guides.jpg") right center no-repeat;
    background-size: auto 100%; }
  .block-video_text {
    max-width: 100%; }
  .block-video_text .btn {
    display: none; }
  .block-download {
    background: #fff !important;
    color: #383838;
    padding: 2em 2em 0 2em; }
  .block-download h3 {
    font-size: 2em; }
  .block-download .app-stores {
    margin-bottom: 3em; }
  .resources-bar {
    padding: 2em; }
  .resources-bar .wrapper {
    display: block; }
  .resources-bar p {
    margin: 0 0 1em 0; }
  footer .column.column--email {
    display: none !important; }
  footer .columns,
  footer .column.column--nav,
  footer .column.column--email {
    display: block;
    width: 100%; }
    footer .columns p,
    footer .column.column--nav p,
    footer .column.column--email p {
      width: 75%; }
  footer .column.column--nav {
    margin-bottom: 2em; }
  footer .email-signup {
    display: block; }
  footer .copyright {
    margin-bottom: 1em; }
  /* Page 2 */
  .page-2 header {
    background-position: top right 35%;
    padding: 0; }
  .page-2 header .app-stores a {
    margin-right: 0; }
  .page-2 header .app-stores a:first-child {
    margin-right: 1em; }
  .page-2 .intro {
    padding: 0; }
  .page-2 .app-stores-banner {
    display: none;
    padding: 0;
    background: #56261F; }
  .page-2 .mobile-only .app-stores-banner {
    display: block;
    padding: 1.5em; }
  .page-2 header .app-stores {
    flex-direction: column; }
  .page-2 .app-stores-banner p {
    max-width: none;
    margin: 0; }
  .page-2 .app-stores-banner .app-stores {
    display: none; }
  .split-block {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
  .split-block_40 {
    width: 100%;
    float: none; }
  .split-block_text {
    padding: 8vw 2em;
    -ms-flex-order: 2;
    order: 2; }
  .split-block_image {
    min-height: 300px;
    width: 100%;
    -ms-flex-order: 1;
    order: 1; }
  /* Page 3 */
  .bg-block {
    padding: 0; }
  .bg-block_box {
    width: 100%;
    max-width: none;
    border-radius: 0;
    padding: 2em;
    box-shadow: none; }
  .bg-block_box p {
    margin-bottom: 1em; }
  #faqs .question h1 {
    font-size: 1.2em; } }

/* Between Small Desktop to Mobile */
@media only screen and (min-width: 500px) and (max-width: 960px) {
  .video-block-mobile {
    background: url("./../images/video-simon.jpg") center center no-repeat;
    background-size: cover; } }

.template--landing-begin-today .step-block--step1 {
  background: url("./../images/step1-phones.jpg") center right no-repeat; }
  @media (max-width: 767px) {
    .template--landing-begin-today .step-block--step1 {
      background: url("./../images/step1-phones-mobile.jpg") top center no-repeat;
      background-size: contain;
      grid-template-rows: 260px auto; } }
.template--landing-begin-today .step-block--step2 {
  background: url("./../images/step2-phones.jpg") center left no-repeat; }
  @media (max-width: 767px) {
    .template--landing-begin-today .step-block--step2 {
      background: url("./../images/step2-phones-mobile.jpg") top center no-repeat;
      background-size: contain;
      grid-template-rows: 260px auto; } }
.template--landing-begin-today .step-block--step3 {
  background: url("./../images/step3-guy.jpg") center center no-repeat; }
  @media (max-width: 767px) {
    .template--landing-begin-today .step-block--step3 {
      background: url("./../images/step3-guy-mobile.jpg") top center no-repeat;
      background-size: 150% 50%;
      background-position: left top;
      grid-template-rows: 260px auto; } }
.template--landing-begin-today .step-block--step4 {
  background: url("./../images/step4-people.jpg") center center no-repeat; }
  @media (max-width: 767px) {
    .template--landing-begin-today .step-block--step4 {
      background: url("./../images/step4-people-mobile.jpg") top center no-repeat;
      background-size: contain;
      grid-template-rows: 260px auto; } }
@media (max-width: 767px) {
  .template--landing-learn-more .block-video-content__text {
    margin-top: 0; } }

.template--church {
  /* .step-block--step3 {
        background: url('./../images/hero-bible-with-app.jpg') center center no-repeat;

        @include media("<tablet") {
            background: url('./../images/hero-bible-with-app-mobile.jpg') center center no-repeat;
            background-size: contain;
            background-position: center top;
            grid-template-rows: 180px auto;
        }
    }*/ }
  .template--church .half,
  .template--church .thirds {
    width: 66% !important; }
  .template--church .wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto; }
  .template--church .step-block-content__header {
    line-height: 48px;
    font-family: 'Proxima-Nova';
    font-weight: 700;
    letter-spacing: -0.01em;
    font-size: 40px; }
  .template--church header#site-header {
    background-image: none; }
  .template--church header:not(#site-header) {
    padding: 32px 64px; }
    @media (max-width: 767px) {
      .template--church header:not(#site-header) {
        padding: 16px;
        background: url(./../images/mobile-background.jpeg);
        background-size: 100% 100%;
        background-repeat: no-repeat; } }
  .template--church .app-stores {
    margin: 3em auto 0; }
    @media (max-width: 767px) {
      .template--church .app-stores {
        min-width: 100vw; } }
    .template--church .app-stores a {
      position: relative;
      margin-right: 2em; }
  .template--church .intro {
    position: relative;
    color: #fff;
    padding: 0 0 3em;
    overflow: hidden;
    background: none; }
    .template--church .intro::before {
      background: none; }
    .template--church .intro h2 {
      font-family: Proxima-Nova;
      font-size: 40px;
      font-weight: 700;
      line-height: 48px;
      margin: 2.5em 0 0.375em;
      letter-spacing: -0.01em;
      text-align: left;
      text-shadow: none; }
      @media (max-width: 767px) {
        .template--church .intro h2 {
          margin-top: 240px;
          font-size: 41px;
          line-height: 41px;
          font-weight: 600; } }
    .template--church .intro h3 {
      font-family: Proxima-Nova;
      margin: 0 0 1em;
      font-size: 20px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -0.01em;
      text-align: left; }
    .template--church .intro .half {
      position: relative;
      z-index: 2; }
      .template--church .intro .half:first-child {
        padding-right: 2em; }
  .template--church .step-block-title {
    font-family: 'Proxima-Nova';
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.01em;
    text-align: left;
    height: 31px; }
  .template--church .step-block-body {
    font-family: 'Proxima-Nova';
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.01em;
    text-align: left; }
  @media (max-width: 767px) {
    .template--church .step-block-content {
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 20px;
      border-radius: 16px; } }
  .template--church .step-block-half-content {
    background: #D1D1D1;
    padding: 120px 120px;
    height: inherit; }
    @media (max-width: 767px) {
      .template--church .step-block-half-content {
        height: 625px;
        border-radius: 0px;
        padding-right: 0px;
        padding-left: 40px;
        padding-top: 65px; } }
  .template--church .step-block--step1 {
    grid-template-columns: 3fr 2fr;
    background-color: #FF7061; }
    @media (max-width: 767px) {
      .template--church .step-block--step1 {
        padding-top: 48px;
        padding-bottom: 48px;
        grid-template-rows: 1fr 2fr;
        grid-template-columns: 1fr;
        background-size: contain;
        grid-template-rows: 300px auto; } }
    .template--church .step-block--step1 a {
      background: url("./../images/Johnny-Frazer-17.png") left no-repeat;
      background-size: 536px 308px;
      left: 184px;
      top: 764px; }
      @media (max-width: 767px) {
        .template--church .step-block--step1 a {
          margin: 20px 10px 48px 10px; } }
    .template--church .step-block--step1 button {
      font-family: 'Proxima-Nova';
      font-weight: 700;
      font-size: 12px;
      line-height: 12px;
      letter-spacing: 0.1em; }
  .template--church .step-block--step--church--form {
    grid-template-columns: 1fr 1fr;
    padding: 0px;
    height: 772px;
    background: url("./../images/Johnny-Frazer-WordGo110821-94.jpg") right no-repeat; }
    @media (max-width: 767px) {
      .template--church .step-block--step--church--form {
        height: 1010px !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: 300px auto;
        background-position-y: 400px;
        background: url("./../images/Johnny-Frazer-WordGo110821-941.jpg") bottom no-repeat !important;
        background-size: contain !important; } }
    .template--church .step-block--step--church--form .step-block-content__header {
      font-size: 26px; }
    .template--church .step-block--step--church--form .section__head {
      padding: 0px 0px;
      background: transparent;
      position: relative; }
    .template--church .step-block--step--church--form .step-block-body {
      font-size: 15px;
      line-height: 15px;
      height: 15px; }
      @media (max-width: 767px) {
        .template--church .step-block--step--church--form .step-block-body {
          line-height: 15px;
          height: 30px; } }
    .template--church .step-block--step--church--form h3 {
      width: 268px;
      font-size: 26px;
      font-weight: 600px;
      line-height: 115%; }
    .template--church .step-block--step--church--form .shape-free img {
      position: absolute;
      top: -30px;
      width: 20%;
      right: 15px; }
      @media (max-width: 767px) {
        .template--church .step-block--step--church--form .shape-free img {
          top: -25px;
          right: 20px; } }
    .template--church .step-block--step--church--form .question {
      font-size: 16px;
      font-weight: 500;
      color: #454545;
      letter-spacing: 0.02em;
      display: inline; }
    .template--church .step-block--step--church--form .email-us {
      font-size: 16px;
      font-weight: 500;
      color: #8A8A8A;
      letter-spacing: 0.02em;
      display: inline; }
    .template--church .step-block--step--church--form .btn {
      margin-top: 20px;
      padding: 20px 30px;
      gap: 10px;
      border-radius: 60px; }
    .template--church .step-block--step--church--form input[type=text] {
      border-radius: 10px;
      width: 368px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .template--church .step-block--step--church--form input[type=text] {
          margin-top: 5px;
          width: 289px; } }
    .template--church .step-block--step--church--form input[type=email] {
      border-radius: 10px;
      width: 368px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .template--church .step-block--step--church--form input[type=email] {
          margin-top: 5px;
          width: 289px; } }
  .template--church .img-play-icon-left {
    margin-right: 100px;
    width: 87px;
    height: 87px;
    left: 409px;
    top: 874px; }
    @media (max-width: 767px) {
      .template--church .img-play-icon-left {
        margin-right: 0; } }
  .template--church .step-block--step2 {
    background: url("./../images/church-what-is-included-hero.jpg") center left no-repeat;
    background-size: cover;
    background-position: left -120px top; }
    @media (max-width: 767px) {
      .template--church .step-block--step2 {
        background-position: center top;
        grid-template-rows: 180px auto;
        background-size: contain; } }
    .template--church .step-block--step2 ul {
      margin-left: 1em; }
      .template--church .step-block--step2 ul li {
        list-style-position: outside; }
  .template--church .step-block--step3 {
    background: url("./../images/hero-promo-materials.jpg") center center no-repeat;
    background-size: cover;
    background-position: top left;
    font-family: 'Proxima-Nova';
    font-style: normal;
    letter-spacing: -0.01em;
    background-color: #FF7A6E; }
    @media (max-width: 767px) {
      .template--church .step-block--step3 {
        background: url("./../images/wg-website-hero.png") center center no-repeat;
        background-size: 100% auto;
        background-position: left top;
        grid-template-rows: 200px auto;
        background-color: #FF7A6E; } }
    .template--church .step-block--step3 h3 {
      font-weight: 700;
      font-size: 24px;
      line-height: 29px; }
    .template--church .step-block--step3 p {
      font-weight: 400;
      font-size: 16px;
      line-height: 26px; }
    .template--church .step-block--step3 a {
      font-weight: 700;
      font-size: 12px;
      line-height: 12px;
      padding: 15px 21px !important;
      align-self: start; }
    @media (max-width: 767px) {
      .template--church .step-block--step3 .step-block-content {
        margin-left: 30px;
        margin-right: 30px; } }
  .template--church .step-block--step4 {
    display: block;
    background: #0B0A0A;
    padding: 30px;
    font-family: 'Proxima-Nova';
    font-style: normal;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    grid-template-columns: 4fr 2fr; }
    .template--church .step-block--step4 .block-content {
      grid-column-start: 1;
      padding-top: 10px; }
      @media (max-width: 767px) {
        .template--church .step-block--step4 .block-content {
          text-align: left;
          padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .template--church .step-block--step4 {
        grid-template-rows: 1fr;
        grid-template-columns: 1fr; } }
    .template--church .step-block--step4 p {
      font-weight: 500;
      font-size: 18px;
      border: 1px solid #000000; }
    .template--church .step-block--step4 a {
      margin-left: 25px;
      grid-column-start: 2;
      font-size: 12px;
      font-weight: 600;
      line-height: 12px;
      max-height: 57px; }
      @media (max-width: 767px) {
        .template--church .step-block--step4 a {
          grid-column-start: 1;
          margin-top: 30px !important;
          margin-left: 0px;
          display: block;
          margin: auto; } }
  .template--church .bg-block_box {
    background: #fff;
    padding: 64px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .template--church .bg-block_box {
        padding: 16px; } }
  .template--church .block-download {
    padding: 18em 3em 3em;
    color: #fff; }
  .template--church header.sub {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./../images/church-hero-image.jpg") center center no-repeat;
    background-size: cover; }
  .template--church .page-church .intro h2, .template--church .page-church .intro h3 {
    text-shadow: 0px 0px 12px #000; }
  .template--church .page-church #faqs h3 {
    font-size: 2.3em; }
  .template--church .page-church #faqs .question {
    border-bottom: 1px solid grey; }
    .template--church .page-church #faqs .question h1 {
      font-size: 1.5em;
      margin: 0.8em 0;
      cursor: pointer;
      background: url("./../images/wg-down-arrow.svg") center right/32px no-repeat;
      padding-right: 48px; }
    .template--church .page-church #faqs .question p {
      max-height: 0;
      overflow: hidden;
      margin: 0;
      opacity: 0;
      transition: max-height 0.1s ease-out, opacity 0.3s ease-out; }
  .template--church .page-church #faqs .bg-block_box {
    max-width: revert; }
  .template--church .page-church .block-download.block-download-a {
    background: url("./../images/testimonial-background.png") top right no-repeat !important;
    background-size: 100% 100% !important;
    padding: 0px 64px 64px 64px; }
    .template--church .page-church .block-download.block-download-a .logos {
      display: flex;
      flex-direction: column; }
      .template--church .page-church .block-download.block-download-a .logos .app-tile {
        width: 48px;
        margin-bottom: 4em; }
        @media (max-width: 767px) {
          .template--church .page-church .block-download.block-download-a .logos .app-tile {
            display: none; } }
      .template--church .page-church .block-download.block-download-a .logos .wordgo-bsf {
        max-width: 360px;
        width: min-content; }
    .template--church .page-church .block-download.block-download-a .app-stores {
      margin-top: 4em; }
  @media (max-width: 768px) {
    .template--church .page-church .bg-block_step4 .wrapper {
      grid-template-columns: 1fr; }
      .template--church .page-church .bg-block_step4 .wrapper .bg-block_step-left {
        display: none; }
      .template--church .page-church .bg-block_step4 .wrapper .bg-block_box .btn {
        margin-top: 2em; }
    .template--church .page-church .block-download {
      background: none;
      background-color: #FF7061 !important;
      padding: 16px; }
      .template--church .page-church .block-download .logos {
        display: flex;
        flex-direction: column; }
        .template--church .page-church .block-download .logos .app-tile {
          width: 48px;
          margin-bottom: 2em; }
        .template--church .page-church .block-download .logos .wordgo-bsf {
          max-width: 100%;
          width: min-content; }
      .template--church .page-church .block-download .app-stores {
        margin-top: 2em;
        margin-bottom: 0;
        display: flex;
        justify-content: space-around; }
        .template--church .page-church .block-download .app-stores > a {
          margin-right: 0; } }
  .template--church footer .email-signup {
    display: flex;
    flex-direction: unset; }
    .template--church footer .email-signup input[type="email"], .template--church footer .email-signup input[type="text"] {
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
      border-radius: 5px;
      border: none;
      margin-bottom: 0.5em;
      margin-right: 0.5em;
      padding: 1em;
      width: 75%;
      box-sizing: border-box; }
      .template--church footer .email-signup input[type="email"]::placeholder, .template--church footer .email-signup input[type="text"]::placeholder {
        color: rgba(255, 255, 255, 0.8); }
    .template--church footer .email-signup input[type="email"]:hover, .template--church footer .email-signup input[type="text"]:hover {
      background: rgba(255, 255, 255, 0.15); }
    .template--church footer .email-signup input[type="submit"] {
      margin-top: 10px; }

.template--landing-bsf {
  /* Header */
  /* Content */
  /* Intro */
  /* Cards */
  /*
  .card:hover .card-image:before {
      bottom: -90px;
      right: -90px;
      width: 180px;
      height: 180px;
  }

  .card:hover .card-image:after {
      bottom: 20px;
      right: 20px;
      transform: scale(1.1);
      transform-origin: center;
  }
  */
  /* Why */
  /* Feature Blocks */
  /* Quote */
  /* Download */
  /* Half Blocks */
  /* Pages */
  /* Training */
  /* Signup Form */
  /* Share Pages */
  /* Footer */
  /* Mobile */ }
  .template--landing-bsf header {
    background-image: none; }
  .template--landing-bsf .clearfix:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden; }
  .template--landing-bsf .hide {
    display: none; }
  .template--landing-bsf .center {
    text-align: center; }
  .template--landing-bsf .center-vertical {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .template--landing-bsf .half,
  .template--landing-bsf .thirds {
    float: left;
    width: 50%;
    box-sizing: border-box; }
  .template--landing-bsf .half.padded {
    padding: 0 1em; }
  .template--landing-bsf .thirds {
    width: 33.333333%; }
  .template--landing-bsf .wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto; }
  .template--landing-bsf .logo:hover {
    text-decoration: none; }
  .template--landing-bsf .header-logo-bsf-tag {
    position: relative;
    top: -22px;
    left: 16px;
    font-size: 18px;
    color: #fff; }
  .template--landing-bsf .content {
    padding: 4em 1em; }
  .template--landing-bsf .content-body {
    max-width: 600px;
    margin: 0 auto; }
  .template--landing-bsf .content h1 {
    font-size: 3.75em;
    margin: 0 0 1em; }
  .template--landing-bsf .content h1.dash:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 0.5em auto 1em;
    background: #FF7061; }
  .template--landing-bsf .intro {
    position: relative;
    background: url("./../images/group.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 3em 1em 4em;
    overflow: hidden; }
  .template--landing-bsf .intro.intro-center-aligned .wrapper {
    display: flex;
    align-items: center; }
  .template--landing-bsf .intro.intro-bottom-aligned .wrapper {
    display: flex;
    align-items: flex-end; }
  .template--landing-bsf .intro:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .template--landing-bsf .intro .half:first-child {
    padding-right: 2em; }
  .template--landing-bsf .intro h1 {
    font-size: 3.75em;
    margin: 1.25em 0 0.375em;
    text-shadow: 0 3px 20px #000; }
  .template--landing-bsf .intro h2 {
    font-size: 1.5em;
    font-weight: 300;
    text-shadow: 0 3px 10px #000; }
  .template--landing-bsf .intro-phones img {
    max-width: 50%; }
  .template--landing-bsf .intro-phones img:first-child {
    position: relative;
    z-index: 2;
    animation: phoneback 0.5s 1 ease-out; }
  .template--landing-bsf .intro-phones img:last-child {
    position: relative;
    z-index: 1;
    margin-left: -20%;
    top: 30px;
    animation: phoneback 1s 1 ease-out; }

@keyframes phoneback {
  0% {
    transform: translate(0, 100px);
    opacity: 0.5; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
  .template--landing-bsf .app-stores {
    margin: 2em auto; }
    .template--landing-bsf .app-stores a.btn {
      border-radius: 6px;
      padding: 1.25em; }
  .template--landing-bsf .app-stores img {
    height: 44px; }
  .template--landing-bsf .app-stores a {
    margin-right: 10px;
    position: relative; }
  .template--landing-bsf .app-stores a:hover {
    top: -1px; }
  .template--landing-bsf .card {
    width: 90%;
    margin-top: 3em;
    padding: 2em 0; }
  .template--landing-bsf .cards .half:nth-child(2) .card {
    float: right; }
  .template--landing-bsf .card-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px; }
  .template--landing-bsf .card-image img {
    display: block; }
  .template--landing-bsf .card-image:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -75px;
    right: -75px;
    width: 150px;
    height: 150px;
    background: #FF7061;
    transform: rotate(45deg);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear 0s; }
  .template--landing-bsf .card-image:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: url("./../images/icon-team.svg") 0 0 no-repeat;
    background-size: contain;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear 0s; }
  .template--landing-bsf .card--member .card-image:after {
    background-image: url("./../images/icon-study.svg"); }
  .template--landing-bsf .card h3 {
    margin: 0.5em 0 0.25em;
    font-size: 3em; }
  .template--landing-bsf .why {
    padding: 4em 0; }
  .template--landing-bsf .why h3 {
    max-width: 80%;
    font-size: 2em;
    font-weight: 400; }
  .template--landing-bsf .why h3:before {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #FF7061;
    margin-bottom: 1.5em; }
  .template--landing-bsf .why .feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3em; }
  .template--landing-bsf .why .feature img {
    margin-right: 2em; }
  .template--landing-bsf .why .feature h4 {
    margin-bottom: 0.5em; }
  .template--landing-bsf .feature-section {
    padding: 3em 1em;
    margin-bottom: 200px;
    background: #FF7061;
    color: #fff; }
  .template--landing-bsf .feature-section--no-overlap {
    margin-bottom: 0; }
  .template--landing-bsf .feature-section h2 {
    font-size: 3em;
    margin-bottom: 0.25em;
    text-align: center; }
  .template--landing-bsf .feature-section-content {
    display: flex;
    align-items: center;
    margin-top: 2em; }
  .template--landing-bsf .feature-section-phone {
    width: 28%;
    margin-bottom: -200px; }
  .template--landing-bsf .feature-section--no-overlap .feature-section-phone {
    margin-bottom: 0; }
  .template--landing-bsf .feature-blocks {
    width: 72%;
    column-count: 2;
    margin-top: 4em;
    padding-left: 4em;
    box-sizing: border-box; }
  .template--landing-bsf .feature-blocks .feature {
    display: flex;
    align-items: flex-start;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 2em;
    border-radius: 12px;
    padding: 1em;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear 0s; }
  .template--landing-bsf .feature-blocks .feature:hover {
    background: rgba(0, 0, 0, 0.05); }
  .template--landing-bsf .feature-blocks .feature img {
    margin-right: 1em;
    max-width: 30px; }
  .template--landing-bsf .feature-blocks .feature h4 {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.325em; }
  .template--landing-bsf .feature-blocks .feature p {
    font-size: 0.875em; }
  .template--landing-bsf .quote {
    margin: 16em auto 6em; }
  .template--landing-bsf .quote p {
    margin-bottom: 1em;
    font-size: 3em;
    font-weight: 300;
    line-height: 1.4;
    color: #FF7061; }
  .template--landing-bsf .quote-author {
    font-size: 2em;
    text-align: right; }
  .template--landing-bsf .quote-author-title {
    font-size: 0.5em; }
  .template--landing-bsf .download {
    display: flex;
    background: #2DCEA1;
    color: #fff; }
  .template--landing-bsf .download .half:first-child {
    display: flex;
    align-items: center;
    padding: 5em 5% 1em; }
  .template--landing-bsf .download .half:first-child h3 {
    width: 100%;
    font-size: 1.75em;
    line-height: 1.6;
    flex-basis: 100%; }
  .template--landing-bsf .download .half:nth-child(2) {
    background: url("./../images/people2.jpg") left center no-repeat;
    background-size: cover; }
  .template--landing-bsf .half-block_image,
  .template--landing-bsf .half-block_text {
    float: left;
    width: 50%; }
  .template--landing-bsf .half-block {
    display: flex; }
  .template--landing-bsf .half-block img {
    display: block; }
  .template--landing-bsf .half-block .half-block_text {
    display: flex;
    align-items: center;
    padding: 10em 5em; }
  .template--landing-bsf .half-block h4 {
    margin: 1em 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #FF7061; }
  .template--landing-bsf .half-block h3 {
    margin-bottom: 0.5em;
    font-size: 2em;
    line-height: 1.4; }
  .template--landing-bsf .half-block.half-block--vision .image-block {
    background: url("./../images/people-phones.jpg") center center no-repeat;
    background-size: cover; }
  .template--landing-bsf .half-block.half-block--bsf {
    /* 	border-top: 1px solid #ebebeb; */
    background: rgba(0, 0, 0, 0.02); }
  .template--landing-bsf .half-block.half-block--bsf .image-block {
    background: url("./../images/bsf-bible.jpg") center center no-repeat;
    background-size: cover; }
  .template--landing-bsf .half-block--donate .image-block {
    background: url("./../images/people-phones.jpg") center center no-repeat;
    background-size: cover; }
  .template--landing-bsf .half-block--donate {
    background: #FF7061;
    color: #fff; }
  .template--landing-bsf .page-header {
    text-align: center;
    color: #fff;
    padding: 12em 1em; }
  .template--landing-bsf .page-header h1 {
    font-size: 3.75em;
    margin-bottom: 0.25em; }
  .template--landing-bsf .page-header p {
    font-size: 1.5em; }
  .template--landing-bsf .page-header {
    position: relative; }
  .template--landing-bsf .page-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .template--landing-bsf .page-header > * {
    position: relative; }
  .template--landing-bsf .how-to {
    padding: 4em 1em;
    background: #282827;
    color: #FF7061;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .template--landing-bsf .how-to h3 {
    margin-bottom: 2em;
    color: #fff; }
  .template--landing-bsf .how-to img {
    display: block;
    margin: 0 auto 1em; }
  .template--landing-bsf .feature-block--white {
    padding: 4em 1em; }
  .template--landing-bsf .feature-block--white .half:first-child h4 {
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em; }
  .template--landing-bsf .feature-block--white .half:first-child img {
    max-width: 90%;
    border-radius: 12px; }
  .template--landing-bsf .feature-block--white .half:nth-child(2) {
    margin-top: 2em; }
  .template--landing-bsf .feature-block--white .feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3em; }
  .template--landing-bsf .feature-block--white .feature img {
    margin-right: 2em;
    max-width: 50px;
    max-height: 50px; }
  .template--landing-bsf .feature-block--white .feature h4 {
    margin-bottom: 0.5em; }
  .template--landing-bsf .feature-list {
    column-count: 2; }
  .template--landing-bsf .feature-list .feature {
    max-width: 90%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
  .template--landing-bsf .member-signup-form {
    padding: 3em 1em; }
  .template--landing-bsf .wrapper-med {
    max-width: 600px;
    margin: 0 auto; }
  .template--landing-bsf .member-signup-form h2 {
    font-size: 3em; }
  .template--landing-bsf .member-signup-form center p {
    max-width: 600px;
    margin: 1em auto 2em; }
  .template--landing-bsf .member-signup-form .field {
    margin-bottom: 1em; }
    @media only screen and (max-width: 960px) {
      .template--landing-bsf .member-signup-form .field {
        margin-bottom: 4px; } }
    .template--landing-bsf .member-signup-form .field.full-width {
      display: flex;
      align-items: flex-start;
      width: 100%;
      margin-bottom: 10px; }
      .template--landing-bsf .member-signup-form .field.full-width label {
        font-size: 0.9em; }
  .template--landing-bsf .member-signup-form .field input {
    width: 100%; }
    .template--landing-bsf .member-signup-form .field input[type="checkbox"] {
      margin: 0 8px 0 0; }
  .template--landing-bsf .learn-more {
    margin: 2em auto;
    padding-top: 2em;
    border-top: 1px solid #ebebeb;
    font-size: 2em;
    text-align: center; }
  .template--landing-bsf .learn-more img {
    display: block;
    margin: 1em auto; }
  .template--landing-bsf .share-content {
    padding: 0 1em; }
  .template--landing-bsf .share-options {
    padding: 3em 1em; }
    .template--landing-bsf .share-options .btn {
      min-width: 200px; }
  .template--landing-bsf .share-options p {
    font-size: 1.5em; }
  .template--landing-bsf .share-options-buttons {
    margin: 3em 0 0; }
  .template--landing-bsf .header-bible {
    background: #141815 url("./../images/header-bible.jpg") 0 0 no-repeat;
    background-size: cover; }
  .template--landing-bsf .header-bible:before {
    background: rgba(0, 0, 0, 0.1); }
  .template--landing-bsf .header-hands {
    background: #141815 url("./../images/header-hands.jpg") 0 0 no-repeat;
    background-size: cover;
    padding: 7em 1em; }
  .template--landing-bsf .header-hands:before {
    background: rgba(0, 0, 0, 0.35); }
  .template--landing-bsf .header-share {
    background: #141815 url("./../images/header-share.jpg") 0 0 no-repeat;
    background-size: cover;
    padding: 10em 1em; }
  .template--landing-bsf .header-donate {
    background: #141815 url("./../images/header-donate.jpg") 0 0 no-repeat;
    background-size: cover;
    padding: 10em 1em; }
  .template--landing-bsf .wordgo-word {
    width: 350px; }
  .template--landing-bsf .header-hands h1,
  .template--landing-bsf .header-share h1,
  .template--landing-bsf .header-donate h1 {
    margin: 0;
    font-size: 4.5em;
    text-shadow: none; }
  .template--landing-bsf .share-prayer-form input[type="text"],
  .template--landing-bsf .share-prayer-form input[type="email"] {
    width: 100%; }
  .template--landing-bsf .share-options-secondary {
    max-width: 800px;
    margin: 0 auto;
    padding: 5em 0;
    border-top: 1px solid #ebebeb; }
  .template--landing-bsf .share-prayer-form .field {
    margin-bottom: 1em; }
  .template--landing-bsf footer {
    background: #282827;
    color: #fff;
    padding: 4em 2em 2em;
    /* 	border-top: 4px solid #FF7061; */ }
  .template--landing-bsf footer .columns {
    display: flex;
    margin-bottom: 5em; }
  .template--landing-bsf footer .column.column--nav {
    width: 40%; }
  .template--landing-bsf footer .column.column--nav ul {
    column-count: 2; }
  .template--landing-bsf footer .column.column--contact {
    width: 20%; }
  .template--landing-bsf footer .column.column--email {
    width: 40%;
    margin-left: auto; }
  .template--landing-bsf footer h3 {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 3em;
    -webkit-font-smoothing: antialiased; }
  .template--landing-bsf footer ul li {
    list-style: none;
    margin-bottom: 0.5em; }
  .template--landing-bsf footer ul li a {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none; }
  .template--landing-bsf footer ul li a:hover {
    color: #fff;
    opacity: .5; }
  .template--landing-bsf footer .logo {
    float: left; }
  .template--landing-bsf footer .logo img {
    display: block;
    width: 200px;
    margin-bottom: 1em; }
  .template--landing-bsf footer .social {
    float: right;
    text-align: right;
    margin-top: 0.5em; }
  .template--landing-bsf footer .social a {
    margin-left: 1em; }
  .template--landing-bsf footer .social a:hover {
    opacity: .5; }
  .template--landing-bsf footer .email-signup {
    display: flex; }
  .template--landing-bsf footer .email-signup input[type="email"] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 5px;
    border: none;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    padding: 1em;
    width: 75%;
    box-sizing: border-box; }
  .template--landing-bsf footer .email-signup input[type="email"]:hover {
    background: rgba(255, 255, 255, 0.15); }
  .template--landing-bsf footer .email-signup input[type="submit"] {
    margin-top: 10px; }
  .template--landing-bsf footer .copyright {
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: .5; }
  @media only screen and (max-width: 960px) {
    .template--landing-bsf .tiny {
      font-size: 0.675em; }
    .template--landing-bsf .half,
    .template--landing-bsf .thirds {
      width: 100%;
      float: none; }
    .template--landing-bsf header nav ul li:last-child a {
      border-bottom: none; }
    .template--landing-bsf header nav ul li.active:after {
      width: 5px;
      height: 5px;
      border-radius: 5px;
      margin: 0;
      left: -10px;
      top: 23px;
      background: #fff; }
    .template--landing-bsf .intro {
      background-color: #282827; }
    .template--landing-bsf .intro:before {
      background: rgba(0, 0, 0, 0.7); }
    .template--landing-bsf .intro h1 {
      margin-top: 0;
      font-size: 2.5em; }
    .template--landing-bsf .intro h2 {
      font-size: 1.125em; }
    .template--landing-bsf .intro p {
      font-size: 0.875em; }
    .template--landing-bsf .intro.intro-center-aligned .wrapper {
      display: block; }
    .template--landing-bsf .intro.intro-center-aligned .wrapper {
      display: block; }
    .template--landing-bsf .header-bible {
      background-position-x: 40%; }
    .template--landing-bsf .header-hands,
    .template--landing-bsf .header-share,
    .template--landing-bsf .header-donate {
      padding: 3em 1em;
      background-position-x: 50%; }
    .template--landing-bsf .wordgo-word {
      max-width: 70%; }
    .template--landing-bsf .header-logo-bsf-tag {
      top: -12px;
      left: 2px;
      font-size: 14px; }
    .template--landing-bsf .app-stores {
      margin: 1em auto;
      min-width: 100vw; }
    .template--landing-bsf .intro-phones {
      margin-top: 3em;
      margin-bottom: -15em; }
    .template--landing-bsf .intro-phones img {
      max-width: 59%; }
    .template--landing-bsf .card {
      margin: 0 auto; }
    .template--landing-bsf .cards .half:nth-child(2) .card {
      float: none; }
    .template--landing-bsf .card h3 {
      font-size: 2em; }
    .template--landing-bsf .why {
      padding: 1em; }
    .template--landing-bsf .why h3 {
      max-width: 100%;
      margin-bottom: 2em; }
    .template--landing-bsf .why .app-stores {
      display: none; }
    .template--landing-bsf .feature-section {
      padding: 2em 1em 0;
      margin: 0; }
    .template--landing-bsf .feature-section h2 {
      font-size: 2em;
      margin-bottom: 0.25em; }
    .template--landing-bsf .feature-section-phone {
      width: 65%;
      margin: 0 auto; }
    .template--landing-bsf .feature-section-content {
      display: block; }
    .template--landing-bsf .feature-blocks {
      width: 100%;
      padding: 0;
      column-count: 1; }
    .template--landing-bsf .feature-block--white .feature img {
      margin-right: 1em;
      max-width: 40px;
      max-height: 30px; }
    .template--landing-bsf .quote {
      margin: 0;
      padding: 3em 1em; }
    .template--landing-bsf .quote p {
      font-size: 2em; }
    .template--landing-bsf .download,
    .template--landing-bsf .half-block {
      display: block; }
    .template--landing-bsf .download .half:first-child {
      padding: 2em 5% 0; }
    .template--landing-bsf .half-block .half-block_text {
      width: 100%;
      padding: 1em; }
    .template--landing-bsf .half-block .image-square {
      padding-bottom: 50%; }
    .template--landing-bsf .content h1 {
      font-size: 2.5em; }
    .template--landing-bsf .page-header {
      padding: 4em 1em; }
    .template--landing-bsf .page-header h1 {
      font-size: 2.5em; }
    .template--landing-bsf .page-header p {
      font-size: 1.125em; }
    .template--landing-bsf .how-to .thirds {
      margin: 3em auto 0; }
    .template--landing-bsf .feature-block--white {
      padding: 1em; }
    .template--landing-bsf .feature-block--white .half:first-child img {
      max-width: 100%; }
    .template--landing-bsf .feature-block--white .feature-list {
      column-count: 1; }
    .template--landing-bsf .member-signup-form h2 {
      font-size: 2em; }
    .template--landing-bsf .member-signup-form .field {
      float: none;
      width: 100%; }
      .template--landing-bsf .member-signup-form .field:nth-child(even) {
        float: none; }
      .template--landing-bsf .member-signup-form .field.timezone {
        max-width: 320px; }
    .template--landing-bsf .learn-more {
      display: none; }
    .template--landing-bsf input[type="text"],
    .template--landing-bsf input[type="name"],
    .template--landing-bsf input[type="email"],
    .template--landing-bsf input[type="phone"],
    .template--landing-bsf input[type="number"],
    .template--landing-bsf input[type="password"],
    .template--landing-bsf textarea {
      min-width: 0;
      margin: 0;
      width: 100%; }
    .template--landing-bsf footer {
      padding: 2em 1em; }
    .template--landing-bsf footer .columns,
    .template--landing-bsf footer .email-signup {
      display: block; }
    .template--landing-bsf footer .column {
      width: 100% !important;
      margin-bottom: 3em; }
    .template--landing-bsf footer h3 {
      margin-bottom: 2em; }
    .template--landing-bsf footer .social {
      float: none;
      text-align: left;
      margin-bottom: 1.5em; }
    .template--landing-bsf footer .social a {
      margin: 0 1em 0 0; } }
  @media only screen and (max-width: 320px) {
    .template--landing-bsf footer .social a {
      margin-left: 0.5em; }
    .template--landing-bsf footer .social a img {
      max-width: 25px; } }
  .template--landing-bsf .modal-header {
    border-bottom: none; }
  .template--landing-bsf #mc_embed_signup form {
    padding: 0; }

/* Home template */
.template--home .sms-download-link p {
  display: flex;
  align-items: center; }
  .template--home .sms-download-link p img {
    margin-right: 0.5em; }

.template--home .sms-download-link form {
  display: flex; }
  .template--home .sms-download-link form input::placeholder {
    color: rgba(0, 0, 0, 0.2); }
  .template--home .sms-download-link form .btn {
    margin: 0.5em; }

@media (max-width: 1023px) {
  .template--home .sms-download-link {
    display: none; } }

.template--home .block-video-content {
  max-width: 1200px;
  margin: 0 auto; }

.template--home .block-video-content__text {
  margin-top: initial; }

.template--home .download {
  background-color: #2DCEA1; }

.block-video {
  background-size: cover;
  padding: 64px; }
  @media (max-width: 767px) {
    .block-video {
      padding: 16px; } }
.block-video-content {
  display: grid;
  grid-column-gap: 64px;
  grid-template-columns: 4fr 5fr; }
  @media (max-width: 767px) {
    .block-video-content {
      grid-template-columns: 1fr;
      grid-column-gap: 0;
      grid-row-gap: 16px; } }
.block-video-content__text h3 {
  font-size: 3em; }

.block-video-content__text p {
  margin: 1em 0;
  font-size: 1em; }

@media (max-width: 767px) {
  .block-video-content__text {
    grid-row-start: 2;
    margin-bottom: 16px;
    margin-top: 140px; } }

.block-video-content__video {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 16px;
  background-size: cover;
  min-height: 360px; }
  @media (max-width: 1023px) {
    .block-video-content__video {
      min-height: 240px; } }
  @media (max-width: 767px) {
    .block-video-content__video {
      grid-row-start: 1;
      margin-top: 16px; } }
.block-video--mission {
  background-image: url("./../images/video-simon.jpg");
  min-height: 640px;
  background-position: center; }
  @media (min-width: 1401px) {
    .block-video--mission {
      min-height: 800px; } }
  @media (max-width: 1023px) {
    .block-video--mission {
      min-height: 480px; } }
  @media (max-width: 767px) {
    .block-video--mission {
      min-height: 320px; }
      .block-video--mission .block-video-content {
        margin-right: 100px; }
      .block-video--mission .block-video-content__text h3 {
        font-size: 1.5em; } }
.block-video--what-is {
  background-color: #F0F0F0; }
  .block-video--what-is .block-video-content__video {
    background-image: url("./../images/hands-holding-phone-with-wordgo.jpg"); }

.block-video--two-guides {
  background: url(./../images/video-guides.jpg) center center no-repeat;
  background-size: cover;
  min-height: 640px; }
  @media (max-width: 767px) {
    .block-video--two-guides {
      background-size: contain;
      background-position: top center; } }
.cta {
  background-color: #FF7061; }

.cta--download {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 64px;
  background: bottom right 20%/contain url("./../images/phone-pair-with-wordgo-shape-overlay.png") no-repeat, center center/cover url("./../images/background-salmon-shapes-2.png"); }
  @media (max-width: 767px) {
    .cta--download {
      padding: 16px;
      background: center center/cover url("./../images/background-salmon-shapes-2.png");
      grid-template-columns: 1fr; } }
.cta-download-content {
  color: #fff;
  margin: 96px 0; }
  @media (max-width: 767px) {
    .cta-download-content {
      margin: 48px 0; } }
.cta-download-content__header {
  font-size: 2.5em;
  line-height: 1.2em; }

.cta-download-content__body {
  font-size: 1.5em;
  line-height: 1.2em; }

.cta--accent {
  background-color: #2DCEA1; }

.cta--simple .btn {
  margin-bottom: 0; }

.cta-content {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .cta-content {
      padding: 16px; } }
.cta-content__copy {
  font-size: 28px;
  line-height: 28px;
  margin-right: 32px; }
  @media (max-width: 767px) {
    .cta-content__copy {
      font-size: 20px;
      margin-right: 16px; } }
.cta-download
.wide {
  margin: 0 auto;
  max-width: 1200px; }

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: transparent; }

/* Slides */
.mySlides {
  display: none;
  padding: 80px 80px 0px 80px;
  text-align: center; }

/* Next & previous buttons */
.next {
  cursor: pointer;
  position: absolute;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none; }

.prev {
  position: absolute;
  left: 44.5%;
  top: 111%; }

.next {
  font-size: 16px;
  font-weight: 400;
  margin-top: -15px;
  top: 111%;
  right: 44.5%; }

/* Position the "next button" to the right */
.next {
  position: absolute;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: white; }

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  margin-top: 15px;
  margin-left: -15px;
  background: transparent; }

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: white; }

/* Add an italic font style to all quotes */
q {
  font-size: 33.52px;
  line-height: 33.52px;
  font-weight: 500;
  font-family: 'proxima-nova';
  color: black; }

/* Add a blue color to the author */
.author {
  color: white;
  font-family: 'proxima-nova';
  font-size: 21.45px;
  line-height: 26.13px;
  padding-top: 50px; }

#step-3 {
  padding-bottom: 30px; }

@media (max-width: 1110px) {
  .page-wrapper {
    margin-top: -20px; }
  .prev {
    top: 109.8%;
    right: 40%; }
  .next {
    top: 109.8%;
    right: 40%; }
  .step-block--step1 {
    display: block !important; }
  .step-block-content {
    margin-top: 20px; }
  .template--church .step-block--step1 a {
    background-size: 100% auto !important; } }

.step-block--alternate ul {
  margin-left: 15px; }

.email-us a {
  color: #8A8A8A !important; }

.template--church .step-block-half-content {
  background: #D1D1D1;
  padding: 120px 120px;
  height: inherit; }

.template--church .step-block--step--church--form {
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  height: 772px;
  background: url(./../images/Johnny-Frazer-WordGo110821-94.jpg) right no-repeat; }

footer .column--nav h3 {
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 19.49px;
  letter-spacing: 2%; }

@media (max-width: 1023px) {
  .template--church .app-stores {
    margin: 3em auto 0;
    min-width: 100vw;
    display: flex; } }

.mobile-half-logo {
  display: none; }

@media (max-width: 767px) {
  footer .logo {
    display: none !important; }
  .mobile-half-logo {
    display: inline;
    width: 160px;
    text-align: left !important;
    margin-right: 30px; }
  footer .social a {
    margin-right: 0.5em; }
  .template--church .wrapper {
    display: grid; }
  .template--church .half, .template--church .thirds {
    width: 100% !important;
    display: inline;
    text-align: left !important; }
  footer .copyright {
    display: inline-flex; }
  .template--church .app-stores img {
    min-width: 40vw;
    max-height: 100px; }
  .email_msg {
    position: relative;
    top: -10px; }
  .template--church .step-block--step1 {
    padding-top: 48px;
    padding-bottom: 48px;
    grid-template-rows: 1fr 2fr;
    grid-template-columns: 1fr;
    background-size: contain;
    grid-template-rows: 300px auto; }
  .template--church .step-block-half-content {
    height: 625px;
    border-radius: 0px;
    padding-right: 0px;
    padding-left: 40px;
    padding-top: 65px; }
  .template--church .step-block--step--church--form .btn {
    max-width: 90%;
    font-size: 12px;
    padding-left: 8%; }
  .form__actions {
    max-width: 70vw; }
  .btn.launch-modal {
    margin-top: 50px !important; }
  .mobile-m {
    padding-left: 12px;
    padding-right: 12px; }
  #step-3 {
    padding-top: 30px;
    padding-bottom: 51px;
    padding-left: 20px;
    padding-right: 20px; }
  .step-block--alternate .step-block-content {
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 200px !important; }
  .step-block--alternate ul {
    margin-left: 10px; }
  .mySlides {
    padding: 55px 0px 0px 0px !important; }
  q br {
    display: none; }
  .prev {
    left: 32%;
    top: 119%; }
  .author {
    padding-top: 20px; }
  .next {
    top: 119%;
    right: 32%; }
  .template--church .page-church .block-download.block-download-a {
    background: url(./../images/bg-mobile.jpeg) bottom right no-repeat !important;
    background-size: 100% 100% !important; }
  .dot-container {
    text-align: center;
    padding: 15px 0px 0px 0px; }
  .author {
    font-size: 14px !important;
    line-height: 17px; }
  q {
    /* padding-top: 30px; */
    font-size: 16px;
    line-height: 19.49px;
    font-weight: 500;
    font-family: 'proxima-nova';
    color: black; } }

@media (max-width: 390px) {
  .template--church .step-block--step--church--form .step-block-content__header {
    max-width: 240px; }
  .template--church .step-block--step--church--form .shape-free img {
    right: 40px; }
  .template--church .step-block--step--church--form .btn {
    max-width: 90%;
    font-size: 12px;
    padding-left: 6%; } }

@media screen and (max-width: 1110px) and (min-width: 767px) {
  .prev {
    position: absolute;
    top: 110%;
    right: 40%;
    margin-left: -10px; }
  .next {
    top: 110%;
    right: 40%;
    margin-right: -10px; }
  .dot-container {
    margin-left: 25px; } }

@media screen and (max-width: 935px) and (min-width: 767px) {
  .dot-container {
    margin-top: 20px;
    margin-left: 5px; } }

@media (max-width: 480px) {
  .next {
    top: 108%;
    right: 27%; }
  .prev {
    position: absolute;
    top: 108%;
    left: 27%; }
  .dot-container {
    margin-top: 2px; } }

@media (max-width: 330px) {
  .next {
    top: 106.5%;
    right: 20%; }
  .prev {
    position: absolute;
    top: 106.5%;
    left: 20%; }
  .dot-container {
    margin-top: 2px; }
  .mobile-half-logo {
    margin-right: 0px; } }
