@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:100, 300, 100italic, 300italic");
#footer .icons .icon.alt:before,
.icon.alt:before,
.icon.major.alt:before,
.icon:before,
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none !important;
}
body,
html,
select option {
    background: #1c1d26;
}
.icon:before,
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
}
#icon.alt:before,
.icon.major.alt:before {
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}
#banner,
#header nav,
.icon,
.image,
.spotlight,
.spotlight .image.main img,
header p,
header.major,
sub,
sup {
    position: relative;
}
.align-left,
table th {
    text-align: left;
}
#header,
.icon.major,
ul.actions,
ul.icons {
    cursor: default;
}
#banner,
.spotlight {
    background-attachment: fixed;
    background-size: cover;
}
#header nav ul,
.dropotron,
ul.actions,
ul.alt,
ul.icons {
    list-style: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.image.fit,
blockquote,
dl,
form,
ol,
p,
pre,
table,
ul {
    margin: 0 0 2em;
}
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin: 0 0 1em;
    color: #fff;
}
blockquote,
em,
i {
    font-style: italic;
}
header h2 + p,
header h3 + p,
pre code {
    line-height: 1.75em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
label,
menu,
nav,
section {
    display: block;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
body {
    -webkit-text-size-adjust: none;
}
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;
}
.row,
.row > *,
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body.is-preload *,
body.is-preload :after,
body.is-preload :before {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
body,
input,
select,
textarea {
    color: rgba(255, 255, 255, 0.75);
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: 100;
    line-height: 1.75em;
}
#header nav ul li.active > a,
#header nav ul li.active > span,
.dropotron > li.active > a,
.dropotron > li.active > span,
a {
    color: #e44c65;
}
b,
header p,
select option,
strong,
table th {
    color: #fff;
}
h2,
ul.icons li .icon:before {
    font-size: 2em;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
label,
strong,
table th {
    font-weight: 300;
}
a {
    -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-bottom: 1px dotted;
    text-decoration: none;
}
a:hover {
    color: #e44c65 !important;
    border-bottom-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1em;
}
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    border: 0;
}
h2 {
    letter-spacing: -0.025em;
}
.button.large,
h3,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
    font-size: 1.35em;
}
h4 {
    font-size: 1.1em;
}
h5,
label,
table th {
    font-size: 0.9em;
}
h6 {
    font-size: 0.7em;
}
.button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
sub,
sup,
ul.icons li .icon {
    font-size: 0.8em;
}
sub {
    top: 0.5em;
}
sup {
    top: -0.5em;
}
code,
pre {
    font-family: "Courier New", monospace;
    font-size: 0.9em;
}
hr {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 3em 0;
}
hr.major {
    margin: 4em 0;
}
blockquote {
    border-left: 4px solid rgba(255, 255, 255, 0.3);
    padding: 0.5em 0 0.5em 2em;
}
code {
    background: rgba(255, 255, 255, 0.075);
    border-radius: 4px;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}
pre {
    -webkit-overflow-scrolling: touch;
}
pre code {
    display: block;
    padding: 1em 1.5em;
    overflow-x: auto;
}
.align-center,
article.special,
section.special {
    text-align: center;
}
.align-right {
    text-align: right;
}
.container {
    margin: 0 auto;
    max-width: calc(100% - 4em);
    width: 70em;
}
.row,
.row.gtr-0,
.row.gtr-0.gtr-uniform,
.row.gtr-25,
.row.gtr-50,
body.landing .dropotron.level-0 {
    margin-top: 0;
}
.container.xsmall {
    width: 17.5em;
}
.container.small {
    width: 35em;
}
.container.medium {
    width: 52.5em;
}
.container.large {
    width: 87.5em;
}
.container.xlarge {
    width: 105em;
}
.button.fit,
.container.max,
.image.fit img,
.image.left img,
.image.right img,
.row > .col-12,
input[type="button"].fit,
input[type="reset"].fit,
input[type="submit"].fit,
ul.actions.fit li > *,
ul.actions.fit.stacked {
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -2.5em;
}
.row > * {
    padding: 0 0 0 2.5em;
}
.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child,
.row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
}
.row.aln-left {
    justify-content: flex-start;
}
.row.aln-center {
    justify-content: center;
}
.row.aln-right {
    justify-content: flex-end;
}
.row.aln-top {
    align-items: flex-start;
}
#header nav,
.row.aln-middle {
    align-items: center;
}
.row.aln-bottom {
    align-items: flex-end;
}
.row > .imp {
    order: -1;
}
.row > .col-1 {
    width: 8.33333%;
}
.row > .off-1 {
    margin-left: 8.33333%;
}
.row > .col-2 {
    width: 16.66667%;
}
.row > .off-2 {
    margin-left: 16.66667%;
}
.row > .col-3 {
    width: 25%;
}
.row > .off-3 {
    margin-left: 25%;
}
.row > .col-4 {
    width: 33.33333%;
}
.row > .off-4 {
    margin-left: 33.33333%;
}
.row > .col-5 {
    width: 41.66667%;
}
.row > .off-5 {
    margin-left: 41.66667%;
}
.row > .col-6 {
    width: 50%;
}
.row > .off-6 {
    margin-left: 50%;
}
.row > .col-7 {
    width: 58.33333%;
}
.row > .off-7 {
    margin-left: 58.33333%;
}
.row > .col-8 {
    width: 66.66667%;
}
.row > .off-8 {
    margin-left: 66.66667%;
}
.row > .col-9 {
    width: 75%;
}
.row > .off-9 {
    margin-left: 75%;
}
.row > .col-10 {
    width: 83.33333%;
}
.row > .off-10 {
    margin-left: 83.33333%;
}
.row > .col-11 {
    width: 91.66667%;
}
.row > .off-11 {
    margin-left: 91.66667%;
}
.row > .off-12 {
    margin-left: 100%;
}
.row.gtr-0 {
    margin-left: 0;
}
.row.gtr-0 > * {
    padding: 0;
}
.row.gtr-0.gtr-uniform > *,
ul.actions.stacked li:first-child {
    padding-top: 0;
}
.row.gtr-25 {
    margin-left: -0.625em;
}
.row.gtr-25 > * {
    padding: 0 0 0 0.625em;
}
.row.gtr-25.gtr-uniform {
    margin-top: -0.625em;
}
.row.gtr-25.gtr-uniform > * {
    padding-top: 0.625em;
}
.row.gtr-50 {
    margin-left: -1.25em;
}
.row.gtr-50 > * {
    padding: 0 0 0 1.25em;
}
.row.gtr-50.gtr-uniform {
    margin-top: -1.25em;
}
.row.gtr-50.gtr-uniform > * {
    padding-top: 1.25em;
}
.row.gtr-uniform {
    margin-top: -2.5em;
}
.row.gtr-uniform > * {
    padding-top: 2.5em;
}
.row.gtr-150 {
    margin-top: 0;
    margin-left: -3.75em;
}
.row.gtr-150 > * {
    padding: 0 0 0 3.75em;
}
.row.gtr-150.gtr-uniform {
    margin-top: -3.75em;
}
.row.gtr-150.gtr-uniform > * {
    padding-top: 3.75em;
}
.row.gtr-200 {
    margin-top: 0;
    margin-left: -5em;
}
.row.gtr-200 > * {
    padding: 0 0 0 5em;
}
.row.gtr-200.gtr-uniform {
    margin-top: -5em;
}
.row.gtr-200.gtr-uniform > * {
    padding-top: 5em;
}
header p {
    margin: 0 0 1.5em;
}
header h2 + p {
    font-size: 1.25em;
    margin-top: -1em;
}
header h3 + p {
    font-size: 1.1em;
    margin-top: -0.8em;
}
header h4 + p,
header h5 + p,
header h6 + p {
    font-size: 0.9em;
    margin-top: -0.6em;
    line-height: 1.5em;
}
header.major {
    margin: 0 0 4em;
    text-align: center;
}
header.major:after {
    background: #e44c65;
    content: "";
    display: inline-block;
    height: 0.2em;
    max-width: 20em;
    width: 75%;
}
footer.major {
    margin: 4em 0 0;
}
form.cta {
    max-width: 35em;
    margin-left: auto;
    margin-right: auto;
}
input[type="email"],
input[type="password"],
input[type="text"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    background: 0 0;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}
ul.actions,
ul.actions.special li:first-child,
ul.alt,
ul.icons {
    padding-left: 0;
}
input[type="email"]:invalid,
input[type="password"]:invalid,
input[type="text"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}
.spotlight.style1 .content,
input[type="checkbox"]:focus + label:before,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus + label:before,
input[type="text"]:focus,
select:focus,
textarea:focus {
    border-color: #e44c65;
}
table tfoot,
ul.alt li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.3)' /%3E%3C/svg%3E");
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    padding-right: 3em;
    text-overflow: ellipsis;
}
select:focus::-ms-value {
    background-color: transparent;
}
select::-ms-expand {
    display: none;
}
input[type="email"],
input[type="password"],
input[type="text"],
select {
    height: 3em;
}
textarea {
    padding: 0.75em 1em;
}
input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 100;
    padding-left: 2.55em;
    padding-right: 0.75em;
    position: relative;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    font-weight: 900;
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    font-size: 0.8em;
    height: 2.25em;
    left: 0;
    line-height: 2.25em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.25em;
}
.box,
.image,
input[type="checkbox"] + label:before {
    border-radius: 4px;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    content: "\f00c";
}
input[type="radio"] + label:before {
    border-radius: 100%;
}
::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
}
:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
}
::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
}
.box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 2em;
    padding: 1.5em;
}
.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}
.icon {
    text-decoration: none;
    border-bottom: none;
}
.icon:before {
    line-height: 1;
    font-weight: 400;
    line-height: inherit;
}
#header nav ul li > ul,
#navPanel,
#titleBar,
.icon > .label,
.spotlight .image.main {
    display: none;
}
.icon.alt:before,
.icon.major,
.image,
ul.icons li {
    display: inline-block;
}
.icon.solid:before {
    font-weight: 900 !important;
}
.icon.brands:before {
    font-family: "Font Awesome 5 Brands" !important;
}
#footer .icons .icon.alt:before,
.icon.alt:before,
.icon.major.alt:before {
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
#footer .icons .icon.alt,
.icon.alt,
.icon.major.alt {
    text-decoration: none;
}
#icon.alt:before {
    color: #1c1d26 !important;
}
.icon.major {
    background: #272833;
    border-radius: 100%;
    height: 6em;
    line-height: 5.65em;
    margin: 0 0 2em;
    text-align: center;
    width: 6em;
}
#banner,
.goto-next:before,
.spotlight {
    background-position: center center;
}
.icon.major:before {
    font-size: 2.25em;
}
.icon.major.alt:before {
    display: inline-block;
    color: #272833 !important;
}
.image {
    border: 0;
    overflow: hidden;
}
.image:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("images/overlay.png");
    width: 100%;
    height: 100%;
    z-index: 1;
}
.goto-next,
.goto-next:before {
    left: 50%;
    position: absolute;
    z-index: 1;
}
.image img {
    border-radius: 4px;
    display: block;
}
table tbody tr,
table.alt tbody tr td {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.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.left,
.image.right {
    max-width: 100%;
}
#image.fit {
    
    width:100%;
}
ol {
    list-style: decimal;
    padding-left: 1.25em;
}
ol li {
    padding-left: 0.25em;
}
ul {
    list-style: disc;
    padding-left: 1em;
}
ul li {
    padding-left: 0.5em;
}
ul.alt li {
    padding: 0.5em 0;
}
ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}
ul.icons li {
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 0.5em;
}
ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-left: -1em;
}
ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
}
ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}
ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}
ul.actions.stacked li {
    padding: 1.3em 0 0;
}
ul.actions.fit {
    width: calc(100% + 1em);
}
ul.actions.fit li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}
.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
table tbody tr {
    border-left: 0;
    border-right: 0;
}
table tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.075);
}
table td {
    padding: 0.75em;
}
table th {
    padding: 0 0.75em 0.75em;
}
table thead {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
table.alt {
    border-collapse: separate;
}
table.alt tbody tr td {
    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;
}
.dropotron > li:first-child,
table.alt tfoot {
    border-top: 0;
}
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 3em;
    line-height: 3em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.button:active,
.button:hover,
input[type="button"]:active,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:hover {
    box-shadow: inset 0 0 0 1px #e44c65;
    color: #e44c65 !important;
}
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background-color: rgba(228, 76, 101, 0.15);
}
.button.icon:before,
input[type="button"].icon:before,
input[type="reset"].icon:before,
input[type="submit"].icon:before {
    margin-right: 0.5em;
}
.button.primary,
input[type="button"].primary,
input[type="reset"].primary,
input[type="submit"].primary {
    background-color: #e44c65;
    box-shadow: none;
    color: #fff !important;
}
.button.primary:hover,
input[type="button"].primary:hover,
input[type="reset"].primary:hover,
input[type="submit"].primary:hover {
    background-color: #e76278;
}
.button.primary:active,
input[type="button"].primary:active,
input[type="reset"].primary:active,
input[type="submit"].primary:active {
    background-color: #e13652;
}
.button.disabled,
.button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
    background-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: default;
    opacity: 0.25;
}
.goto-next {
    border: 0;
    bottom: 0;
    display: block;
    height: 5em;
    margin: 0 0 0 -5em;
    overflow: hidden;
    text-indent: 10em;
    white-space: nowrap;
    width: 10em;
}
.goto-next:before {
    background-image: url("images/arrow.svg");
    background-color: #1819209a;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 3em;
    width: 3em;
    border-radius: 50%;
    margin: -1.5em 0 0 -1.5em;
    top: 50%;
    transition: transform 0.3s;
}
#footer .icons a:hover,
.goto-next:before:hover {
    transform: scale(1.2);
}
.spotlight {
    box-shadow: 0 0.25em 0.5em 0 transparent;
    height: 100vh;
    overflow: hidden;
}
.spotlight:last-of-type {
    z-index: 1;
}
.spotlight:nth-last-of-type(2) {
    z-index: 2;
}
.spotlight:nth-last-of-type(3) {
    z-index: 3;
}
.spotlight:nth-last-of-type(4) {
    z-index: 4;
}
.spotlight:nth-last-of-type(5) {
    z-index: 5;
}
.spotlight:nth-last-of-type(6) {
    z-index: 6;
}
.spotlight:nth-last-of-type(7) {
    z-index: 7;
}
.spotlight:nth-last-of-type(8) {
    z-index: 8;
}
.spotlight:nth-last-of-type(9) {
    z-index: 9;
}
.spotlight:nth-last-of-type(10) {
    z-index: 10;
}
.spotlight:nth-last-of-type(11) {
    z-index: 11;
}
.spotlight:nth-last-of-type(12) {
    z-index: 12;
}
.spotlight:nth-last-of-type(13) {
    z-index: 13;
}
.spotlight:nth-last-of-type(14) {
    z-index: 14;
}
.spotlight:nth-last-of-type(15) {
    z-index: 15;
}
.spotlight:nth-last-of-type(16) {
    z-index: 16;
}
.spotlight:nth-last-of-type(17) {
    z-index: 17;
}
.spotlight:nth-last-of-type(18) {
    z-index: 18;
}
.spotlight:nth-last-of-type(19) {
    z-index: 19;
}
.spotlight:nth-last-of-type(20) {
    z-index: 20;
}
.spotlight:before {
    background-image: url("images/overlay.png");
    content: "";
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.spotlight .content {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: -moz-transform 1s, opacity 1s;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -ms-transition: -ms-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    background: rgba(23, 24, 32, 0.95);
    border-style: solid;
    opacity: 1;
    position: absolute;
}
.spotlight .goto-next {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: -moz-transform 0.75s 0.5s, opacity 1s ease-in 0.5s;
    -webkit-transition: -webkit-transform 0.75s 0.5s, opacity 1s ease-in 0.5s;
    -ms-transition: -ms-transform 0.75s 0.5s, opacity 1s ease-in 0.5s;
    transition: transform 0.75s 0.5s, opacity 1s ease-in 0.5s;
    opacity: 1;
}
.spotlight.bottom .content,
.spotlight.top .content {
    left: 0;
    padding: 5.1em 0 3.1em;
    width: 100%;
}
.spotlight.top .content {
    border-bottom-width: 0.35em;
    top: 0;
}
.spotlight.bottom .content {
    border-top-width: 0.35em;
    bottom: 0;
}
.spotlight.left .content,
.spotlight.right .content {
    height: 101%;
    padding: 6em 3em;
    top: 0;
    width: 28em;
}
.spotlight.left .content {
    border-right-width: 0.35em;
    left: 0;
}
.spotlight.right .content {
    border-left-width: 0.35em;
    right: 0;
}
.spotlight.style2 .content {
    border-color: #5480f1;
}
.spotlight.style3 .content {
    border-color: #39c088;
}
.spotlight.inactive .content,
.wrapper.fade.inactive > .container {
    opacity: 0;
}
.spotlight.inactive .goto-next {
    -moz-transform: translate(0, 1.5em);
    -webkit-transform: translate(0, 1.5em);
    -ms-transform: translate(0, 1.5em);
    transform: translate(0, 1.5em);
    opacity: 0;
}
.spotlight.inactive.top .content {
    -moz-transform: translate(0, -5em);
    -webkit-transform: translate(0, -5em);
    -ms-transform: translate(0, -5em);
    transform: translate(0, -5em);
}
.spotlight.inactive.bottom .content {
    -moz-transform: translate(0, 5em);
    -webkit-transform: translate(0, 5em);
    -ms-transform: translate(0, 5em);
    transform: translate(0, 5em);
}
.spotlight.inactive.left .content {
    -moz-transform: translate(-5em, 0);
    -webkit-transform: translate(-5em, 0);
    -ms-transform: translate(-5em, 0);
    transform: translate(-5em, 0);
}
.spotlight.inactive.right .content {
    -moz-transform: translate(5em, 0);
    -webkit-transform: translate(5em, 0);
    -ms-transform: translate(5em, 0);
    transform: translate(5em, 0);
}
body.is-touch #banner,
body.is-touch .spotlight {
    background-attachment: scroll;
}
.wrapper {
    padding: 4em 0;
}
.wrapper.style2 {
    background: #e44c65;
}
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
    border-color: rgba(255, 255, 255, 0.5);
}
.wrapper.style2 .button:active,
.wrapper.style2 .button:hover,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 input[type="button"]:hover,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="reset"]:hover,
.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="submit"]:hover {
    background-color: rgba(255, 0, 0, 0.075) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
}
.wrapper.style2 .button.primary:active,
.wrapper.style2 .button:active,
.wrapper.style2 input[type="button"].primary:active,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 input[type="reset"].primary:active,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="submit"].primary:active,
.wrapper.style2 input[type="submit"]:active {
    background-color: rgba(255, 255, 255, 0.25) !important;
}
.wrapper.style2 .button.primary,
.wrapper.style2 input[type="button"].primary,
.wrapper.style2 input[type="reset"].primary,
.wrapper.style2 input[type="submit"].primary {
    background-color: #fff;
    color: #e44c65 !important;
}
.wrapper.style2 .button.primary:active,
.wrapper.style2 .button.primary:hover,
.wrapper.style2 input[type="button"].primary:active,
.wrapper.style2 input[type="button"].primary:hover,
.wrapper.style2 input[type="reset"].primary:active,
.wrapper.style2 input[type="reset"].primary:hover,
.wrapper.style2 input[type="submit"].primary:active,
.wrapper.style2 input[type="submit"].primary:hover {
    background-color: rgba(255, 255, 255, 0.075) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
    color: #fff !important;
}
.wrapper.fade-down > .container,
.wrapper.fade-up > .container {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: -moz-transform 1s, opacity 1s;
    -webkit-transition: -webkit-transform 1s, opacity 1s;
    -ms-transition: -ms-transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    opacity: 1;
}
.wrapper.fade-down.inactive > .container {
    -moz-transform: translate(0, -1em);
    -webkit-transform: translate(0, -1em);
    -ms-transform: translate(0, -1em);
    transform: translate(0, -1em);
    opacity: 0;
}
.wrapper.fade-up.inactive > .container {
    -moz-transform: translate(0, 1em);
    -webkit-transform: translate(0, 1em);
    -ms-transform: translate(0, 1em);
    transform: translate(0, 1em);
    opacity: 0;
}
.wrapper.fade > .container {
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
}
.dropotron {
    background: rgba(39, 40, 51, 0.965);
    border-radius: 4px;
    box-shadow: 0 0.075em 0.35em 0 rgba(0, 0, 0, 0.125);
    margin-top: calc(-0.25em + 1px);
    min-width: 12em;
    padding: 0.25em 0;
}
.dropotron > li {
    border-top: 1px solid rgba(255, 255, 255, 0.035);
    padding: 0;
}
.dropotron > li a,
.dropotron > li span {
    border: 0;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    padding: 0.1em 1em;
    text-decoration: none;
}
.dropotron.level-0 {
    font-size: 0.8em;
    margin-top: 1em;
}
.dropotron.level-0:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #e23a5e;
    content: "";
    display: block;
    height: 1em;
    position: absolute;
    right: 1.5em;
    top: -0.5em;
    width: 1em;
}
#header {
    background: #1c5373;
    box-shadow: 0 0 0.25em 0 #e23a5e;
    height: 85px;
    left: 0;
    line-height: 3.5em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
#header nav {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 0 1em;
    background-color: #1c5373;
    width: 100%;
}
#header nav .logo {
    object-fit: contain;
    height: 75px;
    width: auto;
    display: block;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s, filter 0.3s;
}
#header nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
#header nav ul li {
    display: inline-block;
    margin-left: 1em;
}
#header nav ul li a,
#header nav ul li span {
    border: 0;
    color: inherit;
    display: inline-block;
    height: inherit;
    line-height: inherit;
    outline: 0;
    text-decoration: none;
}
#header nav ul li a.button,
#header nav ul li span.button {
    height: 2em;
    line-height: 2em;
    padding: 0 1.25em;
}
#header nav .logo:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 0 5px #e23a5e);
}
#header nav a {
    text-decoration: none;
    display: inline-block;
    line-height: 0;
    border: none;
    outline: 0;
}
#banner {
    background-color: #ff000000;
    background-image: url("images/paris.jpg");
    box-shadow: 0 0.25em 0.5em 0 #e23a5e;
    min-height: 100vh;
    text-align: center;
    z-index: 21;
}
#footer {
    background: #272833;
    padding: 6em 0;
    text-align: center;
}
#footer .icons a {
    transition: transform 0.3s;
    display: inline-block;
}
#footer .icons .icon.alt:before {
    display: inline-block;
    color: #e23a5e !important;
}
#footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    line-height: 1em;
    margin: 2em 0 0;
    padding: 0;
    text-align: center;
}
#footer .copyright li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    list-style: none;
    margin-left: 1.5em;
    padding-left: 1.5em;
}
#footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}
#footer .copyright li a {
    color: inherit;
}
@media screen and (max-width: 1680px) {
    .row,
    .row > * {
        box-sizing: border-box;
    }
    .row,
    .row.gtr-0,
    .row.gtr-0.gtr-uniform,
    .row.gtr-25,
    .row.gtr-50 {
        margin-top: 0;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-left: -2.5em;
    }
    .row > * {
        padding: 0 0 0 2.5em;
    }
    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row > .imp-xlarge {
        order: -1;
    }
    .row > .col-1-xlarge {
        width: 8.33333%;
    }
    .row > .off-1-xlarge {
        margin-left: 8.33333%;
    }
    .row > .col-2-xlarge {
        width: 16.66667%;
    }
    .row > .off-2-xlarge {
        margin-left: 16.66667%;
    }
    .row > .col-3-xlarge {
        width: 25%;
    }
    .row > .off-3-xlarge {
        margin-left: 25%;
    }
    .row > .col-4-xlarge {
        width: 33.33333%;
    }
    .row > .off-4-xlarge {
        margin-left: 33.33333%;
    }
    .row > .col-5-xlarge {
        width: 41.66667%;
    }
    .row > .off-5-xlarge {
        margin-left: 41.66667%;
    }
    .row > .col-6-xlarge {
        width: 50%;
    }
    .row > .off-6-xlarge {
        margin-left: 50%;
    }
    .row > .col-7-xlarge {
        width: 58.33333%;
    }
    .row > .off-7-xlarge {
        margin-left: 58.33333%;
    }
    .row > .col-8-xlarge {
        width: 66.66667%;
    }
    .row > .off-8-xlarge {
        margin-left: 66.66667%;
    }
    .row > .col-9-xlarge {
        width: 75%;
    }
    .row > .off-9-xlarge {
        margin-left: 75%;
    }
    .row > .col-10-xlarge {
        width: 83.33333%;
    }
    .row > .off-10-xlarge {
        margin-left: 83.33333%;
    }
    .row > .col-11-xlarge {
        width: 91.66667%;
    }
    .row > .off-11-xlarge {
        margin-left: 91.66667%;
    }
    .row > .col-12-xlarge {
        width: 100%;
    }
    .row > .off-12-xlarge {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-left: 0;
    }
    .row.gtr-0 > * {
        padding: 0;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0;
    }
    .row.gtr-25 {
        margin-left: -0.625em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.625em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.625em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.625em;
    }
    .row.gtr-50 {
        margin-left: -1.25em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 1.25em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -1.25em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 1.25em;
    }
    .row.gtr-uniform {
        margin-top: -2.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 2.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -3.75em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 3.75em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -3.75em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 3.75em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -5em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 5em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -5em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 5em;
    }
    body,
    input,
    select,
    textarea {
        font-size: 13pt;
    }
}
@media screen and (max-width: 1280px) {
    .container {
        width: 90%;
        max-width: 100%;
    }
    .row,
    .row > * {
        box-sizing: border-box;
    }
    .row,
    .row.gtr-0,
    .row.gtr-0.gtr-uniform,
    .row.gtr-25,
    .row.gtr-50 {
        margin-top: 0;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-left: -2.5em;
    }
    .row > * {
        padding: 0 0 0 2.5em;
    }
    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row > .imp-large {
        order: -1;
    }
    .row > .col-1-large {
        width: 8.33333%;
    }
    .row > .off-1-large {
        margin-left: 8.33333%;
    }
    .row > .col-2-large {
        width: 16.66667%;
    }
    .row > .off-2-large {
        margin-left: 16.66667%;
    }
    .row > .col-3-large {
        width: 25%;
    }
    .row > .off-3-large {
        margin-left: 25%;
    }
    .row > .col-4-large {
        width: 33.33333%;
    }
    .row > .off-4-large {
        margin-left: 33.33333%;
    }
    .row > .col-5-large {
        width: 41.66667%;
    }
    .row > .off-5-large {
        margin-left: 41.66667%;
    }
    .row > .col-6-large {
        width: 50%;
    }
    .row > .off-6-large {
        margin-left: 50%;
    }
    .row > .col-7-large {
        width: 58.33333%;
    }
    .row > .off-7-large {
        margin-left: 58.33333%;
    }
    .row > .col-8-large {
        width: 66.66667%;
    }
    .row > .off-8-large {
        margin-left: 66.66667%;
    }
    .row > .col-9-large {
        width: 75%;
    }
    .row > .off-9-large {
        margin-left: 75%;
    }
    .row > .col-10-large {
        width: 83.33333%;
    }
    .row > .off-10-large {
        margin-left: 83.33333%;
    }
    .row > .col-11-large {
        width: 91.66667%;
    }
    .row > .off-11-large {
        margin-left: 91.66667%;
    }
    .row > .col-12-large {
        width: 100%;
    }
    .row > .off-12-large {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-left: 0;
    }
    .row.gtr-0 > * {
        padding: 0;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0;
    }
    .row.gtr-25 {
        margin-left: -0.625em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.625em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.625em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.625em;
    }
    .row.gtr-50 {
        margin-left: -1.25em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 1.25em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -1.25em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 1.25em;
    }
    .row.gtr-uniform {
        margin-top: -2.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 2.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -3.75em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 3.75em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -3.75em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 3.75em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -5em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 5em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -5em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 5em;
    }
    body,
    input,
    select,
    textarea {
        font-size: 11.5pt;
    }
    .spotlight.top .content {
        padding: 3.825em 0 1.825em;
    }
    .spotlight.bottom .content {
        padding: 3.825em 0 2.95em;
    }
    .spotlight.left .content,
    .spotlight.right .content {
        padding: 4.5em 2.5em;
        width: 25em;
    }
    .wrapper {
        padding: 4.5em 0 2.5em;
    }
    .dropotron.level-0 {
        font-size: 1em;
    }
    #banner .content {
        padding: 4.5em;
    }
    #footer {
        padding: 4.5em 0;
    }
}
@media screen and (max-width: 980px) {
    .container {
        width: 100% !important;
    }
    .row,
    .row > * {
        box-sizing: border-box;
    }
    .row,
    .row.gtr-0,
    .row.gtr-0.gtr-uniform,
    .row.gtr-25,
    .row.gtr-50 {
        margin-top: 0;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-left: -2.5em;
    }
    .row > * {
        padding: 0 0 0 2.5em;
    }
    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row > .imp-medium {
        order: -1;
    }
    .row > .col-1-medium {
        width: 8.33333%;
    }
    .row > .off-1-medium {
        margin-left: 8.33333%;
    }
    .row > .col-2-medium {
        width: 16.66667%;
    }
    .row > .off-2-medium {
        margin-left: 16.66667%;
    }
    .row > .col-3-medium {
        width: 25%;
    }
    .row > .off-3-medium {
        margin-left: 25%;
    }
    .row > .col-4-medium {
        width: 33.33333%;
    }
    .row > .off-4-medium {
        margin-left: 33.33333%;
    }
    .row > .col-5-medium {
        width: 41.66667%;
    }
    .row > .off-5-medium {
        margin-left: 41.66667%;
    }
    .row > .col-6-medium {
        width: 50%;
    }
    .row > .off-6-medium {
        margin-left: 50%;
    }
    .row > .col-7-medium {
        width: 58.33333%;
    }
    .row > .off-7-medium {
        margin-left: 58.33333%;
    }
    .row > .col-8-medium {
        width: 66.66667%;
    }
    .row > .off-8-medium {
        margin-left: 66.66667%;
    }
    .row > .col-9-medium {
        width: 75%;
    }
    .row > .off-9-medium {
        margin-left: 75%;
    }
    .row > .col-10-medium {
        width: 83.33333%;
    }
    .row > .off-10-medium {
        margin-left: 83.33333%;
    }
    .row > .col-11-medium {
        width: 91.66667%;
    }
    .row > .off-11-medium {
        margin-left: 91.66667%;
    }
    .row > .col-12-medium {
        width: 100%;
    }
    .row > .off-12-medium {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-left: 0;
    }
    .row.gtr-0 > * {
        padding: 0;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0;
    }
    .row.gtr-25 {
        margin-left: -0.625em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.625em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.625em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.625em;
    }
    .row.gtr-50 {
        margin-left: -1.25em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 1.25em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -1.25em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 1.25em;
    }
    .row.gtr-uniform {
        margin-top: -2.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 2.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -3.75em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 3.75em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -3.75em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 3.75em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -5em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 5em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -5em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 5em;
    }
    #banner,
    .spotlight {
        background-attachment: scroll;
    }
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
    .spotlight {
        height: auto;
    }
    .spotlight .image.main {
        display: block;
        margin: 0;
        max-height: 40vh;
        overflow: hidden;
    }
    .spotlight .content {
        background-color: #1c1d26;
        border-width: 0.35em 0 0 !important;
        bottom: auto !important;
        left: auto !important;
        padding: 4.5em 2.5em 2.5em !important;
        position: relative;
        right: auto !important;
        text-align: center;
        top: auto !important;
        width: 100% !important;
    }
    .spotlight .content ul.actions {
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }
    .spotlight .content ul.actions li:first-child {
        padding-left: 0;
    }
    .spotlight .goto-next {
        display: none;
    }
    .wrapper {
        padding: 4.5em 2.5em 2.5em;
    }
    #banner .goto-next {
        height: 7em;
    }
    #banner .content {
        padding: 9em 0;
        text-align: center;
    }
    #banner .content header {
        display: block;
        margin: 0 0 2em;
        text-align: center;
    }
    #banner .content .image {
        margin: 0;
    }
    #footer {
        padding: 4.5em 0;
    }
}
@media screen and (max-width: 736px) {
    .row,
    .row > * {
        box-sizing: border-box;
    }
    .row,
    .row.gtr-0,
    .row.gtr-0.gtr-uniform,
    .row.gtr-25,
    .row.gtr-50 {
        margin-top: 0;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-left: -2.5em;
    }
    .row > * {
        padding: 0 0 0 2.5em;
    }
    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row > .imp-small {
        order: -1;
    }
    .row > .col-1-small {
        width: 8.33333%;
    }
    .row > .off-1-small {
        margin-left: 8.33333%;
    }
    .row > .col-2-small {
        width: 16.66667%;
    }
    .row > .off-2-small {
        margin-left: 16.66667%;
    }
    .row > .col-3-small {
        width: 25%;
    }
    .row > .off-3-small {
        margin-left: 25%;
    }
    .row > .col-4-small {
        width: 33.33333%;
    }
    .row > .off-4-small {
        margin-left: 33.33333%;
    }
    .row > .col-5-small {
        width: 41.66667%;
    }
    .row > .off-5-small {
        margin-left: 41.66667%;
    }
    .row > .col-6-small {
        width: 50%;
    }
    .row > .off-6-small {
        margin-left: 50%;
    }
    .row > .col-7-small {
        width: 58.33333%;
    }
    .row > .off-7-small {
        margin-left: 58.33333%;
    }
    .row > .col-8-small {
        width: 66.66667%;
    }
    .row > .off-8-small {
        margin-left: 66.66667%;
    }
    .row > .col-9-small {
        width: 75%;
    }
    .row > .off-9-small {
        margin-left: 75%;
    }
    .row > .col-10-small {
        width: 83.33333%;
    }
    .row > .off-10-small {
        margin-left: 83.33333%;
    }
    .row > .col-11-small {
        width: 91.66667%;
    }
    #titleBar,
    .row > .col-12-small {
        width: 100%;
    }
    .row > .off-11-small {
        margin-left: 91.66667%;
    }
    .row > .off-12-small {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-left: 0;
    }
    .row.gtr-0 > * {
        padding: 0;
    }
    .row.gtr-0.gtr-uniform > * {
        padding-top: 0;
    }
    .row.gtr-25 {
        margin-left: -0.625em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.625em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.625em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.625em;
    }
    .row.gtr-50 {
        margin-left: -1.25em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 1.25em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -1.25em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 1.25em;
    }
    .row.gtr-uniform {
        margin-top: -2.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 2.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -3.75em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 3.75em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -3.75em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 3.75em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -5em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 5em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -5em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 5em;
    }
    #banner,
    .spotlight {
        box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
    }
    #page-wrapper,
    #titleBar {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s;
        -webkit-transition: -webkit-transform 0.5s;
        -ms-transition: -ms-transform 0.5s;
        backface-visibility: hidden;
        transition: transform 0.5s;
    }
    #navPanel,
    #titleBar {
        left: 0;
        position: fixed;
        top: 0;
    }
    body,
    html {
        overflow-x: hidden;
    }
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
    #banner .content header h2,
    h2 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.2em;
    }
    h4,
    header h2 + p,
    header h3 + p {
        font-size: 1em;
    }
    #header,
    header p br {
        display: none;
    }
    header h4 + p,
    header h5 + p,
    header h6 + p {
        font-size: 0.9em;
    }
    header.major {
        margin: 0 0 2em;
    }
    .goto-next:before {
        height: 0.8em;
        margin: -0.4em 0 0 -0.6em;
        width: 1.2em;
    }
    .spotlight .image.main {
        max-height: 60vh;
    }
    .spotlight .content {
        border-top-width: 0.2em !important;
        padding: 3.25em 1.5em 1.25em !important;
    }
    .wrapper {
        padding: 3.25em 1.5em 1.25em;
    }
    #banner {
        min-height: calc(100vh - 44px);
    }
    #banner:before {
        height: calc(100vh - 44px);
    }
    #banner .content {
        padding: 4.0625em 1.5em 4.875em;
    }
    #banner .content .image {
        height: 9em;
        width: 9em;
    }
    #page-wrapper {
        padding-bottom: 1px;
        padding-top: 44px !important;
    }
    #titleBar {
        display: block;
        height: 44px;
        z-index: 10001;
        background: #272833;
        box-shadow: 0 0.125em 0.125em 0 rgba(238, 3, 3, 0.125);
    }
    #titleBar .title {
        color: #fff;
        display: block;
        font-weight: 300;
        height: 44px;
        line-height: 44px;
        text-align: center;
    }
    #titleBar .title a {
        color: inherit;
        border: 0;
    }
    #titleBar .toggle {
        text-decoration: none;
        height: 60px;
        left: 0;
        position: absolute;
        top: 0;
        width: 90px;
        outline: 0;
        border: 0;
    }
    #titleBar .toggle:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        text-transform: none !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        background: #e44c65;
        color: rgba(255, 255, 255, 0.5);
        content: "\f0c9";
        display: block;
        font-size: 18px;
        height: 45px;
        left: 0;
        line-height: 44px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 54px;
    }
    #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        transform: translateX(-275px);
        -moz-transition: -moz-transform 0.5s;
        -webkit-transition: -webkit-transform 0.5s;
        -ms-transition: -ms-transform 0.5s;
        transition: transform 0.5s;
        display: block;
        height: 100%;
        overflow-y: auto;
        width: 275px;
        z-index: 10002;
        background: #181920;
        padding: 0.75em 1.25em;
    }
    #navPanel .link {
        border: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        color: rgba(255, 255, 255, 0.75);
        display: block;
        height: 3em;
        line-height: 3em;
        text-decoration: none;
    }
    #navPanel .link:hover {
        color: inherit !important;
    }
    #navPanel .link:first-child {
        border-top: 0;
    }
    #navPanel .link.depth-0 {
        color: #fff;
        font-weight: 300;
    }
    #navPanel .link .indent-1 {
        display: inline-block;
        width: 1.25em;
    }
    #navPanel .link .indent-2 {
        display: inline-block;
        width: 2.5em;
    }
    #navPanel .link .indent-3 {
        display: inline-block;
        width: 3.75em;
    }
    #navPanel .link .indent-4 {
        display: inline-block;
        width: 5em;
    }
    #navPanel .link .indent-5 {
        display: inline-block;
        width: 6.25em;
    }
    body.navPanel-visible #page-wrapper,
    body.navPanel-visible #titleBar {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }
    body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #footer {
        padding: 3.25em 1.5em;
    }
}
#bannerBrasil,
#bannerCruzada,
#bannerEu,
#bannervino {
    background-attachment: fixed;
    background-color: #ff000000;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0.25em 0.5em 0 #e23a5e;
    min-height: 100vh;
    position: relative;
    text-align: center;
    z-index: 21;
}
@media screen and (max-width: 480px) {
    .row,
    .row > * {
        box-sizing: border-box;
    }
    .row,
    .row.gtr-0,
    .row.gtr-0.gtr-uniform,
    .row.gtr-25,
    .row.gtr-50 {
        margin-top: 0;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-left: -2.5em;
    }
    .row > * {
        padding: 0 0 0 2.5em;
    }
    .row.gtr-uniform > * > :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row > .imp-xsmall {
        order: -1;
    }
    .row > .col-1-xsmall {
        width: 8.33333%;
    }
    .row > .off-1-xsmall {
        margin-left: 8.33333%;
    }
    .row > .col-2-xsmall {
        width: 16.66667%;
    }
    .row > .off-2-xsmall {
        margin-left: 16.66667%;
    }
    .row > .col-3-xsmall {
        width: 25%;
    }
    .row > .off-3-xsmall {
        margin-left: 25%;
    }
    .row > .col-4-xsmall {
        width: 33.33333%;
    }
    .row > .off-4-xsmall {
        margin-left: 33.33333%;
    }
    .row > .col-5-xsmall {
        width: 41.66667%;
    }
    .row > .off-5-xsmall {
        margin-left: 41.66667%;
    }
    .row > .col-6-xsmall {
        width: 50%;
    }
    .row > .off-6-xsmall {
        margin-left: 50%;
    }
    .row > .col-7-xsmall {
        width: 58.33333%;
    }
    .row > .off-7-xsmall {
        margin-left: 58.33333%;
    }
    .row > .col-8-xsmall {
        width: 66.66667%;
    }
    .row > .off-8-xsmall {
        margin-left: 66.66667%;
    }
    .row > .col-9-xsmall {
        width: 75%;
    }
    .row > .off-9-xsmall {
        margin-left: 75%;
    }
    .row > .col-10-xsmall {
        width: 83.33333%;
    }
    .row > .off-10-xsmall {
        margin-left: 83.33333%;
    }
    .row > .col-11-xsmall {
        width: 91.66667%;
    }
    .row > .off-11-xsmall {
        margin-left: 91.66667%;
    }
    .row > .col-12-xsmall,
    ul.actions:not(.fixed) li .button,
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li input[type="button"],
    ul.actions:not(.fixed) li input[type="reset"],
    ul.actions:not(.fixed) li input[type="submit"],
    ul.actions:not(.fixed) li > * {
        width: 100%;
    }
    .row > .off-12-xsmall {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-left: 0;
    }
    .button,
    .row.gtr-0 > *,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        padding: 0;
    }
    .row.gtr-0.gtr-uniform > *,
    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }
    .row.gtr-25 {
        margin-left: -0.625em;
    }
    .row.gtr-25 > * {
        padding: 0 0 0 0.625em;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -0.625em;
    }
    .row.gtr-25.gtr-uniform > * {
        padding-top: 0.625em;
    }
    .row.gtr-50 {
        margin-left: -1.25em;
    }
    .row.gtr-50 > * {
        padding: 0 0 0 1.25em;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -1.25em;
    }
    .row.gtr-50.gtr-uniform > * {
        padding-top: 1.25em;
    }
    .row.gtr-uniform {
        margin-top: -2.5em;
    }
    .row.gtr-uniform > * {
        padding-top: 2.5em;
    }
    .row.gtr-150 {
        margin-top: 0;
        margin-left: -3.75em;
    }
    .row.gtr-150 > * {
        padding: 0 0 0 3.75em;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -3.75em;
    }
    .row.gtr-150.gtr-uniform > * {
        padding-top: 3.75em;
    }
    .row.gtr-200 {
        margin-top: 0;
        margin-left: -5em;
    }
    .row.gtr-200 > * {
        padding: 0 0 0 5em;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -5em;
    }
    .row.gtr-200.gtr-uniform > * {
        padding-top: 5em;
    }
    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }
    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0;
        text-align: center;
        width: 100%;
    }
    ul.actions:not(.fixed) li .button.icon:before,
    ul.actions:not(.fixed) li button.icon:before,
    ul.actions:not(.fixed) li input[type="button"].icon:before,
    ul.actions:not(.fixed) li input[type="reset"].icon:before,
    ul.actions:not(.fixed) li input[type="submit"].icon:before {
        margin-left: -0.5em;
    }
    body,
    html {
        min-width: 320px;
    }
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
    .spotlight .image.main {
        max-height: 50vh;
    }
    .spotlight .content {
        padding: 3em 1.25em 1em !important;
    }
    .wrapper {
        padding: 3em 1.25em 1em;
    }
    #banner .content {
        padding: 3em 1.5625em 5.25em;
    }
    #footer {
        padding: 3em 1.25em;
    }
    #footer .copyright {
        line-height: inherit;
    }
    #footer .copyright li {
        border-left: 0;
        display: block;
        margin: 0;
        padding: 0;
    }
}
#backgroundCatalogos {
    background-color: #f5f7fa;
}
#bannerEu {
    background-image: url("images/Espanha.jpg");
}
#bannervino {
    background-image: url("images/vinho.jpg");
}
#bannerBrasil {
    background-image: url("images/Brasil.jpg");
}
#bannerCruzada {
    background-image: url("images/Santiago.jpg");
}
#banner:before {
    content: "";
    display: inline-block;
    height: 100vh;
    vertical-align: middle;
    width: 1%;
}
#banner:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#banner .content,
#banner .content .image,
#banner .content header {
    display: inline-block;
    vertical-align: middle;
}
#banner .content {
    margin-right: 1%;
    max-width: 95%;
    padding: 6em;
    position: relative;
    text-align: right;
    z-index: 1;
}
#banner .content header h2 {
    font-size: 2.5em;
    margin: 0;
}
#banner .content header p {
    margin: 0.5em 0 0;
    top: 0;
}
#banner .content .image {
    border-radius: 100%;
    height: 18em;
    margin-left: 3em;
    width: 18em;
}
#banner .content .image img {
    border-radius: 100%;
    display: block;
    width: 100%;
}
#titleBar {
    background: #1c5373;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1em;
}
#titleBar .home-link {
    margin: 0 auto;
}
#titleBar img {
    height: 44px;
    display: flex;
}
