@import 'fontawesome-all.min.css';
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
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;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

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

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

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

/* Basic */
@viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}

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

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

body {
  background: #0b1f26;
}
body.is-preload * *:after,
body.is-preload *:before *:after {
  -moz-animation: block !important;
  -webkit-animation: block !important;
  -ms-animation: block !important;
  animation: block !important;
  -moz-transition: block !important;
  -webkit-transition: block !important;
  -ms-transition: block !important;
  transition: block !important;
}

/* Type */
body {
  color: rgba(44, 49, 56, 0.75);
}

body,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 16pt;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 1680px) {
  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
}
@media screen and (max-width: 360px) {
  body,
  input,
  select,
  textarea {
    font-size: 10pt;
  }
}

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

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #333 !important;
  letter-spacing: 0.01em;
  font-weight: 400;
  opacity: 1;
  text-align: center;
}

body p,
.content p,
.wrapper p {
  color: #333 !important;
  font-weight: 400;
  opacity: 1 !important;
}

@media screen and (max-width: 980px) {
  p {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 736px) {
  p {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  font-weight: 700;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0800ff;
  text-decoration: none;
}

.main .content h1,
.main .content h2,
.main .content h3,
.main .content h4,
.main .content h5,
.main .content h6 {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-display: swap;
  text-shadow: none !important;
  letter-spacing: 0.05em;
}

.main .content h2 {
  /* color: #c62020; */
  margin-top: -3.5;
  font-size: 1.75em;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
}

h1 {
  font-size: 2.5em;
}

.major h1 {
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 600;
  margin: 1em 0 2em 0;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 1em 0;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: capitalize;
}

h3 {
  font-size: 1.25em;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  text-transform: capitalize;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 1.75em;
  }
  h2 {
    font-size: 1.25em;
  }
}
sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

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

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

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

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

.letter-animation {
  font-family: "Poppins", sans-serif;
}

/* Trademark/service mark styling */
sup.trademark {
  font-size: 0.5em;
  position: relative;
  top: -0.7em;
  line-height: 0;
  vertical-align: baseline;
  padding-left: 0.1em;
}
sup.trademark.reg {
  font-size: 0.5em;
}
sup.trademark.sm {
  font-size: 0.5em;
}

hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 3em 0;
  /* Menu */
}
hr.major {
  margin: 5em 0;
}

#menu > hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0.5em 0;
}

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

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

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

/* Trademark/service mark styling */
sup.trademark {
  font-size: 0.5em;
  position: relative;
  top: -0.7em;
  line-height: 0;
  vertical-align: baseline;
  padding-left: 0.1em;
}
sup.trademark.reg {
  font-size: 0.5em;
}
sup.trademark.sm {
  font-size: 0.5em;
}

.text-center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  width: 100% !important;
}

.animated-text.text-center,
.animated-typing-texts.text-center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  width: 100% !important;
}
.animated-text.text-center span,
.animated-typing-texts.text-center span {
  text-align: center !important;
  justify-content: center !important;
}

h1.animated-text.text-center,
h1.animated-typing-texts.text-center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  width: 100% !important;
}

input,
select,
textarea {
  color: #577b9e;
}

a {
  color: #a5d9ec;
}

strong,
b {
  color: #577b9e;
}

h1,
h2,
h3,
h4,
h6 {
  color: #577b9e;
}

p.designers {
  font-size: 1.5em;
  margin: 0 auto;
  max-width: 800px;
  margin-top: -1em;
  margin-bottom: 1em;
  text-align: center;
  color: rgba(67, 75, 86, 0.55);
}

h5 {
  color: #c62020;
  font-weight: weight-extrabold;
}

blockquote {
  border-left-color: #c62020;
}

code {
  background: #add5dc;
  border-color: #577b9e;
}

hr {
  border-bottom-color: #333;
  border-top: none;
  margin: 0.5em 0;
}

/* 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: 0em;
}
.row.gtr-0 > * {
  padding: 0 0 0 0em;
}
.row.gtr-0.gtr-uniform {
  margin-top: 0em;
  background-color: transparent;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0em;
}
.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.5em;
}
.row.gtr-25 > * {
  padding: 0 0 0 0.5em;
}
.row.gtr-25.gtr-uniform {
  margin-top: -0.5em;
  background-color: transparent;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 0.5em;
}
.row.gtr-50 {
  margin-top: 0;
  margin-left: -1em;
}
.row.gtr-50 > * {
  padding: 0 0 0 1em;
}
.row.gtr-50.gtr-uniform {
  margin-top: -1em;
  background-color: transparent;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 1em;
}
.row {
  margin-top: 0;
  margin-left: -2em;
}
.row > * {
  padding: 0 0 0 2em;
}
.row.gtr-uniform {
  margin-top: -2em;
  background-color: transparent;
}
.row.gtr-uniform > * {
  padding-top: 2em;
}
.row.gtr-150 {
  margin-top: 0;
  margin-left: -3em;
}
.row.gtr-150 > * {
  padding: 0 0 0 3em;
}
.row.gtr-150.gtr-uniform {
  margin-top: -3em;
  background-color: transparent;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 3em;
}
.row.gtr-200 {
  margin-top: 0;
  margin-left: -4em;
}
.row.gtr-200 > * {
  padding: 0 0 0 4em;
}
.row.gtr-200.gtr-uniform {
  margin-top: -4em;
  background-color: transparent;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 4em;
}
@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-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: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
    background-color: transparent;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.5em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.5em;
    background-color: transparent;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.5em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1em;
    background-color: transparent;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1em;
  }
  .row {
    margin-top: 0;
    margin-left: -2em;
  }
  .row > * {
    padding: 0 0 0 2em;
  }
  .row.gtr-uniform {
    margin-top: -2em;
    background-color: transparent;
  }
  .row.gtr-uniform > * {
    padding-top: 2em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 3em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -3em;
    background-color: transparent;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 3em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 4em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -4em;
    background-color: transparent;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 4em;
  }
}
@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-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: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
    background-color: transparent;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.375em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
    background-color: transparent;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.75em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
    background-color: transparent;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75em;
  }
  .row {
    margin-top: 0;
    margin-left: -1.5em;
  }
  .row > * {
    padding: 0 0 0 1.5em;
  }
  .row.gtr-uniform {
    margin-top: -1.5em;
    background-color: transparent;
  }
  .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;
    background-color: transparent;
  }
  .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;
    background-color: transparent;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3em;
  }
}
@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: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
    background-color: transparent;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.375em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
    background-color: transparent;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.75em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
    background-color: transparent;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75em;
  }
  .row {
    margin-top: 0;
    margin-left: -1.5em;
  }
  .row > * {
    padding: 0 0 0 1.5em;
  }
  .row.gtr-uniform {
    margin-top: -1.5em;
    background-color: transparent;
  }
  .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;
    background-color: transparent;
  }
  .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;
    background-color: transparent;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3em;
  }
}
@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: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
    background-color: transparent;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125em;
    background-color: transparent;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625em;
    background-color: transparent;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-uniform {
    margin-top: -1.25em;
    background-color: transparent;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875em;
    background-color: transparent;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5em;
    background-color: transparent;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5em;
  }
}
@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: 0em;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0em;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0em;
    background-color: transparent;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0em;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125em;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125em;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125em;
    background-color: transparent;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125em;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625em;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625em;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625em;
    background-color: transparent;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625em;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25em;
  }
  .row > * {
    padding: 0 0 0 1.25em;
  }
  .row.gtr-uniform {
    margin-top: -1.25em;
    background-color: transparent;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25em;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875em;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875em;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875em;
    background-color: transparent;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875em;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5em;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5em;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5em;
    background-color: transparent;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5em;
  }
}

/* Box */
.box {
  border-radius: 4px;
  border: solid 1px;
  margin-bottom: 2em;
  padding: 1.5em;
}
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.box {
  border-color: #577b9e;
}

input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 1px #577b9e;
  color: rgba(44, 49, 56, 0.75) !important;
  transition: all 0.3s ease;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
.button:active {
  background-color: rgba(67, 75, 86, 0.1);
}
input[type=submit].primary,
input[type=reset].primary,
input[type=button].primary,
button.primary,
.button.primary {
  background-color: #c62020;
  color: #ffffff !important;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
input[type=submit].primary:hover,
input[type=reset].primary:hover,
input[type=button].primary:hover,
button.primary:hover,
.button.primary:hover {
  background-color: rgb(223.1391304348, 57.8608695652, 57.8608695652);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
input[type=submit].primary:active,
input[type=reset].primary:active,
input[type=button].primary:active,
button.primary:active,
.button.primary:active {
  background-color: rgb(176.047826087, 28.452173913, 28.452173913);
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 1.375em;
  border: 0;
  cursor: pointer !important;
  display: inline-block;
  font-weight: 900;
  height: 3.0555555556em;
  line-height: 3.0555555556em;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.9em;
  transition: all 0.3s ease;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background-color: rgba(206, 213, 224, 0.75);
}
input[type=submit].special,
input[type=reset].special,
input[type=button].special,
button.special,
.button.special {
  font-size: 1em;
  padding: 0 3em;
  background-color: #c62020;
  color: #ffffff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
input[type=submit].special:hover,
input[type=reset].special:hover,
input[type=button].special:hover,
button.special:hover,
.button.special:hover {
  background-color: rgb(223.1391304348, 57.8608695652, 57.8608695652);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
input[type=submit].outline,
input[type=reset].outline,
input[type=button].outline,
button.outline,
.button.outline {
  background-color: transparent;
  border: 2px solid #c62020;
  color: #c62020 !important;
}
input[type=submit].outline:hover,
input[type=reset].outline:hover,
input[type=button].outline:hover,
button.outline:hover,
.button.outline:hover {
  background-color: rgba(198, 32, 32, 0.1);
  transform: translateY(-2px);
}

/* Features */
.features {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 2em 0;
}
.features section {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  border-left: solid 1px;
  border-top: solid 1px;
  padding: 2em 3em;
  text-align: center;
  width: 33.3333333333%;
}
.features section:nth-child(3n-2) {
  border-left-width: 0;
}
.features section:nth-child(-n+3) {
  border-top-width: 0;
}
@media screen and (max-width: 980px) {
  .features {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features section {
    padding: 3em 3em 1em 3em;
    border-left: 0;
    width: 100%;
  }
  .features section:nth-child(-n+3) {
    border-top-width: 1px;
  }
  .features section:first-child {
    border-top-width: 0;
    padding-top: 1em;
  }
  .features section:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 736px) {
  .features section {
    padding: 3em 2em 1em 2em;
  }
}

@media (max-width: 768px) {
  .features {
    flex-direction: column;
  }
  .features section {
    width: auto;
    margin: 0.5em 0;
  }
}
.features section {
  border-color: #618f97;
  gap: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9), inset 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
  background-color: #0b1f26;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Set minimum height to ensure content fits */
  min-height: 30px;
  /* Adjust as needed */
  display: flex;
  flex-direction: column;
  /* Fix overflow issues */
  overflow: visible;
}
.features section:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), inset 0 0 15px rgba(0, 0, 0, 0.3);
}
.features section h3.card {
  color: rgba(236, 236, 236, 0.6862745098);
  font-size: 1.25em;
  font-weight: bold !important;
  margin-bottom: 0.5em;
}
.features section p.card-description {
  color: #ececec !important;
  margin-top: 0.5em;
  font-size: 0.9em;
  line-height: 1.5;
}

/* Form */
form {
  margin: 0 0 2em 0;
}
form.combined {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  width: 35em;
}
form.combined input[type=password],
form.combined input[type=email],
form.combined select,
form.combined textarea {
  -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;
  border-bottom-left-radius: 2.75em;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2.75em;
  border-top-right-radius: 0;
}
form.combined input[type=submit] {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 480px) {
  form.combined {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  form.combined input[type=text],
  form.combined input[type=password],
  form.combined input[type=email],
  form.combined select,
  form.combined textarea {
    border-radius: 2.75em;
    margin: 0 0 1em 0;
  }
  form.combined input[type=submit] {
    border-radius: 2.75em;
  }
}

label {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0 0 1em 0;
}

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: solid 1px;
  color: black;
  display: block;
  outline: 1px solid #333;
  padding: 0 1em;
  text-decoration: none;
  width: 100%;
}
input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

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

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

textarea {
  padding: 0.75em 1em;
}

input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}
input[type=checkbox] + label,
input[type=radio] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  border-radius: 4px;
  border: solid 1px;
  content: "";
  display: inline-block;
  font-size: 0.9em;
  height: 1.7875em;
  left: 0;
  line-height: 1.71875em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.7875em;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  content: "\f00c";
}

input[type=checkbox] + label:before {
  border-radius: 4px;
  color: #333;
}

input[type=radio] + label:before {
  border-radius: 100%;
  color: #333 !important;
}

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

:-moz-placeholder {
  opacity: 1;
}

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

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

label {
  color: rgba(44, 49, 56, 0.75);
  font-weight: 400;
}

input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  color: #fff;
  font-weight: 400;
  background-color: #add5dc;
  border-color: #ffffff;
  z-index: 1000;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border: 1px solid rgba(67, 75, 86, 0.55);
  box-shadow: inset 0 0 0 1px #add5dc;
  background-color: #ffffff;
}
input[type=text]:not(:placeholder-shown):not(:focus),
input[type=password]:not(:placeholder-shown):not(:focus),
input[type=email]:not(:placeholder-shown):not(:focus),
select:not(:placeholder-shown):not(:focus),
textarea:not(:placeholder-shown):not(:focus) {
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: #add5dc;
}
input[type=text]:not(:placeholder-shown):not(:focus):invalid,
input[type=password]:not(:placeholder-shown):not(:focus):invalid,
input[type=email]:not(:placeholder-shown):not(:focus):invalid,
select:not(:placeholder-shown):not(:focus):invalid,
textarea:not(:placeholder-shown):not(:focus):invalid {
  border-color: rgba(255, 255, 255, 0.75);
}
input[type=text]:not(:focus):placeholder-shown,
input[type=password]:not(:focus):placeholder-shown,
input[type=email]:not(:focus):placeholder-shown,
select:not(:focus):placeholder-shown,
textarea:not(:focus):placeholder-shown {
  border-color: rgba(44, 49, 56, 0.75);
  background-color: rgba(67, 75, 86, 0.55);
}
input[type=text] ::-webkit-input-placeholder,
input[type=password] ::-webkit-input-placeholder,
input[type=email] ::-webkit-input-placeholder,
select ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
  color: rgba(44, 49, 56, 0.75) !important;
}
input[type=text] :-moz-placeholder,
input[type=password] :-moz-placeholder,
input[type=email] :-moz-placeholder,
select :-moz-placeholder,
textarea :-moz-placeholder {
  color: rgba(44, 49, 56, 0.75) !important;
}
input[type=text] ::-moz-placeholder,
input[type=password] ::-moz-placeholder,
input[type=email] ::-moz-placeholder,
select ::-moz-placeholder,
textarea ::-moz-placeholder {
  color: rgba(44, 49, 56, 0.75) !important;
}
input[type=text] :-ms-input-placeholder,
input[type=password] :-ms-input-placeholder,
input[type=email] :-ms-input-placeholder,
select :-ms-input-placeholder,
textarea :-ms-input-placeholder {
  color: rgba(44, 49, 56, 0.75) !important;
}
input[type=text].invert,
input[type=password].invert,
input[type=email].invert,
select.invert,
textarea.invert {
  background: #add5dc;
  color: #fff;
  border: 1px solid #add5dc;
}
input[type=text].invert::-webkit-input-placeholder,
input[type=password].invert::-webkit-input-placeholder,
input[type=email].invert::-webkit-input-placeholder,
select.invert::-webkit-input-placeholder,
textarea.invert::-webkit-input-placeholder {
  color: #add5dc !important;
}
input[type=text].invert:-moz-placeholder,
input[type=password].invert:-moz-placeholder,
input[type=email].invert:-moz-placeholder,
select.invert:-moz-placeholder,
textarea.invert:-moz-placeholder {
  color: #add5dc !important;
}
input[type=text].invert::-moz-placeholder,
input[type=password].invert::-moz-placeholder,
input[type=email].invert::-moz-placeholder,
select.invert::-moz-placeholder,
textarea.invert::-moz-placeholder {
  color: #add5dc !important;
}
input[type=text].invert:-ms-input-placeholder,
input[type=password].invert:-ms-input-placeholder,
input[type=email].invert:-ms-input-placeholder,
select.invert:-ms-input-placeholder,
textarea.invert:-ms-input-placeholder {
  color: #add5dc !important;
}

/* Add this to your form.css file */
select {
  appearance: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23577b9e'/%3E%3C/svg%3E");
  background-position: right 0.75em center;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-right: 2.5em !important;
}

/* Fix specifically for dark backgrounds where your dropdown might be */
.main.accent2 select,
.main.accent3 select,
.main.accent4 select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23ffffff'/%3E%3C/svg%3E");
}

/* Remove any appearance: none overrides that might be hiding the arrows */
select::-ms-expand {
  display: inline-block;
}

/* Ensure mobile devices show dropdown arrows properly */
@media (max-width: 768px) {
  select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23577b9e'/%3E%3C/svg%3E") !important;
    background-size: 1.25em;
    background-position: right 0.5em center;
  }
}
input[type=checkbox] + label,
input[type=radio] + label {
  color: #0b1f26;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  background: #add5dc;
  border-color: #0b1f26;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background-color: #add5dc;
  border-color: #577b9e;
  color: #ffffff;
}
input[type=checkbox]:focus + label:before,
input[type=radio]:focus + label:before {
  border-color: #577b9e;
  box-shadow: 0 0 0 1px #add5dc;
}

@media screen and (max-width: 480px) {
  input::-webkit-input-placeholder {
    opacity: 1;
  }
  input:-moz-placeholder {
    opacity: 1;
  }
  input::-moz-placeholder {
    opacity: 1;
  }
  input:-ms-input-placeholder {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  input[type=text].mobile-input::placeholder,
  input[type=email].mobile-input::placeholder,
  textarea.mobile-input::placeholder {
    /* Set the color of the placeholder text */
    color: #434b56;
    font-weight: 300;
  }
  /* Additional styles for the input and textarea elements */
  input[type=text].mobile-input,
  .autocomplete,
  input[type=email].mobile-input,
  .autocomplete,
  textarea.mobile-input {
    opacity: 1;
    color: #577b9e;
    /* This is the field border color;  */
    font-weight: weight-extrabold;
    background-color: #add5dc;
    z-index: 1000;
    cursor: text;
  }
  input[type=text].mobile-input[autocomplete],
  .autocomplete[autocomplete],
  input[type=email].mobile-input[autocomplete],
  .autocomplete[autocomplete],
  textarea.mobile-input[autocomplete] {
    opacity: 1;
  }
  input.primary {
    border: 1px solid #add5dc;
  }
}
@media only screen and (max-device-width: 926px) and (orientation: landscape) {
  input[type=text].mobile-input::placeholder,
  input[type=email].mobile-input::placeholder,
  textarea.mobile-input::placeholder {
    /* Set the color of the placeholder text */
    color: #434b56;
    background-color: #add5dc;
    font-weight: 500;
  }
  form input[type=text]:not(:placeholder-shown),
  form input[type=email]:not(:placeholder-shown),
  form input[type=password]:not(:placeholder-shown),
  form input[type=tel]:not(:placeholder-shown),
  form textarea:not(:placeholder-shown) {
    border: 1px solid rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  }
  form input[type=text]:focus,
  form input[type=email]:focus,
  form input[type=password]:focus,
  form input[type=tel]:focus,
  form textarea:focus {
    border: 1px solid rgba(44, 49, 56, 0.75) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
    background-color: black;
  }
}
/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  cursor: default;
  position: relative;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon > .label {
  display: none;
}
.icon.major {
  display: block;
  margin: 0 0 2em 0;
}
.icon.major:before {
  border-radius: 100%;
  border: solid 1px;
  display: inline-block;
  font-size: 1.75em;
  height: 3.5em;
  line-height: 3.5em;
  width: 3.5em;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}
.icon.accent1 {
  color: #0b1f26;
}
.icon.accent2 {
  color: #577b9e;
}
.icon.accent3 {
  color: #618f97;
}
.icon.accent4 {
  color: #add5dc;
}
@media screen and (max-width: 736px) {
  .icon.major:before {
    font-size: 1.5em;
    height: 3.25em;
    line-height: 3.25em;
    width: 3.25em;
  }
}

.icon.major:before {
  border-color: #577b9e;
}

/* Image */
.image {
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
  aspect-ratio: 16/9;
}
.image img {
  border-radius: 4px;
  display: block;
  width: 100%;
  height: auto;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.left {
  float: left;
  margin: 0 1.5em 1em 0;
  top: 0.25em;
}
.image.right {
  float: right;
  margin: 0 0 1em 1.5em;
  top: 0.25em;
}
.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 50%;
}
.image.fit img {
  max-width: 100%;
}
.image.main {
  display: flex;
  margin: 0 0 3em 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.image.main img {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .image.main {
    margin: 0 0 2em 0;
  }
}
.image img {
  display: block;
}
.image img[data-position] {
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.image img[data-position=top] {
  -moz-object-position: top;
  -webkit-object-position: top;
  -ms-object-position: top;
  object-position: top;
}
.image img[data-position="top right"] {
  -moz-object-position: top right;
  -webkit-object-position: top right;
  -ms-object-position: top right;
  object-position: top right;
}
.image img[data-position=right] {
  -moz-object-position: right;
  -webkit-object-position: right;
  -ms-object-position: right;
  object-position: right;
}
.image img[data-position="bottom right"] {
  -moz-object-position: bottom right;
  -webkit-object-position: bottom right;
  -ms-object-position: bottom right;
  object-position: bottom right;
}
.image img[data-position=bottom] {
  -moz-object-position: bottom;
  -webkit-object-position: bottom;
  -ms-object-position: bottom;
  object-position: bottom;
}
.image img[data-position="bottom left"] {
  -moz-object-position: bottom left;
  -webkit-object-position: bottom left;
  -ms-object-position: bottom left;
  object-position: bottom left;
}
.image img[data-position=left] {
  -moz-object-position: left;
  -webkit-object-position: left;
  -ms-object-position: left;
  object-position: left;
}
.image img[data-position="top left"] {
  -moz-object-position: top left;
  -webkit-object-position: top left;
  -ms-object-position: top left;
  object-position: top left;
}
.image img[data-position=center] {
  -moz-object-position: center;
  -webkit-object-position: center;
  -ms-object-position: center;
  object-position: center;
}

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

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px;
  padding: 0.5em 0;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl {
  margin: 0 0 2em 0;
}
dl dt {
  display: block;
  font-weight: 700;
  margin: 0 0 1em 0;
}
dl dd {
  margin-left: 2em;
}

ul.alt li {
  border-top-color: #577b9e;
}

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

/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 1em 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}

/* Contact Icons */
ul.contact-icons {
  list-style: none;
  padding-left: 0;
}
ul.contact-icons li:before {
  padding-left: 0;
  margin-right: 1em;
}

section.special,
article.special {
  text-align: center;
}
section header p,
article header p {
  margin: 0 auto;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01px;
  margin-bottom: 2em;
  color: rgba(67, 75, 86, 0.55);
}
section header p.major,
article header p.major {
  text-align: center;
}
section header p.major h1,
section header p.major h2,
section header p.major h3,
section header p.major h4,
section header p.major h5,
section header p.major h6,
article header p.major h1,
article header p.major h2,
article header p.major h3,
article header p.major h4,
article header p.major h5,
article header p.major h6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section header p.major p.designers,
article header p.major p.designers {
  font-size: 1.5em;
  margin: 0 auto;
  max-width: 800px;
  margin-top: -1em;
  margin-bottom: 1em;
  text-align: center;
  color: rgba(67, 75, 86, 0.55);
}
section .signup-heading,
section h2.signup-heading,
article .signup-heading,
article h2.signup-heading {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}
section .signup-form-container,
article .signup-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section .signup-form-container form,
article .signup-form-container form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
section .signup-form-container form .fields,
article .signup-form-container form .fields {
  justify-content: center;
}
section .signup-form-container form .actions,
article .signup-form-container form .actions {
  display: flex;
  justify-content: center;
}

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

table {
  margin: 0 0 2em 0;
  width: 100%;
}
table tbody tr {
  border: solid 1px;
  border-left: 0;
  border-right: 0;
}
table td {
  padding: 0.75em 0.75em;
}
table th {
  font-size: 0.9em;
  font-weight: 700;
  padding: 0 0.75em 0.75em 0.75em;
  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: #577b9e;
}
table tbody tr:nth-child(2n+1) {
  background-color: #add5dc;
}
table th {
  color: #577b9e;
}
table thead {
  border-bottom-color: #577b9e;
}
table tfoot {
  border-top-color: #577b9e;
}
table.alt tbody tr td {
  border-color: #577b9e;
}

/* Carousel */
.carousel {
  padding: 5em 12em;
  position: relative;
}
.carousel article {
  -moz-transform: translateY(0.5em);
  -webkit-transform: translateY(0.5em);
  -ms-transform: translateY(0.5em);
  transform: translateY(0.5em);
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.carousel article.visible {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.carousel article .image {
  border-radius: 0;
  height: 17em;
  width: 100%;
  object-fit: contain;
  min-height: 17em;
}
.carousel article .image img {
  border-radius: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.carousel article .content {
  padding: 3.5em 5em 1.5em 5em;
  text-align: center;
}
.carousel nav a {
  text-decoration: none;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  height: 100%;
  opacity: 0.325;
  position: absolute;
  top: 0;
  width: 12em;
}
.carousel nav a: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;
}
.carousel nav a .label {
  display: none;
}
.carousel nav a:before {
  display: block;
  font-size: 5em;
  height: 2em;
  left: 50%;
  line-height: 2em;
  margin: -1em 0 0 -1em;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2em;
}
.carousel nav a.previous {
  left: 0;
}
.carousel nav a.previous:before {
  content: "\f104";
  font-weight: 900;
}
.carousel nav a.next {
  right: 0;
}
.carousel nav a.next:before {
  content: "\f105";
  font-weight: 900;
}
.carousel nav a:hover {
  opacity: 1;
}
.carousel.accent1 {
  background-color: #0b1f26;
}
.carousel.accent1 nav a {
  color: #ffffff;
}
.carousel.accent2 {
  background-color: #577b9e;
}
.carousel.accent2 nav a {
  color: #ffffff;
}
.carousel.accent3 {
  background-color: #618f97;
}
.carousel.accent3 nav a {
  color: #ffffff;
}
.carousel.accent4 {
  background-color: #0b1f26;
}
.carousel.accent4 nav a {
  color: #ffffff;
}
@media screen and (max-width: 1680px) {
  .carousel article .content {
    padding: 4em 4em 2em 4em;
  }
}
@media screen and (max-width: 1280px) {
  .carousel {
    padding: 5em 5em;
  }
  .carousel nav a {
    width: 5em;
  }
}
@media screen and (max-width: 736px) {
  .carousel {
    padding: 2em;
  }
  .carousel article {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block !important;
    margin: 2em 0 0 0;
    opacity: 1;
    visibility: visible;
  }
  .carousel article:first-child {
    margin-top: 0;
  }
  .carousel article .image {
    height: 14em;
  }
  .carousel article .content {
    padding: 3em 2em 1em 2em;
  }
  .carousel nav {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .carousel {
    padding: 1.5em;
  }
  .carousel article {
    margin: 1.5em 0 0 0;
  }
  .carousel article .image {
    height: 9em;
  }
}

.training_title {
  color: #577b9e;
}

.curriculum p {
  font-size: 1em;
  line-height: 1.6em;
  text-align: left !important;
}

.training p {
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: left;
}

.left-aligned-content p {
  text-align: left !important;
}
.left-aligned-content h3,
.left-aligned-content h4,
.left-aligned-content h5,
.left-aligned-content h6 {
  text-align: left !important;
}

.drop-cap:first-letter {
  font-size: 3.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1em;
  float: left;
  margin-right: 0.1em;
}

.reveal {
  position: relative;
  opacity: 0;
  transition: opacity 3s ease, transform 3s ease;
}

.reveal {
  opacity: 0;
  scale: 0.5;
  transition: opacity 3s, scale 3s;
}

@supports (animation-timeline: view()) {
  .reveal {
    animation: fade-in linear forwards;
    animation-timeline: view(contain);
    animation-range: entry 25% cover 50%;
    animation-duration: 3s;
    transition: none;
  }
}
@keyframes fade-in {
  from {
    scale: 0.5;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
.main .content p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #333 !important;
  text-align: left;
  margin-bottom: 1.5em;
  max-width: none;
}

.content p,
.content.left-aligned-content p,
.main .content p,
.main .content.left-aligned-content p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 1.5em;
}

section.main.left-aligned-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 1.6;
  color: #333 !important;
  text-align: left;
  margin-bottom: 1.5em;
  max-width: none;
}

/* For mobile responsiveness */
@media screen and (max-width: 736px) {
  .main .content p {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.table-container {
  font-family: "Poppins", sans-serif;
  display: grid;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  overflow-x: auto;
  padding-bottom: 1.5em;
}

.left-aligned-content p {
  text-align: left !important;
}
.left-aligned-content h3,
.left-aligned-content h4,
.left-aligned-content h5,
.left-aligned-content h6 {
  text-align: left !important;
}

.managed-title {
  background-color: #577b9e;
  padding: 10px;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
}

.table-grid .fas.fa-check {
  font-size: 1.25rem;
  font-weight: 900;
  color: #618f97;
  vertical-align: middle;
  text-align: center;
}

.table-grid .fas.fa-times {
  font-size: 1.25rem;
  font-weight: 900;
  color: #c62020;
  vertical-align: middle;
}

.table-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}

.table-grid > div {
  border: 3px solid black;
  padding: 15px;
  text-align: center;
}

.table-subhead,
.table-subhead-team {
  background-color: #618f97;
  white-space: nowrap;
  font-size: 1rem;
  color: #ffffff;
}

.table-subhead-managed-m {
  background-color: #577b9e;
  white-space: nowrap;
  font-size: 1rem;
  color: #ffffff;
}

.task,
.training-check,
.managed-check,
.employee {
  text-align: center;
}

.task,
.training-check,
.managed-check,
.employee {
  grid-column: span 1;
}

@media (max-width: 480px) {
  .table-container {
    display: grid;
    min-width: 100% !important;
  }
  .table-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    margin: 0 auto;
    font-size: 0.8rem;
  }
  .table-subhead-team,
  .employee {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 925px) {
  .table-container {
    display: grid;
    min-width: 100% !important;
  }
  .table-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .table-subhead,
  .table-subhead-managed-m {
    display: block;
  }
}
.table-container {
  font-family: "Poppins", sans-serif;
  display: grid;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  overflow-x: auto;
  padding-bottom: 1.5em;
}

.hybrid-title {
  background-color: #577b9e;
  padding: 10px;
  color: #ffffff;
  border-radius: 8px;
  text-align: center;
}

.left-aligned-content p {
  text-align: left !important;
}
.left-aligned-content h3,
.left-aligned-content h4,
.left-aligned-content h5,
.left-aligned-content h6 {
  text-align: left !important;
}

.table-grid .fas.fa-check {
  font-size: 1.5rem;
  font-weight: 900;
  color: #618f97;
  vertical-align: middle;
  text-align: center;
}

.table-grid .fas.fa-times {
  font-size: 1.5rem;
  font-weight: 900;
  color: #c62020;
  vertical-align: middle;
}

.table-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: center;
}

.table-grid > div {
  border: 3px solid black;
  padding: 15px;
  text-align: center;
}

.table-subhead,
.table-subhead-managed {
  background-color: #618f97;
  white-space: nowrap;
  font-size: 1.25rem;
  color: #ffffff;
}

.table-subhead-hybrid {
  background-color: #577b9e;
  white-space: nowrap;
  font-size: 1.25rem;
  color: #ffffff;
}

.task,
.training,
.managed,
.hybrid {
  text-align: center;
}

.task,
.training,
.managed,
.hybrid {
  grid-column: span 1;
}

@media (max-width: 480px) {
  .table-container {
    display: grid;
    min-width: 100%;
  }
  .table-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }
  .table-subhead-managed,
  .managed {
    display: none;
  }
}
.banks-container {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow-x: auto;
  padding: 1.5em;
}

.banks-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
  grid-template-rows: auto auto;
}

@media screen and (min-width: 737px) {
  .banks-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 981px) {
  .banks-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  .banks-grid {
    grid-template-columns: repeat(5, 1fr);
    max-width: 90%;
    margin: 0 auto;
  }
}
.banks-container .banks-grid .banks img {
  max-width: 200px !important;
  max-height: 85px !important;
  min-height: 80px !important;
  width: 100%;
  /* This ensures the image takes up the full width of its container */
  object-fit: contain;
  /* This maintains aspect ratio while fitting within the specified dimensions */
}

.banks figcaption {
  margin-top: 10px;
  font-style: italic;
  color: black;
}

@media (max-width: 480px) {
  .banks-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
  }
}
.main .sfa-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 2em 0; /* Adjust spacing as needed */
}

.main .sfa-image-container {
  text-align: center;
  margin-bottom: 1em; /* Space between image and text */
}

.main .sfa-image-container a {
  display: inline-block;
  width: 125px;
  height: 125px;
}

.main .round-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.round-image.reveal {
  transform: scale(0.5);
}

.main .sfa-text-container {
  text-align: center;
}

.sfa-text-container p {
  font-size: 1.2em;
  margin: 0;
}

/* Responsive settings for mobile devices */
@media screen and (max-width: 768px) {
  .sfa-container {
    flex-direction: column;
    text-align: center;
  }
  .sfa-image-container {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sfa-text-container {
    width: 100%;
  }
  .sfa-text-container p {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .main .sfa-container {
    flex-direction: row;
    justify-content: center;
  }
  .main .sfa-image-container {
    margin-right: 2em;
    margin-bottom: 0;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Add a more specific selector to increase specificity */
}
.modal .modalContent {
  background: linear-gradient(135deg, #0b1f26 30%, #ffffff 20%, #1a3647 100%);
  margin: 10% auto;
  padding: 2rem;
  border-radius: 5px;
  width: 90%;
  max-width: 400px;
  color: white;
  font-family: Arial, sans-serif;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  position: relative;
}
.modal .modalContent .faq-header {
  text-align: center;
  margin: 3rem auto 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #618f97;
  width: 100%;
}
.modal .modalContent .faq-header .logo-container {
  display: block;
  margin: 0 auto;
  max-width: 160px;
  padding: 0 1rem;
}
.modal .modalContent .faq-header .logo-container .logo-img {
  display: block;
  margin: 0 auto;
  max-width: 160px;
  height: auto;
}
.modal .modalContent .faq-header .header-text {
  display: block;
  margin: 0 auto;
  color: rgb(126, 127, 131);
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  max-width: 100%;
}
.modal .modalContent .faq-content {
  color: white;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  margin-top: 1.5rem;
}
.modal .modalContent .faq-content #modal-question {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: white;
}
.modal .modalContent .faq-content #modal-answer {
  line-height: 1.6;
  font-size: 1rem;
}
.modal .modal-container .modal-content .close {
  color: red !important;
  fill: red !important;
  stroke: red !important;
}
.modal .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: red !important;
  fill: red !important;
  stroke: red !important;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 1000;
}
.modal .close:hover,
.modal .close:focus {
  text-decoration: none;
  cursor: pointer;
  color: darkred !important;
  fill: darkred !important;
  stroke: darkred !important;
}
.modal i,
.modal svg,
.modal span, .modal::before, .modal::after {
  color: red !important;
  fill: red !important;
  stroke: red !important;
}

.close-button {
  position: absolute;
  top: -1rem;
  right: 2rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .close-button {
    top: 0.5rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .close-button {
    top: 0.5rem;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
  }
}

.close-button:hover {
  background: #8b3838;
}

.privacy-policy {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}
.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4 {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy h1,
  .privacy-policy h2,
  .privacy-policy h3,
  .privacy-policy h4 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy-policy {
    padding: 1rem;
  }
}
.privacy-policy h1 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy h1 {
    font-size: 2rem;
  }
}
.privacy-policy h2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy h2 {
    font-size: 1.5rem;
  }
}
.privacy-policy h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy h3 {
    font-size: 1.25rem;
  }
}
.privacy-policy h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy h4 {
    font-size: 1.1rem;
  }
}
.privacy-policy p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }
}
.privacy-policy ul {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy ul {
    margin-bottom: 1rem;
  }
}
.privacy-policy ul li {
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy ul li {
    margin-bottom: 0.5rem;
  }
}
.privacy-policy .contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy .contact-info {
    gap: 0.75rem;
  }
}
.privacy-policy .contact-info p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy .contact-info p {
    font-size: 0.9rem;
  }
}
.privacy-policy .last-updated {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .privacy-policy .last-updated {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }
}

.close-button i {
  font-size: 1.5rem;
}

.animated-text {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.animated-text span {
  display: inline-block;
  font-size: 2.5rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.animated-text.in-view span {
  opacity: 1;
  transform: translateY(0);
}
.animated-text:not(.in-view) span {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: none !important;
}
@media screen and (min-width: 1681px) {
  .animated-text span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1680px) {
  .animated-text span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .animated-text span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 980px) {
  .animated-text span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 736px) {
  .animated-text span {
    font-size: 1.8rem;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }
}
@media screen and (max-width: 480px) {
  .animated-text span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .animated-text span {
    font-size: 1.2rem;
  }
}

/* Staggered effect */
.animated-text.in-view span:nth-child(1) {
  transition-delay: 0s;
}

.animated-text.in-view span:nth-child(2) {
  transition-delay: 0.1s;
}

.animated-text.in-view span:nth-child(3) {
  transition-delay: 0.2s;
}

.animated-text.in-view span:nth-child(4) {
  transition-delay: 0.3s;
}

.animated-text.in-view span:nth-child(5) {
  transition-delay: 0.4s;
}

.animated-text.in-view span:nth-child(6) {
  transition-delay: 0.5s;
}

.animated-text.in-view span:nth-child(7) {
  transition-delay: 0.6s;
}

.animated-text.in-view span:nth-child(8) {
  transition-delay: 0.7s;
}

.animated-text.in-view span:nth-child(9) {
  transition-delay: 0.8s;
}

.animated-text.in-view span:nth-child(10) {
  transition-delay: 0.9s;
}

.animated-text.in-view span:nth-child(11) {
  transition-delay: 1s;
}

.animated-text.in-view span:nth-child(12) {
  transition-delay: 1.1s;
}

.animated-text.in-view span:nth-child(13) {
  transition-delay: 1.2s;
}

.animated-text.in-view span:nth-child(14) {
  transition-delay: 1.3s;
}

.animated-text.in-view span:nth-child(15) {
  transition-delay: 1.4s;
}

.animated-text.in-view span:nth-child(16) {
  transition-delay: 1.5s;
}

.animated-text.in-view span:nth-child(17) {
  transition-delay: 1.6s;
}

.animated-typing-texts {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}
.animated-typing-texts span {
  display: inline-block;
  font-size: 2.5rem;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.animated-typing-texts.in-view span {
  animation-name: typeIn;
}
.animated-typing-texts.in-view::after {
  content: "|";
  display: inline-block;
  font-size: 2rem;
  color: red;
  font-weight: bold;
  opacity: 0;
  margin-left: 2px;
  animation-delay: 2s !important;
  animation: blink 1s infinite;
  vertical-align: text-top;
}
@keyframes typeIn {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media screen and (min-width: 1681px) {
  .animated-typing-texts span {
    font-size: 3rem;
  }
  .animated-typing-texts.in-view::after {
    font-size: 3rem;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1680px) {
  .animated-typing-texts span {
    font-size: 2.5rem;
  }
  .animated-typing-texts.in-view::after {
    font-size: 2.5rem;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1280px) {
  .animated-typing-texts span {
    font-size: 2.2rem;
  }
  .animated-typing-texts.in-view::after {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 980px) {
  .animated-typing-texts span {
    font-size: 2rem;
  }
  .animated-typing-texts.in-view::after {
    font-size: 2rem;
  }
}
@media screen and (max-width: 736px) {
  .animated-typing-texts span {
    font-size: 1.8rem;
    animation-duration: 0.2s;
  }
  .animated-typing-texts.in-view::after {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .animated-typing-texts span {
    font-size: 1.5rem;
  }
  .animated-typing-texts.in-view::after {
    font-size: 1.5rem;
    vertical-align: middle;
  }
}
@media screen and (max-width: 360px) {
  .animated-typing-texts span {
    font-size: 1.2rem;
  }
  .animated-typing-texts.in-view::after {
    font-size: 1.2rem;
    vertical-align: middle;
  }
}

/* Staggered effect */
.animated-typing-texts.in-view span:nth-child(1) {
  animation-delay: 0s;
}

.animated-typing-texts.in-view span:nth-child(2) {
  animation-delay: 0.1s;
}

.animated-typing-texts.in-view span:nth-child(3) {
  animation-delay: 0.2s;
}

.animated-typing-texts.in-view span:nth-child(4) {
  animation-delay: 0.3s;
}

.animated-typing-texts.in-view span:nth-child(5) {
  animation-delay: 0.4s;
}

.animated-typing-texts.in-view span:nth-child(6) {
  animation-delay: 0.5s;
}

.animated-typing-texts.in-view span:nth-child(7) {
  animation-delay: 0.6s;
}

.animated-typing-texts.in-view span:nth-child(8) {
  animation-delay: 0.7s;
}

.animated-typing-texts.in-view span:nth-child(9) {
  animation-delay: 0.8s;
}

.animated-typing-texts.in-view span:nth-child(10) {
  animation-delay: 0.9s;
}

.animated-typing-texts.in-view span:nth-child(11) {
  animation-delay: 1s;
}

.animated-typing-texts.in-view span:nth-child(12) {
  animation-delay: 1.1s;
}

.animated-typing-texts.in-view span:nth-child(13) {
  animation-delay: 1.2s;
}

.animated-typing-texts.in-view span:nth-child(14) {
  animation-delay: 1.3s;
}

.animated-typing-texts.in-view span:nth-child(15) {
  animation-delay: 1.4s;
}

.animated-typing-texts.in-view span:nth-child(16) {
  animation-delay: 1.5s;
}

.animated-typing-texts.in-view span:nth-child(17) {
  animation-delay: 1.6s;
}

/* Email signup form styling */
.signup-form {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}

h2 .signup-heading {
  text-align: center !important;
}

h2 .signup form {
  font-size: 1.75em;
  margin-bottom: 0.5em;
  color: #577b9e;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-top: 2em;
  margin-bottom: 1em;
  padding: 0 1em;
}

p.updates {
  font-size: 1.1em;
  margin: 0.5em 0;
  text-align: center !important;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.signup-form input[type=email] {
  flex: 1;
  min-width: 0;
  height: 46px !important;
  /* Fixed pixel height */
  padding: 0 1em;
  border-radius: 1.75em;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.3s ease;
  margin-bottom: 0;
  box-sizing: border-box !important;
}

.signup-form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.signup-form input[type=email]:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 2px rgba(198, 32, 32, 0.3);
}

.signup-form .signup-button {
  white-space: nowrap;
  height: 46px !important;
  /* Match exact pixel height */
  min-height: 46px !important;
  padding: 0 1.5em;
  border-radius: 2.75em;
  background-color: #c62020;
  color: #ffffff;
  border: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  box-sizing: border-box !important;
}

.signup-form .signup-button:hover {
  background-color: rgb(223.1391304348, 57.8608695652, 57.8608695652);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.signup-form .signup-button:active {
  transform: translateY(0);
}

.form-response {
  margin-top: 10px;
  font-size: 0.9em;
  min-height: 1.5em;
  text-align: center;
}

/* Improved responsive styles */
@media screen and (max-width: 480px) {
  .signup-form {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .form-container {
    width: 100%;
    max-width: 100%;
    display: block;
    /* Switch from flex to block */
    margin: 0 auto;
  }
  .signup-form-container h2,
  .signup-section h2,
  h2.signup-heading {
    /* Add alternative class-based selector */
    display: block !important;
    /* Force display with !important */
    visibility: visible !important;
    /* Ensure visibility */
    font-size: 1.5em;
    margin: 1.5em 0 0.8em 0;
    padding: 0 1em;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #333;
    font-weight: 500;
    text-transform: none;
    text-shadow: none;
    opacity: 1;
    /* Ensure not hidden by opacity */
    max-height: none;
    /* Prevent height constraints */
    overflow: visible;
    /* Prevent hidden overflow */
  }
  .signup-form input[type=email] {
    display: block;
    width: 73%;
    max-width: 100%;
    margin-bottom: 10px;
    height: 46px !important;
  }
  .signup-form .signup-button {
    display: block;
    width: 73%;
    max-width: 100%;
    height: 46px !important;
  }
  p.updates {
    font-size: 1rem;
    margin: 0.5em 0;
    text-align: center !important;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
}
/* Make the form more visible on dark backgrounds */
.main.accent2 .signup-form input[type=email] {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

.main.accent2 header.major {
  margin-bottom: 1em;
  margin-top: -5em;
}
.main.accent2 header.major p {
  color: grey;
  margin-bottom: 1em;
}
.main.accent2 form.combined {
  max-width: 35em;
  margin: 0 auto;
}
.main.accent2 form.combined input[type=email] {
  background-color: #396694 !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  height: 3.5em;
}
.main.accent2 form.combined input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
.main.accent2 form.combined input[type=email]:focus {
  border-color: #618f97 !important;
  box-shadow: 0 0 0 2px rgba(97, 143, 151, 0.3) !important;
}
.main.accent2 form.combined input[type=submit].primary {
  background-color: #c62020;
  color: #ffffff !important;
  border: none;
  height: 3.5em;
}
.main.accent2 form.combined input[type=submit].primary:hover {
  background-color: rgb(223.1391304348, 57.8608695652, 57.8608695652);
  transform: translateY(-2px);
}

.api-message {
  display: inline-block;
  position: relative;
  opacity: 0;
  animation: fadeInApi 5s ease-out forwards 0.2s;
}

.secure-api {
  position: relative;
  display: inline-block;
  font-weight: 800 !important;
  font-size: 1.2em;
  padding: 0.1em 0.4em;
  border-radius: 4px;
  margin-right: 0.3em;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(198, 32, 32, 0.4);
  letter-spacing: 0.03em;
  /* IMPORTANT: Use shorthand animation property - this is more reliable */
  animation: secureGlow 5s infinite alternate ease-in-out;
  /* Shield icon before text */
}
.secure-api::before {
  content: "\f505";
  /* Font Awesome shield icon */
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro";
  font-weight: 900;
  /* Make sure the icon is solid, not outline */
  margin-right: 0.4em;
  /* Use shorthand animation syntax here too */
  animation: shieldPulse 3s infinite alternate ease-in-out;
  display: inline-block;
}

@keyframes fadeInApi {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes secureGlow {
  0% {
    text-shadow: 0 0 0px rgba(198, 32, 32, 0.2);
    box-shadow: 0 0 0px rgba(198, 32, 32, 0.2);
  }
  100% {
    text-shadow: 0 0 8px rgba(198, 32, 32, 0.6);
    box-shadow: 0 0 10px rgba(198, 32, 32, 0.4);
  }
}
@keyframes shieldPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.55);
    opacity: 1;
  }
}
.spotlights {
  box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 2em 0;
}
.spotlights > article {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.spotlights > article .content {
  padding: 4em 5em 2em 5em;
  text-align: center;
}
.spotlights > article .image {
  border-radius: 0;
  position: relative;
}
.spotlights > article .image img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.spotlights > article > :nth-child(1) {
  width: 40%;
}
.spotlights > article > :nth-child(2) {
  width: 60%;
}
.spotlights > article:nth-child(2n-1) {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.spotlights > article:nth-child(2n-1) > :nth-child(1) {
  width: 60%;
}
.spotlights > article:nth-child(2n-1) > :nth-child(2) {
  width: 40%;
}
@media screen and (max-width: 1680px) {
  .spotlights > article .content {
    padding: 4em 4em 2em 4em;
  }
}
@media screen and (max-width: 980px) {
  .spotlights > article {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spotlights > article .image img {
    position: relative;
  }
  .spotlights > article > :nth-child(1) {
    width: 100%;
  }
  .spotlights > article > :nth-child(2) {
    width: 100%;
  }
  .spotlights > article:nth-child(2n-1) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spotlights > article:nth-child(2n-1) > :nth-child(1) {
    width: 100%;
  }
  .spotlights > article:nth-child(2n-1) > :nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .spotlights > article .content {
    padding: 3em 2em 1em 2em;
  }
}

/* Wrapper */
.wrapper {
  width: 100%;
  padding-bottom: 0;
  background-color: rgb(6.4204081633, 18.093877551, 22.1795918367);
  color: #ffffff;
}
.wrapper > .inner {
  width: 80em;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0;
}
.wrapper > .inner > .main {
  padding: 6em 6em 4em 6em;
  background-color: #ffffff;
  color: #333333;
}
.wrapper > .inner > .main.accent1 {
  color: #ffffff;
}
.wrapper > .inner > .main.accent2 {
  color: #ffffff;
}
.wrapper > .inner > .main.accent3 {
  color: #ffffff;
}
.wrapper > .inner > .main.accent4 {
  color: #ffffff;
}
@media screen and (max-width: 1680px) {
  .wrapper > .inner > .main {
    padding: 5em 5em 3em 5em;
  }
}
@media screen and (max-width: 736px) {
  .wrapper > .inner > .main {
    padding: 3em 2em 1em 2em;
  }
}
@media screen and (max-width: 480px) {
  .wrapper > .inner > .main {
    padding: 3em 1.5em 1em 1.5em;
  }
}
@media screen and (max-width: 1680px) {
  .wrapper > .inner {
    width: 72em;
  }
}

#header {
  padding: 1em 0.5em 0.1em 0.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  width: 100%;
}
#header .logo-wrapper {
  display: flex;
  align-items: center;
}
#header .logo-wrapper .logo {
  border-bottom: 0;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header .logo-wrapper .logo .logo-main {
  display: block;
  text-align: center;
}
#header .logo-wrapper .logo .logo-main .logo-image {
  height: 30px !important;
  width: auto;
  display: block;
}
#header .logo-wrapper .logo .tagline {
  display: flex;
  flex-direction: column;
  margin-top: 0.25em;
  margin-left: 0;
  margin-bottom: 0.25em;
  font-size: 1em;
  font-weight: 600;
  color: #add5dc;
  line-height: 1;
  text-align: center;
}
#header .subtext-container {
  text-align: right;
  padding-right: 1em;
}
#header .subtext-container .subtext {
  font-size: 0.9em;
  color: #ececec;
  display: inline-block;
  text-align: right;
  margin-left: auto;
  letter-spacing: 1px;
  line-height: 1.5;
}
#header .subtext-container .subtext br {
  display: block;
  content: "";
}
#header > nav {
  margin-left: auto;
}
#header > nav ul {
  list-style: none;
  margin: 0;
  padding: 0em;
}
#header > nav ul li.menu-button {
  margin: 0;
}
#header > nav ul li.menu-button a[href="#menu"] {
  padding: 0.5em 0;
  border-radius: 4px;
  background-color: transparent;
  color: #add5dc;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}
#header > nav ul li.menu-button a[href="#menu"]:hover {
  background-color: rgba(87, 123, 158, 0.9);
}
#header > nav ul li.menu-button a[href="#menu"]::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  display: inline-block;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  #header {
    padding: 1em 0.05em 0.1em 0.05em;
  }
}
@media screen and (max-width: 980px) {
  #header {
    padding: 1em 0.05em 0.1em 0.05em;
  }
  #header .logo-wrapper .logo .logo-main .logo-image {
    height: 50px;
  }
}
@media screen and (max-width: 736px) {
  #header {
    padding: 0.5em 0.5em 0.1em 0.5em;
  }
  #header .logo-wrapper .logo .logo-main .logo-image {
    height: 25px;
  }
  #header .logo-wrapper .logo .tagline.hide-on-mobile {
    display: none;
  }
  #header .subtext-container.hide-on-mobile {
    display: none;
  }
  #header > nav ul li.menu-button a[href="#menu"] {
    padding: 0.4em 0.8em;
    margin-right: 0.5em;
  }
  #header > nav ul li.menu-button a[href="#menu"] .label {
    display: none;
  }
  #header > nav ul li.menu-button a[href="#menu"]::before {
    margin-right: 0;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  #header .logo-wrapper .logo .logo-main .logo-image {
    height: 35px;
  }
}

/* Global mobile hide class */
@media screen and (max-width: 736px) {
  .hide-on-mobile {
    display: none !important;
  }
}
/* Menu */
#page-wrapper {
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #061216;
}

#menu {
  background-color: #577b9e;
  color: rgba(255, 255, 255, 0.75);
  -moz-transform: translateX(20em);
  -webkit-transform: translateX(20em);
  -ms-transform: translateX(20em);
  transform: translateX(20em);
  -moz-flex: -moz-flexbox;
  -webkit-flex: -webkit-flexbox;
  -ms-flex: -ms-flexbox;
  flex: flexbox;
  -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  background-image: linear-gradient(45deg, #a94242, #000000, #a94242, #000000, #a94242);
  -webkit-overflow-scrolling: touch;
  box-shadow: none;
  height: 100%;
  max-width: 80%;
  line-height: 3.5em;
  overflow-y: auto;
  padding: 3em 2em;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 22em;
  z-index: 10002;
}
#menu input,
#menu select,
#menu textarea {
  color: #ffffff;
}
#menu strong,
#menu b {
  color: #ffffff;
}
#menu h1,
#menu h2,
#menu h3,
#menu h4,
#menu h6 {
  color: #ffffff;
}
#menu p.designers {
  font-size: 1.5em;
  margin: 0 auto;
  max-width: 800px;
  margin-top: -1em;
  margin-bottom: 1em;
  text-align: center;
  color: rgba(67, 75, 86, 0.55);
}
#menu h5 {
  color: #c62020;
  font-weight: weight-extrabold;
}
#menu code {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.25);
}
#menu hr {
  border-bottom-color: #333;
  border-top: none;
  margin: 0.5em 0;
}
#menu input[type=submit],
#menu input[type=reset],
#menu input[type=button],
#menu button,
#menu .button {
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  color: rgba(44, 49, 56, 0.75) !important;
  transition: all 0.3s ease;
}
#menu input[type=submit]:hover,
#menu input[type=reset]:hover,
#menu input[type=button]:hover,
#menu button:hover,
#menu .button:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
#menu input[type=submit]:active,
#menu input[type=reset]:active,
#menu input[type=button]:active,
#menu button:active,
#menu .button:active {
  background-color: rgba(255, 255, 255, 0.234);
}
#menu input[type=submit].primary,
#menu input[type=reset].primary,
#menu input[type=button].primary,
#menu button.primary,
#menu .button.primary {
  background-color: #c62020;
  color: #ffffff !important;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#menu input[type=submit].primary:hover,
#menu input[type=reset].primary:hover,
#menu input[type=button].primary:hover,
#menu button.primary:hover,
#menu .button.primary:hover {
  background-color: rgb(223.1391304348, 57.8608695652, 57.8608695652);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
#menu input[type=submit].primary:active,
#menu input[type=reset].primary:active,
#menu input[type=button].primary:active,
#menu button.primary:active,
#menu .button.primary:active {
  background-color: rgb(176.047826087, 28.452173913, 28.452173913);
  transform: translateY(0);
}
#menu input[type=submit].primary1,
#menu input[type=reset].primary1,
#menu input[type=button].primary1,
#menu button.primary1,
#menu .button.primary1 {
  background-color: #618f97;
  color: #ffffff !important;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#menu input[type=submit].primary1:hover,
#menu input[type=reset].primary1:hover,
#menu input[type=button].primary1:hover,
#menu button.primary1:hover,
#menu .button.primary1:hover {
  background-color: rgb(126.5282258065, 165.6653225806, 172.4717741935);
  transform: translateY(-2px);
}
#menu input[type=submit].primary1:active,
#menu input[type=reset].primary1:active,
#menu input[type=button].primary1:active,
#menu button.primary1:active,
#menu .button.primary1:active {
  background-color: rgb(87.0262096774, 128.2963709677, 135.4737903226);
  transform: translateY(0);
}
#menu > ul {
  margin: 0rem 0 1em 0;
}
#menu > ul.links {
  padding: 0;
}
#menu > ul.links > li {
  padding: 0;
}
#menu > ul.links > li > a:not(.button) {
  border: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  color: inherit;
  display: block !important;
  line-height: 3.5em;
  text-decoration: none;
}
#menu > ul.links > li > .button {
  display: block !important;
  margin: 0.5em 0 0 0;
}
#menu > ul.links > li:first-child > a:not(.button) {
  border-top: 0 !important;
}
#menu .close {
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: flex;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  display: block;
  height: 3.25em;
  line-height: 3.25em;
  padding-right: 1.25em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  justify-content: center;
  align-items: center;
  width: 7em;
}
#menu .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;
}
#menu .close:before {
  content: "\f00d";
  font-size: 1.25em;
}
#menu .close:hover {
  color: #ffffff;
}
@media screen and (max-width: 736px) {
  #menu .close {
    height: 4em;
    line-height: 4em;
  }
}
@media screen and (max-width: 736px) {
  #menu {
    padding: 2.5em 1.75em;
  }
}

body.is-menu-visible #page-wrapper {
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}
body.is-menu-visible #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 2em 0.25em rgba(0, 0, 0, 0.1);
  visibility: visible;
}

#menu hr {
  border: none;
  border-top: 1px solid #ddd !important;
  margin: 0.5em 0;
}

#menu .links {
  list-style: none;
}

#menu .links a {
  border-bottom-color: transparent;
  color: #ffffff;
  font-size: 1rem;
}

#menu ul.links > li:first-child {
  margin-top: 2rem !important;
}

/* Add dropdown styling */
.dropdown-trigger {
  position: relative;
  padding: 0.75rem 0 !important;
  display: block !important;
  justify-content: space-between;
  align-items: center;
}

.dropdown-arrow {
  margin-left: 8px;
  font-size: 0.7em;
  transition: transform 0.3s ease;
  padding: 0.5rem !important;
  cursor: pointer !important;
}

.dropdown-menu {
  display: none;
  padding-left: 1em;
  background: rgba(255, 255, 255, 0.05);
  border-left: 2px solid rgba(255, 255, 255, 0.15);
}

.dropdown-menu li a {
  padding-left: 1em;
  font-size: 0.9em !important;
}

/* Quote popup styling */
.menu-container {
  position: relative;
  z-index: 10003;
  /* Higher than the menu z-index */
}

.menu-toggle {
  position: relative;
  display: inline-block !important;
}

li.menu-button {
  position: relative;
}

.menu-button {
  position: relative;
}

.menu-button:hover .quote-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* More specific selector to override other styles */
.main-nav .menu-button .menu-toggle:hover .quote-popup,
#header .menu-toggle:hover .quote-popup {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.quote-popup {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  padding: 12px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  width: 180px;
  text-align: center;
  z-index: 9999;
  /* Extremely high z-index to ensure visibility */
  margin-top: 10px;
  pointer-events: none;
}

/* Debug - remove after testing */
.menu-toggle:hover .quote-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.quote-popup span {
  display: block;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
}

.quote-button {
  display: block;
  background: #c62020;
  color: white !important;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none !important;
  font-weight: 500;
  transition: background 0.2s ease;
  border: none;
}

.quote-button:hover {
  background: #a51a1a;
  color: white !important;
}

/* Add a small triangle pointer to the popup */
.quote-popup:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}

/* Make it work on mobile too */
@media screen and (max-width: 736px) {
  .quote-popup {
    width: 150px;
    right: -50px;
  }
  .quote-popup:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 60px;
    width: 12px;
    height: 12px;
    background: white;
    transform: rotate(45deg);
  }
}
/* Banner with extended background */
.header-banner-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
}
.header-banner-wrapper .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.header-banner-wrapper .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.header-banner-wrapper .background-image img {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  object-fit: cover;
  transform-origin: center center;
  animation: slowZoom 10s ease-in-out infinite alternate;
  opacity: 0.5;
}

#header {
  background-color: transparent;
  z-index: 3;
  position: relative;
}

#banner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  /* For mobile responsiveness */
}
#banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#banner .banner-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 80%;
  margin: 0 auto 3em auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#banner .fednow-headline {
  font-size: 4em;
  font-weight: 800;
  margin-bottom: 0.2em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  background: linear-gradient(45deg, #c62020, #ffffff, #ff6b6b);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 2px 10px rgba(198, 32, 32, 0.3);
  letter-spacing: 0.05em;
}
#banner .fednow-headline sup {
  font-size: 0.4em;
  top: -1em;
  background: inherit;
  background-clip: text;
  -webkit-background-clip: text;
}
#banner .headline {
  font-size: 2.5em;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.3em;
  margin-top: 0.1em;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
#banner .headline .highlight {
  color: #add5dc;
  /* Light blue */
}
#banner .tagline {
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5em !important;
  text-align: center;
  font-style: italic;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#banner .api-message {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.5em 1.5em;
  border-radius: 4px;
  display: inline-block;
}
#banner .api-message .secure-api {
  color: #add5dc;
  margin-top: -1em;
  font-weight: 600;
  position: relative;
  letter-spacing: 2px;
  /* Optional: Add a subtle security icon */
}
#banner .api-message .secure-api:before {
  content: "\f023";
  /* Lock icon from FontAwesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.3em;
  font-size: 0.9em;
  color: #a94242;
  opacity: 0.9;
}
#banner .announcement-banner {
  background-color: #e63946;
  color: white;
  padding: 0.75em 0;
  text-align: center;
  width: 60%;
  margin-top: 1em;
  border-radius: 8px;
}
#banner .announcement-banner .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
#banner .announcement-banner a.button {
  background-color: white;
  color: #e63946;
  margin-left: 0.75em;
  padding: 0.2em 0.75em;
  font-size: 0.9em;
  border: none;
}
#banner .announcement-banner a.button:hover {
  background-color: #f1f1f1;
  color: #d32535;
  /* Darker red for hover state */
}
@media screen and (max-width: 736px) {
  #banner .announcement-banner .inner {
    flex-direction: column;
    padding: 0 1em;
  }
  #banner .announcement-banner a.button {
    margin-left: 0;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  #banner .announcement-banner {
    width: 100% !important;
    border-radius: 0 !important;
    margin-top: 0.5em;
    padding: 0.75em 0;
  }
  #banner .announcement-banner .inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0.5em;
    width: 100%;
    gap: 0.5em;
  }
  #banner .announcement-banner a.button {
    margin-left: 0;
    margin-top: 0.15em;
    display: inline-block;
  }
}
#banner .items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#banner .items section {
  flex: 1;
  margin: 0 0.5em;
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  min-height: 550px;
}
#banner .items section h1 {
  font-size: 1em;
  color: lightblue;
  text-transform: capitalize;
  margin-bottom: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
  min-height: 3.5em;
  flex: 0 0 auto;
}
#banner .items section p {
  color: #ffffff !important;
  margin: 1.5em 0;
  text-align: left;
}
#banner .items section .video-container {
  margin: 1em 0;
  width: 100%;
  flex: 0 0 auto;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#banner .items section .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .items section .video-container .mobile-fallback {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#banner .items section .video-container video:invalid + .mobile-fallback {
  display: block;
}
#banner .items section p.designers {
  font-size: 1.2rem;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  color: rgba(67, 75, 86, 0.55);
}
#banner .items section .actions.special {
  margin-top: auto;
  padding-top: 1em;
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
}

@media screen and (max-width: 1280px) {
  #banner .headline {
    font-size: 2.2em;
  }
  #banner .tagline {
    font-size: 1.4em;
  }
  #banner .fednow-headline {
    font-size: 3.2em;
  }
  #banner p.designers {
    font-size: 1.1em;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  #banner .items section {
    padding: 1.5em;
  }
  #banner .items section h1 {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 736px) {
  #banner .fednow-headline {
    font-size: 2.8em;
  }
  #banner .headline {
    font-size: 2em;
  }
  #banner .tagline {
    font-size: 1.2em;
  }
  #banner .banner-content {
    max-width: 90%;
  }
  #banner .api-message {
    font-size: 1em;
    padding: 0.4em 1.2em;
  }
  #banner p.designers {
    font-size: 1.1em;
    text-align: center;
  }
  #banner .video-container {
    min-height: 200px;
  }
  #banner .video-container video {
    position: absolute;
    height: 100% !important;
  }
  #banner .video-container .mobile-fallback {
    display: block;
    z-index: 1;
  }
  #banner .video-container video.playing + .mobile-fallback {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #banner .fednow-headline {
    font-size: 2.2em;
  }
  #banner .headline {
    font-size: 1.5em;
  }
  #banner .tagline {
    font-size: 1em;
  }
  #banner .api-message {
    font-size: 0.9em;
    padding: 0.3em 1em;
  }
  #banner .items {
    flex-direction: column;
  }
  #banner .items section {
    margin: 0.5em 0;
    width: 100%;
    min-height: auto;
  }
}
@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/* Footer */
#footer {
  background-color: #0b1f26;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 4em;
  background-color: rgb(6.4204081633, 18.093877551, 22.1795918367);
  text-align: center;
}
#footer input,
#footer select,
#footer textarea {
  color: #ffffff;
}
#footer strong,
#footer b {
  color: #ffffff;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h6 {
  color: #ffffff;
}
#footer p.designers {
  font-size: 1.5em;
  margin: 0 auto;
  max-width: 800px;
  margin-top: -1em;
  margin-bottom: 1em;
  text-align: center;
  color: rgba(67, 75, 86, 0.55);
}
#footer h5 {
  color: #c62020;
  font-weight: weight-extrabold;
}
#footer code {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.25);
}
#footer hr {
  border-bottom-color: #333;
  border-top: none;
  margin: 0.5em 0;
}
#footer h3 {
  margin-top: 1em;
}
#footer .links a {
  border-bottom-color: transparent;
  color: hsl(197, 47%, 78%);
}
#footer .links a:hover {
  border-bottom-color: inherit;
}
#footer > :last-child {
  margin-bottom: 4em;
}
#footer .links {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 4em 0;
}
#footer .links > div {
  padding: 2em 0 0.1em 0;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  width: 33.33%;
}
#footer .links > div ul {
  list-style: none;
  margin-top: 2em;
  padding: 0 2em;
}
#footer .links > div ul li {
  margin: 0.75em 0;
  padding-left: 0;
}
#footer .links > div:nth-child(4n-3) {
  border-left-width: 0;
}
#footer .links > div:nth-child(-n+4) {
  border-top-width: 0;
}
#footer .contact-icons {
  display: inline-block;
}
#footer .contact-icons li {
  display: inline-block;
  margin-left: 2em;
  color: rgba(255, 255, 255, 0.55);
}
#footer .contact-icons li a {
  color: rgba(255, 255, 255, 0.55);
}
#footer .contact-icons li:before {
  color: #618f97;
  font-size: 0.85rem;
}
#footer .contact-icons li:first-child {
  margin-left: 0;
}
#footer p.copyright {
  color: rgba(255, 255, 255, 0.75) !important;
  padding-bottom: 0em;
}
@media screen and (max-width: 980px) {
  #footer .modal {
    width: 60%;
    font-size: 2rem;
  }
  #footer .links > div {
    width: 50%;
  }
  #footer .links > div:nth-child(4n-3) {
    border-left-width: 1px;
  }
  #footer .links > div:nth-child(-n+4) {
    border-top-width: 1px;
  }
  #footer .links > div:nth-child(2n-1) {
    border-left-width: 0;
  }
  #footer .links > div:nth-child(-n+2) {
    border-top-width: 0;
  }
  #footer .contact-icons {
    display: block;
  }
  #footer .contact-icons li {
    display: block;
    margin: 1em 0 0 0;
  }
  #footer .contact-icons li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #footer .modal {
    width: 80%;
  }
  #footer .links {
    margin: 0 0 2em 0;
    padding: 0 1.5em;
  }
  #footer .links > div {
    border-left: 0;
    width: 100%;
  }
  #footer .links > div:nth-child(2n-1) {
    border-left-width: 1px;
  }
  #footer .links > div:nth-child(-n+2) {
    border-top-width: 1px;
  }
  #footer .links > div:first-child {
    border-top-width: 0;
    padding-top: 0;
  }
  #footer .links > div:last-child {
    padding-bottom: 0;
  }
}

.modal {
  background-color: #618f97;
  width: 60%;
}

#modal-question {
  color: #c62020;
  font-size: 1.25rem;
}

#modal-answer {
  color: #000;
  font-size: 1.25rem;
}

.now {
  color: #618f97;
}

/* Page Wrapper */
#page-wrapper {
  overflow-x: hidden;
  width: 100%;
}
#page-wrapper > :first-child,
#page-wrapper > :last-child {
  background-color: rgb(6.4204081633, 18.093877551, 22.1795918367);
}
#page-wrapper > * {
  padding: 0 4em;
}
#page-wrapper > :first-child {
  padding-top: 4em;
}
#page-wrapper > :last-child {
  padding-bottom: 4em;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  #page-wrapper > * {
    padding: 0 2em;
  }
  #page-wrapper > :first-child {
    padding-top: 2em;
  }
  #page-wrapper > :last-child {
    padding-bottom: 0em;
  }
}
@media screen and (max-width: 480px) {
  #page-wrapper > * {
    padding: 0;
  }
  #page-wrapper > :first-child {
    padding-top: 0;
  }
  #page-wrapper > :last-child {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=main.css.map */