@import 'fontawesome-all.min.css';
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600, 600i");
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;
}

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;
  appearance: none;
}

/* Basic */
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: #ffffff;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  animation: none !important;
  transition: none !important;
}

/* Typography */
html {
  font-size: 14pt;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 12pt;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 11pt;
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: 11pt;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 11pt;
  }
}

body {
  background-color: #ffffff;
  color: #545454;
}

body, input, select, textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2.5;
}
@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    line-height: 2;
  }
}
@media screen and (max-width: 980px) {
  body, input, select, textarea {
    line-height: 1.75;
  }
}

a {
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong, b {
  font-weight: 400;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2.5rem 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 1.875rem 0;
}
h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
  margin-bottom: 0.625rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 2rem;
  line-height: 1.75;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.9rem;
}

h6 {
  font-size: 0.7rem;
}

@media screen and (max-width: 1280px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    margin: 0 0 1.25rem 0;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 980px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 736px) {
  h1 {
    font-size: 2.25rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  h3 {
    font-size: 1.25rem;
  }
}
sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
}

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

blockquote {
  border-left: solid 0.5rem;
  font-style: italic;
  margin: 0 0 2.5rem 0;
  padding: 1.25rem 0 1.25rem 2.5rem;
}

code {
  border-radius: 0.25rem;
  border: solid 1px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0 2.5rem 0;
}
pre code {
  display: block;
  line-height: 1.75;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2.5rem 0;
}
hr.major {
  margin: 5rem 0;
}
@media screen and (max-width: 736px) {
  hr.major {
    margin: 3.75rem 0;
  }
}

input, select, textarea {
  color: #000000;
}

a {
  color: #50cbb0;
}

strong, b {
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000000;
}

blockquote {
  border-left-color: rgba(144, 144, 144, 0.25);
}

code {
  background: rgba(144, 144, 144, 0.075);
  border-color: rgba(144, 144, 144, 0.25);
}

hr {
  border-bottom-color: rgba(144, 144, 144, 0.25);
}

/* 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.3333333333%;
}
.row > .off-1 {
  margin-left: 8.3333333333%;
}
.row > .col-2 {
  width: 16.6666666667%;
}
.row > .off-2 {
  margin-left: 16.6666666667%;
}
.row > .col-3 {
  width: 25%;
}
.row > .off-3 {
  margin-left: 25%;
}
.row > .col-4 {
  width: 33.3333333333%;
}
.row > .off-4 {
  margin-left: 33.3333333333%;
}
.row > .col-5 {
  width: 41.6666666667%;
}
.row > .off-5 {
  margin-left: 41.6666666667%;
}
.row > .col-6 {
  width: 50%;
}
.row > .off-6 {
  margin-left: 50%;
}
.row > .col-7 {
  width: 58.3333333333%;
}
.row > .off-7 {
  margin-left: 58.3333333333%;
}
.row > .col-8 {
  width: 66.6666666667%;
}
.row > .off-8 {
  margin-left: 66.6666666667%;
}
.row > .col-9 {
  width: 75%;
}
.row > .off-9 {
  margin-left: 75%;
}
.row > .col-10 {
  width: 83.3333333333%;
}
.row > .off-10 {
  margin-left: 83.3333333333%;
}
.row > .col-11 {
  width: 91.6666666667%;
}
.row > .off-11 {
  margin-left: 91.6666666667%;
}
.row > .col-12 {
  width: 100%;
}
.row > .off-12 {
  margin-left: 100%;
}
.row.gtr-0 {
  margin-top: 0;
  margin-left: 0rem;
}
.row.gtr-0 > * {
  padding: 0 0 0 0rem;
}
.row.gtr-0.gtr-uniform {
  margin-top: 0rem;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0rem;
}
.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.5rem;
}
.row.gtr-25 > * {
  padding: 0 0 0 0.5rem;
}
.row.gtr-25.gtr-uniform {
  margin-top: -0.5rem;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 0.5rem;
}
.row.gtr-50 {
  margin-top: 0;
  margin-left: -1rem;
}
.row.gtr-50 > * {
  padding: 0 0 0 1rem;
}
.row.gtr-50.gtr-uniform {
  margin-top: -1rem;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 1rem;
}
.row {
  margin-top: 0;
  margin-left: -2rem;
}
.row > * {
  padding: 0 0 0 2rem;
}
.row.gtr-uniform {
  margin-top: -2rem;
}
.row.gtr-uniform > * {
  padding-top: 2rem;
}
.row.gtr-150 {
  margin-top: 0;
  margin-left: -3rem;
}
.row.gtr-150 > * {
  padding: 0 0 0 3rem;
}
.row.gtr-150.gtr-uniform {
  margin-top: -3rem;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 3rem;
}
.row.gtr-200 {
  margin-top: 0;
  margin-left: -4rem;
}
.row.gtr-200 > * {
  padding: 0 0 0 4rem;
}
.row.gtr-200.gtr-uniform {
  margin-top: -4rem;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 4rem;
}
@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-xlarge {
    order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.3333333333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xlarge {
    width: 16.6666666667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.3333333333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xlarge {
    width: 41.6666666667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.3333333333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xlarge {
    width: 66.6666666667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.3333333333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xlarge {
    width: 91.6666666667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.5rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.5rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1rem;
  }
  .row {
    margin-top: 0;
    margin-left: -2rem;
  }
  .row > * {
    padding: 0 0 0 2rem;
  }
  .row.gtr-uniform {
    margin-top: -2rem;
  }
  .row.gtr-uniform > * {
    padding-top: 2rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 4rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -4rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 4rem;
  }
}
@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-large {
    order: -1;
  }
  .row > .col-1-large {
    width: 8.3333333333%;
  }
  .row > .off-1-large {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-large {
    width: 16.6666666667%;
  }
  .row > .off-2-large {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.3333333333%;
  }
  .row > .off-4-large {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-large {
    width: 41.6666666667%;
  }
  .row > .off-5-large {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.3333333333%;
  }
  .row > .off-7-large {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-large {
    width: 66.6666666667%;
  }
  .row > .off-8-large {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.3333333333%;
  }
  .row > .off-10-large {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-large {
    width: 91.6666666667%;
  }
  .row > .off-11-large {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.375rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.375rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.75rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.75rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.5rem;
  }
  .row > * {
    padding: 0 0 0 1.5rem;
  }
  .row.gtr-uniform {
    margin-top: -1.5rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.5rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.25rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -2.25rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -3rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3rem;
  }
}
@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-medium {
    order: -1;
  }
  .row > .col-1-medium {
    width: 8.3333333333%;
  }
  .row > .off-1-medium {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-medium {
    width: 16.6666666667%;
  }
  .row > .off-2-medium {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.3333333333%;
  }
  .row > .off-4-medium {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-medium {
    width: 41.6666666667%;
  }
  .row > .off-5-medium {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.3333333333%;
  }
  .row > .off-7-medium {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-medium {
    width: 66.6666666667%;
  }
  .row > .off-8-medium {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.3333333333%;
  }
  .row > .off-10-medium {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-medium {
    width: 91.6666666667%;
  }
  .row > .off-11-medium {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.375rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.375rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.75rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.75rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.5rem;
  }
  .row > * {
    padding: 0 0 0 1.5rem;
  }
  .row.gtr-uniform {
    margin-top: -1.5rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.5rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.25rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -2.25rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -3rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3rem;
  }
}
@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-small {
    order: -1;
  }
  .row > .col-1-small {
    width: 8.3333333333%;
  }
  .row > .off-1-small {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-small {
    width: 16.6666666667%;
  }
  .row > .off-2-small {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.3333333333%;
  }
  .row > .off-4-small {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-small {
    width: 41.6666666667%;
  }
  .row > .off-5-small {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.3333333333%;
  }
  .row > .off-7-small {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-small {
    width: 66.6666666667%;
  }
  .row > .off-8-small {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.3333333333%;
  }
  .row > .off-10-small {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-small {
    width: 91.6666666667%;
  }
  .row > .off-11-small {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25rem;
  }
  .row > * {
    padding: 0 0 0 1.25rem;
  }
  .row.gtr-uniform {
    margin-top: -1.25rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5rem;
  }
}
@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-xsmall {
    order: -1;
  }
  .row > .col-1-xsmall {
    width: 8.3333333333%;
  }
  .row > .off-1-xsmall {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xsmall {
    width: 16.6666666667%;
  }
  .row > .off-2-xsmall {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xsmall {
    width: 25%;
  }
  .row > .off-3-xsmall {
    margin-left: 25%;
  }
  .row > .col-4-xsmall {
    width: 33.3333333333%;
  }
  .row > .off-4-xsmall {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xsmall {
    width: 41.6666666667%;
  }
  .row > .off-5-xsmall {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xsmall {
    width: 50%;
  }
  .row > .off-6-xsmall {
    margin-left: 50%;
  }
  .row > .col-7-xsmall {
    width: 58.3333333333%;
  }
  .row > .off-7-xsmall {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xsmall {
    width: 66.6666666667%;
  }
  .row > .off-8-xsmall {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xsmall {
    width: 75%;
  }
  .row > .off-9-xsmall {
    margin-left: 75%;
  }
  .row > .col-10-xsmall {
    width: 83.3333333333%;
  }
  .row > .off-10-xsmall {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xsmall {
    width: 91.6666666667%;
  }
  .row > .off-11-xsmall {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xsmall {
    width: 100%;
  }
  .row > .off-12-xsmall {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0rem;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0rem;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0rem;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0rem;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25rem;
  }
  .row > * {
    padding: 0 0 0 1.25rem;
  }
  .row.gtr-uniform {
    margin-top: -1.25rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5rem;
  }
}

/* Box */
.box {
  border: solid 1px;
  border-radius: 0.25rem;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
}
.box > :last-child {
  margin-bottom: 0;
}
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.box {
  border-color: rgba(144, 144, 144, 0.25);
}

/* Button */
input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 2rem;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  height: 3.25rem;
  line-height: 3.25rem;
  padding: 0 1.75rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
input[type=submit].small,
input[type=reset].small,
input[type=button].small,
button.small,
.button.small {
  font-size: 0.8rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
  padding: 0 1.25rem;
}
input[type=submit].large,
input[type=reset].large,
input[type=button].large,
button.large,
.button.large {
  font-size: 1.35rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  padding: 0 2rem;
}
input[type=submit].wide,
input[type=reset].wide,
input[type=button].wide,
button.wide,
.button.wide {
  min-width: 13rem;
}
input[type=submit].icon:before,
input[type=reset].icon:before,
input[type=button].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5rem;
}
input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit,
button.fit,
.button.fit {
  width: 100%;
}
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,
.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: 0.25;
}

input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #50cbb0;
  color: #50cbb0 !important;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background-color: rgba(80, 203, 176, 0.1);
}
input[type=submit]:hover:active,
input[type=reset]:hover:active,
input[type=button]:hover:active,
button:hover:active,
.button:hover:active {
  background-color: rgba(80, 203, 176, 0.05);
}
input[type=submit].primary,
input[type=reset].primary,
input[type=button].primary,
button.primary,
.button.primary {
  background-color: #50cbb0;
  box-shadow: none;
  color: #ffffff !important;
}
input[type=submit].primary:hover,
input[type=reset].primary:hover,
input[type=button].primary:hover,
button.primary:hover,
.button.primary:hover {
  background-color: rgb(99.6585903084, 208.8414096916, 184.8744493392);
  box-shadow: none;
}
input[type=submit].primary:hover:active,
input[type=reset].primary:hover:active,
input[type=button].primary:hover:active,
button.primary:hover:active,
.button.primary:hover:active {
  background-color: rgb(60.3414096916, 197.1585903084, 167.1255506608);
}

/* Form */
form {
  margin: 0 0 2.5rem 0;
}
form.combined {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  width: 35rem;
}
form.combined input[type=text],
form.combined input[type=password],
form.combined input[type=email],
form.combined select {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  border-bottom-left-radius: 2rem;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form.combined input[type=submit],
form.combined input[type=reset],
form.combined input[type=button],
form.combined button,
form.combined .button {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
  padding: 0 2.5rem;
}
@media screen and (max-width: 736px) {
  form.combined {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  form.combined input[type=text],
  form.combined input[type=password],
  form.combined input[type=email],
  form.combined select {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    margin-bottom: 1rem;
  }
  form.combined input[type=submit],
  form.combined input[type=reset],
  form.combined input[type=button],
  form.combined button,
  form.combined .button {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border: none;
  border: solid 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%;
}
input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
input[type=tel]:invalid,
input[type=search]:invalid,
input[type=url]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 1.25rem 0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url] {
  height: 3.25rem;
}

select {
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 3.25rem;
  padding-right: 3.25rem;
  text-overflow: ellipsis;
}
select:focus::-ms-value {
  background-color: transparent;
}
select::-ms-expand {
  display: none;
}

textarea {
  padding: 0.75rem 1rem;
}

input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2rem;
  opacity: 0;
  width: 1rem;
  z-index: -1;
}
input[type=checkbox] + label,
input[type=radio] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  padding-left: 2.825rem;
  padding-right: 0.875rem;
  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 {
  border-radius: 0.25rem;
  border: solid 1px;
  content: "";
  display: inline-block;
  font-size: 0.8rem;
  height: 1.95rem;
  left: 0;
  line-height: 1.86875rem;
  position: absolute;
  text-align: center;
  top: 0.325rem;
  width: 1.95rem;
}
@media screen and (max-width: 1680px) {
  input[type=checkbox] + label:before,
  input[type=radio] + label:before {
    top: 0.1625rem;
  }
}
@media screen and (max-width: 980px) {
  input[type=checkbox] + label:before,
  input[type=radio] + label:before {
    top: -0.1625rem;
  }
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  content: "\f00c";
}

input[type=checkbox] + label:before {
  border-radius: 0.25rem;
}

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

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

label {
  color: #000000;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
select,
textarea {
  background-color: #ffffff;
  border-color: rgba(144, 144, 144, 0.25);
  color: #545454;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #50cbb0;
  box-shadow: 0 0 0 1px #50cbb0;
}

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='rgba(144, 144, 144, 0.25)' /%3E%3C/svg%3E");
}
select option {
  color: #545454;
  background-color: #ffffff;
}

input[type=checkbox] + label,
input[type=radio] + label {
  color: #545454;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  background: rgba(144, 144, 144, 0.075);
  border-color: rgba(144, 144, 144, 0.25);
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background-color: #50cbb0;
  border-color: #50cbb0;
  color: #ffffff;
}
input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
  border-color: #50cbb0;
  box-shadow: 0 0 0 1px #50cbb0;
}

::-webkit-input-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}

:-moz-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}

::-moz-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}

:-ms-input-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}

/* 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.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}
.icon > .label {
  display: none;
}

/* Image */
.image {
  border: 0;
  display: inline-block;
  position: relative;
}
.image[data-position] img {
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image[data-position="top left"] img {
  -moz-object-position: top left;
  -webkit-object-position: top left;
  -ms-object-position: top left;
  -o-object-position: top left;
     object-position: top left;
}
.image[data-position=top] img {
  -moz-object-position: top;
  -webkit-object-position: top;
  -ms-object-position: top;
  -o-object-position: top;
     object-position: top;
}
.image[data-position="top right"] img {
  -moz-object-position: top right;
  -webkit-object-position: top right;
  -ms-object-position: top right;
  -o-object-position: top right;
     object-position: top right;
}
.image[data-position=right] img {
  -moz-object-position: right;
  -webkit-object-position: right;
  -ms-object-position: right;
  -o-object-position: right;
     object-position: right;
}
.image[data-position="bottom right"] img {
  -moz-object-position: bottom right;
  -webkit-object-position: bottom right;
  -ms-object-position: bottom right;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.image[data-position=bottom] img {
  -moz-object-position: bottom;
  -webkit-object-position: bottom;
  -ms-object-position: bottom;
  -o-object-position: bottom;
     object-position: bottom;
}
.image[data-position="bottom left"] img {
  -moz-object-position: bottom left;
  -webkit-object-position: bottom left;
  -ms-object-position: bottom left;
  -o-object-position: bottom left;
     object-position: bottom left;
}
.image[data-position=left] img {
  -moz-object-position: left;
  -webkit-object-position: left;
  -ms-object-position: left;
  -o-object-position: left;
     object-position: left;
}
.image[data-position=center] img {
  -moz-object-position: center;
  -webkit-object-position: center;
  -ms-object-position: center;
  -o-object-position: center;
     object-position: center;
}
.image[data-position="25% 25%"] img {
  -moz-object-position: 25% 25%;
  -webkit-object-position: 25% 25%;
  -ms-object-position: 25% 25%;
  -o-object-position: 25% 25%;
     object-position: 25% 25%;
}
.image[data-position="75% 25%"] img {
  -moz-object-position: 75% 25%;
  -webkit-object-position: 75% 25%;
  -ms-object-position: 75% 25%;
  -o-object-position: 75% 25%;
     object-position: 75% 25%;
}
.image[data-position="75% 75%"] img {
  -moz-object-position: 75% 75%;
  -webkit-object-position: 75% 75%;
  -ms-object-position: 75% 75%;
  -o-object-position: 75% 75%;
     object-position: 75% 75%;
}
.image[data-position="25% 75%"] img {
  -moz-object-position: 25% 75%;
  -webkit-object-position: 25% 75%;
  -ms-object-position: 25% 75%;
  -o-object-position: 25% 75%;
     object-position: 25% 75%;
}
.image img {
  display: block;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
  max-height: 30em;
  -o-object-fit: cover;
     object-fit: cover;
}
.image.left {
  float: left;
  margin: 0 2rem 2rem 0;
  top: 0.25rem;
}
.image.right {
  float: right;
  margin: 0 0 2rem 2rem;
  top: 0.25rem;
}
.image.fit {
  display: block;
  margin: 0 0 2.5rem 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 20em;
}
.image.main {
  display: block;
  margin: 0 0 3.75rem 0;
  width: 100%;
}
.image.main img {
  width: 100%;
  max-height: 40em;
  -o-object-fit: cover;
     object-fit: cover;
}

a.image {
  overflow: hidden;
}
a.image img {
  transition: transform 0.2s ease;
}
a.image:hover img {
  transform: scale(1.075);
}

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2.5rem 0;
  padding-left: 1.25rem;
}
ol li {
  padding-left: 0.25rem;
}

ul {
  list-style: disc;
  margin: 0 0 2.5rem 0;
  padding-left: 1rem;
}
ul li {
  padding-left: 0.325rem;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px;
  padding: 0.75rem 0;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.alt li:last-child {
  padding-bottom: 0;
}

dl {
  margin: 0 0 2.5rem 0;
}
dl dt {
  display: block;
  font-weight: 400;
  margin: 0 0 1.25rem 0;
}
dl dd {
  margin-left: 1.875rem;
}

ul.alt li {
  border-top-color: rgba(144, 144, 144, 0.25);
}

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1.25rem;
  padding-left: 0;
}
ul.actions li {
  padding: 0 0 0 1.25rem;
  vertical-align: middle;
}
ul.actions.special {
  -moz-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;
  flex-direction: column;
  margin-left: 0;
}
ul.actions.stacked li {
  padding: 1.625rem 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  width: calc(100% + 1.25rem);
}
ul.actions.fit li {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 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;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1.25rem 0 0 0;
    text-align: center;
    width: 100%;
  }
  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.5rem;
  }
}

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 1rem 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon:before {
  font-size: 2rem;
}

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

table {
  margin: 0 0 2.5rem 0;
  width: 100%;
}
table tbody tr {
  border: solid 1px;
  border-left: 0;
  border-right: 0;
}
table td {
  padding: 0.75rem 0.75rem;
}
table th {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0 0.75rem 0.75rem 0.75rem;
  text-align: left;
}
table thead {
  border-bottom: solid 2px;
}
table tfoot {
  border-top: solid 2px;
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px;
  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;
}

table tbody tr {
  border-color: rgba(144, 144, 144, 0.25);
}
table tbody tr:nth-child(2n+1) {
  background-color: rgba(144, 144, 144, 0.075);
}
table th {
  color: #000000;
}
table thead {
  border-bottom-color: rgba(144, 144, 144, 0.25);
}
table tfoot {
  border-top-color: rgba(144, 144, 144, 0.25);
}
table.alt tbody tr td {
  border-color: rgba(144, 144, 144, 0.25);
}

/* Carousel */
.carousel {
  margin: 0 0 2.5rem 0;
  position: relative;
}
.carousel article {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: -moz-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
  transform: translateY(0.5em);
  transition: all 0.35s ease-in-out;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 80rem;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.carousel article.visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.carousel article .image {
  border-radius: 0;
  display: block;
  width: 100%;
}
.carousel article .image img {
  border-radius: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.carousel article .content {
  padding: 5.5rem 5rem 3rem 5rem;
  text-align: left;
}
.carousel nav a {
  transition: opacity 0.2s ease-in-out;
  background-image: url("images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5rem;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  height: 8rem;
  margin-top: -4rem;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  width: 6rem;
  z-index: 99;
}
.carousel nav a .label {
  display: none;
}
.carousel nav a.previous {
  transform: scaleX(-1);
  left: 3rem;
}
.carousel nav a.next {
  right: 3rem;
}
.carousel nav a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1680px) {
  .carousel article {
    max-width: calc(100% - 6rem);
  }
  .carousel article .content {
    padding: 7rem 4rem 4.5rem 4rem;
  }
  .carousel nav {
    bottom: 1rem;
    position: absolute;
    right: 4rem;
  }
  .carousel nav a {
    background-size: 3rem;
    display: inline-block;
    height: 3rem;
    margin-top: 0;
    position: relative;
    top: 50%;
    width: 3rem;
    z-index: 99;
  }
  .carousel nav a.previous {
    left: 0;
  }
  .carousel nav a.next {
    right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .carousel article {
    max-width: calc(100% - 6rem);
  }
}
@media screen and (min-width: 737px) and (max-width: 980px) {
  .carousel article .content {
    text-align: center;
  }
  .carousel article .image {
    height: 28rem;
  }
  .carousel article ul.actions {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  .carousel article {
    transform: translateY(0);
    display: block !important;
    margin-top: 3rem;
    opacity: 1;
    visibility: visible;
  }
  .carousel article:first-child {
    margin-top: 0;
  }
  .carousel article .content {
    padding: 3rem 2rem 0.5rem 2rem;
  }
  .carousel nav {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  .carousel article {
    margin-top: 2rem;
    max-width: calc(100% - 4rem);
  }
  .carousel article .image {
    height: 18rem;
  }
}
@media screen and (min-width: 361px) and (max-width: 480px) {
  .carousel article .image {
    height: 9rem;
  }
}

.title-box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

/* Posts */
.posts {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: -moz-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
}
.posts > * {
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.posts > * {
  width: 33.3333333333%;
}
.posts > * {
  padding: 2.5rem;
  width: calc(33.3333333333% + 1.6666666667rem);
}
.posts > :nth-child(-n+3) {
  padding-top: 0;
}
.posts > :nth-last-child(-n+3) {
  padding-bottom: 0;
}
.posts > :nth-child(3n+1) {
  padding-left: 0;
}
.posts > :nth-child(3n) {
  padding-right: 0;
}
.posts > :nth-child(3n+1),
.posts > :nth-child(3n) {
  width: calc(33.3333333333% + -0.8333333333rem);
}
.posts article {
  margin-bottom: 5rem;
}
.posts article .image {
  margin-bottom: 2.5rem;
}
.posts article:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1680px) {
  .posts > * {
    width: 33.3333333333%;
  }
  .posts > * {
    padding: 2rem;
    width: calc(33.3333333333% + 1.3333333333rem);
  }
  .posts > :nth-child(-n+3) {
    padding-top: 0;
  }
  .posts > :nth-last-child(-n+3) {
    padding-bottom: 0;
  }
  .posts > :nth-child(3n+1) {
    padding-left: 0;
  }
  .posts > :nth-child(3n) {
    padding-right: 0;
  }
  .posts > :nth-child(3n+1),
  .posts > :nth-child(3n) {
    width: calc(33.3333333333% + -0.6666666667rem);
  }
}
@media screen and (max-width: 1280px) {
  .posts > * {
    width: 33.3333333333%;
  }
  .posts > * {
    padding: 1.5rem;
    width: calc(33.3333333333% + 1rem);
  }
  .posts > :nth-child(-n+3) {
    padding-top: 0;
  }
  .posts > :nth-last-child(-n+3) {
    padding-bottom: 0;
  }
  .posts > :nth-child(3n+1) {
    padding-left: 0;
  }
  .posts > :nth-child(3n) {
    padding-right: 0;
  }
  .posts > :nth-child(3n+1),
  .posts > :nth-child(3n) {
    width: calc(33.3333333333% + -0.5rem);
  }
}
@media screen and (min-width: 737px) and (max-width: 980px) {
  .posts article {
    text-align: center;
  }
  .posts ul.actions {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  .posts > * {
    width: 100%;
  }
  .posts > * {
    padding: 0.5rem;
    width: calc(33.3333333333% + 0.3333333333rem);
  }
  .posts > :nth-child(-n+3) {
    padding-top: 0.5rem;
  }
  .posts > :nth-last-child(-n+3) {
    padding-bottom: 0.5rem;
  }
  .posts > :nth-child(3n+1) {
    padding-left: 0.5rem;
  }
  .posts > :nth-child(3n) {
    padding-right: 0.5rem;
  }
  .posts > :nth-child(3n+1),
  .posts > :nth-child(3n) {
    padding: 0.5rem;
    width: calc(100% + 1rem);
  }
  .posts > * {
    padding: 0.5rem;
    width: calc(100% + 1rem);
  }
  .posts > :nth-child(-n+1) {
    padding-top: 0;
  }
  .posts > :nth-last-child(-n+1) {
    padding-bottom: 0;
  }
  .posts > :nth-child(1n+1) {
    padding-left: 0;
  }
  .posts > :nth-child(1n) {
    padding-right: 0;
  }
  .posts > :nth-child(1n+1),
  .posts > :nth-child(1n) {
    width: calc(100% + 0.5rem);
  }
  .posts article {
    margin-bottom: 3rem;
  }
  .posts article:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 736px) {
  .posts > * {
    width: 100%;
  }
  .posts > * {
    padding: 0.125rem;
    width: calc(33.3333333333% + 0.0833333333rem);
  }
  .posts > :nth-child(-n+3) {
    padding-top: 0.125rem;
  }
  .posts > :nth-last-child(-n+3) {
    padding-bottom: 0.125rem;
  }
  .posts > :nth-child(3n+1) {
    padding-left: 0.125rem;
  }
  .posts > :nth-child(3n) {
    padding-right: 0.125rem;
  }
  .posts > :nth-child(3n+1),
  .posts > :nth-child(3n) {
    padding: 0.125rem;
    width: calc(100% + 0.25rem);
  }
  .posts > * {
    padding: 0.125rem;
    width: calc(100% + 0.25rem);
  }
  .posts > :nth-child(-n+1) {
    padding-top: 0;
  }
  .posts > :nth-last-child(-n+1) {
    padding-bottom: 0;
  }
  .posts > :nth-child(1n+1) {
    padding-left: 0;
  }
  .posts > :nth-child(1n) {
    padding-right: 0;
  }
  .posts > :nth-child(1n+1),
  .posts > :nth-child(1n) {
    width: calc(100% + 0.125rem);
  }
  .posts article {
    margin-bottom: 3.125rem;
  }
}

/* Contact Icons */
.contact-icons {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: -moz-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
}
.contact-icons > * {
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.contact-icons > * {
  width: 50%;
}
.contact-icons > * {
  padding: 2.5rem;
  width: calc(50% + 2.5rem);
}
.contact-icons > :nth-child(-n+2) {
  padding-top: 0;
}
.contact-icons > :nth-last-child(-n+2) {
  padding-bottom: 0;
}
.contact-icons > :nth-child(2n+1) {
  padding-left: 0;
}
.contact-icons > :nth-child(2n) {
  padding-right: 0;
}
.contact-icons > :nth-child(2n+1),
.contact-icons > :nth-child(2n) {
  width: calc(50% + 0rem);
}
.contact-icons ul {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
.contact-icons ul li {
  clear: both;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}
.contact-icons ul li span, .contact-icons ul li address {
  display: inline-block;
  padding-left: 1rem;
}
.contact-icons ul li .icon:before {
  float: left;
  line-height: inherit;
  width: 25px;
}
@media screen and (max-width: 1680px) {
  .contact-icons {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: -moz-stretch;
    -ms-align-items: -ms-stretch;
    align-items: stretch;
  }
  .contact-icons > * {
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
  }
  .contact-icons > * {
    width: 50%;
  }
  .contact-icons > * {
    padding: 2rem;
    width: calc(50% + 2rem);
  }
  .contact-icons > :nth-child(-n+2) {
    padding-top: 0;
  }
  .contact-icons > :nth-last-child(-n+2) {
    padding-bottom: 0;
  }
  .contact-icons > :nth-child(2n+1) {
    padding-left: 0;
  }
  .contact-icons > :nth-child(2n) {
    padding-right: 0;
  }
  .contact-icons > :nth-child(2n+1),
  .contact-icons > :nth-child(2n) {
    width: calc(50% + 0rem);
  }
  .contact-icons ul li span, .contact-icons ul li address {
    padding-left: 0.25rem;
  }
}
@media screen and (max-width: 1280px) {
  .contact-icons {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: -moz-stretch;
    -ms-align-items: -ms-stretch;
    align-items: stretch;
  }
  .contact-icons > * {
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
  }
  .contact-icons > * {
    width: 100%;
  }
  .contact-icons > * {
    padding: 2rem;
    width: calc(100% + 4rem);
  }
  .contact-icons > :nth-child(-n+1) {
    padding-top: 0;
  }
  .contact-icons > :nth-last-child(-n+1) {
    padding-bottom: 0;
  }
  .contact-icons > :nth-child(1n+1) {
    padding-left: 0;
  }
  .contact-icons > :nth-child(1n) {
    padding-right: 0;
  }
  .contact-icons > :nth-child(1n+1),
  .contact-icons > :nth-child(1n) {
    width: calc(100% + 2rem);
  }
  .contact-icons ul {
    margin-bottom: 0;
  }
}

/* wrapper */
.wrapper {
  padding: 8rem 0 5.5rem 0;
}
.wrapper.style1 {
  background: #f8f8f8;
}
.wrapper.style2 {
  background-color: #0d0d0d;
  color: rgba(255, 255, 255, 0.65);
  background: #50cbb0;
}
.wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
  color: #ffffff;
}
.wrapper.style2 a {
  color: #50cbb0;
  color: rgba(255, 255, 255, 0.65);
}
.wrapper.style2 a:hover {
  color: #ffffff;
}
.wrapper.style2 strong, .wrapper.style2 b {
  color: #ffffff;
}
.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
  color: #ffffff;
}
.wrapper.style2 h1 a, .wrapper.style2 h2 a, .wrapper.style2 h3 a, .wrapper.style2 h4 a, .wrapper.style2 h5 a, .wrapper.style2 h6 a {
  color: #ffffff;
}
.wrapper.style2 blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 code {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 .box {
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 input[type=submit],
.wrapper.style2 input[type=reset],
.wrapper.style2 input[type=button],
.wrapper.style2 button,
.wrapper.style2 .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #50cbb0;
  color: #50cbb0 !important;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff !important;
}
.wrapper.style2 input[type=submit]:hover,
.wrapper.style2 input[type=reset]:hover,
.wrapper.style2 input[type=button]:hover,
.wrapper.style2 button:hover,
.wrapper.style2 .button:hover {
  background-color: rgba(80, 203, 176, 0.1);
  background-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 input[type=submit]:hover:active,
.wrapper.style2 input[type=reset]:hover:active,
.wrapper.style2 input[type=button]:hover:active,
.wrapper.style2 button:hover:active,
.wrapper.style2 .button:hover:active {
  background-color: rgba(80, 203, 176, 0.05);
}
.wrapper.style2 input[type=submit]:hover:active,
.wrapper.style2 input[type=reset]:hover:active,
.wrapper.style2 input[type=button]:hover:active,
.wrapper.style2 button:hover:active,
.wrapper.style2 .button:hover:active {
  background-color: rgba(255, 255, 255, 0.075);
}
.wrapper.style2 input[type=submit].primary,
.wrapper.style2 input[type=reset].primary,
.wrapper.style2 input[type=button].primary,
.wrapper.style2 button.primary,
.wrapper.style2 .button.primary {
  background-color: #50cbb0;
  box-shadow: none;
  color: #ffffff !important;
}
.wrapper.style2 input[type=submit].primary:hover,
.wrapper.style2 input[type=reset].primary:hover,
.wrapper.style2 input[type=button].primary:hover,
.wrapper.style2 button.primary:hover,
.wrapper.style2 .button.primary:hover {
  background-color: rgb(99.6585903084, 208.8414096916, 184.8744493392);
  box-shadow: none;
}
.wrapper.style2 input[type=submit].primary:hover:active,
.wrapper.style2 input[type=reset].primary:hover:active,
.wrapper.style2 input[type=button].primary:hover:active,
.wrapper.style2 button.primary:hover:active,
.wrapper.style2 .button.primary:hover:active {
  background-color: rgb(60.3414096916, 197.1585903084, 167.1255506608);
}
.wrapper.style2 label {
  color: #ffffff;
}
.wrapper.style2 input[type=text],
.wrapper.style2 input[type=password],
.wrapper.style2 input[type=email],
.wrapper.style2 input[type=tel],
.wrapper.style2 input[type=search],
.wrapper.style2 input[type=url],
.wrapper.style2 select,
.wrapper.style2 textarea {
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.65);
  color: #0d0d0d;
}
.wrapper.style2 input[type=text]:focus,
.wrapper.style2 input[type=password]:focus,
.wrapper.style2 input[type=email]:focus,
.wrapper.style2 input[type=tel]:focus,
.wrapper.style2 input[type=search]:focus,
.wrapper.style2 input[type=url]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
  border-color: #50cbb0;
  box-shadow: 0 0 0 1px #50cbb0;
  color: #0d0d0d;
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 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='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
}
.wrapper.style2 select option {
  color: rgba(255, 255, 255, 0.65);
  background-color: #0d0d0d;
}
.wrapper.style2 input[type=checkbox] + label,
.wrapper.style2 input[type=radio] + label {
  color: rgba(255, 255, 255, 0.65);
}
.wrapper.style2 input[type=checkbox] + label:before,
.wrapper.style2 input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 input[type=checkbox]:checked + label:before,
.wrapper.style2 input[type=radio]:checked + label:before {
  background-color: #50cbb0;
  border-color: #50cbb0;
  color: #ffffff;
}
.wrapper.style2 input[type=checkbox]:focus + label:before,
.wrapper.style2 input[type=radio]:focus + label:before {
  border-color: #50cbb0;
  box-shadow: 0 0 0 1px #50cbb0;
}
.wrapper.style2 ::-webkit-input-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
.wrapper.style2 :-moz-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
.wrapper.style2 ::-moz-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
.wrapper.style2 :-ms-input-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
.wrapper.style2 ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 table th {
  color: #ffffff;
}
.wrapper.style2 table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style2 table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 {
  background-color: #0d0d0d;
  color: rgba(255, 255, 255, 0.65);
}
.wrapper.style3 input, .wrapper.style3 select, .wrapper.style3 textarea {
  color: #ffffff;
}
.wrapper.style3 a {
  color: #50cbb0;
  color: rgba(255, 255, 255, 0.65);
}
.wrapper.style3 a:hover {
  color: #ffffff;
}
.wrapper.style3 strong, .wrapper.style3 b {
  color: #ffffff;
}
.wrapper.style3 h1, .wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
  color: #ffffff;
}
.wrapper.style3 h1 a, .wrapper.style3 h2 a, .wrapper.style3 h3 a, .wrapper.style3 h4 a, .wrapper.style3 h5 a, .wrapper.style3 h6 a {
  color: #ffffff;
}
.wrapper.style3 blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 code {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 .box {
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 input[type=submit],
.wrapper.style3 input[type=reset],
.wrapper.style3 input[type=button],
.wrapper.style3 button,
.wrapper.style3 .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #50cbb0;
  color: #50cbb0 !important;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff !important;
}
.wrapper.style3 input[type=submit]:hover,
.wrapper.style3 input[type=reset]:hover,
.wrapper.style3 input[type=button]:hover,
.wrapper.style3 button:hover,
.wrapper.style3 .button:hover {
  background-color: rgba(80, 203, 176, 0.1);
  background-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 input[type=submit]:hover:active,
.wrapper.style3 input[type=reset]:hover:active,
.wrapper.style3 input[type=button]:hover:active,
.wrapper.style3 button:hover:active,
.wrapper.style3 .button:hover:active {
  background-color: rgba(80, 203, 176, 0.05);
}
.wrapper.style3 input[type=submit]:hover:active,
.wrapper.style3 input[type=reset]:hover:active,
.wrapper.style3 input[type=button]:hover:active,
.wrapper.style3 button:hover:active,
.wrapper.style3 .button:hover:active {
  background-color: rgba(255, 255, 255, 0.075);
}
.wrapper.style3 input[type=submit].primary,
.wrapper.style3 input[type=reset].primary,
.wrapper.style3 input[type=button].primary,
.wrapper.style3 button.primary,
.wrapper.style3 .button.primary {
  background-color: #50cbb0;
  box-shadow: none;
  color: #ffffff !important;
}
.wrapper.style3 input[type=submit].primary:hover,
.wrapper.style3 input[type=reset].primary:hover,
.wrapper.style3 input[type=button].primary:hover,
.wrapper.style3 button.primary:hover,
.wrapper.style3 .button.primary:hover {
  background-color: rgb(99.6585903084, 208.8414096916, 184.8744493392);
  box-shadow: none;
}
.wrapper.style3 input[type=submit].primary:hover:active,
.wrapper.style3 input[type=reset].primary:hover:active,
.wrapper.style3 input[type=button].primary:hover:active,
.wrapper.style3 button.primary:hover:active,
.wrapper.style3 .button.primary:hover:active {
  background-color: rgb(60.3414096916, 197.1585903084, 167.1255506608);
}
.wrapper.style3 label {
  color: #ffffff;
}
.wrapper.style3 input[type=text],
.wrapper.style3 input[type=password],
.wrapper.style3 input[type=email],
.wrapper.style3 input[type=tel],
.wrapper.style3 input[type=search],
.wrapper.style3 input[type=url],
.wrapper.style3 select,
.wrapper.style3 textarea {
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.65);
  color: #0d0d0d;
}
.wrapper.style3 input[type=text]:focus,
.wrapper.style3 input[type=password]:focus,
.wrapper.style3 input[type=email]:focus,
.wrapper.style3 input[type=tel]:focus,
.wrapper.style3 input[type=search]:focus,
.wrapper.style3 input[type=url]:focus,
.wrapper.style3 select:focus,
.wrapper.style3 textarea:focus {
  border-color: #50cbb0;
  box-shadow: 0 0 0 1px #50cbb0;
  color: #0d0d0d;
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 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='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
}
.wrapper.style3 select option {
  color: rgba(255, 255, 255, 0.65);
  background-color: #0d0d0d;
}
.wrapper.style3 input[type=checkbox] + label,
.wrapper.style3 input[type=radio] + label {
  color: rgba(255, 255, 255, 0.65);
}
.wrapper.style3 input[type=checkbox] + label:before,
.wrapper.style3 input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 input[type=checkbox]:checked + label:before,
.wrapper.style3 input[type=radio]:checked + label:before {
  background-color: #50cbb0;
  border-color: #50cbb0;
  color: #ffffff;
}
.wrapper.style3 input[type=checkbox]:focus + label:before,
.wrapper.style3 input[type=radio]:focus + label:before {
  border-color: #50cbb0;
  box-shadow: 0 0 0 1px #50cbb0;
}
.wrapper.style3 ::-webkit-input-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
.wrapper.style3 :-moz-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
.wrapper.style3 ::-moz-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
.wrapper.style3 :-ms-input-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
.wrapper.style3 ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 table th {
  color: #ffffff;
}
.wrapper.style3 table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.wrapper.style3 table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}
.wrapper.special {
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .wrapper {
    padding: 6rem 0 3.5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .wrapper {
    padding: 5rem 0 2.5rem 0;
  }
}
@media screen and (max-width: 736px) {
  .wrapper {
    padding: 4rem 0 1.5rem 0;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 3rem 0 0.5rem 0;
  }
}

/* Inner */
.inner {
  margin: 0 auto;
  max-width: 80rem;
  width: 80rem;
}
@media screen and (max-width: 1680px) {
  .inner {
    max-width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 980px) {
  .inner {
    max-width: calc(100% - 6rem);
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .inner {
    max-width: calc(100% - 4rem);
    width: 100%;
  }
}

.posts.inner .art-list {
  width: 66%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.posts.inner .art-list article {
  width: calc(50% - 20px);
  margin-left: 20px;
}

@media screen and (max-width: 1280px) {
  .posts.inner .art-list {
    width: 66%;
  }
  .posts.inner .art-list article {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 980px) {
  .posts.inner .art-list {
    width: 100%;
  }
  .posts.inner .art-list article {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 736px) {
  .posts.inner .art-list {
    width: 100%;
  }
  .posts.inner .art-list article {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .posts.inner .art-list {
    width: 100%;
  }
  .posts.inner .art-list article {
    width: 100%;
    margin-left: 0;
  }
}
.posts.inner .art-archive {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.posts.inner .art-archive article {
  width: calc(50% - 20px);
  margin-left: 20px;
  text-align: center;
}

.posts.inner .art-archive article .image img {
  max-height: 30em;
}

.posts.inner .art-archive article .actions {
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .posts.inner .art-archive {
    width: 100%;
  }
  .posts.inner .art-archive article {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 980px) {
  .posts.inner .art-archive {
    width: 100%;
  }
  .posts.inner .art-archive article {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 736px) {
  .posts.inner .art-archive {
    width: 100%;
  }
  .posts.inner .art-archive article {
    width: 100%;
    margin-left: 0;
  }
  .posts.inner .art-archive article .image img {
    max-height: 20em;
  }
}
@media screen and (max-width: 480px) {
  .posts.inner .art-archive {
    width: 100%;
  }
  .posts.inner .art-archive article {
    width: 100%;
    margin-left: 0;
  }
}
.exhibitions-list article {
  display: flex;
  margin-bottom: 50px;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  background-color: #fff;
}

.exhibitions-list article .image {
  width: 40%;
  max-height: 400px;
}

.exhibitions-list article img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.exhibitions-list article .content {
  width: 60%;
  padding: 20px;
}

@media screen and (max-width: 736px) {
  .exhibitions-list article {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .exhibitions-list article .image {
    width: 100%;
    max-height: 200px;
  }
  .exhibitions-list article .content {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .exhibitions-list article {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .exhibitions-list article .image {
    width: 100%;
    max-height: 200px;
  }
  .exhibitions-list article .content {
    width: 100%;
    padding: 20px;
  }
}
.single-art {
  width: 100%;
  margin-bottom: 50px;
}

.single-art img {
  max-height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .single-art {
    width: 100%;
    margin-bottom: 20;
  }
  .single-art img {
    max-height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .single-art {
    width: 100%;
    margin-bottom: 20;
  }
  .single-art img {
    max-height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
/* Header */
#header {
  background: #0d0d0d;
  color: rgba(255, 255, 255, 0.65);
  cursor: default;
  height: 25rem;
  padding: 4rem 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10001;
}
#header > .logo {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  height: inherit;
  line-height: inherit;
  padding: 0 1.25rem;
  text-decoration: none;
}
#header > .logo span {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
}
#header.alt > .logo {
  font-size: 1rem;
}
#header.alt > nav {
  margin: 0 auto 5.5rem auto;
}
#header.alt h1 {
  color: #ffffff;
  padding-top: 0.5rem;
}
#header > nav {
  margin: 0 auto 7rem auto;
}
#header > nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header > nav > ul > li {
  display: inline-block;
  margin: 0 2rem;
  padding: 0 0 0.75rem 0;
  position: relative;
  text-align: center;
}
#header > nav > ul > li > a {
  color: rgba(255, 255, 255, 0.65);
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
#header > nav > ul > li > a:hover {
  color: #ffffff;
}
#header > nav > ul > li > a.dropdown {
  padding-left: 1.5rem;
}
#header > nav > ul > li > a.dropdown:before {
  transition: background-image 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='96' height='96'><line x1='32' y1='16' x2='64' y2='48' stroke='rgba(153,153,153)' stroke-width='5px' /><line x1='32' y1='80' x2='64' y2='48' stroke='rgba(153,153,153)' stroke-width='5px' /></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
  width: 1rem;
}
#header > nav > ul > li > a.dropdown:hover:before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='96' height='96'><line x1='32' y1='16' x2='64' y2='48' stroke='rgba(255,255,255)' stroke-width='5px' /><line x1='32' y1='80' x2='64' y2='48' stroke='rgba(255,255,255)' stroke-width='5px' /></svg>");
}
#header > nav > ul > li > ul {
  display: none;
}
#header > nav > ul > li.current > a {
  color: #ffffff;
  font-weight: 400;
}
#header > nav > ul > li.current:after {
  background-color: #50cbb0;
  bottom: 0;
  content: "";
  display: block;
  height: 0.1rem;
  left: -0.75rem;
  position: absolute;
  width: calc(100% + 1.5rem);
}
#header > nav > ul > li.active > a {
  color: #ffffff;
}
.dropotron {
  background-color: rgb(25.75, 25.75, 25.75);
  border-radius: 0.5rem;
  list-style-type: none;
  margin: -0.5rem 0 0 1px;
  min-width: 10rem;
  padding: 0.5rem 0;
}
.dropotron.level-0 {
  margin-top: 1.125rem;
  margin-left: 0;
}
.dropotron.level-0:before {
  transform: rotate(45deg);
  background-color: rgb(25.75, 25.75, 25.75);
  content: "";
  height: 0.75rem;
  position: absolute;
  right: 2rem;
  top: -0.375rem;
  width: 0.75rem;
}
.dropotron li {
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  padding: 0;
  position: relative;
}
.dropotron li:first-child {
  border-top: none;
}
.dropotron li.active > a {
  color: #ffffff;
}
.dropotron a {
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  padding: 0.5rem 1rem;
  text-decoration: none !important;
}
.dropotron a:active, .dropotron a:hover, .dropotron a:focus {
  color: #ffffff;
}

#header > .navPanelToggle {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, top 0.2s ease-in-out, right 0.2s ease-in-out;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.65);
  display: none;
  height: inherit;
  line-height: inherit;
  outline: 0;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  top: 0;
}
#header > .navPanelToggle: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;
}
#header > .navPanelToggle:hover {
  color: #ffffff;
}
#header > .navPanelToggle:before {
  content: "\f0c9";
  float: right;
  line-height: inherit;
  margin: 0 0 0 0.625rem;
}
@media screen and (max-width: 1680px) {
  #header {
    height: 20rem;
    padding: 3rem 0;
  }
  #header > nav {
    margin: 0 auto 5rem auto;
  }
  #header.alt > nav {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 1280px) {
  #header {
    height: 18rem;
    padding: 2rem 0;
  }
  #header > nav {
    margin: 0 auto 4rem auto;
  }
  #header.alt > nav {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 980px) {
  #header {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 15rem;
    line-height: 15rem;
    padding: 0;
  }
  #header.alt {
    height: auto;
    padding: 3rem 0;
  }
  #header.alt h1 {
    margin-bottom: 0;
  }
  #header > .logo {
    height: auto;
    line-height: 1;
    margin-top: 0.75rem;
  }
  #header > nav {
    display: none;
  }
  #header > .navPanelToggle {
    display: block;
    line-height: 1;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 736px) {
  #header {
    height: 44px;
    line-height: 44px;
    padding: 0;
  }
  #header > .navPanelToggle span {
    display: none;
  }
  #header > .logo {
    font-size: 1rem;
    left: 1rem;
    line-height: 44px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  #header .logo span {
    display: none;
  }
}

/* Banner */
#banner {
  background-color: #0d0d0d;
  color: rgba(255, 255, 255, 0.65);
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
#banner input, #banner select, #banner textarea {
  color: #ffffff;
}
#banner a {
  color: #50cbb0;
  color: rgba(255, 255, 255, 0.65);
}
#banner a:hover {
  color: #ffffff;
}
#banner strong, #banner b {
  color: #ffffff;
}
#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
  color: #ffffff;
}
#banner h1 a, #banner h2 a, #banner h3 a, #banner h4 a, #banner h5 a, #banner h6 a {
  color: #ffffff;
}
#banner blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
#banner code {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}
#banner hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#banner .box {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner input[type=submit],
#banner input[type=reset],
#banner input[type=button],
#banner button,
#banner .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #50cbb0;
  color: #50cbb0 !important;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff !important;
}
#banner input[type=submit]:hover,
#banner input[type=reset]:hover,
#banner input[type=button]:hover,
#banner button:hover,
#banner .button:hover {
  background-color: rgba(80, 203, 176, 0.1);
  background-color: rgba(255, 255, 255, 0.25);
}
#banner input[type=submit]:hover:active,
#banner input[type=reset]:hover:active,
#banner input[type=button]:hover:active,
#banner button:hover:active,
#banner .button:hover:active {
  background-color: rgba(80, 203, 176, 0.05);
}
#banner input[type=submit]:hover:active,
#banner input[type=reset]:hover:active,
#banner input[type=button]:hover:active,
#banner button:hover:active,
#banner .button:hover:active {
  background-color: rgba(255, 255, 255, 0.075);
}
#banner input[type=submit].primary,
#banner input[type=reset].primary,
#banner input[type=button].primary,
#banner button.primary,
#banner .button.primary {
  background-color: #50cbb0;
  box-shadow: none;
  color: #ffffff !important;
}
#banner input[type=submit].primary:hover,
#banner input[type=reset].primary:hover,
#banner input[type=button].primary:hover,
#banner button.primary:hover,
#banner .button.primary:hover {
  background-color: rgb(99.6585903084, 208.8414096916, 184.8744493392);
  box-shadow: none;
}
#banner input[type=submit].primary:hover:active,
#banner input[type=reset].primary:hover:active,
#banner input[type=button].primary:hover:active,
#banner button.primary:hover:active,
#banner .button.primary:hover:active {
  background-color: rgb(60.3414096916, 197.1585903084, 167.1255506608);
}
#banner label {
  color: #ffffff;
}
#banner input[type=text],
#banner input[type=password],
#banner input[type=email],
#banner input[type=tel],
#banner input[type=search],
#banner input[type=url],
#banner select,
#banner textarea {
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.65);
  color: #0d0d0d;
}
#banner input[type=text]:focus,
#banner input[type=password]:focus,
#banner input[type=email]:focus,
#banner input[type=tel]:focus,
#banner input[type=search]:focus,
#banner input[type=url]:focus,
#banner select:focus,
#banner textarea:focus {
  border-color: #50cbb0;
  box-shadow: 0 0 0 1px #50cbb0;
  color: #0d0d0d;
  border-color: rgba(255, 255, 255, 0.25);
}
#banner 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='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
}
#banner select option {
  color: rgba(255, 255, 255, 0.65);
  background-color: #0d0d0d;
}
#banner input[type=checkbox] + label,
#banner input[type=radio] + label {
  color: rgba(255, 255, 255, 0.65);
}
#banner input[type=checkbox] + label:before,
#banner input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}
#banner input[type=checkbox]:checked + label:before,
#banner input[type=radio]:checked + label:before {
  background-color: #50cbb0;
  border-color: #50cbb0;
  color: #ffffff;
}
#banner input[type=checkbox]:focus + label:before,
#banner input[type=radio]:focus + label:before {
  border-color: #50cbb0;
  box-shadow: 0 0 0 1px #50cbb0;
}
#banner ::-webkit-input-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
#banner :-moz-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
#banner ::-moz-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
#banner :-ms-input-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
#banner ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#banner table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.25);
}
#banner table th {
  color: #ffffff;
}
#banner table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#banner table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#banner table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner > article {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 8rem 4rem 5.5rem 4rem;
  color: #000000;
  cursor: default;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#banner > article:before {
  transition: opacity 2.25s ease;
  background-color: #000000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#banner > article:nth-child(1):before {
  transition-delay: 0s;
  background-color: black;
}
#banner > article:nth-child(2):before {
  transition-delay: 0.375s;
  background-color: black;
}
#banner > article:nth-child(3):before {
  transition-delay: 0.75s;
  background-color: black;
}
#banner > article:nth-child(4):before {
  transition-delay: 1.125s;
  background-color: black;
}
#banner > article:nth-child(5):before {
  transition-delay: 1.5s;
  background-color: black;
}
#banner > article:nth-child(6):before {
  transition-delay: 1.875s;
  background-color: black;
}
#banner > article:nth-child(7):before {
  transition-delay: 2.25s;
  background-color: black;
}
#banner > article:nth-child(8):before {
  transition-delay: 2.625s;
  background-color: black;
}
#banner > article:nth-child(9):before {
  transition-delay: 3s;
  background-color: black;
}
#banner > article:nth-child(10):before {
  transition-delay: 3.375s;
  background-color: black;
}
#banner > article > .image {
  transition: transform 0.2s ease;
  border-radius: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#banner > article.hover > .image {
  transform: scale(1.075);
}
#banner > article .content {
  max-width: 80%;
  position: relative;
  text-align: center;
  z-index: 2;
}
#banner > article h1, #banner > article h2, #banner > article h3 {
  font-weight: 300;
}
#banner > article h1 {
  margin-bottom: 2rem;
}
#banner > article h2 {
  margin-bottom: 3rem;
}
#banner > article ul {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#banner > article.full {
  min-height: 65vh;
  width: 100%;
}
#banner > article.full .content {
  width: 50rem;
}
@media screen and (min-width: 1281px) and (max-width: 1680px) {
  #banner > article.full {
    min-height: 70vh;
  }
}
#banner > article.half {
  min-height: 50vh;
  width: 50%;
}
#banner > article.half .content {
  width: 25rem;
}
@media screen and (min-width: 737px) and (max-width: 980px) {
  #banner > article {
    padding: 6rem 2rem 3.5rem 2rem;
  }
  #banner > article.full {
    min-height: 55vh;
  }
  #banner > article.half {
    min-height: 35vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 736px) {
  #banner > article {
    padding: 4rem 1rem 1.5rem 1rem;
  }
  #banner > article.full {
    min-height: 0;
  }
  #banner > article.half {
    min-height: 0;
  }
}
@media screen and (max-width: 480px) {
  #banner {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  #banner > article {
    padding: 4rem 2rem 1.5rem 2rem;
  }
  #banner > article.full {
    width: 100%;
  }
  #banner > article.full h2 {
    font-size: 1.75rem;
  }
  #banner > article.full .content {
    max-width: 100%;
    width: 100%;
  }
  #banner > article.half {
    width: 100%;
  }
  #banner > article.half .content {
    width: 100%;
    max-width: 100%;
  }
}
body.is-loading #banner > article:before {
  opacity: 1;
}

/* Nav Panel */
#wrapper {
  transition: opacity 0.5s ease;
}

#navPanel {
  background-color: #0d0d0d;
  color: rgba(255, 255, 255, 0.65);
  transform: translateX(100%);
  transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(25.75, 25.75, 25.75);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.65);
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 20em;
  z-index: 10002;
}
#navPanel input, #navPanel select, #navPanel textarea {
  color: #ffffff;
}
#navPanel a {
  color: #50cbb0;
  color: rgba(255, 255, 255, 0.65);
}
#navPanel a:hover {
  color: #ffffff;
}
#navPanel strong, #navPanel b {
  color: #ffffff;
}
#navPanel h1, #navPanel h2, #navPanel h3, #navPanel h4, #navPanel h5, #navPanel h6 {
  color: #ffffff;
}
#navPanel h1 a, #navPanel h2 a, #navPanel h3 a, #navPanel h4 a, #navPanel h5 a, #navPanel h6 a {
  color: #ffffff;
}
#navPanel blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
#navPanel code {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}
#navPanel hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#navPanel .box {
  border-color: rgba(255, 255, 255, 0.25);
}
#navPanel input[type=submit],
#navPanel input[type=reset],
#navPanel input[type=button],
#navPanel button,
#navPanel .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #50cbb0;
  color: #50cbb0 !important;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff !important;
}
#navPanel input[type=submit]:hover,
#navPanel input[type=reset]:hover,
#navPanel input[type=button]:hover,
#navPanel button:hover,
#navPanel .button:hover {
  background-color: rgba(80, 203, 176, 0.1);
  background-color: rgba(255, 255, 255, 0.25);
}
#navPanel input[type=submit]:hover:active,
#navPanel input[type=reset]:hover:active,
#navPanel input[type=button]:hover:active,
#navPanel button:hover:active,
#navPanel .button:hover:active {
  background-color: rgba(80, 203, 176, 0.05);
}
#navPanel input[type=submit]:hover:active,
#navPanel input[type=reset]:hover:active,
#navPanel input[type=button]:hover:active,
#navPanel button:hover:active,
#navPanel .button:hover:active {
  background-color: rgba(255, 255, 255, 0.075);
}
#navPanel input[type=submit].primary,
#navPanel input[type=reset].primary,
#navPanel input[type=button].primary,
#navPanel button.primary,
#navPanel .button.primary {
  background-color: #50cbb0;
  box-shadow: none;
  color: #ffffff !important;
}
#navPanel input[type=submit].primary:hover,
#navPanel input[type=reset].primary:hover,
#navPanel input[type=button].primary:hover,
#navPanel button.primary:hover,
#navPanel .button.primary:hover {
  background-color: rgb(99.6585903084, 208.8414096916, 184.8744493392);
  box-shadow: none;
}
#navPanel input[type=submit].primary:hover:active,
#navPanel input[type=reset].primary:hover:active,
#navPanel input[type=button].primary:hover:active,
#navPanel button.primary:hover:active,
#navPanel .button.primary:hover:active {
  background-color: rgb(60.3414096916, 197.1585903084, 167.1255506608);
}
#navPanel label {
  color: #ffffff;
}
#navPanel input[type=text],
#navPanel input[type=password],
#navPanel input[type=email],
#navPanel input[type=tel],
#navPanel input[type=search],
#navPanel input[type=url],
#navPanel select,
#navPanel textarea {
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.65);
  color: #0d0d0d;
}
#navPanel input[type=text]:focus,
#navPanel input[type=password]:focus,
#navPanel input[type=email]:focus,
#navPanel input[type=tel]:focus,
#navPanel input[type=search]:focus,
#navPanel input[type=url]:focus,
#navPanel select:focus,
#navPanel textarea:focus {
  border-color: #50cbb0;
  box-shadow: 0 0 0 1px #50cbb0;
  color: #0d0d0d;
  border-color: rgba(255, 255, 255, 0.25);
}
#navPanel 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='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
}
#navPanel select option {
  color: rgba(255, 255, 255, 0.65);
  background-color: #0d0d0d;
}
#navPanel input[type=checkbox] + label,
#navPanel input[type=radio] + label {
  color: rgba(255, 255, 255, 0.65);
}
#navPanel input[type=checkbox] + label:before,
#navPanel input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}
#navPanel input[type=checkbox]:checked + label:before,
#navPanel input[type=radio]:checked + label:before {
  background-color: #50cbb0;
  border-color: #50cbb0;
  color: #ffffff;
}
#navPanel input[type=checkbox]:focus + label:before,
#navPanel input[type=radio]:focus + label:before {
  border-color: #50cbb0;
  box-shadow: 0 0 0 1px #50cbb0;
}
#navPanel ::-webkit-input-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
#navPanel :-moz-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
#navPanel ::-moz-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
#navPanel :-ms-input-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
#navPanel ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#navPanel table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}
#navPanel table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.25);
}
#navPanel table th {
  color: #ffffff;
}
#navPanel table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#navPanel table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#navPanel table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}
#navPanel nav {
  padding: 3em 2em;
}
#navPanel .link {
  transition: color 0.2s;
  border-bottom: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  color: inherit !important;
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
}
#navPanel .link:first-child {
  border-top: 0;
}
#navPanel .link.depth-0 {
  color: #ffffff !important;
  font-weight: 400;
}
#navPanel .link:active, #navPanel .link:focus, #navPanel .link:hover {
  color: #ffffff !important;
}
#navPanel .link .indent-1 {
  display: inline-block;
  width: 1.25em;
}
#navPanel .link .indent-2 {
  display: inline-block;
  width: 2.5em;
}
#navPanel .close {
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  display: block;
  height: 3.25em;
  line-height: 3.25em;
  padding-right: 1.25em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  vertical-align: middle;
  width: 7em;
}
#navPanel .close: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;
}
#navPanel .close:before {
  content: "\f00d";
  font-size: 1.25em;
}
#navPanel .close:hover {
  color: #ffffff !important;
}
@media screen and (min-width: 481px) and (max-width: 736px) {
  #navPanel .close {
    height: 4em;
    line-height: 4em;
  }
}
@media screen and (min-width: 481px) and (max-width: 736px) {
  #navPanel nav {
    padding: 2.5em 1.75em;
  }
}

body.is-navPanel-visible #wrapper {
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}
body.is-navPanel-visible #navPanel {
  transform: translateX(0);
  visibility: visible;
}

/* Footer */
#footer {
  background-color: #0d0d0d;
  color: rgba(255, 255, 255, 0.65);
}
#footer input, #footer select, #footer textarea {
  color: #ffffff;
}
#footer a {
  color: #50cbb0;
  color: rgba(255, 255, 255, 0.65);
}
#footer a:hover {
  color: #ffffff;
}
#footer strong, #footer b {
  color: #ffffff;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #ffffff;
}
#footer h1 a, #footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a, #footer h6 a {
  color: #ffffff;
}
#footer blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
#footer code {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}
#footer hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#footer .box {
  border-color: rgba(255, 255, 255, 0.25);
}
#footer input[type=submit],
#footer input[type=reset],
#footer input[type=button],
#footer button,
#footer .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #50cbb0;
  color: #50cbb0 !important;
  box-shadow: inset 0 0 0 2px #ffffff;
  color: #ffffff !important;
}
#footer input[type=submit]:hover,
#footer input[type=reset]:hover,
#footer input[type=button]:hover,
#footer button:hover,
#footer .button:hover {
  background-color: rgba(80, 203, 176, 0.1);
  background-color: rgba(255, 255, 255, 0.25);
}
#footer input[type=submit]:hover:active,
#footer input[type=reset]:hover:active,
#footer input[type=button]:hover:active,
#footer button:hover:active,
#footer .button:hover:active {
  background-color: rgba(80, 203, 176, 0.05);
}
#footer input[type=submit]:hover:active,
#footer input[type=reset]:hover:active,
#footer input[type=button]:hover:active,
#footer button:hover:active,
#footer .button:hover:active {
  background-color: rgba(255, 255, 255, 0.075);
}
#footer input[type=submit].primary,
#footer input[type=reset].primary,
#footer input[type=button].primary,
#footer button.primary,
#footer .button.primary {
  background-color: #50cbb0;
  box-shadow: none;
  color: #ffffff !important;
}
#footer input[type=submit].primary:hover,
#footer input[type=reset].primary:hover,
#footer input[type=button].primary:hover,
#footer button.primary:hover,
#footer .button.primary:hover {
  background-color: rgb(99.6585903084, 208.8414096916, 184.8744493392);
  box-shadow: none;
}
#footer input[type=submit].primary:hover:active,
#footer input[type=reset].primary:hover:active,
#footer input[type=button].primary:hover:active,
#footer button.primary:hover:active,
#footer .button.primary:hover:active {
  background-color: rgb(60.3414096916, 197.1585903084, 167.1255506608);
}
#footer label {
  color: #ffffff;
}
#footer input[type=text],
#footer input[type=password],
#footer input[type=email],
#footer input[type=tel],
#footer input[type=search],
#footer input[type=url],
#footer select,
#footer textarea {
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.65);
  color: #0d0d0d;
}
#footer input[type=text]:focus,
#footer input[type=password]:focus,
#footer input[type=email]:focus,
#footer input[type=tel]:focus,
#footer input[type=search]:focus,
#footer input[type=url]:focus,
#footer select:focus,
#footer textarea:focus {
  border-color: #50cbb0;
  box-shadow: 0 0 0 1px #50cbb0;
  color: #0d0d0d;
  border-color: rgba(255, 255, 255, 0.25);
}
#footer 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='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
}
#footer select option {
  color: rgba(255, 255, 255, 0.65);
  background-color: #0d0d0d;
}
#footer input[type=checkbox] + label,
#footer input[type=radio] + label {
  color: rgba(255, 255, 255, 0.65);
}
#footer input[type=checkbox] + label:before,
#footer input[type=radio] + label:before {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}
#footer input[type=checkbox]:checked + label:before,
#footer input[type=radio]:checked + label:before {
  background-color: #50cbb0;
  border-color: #50cbb0;
  color: #ffffff;
}
#footer input[type=checkbox]:focus + label:before,
#footer input[type=radio]:focus + label:before {
  border-color: #50cbb0;
  box-shadow: 0 0 0 1px #50cbb0;
}
#footer ::-webkit-input-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
#footer :-moz-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
#footer ::-moz-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
#footer :-ms-input-placeholder {
  color: rgba(84, 84, 84, 0.5) !important;
}
#footer ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#footer table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}
#footer table tbody tr:nth-child(2n+1) {
  background-color: rgba(255, 255, 255, 0.25);
}
#footer table th {
  color: #ffffff;
}
#footer table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#footer table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#footer table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}
#footer .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: -moz-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
}
#footer .inner > * {
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
#footer .inner > * {
  width: 50%;
}
#footer .inner > * {
  padding: 2.5rem;
  width: calc(50% + 2.5rem);
}
#footer .inner > :nth-child(-n+2) {
  padding-top: 0;
}
#footer .inner > :nth-last-child(-n+2) {
  padding-bottom: 0;
}
#footer .inner > :nth-child(2n+1) {
  padding-left: 0;
}
#footer .inner > :nth-child(2n) {
  padding-right: 0;
}
#footer .inner > :nth-child(2n+1),
#footer .inner > :nth-child(2n) {
  width: calc(50% + 0rem);
}
#footer .copyright {
  color: #545454;
  text-align: center;
  margin: 5rem auto 2.5rem auto;
}
@media screen and (max-width: 1680px) {
  #footer .copyright {
    max-width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 980px) {
  #footer .copyright {
    max-width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 1680px) {
  #footer .inner {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: -moz-stretch;
    -ms-align-items: -ms-stretch;
    align-items: stretch;
  }
  #footer .inner > * {
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
  }
  #footer .inner > * {
    width: 50%;
  }
  #footer .inner > * {
    padding: 2rem;
    width: calc(50% + 2rem);
  }
  #footer .inner > :nth-child(-n+2) {
    padding-top: 0;
  }
  #footer .inner > :nth-last-child(-n+2) {
    padding-bottom: 0;
  }
  #footer .inner > :nth-child(2n+1) {
    padding-left: 0;
  }
  #footer .inner > :nth-child(2n) {
    padding-right: 0;
  }
  #footer .inner > :nth-child(2n+1),
  #footer .inner > :nth-child(2n) {
    width: calc(50% + 0rem);
  }
}
@media screen and (max-width: 980px) {
  #footer .inner {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: -moz-stretch;
    -ms-align-items: -ms-stretch;
    align-items: stretch;
  }
  #footer .inner > * {
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
  }
  #footer .inner > * {
    width: 100%;
  }
  #footer .inner > * {
    padding: 2rem;
    width: calc(100% + 4rem);
  }
  #footer .inner > :nth-child(-n+1) {
    padding-top: 0;
  }
  #footer .inner > :nth-last-child(-n+1) {
    padding-bottom: 0;
  }
  #footer .inner > :nth-child(1n+1) {
    padding-left: 0;
  }
  #footer .inner > :nth-child(1n) {
    padding-right: 0;
  }
  #footer .inner > :nth-child(1n+1),
  #footer .inner > :nth-child(1n) {
    width: calc(100% + 2rem);
  }
}/*# sourceMappingURL=main.css.map */