@import url(fontawesome-all.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic);

a,
mark {
  color: inherit
}

.row,
.row.gtr-0,
.row.gtr-0.gtr-uniform,
.row.gtr-25,
.row.gtr-50 {
  margin-top: 0
}

.icon:before,
input[type=checkbox]+label:before,
input[type=radio]+label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free'
}

.table-wrapper,
pre code {
  overflow-x: auto
}

.align-left,
table th {
  text-align: left
}

#menu,
.table-wrapper,
pre {
  -webkit-overflow-scrolling: touch
}

#header,
#menu,
#page-wrapper:before {
  position: fixed;
  top: 0
}

#banner,
ul.actions,
ul.icons {
  cursor: default
}

#banner,
#banner h2,
#header nav>ul>li>a.menuToggle,
.features li,
.icon,
.image,
header p,
input[type=checkbox]+label,
input[type=radio]+label,
sub,
sup,
ul.icons li .icon span {
  position: relative
}

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

blockquote,
dl,
form,
pre,
table {
  margin: 0 0 2em
}

label,
p {
  margin: 0 0 1em
}

blockquote,
em,
i {
  font-style: italic
}

#header h1,
#header h1 a,
#header nav {
  height: inherit;
  line-height: inherit
}

article,
aside,
body.is-menu-visible #page-wrapper:before,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

blockquote,
q {
  quotes: none
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

body {
  -webkit-text-size-adjust: none;
  background: #2e3842
}

mark {
  background-color: transparent
}

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

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

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

html {
  box-sizing: border-box
}

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

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

body.is-preload *,
body.is-preload :after,
body.is-preload :before {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important
}

body,
input,
select,
textarea {
  color: #fefefe;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  letter-spacing: .075em;
  line-height: 1.65em
}

.icon.major,
h2 {
  font-size: 1.35em
}

a {
  -moz-transition: color .2s, border-bottom-color .2s;
  -webkit-transition: color .2s, border-bottom-color .2s;
  -ms-transition: color .2s, border-bottom-color .2s;
  transition: color .2s, border-bottom-color .2s;
  text-decoration: none
}

b,
strong {
  color: #fff;
  font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: 800;
  letter-spacing: .225em;
  line-height: 1em;
  margin: 0 0 1em;
  text-transform: uppercase
}

label,
table th {
  font-weight: 600
}

h2,
pre code {
  line-height: 1.75em
}

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

#footer .icons a,
header p {
  color: rgba(255, 255, 255, .5)
}

sub,
sup {
  font-size: .8em
}

sub {
  top: .5em
}

sup {
  top: -.5em
}

code,
pre {
  font-family: "Courier New", monospace;
  font-size: .9em
}

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

hr.major {
  margin: 4.5em 0
}

blockquote {
  border-left: 4px solid #fff;
  padding: .5em 0 .5em 2em
}

code {
  background: rgba(144, 144, 144, .25);
  border-radius: 3px;
  letter-spacing: 0;
  margin: 0 .25em;
  padding: .25em .65em
}

#banner .more,
#footer .copyright,
#header nav>ul>li>a,
#menu ul>li>a,
.spotlight .content .stack {
  letter-spacing: .225em;
  text-transform: uppercase
}

pre code {
  display: block;
  padding: 1em 1.5em
}

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

.align-right {
  text-align: right
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -1.5em
}

.row>* {
  padding: 0 0 0 1.5em
}

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

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

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

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

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

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

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

.row>.imp {
  order: -1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button.fit,
.image.fit img,
.image.left img,
.image.right img,
.row>.col-12,
button.fit,
input[type=button].fit,
input[type=reset].fit,
input[type=submit].fit,
ul.actions.fit li>*,
ul.actions.fit.stacked,
ul.icons li .icon span:hover::after {
  width: 100%
}

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

.row.gtr-0 {
  margin-left: 0
}

.row.gtr-0>*,
.wrapper.alt {
  padding: 0
}

.row.gtr-0.gtr-uniform>*,
ul.actions.stacked li:first-child {
  padding-top: 0
}

.row.gtr-25 {
  margin-left: -.375em
}

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

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

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

.row.gtr-50 {
  margin-left: -.75em
}

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

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

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

.row.gtr-uniform {
  margin-top: -1.5em
}

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

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

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

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

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

#page-wrapper,
.row.gtr-200.gtr-uniform>* {
  padding-top: 3em
}

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

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

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

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

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

  .row,
  .row.gtr-0,
  .row.gtr-0.gtr-uniform,
  .row.gtr-25,
  .row.gtr-50 {
    margin-top: 0
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -1.5em
  }

  .row>* {
    padding: 0 0 0 1.5em
  }

  .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.33333%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row.gtr-0 {
    margin-left: 0
  }

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

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

  .row.gtr-25 {
    margin-left: -.375em
  }

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

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

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

  .row.gtr-50 {
    margin-left: -.75em
  }

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

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

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

  .row.gtr-uniform {
    margin-top: -1.5em
  }

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

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

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

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

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

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

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

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

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

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

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

  .row,
  .row.gtr-0,
  .row.gtr-0.gtr-uniform,
  .row.gtr-25,
  .row.gtr-50 {
    margin-top: 0
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -1.5em
  }

  .row>* {
    padding: 0 0 0 1.5em
  }

  .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.33333%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row.gtr-0 {
    margin-left: 0
  }

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

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

  .row.gtr-25 {
    margin-left: -.375em
  }

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

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

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

  .row.gtr-50 {
    margin-left: -.75em
  }

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

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

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

  .row.gtr-uniform {
    margin-top: -1.5em
  }

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

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

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

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

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

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

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

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

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

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

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

  .row,
  .row.gtr-0,
  .row.gtr-0.gtr-uniform,
  .row.gtr-25,
  .row.gtr-50 {
    margin-top: 0
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -1.5em
  }

  .row>* {
    padding: 0 0 0 1.5em
  }

  .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.33333%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row.gtr-0 {
    margin-left: 0
  }

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

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

  .row.gtr-25 {
    margin-left: -.375em
  }

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

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

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

  .row.gtr-50 {
    margin-left: -.75em
  }

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

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

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

  .row.gtr-uniform {
    margin-top: -1.5em
  }

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

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

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

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

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

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

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

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

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

  header br {
    display: none
  }
}

header p {
  top: -.25em
}

header h3+p {
  font-size: 1.1em
}

header h4+p,
header h5+p,
header h6+p,
label,
table th {
  font-size: .9em
}

header.major h2,
header.major h3,
header.major h4,
header.major h5,
header.major h6 {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 1em;
  position: relative
}

header.major h2:after,
header.major h3:after,
header.major h4:after,
header.major h5:after,
header.major h6:after {
  content: '';
  display: block;
  height: 1px
}

header.major p {
  color: #fff;
  top: 0
}

label {
  color: #fff;
  display: block
}

#banner .more,
#banner p a,
#cta .inner header p,
#menu ul>li>a {
  color: inherit
}

input[type=email],
input[type=password],
input[type=text],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: rgba(144, 144, 144, .25);
  border-radius: 3px;
  border: none;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%
}

.box,
input[type=checkbox]+label:before {
  border-radius: 3px
}

ul.actions,
ul.actions.special li:first-child,
ul.alt,
ul.icons {
  padding-left: 0
}

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

input[type=checkbox]:focus+label:before,
input[type=email]:focus,
input[type=password]:focus,
input[type=radio]:focus+label:before,
input[type=text]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0 2px #21b2a6
}

select {
  background-size: 1.25em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) center;
  padding-right: 2.75em;
  text-overflow: ellipsis
}

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

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

input[type=email],
input[type=password],
input[type=text],
select {
  height: 2.75em
}

textarea {
  padding: .75em 1em
}

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

input[type=checkbox]+label,
input[type=radio]+label {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  padding-left: 2.4em;
  padding-right: .75em
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
  font-weight: 900;
  background: rgba(144, 144, 144, .25);
  content: '';
  display: inline-block;
  font-size: .8em;
  height: 2.0625em;
  left: 0;
  line-height: 2.0625em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.0625em
}

input[type=checkbox]:checked+label:before,
input[type=radio]:checked+label:before {
  background: #2e3842;
  color: #fff;
  content: '\f00c'
}

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

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5) !important;
  opacity: 1
}

:-moz-placeholder {
  color: rgba(255, 255, 255, .5) !important;
  opacity: 1
}

::-moz-placeholder {
  color: rgba(255, 255, 255, .5) !important;
  opacity: 1
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, .5) !important;
  opacity: 1
}

.box {
  border: 2px solid #fff;
  margin-bottom: 2em;
  padding: 1.5em
}

.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0
}

.icon.major,
.image {
  border-radius: 3px;
  display: inline-block
}

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

.icon:before {
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  line-height: inherit
}

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

.icon.brands:before {
  font-family: 'Font Awesome 5 Brands';
  font-size: x-large;
  padding-right: 5px
}

.icon.solid.fa-envelope:before,
.icon.solid.fa-external-link-alt:before,
.icon.solid.fa-phone:before {
  padding-right: 5px
}

.icon.major {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid #fff;
  height: calc(3em + 2px);
  line-height: 3em;
  text-align: center;
  width: calc(3em + 2px)
}

.icon.major:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  font-size: 1.5em
}

.icon.style1 {
  color: #0fc
}

.icon.style2 {
  color: #00f0ff
}

.icon.style3 {
  color: #76ddff
}

.image {
  border: 0
}

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

.features,
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  list-style: none
}

.image.left {
  float: left;
  margin: 0 2em 2em 0;
  top: .25em
}

.image.right {
  float: right;
  margin: 0 0 2em 2em;
  top: .25em
}

.image.fit,
ol {
  margin: 0 0 2em
}

.image.left,
.image.right {
  max-width: 40%
}

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

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

ol li {
  padding-left: .25em
}

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

ul li {
  padding-left: .5em
}

ul.alt {
  list-style: none
}

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

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

ul.actions {
  display: flex;
  margin-left: -1em
}

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

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

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

ul.actions.stacked li {
  padding: 1em 0 0
}

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

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

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

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

  .row,
  .row.gtr-0,
  .row.gtr-0.gtr-uniform,
  .row.gtr-25,
  .row.gtr-50 {
    margin-top: 0
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -1.5em
  }

  .row>* {
    padding: 0 0 0 1.5em
  }

  .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.33333%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row>.col-12-xsmall,
  ul.actions:not(.fixed) li .button,
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li input[type=button],
  ul.actions:not(.fixed) li input[type=reset],
  ul.actions:not(.fixed) li input[type=submit],
  ul.actions:not(.fixed) li>* {
    width: 100%
  }

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

  .row.gtr-0 {
    margin-left: 0
  }

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

  .row.gtr-0.gtr-uniform>*,
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0
  }

  .row.gtr-25 {
    margin-left: -.375em
  }

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

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

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

  .row.gtr-50 {
    margin-left: -.75em
  }

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

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

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

  .row.gtr-uniform {
    margin-top: -1.5em
  }

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

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

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

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

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

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

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

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

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

  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important
  }

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

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

ul.icons {
  list-style: none
}

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

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

ul.icons.major {
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center
}

ul.icons li .icon {
  display: flex;
  text-decoration: none
}

ul.icons li .icon span {
  display: block;
  text-align: center;
  transition: font-weight .3s
}

ul.icons li .icon span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background-color: currentColor;
  transition: width .3s ease-in-out
}

@media screen and (max-width:400px) {
  ul.icons.major {
    display: flex;
    flex-direction: column;
    gap: 1em
  }
}

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

.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
table tbody tr:nth-child(odd) {
  background-color: rgba(144, 144, 144, .25)
}

table td {
  padding: .75em
}

table th {
  color: #fff;
  padding: 0 .75em .75em
}

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

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

table.alt {
  border-collapse: separate
}

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

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

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

table.alt thead {
  border-bottom: 0
}

table.alt tfoot {
  border-top: 0
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  background-color: transparent;
  border-radius: 3px;
  border: 0;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: .8em;
  font-weight: 600;
  height: 3.125em;
  letter-spacing: .225em;
  line-height: 3.125em;
  max-width: 30em;
  padding: 0 2.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.button:active,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background-color: rgba(144, 144, 144, .5)
}

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

.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
  font-size: .8em
}

.button.large,
button.large,
input[type=button].large,
input[type=reset].large,
input[type=submit].large {
  font-size: 1.35em
}

.button.primary,
button.primary,
input[type=button].primary,
input[type=reset].primary,
input[type=submit].primary {
  background-color: #0E5A9A;
  box-shadow: none !important;
  color: #fff !important
}

.button.primary:hover,
button.primary:hover,
input[type=button].primary:hover,
input[type=reset].primary:hover,
input[type=submit].primary:hover {
  background-color: #ef5e4a !important
}

.button.primary:active,
button.primary:active,
input[type=button].primary:active,
input[type=reset].primary:active,
input[type=submit].primary:active {
  background-color: #eb341c !important
}

.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
  pointer-events: none;
  opacity: .25
}

.features {
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  gap: 5px;
  transition: transform .5s ease-in-out;
  max-width: 90em;
  margin: 0 auto
}

#banner,
.spotlight {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex
}

.features img:hover,
.spotlight .image img:hover {
  transform: scale(1.05)
}

.features h3 {
  padding-bottom: 1em
}

.features li {
  padding: 3em 2em;
  display: block;
  text-align: center;
  width: 33%
}

.features li:first-child {
  background-color: rgba(0, 0, 0, .035);
  border-top-left-radius: 3px
}

.features li:nth-child(2) {
  background-color: rgba(0, 0, 0, .07);
  border-top-right-radius: 3px
}

.features li:nth-child(3) {
  background-color: rgba(0, 0, 0, .105)
}

.features li:nth-child(4) {
  background-color: rgba(0, 0, 0, .14)
}

.features li:nth-child(5) {
  background-color: rgba(0, 0, 0, .175)
}

.features li:nth-child(6) {
  background-color: rgba(0, 0, 0, .21)
}

.features li:nth-child(7) {
  background-color: rgba(0, 0, 0, .245)
}

.features li:nth-child(8) {
  background-color: rgba(0, 0, 0, .28)
}

.features li:nth-child(9) {
  background-color: rgba(0, 0, 0, .315)
}

.features li:nth-child(10) {
  background-color: rgba(0, 0, 0, .35)
}

.features li:nth-child(11) {
  background-color: rgba(0, 0, 0, .385)
}

.features li:nth-child(12) {
  background-color: rgba(0, 0, 0, .42)
}

.features li:nth-child(13) {
  background-color: rgba(0, 0, 0, .455)
}

.features li:nth-child(14) {
  background-color: rgba(0, 0, 0, .49)
}

.features li:nth-child(15) {
  background-color: rgba(0, 0, 0, .525)
}

.features li:before {
  display: block;
  color: #0fc;
  position: absolute;
  left: 1.75em;
  top: 2.75em;
  font-size: 1.5em
}

.features li:last-child {
  border-bottom-right-radius: 3px
}

.features li:nth-last-child(2) {
  border-bottom-left-radius: 3px
}

@media screen and (max-width:1078px) {
  .features li {
    width: 30%
  }
}

@media screen and (max-width:809px) {
  .features li {
    padding: 2em 0;
    background-color: transparent !important;
    border-top: 2px solid #fff;
    width: 100%
  }

  .features li:first-child {
    border-top: 0
  }
}

.spotlight {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1em
}

.spotlight .image {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  border-radius: 0;
  padding: 0 2em;
  overflow: hidden;
  max-width: 32em
}

.spotlight .image img {
  border-radius: 0;
  width: 100%;
  transition: transform .3s ease-in-out;
  max-width: 42em
}

.spotlight .content {
  padding: 2em;
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  max-width: 48em
}

.spotlight .content>h2 {
  text-transform: capitalize
}

.spotlight .content .icons,
.wrapper {
  padding: 2em 0
}

@media screen and (max-width:521px) {
  .spotlight .content .icons {
    display: flex;
    flex-direction: column;
    gap: 1em
  }
}

.spotlight .content .stack {
  font-weight: 700;
  padding-top: 1em
}

.spotlight:nth-child(2n) {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.spotlight:first-child {
  background-color: rgba(0, 0, 0, .075)
}

.spotlight:nth-child(2),
.spotlight:nth-child(3),
.spotlight:nth-child(4) {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("../../images/banner.webp");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("../../images/banner.webp");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("../../images/banner.webp");
  background-image: linear-gradient(top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("../../images/banner.webp")
}

.wrapper>.inner {
  padding: 0 2em;
  margin: 0 auto
}

.wrapper.style1 {
  background-color: #21b2a6;
  padding: 0;
  text-align: center
}

#footer .icons a:hover,
.wrapper.style1 b,
.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6,
.wrapper.style1 label,
.wrapper.style1 strong,
.wrapper.style1 table th,
.wrapper.style3 b,
.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 h4,
.wrapper.style3 h5,
.wrapper.style3 h6,
.wrapper.style3 label,
.wrapper.style3 strong,
.wrapper.style3 table th {
  color: #fff
}

.wrapper.style1 .icon.major,
.wrapper.style1 blockquote,
.wrapper.style1 header.major h2,
.wrapper.style1 header.major h3,
.wrapper.style1 header.major h4,
.wrapper.style1 header.major h5,
.wrapper.style1 header.major h6,
.wrapper.style1 hr,
.wrapper.style1 table tbody tr,
.wrapper.style1 table tfoot,
.wrapper.style1 table thead,
.wrapper.style1 table.alt tbody tr td,
.wrapper.style1 ul.alt li,
.wrapper.style3 .icon.major,
.wrapper.style3 blockquote,
.wrapper.style3 hr,
.wrapper.style3 table tbody tr,
.wrapper.style3 table tfoot,
.wrapper.style3 table thead,
.wrapper.style3 table.alt tbody tr td,
.wrapper.style3 ul.alt li {
  border-color: rgba(0, 0, 0, .125)
}

.wrapper.style1 code,
.wrapper.style1 input[type=checkbox]+label:before,
.wrapper.style1 input[type=radio]+label:before,
.wrapper.style3 code,
.wrapper.style3 input[type=checkbox]+label:before,
.wrapper.style3 input[type=radio]+label:before {
  background: rgba(255, 255, 255, .075)
}

.wrapper.style1 header p {
  color: #a6e0db
}

.wrapper.style1 header.major p,
.wrapper.style1 input[type=checkbox]+label,
.wrapper.style1 input[type=radio]+label {
  color: #c8ece9
}

.wrapper.style1 .button:hover,
.wrapper.style1 button:hover,
.wrapper.style1 input[type=button]:hover,
.wrapper.style1 input[type=email],
.wrapper.style1 input[type=password],
.wrapper.style1 input[type=reset]:hover,
.wrapper.style1 input[type=submit]:hover,
.wrapper.style1 input[type=text],
.wrapper.style1 select,
.wrapper.style1 table tbody tr:nth-child(odd),
.wrapper.style1 textarea,
.wrapper.style3 .button:hover,
.wrapper.style3 button:hover,
.wrapper.style3 input[type=button]:hover,
.wrapper.style3 input[type=email],
.wrapper.style3 input[type=password],
.wrapper.style3 input[type=reset]:hover,
.wrapper.style3 input[type=submit]:hover,
.wrapper.style3 input[type=text],
.wrapper.style3 select,
.wrapper.style3 table tbody tr:nth-child(odd),
.wrapper.style3 textarea {
  background-color: rgba(255, 255, 255, .075)
}

.wrapper.style1 select,
.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(0, 0, 0, 0.125)' /%3E%3C/svg%3E")
}

.wrapper.style1 select option {
  color: #fff;
  background: #21b2a6
}

.wrapper.style1 input[type=checkbox]:checked+label:before,
.wrapper.style1 input[type=radio]:checked+label:before {
  background: #fff;
  color: #21b2a6
}

.wrapper.style1 ::-webkit-input-placeholder {
  color: #a6e0db !important
}

.wrapper.style1 :-moz-placeholder {
  color: #a6e0db !important
}

.wrapper.style1 ::-moz-placeholder {
  color: #a6e0db !important
}

.wrapper.style1 :-ms-input-placeholder {
  color: #a6e0db !important
}

.wrapper.style1 .formerize-placeholder {
  color: #a6e0db !important
}

.wrapper.style1 .button,
.wrapper.style1 button,
.wrapper.style1 input[type=button],
.wrapper.style1 input[type=reset],
.wrapper.style1 input[type=submit],
.wrapper.style3 .button,
.wrapper.style3 button,
.wrapper.style3 input[type=button],
.wrapper.style3 input[type=reset],
.wrapper.style3 input[type=submit] {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .125);
  color: #fff
}

.wrapper.style1 .button:active,
.wrapper.style1 button:active,
.wrapper.style1 input[type=button]:active,
.wrapper.style1 input[type=reset]:active,
.wrapper.style1 input[type=submit]:active,
.wrapper.style3 .button:active,
.wrapper.style3 button:active,
.wrapper.style3 input[type=button]:active,
.wrapper.style3 input[type=reset]:active,
.wrapper.style3 input[type=submit]:active {
  background-color: rgba(255, 255, 255, .2)
}

.wrapper.style2 {
  background-color: #2e3842
}

.wrapper.style3 {
  background-color: #505393;
  color: #d3d4e4
}

.wrapper.style3 header p {
  color: #b9bad4
}

.wrapper.style3 header.major p,
.wrapper.style3 input[type=checkbox]+label,
.wrapper.style3 input[type=radio]+label {
  color: #d3d4e4
}

.wrapper.style3 select option {
  color: #fff;
  background: #505393
}

.wrapper.style3 input[type=checkbox]:checked+label:before,
.wrapper.style3 input[type=radio]:checked+label:before {
  background: #fff;
  color: #505393
}

.wrapper.style3 ::-webkit-input-placeholder {
  color: #b9bad4 !important
}

.wrapper.style3 :-moz-placeholder {
  color: #b9bad4 !important
}

.wrapper.style3 ::-moz-placeholder {
  color: #b9bad4 !important
}

.wrapper.style3 :-ms-input-placeholder {
  color: #b9bad4 !important
}

.wrapper.style3 .formerize-placeholder {
  color: #b9bad4 !important
}

.wrapper.style4 {
  background-color: transparent
}

.wrapper.style5 {
  background-color: #fff;
  color: #4e4852
}

.wrapper.style5 b,
.wrapper.style5 h2,
.wrapper.style5 h3,
.wrapper.style5 h4,
.wrapper.style5 h5,
.wrapper.style5 h6,
.wrapper.style5 label,
.wrapper.style5 strong,
.wrapper.style5 table th {
  color: #2e3842
}

.wrapper.style5 .icon.major,
.wrapper.style5 blockquote,
.wrapper.style5 header.major h2,
.wrapper.style5 header.major h3,
.wrapper.style5 header.major h4,
.wrapper.style5 header.major h5,
.wrapper.style5 header.major h6,
.wrapper.style5 hr,
.wrapper.style5 table tbody tr,
.wrapper.style5 table tfoot,
.wrapper.style5 table thead,
.wrapper.style5 table.alt tbody tr td,
.wrapper.style5 ul.alt li {
  border-color: #dfdfdf
}

.wrapper.style5 code,
.wrapper.style5 input[type=checkbox]+label:before,
.wrapper.style5 input[type=radio]+label:before {
  background: rgba(0, 0, 0, .0375)
}

.wrapper.style5 header p {
  color: #8e8892
}

.wrapper.style5 header.major p,
.wrapper.style5 input[type=checkbox]+label,
.wrapper.style5 input[type=radio]+label {
  color: #4e4852
}

.wrapper.style5 .button:hover,
.wrapper.style5 button:hover,
.wrapper.style5 input[type=button]:hover,
.wrapper.style5 input[type=email],
.wrapper.style5 input[type=password],
.wrapper.style5 input[type=reset]:hover,
.wrapper.style5 input[type=submit]:hover,
.wrapper.style5 input[type=text],
.wrapper.style5 select,
.wrapper.style5 table tbody tr:nth-child(odd),
.wrapper.style5 textarea {
  background-color: rgba(0, 0, 0, .0375)
}

.wrapper.style5 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='%23dfdfdf' /%3E%3C/svg%3E")
}

.wrapper.style5 select option {
  color: #2e3842;
  background: #fff
}

.wrapper.style5 input[type=checkbox]:checked+label:before,
.wrapper.style5 input[type=radio]:checked+label:before {
  background: #2e3842;
  color: #fff
}

.wrapper.style5 ::-webkit-input-placeholder {
  color: #8e8892 !important
}

.wrapper.style5 :-moz-placeholder {
  color: #8e8892 !important
}

.wrapper.style5 ::-moz-placeholder {
  color: #8e8892 !important
}

.wrapper.style5 :-ms-input-placeholder {
  color: #8e8892 !important
}

.wrapper.style5 .formerize-placeholder {
  color: #8e8892 !important
}

.wrapper.style5 .button,
.wrapper.style5 button,
.wrapper.style5 input[type=button],
.wrapper.style5 input[type=reset],
.wrapper.style5 input[type=submit] {
  box-shadow: inset 0 0 0 2px #dfdfdf;
  color: #2e3842
}

.wrapper.style5 .button:active,
.wrapper.style5 button:active,
.wrapper.style5 input[type=button]:active,
.wrapper.style5 input[type=reset]:active,
.wrapper.style5 input[type=submit]:active {
  background-color: rgba(0, 0, 0, .1)
}

@media screen and (max-width:850px) {
  .spotlight {
    display: block
  }

  .spotlight br {
    display: none
  }

  .spotlight .image {
    width: 100%;
    padding-top: 1em
  }

  .spotlight .content {
    padding: 1.5em 3em;
    max-width: none;
    text-align: center;
    width: 100%
  }

  .spotlight .content .icons {
    padding: 1em 0
  }

  .wrapper>.inner {
    width: 100%
  }

  .wrapper {
    padding: 2em 3em
  }
}

#page-wrapper {
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 1
}

#page-wrapper:before {
  background: rgba(0, 0, 0, 0);
  content: '';
  display: none;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 10001
}

#menu {
  -moz-transform: translateX(20em);
  -webkit-transform: translateX(20em);
  -ms-transform: translateX(20em);
  transform: translateX(20em);
  -moz-transition: -moz-transform .5s;
  -webkit-transition: -webkit-transform .5s;
  -ms-transition: -ms-transform .5s;
  transition: transform .5s;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url("../../images/banner.webp");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url("../../images/banner.webp");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url("../../images/banner.webp");
  background-image: linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url("../../images/banner.webp");
  color: #fff;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 3em 2em;
  right: 0;
  width: 20em;
  z-index: 10002
}

#menu ul {
  list-style: none;
  padding: 0
}

#menu ul>li {
  border-top: 1px solid rgba(255, 255, 255, .125);
  margin: .5em 0 0;
  padding: .5em 0 0
}

#header h1 a,
#header nav>ul>li>a,
#menu .close,
#menu ul>li>a {
  border: 0;
  display: block
}

#header .menuToggle:hover,
#menu ul>li:hover {
  transform: scale(1.05);
  font-weight: 700
}

#menu ul>li:first-child {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important
}

#menu ul>li>a {
  font-size: .8em;
  outline: 0;
  text-decoration: none
}

#menu .close {
  background-image: url("images/close.svg");
  background-position: 4.85em 1em;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 7em
}

body.is-menu-visible #page-wrapper {
  opacity: .35
}

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

#header {
  -moz-transition: background-color .2s;
  -webkit-transition: background-color .2s;
  -ms-transition: background-color .2s;
  transition: background-color .2s;
  background: #1d242a;
  height: 3em;
  left: 0;
  line-height: 3em;
  width: 100%;
  z-index: 10000
}

#header h1 {
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -ms-transition: opacity .2s;
  transition: opacity .2s;
  left: 1.25em;
  position: absolute;
  top: 0
}

#header nav {
  position: absolute;
  right: 0;
  top: 0
}

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

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

#header nav>ul>li>a {
  color: #fff;
  font-size: .8em;
  padding: 0 1.5em
}

#header nav>ul>li>a.menuToggle {
  outline: 0
}

#header nav>ul>li>a.menuToggle:after {
  background-image: url("images/bars.svg");
  background-position: right center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 3.75em;
  vertical-align: top;
  width: 2em
}

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

#header.alt h1 {
  pointer-events: none;
  opacity: 0
}

#banner {
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 20em;
  overflow: hidden;
  text-align: center;
  padding: 4em 3em 1em;
  background-size: cover;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../../images/Black\ Minimal\ Motivation\ Quote\ LinkedIn\ Banner.webp");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../../images/Black\ Minimal\ Motivation\ Quote\ LinkedIn\ Banner.webp");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../../images/Black\ Minimal\ Motivation\ Quote\ LinkedIn\ Banner.webp");
  background-image: linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("../../images/Black\ Minimal\ Motivation\ Quote\ LinkedIn\ Banner.webp")
}

#banner h2 {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: -moz-transform .5s, opacity .5s;
  -webkit-transition: -webkit-transform .5s, opacity .5s;
  -ms-transition: -ms-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  display: inline-block;
  font-size: 1.75em;
  opacity: 1;
  padding: .35em 1em;
  z-index: 1
}

#banner h2:after,
#banner h2:before {
  -moz-transition: width .85s 0.25s;
  -webkit-transition: width .85s 0.25s;
  -ms-transition: width .85s 0.25s;
  transition: width .85s 0.25s;
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 100%
}

#banner h2:before {
  top: 0;
  left: 0
}

#banner h2:after {
  bottom: 0;
  right: 0
}

#banner .more {
  -moz-transition: -moz-transform .75s 3.5s, opacity .75s 3.5s;
  -webkit-transition: -webkit-transform .75s 3.5s, opacity .75s 3.5s;
  -ms-transition: -ms-transform .75s 3.5s, opacity .75s 3.5s;
  transition: transform .75s 3.5s, opacity .75s 3.5s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border: none;
  bottom: 0;
  font-size: .8em;
  height: 8.5em;
  left: 50%;
  margin-left: -8.5em;
  opacity: 1;
  outline: 0;
  padding-left: .225em;
  position: absolute;
  text-align: center;
  width: 16em;
  z-index: 1
}

#banner .more:after {
  background-image: url("images/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 4em;
  content: '';
  display: block;
  height: 1.5em;
  left: 50%;
  margin: 0 0 0 -.75em;
  position: absolute;
  width: 1.5em
}

#banner:after {
  pointer-events: none;
  -moz-transition: opacity 3s ease-in-out 1.25s;
  -webkit-transition: opacity 3s ease-in-out 1.25s;
  -ms-transition: opacity 3s ease-in-out 1.25s;
  transition: opacity 3s ease-in-out 1.25s;
  content: '';
  background: #2e3842;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0
}

body.is-preload #banner h2 {
  -moz-transform: scale(.95);
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  opacity: 0
}

body.is-preload #banner h2:after,
body.is-preload #banner h2:before {
  width: 0
}

body.is-preload #banner .more {
  -moz-transform: translateY(8.5em);
  -webkit-transform: translateY(8.5em);
  -ms-transform: translateY(8.5em);
  transform: translateY(8.5em);
  opacity: 0
}

body.is-preload #banner:after {
  opacity: 1
}

#cta .inner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  max-width: 45em
}

#cta .inner header {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  padding-right: 3em;
  width: 70%
}

#cta .inner .actions {
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  width: 30%
}

@media screen and (max-width:980px) {
  .features li {
    text-align: center
  }

  .features li:before {
    left: 0;
    margin: 0 0 1em;
    position: relative;
    top: 0
  }

  #cta .inner {
    display: block;
    text-align: center
  }

  #cta .inner header {
    padding-right: 0;
    width: 100%
  }

  #cta .inner .actions {
    margin-left: auto;
    margin-right: auto;
    max-width: 20em;
    width: 100%
  }

  .description {
    padding: 0
  }
}

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

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

  .icon.major {
    font-size: 1em
  }

  ul.icons.major li {
    padding: 0 1em !important
  }

  .button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    height: 3.75em;
    line-height: 3.75em
  }

  .wrapper.style1 .features li,
  .wrapper.style3 .features li {
    border-top-color: rgba(0, 0, 0, .125)
  }

  .wrapper.style5 .features li {
    border-top-color: #dfdfdf
  }

  .wrapper {
    padding: 2em
  }

  #menu ul>li>a {
    line-height: 3em
  }

  #menu {
    padding: 3em 1.5em
  }

  #header h1 a {
    font-size: .8em
  }

  #header nav>ul>li>a.menuToggle {
    padding: 0 1.5em
  }

  #header nav>ul>li>a.menuToggle span {
    display: none
  }

  #header nav>ul>li>a {
    padding: 0 0 0 1.5em
  }

  #banner {
    padding: 3em 2em 1em
  }

  #cta .inner .actions {
    max-width: none
  }
}

/* Ensure the container uses a grid layout */
.testimonials-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsive columns */
  gap: 20px; /* Spacing between grid items */
  padding: 20px; /* Optional: Add padding for spacing around the grid */
}

/* Style for each testimonial block */
.testimonial {
  /* background-color: #f9f9f9; */
  border: 1px solid #ddd; /* Subtle border */
  border-radius: 8px; /* Rounded corners */
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  font-size: smaller;
}

.testimonial blockquote {
  margin: 0;
  font-style: italic;
  text-align: left;
}

.testimonial footer {
  margin-top: 10px;
  font-weight: bold;
  text-align: right;
  color: #555;
}

#footer {
  padding: 3em 0;
  background-color: #1d242a;
  text-align: center
}

#footer .icons {
  font-size: 1.25em
}

#footer .copyright {
  font-size: .8em;
  list-style: none;
  padding: 1em 0
}

#footer .copyright li {
  border-left: 1px solid rgba(255, 255, 255, .5);
  display: inline-block;
  line-height: 1em;
  margin-left: 1em;
  padding-left: 1em
}

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

body.landing #footer {
  background-color: rgba(29, 36, 42, .9)
}

body.is-mobile.landing #page-wrapper {
  background: 0 0
}

body.is-mobile.landing #footer {
  background-color: #1d242a
}

.profile-pic img {
  height: 10em;
  width: 10em;
  object-fit: cover;
  padding: .65em;
  border-radius: 100%;
  border: 1px solid;
  transition: transform .3s ease-in-out
}

.profile-pic img:hover {
  transform: scale(1.05);
  padding: 0
}

.greeting {
  text-transform: none;
  letter-spacing: 0
}

.description {
  max-width: 80em;
  margin: 0 auto;
  text-align: center
}

#footer .copyright li a,
.content ul.icons.major li a {
  padding: 10px 20px;
  border: 2px solid #0E5A9A;
  border-radius: 5px;
  background-color: #0E5A9A;
  transition: background-color .3s, color .3s;
  font-weight: 600
}

#footer .copyright li a:hover,
.content ul.icons.major li a:hover,
.resume-button:hover {
  background-color: transparent;
  color: #0E5A9A
}

.resume-button {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #0E5A9A;
  border-radius: 5px;
  background-color: #0E5A9A;
  color: #fff;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
  font-weight: 600
}

.github-badge img,
.linkedin-badge img {
  display: inline-block;
  transform: scale(1.8);
  border-radius: 5px
}

.about-buttons {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center
}
