html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    -webkit-text-size-adjust: none
}
mark {
    background-color: transparent;
    color: inherit
}
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.0;
    word-wrap: break-word;
    overflow-x: hidden;
}
strong {
    color: inherit;
    font-weight: bolder;
}
em {
    font-style: italic;
}
code {
    font-family: "Lucida Console", "Courier New", monospace;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    background-color: rgba(144, 144, 144, 0.25);
    border-radius: 0.25em;
}
mark {
    background-color: rgba(144, 144, 144, 0.25);
}
a {
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    color: inherit;
    text-decoration: underline;
}
s {
    text-decoration: line-through;
}
body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    transform: scale(1);
    background-image: linear-gradient(60deg, rgba(255, 165, 150, 0.502) 9%, rgba(0, 228, 255, 0.353) 100%), url('../images/bg.jpg');
    background-position: 0% 0%, center;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: scroll;
    background-color: #FFFFFF;
}
body:after {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #C2D0D7;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.25s ease-in-out 0s, visibility 1.25s 0s;
    transform: scale(1);
}
body.is-loading:after {
    opacity: 1;
    visibility: visible;
}
html {
    font-size: 18pt;
}
#wrapper {
    -webkit-overflow-scrolling: touch;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    padding: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
}
#main {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    max-width: 100%;
    z-index: 1;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    box-shadow: -0.131rem 1.494rem 2.625rem 0rem rgba(0, 0, 0, 0.322);
    border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    transform: perspective(1000px) rotateX(0deg);
    transform-origin: 50% 50%;
}
#main > .inner {
    background-color: rgba(255, 255, 255, 0.929);
    overflow-x: hidden;
    position: relative;
    z-index: 1;
    padding: 2.5rem 2.5rem;
    max-width: 100%;
    width: 23rem;
}
#main > .inner > .flush {
    margin-left: calc(-2.5rem - 1px);
    width: calc(100% + 5rem + 2px);
    max-width: calc(100% + 5rem + 2px);
}
#main > .inner > .flush:first-child {
    margin-top: -3.125rem !important;
}
#main > .inner > .flush:last-child {
    margin-bottom: -3.125rem !important;
}
#main > .inner > * {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
#main > .inner >:first-child {
    margin-top: 0 !important;
}
#main > .inner >:last-child {
    margin-bottom: 0 !important;
}
body.is-loading #main {
    opacity: 0;
    transform: perspective(1000px) rotateX(15deg);
}
.image {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    display: block;
    padding: 0.375rem 0;
}
#main .image:first-child {
    padding-top: 0;
}
#main .image:last-child {
    padding-bottom: 0;
}
.image a,
.image span {
    position: relative;
    max-width: 100%;
    display: inline-block;
    border-radius: 100%;
}
.image a img,
.image span img {
    display: block;
}
.image img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    width: 7rem;
    border-radius: 100%;
}
.image.flush img {
    display: block;
}
.image.flush a,
.image.flush span {
    display: block;
}
h1 br + br,
h2 br + br,
h3 br + br,
p br + br {
    display: block;
    content: ' ';
    margin-top: 1.125rem;
}
h1 .li,
h2 .li,
h3 .li,
p .li {
    display: list-item;
    padding-left: 0.5em;
    margin: 0.75em 0 0 1em;
}
#text01 br + br {
    margin-top: 0.9rem;
}
#text01 {
    letter-spacing: 0.4rem;
    width: calc(100% + 0.4rem);
    line-height: 1.5;
    font-weight: 300;
    text-transform: none;
}
#text02 {
    font-size: 0.75em;
}
#credits {
    font-size: 0.6em;
    cursor: default;
    margin-top: 1rem !important;
}
#credits a {
    text-decoration: underline;
    transition: opacity 0.25s ease;
    opacity: 0.5;
    text-decoration: none !important;
}
#credits a:hover {
    text-decoration: none;
    opacity: 1;
    text-decoration: none !important;
}
h1,
h2,
h3,
p {
    color: #313F47;
    font-family: 'Source Sans Pro';
    letter-spacing: 0.225rem;
    width: calc(100% + 0.225rem);
    font-size: 1.5em;
    line-height: 1.875;
    font-weight: 200;
    text-transform: uppercase;
}
hr {
    width: 100%;
    position: relative;
    padding: 0;
    border: 0;
    height: 0.5rem;
    line-height: 0.5rem;
}
hr:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    background-color: #C8CCCF;
    height: 1px;
}
.icons {
    cursor: default;
    padding: 0;
    letter-spacing: 0;
    font-size: 1.5em;
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
}
.icons li {
    display: inline-block;
    vertical-align: middle;
    margin: 1.0rem;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 72px;
    max-height: 112.25px;
    white-space:nowrap;
}
:is(.icons li) .label {
        color: #313F47;
        font-family: 'Source Sans Pro';
        font-size: .7rem;
        line-height: 1.875;
        font-weight: 200;
        opacity: 0;  
        transition: opacity .75s .5s;
        overflow: visible;
        display: block;
        margin-left: -100%;
        margin-right: -100%;
        text-align: center;
    }
.icons li a {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    border-radius: 100%;
    width: 2em;
    height: 2em;
}

:is(.icons li a:hover)  ~ .label {
        opacity: 1;  
        transition: opacity .75s;
    }

.icons li a svg {
    display: block;
    transition: fill 0.25s ease;
}

.icons li a .fsac-icon {
    display: block;
    width: 60%;
    height: 60%;
    position: relative;
    background-image: url('../images/fsac-icon.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icons li a .fsac-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #C8CCCF;
    transition: opacity 0.25s ease;
    -webkit-mask-image: url('../images/fsac-icon.webp');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url('../images/fsac-icon.webp');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

#icons01 li a svg, #icons02 li a svg {
    width: 60%;
    height: 60%;
}
#icons01 .n01 svg {
    fill: #C8CCCF;
}
#icons01 .n01 {
    border: solid 1px #C8CCCF;
}
#icons01 .n01:hover {
    border-color: #FF7496;
}
#icons01 .n01:hover svg {
    fill: #FF7496;
}
#icons01 .n02 svg {
    fill: #C8CCCF;
}
#icons01 .n02 {
    border: solid 1px #C8CCCF;
}
#icons01 .n02:hover {
    border-color: #1a5581;
}
#icons01 .n02:hover svg {
    fill: #1a5581;
}
#icons01 .n03 svg {
    fill: #C8CCCF;
}
#icons01 .n03 {
    border: solid 1px #C8CCCF;
}
#icons01 .n03:hover {
    border-color: #FF7496;
}
#icons01 .n03:hover svg {
    fill: #FF7496;
}
#icons02 .n04 svg {
    fill: #C8CCCF;
}
#icons02 .n04 {
    border: solid 1px #C8CCCF;
}
#icons02 .n04:hover {
    border-color: #F48024;
}
#icons02 .n04:hover svg {
    fill: #F48024;
}
#icons02 .n05 svg {
    fill: #C8CCCF;
}
#icons02 .n05 {
    border: solid 1px #C8CCCF;
}
#icons02 .n05:hover {
    border-color: #FF7496;
}
#icons02 .n05:hover svg {
    fill: #FF7496;
}
#icons02 .n06 {
    border: solid 1px #C8CCCF;
}
#icons02 .n06:hover {
    border-color: #ffd854;
}
#icons02 .n06:hover .fsac-icon::before {
    opacity: 0;
}

#divider02 {
    margin-bottom: 1.5rem !important;
}

@media (max-width: 1280px) {
    html {
        font-size: 13pt;
    }

    .icons li {
        max-width: 52px;
    }

        :is(.icons li) a .label {
            margin-top: 35px;
        }
}
@media (max-width: 980px) {
    html {
        font-size: 11pt;
    }
    .icons li {
        margin: .5rem;
    }

        :is(.icons li) .label {
            display: none;
        }
}
@media (max-width: 736px) {
    html {
        font-size: 11pt;
    }
    #main > .inner {
        padding: 3.125rem 2rem;
    }
    #main > .inner > .flush {
        margin-left: calc(-2rem - 1px);
        width: calc(100% + 4rem + 2px);
        max-width: calc(100% + 4rem + 2px);
    }
    #main > .inner > .flush:first-child {
        margin-top: -3.125rem !important;
    }
    #main > .inner > .flush:last-child {
        margin-bottom: -3.125rem !important;
    }
    #divider01, #divider02 {
        height: 0.5rem;
        line-height: 0.5rem;
    }
}
@media (max-width: 360px) {
    #main > .inner {
        padding: 2.34375rem 1.5rem;
    }
    #main > .inner > .flush {
        margin-left: calc(-1.5rem - 1px);
        width: calc(100% + 3rem + 2px);
        max-width: calc(100% + 3rem + 2px);
    }
    #main > .inner > .flush:first-child {
        margin-top: -2.34375rem !important;
    }
    #main > .inner > .flush:last-child {
        margin-bottom: -2.34375rem !important;
    }
    #icons01, #icons02 {
        width: calc(100% + 0.75rem);
        margin-left: -0.375rem;
    }
    #icons01 li, #icons02 li {
        margin: 0.375rem;
    }
}
