@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");

/* ===== CSS VARIABLES ===== */
:root {
    --primary-color: #000000;
    --secondary-color: #1a1a1a;
    --accent-color: #ffffff;
    --bg-gradient-1: #0a0a0a;
    --bg-gradient-2: #1a1a1a;
    --text-light: #ffffff;
    --text-dim: #a0a0a0;
    --card-bg: rgba(255, 255, 255, 0.98);
    --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.5);
    --shadow-xl: 0 25px 80px rgba(0, 0, 0, 0.6);
}

/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*
	Alpha by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */

/* Based on meyerweb.com/eric/tools/css/reset (v2.0 | 20110126 | License: public domain) */

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%;
  font: inherit;
  vertical-align: baseline;
}

video {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

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;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */

@-ms-viewport {
  width: device-width;
}

body {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
  html,
  body {
    min-width: 320px;
  }
}

html {
  box-sizing: border-box;
}

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

body {
  background: #f5f5f5;
  font-family: "BostonBlack", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body,
input,
select,
textarea {
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.65em;
  letter-spacing: -0.015em;
}

a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out,
    border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  border-bottom: dotted 1px;
  color: #e89980;
  text-decoration: none;
}

a:hover {
  border-bottom-color: transparent;
}

strong,
b {
  color: #646464;
  font-weight: 400;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BostonBlack", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #e4e1e1;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 0.5em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 2.25em;
  line-height: 1.5em;
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.75em;
  line-height: 1.5em;
  letter-spacing: -0.025em;
}

h4 {
  font-size: 1.1em;
  line-height: 1.5em;
  letter-spacing: 0;
}

h5 {
  font-size: 0.9em;
  line-height: 1.5em;
  letter-spacing: 0;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5em;
  letter-spacing: 0;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

hr {
  border: 0;
  border-bottom: solid 2px #e5e5e5;
  margin: 2em 0;
}

hr.major {
  margin: 3em 0;
}

blockquote {
  border-left: solid 4px #e5e5e5;
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

pre {
  -webkit-overflow-scrolling: touch;
  background: #f8f8f8;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  font-family: monospace;
  font-size: 0.9em;
  line-height: 1.75em;
  margin: 0 0 2em 0;
  overflow-x: auto;
  padding: 1em 1.5em;
}

code {
  background: #f8f8f8;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  font-family: monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

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

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

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

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Row */

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}

.row > * {
  box-sizing: border-box;
}

.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}

.row.aln-left {
  justify-content: flex-start;
}

.row.aln-center {
  justify-content: center;
}

.row.aln-right {
  justify-content: flex-end;
}

.row.aln-top {
  align-items: flex-start;
}

.row.aln-middle {
  align-items: center;
}

.row.aln-bottom {
  align-items: flex-end;
}

.row > .imp {
  order: -1;
}

.row > .col-1 {
  width: 8.33333%;
}

.row > .off-1 {
  margin-left: 8.33333%;
}

.row > .col-2 {
  width: 16.66667%;
}

.row > .off-2 {
  margin-left: 16.66667%;
}

.row > .col-3 {
  width: 25%;
}

.row > .off-3 {
  margin-left: 25%;
}

.row > .col-4 {
  width: 33.33333%;
}

.row > .off-4 {
  margin-left: 33.33333%;
}

.row > .col-5 {
  width: 41.66667%;
}

.row > .off-5 {
  margin-left: 41.66667%;
}

.row > .col-6 {
  width: 50%;
}

.row > .off-6 {
  margin-left: 50%;
}

.row > .col-7 {
  width: 58.33333%;
}

.row > .off-7 {
  margin-left: 58.33333%;
}

.row > .col-8 {
  width: 66.66667%;
}

.row > .off-8 {
  margin-left: 66.66667%;
}

.row > .col-9 {
  width: 75%;
}

.row > .off-9 {
  margin-left: 75%;
}

.row > .col-10 {
  width: 83.33333%;
}

.row > .off-10 {
  margin-left: 83.33333%;
}

.row > .col-11 {
  width: 91.66667%;
}

.row > .off-11 {
  margin-left: 91.66667%;
}

.row > .col-12 {
  width: 100%;
}

.row > .off-12 {
  margin-left: 100%;
}

.row.gtr-0 {
  margin-top: 0;
  margin-left: 0em;
}

.row.gtr-0 > * {
  padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
  margin-top: 0em;
}

.row.gtr-0.gtr-uniform > * {
  padding-top: 0em;
}

.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.5em;
}

.row.gtr-25 > * {
  padding: 0 0 0 0.5em;
}

.row.gtr-25.gtr-uniform {
  margin-top: -0.5em;
}

.row.gtr-25.gtr-uniform > * {
  padding-top: 0.5em;
}

.row.gtr-50 {
  margin-top: 0;
  margin-left: -1em;
}

.row.gtr-50 > * {
  padding: 0 0 0 1em;
}

.row.gtr-50.gtr-uniform {
  margin-top: -1em;
}

.row.gtr-50.gtr-uniform > * {
  padding-top: 1em;
}

.row {
  margin-top: 0;
  margin-left: -2em;
}

.row > * {
  padding: 0 0 0 2em;
}

.row.gtr-uniform {
  margin-top: -2em;
}

.row.gtr-uniform > * {
  padding-top: 2em;
}

.row.gtr-150 {
  margin-top: 0;
  margin-left: -3em;
}

.row.gtr-150 > * {
  padding: 0 0 0 3em;
}

.row.gtr-150.gtr-uniform {
  margin-top: -3em;
}

.row.gtr-150.gtr-uniform > * {
  padding-top: 3em;
}

.row.gtr-200 {
  margin-top: 0;
  margin-left: -4em;
}

.row.gtr-200 > * {
  padding: 0 0 0 4em;
}

.row.gtr-200.gtr-uniform {
  margin-top: -4em;
}

.row.gtr-200.gtr-uniform > * {
  padding-top: 4em;
}

@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-wide {
    order: -1;
  }

  .row > .col-1-wide {
    width: 8.33333%;
  }

  .row > .off-1-wide {
    margin-left: 8.33333%;
  }

  .row > .col-2-wide {
    width: 16.66667%;
  }

  .row > .off-2-wide {
    margin-left: 16.66667%;
  }

  .row > .col-3-wide {
    width: 25%;
  }

  .row > .off-3-wide {
    margin-left: 25%;
  }

  .row > .col-4-wide {
    width: 33.33333%;
  }

  .row > .off-4-wide {
    margin-left: 33.33333%;
  }

  .row > .col-5-wide {
    width: 41.66667%;
  }

  .row > .off-5-wide {
    margin-left: 41.66667%;
  }

  .row > .col-6-wide {
    width: 50%;
  }

  .row > .off-6-wide {
    margin-left: 50%;
  }

  .row > .col-7-wide {
    width: 58.33333%;
  }

  .row > .off-7-wide {
    margin-left: 58.33333%;
  }

  .row > .col-8-wide {
    width: 66.66667%;
  }

  .row > .off-8-wide {
    margin-left: 66.66667%;
  }

  .row > .col-9-wide {
    width: 75%;
  }

  .row > .off-9-wide {
    margin-left: 75%;
  }

  .row > .col-10-wide {
    width: 83.33333%;
  }

  .row > .off-10-wide {
    margin-left: 83.33333%;
  }

  .row > .col-11-wide {
    width: 91.66667%;
  }

  .row > .off-11-wide {
    margin-left: 91.66667%;
  }

  .row > .col-12-wide {
    width: 100%;
  }

  .row > .off-12-wide {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.5em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.5em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 1em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -1em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 1em;
  }

  .row {
    margin-top: 0;
    margin-left: -2em;
  }

  .row > * {
    padding: 0 0 0 2em;
  }

  .row.gtr-uniform {
    margin-top: -2em;
  }

  .row.gtr-uniform > * {
    padding-top: 2em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 3em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 4em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -4em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 4em;
  }
}

@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-normal {
    order: -1;
  }

  .row > .col-1-normal {
    width: 8.33333%;
  }

  .row > .off-1-normal {
    margin-left: 8.33333%;
  }

  .row > .col-2-normal {
    width: 16.66667%;
  }

  .row > .off-2-normal {
    margin-left: 16.66667%;
  }

  .row > .col-3-normal {
    width: 25%;
  }

  .row > .off-3-normal {
    margin-left: 25%;
  }

  .row > .col-4-normal {
    width: 33.33333%;
  }

  .row > .off-4-normal {
    margin-left: 33.33333%;
  }

  .row > .col-5-normal {
    width: 41.66667%;
  }

  .row > .off-5-normal {
    margin-left: 41.66667%;
  }

  .row > .col-6-normal {
    width: 50%;
  }

  .row > .off-6-normal {
    margin-left: 50%;
  }

  .row > .col-7-normal {
    width: 58.33333%;
  }

  .row > .off-7-normal {
    margin-left: 58.33333%;
  }

  .row > .col-8-normal {
    width: 66.66667%;
  }

  .row > .off-8-normal {
    margin-left: 66.66667%;
  }

  .row > .col-9-normal {
    width: 75%;
  }

  .row > .off-9-normal {
    margin-left: 75%;
  }

  .row > .col-10-normal {
    width: 83.33333%;
  }

  .row > .off-10-normal {
    margin-left: 83.33333%;
  }

  .row > .col-11-normal {
    width: 91.66667%;
  }

  .row > .off-11-normal {
    margin-left: 91.66667%;
  }

  .row > .col-12-normal {
    width: 100%;
  }

  .row > .off-12-normal {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.5em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.5em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 1em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -1em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 1em;
  }

  .row {
    margin-top: 0;
    margin-left: -2em;
  }

  .row > * {
    padding: 0 0 0 2em;
  }

  .row.gtr-uniform {
    margin-top: -2em;
  }

  .row.gtr-uniform > * {
    padding-top: 2em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 3em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 4em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -4em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 4em;
  }
}

@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-narrow {
    order: -1;
  }

  .row > .col-1-narrow {
    width: 8.33333%;
  }

  .row > .off-1-narrow {
    margin-left: 8.33333%;
  }

  .row > .col-2-narrow {
    width: 16.66667%;
  }

  .row > .off-2-narrow {
    margin-left: 16.66667%;
  }

  .row > .col-3-narrow {
    width: 25%;
  }

  .row > .off-3-narrow {
    margin-left: 25%;
  }

  .row > .col-4-narrow {
    width: 33.33333%;
  }

  .row > .off-4-narrow {
    margin-left: 33.33333%;
  }

  .row > .col-5-narrow {
    width: 41.66667%;
  }

  .row > .off-5-narrow {
    margin-left: 41.66667%;
  }

  .row > .col-6-narrow {
    width: 50%;
  }

  .row > .off-6-narrow {
    margin-left: 50%;
  }

  .row > .col-7-narrow {
    width: 58.33333%;
  }

  .row > .off-7-narrow {
    margin-left: 58.33333%;
  }

  .row > .col-8-narrow {
    width: 66.66667%;
  }

  .row > .off-8-narrow {
    margin-left: 66.66667%;
  }

  .row > .col-9-narrow {
    width: 75%;
  }

  .row > .off-9-narrow {
    margin-left: 75%;
  }

  .row > .col-10-narrow {
    width: 83.33333%;
  }

  .row > .off-10-narrow {
    margin-left: 83.33333%;
  }

  .row > .col-11-narrow {
    width: 91.66667%;
  }

  .row > .off-11-narrow {
    margin-left: 91.66667%;
  }

  .row > .col-12-narrow {
    width: 100%;
  }

  .row > .off-12-narrow {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.5em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.5em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 1em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -1em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 1em;
  }

  .row {
    margin-top: 0;
    margin-left: -2em;
  }

  .row > * {
    padding: 0 0 0 2em;
  }

  .row.gtr-uniform {
    margin-top: -2em;
  }

  .row.gtr-uniform > * {
    padding-top: 2em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 3em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 4em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -4em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 4em;
  }
}

@media screen and (max-width: 840px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-narrower {
    order: -1;
  }

  .row > .col-1-narrower {
    width: 8.33333%;
  }

  .row > .off-1-narrower {
    margin-left: 8.33333%;
  }

  .row > .col-2-narrower {
    width: 16.66667%;
  }

  .row > .off-2-narrower {
    margin-left: 16.66667%;
  }

  .row > .col-3-narrower {
    width: 25%;
  }

  .row > .off-3-narrower {
    margin-left: 25%;
  }

  .row > .col-4-narrower {
    width: 33.33333%;
  }

  .row > .off-4-narrower {
    margin-left: 33.33333%;
  }

  .row > .col-5-narrower {
    width: 41.66667%;
  }

  .row > .off-5-narrower {
    margin-left: 41.66667%;
  }

  .row > .col-6-narrower {
    width: 50%;
  }

  .row > .off-6-narrower {
    margin-left: 50%;
  }

  .row > .col-7-narrower {
    width: 58.33333%;
  }

  .row > .off-7-narrower {
    margin-left: 58.33333%;
  }

  .row > .col-8-narrower {
    width: 66.66667%;
  }

  .row > .off-8-narrower {
    margin-left: 66.66667%;
  }

  .row > .col-9-narrower {
    width: 75%;
  }

  .row > .off-9-narrower {
    margin-left: 75%;
  }

  .row > .col-10-narrower {
    width: 83.33333%;
  }

  .row > .off-10-narrower {
    margin-left: 83.33333%;
  }

  .row > .col-11-narrower {
    width: 91.66667%;
  }

  .row > .off-11-narrower {
    margin-left: 91.66667%;
  }

  .row > .col-12-narrower {
    width: 100%;
  }

  .row > .off-12-narrower {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.5em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.5em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 1em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -1em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 1em;
  }

  .row {
    margin-top: 0;
    margin-left: -2em;
  }

  .row > * {
    padding: 0 0 0 2em;
  }

  .row.gtr-uniform {
    margin-top: -2em;
  }

  .row.gtr-uniform > * {
    padding-top: 2em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 3em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 4em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -4em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 4em;
  }
}

@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-mobile {
    order: -1;
  }

  .row > .col-1-mobile {
    width: 8.33333%;
  }

  .row > .off-1-mobile {
    margin-left: 8.33333%;
  }

  .row > .col-2-mobile {
    width: 16.66667%;
  }

  .row > .off-2-mobile {
    margin-left: 16.66667%;
  }

  .row > .col-3-mobile {
    width: 25%;
  }

  .row > .off-3-mobile {
    margin-left: 25%;
  }

  .row > .col-4-mobile {
    width: 33.33333%;
  }

  .row > .off-4-mobile {
    margin-left: 33.33333%;
  }

  .row > .col-5-mobile {
    width: 41.66667%;
  }

  .row > .off-5-mobile {
    margin-left: 41.66667%;
  }

  .row > .col-6-mobile {
    width: 50%;
  }

  .row > .off-6-mobile {
    margin-left: 50%;
  }

  .row > .col-7-mobile {
    width: 58.33333%;
  }

  .row > .off-7-mobile {
    margin-left: 58.33333%;
  }

  .row > .col-8-mobile {
    width: 66.66667%;
  }

  .row > .off-8-mobile {
    margin-left: 66.66667%;
  }

  .row > .col-9-mobile {
    width: 75%;
  }

  .row > .off-9-mobile {
    margin-left: 75%;
  }

  .row > .col-10-mobile {
    width: 83.33333%;
  }

  .row > .off-10-mobile {
    margin-left: 83.33333%;
  }

  .row > .col-11-mobile {
    width: 91.66667%;
  }

  .row > .off-11-mobile {
    margin-left: 91.66667%;
  }

  .row > .col-12-mobile {
    width: 100%;
  }

  .row > .off-12-mobile {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.5em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.5em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 1em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -1em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 1em;
  }

  .row {
    margin-top: 0;
    margin-left: -2em;
  }

  .row > * {
    padding: 0 0 0 2em;
  }

  .row.gtr-uniform {
    margin-top: -2em;
  }

  .row.gtr-uniform > * {
    padding-top: 2em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 3em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 4em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -4em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 4em;
  }
}

@media screen and (max-width: 480px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }

  .row > * {
    box-sizing: border-box;
  }

  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }

  .row.aln-left {
    justify-content: flex-start;
  }

  .row.aln-center {
    justify-content: center;
  }

  .row.aln-right {
    justify-content: flex-end;
  }

  .row.aln-top {
    align-items: flex-start;
  }

  .row.aln-middle {
    align-items: center;
  }

  .row.aln-bottom {
    align-items: flex-end;
  }

  .row > .imp-mobilep {
    order: -1;
  }

  .row > .col-1-mobilep {
    width: 8.33333%;
  }

  .row > .off-1-mobilep {
    margin-left: 8.33333%;
  }

  .row > .col-2-mobilep {
    width: 16.66667%;
  }

  .row > .off-2-mobilep {
    margin-left: 16.66667%;
  }

  .row > .col-3-mobilep {
    width: 25%;
  }

  .row > .off-3-mobilep {
    margin-left: 25%;
  }

  .row > .col-4-mobilep {
    width: 33.33333%;
  }

  .row > .off-4-mobilep {
    margin-left: 33.33333%;
  }

  .row > .col-5-mobilep {
    width: 41.66667%;
  }

  .row > .off-5-mobilep {
    margin-left: 41.66667%;
  }

  .row > .col-6-mobilep {
    width: 50%;
  }

  .row > .off-6-mobilep {
    margin-left: 50%;
  }

  .row > .col-7-mobilep {
    width: 58.33333%;
  }

  .row > .off-7-mobilep {
    margin-left: 58.33333%;
  }

  .row > .col-8-mobilep {
    width: 66.66667%;
  }

  .row > .off-8-mobilep {
    margin-left: 66.66667%;
  }

  .row > .col-9-mobilep {
    width: 75%;
  }

  .row > .off-9-mobilep {
    margin-left: 75%;
  }

  .row > .col-10-mobilep {
    width: 83.33333%;
  }

  .row > .off-10-mobilep {
    margin-left: 83.33333%;
  }

  .row > .col-11-mobilep {
    width: 91.66667%;
  }

  .row > .off-11-mobilep {
    margin-left: 91.66667%;
  }

  .row > .col-12-mobilep {
    width: 100%;
  }

  .row > .off-12-mobilep {
    margin-left: 100%;
  }

  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
  }

  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }

  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
  }

  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }

  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5em;
  }

  .row.gtr-25 > * {
    padding: 0 0 0 0.5em;
  }

  .row.gtr-25.gtr-uniform {
    margin-top: -0.5em;
  }

  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5em;
  }

  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em;
  }

  .row.gtr-50 > * {
    padding: 0 0 0 1em;
  }

  .row.gtr-50.gtr-uniform {
    margin-top: -1em;
  }

  .row.gtr-50.gtr-uniform > * {
    padding-top: 1em;
  }

  .row {
    margin-top: 0;
    margin-left: -2em;
  }

  .row > * {
    padding: 0 0 0 2em;
  }

  .row.gtr-uniform {
    margin-top: -2em;
  }

  .row.gtr-uniform > * {
    padding-top: 2em;
  }

  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em;
  }

  .row.gtr-150 > * {
    padding: 0 0 0 3em;
  }

  .row.gtr-150.gtr-uniform {
    margin-top: -3em;
  }

  .row.gtr-150.gtr-uniform > * {
    padding-top: 3em;
  }

  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em;
  }

  .row.gtr-200 > * {
    padding: 0 0 0 4em;
  }

  .row.gtr-200.gtr-uniform {
    margin-top: -4em;
  }

  .row.gtr-200.gtr-uniform > * {
    padding-top: 4em;
  }
}

/* Container */

.container {
  margin: 0 auto;
  max-width: calc(100% - 5em);
  width: 60em;
}

.container.xsmall {
  width: 15em;
}

.container.small {
  width: 30em;
}

.container.medium {
  width: 45em;
}

.container.large {
  width: 75em;
}

.container.xlarge {
  width: 90em;
}

.container.max {
  width: 100%;
}

@media screen and (max-width: 840px) {
  .container {
    width: 100% !important;
  }
}

@media screen and (max-width: 736px) {
  .container {
    max-width: 100%;
  }
}

/* Section/Article */

section.special,
article.special {
  text-align: center;
}

header p {
  color: #999;
  position: relative;
  margin: 0 0 1.5em 0;
  font-style: italic;
}

header h2 + p {
  font-size: 1.25em;
  margin-top: -1em;
  line-height: 1.5em;
}

header h3 + p {
  font-size: 1.1em;
  margin-top: -0.85em;
  line-height: 1.5em;
}

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.8em;
  margin-top: -0.5em;
  line-height: 1.5em;
}

header.major {
  padding: 1em 0;
  text-align: center;
}

header.major h2 {
  margin: 0;
}

header.major p {
  display: inline-block;
  border-top: solid 2px #e5e5e5;
  color: #777;
  margin: 1.5em 0 0 0;
  padding: 1.5em 0 0 0;
  font-style: normal;
}

/* Form */

form {
  margin: 0 0 2em 0;
}

label {
  color: #646464;
  display: block;
  font-size: 0.9em;
  font-weight: 300;
  margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #f8f8f8;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #e89980;
  box-shadow: 0 0 0 2px #e89980;
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23e5e5e5' /%3E%3C/svg%3E");
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
  height: 3em;
  padding-right: 3em;
  text-overflow: ellipsis;
}

select option {
  color: #777;
  background-color: #f5f5f5;
}

select:focus::-ms-value {
  background-color: transparent;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 3em;
}

textarea {
  padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
  padding-left: 2.55em;
  padding-right: 0.75em;
  position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: #f8f8f8;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  content: "";
  display: inline-block;
  font-size: 0.8em;
  height: 2.25em;
  left: 0;
  line-height: 2.25em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.25em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #666;
  border-color: #666;
  color: #ffffff;
  content: "\f00c";
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #e89980;
  box-shadow: 0 0 0 1px #e89980;
}

input[type="checkbox"] + label:before {
  border-radius: 6px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

::-webkit-input-placeholder {
  color: #999 !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #999 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #999 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999 !important;
  opacity: 1;
}

/* Box */

.box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 #e5e5e5;
  margin: 10rem 0 2em 0;
  padding: 3em;
}

.box > :last-child {
  margin-bottom: 0;
}

.box.alt {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 0 2em 0;
  padding: 0 !important;
}

.box.features .features-row {
  border-top: solid 2px #e5e5e5;
  position: relative;
}

.box.features .features-row:after {
  clear: both;
  content: "";
  display: block;
}

.box.features .features-row section {
  float: left;
  padding: 3em;
  width: 50%;
}

.box.features .features-row section :last-child {
  margin-bottom: 0;
}

.box.features .features-row section:nth-child(2n) {
  padding-right: 0;
}

.box.features .features-row section:nth-child(2n):before {
  background: #e5e5e5;
  content: "";
  display: block;
  height: 100%;
  margin-left: -3em;
  position: absolute;
  top: 0;
  width: 2px;
}

.box.features .features-row section:nth-child(2n-1) {
  padding-left: 0;
}

.box.features .features-row:first-child {
  border-top: 0;
}

.box.features .features-row:first-child section {
  padding-top: 0;
}

.box.features .features-row:last-child {
  padding-bottom: 0;
}

.box.features .features-row:last-child section {
  padding-bottom: 0;
}

.box.special {
  text-align: center;
}

.box .image.featured {
  border-radius: 0;
  display: block;
  margin: 3em 0 3em -3em;
  position: relative;
  width: calc(100% + 6em);
}

.box .image.featured img {
  border-radius: 0;
  display: block;
  width: 100%;
}

.box .image.featured:first-child {
  border-radius: 6px 6px 0 0;
  margin-bottom: 3em;
  margin-top: -3em;
}

.box .image.featured:first-child img {
  border-radius: 6px 6px 0 0;
}

.box .image.featured:last-child {
  border-radius: 0 0 6px 6px;
  margin-bottom: -3em;
  margin-top: 3em;
}

.box .image.featured:last-child img {
  border-radius: 0 0 6px 6px;
}

/* Icon */

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.icon > .label {
  display: none;
}

.icon:before {
  line-height: inherit;
}

.icon.solid:before {
  font-weight: 900;
}

.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}

.icon.major {
  background: #666;
  border-radius: 100%;
  color: #ffffff;
  cursor: default;
  display: inline-block;
  height: 5.5em;
  line-height: 5.5em;
  margin: 0 0 2em 0;
  width: 5.5em;
}

.icon.major:before {
  font-size: 2.5em;
}

.icon.major.accent1 {
  background: #666;
  color: #ffffff;
}

.icon.major.accent2 {
  background: #e89980;
  color: #ffffff;
}

.icon.major.accent3 {
  background: #7fcdb8;
  color: #ffffff;
}

.icon.major.accent4 {
  background: #90b0ba;
  color: #ffffff;
}

.icon.major.accent5 {
  background: #e5cb95;
  color: #ffffff;
}

/* Image */

.image {
  border-radius: 6px;
  border: 0;
  display: inline-block;
  position: relative;
}

.image img {
  border-radius: 6px;
  display: block;
}

.image.left {
  float: left;
  padding: 0 1.5em 1em 0;
  top: 0.25em;
}

.image.right {
  float: right;
  padding: 0 0 1em 1.5em;
  top: 0.25em;
}

.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}

.image.fit img {
  display: block;
  width: 100%;
}

/* List */

ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}

ul li {
  padding-left: 0.5em;
}

ul.alt {
  list-style: none;
  padding-left: 0;
}

ul.alt li {
  border-top: solid 1px #e5e5e5;
  padding: 0.5em 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.icons li {
  display: inline-block;
  padding: 0 1.25em 0 0;
}

ul.icons li:last-child {
  padding-right: 0;
}

ul.icons li .icon {
  color: inherit;
}

ul.icons li .icon:before {
  font-size: 1.75em;
}

dl {
  margin: 0 0 2em 0;
}

/* Actions */

ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0;
}

ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle;
}

ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}

ul.actions.special li:first-child {
  padding-left: 0;
}

ul.actions.stacked {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}

ul.actions.stacked li {
  padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  width: calc(100% + 1em);
}

ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}

ul.actions.fit li > * {
  width: 100%;
}

ul.actions.fit.stacked {
  width: 100%;
}

@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }

  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1em 0 0 0;
    text-align: center;
    width: 70%;
    margin: auto;
  }

  ul.actions:not(.fixed) li > * {
    width: 100%;
  }

  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }

  ul.actions:not(.fixed) li input[type="submit"],
  ul.actions:not(.fixed) li input[type="reset"],
  ul.actions:not(.fixed) li input[type="button"],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }

  ul.actions:not(.fixed) li input[type="submit"].icon:before,
  ul.actions:not(.fixed) li input[type="reset"].icon:before,
  ul.actions:not(.fixed) li input[type="button"].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5em;
  }
}

/* Table */

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

table {
  margin: 0 0 2em 0;
  width: 100%;
}

table tbody tr {
  border: solid 1px #e5e5e5;
  border-left: 0;
  border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
  background-color: #f8f8f8;
}

table td {
  padding: 0.75em 0.75em;
}

table th {
  color: #646464;
  font-size: 0.9em;
  font-weight: 300;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}

table thead {
  border-bottom: solid 2px #e5e5e5;
}

table tfoot {
  border-top: solid 2px #e5e5e5;
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px #e5e5e5;
  border-left-width: 0;
  border-top-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom: 0;
}

table.alt tfoot {
  border-top: 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: #666;
  border-radius: 6px;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: 3em;
  line-height: 3em;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
  background-color: #737373;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
  background-color: #595959;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
.button.icon {
  padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
  margin-right: 0.5em;
}

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

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
  font-size: 0.8em;
  height: 2.7em;
  line-height: 2.7em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
.button.large {
  font-size: 1.25em;
  height: 2.7em;
  line-height: 2.7em;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #e5e5e5;
  color: #777;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button.alt:hover {
  background-color: #f8f8f8;
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
.button.alt:active {
  background-color: #f0f0f0;
}

input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
.button.alt.icon:before {
  color: #999;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
.button.primary {
  background-color: #e89980;
  color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
.button.primary:hover {
  background-color: #ecaa96;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
.button.primary:active {
  background-color: #e4886a;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
  background-color: #777 !important;
  box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
  color: #f5f5f5 !important;
  cursor: default;
  opacity: 0.25;
}

/* Header */

#page-wrapper {
  padding-top: 3em;
}

body.landing #page-wrapper {
  padding-top: 0;
}

@-moz-keyframes reveal-header {
  0% {
    top: -5em;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes reveal-header {
  0% {
    top: -5em;
  }

  100% {
    top: 0;
  }
}

@-ms-keyframes reveal-header {
  0% {
    top: -5em;
  }

  100% {
    top: 0;
  }
}

@keyframes reveal-header {
  0% {
    top: -5em;
  }

  100% {
    top: 0;
  }
}

#header {
  background: #f8f6f6;
  color: #181818;
  cursor: default;
  height: 120px;
  left: 0;
  line-height: 3.25em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  opacity: 0.8;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .logo {
  /* left: 1.25rem;
  position: absolute;
  top: 1rem; */
  height: 100%;
}

#header .logo img {
  height: 96%;
}

#header .logo a {
  text-decoration: none;
  border-bottom: none;
}

#header nav {
  /* line-height: inherit;
  position: absolute;
  right: 0.75em;
  top: 0;
  vertical-align: middle; */
  text-transform: uppercase;
}

#header nav > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#header nav > ul > li {
  display: inline-block;
  padding-left: 0;
}

#header nav > ul > li > ul {
  display: none;
}

#header nav > ul > li a {
  display: inline-block;
  height: 2em;
  line-height: 1.95em;
  padding: 0 1em;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 1px;
}

#header nav > ul > li a:not(.button) {
  color: #333;
  display: inline-block;
  text-decoration: none;
  border: 0;
}

#header nav > ul > li a:not(.button).icon:before {
  color: #333;
  margin-right: 0.5em;
}

#header nav > ul > li:first-child {
  margin-left: 0;
}

#header nav > ul > li.active a:not(.button) {
  background-color: rgba(153, 153, 153, 0.25);
}

#header nav > ul > li .button {
  margin: 0 0 0 0.5em;
  position: relative;
}

#header input[type="submit"],
#header input[type="reset"],
#header input[type="button"],
#header .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #999;
  color: #333;
}

#header input[type="submit"]:hover,
#header input[type="reset"]:hover,
#header input[type="button"]:hover,
#header .button:hover {
  background-color: rgba(153, 153, 153, 0.25);
}

#header input[type="submit"]:active,
#header input[type="reset"]:active,
#header input[type="button"]:active,
#header .button:active {
  background-color: rgba(153, 153, 153, 0.5);
}

#header .container {
  position: relative;
}

#header .container h1 {
  left: 0;
}

#header .container nav {
  right: 0;
}

#header.reveal {
  -moz-animation: reveal-header 0.5s;
  -webkit-animation: reveal-header 0.5s;
  -ms-animation: reveal-header 0.5s;
  animation: reveal-header 0.5s;
}

#header.alt {
  -moz-animation: none;
  -webkit-animation: none;
  -ms-animation: none;
  animation: none;
  /* background: none; */
  color: rgba(255, 255, 255, 0.75);
  position: absolute;
}

#header.alt nav > ul > li a:not(.button).icon:before {
  color: rgba(255, 255, 255, 0.75);
}

#header.alt nav > ul > li.active a:not(.button) {
  background-color: rgba(255, 255, 255, 0.2);
}

#header.alt input[type="submit"],
#header.alt input[type="reset"],
#header.alt input[type="button"],
#header.alt .button {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

#header.alt input[type="submit"]:hover,
#header.alt input[type="reset"]:hover,
#header.alt input[type="button"]:hover,
#header.alt .button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#header.alt input[type="submit"]:active,
#header.alt input[type="reset"]:active,
#header.alt input[type="button"]:active,
#header.alt .button:active {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropotron {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.065), inset 0 -1px 0 0 #fff,
    inset 0 0 0 1px rgba(229, 229, 229, 0.5);
  list-style: none;
  margin: calc(-0.5em + 1px) 0 0 1px;
  padding: 0.5em 0;
  width: 11em;
}

.dropotron li {
  padding: 0;
}

.dropotron li a,
.dropotron li span {
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  border: 0;
  border-top: solid 1px #f2f2f2;
  color: inherit;
  display: block;
  padding: 0.15em 1em;
}

.dropotron li:first-child > a,
.dropotron li:first-child > span {
  border-top: 0;
}

.dropotron li.active > a,
.dropotron li.active > span,
.dropotron li:hover > a,
.dropotron li:hover > span {
  background: #e89980;
  color: #ffffff;
}

.dropotron.level-0 {
  font-size: 0.9em;
  margin: 1em 0 0 0;
}

.dropotron.level-0:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border: solid 1px rgba(229, 229, 229, 0.5);
  border-bottom: 0;
  border-right: 0;
  box-shadow: -0.25em -0.125em 0.125em 0 rgba(0, 0, 0, 0.015);
  content: "";
  display: block;
  height: 0.75em;
  position: absolute;
  right: 1.25em;
  top: -0.375em;
  width: 0.75em;
  z-index: 0;
}

/* Banner */

#banner {
  background-attachment: scroll, fixed;

  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),
    url("../images/lhc_hero.jpeg");
  background-position: center 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  color: #fff;
  padding: 26em 0 20em 0;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

#banner :last-child {
  margin-bottom: 0;
}

#banner h2,
    background-attachment: scroll;
    background-color: #666;

#banner h2 {
  font-size: 3.5em;
  line-height: 1em;
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 2px;
}

#banner p {
  font-size: 1.25em;
  margin-bottom: 1.75em;
}

#banner input[type="submit"],
#banner input[type="reset"],
#banner input[type="button"],
#banner .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  color: #fff;
  min-width: 12em;
}

#banner input[type="submit"]:hover,
#banner input[type="reset"]:hover,
#banner input[type="button"]:hover,
#banner .button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#banner input[type="submit"]:active,
#banner input[type="reset"]:active,
#banner input[type="button"]:active,
#banner .button:active {
  background-color: rgba(255, 255, 255, 0.2);
}

#banner input[type="submit"].primary,
#banner input[type="reset"].primary,
#banner input[type="button"].primary,
#banner .button.primary {
  background: #fff;
  color: #666 !important;
}

/* Main */

#main {
  padding: 4em 0;
}

#main > header {
  text-align: center;
  margin: 0 0 3em 0;
}

#main > header h2 {
  font-size: 2.75em;
  margin: 0;
}

#main > header p {
  border-top: solid 2px #e5e5e5;
  color: #777;
  display: inline-block;
  font-style: normal;
  margin: 1em 0 0 0;
  padding: 1em 0 1.25em 0;
}

body.landing #main {
  margin-top: -14em;
}

/* Footer */

#footer {
  background: #f0f0f0;
  padding: 4em 0 6em 0;
  text-align: center;
}

#footer .icons a {
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.35;
}

#footer .icons a:hover {
  opacity: 0.75;
}

#footer .copyright {
  color: #999;
  font-size: 0.9em;
  line-height: 1em;
  margin: 2em 0 0 0;
  padding: 0;
  text-align: center;
}

#footer .copyright a {
  color: inherit;
}

#footer .copyright li {
  border-left: solid 1px #dddddd;
  display: inline-block;
  list-style: none;
  margin-left: 1em;
  padding-left: 1em;
}

#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

/* CTA */

#cta {
  background: #e89980;
  color: #f9e6df;
  padding: 3.5em 0 4em 0;
  text-align: center;
}

#cta h2,
#cta h3,
#cta h4,
#cta h5,
#cta h6 {
  color: inherit;
}

#cta form {
  margin: 0 auto;
  max-width: 100%;
  width: 25em;
}

#cta input[type="submit"],
#cta input[type="reset"],
#cta input[type="button"],
#cta .button {
  box-shadow: none;
  background: #fff;
  color: #e89980;
}

#cta input[type="text"],
#cta input[type="password"],
#cta input[type="email"],
#cta select,
#cta textarea {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border: 0;
}

#cta input[type="text"]:focus,
#cta input[type="password"]:focus,
#cta input[type="email"]:focus,
#cta select:focus,
#cta textarea:focus {
  box-shadow: inset 0 0 0 2px #fff;
}

#cta ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

#cta :-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

#cta ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

#cta :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

#cta .formerize-placeholder {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* Wide */

@media screen and (max-width: 1680px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 13pt;
  }

  /* Banner */

  #banner {
    padding: 10em 0 18em 0;
  }
}

/* Normal */

@media screen and (max-width: 1280px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  /* Header */

  .dropotron.level-0 {
    font-size: 1em;
  }

  /* Banner */

  #banner {
    background-attachment: scroll;
  }

  #banner h2 {
    font-size: 3.5em;
  }
}

/* Narrow */

@media screen and (max-width: 980px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
}

/* Narrower */

#navPanel,
#navButton {
  display: none;
}

@media screen and (max-width: 840px) {
  /* Basic */

  html,
  body {
    overflow-x: hidden;
  }

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }

  /* Section/Article */

  header br {
    display: none;
  }

  header.major {
    padding: 0 4em;
  }

  /* Box */

  .box {
    padding: 3em 2em;
  }

  .box.features > section {
    padding: 3em 2em;
  }

  .box .image.featured {
    margin-left: -2em;
    width: calc(100% + 4em);
  }

  .box .image.featured:first-child {
    margin-bottom: 3em;
    margin-top: -3em;
  }

  .box .image.featured:last-child {
    margin-bottom: -3em;
    margin-top: 3em;
  }

  /* Header */

  #page-wrapper {
    padding-top: 0;
  }

  #header {
    display: none;
  }

  /* Banner */

  /* Nav */

  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }

  #navButton {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
  }

  #navButton .toggle {
    text-decoration: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 0;
    outline: 0;
  }

  #navButton .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  #navButton .toggle:before {
    background: rgba(192, 192, 192, 0.75);
    border-radius: 6px;
    color: #fff;
    content: "\f0c9";
    display: block;
    font-size: 16px;
    height: 2.25em;
    left: 0.5em;
    line-height: 2.25em;
    position: absolute;
    text-align: center;
    top: 0.5em;
    width: 3.5em;
  }

  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-275px);
    -webkit-transform: translateX(-275px);
    -ms-transform: translateX(-275px);
    transform: translateX(-275px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 275px;
    z-index: 10002;
    background: #2b2b2b;
    color: #bbb;
  }

  #navPanel .link {
    border-bottom: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    color: #bbb;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 1em 0 1em;
    text-decoration: none;
  }

  #navPanel .link:first-child {
    border-top: 0;
  }

  #navPanel .link.depth-0 {
    color: #fff;
  }

  #navPanel .link .indent-1 {
    display: inline-block;
    width: 1em;
  }

  #navPanel .link .indent-2 {
    display: inline-block;
    width: 2em;
  }

  #navPanel .link .indent-3 {
    display: inline-block;
    width: 3em;
  }

  #navPanel .link .indent-4 {
    display: inline-block;
    width: 4em;
  }

  #navPanel .link .indent-5 {
    display: inline-block;
    width: 5em;
  }

  body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navButton {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
  }

  body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Mobile */

@media screen and (max-width: 736px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  h2 {
    font-size: 1.75em;
    line-height: 1.35em;
    letter-spacing: -0.025em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1em;
  }

  /* Section/Article */

  header.major {
    padding: 1em;
  }

  header.major h2,
  header.major p {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  /* Box */

  .box {
    margin: 1em;
    overflow-x: hidden;
    padding: 2em 2em !important;
  }

  .box.features .features-row {
    border-top: 0;
    padding: 0;
  }

  .box.features .features-row section {
    border: 0;
    border-top: solid 1px #e5e5e5 !important;
    float: none;
    margin: 2em 0 0 0 !important;
    padding: 2em 0 0 0 !important;
    width: 100%;
  }

  .box.features .features-row:first-child section:first-child {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .box .image.featured {
    margin-left: -2em;
    width: calc(100% + 4em);
  }

  .box .image.featured:first-child {
    margin-bottom: 2em;
    margin-top: -2em;
  }

  .box .image.featured:last-child {
    margin-bottom: -2em;
    margin-top: 2em;
  }

  /* Banner */

  #banner {
    padding: 4em 0;
  }

  #banner h2 {
    font-size: 2.25em;
  }

  #banner p {
    font-size: 1.25em;
  }

  /* Main */

  #main {
    padding: 4em 0 0 0;
  }

  #main > header {
    margin: 0 2em 1.5em 2em;
  }

  #main > header h2 {
    font-size: 2em;
  }

  #main > header p {
    font-size: 1em;
    padding-bottom: 1em;
  }

  body.landing #main {
    padding: 0;
    margin-top: 0;
  }

  /* Footer */

  #footer {
    padding: 4em 0;
  }

  #footer .copyright li {
    border-left: 0;
    display: block;
    line-height: 2em;
    margin-left: 0;
    padding-left: 0;
  }
}

/* Mobile (Portrait) */

@media screen and (max-width: 480px) {
  /* Basic */

  html,
  body {
    min-width: 320px;
  }

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }

  /* Section/Article */

  header.major {
    padding: 0;
  }

  /* List */

  ul.actions {
    margin: 0 0 2em 0;
  }

  ul.actions li {
    display: block;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
  }

  ul.actions li:first-child {
    padding-top: 0;
  }

  ul.actions li > * {
    width: 100%;
    margin: 0 !important;
  }

  ul.actions li > *.icon:before {
    margin-left: -2em;
  }

  ul.actions.small li {
    padding: 0.5em 0 0 0;
  }

  ul.actions.small li:first-child {
    padding-top: 0;
  }

  /* Box */

  .box {
    border-radius: 0;
    box-shadow: none;
    margin: 1em 0 0 0;
    padding: 3em 1em !important;
  }

  .box.features .features-row section {
    margin: 3em 0 0 0 !important;
    padding: 3em 0 0 0 !important;
  }

  .box .image.featured {
    border-radius: 0;
    margin-left: -1em;
    width: calc(100% + 2em);
  }

  .box .image.featured img {
    border-radius: 0 !important;
  }

  .box .image.featured:first-child {
    margin-bottom: 3em;
    margin-top: -3em;
  }

  .box .image.featured:last-child {
    margin-bottom: -3em;
    margin-top: 3em;
  }

  /* Banner */

  #banner {
    padding: 15em 3em 4em 3em;
    height: 70vh;
  }

  /* Main */

  #main > .box:first-child {
    margin-top: 0;
  }

  /* CTA */

  #cta {
    padding: 2.5em 1em 3em 1em;
  }
}

/* EVENTS SECTION */
.events_box {
  max-width: 1200px;
  margin: 20rem auto;
  background-color: #000;
}

.events_box h2 {
  text-align: center;
  color: white;
  font-size: 3rem;
  margin-bottom: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.events-section {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.circle-container {
  position: relative;
  width: 700px;
  height: 700px;
  margin: 0 auto;
}

/* Event details in center */
.event-details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 450px;
  height: 450px;
  background: white;
  border-radius: 50%;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.event-thumbnail {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.event-thumbnail img.loaded {
  display: block;
}

#event-title {
  font-size: 2rem;
  color: #000000;
  margin-bottom: 4px;
  font-weight: 600;
  letter-spacing: 1px;
}

#event-time {
  font-size: 1rem;
  color: #666;
  margin-bottom: 5px;
  font-weight: 500;
}

#event-location {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 10px;
}

#event-description {
  font-size: 0.85rem;
  width: 80%;
  color: #555;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Date circles */
.date-circle {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
  user-select: none;
  border: 2px solid #000000;
}

.date-circle:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.date-circle.active {
  background: #000000;
  color: #ffffff;
  transform: scale(1.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  border: 2px solid #ffffff;
}

.date-circle .day {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.date-circle .month {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Mobile tabbed layout */
.date-tabs {
  display: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.date-tabs::-webkit-scrollbar {
  height: 6px;
}

.date-tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.date-tabs::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
}

.date-tab {
  display: inline-block;
  padding: 12px 20px;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  color: #000000;
  border: 2px solid #cccccc;
}

.date-tab:hover {
  background: #f0f0f0;
  border-color: #000000;
}

.date-tab.active {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  font-weight: 600;
}

.date-tab .tab-day {
  font-size: 1.1rem;
  font-weight: bold;
  margin-right: 5px;
}

.date-tab .tab-month {
  font-size: 0.85rem;
}

.mobile-event-details {
  display: none;
}

/* Responsive design */
@media (max-width: 768px) {
  .circle-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    position: static;
  }

  .date-tabs {
    display: block;
  }

  #date-circles {
    display: none;
  }

  .event-details {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }

  .event-thumbnail {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }

  #event-title {
    font-size: 1.3rem;
  }

  #event-time,
  #event-location {
    font-size: 0.9rem;
  }

  #event-description {
    font-size: 0.85rem;
    -webkit-line-clamp: 5;
  }

  h1 {
    font-size: 2rem;
  }

  .events-section {
    padding: 25px;
  }
}

@media (max-width: 576px) {
  .circle-container {
    width: 100%;
  }

  .event-details {
    padding: 20px;
  }

  .event-thumbnail {
    width: 150px;
    height: 150px;
  }

  #event-title {
    font-size: 1.1rem;
    margin-bottom: 4px;
    letter-spacing: 1px;
  }

  #event-time,
  #event-location {
    font-size: 0.8rem;
    margin-bottom: 5px;
  }

  #event-description {
    font-size: 0.8rem;
    -webkit-line-clamp: 4;
  }

  .date-tab {
    padding: 10px 16px;
    font-size: 0.85rem;
  }

  .date-tab .tab-day {
    font-size: 1rem;
  }

  .date-tab .tab-month {
    font-size: 0.75rem;
  }

  h1 {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .events-section {
    padding: 20px 15px;
  }
}

/* PRAYER SECTION */
/* Section Container */
.prayer-section {
  position: relative;
  background: linear-gradient(
      135deg,
      rgba(10, 10, 10, 0.85) 0%,
      rgba(26, 26, 26, 0.85) 100%
    ),
    url("https://images.unsplash.com/photo-1438232992991-995b7058bbb3?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80")
      center center / cover no-repeat;
  min-height: 100vh;
  color: #ffffff;
  overflow: hidden;
}

/* ===== ANIMATED BACKGROUND ===== */
.prayer-section .background-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.prayer-section .light-ray {
  position: absolute;
  width: 2px;
  height: 200px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  animation: moveLight 8s infinite ease-in-out;
}

.prayer-section .ray-1 {
  left: 20%;
  animation-delay: 0s;
}

.prayer-section .ray-2 {
  left: 50%;
  animation-delay: 2s;
}

.prayer-section .ray-3 {
  left: 80%;
  animation-delay: 4s;
}

@keyframes moveLight {
  0%,
  100% {
    transform: translateY(-200px);
    opacity: 0;
  }
  50% {
    transform: translateY(100vh);
    opacity: 1;
  }
}

/* ===== CONTAINER ===== */
.prayer-section .container {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* ===== HEADER ===== */
.prayer-section .icon-wrapper {
  margin-bottom: 20px;
  animation: float 3s ease-in-out infinite, fadeInDown 1s ease-out;
  text-align: center;
}

.prayer-section .icon-wrapper i {
  font-size: 64px;
  color: #ffffff;
  filter: drop-shadow(0 4px 20px rgba(255, 255, 255, 0.5));
}

.prayer-section .main-title {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: -1px;
  text-shadow: 0 2px 20px rgba(255, 255, 255, 0.3);
  text-align: center;
}

.prayer-section .subtitle-wrapper {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
}

.prayer-section .subtitle {
  font-size: 22px;
  color: #cccccc;
  font-weight: 300;
  line-height: 1.6;
}

/* ===== CONTENT CARD ===== */
.prayer-section .content-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 24px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  animation: fadeInUp 1s ease-out 0.3s backwards;
  position: relative;
  overflow: hidden;
}

.prayer-section .content-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #000000, #404040, #000000);
}

/* ===== MESSAGE SECTION ===== */
.prayer-section .message-section {
  text-align: center;
  margin-bottom: 40px;
}

.prayer-section .message-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600;
}

.prayer-section .message-text {
  font-size: 18px;
  color: #4b5563;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 40px;
}

.prayer-section .message-text strong {
  color: #000000;
  font-weight: 600;
}

/* ===== CTA SECTION ===== */
.prayer-section .cta-section {
  text-align: center;
}

.prayer-section .cta-button {
  background: #000000;
  color: white;
  border: 2px solid #000000;
  padding: 20px 50px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.prayer-section .cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.prayer-section .cta-button:hover::before {
  left: 100%;
}

.prayer-section .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  background: #1a1a1a;
}

.prayer-section .cta-button:active {
  transform: translateY(-1px);
}

.prayer-section .assurance-text {
  margin-top: 20px;
  font-size: 14px;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.prayer-section .assurance-text i {
  color: #000000;
}

/* ===== QUOTES SECTION ===== */
.prayer-section .quotes-section {
  margin-top: 40px;
  animation: fadeInUp 1s ease-out 0.6s backwards;
}

.prayer-section .quote-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.prayer-section .quote-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 32px;
  color: #ffffff;
  opacity: 0.5;
}

.prayer-section .quote-text {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-style: italic;
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-left: 40px;
}

.prayer-section .quote-reference {
  text-align: right;
  color: #cccccc;
  font-size: 16px;
  font-weight: 500;
}

/* ===== MODAL ===== */
.prayer-section ~ .modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease;
}

.prayer-section ~ .modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prayer-section ~ .modal .modal-content {
  background: white;
  border-radius: 24px;
  padding: 50px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: slideUp 0.4s ease;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6);
}

.prayer-section ~ .modal .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f3f4f6;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #6b7280;
  font-size: 18px;
}

.prayer-section ~ .modal .close-button:hover {
  background: #e5e7eb;
  transform: rotate(90deg);
}

.prayer-section ~ .modal .modal-header {
  text-align: center;
  margin-bottom: 40px;
}

.prayer-section ~ .modal .modal-header i {
  font-size: 48px;
  color: #000000;
  margin-bottom: 20px;
}

.prayer-section ~ .modal .modal-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #000000;
  margin-bottom: 20px;
}

/* ===== FORM ===== */
.prayer-section ~ .modal .prayer-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.prayer-section ~ .modal .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prayer-section ~ .modal .form-group label {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}

.prayer-section ~ .modal .form-group input,
.prayer-section ~ .modal .form-group select,
.prayer-section ~ .modal .form-group textarea {
  padding: 14px 18px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
  color: #1f2937;
}

.prayer-section ~ .modal .form-group input:focus,
.prayer-section ~ .modal .form-group select:focus,
.prayer-section ~ .modal .form-group textarea:focus {
  outline: none;
  border-color: #000000;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.prayer-section ~ .modal .form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.prayer-section ~ .modal .radio-group {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}

.prayer-section ~ .modal .radio-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 400;
  color: #4b5563;
}

.prayer-section ~ .modal .radio-label input[type="radio"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #000000;
}

.prayer-section ~ .modal .submit-button {
  background: #000000;
  color: white;
  border: 2px solid #000000;
  padding: 18px 40px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.prayer-section ~ .modal .submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  background: #1a1a1a;
}

/* ===== SUCCESS MESSAGE ===== */
.prayer-section ~ .success-message {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20000;
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6);
  text-align: center;
  min-width: 400px;
  animation: bounceIn 0.5s ease;
}

.prayer-section ~ .success-message.active {
  display: block;
}

.prayer-section ~ .success-message .success-content i {
  font-size: 64px;
  color: #10b981;
  margin-bottom: 20px;
}

.prayer-section ~ .success-message .success-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #000000;
  margin-bottom: 10px;
}

.prayer-section ~ .success-message .success-content p {
  color: #6b7280;
  font-size: 16px;
}

/* ===== FOOTER STYLES ===== */

.site-footer {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: #ffffff;
    padding: 60px 20px 20px;
    position: relative;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

/* Footer Headings */
.footer-heading {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #ffffff;
}

/* Service Times */
.service-times {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-day {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #ffffff;
}

.service-day h4 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #cccccc;
    margin-bottom: 8px;
}

.service-day .time {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.prayer-time {
    font-size: 14px;
    color: #cccccc;
    font-style: italic;
    margin-top: 15px;
}

/* Church Info */
.church-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.info-item i {
    font-size: 18px;
    color: #ffffff;
    margin-top: 3px;
    min-width: 20px;
}

.info-item p,
.info-item a {
    margin: 0;
    color: #cccccc;
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-item a:hover {
    color: #ffffff;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.social-icon:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-3px);
    border-color: #ffffff;
}

/* Footer Button */
.footer-cta {
    margin-top: 10px;
}

.footer-button {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

.footer-button:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #999999;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .site-footer {
        padding: 40px 20px 20px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-heading {
        font-size: 20px;
    }

    .service-day .time {
        font-size: 18px;
    }

    .social-links {
        justify-content: center;
    }

    .footer-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-container {
        gap: 30px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

@keyframes bounceIn {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  60% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .prayer-section .container {
    padding: 20px 15px;
  }

  .prayer-section .main-title {
    font-size: 40px;
  }

  .prayer-section .subtitle {
    font-size: 18px;
  }

  .prayer-section .content-card {
    padding: 30px 20px;
  }

  .prayer-section .message-title {
    font-size: 28px;
  }

  .prayer-section .message-text {
    font-size: 16px;
  }

  .prayer-section .cta-button {
    padding: 16px 40px;
    font-size: 18px;
  }

  .prayer-section ~ .modal .modal-content {
    padding: 30px 20px;
    width: 95%;
  }

  .prayer-section ~ .modal .modal-header h2 {
    font-size: 24px;
  }

  .prayer-section .quote-text {
    font-size: 18px;
    padding-left: 0;
  }

  .prayer-section ~ .success-message {
    min-width: 300px;
    padding: 30px;
  }

  .prayer-section .icon-wrapper i {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  .prayer-section .main-title {
    font-size: 32px;
  }

  .prayer-section .message-title {
    font-size: 24px;
  }
}


/* GIVING PAGE */

#giving {
  
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.85) 0%, rgba(26, 26, 26, 0.85) 100%), 
                url('https://images.unsplash.com/photo-1438232992991-995b7058bbb3?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80') center center / cover no-repeat fixed;
    min-height: 100vh;
    color: var(--text-light);
    overflow-x: hidden;
    position: relative;
}

@media screen and(min-width: 700px) {
  #giving {
    padding-top: 25rem;

  }
}

/* ===== ANIMATED BACKGROUND ===== */
.background-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.light-ray {
    position: absolute;
    width: 2px;
    height: 200px;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.15), transparent);
    animation: moveLight 8s infinite ease-in-out;
}

.ray-1 {
    left: 20%;
    animation-delay: 0s;
}

.ray-2 {
    left: 50%;
    animation-delay: 2s;
}

.ray-3 {
    left: 80%;
    animation-delay: 4s;
}

@keyframes moveLight {
    0%, 100% {
        transform: translateY(-200px);
        opacity: 0;
    }
    50% {
        transform: translateY(100vh);
        opacity: 1;
    }
}

/* ===== CONTAINER ===== */
#giving.container {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* ===== GIVING SECTION ===== */
.giving-section {
    min-height: 100vh;
}

/* ===== ICON & TITLE ===== */
#giving .icon-wrapper {
    margin-bottom: 20px;
    animation: float 3s ease-in-out infinite;
    text-align: center;
}

#giving .icon-wrapper i {
    font-size: 64px;
    color: #ffffff;
    filter: drop-shadow(0 4px 20px rgba(255, 255, 255, 0.5));
}

#giving .main-title {
    /* font-family: 'Playfair Display', serif; */
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFFFFF;
    letter-spacing: -1px;
    text-shadow: 0 2px 20px rgba(255, 255, 255, 0.3);
    text-align: center;
}

#giving .subtitle-wrapper {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

#giving .subtitle {
    font-size: 1.4rem;
    color: #cccccc;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1px;
}

#giving .scripture-ref {
    font-size: 18px;
    color: #999;
    font-style: italic;
    margin-top: 5px;
}

/* ===== CONTENT CARD ===== */
#giving .content-card {
    background: var(--card-bg);
    border-radius: 24px;
    padding: 50px 40px;
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(10px);
    animation: fadeInUp 1s ease-out 0.3s backwards;
    position: relative;
    overflow: hidden;
}

#giving .content-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #000000, #404040, #000000);
}

/* ===== MESSAGE SECTION ===== */
#giving .message-section {
    text-align: center;
    margin-bottom: 40px;
}

#giving .message-title {
    font-size: 36px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

#giving .message-text {
    font-size: 1.4rem;
    color: #060606;
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto 40px;
    letter-spacing: 1px;
}

/* ===== GIVING METHODS SECTION ===== */
#giving .giving-methods {
    margin-top: 40px;
}

#giving .methods-title {
    font-size: 28px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 2px;
}

/* Individual Giving Method */
#giving .giving-method {
    display: flex;
    gap: 25px;
    background: rgba(0, 0, 0, 0.02);
    padding: 30px;
    border-radius: 16px;
    border-left: 4px solid #000000;
    transition: all 0.3s ease;
}

#giving .giving-method:hover {
    background: rgba(0, 0, 0, 0.04);
    transform: translateX(5px);
}

#giving .method-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

#giving .method-content {
    flex: 1;
}

#giving .method-heading {
    font-size: 24px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

#giving .interac-badge {
    background: #000000;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

#giving .method-description {
    font-size: 1.1rempx;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 15px;
}

#giving .method-description strong {
    color: #000000;
    font-weight: 600;
}

/* Contact Detail with Copy Button */
#giving .contact-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 15px 20px;
    border-radius: 12px;
    border: 2px solid #E5E7EB;
    margin-top: 15px;
}

#giving .email-link {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease;
    letter-spacing: 1px;
}

#giving .email-link:hover {
    color: #333;
}

#giving .email-link i {
    color: #666;
}

#giving .copy-btn {
    background: #000000;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

#giving .copy-btn:hover {
    background: #333;
    transform: scale(1.05);
}

#giving .copy-btn.copied {
    background: #10B981;
}

#giving .copy-btn.copied i {
    animation: checkmark 0.3s ease;
}

@keyframes checkmark {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* Address Box */
#giving .address-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: 2px solid #E5E7EB;
    margin-top: 15px;
}

#giving .address-box > i {
    font-size: 24px;
    color: #000000;
    margin-top: 2px;
}

#giving .address-text {
    flex: 1;
}

#giving .address-text p {
    margin: 0;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
}

/* Method Divider */
#giving .method-divider {
    text-align: center;
    margin: 40px 0;
    position: relative;
}

#giving .method-divider::before,
#giving .method-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background: linear-gradient(to right, transparent, #D1D5DB, transparent);
}

#giving .method-divider::before {
    left: 0;
}

#giving .method-divider::after {
    right: 0;
}

#giving .method-divider span {
    display: inline-block;
    background: white;
    padding: 0 20px;
    color: #999;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== QUOTES SECTION ===== */
#giving .quotes-section {
    margin-top: 40px;
    animation: fadeInUp 1s ease-out 0.6s backwards;
}

#giving .quote-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

#giving .quote-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 32px;
    color: #ffffff;
    opacity: 0.5;
}

#giving .quote-text {
    font-size: 20px;
    font-style: italic;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-left: 40px;
    letter-spacing: 1px;
}

#giving .quote-reference {
    text-align: right;
    color: #cccccc;
    font-size: 16px;
    font-weight: 500;
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    #giving .container {
        padding: 20px 15px;
    }

    #giving .main-title {
        font-size: 40px;
    }

    #giving .subtitle {
        font-size: 18px;
    }

    #giving .content-card {
        padding: 30px 20px;
    }

    #giving .message-title {
        font-size: 28px;
    }

    #giving .message-text {
        font-size: 16px;
    }

    #giving .giving-method {
        flex-direction: column;
        gap: 20px;
        padding: 25px 20px;
    }

    #giving .method-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin: 0 auto;
    }

    #giving .method-heading {
        font-size: 20px;
        justify-content: center;
        text-align: center;
    }

    #giving .method-description {
        text-align: center;
        font-size: 15px;
    }

    #giving .contact-detail {
        flex-direction: column;
        gap: 12px;
    }

    #giving .email-link {
        justify-content: center;
        font-size: 14px;
    }

    #giving .copy-btn {
        width: 100%;
        justify-content: center;
    }

    #giving .address-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #giving .address-box > i {
        font-size: 28px;
    }

    #giving .methods-title {
        font-size: 24px;
    }

    #giving .quote-text {
        font-size: 18px;
        padding-left: 0;
    }

    #giving .icon-wrapper i {
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    #giving .main-title {
        font-size: 32px;
    }

    #giving .message-title {
        font-size: 24px;
    }

    #giving .method-heading {
        font-size: 18px;
        flex-direction: column;
        align-items: center;
    }

    #giving .interac-badge {
        font-size: 12px;
        padding: 3px 10px;
    }

    #giving .email-link {
        font-size: 13px;
    }

    #giving .address-text p {
        font-size: 14px;
    }
}

/* MISSION SECTION */
/* ===== HERO HEADER ===== */
.hero-header {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    background-image: url('../images/mission_hero.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

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

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px;
}

.icon-wrapper {
    margin-bottom: 30px;
    animation: float 3s ease-in-out infinite;
}

.icon-wrapper i {
    font-size: 100px;
    color: #ffffff;
    filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.5));
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.main-title {
    
    font-size: 120px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -3px;
    line-height: 1;
    margin-bottom: 30px;
    text-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    font-style: italic;
    margin-bottom: 60px;
}

.scroll-indicator {
    animation: bounce 2s infinite;
}

.scroll-indicator i {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.7);
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(20px); }
}

/* ===== MISSION SECTIONS - FULL WIDTH ALTERNATING ===== */
.mission-sections {
    background: #ffffff;
}

.mission-section {
    display: flex;
    min-height: 100vh;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.mission-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Image Left Layout */
.section-left {
    flex-direction: row;
}

/* Image Right Layout */
.section-right {
    flex-direction: row-reverse;
}

/* ===== SECTION IMAGE ===== */
.section-image {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
}

.section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.mission-section:hover .section-image img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.section-number {
    position: absolute;
    bottom: 60px;
    left: 60px;
    font-family: 'Playfair Display', serif;
    font-size: 200px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.section-right .section-number {
    left: auto;
    right: 60px;
}

/* ===== SECTION CONTENT ===== */
.section-content {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 80px;
    background: #ffffff;
}

.content-inner {
    max-width: 600px;
}

.icon-badge {
    width: 80px;
    height: 80px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.icon-badge i {
    font-size: 36px;
    color: #ffffff;
}

.section-title {
    
    font-size: 64px;
    font-weight: 900;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 20px;
}

.title-line {
    width: 100px;
    height: 5px;
    background: #000000;
    margin-bottom: 40px;
}

.section-text {
    font-size: 19px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 40px;
}

.section-text em {
    font-style: italic;
    color: #000000;
    font-weight: 600;
}

.section-verse {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: #000000;
    color: #ffffff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
}

.section-verse i {
    font-size: 12px;
}

/* ===== ALTERNATING BACKGROUNDS ===== */
.mission-section:nth-child(even) .section-content {
    background: #f8f8f8;
}

.mission-section:nth-child(even) .title-line {
    background: #1a1a1a;
}

/* ===== CTA SECTION ===== */
.cta-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    padding: 120px 40px;
}

.cta-content {
    max-width: 900px;
    text-align: center;
}

.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.2;
}

.cta-text {
    font-size: 22px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 50px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    color: #000000;
    padding: 24px 60px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 10px 40px rgba(255, 255, 255, 0.2);
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(255, 255, 255, 0.3);
}

.cta-button i {
    transition: transform 0.3s;
}

.cta-button:hover i {
    transform: translateX(8px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
    .section-content {
        padding: 80px 60px;
    }
    
    .section-title {
        font-size: 56px;
    }
    
    .section-number {
        font-size: 150px;
        bottom: 40px;
        left: 40px;
    }
}

@media (max-width: 968px) {
    .main-title {
        font-size: 80px;
    }
    
    .hero-subtitle {
        font-size: 24px;
    }
    
    .mission-section,
    .section-left,
    .section-right {
        flex-direction: column;
        min-height: auto;
    }
    
    .section-image {
        flex: 0 0 60vh;
    }
    
    .section-content {
        flex: 1;
        padding: 60px 40px;
    }
    
    .section-title {
        font-size: 48px;
    }
    
    .section-text {
        font-size: 17px;
    }
    
    .section-number {
        font-size: 120px;
        bottom: 30px;
        left: 30px;
    }
    
    .section-right .section-number {
        left: 30px;
    }
    
    .cta-title {
        font-size: 56px;
    }
}

@media (max-width: 640px) {
    .main-title {
        font-size: 56px;
    }
    
    .hero-subtitle {
        font-size: 20px;
    }
    
    .icon-wrapper i {
        font-size: 70px;
    }
    
    .section-image {
        flex: 0 0 50vh;
    }
    
    .section-content {
        padding: 50px 30px;
    }
    
    .icon-badge {
        width: 60px;
        height: 60px;
        margin-bottom: 30px;
    }
    
    .icon-badge i {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 40px;
    }
    
    .title-line {
        width: 80px;
        height: 4px;
        margin-bottom: 30px;
    }
    
    .section-text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .section-number {
        font-size: 80px;
        bottom: 20px;
        left: 20px;
    }
    
    .section-verse {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .cta-section {
        padding: 80px 30px;
    }
    
    .cta-title {
        font-size: 40px;
    }
    
    .cta-text {
        font-size: 18px;
    }
    
    .cta-button {
        padding: 20px 40px;
        font-size: 18px;
    }
}

/* ===== SMOOTH SCROLLING ===== */
html {
    scroll-behavior: smooth;
}

/* ===== SELECTION COLORS ===== */
::selection {
    background: #000000;
    color: #ffffff;
}
