@import "../webfonts/fonts.css";
    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;
}
body {
    -webkit-text-size-adjust: none;
}
@media screen and (max-width:480px) {
    html, body {
    min-width: 320px;
}
}html {
    box-sizing: border-box;
}
*, :before, :after {
    box-sizing: inherit;
}
body {
    background: #1b1f22;
}
body.is-preload *, body.is-preload :before, body.is-preload :after {
    -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;
}
html {
    font-size: 16pt;
}
@media screen and (max-width:1680px) {
    html {
    font-size: 12pt;
}
}@media screen and (max-width:736px) {
    html {
    font-size: 11pt;
}
}@media screen and (max-width:360px) {
    html {
    font-size: 10pt;
}
}body, input, select, textarea {
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.65;
}
a {
    -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-bottom-color .2s ease-in-out;
    border-bottom: dotted 1px rgba(255, 255, 255, .5);
    text-decoration: none;
    color: inherit;
}
a:hover {
    border-bottom-color: transparent;
}
strong, b {
    color: #fff;
    font-weight: 600;
}
p {
    margin: 0 0 2rem;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
}
h1.major, h2.major, h3.major, h4.major, h5.major, h6.major {
    border-bottom: solid 1px #fff;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    width: max-content;
    padding-bottom: .5rem;
    margin: 0 0 2rem;
}
h1 {
    font-size: 2.25rem;
    line-height: 1.3;
    letter-spacing: .5rem;
}
h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: .5rem;
}
h3 {
    font-size: 1rem;
}
@media screen and (max-width:736px) {
    h1 {
    font-size: 1.75rem;
    line-height: 1.4;
}
h2 {
    font-size: 1.25em;
    line-height: 1.5;
}
}form {
    margin: 0 0 2rem;
}
form>:last-child {
    margin-bottom: 0;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
    -webkit-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
    -ms-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
    background-color: transparent;
    border-radius: 4px;
    border: solid 1px #fff;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1rem;
    text-decoration: none;
    width: 100%}
input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, select:invalid, textarea:invalid {
    box-shadow: none;
}
input[type="text"], input[type="password"], input[type="email"], select {
    height: 2.75rem;
}
textarea {
    padding: .75rem 1rem;
}
::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)!important;
    opacity: 1;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    background-color: transparent;
    border-radius: 4px;
    border: 0;
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    font-weight: 300;
    height: 2.75rem;
    letter-spacing: .2rem;
    line-height: 2.75rem;
    outline: 0;
    padding: 0 1.25rem 0 1.35rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
    line-height: calc(2.75rem - 2px);
}
#bg {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
#bg {
    display: none;
}
#bg:before, #bg:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
#bg:before {
    -moz-transition: background-color 2.5s ease-in-out;
    -webkit-transition: background-color 2.5s ease-in-out;
    -ms-transition: background-color 2.5s ease-in-out;
    transition: background-color 2.5s ease-in-out;
    -moz-transition-delay: .75s;
    -webkit-transition-delay: .75s;
    -ms-transition-delay: .75s;
    transition-delay: .75s;
    background-size: auto, 256px 256px;
    background-position: center, center;
    background-repeat: no-repeat, repeat;
    z-index: 2;
}
#bg:after {
    -moz-transform: scale(1.125);
    -webkit-transform: scale(1.125);
    -ms-transform: scale(1.125);
    transform: scale(1.125);
    -moz-transition: -moz-transform .325s ease-in-out, -moz-filter .325s ease-in-out;
    -webkit-transition: -webkit-transform .325s ease-in-out, -webkit-filter .325s ease-in-out;
    -ms-transition: -ms-transform .325s ease-in-out, -ms-filter .325s ease-in-out;
    transition: transform .325s ease-in-out, filter .325s ease-in-out;
    background-image: url(../imgs/bbg.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
#bgv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Same level as #bg or adjust as needed */
}

#bgv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#bgv video.loaded {
  opacity: 1;
}

#bp {
    position: relative;
    margin-top: -2rem;
    margin-right: -19rem;
    z-index: 4;
    display: none;
}
#bp:hover {
  transform: scale(1.05);
}
@media screen and (max-width:736px) {
    #bp {
    margin-right: -9rem;
}
}



body.is-article-visible #bg:after {
    -moz-transform: scale(1.0825);
    -webkit-transform: scale(1.0825);
    -ms-transform: scale(1.0825);
    transform: scale(1.0825);
    -moz-filter: blur(.2rem);
    -webkit-filter: blur(.2rem);
    -ms-filter: blur(.2rem);
    filter: blur(.2rem);
    filter: brightness(80%);
}
body.is-preload #bg:before {
    background-color: #000;
}
@media screen and (min-width:2500px) {
    #bg: after {
    background-image: url(../imgs/bbg.webp);
}
}#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 4rem 2rem;
    z-index: 3;
}
#wrapper:before {
    content: '';
    display: block;
}
@media screen and (max-width:1680px) {
    #wrapper {
    padding: 3rem 2rem;
}
}@media screen and (max-width:736px) {
    #wrapper {
    padding: 2rem 1rem;
}
}@media screen and (max-width:480px) {
    #wrapper {
    padding: 1rem;
    min-height: 93vh;
}
body {
    margin-top: -5vh;
}
}#header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-transition: -moz-transform .325s ease-in-out, -moz-filter .325s ease-in-out, opacity .325s ease-in-out;
    -webkit-transition: -webkit-transform .325s ease-in-out, -webkit-filter .325s ease-in-out, opacity .325s ease-in-out;
    -ms-transition: -ms-transform .325s ease-in-out, -ms-filter .325s ease-in-out, opacity .325s ease-in-out;
    transition: transform .325s ease-in-out, filter .325s ease-in-out, opacity .325s ease-in-out;
    background-image: -moz-radial-gradient(rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0) 55%);
    background-image: -webkit-radial-gradient(rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0) 55%);
    background-image: -ms-radial-gradient(rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0) 55%);
    background-image: radial-gradient(rgba(0, 0, 0, .25) 25%, rgba(0, 0, 0, 0) 55%);
    max-width: 100%;
    text-align: center;
}
#header>* {
    -moz-transition: opacity .325s ease-in-out;
    -webkit-transition: opacity .325s ease-in-out;
    -ms-transition: opacity .325s ease-in-out;
    transition: opacity .325s ease-in-out;
    position: relative;
    margin-top: 3.5rem;
}
#header>:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(-3.5rem - 1px);
    left: calc(50% - 1px);
    width: 1px;
    height: calc(3.5rem + 1px);
    background: #fff;
}
#header>:first-child {
    margin-top: 0;
}
#header>:first-child:before {
    display: none;
}
#header .content {
    border-style: solid;
    border-color: #fff;
    border-top-width: 1px;
    border-bottom-width: 1px;
    max-width: 100%}
#header .content .inner {
    -moz-transition: max-height .75s ease, padding .75s ease, opacity .325s ease-in-out;
    -webkit-transition: max-height .75s ease, padding .75s ease, opacity .325s ease-in-out;
    -ms-transition: max-height .75s ease, padding .75s ease, opacity .325s ease-in-out;
    transition: max-height .75s ease, padding .75s ease, opacity .325s ease-in-out;
    -moz-transition-delay: .25s;
    -webkit-transition-delay: .25s;
    -ms-transition-delay: .25s;
    transition-delay: .25s;
    padding: 3rem 2rem;
    max-height: 40rem;
    overflow: hidden;
}
#header .content .inner>:last-child {
    margin-bottom: 0;
}
#header nav ul {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    border: solid 1px #fff;
    border-radius: 4px;
}
#header nav ul li {
    padding-left: 0;
    border-left: solid 1px #fff;
}
#header nav ul li:first-child {
    border-left: 0;
}
#header nav ul li a {
    display: block;
    min-width: 7.5rem;
    height: 2.75rem;
    line-height: 2.75rem;
    padding: 0 1.25rem 0 1.45rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: .8rem;
    border-bottom: 0;
}
#header nav ul li a:hover {
    background-color: rgba(255, 255, 255, .085);
}
body.is-preload #header {
    -moz-filter: blur(.125rem);
    -webkit-filter: blur(.125rem);
    -ms-filter: blur(.125rem);
    filter: blur(.125rem);
}
body.is-preload #header>* {
    opacity: 0;
}
body.is-preload #header .content .inner {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}
@media screen and (max-width:980px) {
    #header .content p br {
    display: none;
}
}@media screen and (max-width:736px) {
    #header>* {
    margin-top: 2rem;
}
#header>:before {
    top: calc(-2rem - 1px);
    height: calc(2rem + 1px);
}
#header .content .inner {
    padding: 2.5rem 1rem;
}
#header .content p {
    line-height: 1.875;
}
}@media screen and (max-width:480px) {
    #header {
    padding: 1.5rem 0;
}
#header .content .inner {
    padding: 2.5rem 0;
}
#header nav ul {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 10rem;
    max-width: 100%}
#header nav ul li {
    border-left: 0;
    border-top: solid 1px #fff;
}
#header nav ul li:first-child {
    border-top: 0;
}
#header nav ul li a {
    height: 3rem;
    line-height: 3rem;
    min-width: 0;
    width: 100%}
#header nav.use-middle:after {
    display: none;
}
}#main {
    -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;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    max-width: 100%;
    z-index: 3;
}
#main article {
    -moz-transform: translateY(.25rem);
    -webkit-transform: translateY(.25rem);
    -ms-transform: translateY(.25rem);
    transform: translateY(.25rem);
    -moz-transition: opacity .325s ease-in-out, -moz-transform .325s ease-in-out;
    -webkit-transition: opacity .325s ease-in-out, -webkit-transform .325s ease-in-out;
    -ms-transition: opacity .325s ease-in-out, -ms-transform .325s ease-in-out;
    transition: opacity .325s ease-in-out, transform .325s ease-in-out;
    padding: 4.5rem 2.5rem 1.5rem;
    position: relative;
    width: 40rem;
    max-width: 100%;
    background-color: rgba(27, 31, 34, .85);
    border-radius: 4px;
    opacity: 0;
}
#main article.active {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
#main article .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    text-indent: 4rem;
    overflow: hidden;
    white-space: nowrap;
}
#main article .close:before {
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    content: '';
    display: block;
    position: absolute;
    top: .75rem;
    left: .75rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%}
#main article .close:hover:before {
    background-color: rgba(255, 255, 255, .075);
}
#main article .close:active:before {
    background-color: rgba(255, 255, 255, .175);
}
@media screen and (max-width:736px) {
    #main article {
    padding: 3.5rem 2rem .5rem;
}
#main article .close:before {
    top: .875rem;
    left: .875rem;
    width: 2.25rem;
    height: 2.25rem;
    background-size: 14px 14px;
}
}@media screen and (max-width:480px) {
    #main article {
    padding: 3rem 1.5rem .5rem;
}
}#footer {
    -moz-transition: -moz-transform .325s ease-in-out, -moz-filter .325s ease-in-out, opacity .325s ease-in-out;
    -webkit-transition: -webkit-transform .325s ease-in-out, -webkit-filter .325s ease-in-out, opacity .325s ease-in-out;
    -ms-transition: -ms-transform .325s ease-in-out, -ms-filter .325s ease-in-out, opacity .325s ease-in-out;
    transition: transform .325s ease-in-out, filter .325s ease-in-out, opacity .325s ease-in-out;
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
    text-align: center;
}
#footer .copyright {
    letter-spacing: .2rem;
    font-size: .6rem;
    opacity: .75;
    margin-bottom: 0;
    text-transform: uppercase;
}
body.is-article-visible #footer {
    -moz-transform: scale(.95);
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -moz-filter: blur(.1rem);
    -webkit-filter: blur(.1rem);
    -ms-filter: blur(.1rem);
    filter: blur(.1rem);
    opacity: 0;
}
body.is-preload #footer {
    opacity: 0;
}
.english {
    color: rgba(154, 255, 255, 255)!important;
}
.spinner {
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    transform-style: preserve-3d;
    text-align: center;
    margin-bottom: -.1em;
}
@keyframes spinner {
    from {
    transform: rotateY(0);
}
to {
    transform: rotateY(-360deg);
}
}.subtitle {
    font-size: 1.5em;
}
#contact {
    font-size: 1.5em;
}
#math {
    width: 30%}
.solve {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 1em;
    padding-right: 4em;
}
.wrong {
    margin-bottom: 1.5em;
    font-weight: 700;
    color: red;
}
.adr_info {
    text-align: left;
    font-size: .5em;
}
.input1, .input2, .input3 {
    font-size: 2em!important;
    float: left;
}
.input1 {
    width: 5em!important;
    text-align: right!important;
    margin-left: 2em!important;
}
@media (max-width:800px) {
    .input1 {
    margin-left: 0!important;
}
}.input2 {
    width: 2em!important;
    margin-right: .5em;
    caret-color: #7cb9e8;
}
.input1, input1:focus {
    background: 0 0!important;
    border: none!important;
    outline-width: 0!important;
    caret-color: transparent!important;
    background-color: transparent!important;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    cursor: default!important;
    -webkit-user-select: none!important;
    -ms-user-select: none!important;
    -moz-user-select: none!important;
    user-select: none!important;
}
.input1::placeholder {
    color: #7cb9e8!important;
    font-weight: 700!important;
    letter-spacing: 2px!important;
    opacity: 1.5!important;
    word-spacing: 4px!important;
    text-align: right!important;
}
.display_mob {
    display: none;
}
.no-display_mob {
    display: block;
}
.close {
    display: block;
    position: absolute;
    width: 100%;
    cursor: pointer;
    text-indent: 4rem;
    overflow: hidden;
    white-space: nowrap;
    top: .75rem;
    left: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    background-position: center;
    background-image: url(/assets/imgs/web.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    animation-name: spin;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    transform-style: preserve-3d;
}
@keyframes spin {
    from {
    transform: rotateY(0);
}
to {
    transform: rotateY(-360deg);
}
}.close2 {
    font-size: 36px;
    position: absolute;
    top: -.35rem;
    left: 38rem;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.reduce {
    font-size: .7em!important;
}
.solve {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 1em;
    padding-right: 4em;
}
#math {
    cursor: url(../imgs/calcarr.webp), auto!important;
}
@media screen and (max-width:480px) {
    #bg: after {
    background-image: url(../imgs/mobg.jpg);
}
#math {
    cursor: auto;
}
h2.major {
    margin-top: 1.25em;
}
.close2 {
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 22rem;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.solve {
    padding-right: 1em;
    font-size: 1.5em;
}
.wrong {
    padding-right: 1em;
    font-size: 1em;
    text-align: left;
}
}.display_mob {
    display: block;
}
.no-display_mob {
    display: none;
}
#spacer1 {
    width: 32.5rem;
    height: 0;
    display: block;
}
.hiddenINFO {
    opacity: 0;
    margin: 0;
    display: none;
    visibility: hidden;
}
.relativeINFO:hover .hiddenINFO {
    opacity: 1;
    display: block;
    visibility: visible;
}
.relativeINFO:hover>.one {
    opacity: 0;
    margin: 0;
    display: none;
    visibility: hidden;
}
.arr_par {
    position: relative;
    top: 0;
    left: 0;
}
.arr_over {
    position: relative;
    top: 0;
    left: 0;
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-3´20px);
}
60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
}
}@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
}.arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: -1.5em;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    font-size: 2em;
}
.bounce {
    -moz-animation: bounce 1s;
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
    -moz-animation-iteration-count: 2;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
.maildiv {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.visible {
    display: block;
}
.invisible {
    display: none;
}
.x-text {
    color: #dcaf5e;
    position: relative;
    top: 0;
    font-size: 2.5em;
    display: inline-block;
    -webkit-transform: translate(0, 350px);
    transform: translate(0, 350px);
    animation-fill-mode: forwards!important;
    -webkit-animation-fill-mode: forwards!important;
    opacity: 0;
}
.x-text:nth-of-type(1) {
    animation: text-anim .7s 1s 1 ease;
    -webkit-animation: text-anim .7s 1s 1 ease;
}
.x-text:nth-of-type(2) {
    animation: text-anim .7s 1.1s 1 ease;
    -webkit-animation: text-anim .7s 1.1s 1 ease;
}
.x-text:nth-of-type(3) {
    animation: text-anim .7s 1.2s 1 ease;
    -webkit-animation: text-anim .7s 1.2s 1 ease;
}
.x-text:nth-of-type(4) {
    animation: text-anim .7s 1.3s 1 ease;
    -webkit-animation: text-anim .7s 1.3s 1 ease;
}
.x-text:nth-of-type(5) {
    animation: text-anim-S .7s 1.4s 1 ease;
    -webkit-animation: text-anim .7s 1.4s 1 ease;
}
.x-text:nth-of-type(6) {
    animation: text-anim-S .7s 1.9s 1 ease;
    -webkit-animation: text-anim-S .7s 1.9s 1 ease;
}
.x-text:nth-of-type(7) {
    animation: text-anim .7s 2.4s 1 ease;
    -webkit-animation: text-anim .7s 2.4s 1 ease;
}
.x-text:nth-of-type(8) {
    animation: text-anim .7s 2.8s 1 ease;
    -webkit-animation: text-anim .7s 2.8s 1 ease;
}
@keyframes text-anim {
    0% {
    -webkit-transform: translate(0, 100px) translateZ(0);
    transform: translate(0, 100px) translateZ(0);
    opacity: 0;
}
60% {
    -webkit-transform: translate(0, -20px) translateZ(0);
    transform: translate(0, -20px) translateZ(0);
}
80% {
    -webkit-transform: translate(0, 15px) translateZ(0);
    transform: translate(0, 15px) translateZ(0);
}
100% {
    -webkit-transform: translate(0, 0) translateZ(0);
    transform: translate(0, 0) translateZ(0);
    opacity: 1;
}
}@-webkit-keyframes text-anim {
    0% {
    -webkit-transform: translate(0, 100px) translateZ(0);
    transform: translate(0, 100px) translateZ(0);
    opacity: 0;
}
60% {
    -webkit-transform: translate(0, -20px) translateZ(0);
    transform: translate(0, -20px) translateZ(0);
}
80% {
    -webkit-transform: translate(0, 15px) translateZ(0);
    transform: translate(0, 15px) translateZ(0);
}
100% {
    -webkit-transform: translate(0, 0) translateZ(0);
    transform: translate(0, 0) translateZ(0);
    opacity: 1;
}
}@keyframes text-anim-S {
    0% {
    -webkit-transform: translate(10px, 185px) translateZ(0);
    transform: translate(10px, 185px) translateZ(0);
    opacity: 0;
}
60% {
    -webkit-transform: translate(0, -20px) translateZ(0);
    transform: translate(0, -20px) translateZ(0);
}
80% {
    -webkit-transform: translate(0, 15px) translateZ(0);
    transform: translate(0, 15px) translateZ(0);
}
100% {
    -webkit-transform: translate(0, 10px) translateZ(0);
    transform: translate(0, 10px) translateZ(0);
    opacity: 1;
}
}@-webkit-keyframes text-anim-S {
    0% {
    -webkit-transform: translate(10px, 185px) translateZ(0);
    transform: translate(10px, 185px) translateZ(0);
    opacity: 0;
}
60% {
    -webkit-transform: translate(0, -20px) translateZ(0);
    transform: translate(0, -20px) translateZ(0);
}
80% {
    -webkit-transform: translate(0, 15px) translateZ(0);
    transform: translate(0, 15px) translateZ(0);
}
100% {
    -webkit-transform: translate(0, 10px) translateZ(0);
    transform: translate(0, 10px) translateZ(0);
    opacity: 1;
}
}.no-break {
    white-space: nowrap;
}@import "../webfonts/fonts.css";
    
    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;
    
}
body  {
    
    -webkit-text-size-adjust:  none;
    
}
@media screen and (max-width: 480px)  {
    
    html,  body  {
    
    min-width:  320px;
    
}
}
html  {
    
    box-sizing:  border-box;
    
}
*,  : before,  :after  {
    
    box-sizing:  inherit;
    
}
body  {
    
    background:  #1b1f22;
    
}
body.is-preload *,  body.is-preload : before,  body.is-preload :after  {
    
    -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;
    
}
html  {
    
    font-size:  16pt;
    
}
@media screen and (max-width: 1680px)  {
    
    html  {
    
    font-size:  12pt;
    
}
}
@media screen and (max-width: 736px)  {
    
    html  {
    
    font-size:  11pt;
    
}
}
@media screen and (max-width: 360px)  {
    
    html  {
    
    font-size:  10pt;
    
}
}
body,  input,  select,  textarea  {
    
    color:  #fff;
    
    font-family:  "Source Sans Pro",  sans-serif;
    
    font-weight:  300;
    
    font-size:  1rem;
    
    line-height:  1.65;
    
}
a  {
    
    -moz-transition:  color .2s ease-in-out,  background-color .2s ease-in-out,  border-bottom-color .2s ease-in-out;
    
    -webkit-transition:  color .2s ease-in-out,  background-color .2s ease-in-out,  border-bottom-color .2s ease-in-out;
    
    -ms-transition:  color .2s ease-in-out,  background-color .2s ease-in-out,  border-bottom-color .2s ease-in-out;
    
    transition:  color .2s ease-in-out,  background-color .2s ease-in-out,  border-bottom-color .2s ease-in-out;
    
    border-bottom:  dotted 1px rgba(255,  255,  255,  .5);
    
    text-decoration:  none;
    
    color:  inherit;
    
}
a: hover  {
    
    border-bottom-color:  transparent;
    
}
strong,  b  {
    
    color:  #fff;
    
    font-weight:  600;
    
}
p  {
    
    margin:  0 0 2rem;
    
}
h1,  h2,  h3,  h4,  h5,  h6  {
    
    color:  #fff;
    
    font-weight:  600;
    
    line-height:  1.5;
    
    margin:  0 0 1rem;
    
    text-transform:  uppercase;
    
    letter-spacing:  .2rem;
    
}
h1.major,  h2.major,  h3.major,  h4.major,  h5.major,  h6.major  {
    
    border-bottom:  solid 1px #fff;
    
    width:  -moz-max-content;
    
    width:  -webkit-max-content;
    
    width:  -ms-max-content;
    
    width:  max-content;
    
    padding-bottom:  .5rem;
    
    margin:  0 0 2rem;
    
}
h1  {
    
    font-size:  2.25rem;
    
    line-height:  1.3;
    
    letter-spacing:  .5rem;
    
}
h2  {
    
    font-size:  1.5rem;
    
    line-height:  1.4;
    
    letter-spacing:  .5rem;
    
}
h3  {
    
    font-size:  1rem;
    
}
@media screen and (max-width: 736px)  {
    
    h1  {
    
    font-size:  1.75rem;
    
    line-height:  1.4;
    
}
h2  {
    
    font-size:  1.25em;
    
    line-height:  1.5;
    
}
}
form  {
    
    margin:  0 0 2rem;
    
}
form>: last-child  {
    
    margin-bottom:  0;
    
}
input[type="text"],  input[type="password"],  input[type="email"],  input[type="tel"],  select,  textarea  {
    
    -moz-appearance:  none;
    
    -webkit-appearance:  none;
    
    -ms-appearance:  none;
    
    appearance:  none;
    
    -moz-transition:  border-color .2s ease-in-out,  box-shadow .2s ease-in-out,  background-color .2s ease-in-out;
    
    -webkit-transition:  border-color .2s ease-in-out,  box-shadow .2s ease-in-out,  background-color .2s ease-in-out;
    
    -ms-transition:  border-color .2s ease-in-out,  box-shadow .2s ease-in-out,  background-color .2s ease-in-out;
    
    transition:  border-color .2s ease-in-out,  box-shadow .2s ease-in-out,  background-color .2s ease-in-out;
    
    background-color:  transparent;
    
    border-radius:  4px;
    
    border:  solid 1px #fff;
    
    color:  inherit;
    
    display:  block;
    
    outline:  0;
    
    padding:  0 1rem;
    
    text-decoration:  none;
    
    width:  100%}
input[type="text"]:invalid,  input[type="password"]:invalid,  input[type="email"]:invalid,  input[type="tel"]:invalid,  select:invalid,  textarea:invalid  {
    
    box-shadow:  none;
    
}
input[type="text"],  input[type="password"],  input[type="email"],  select  {
    
    height:  2.75rem;
    
}
textarea  {
    
    padding:  .75rem 1rem;
    
}
: :-webkit-input-placeholder  {
    
    color:  rgba(255,  255,  255,  .5)!important;
    
    opacity:  1;
    
}
input[type="submit"],  input[type="reset"],  input[type="button"],  button,  .button  {
    
    -moz-appearance:  none;
    
    -webkit-appearance:  none;
    
    -ms-appearance:  none;
    
    appearance:  none;
    
    -moz-transition:  background-color .2s ease-in-out,  color .2s ease-in-out;
    
    -webkit-transition:  background-color .2s ease-in-out,  color .2s ease-in-out;
    
    -ms-transition:  background-color .2s ease-in-out,  color .2s ease-in-out;
    
    transition:  background-color .2s ease-in-out,  color .2s ease-in-out;
    
    background-color:  transparent;
    
    border-radius:  4px;
    
    border:  0;
    
    box-shadow:  inset 0 0 0 1px #fff;
    
    color:  #fff!important;
    
    cursor:  pointer;
    
    display:  inline-block;
    
    font-size:  .8rem;
    
    font-weight:  300;
    
    height:  2.75rem;
    
    letter-spacing:  .2rem;
    
    line-height:  2.75rem;
    
    outline:  0;
    
    padding:  0 1.25rem 0 1.35rem;
    
    text-align:  center;
    
    text-decoration:  none;
    
    text-transform:  uppercase;
    
    white-space:  nowrap;
    
}
input[type="submit"],  input[type="reset"],  input[type="button"],  button  {
    
    line-height:  calc(2.75rem - 2px);
    
}
#bg  {
    
    -moz-transform:  scale(1);
    
    -webkit-transform:  scale(1);
    
    -ms-transform:  scale(1);
    
    transform:  scale(1);
    
    -webkit-backface-visibility:  hidden;
    
    position:  fixed;
    
    top:  0;
    
    left:  0;
    
    width:  100%;
    
    height:  100vh;
    
    z-index:  1;
    
}
#bg  {
    
    display:  none;
    
}
#bg: before,  #bg:after {
    
    content:  '';
    
    display:  block;
    
    position:  absolute;
    
    top:  0;
    
    left:  0;
    
    width:  100%;
    
    height:  100%}
#bg:before {
    
    -moz-transition:  background-color 2.5s ease-in-out;
    
    -webkit-transition:  background-color 2.5s ease-in-out;
    
    -ms-transition:  background-color 2.5s ease-in-out;
    
    transition:  background-color 2.5s ease-in-out;
    
    -moz-transition-delay:  .75s;
    
    -webkit-transition-delay:  .75s;
    
    -ms-transition-delay:  .75s;
    
    transition-delay:  .75s;
    
    background-size:  auto,  256px 256px;
    
    background-position:  center,  center;
    
    background-repeat:  no-repeat,  repeat;
    
    z-index:  2;
    
}
#bg: after  {
    
    -moz-transform:  scale(1.125);
    
    -webkit-transform:  scale(1.125);
    
    -ms-transform:  scale(1.125);
    
    transform:  scale(1.125);
    
    -moz-transition:  -moz-transform .325s ease-in-out,  -moz-filter .325s ease-in-out;
    
    -webkit-transition:  -webkit-transform .325s ease-in-out,  -webkit-filter .325s ease-in-out;
    
    -ms-transition:  -ms-transform .325s ease-in-out,  -ms-filter .325s ease-in-out;
    
    transition:  transform .325s ease-in-out,  filter .325s ease-in-out;
    
    background-image:  url(../imgs/bbg.jpg);
    
    background-position:  left;
    
    background-size:  cover;
    
    background-repeat:  no-repeat;
    
    z-index:  1;
    
}

#bgv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* Adjust z-index based on your layout needs */
}

#bgv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#bgv video.loaded {
  opacity: 1;
}


body.is-article-visible #bg: after  {
    
    -moz-transform:  scale(1.0825);
    
    -webkit-transform:  scale(1.0825);
    
    -ms-transform:  scale(1.0825);
    
    transform:  scale(1.0825);
    
    -moz-filter:  blur(.2rem);
    
    -webkit-filter:  blur(.2rem);
    
    -ms-filter:  blur(.2rem);
    
    filter:  blur(.2rem);
    
    filter:  brightness(80%);
    
}
body.is-preload #bg: before  {
    
    background-color:  #000;
    
}
@media screen and (min-width: 2500px)  {
    
    #bg:  after  {
    
    background-image:  url(../imgs/bbg.webp);
    
}
}
#wrapper  {
    
    display:  -moz-flex;
    
    display:  -webkit-flex;
    
    display:  -ms-flex;
    
    display:  flex;
    
    -moz-flex-direction:  column;
    
    -webkit-flex-direction:  column;
    
    -ms-flex-direction:  column;
    
    flex-direction:  column;
    
    -moz-align-items:  center;
    
    -webkit-align-items:  center;
    
    -ms-align-items:  center;
    
    align-items:  center;
    
    -moz-justify-content:  space-between;
    
    -webkit-justify-content:  space-between;
    
    -ms-justify-content:  space-between;
    
    justify-content:  space-between;
    
    position:  relative;
    
    min-height:  100vh;
    
    width:  100%;
    
    padding:  4rem 2rem;
    
    z-index:  3;
    
}
#wrapper: before  {
    
    content:  '';
    
    display:  block;
    
}
@media screen and (max-width: 1680px)  {
    
    #wrapper  {
    
    padding:  3rem 2rem;
    
}
}
@media screen and (max-width: 736px)  {
    
    #wrapper  {
    
    padding:  2rem 1rem;
    
}
}
@media screen and (max-width: 480px)  {
    
    #wrapper  {
    
    padding:  1rem;
    
    min-height:  93vh;
    
}
body  {
    
    margin-top:  -5vh;
    
}
}
#header  {
    
    display:  -moz-flex;
    
    display:  -webkit-flex;
    
    display:  -ms-flex;
    
    display:  flex;
    
    -moz-flex-direction:  column;
    
    -webkit-flex-direction:  column;
    
    -ms-flex-direction:  column;
    
    flex-direction:  column;
    
    -moz-align-items:  center;
    
    -webkit-align-items:  center;
    
    -ms-align-items:  center;
    
    align-items:  center;
    
    -moz-transition:  -moz-transform .325s ease-in-out,  -moz-filter .325s ease-in-out,  opacity .325s ease-in-out;
    
    -webkit-transition:  -webkit-transform .325s ease-in-out,  -webkit-filter .325s ease-in-out,  opacity .325s ease-in-out;
    
    -ms-transition:  -ms-transform .325s ease-in-out,  -ms-filter .325s ease-in-out,  opacity .325s ease-in-out;
    
    transition:  transform .325s ease-in-out,  filter .325s ease-in-out,  opacity .325s ease-in-out;
    
    background-image:  -moz-radial-gradient(rgba(0,  0,  0,  .25) 25%,  rgba(0,  0,  0,  0) 55%);
    
    background-image:  -webkit-radial-gradient(rgba(0,  0,  0,  .25) 25%,  rgba(0,  0,  0,  0) 55%);
    
    background-image:  -ms-radial-gradient(rgba(0,  0,  0,  .25) 25%,  rgba(0,  0,  0,  0) 55%);
    
    background-image:  radial-gradient(rgba(0,  0,  0,  .25) 25%,  rgba(0,  0,  0,  0) 55%);
    
    max-width:  100%;
    
    text-align:  center;
    
}
#header>*  {
    
    -moz-transition:  opacity .325s ease-in-out;
    
    -webkit-transition:  opacity .325s ease-in-out;
    
    -ms-transition:  opacity .325s ease-in-out;
    
    transition:  opacity .325s ease-in-out;
    
    position:  relative;
    
    margin-top:  3.5rem;
    
}
#header>: before  {
    
    content:  '';
    
    display:  block;
    
    position:  absolute;
    
    top:  calc(-3.5rem - 1px);
    
    left:  calc(50% - 1px);
    
    width:  1px;
    
    height:  calc(3.5rem + 1px);
    
    background:  #fff;
    
}
#header>: first-child  {
    
    margin-top:  0;
    
}
#header>: first-child:before  {
    
    display:  none;
    
}
#header .content  {
    
    border-style:  solid;
    
    border-color:  #fff;
    
    border-top-width:  1px;
    
    border-bottom-width:  1px;
    
    max-width:  100%}
#header .content .inner  {
    
    -moz-transition:  max-height .75s ease,  padding .75s ease,  opacity .325s ease-in-out;
    
    -webkit-transition:  max-height .75s ease,  padding .75s ease,  opacity .325s ease-in-out;
    
    -ms-transition:  max-height .75s ease,  padding .75s ease,  opacity .325s ease-in-out;
    
    transition:  max-height .75s ease,  padding .75s ease,  opacity .325s ease-in-out;
    
    -moz-transition-delay:  .25s;
    
    -webkit-transition-delay:  .25s;
    
    -ms-transition-delay:  .25s;
    
    transition-delay:  .25s;
    
    padding:  3rem 2rem;
    
    max-height:  40rem;
    
    overflow:  hidden;
    
}
#header .content .inner>: last-child  {
    
    margin-bottom:  0;
    
}
#header nav ul  {
    
    display:  -moz-flex;
    
    display:  -webkit-flex;
    
    display:  -ms-flex;
    
    display:  flex;
    
    margin-bottom:  0;
    
    list-style:  none;
    
    padding-left:  0;
    
    border:  solid 1px #fff;
    
    border-radius:  4px;
    
}
#header nav ul li  {
    
    padding-left:  0;
    
    border-left:  solid 1px #fff;
    
}
#header nav ul li: first-child  {
    
    border-left:  0;
    
}
#header nav ul li a  {
    
    display:  block;
    
    min-width:  7.5rem;
    
    height:  2.75rem;
    
    line-height:  2.75rem;
    
    padding:  0 1.25rem 0 1.45rem;
    
    text-transform:  uppercase;
    
    letter-spacing:  .2rem;
    
    font-size:  .8rem;
    
    border-bottom:  0;
    
}
#header nav ul li a: hover  {
    
    background-color:  rgba(255,  255,  255,  .085);
    
}
body.is-preload #header  {
    
    -moz-filter:  blur(.125rem);
    
    -webkit-filter:  blur(.125rem);
    
    -ms-filter:  blur(.125rem);
    
    filter:  blur(.125rem);
    
}
body.is-preload #header>*  {
    
    opacity:  0;
    
}
body.is-preload #header .content .inner  {
    
    max-height:  0;
    
    padding-top:  0;
    
    padding-bottom:  0;
    
    opacity:  0;
    
}
@media screen and (max-width: 980px)  {
    
    #header .content p br  {
    
    display:  none;
    
}
}
@media screen and (max-width: 736px)  {
    
    #header>*  {
    
    margin-top:  2rem;
    
}
#header>: before  {
    
    top:  calc(-2rem - 1px);
    
    height:  calc(2rem + 1px);
    
}
#header .content .inner  {
    
    padding:  2.5rem 1rem;
    
}
#header .content p  {
    
    line-height:  1.875;
    
}
}
@media screen and (max-width: 480px)  {
    
    #header  {
    
    padding:  1.5rem 0;
    
}
#header .content .inner  {
    
    padding:  2.5rem 0;
    
}
#header nav ul  {
    
    -moz-flex-direction:  column;
    
    -webkit-flex-direction:  column;
    
    -ms-flex-direction:  column;
    
    flex-direction:  column;
    
    min-width:  10rem;
    
    max-width:  100%}
#header nav ul li  {
    
    border-left:  0;
    
    border-top:  solid 1px #fff;
    
}
#header nav ul li: first-child  {
    
    border-top:  0;
    
}
#header nav ul li a  {
    
    height:  3rem;
    
    line-height:  3rem;
    
    min-width:  0;
    
    width:  100%}
#header nav.use-middle:after  {
    
    display:  none;
    
}
}
#main  {
    
    padding-top: 4rem;
    padding-bottom: 2rem;
    
    -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;
    
    display:  -moz-flex;
    
    display:  -webkit-flex;
    
    display:  -ms-flex;
    
    display:  flex;
    
    -moz-align-items:  center;
    
    -webkit-align-items:  center;
    
    -ms-align-items:  center;
    
    align-items:  center;
    
    -moz-justify-content:  center;
    
    -webkit-justify-content:  center;
    
    -ms-justify-content:  center;
    
    justify-content:  center;
    
    -moz-flex-direction:  column;
    
    -webkit-flex-direction:  column;
    
    -ms-flex-direction:  column;
    
    flex-direction:  column;
    
    position:  relative;
    
    max-width:  100%;
    
    z-index:  3;
    
}
#main article  {
    
    -moz-transform:  translateY(.25rem);
    
    -webkit-transform:  translateY(.25rem);
    
    -ms-transform:  translateY(.25rem);
    
    transform:  translateY(.25rem);
    
    -moz-transition:  opacity .325s ease-in-out,  -moz-transform .325s ease-in-out;
    
    -webkit-transition:  opacity .325s ease-in-out,  -webkit-transform .325s ease-in-out;
    
    -ms-transition:  opacity .325s ease-in-out,  -ms-transform .325s ease-in-out;
    
    transition:  opacity .325s ease-in-out,  transform .325s ease-in-out;
    
    padding:  4.5rem 2.5rem 1.5rem;
    
    position:  relative;
    
    width:  40rem;
    
    max-width:  100%;
    
    background-color:  rgba(27,  31,  34,  .85);
    
    border-radius:  4px;
    
    opacity:  0;
    
}
#main article.active  {
    
    -moz-transform:  translateY(0);
    
    -webkit-transform:  translateY(0);
    
    -ms-transform:  translateY(0);
    
    transform:  translateY(0);
    
    opacity:  1;
    
}
#main article .close  {
    
    display:  block;
    
    position:  absolute;
    
    top:  0;
    
    right:  0;
    
    width:  4rem;
    
    height:  4rem;
    
    cursor:  pointer;
    
    text-indent:  4rem;
    
    overflow:  hidden;
    
    white-space:  nowrap;
    
}
#main article .close: before  {
    
    -moz-transition:  background-color .2s ease-in-out;
    
    -webkit-transition:  background-color .2s ease-in-out;
    
    -ms-transition:  background-color .2s ease-in-out;
    
    transition:  background-color .2s ease-in-out;
    
    content:  '';
    
    display:  block;
    
    position:  absolute;
    
    top:  .75rem;
    
    left:  .75rem;
    
    width:  2.5rem;
    
    height:  2.5rem;
    
    border-radius:  100%}
#main article .close:hover:before  {
    
    background-color:  rgba(255,  255,  255,  .075);
    
}
#main article .close: active:before  {
    
    background-color:  rgba(255,  255,  255,  .175);
    
}
@media screen and (max-width: 736px)  {
    
    #main article  {
    
    padding:  3.5rem 2rem .5rem;
    
}
#main article .close: before  {
    
    top:  .875rem;
    
    left:  .875rem;
    
    width:  2.25rem;
    
    height:  2.25rem;
    
    background-size:  14px 14px;
    
}
}
@media screen and (max-width: 480px)  {
    
    #main article  {
    
    padding:  3rem 1.5rem .5rem;
    
}
}
#footer  {
    
    -moz-transition:  -moz-transform .325s ease-in-out,  -moz-filter .325s ease-in-out,  opacity .325s ease-in-out;
    
    -webkit-transition:  -webkit-transform .325s ease-in-out,  -webkit-filter .325s ease-in-out,  opacity .325s ease-in-out;
    
    -ms-transition:  -ms-transform .325s ease-in-out,  -ms-filter .325s ease-in-out,  opacity .325s ease-in-out;
    
    transition:  transform .325s ease-in-out,  filter .325s ease-in-out,  opacity .325s ease-in-out;
    
    width:  100%;
    
    max-width:  100%;
    
    margin-top:  2rem;
    
    text-align:  center;
    
}
#footer .copyright  {
    
    letter-spacing:  .2rem;
    
    font-size:  .6rem;
    
    opacity:  .75;
    
    margin-bottom:  0;
    
    text-transform:  uppercase;
    
}
body.is-article-visible #footer  {
    
    -moz-transform:  scale(.95);
    
    -webkit-transform:  scale(.95);
    
    -ms-transform:  scale(.95);
    
    transform:  scale(.95);
    
    -moz-filter:  blur(.1rem);
    
    -webkit-filter:  blur(.1rem);
    
    -ms-filter:  blur(.1rem);
    
    filter:  blur(.1rem);
    
    opacity:  0;
    
}
body.is-preload #footer  {
    
    opacity:  0;
    
}
.english  {
    
    color:  rgba(154,  255,  255,  255)!important;
    
}
.spinner  {
    
    animation-name:  spinner;
    
    animation-timing-function:  linear;
    
    animation-iteration-count:  infinite;
    
    animation-duration:  12s;
    
    transform-style:  preserve-3d;
    
    text-align:  center;
    
    margin-bottom:  -.1em;
    
}
@keyframes spinner  {
    
    from  {
    
    transform:  rotateY(0);
    
}
to  {
    
    transform:  rotateY(-360deg);
    
}
}
.subtitle  {
    
    font-size:  1.5em;
    
}
#contact  {
    
    font-size:  1.5em;
    
}
#math  {
    
    width:  30%}
.solve  {
    
    width:  100%;
    
    text-align:  center;
    
    font-size:  1.4em;
    
    margin-bottom:  1em;
    
    padding-right:  4em;
    
}
.wrong  {
    
    margin-bottom:  1.5em;
    
    font-weight:  700;
    
    color:  red;
    
}
.adr_info  {
    
    text-align:  left;
    
    font-size:  .5em;
    
}
.input1,  .input2,  .input3  {
    
    font-size:  2em!important;
    
    float:  left;
    
}
.input1  {
    
    width:  5em!important;
    
    text-align:  right!important;
    
    margin-left:  2em!important;
    
}
@media (max-width: 800px)  {
    
    .input1  {
    
    margin-left:  0!important;
    
}
}
.input2  {
    
    width:  2em!important;
    
    margin-right:  .5em;
    
    caret-color:  #7cb9e8;
    
}
.input1,  input1: focus  {
    
    background:  0 0!important;
    
    border:  none!important;
    
    outline-width:  0!important;
    
    caret-color:  transparent!important;
    
    background-color:  transparent!important;
    
    outline:  0!important;
    
    -webkit-box-shadow:  none!important;
    
    -moz-box-shadow:  none!important;
    
    box-shadow:  none!important;
    
    cursor:  default!important;
    
    -webkit-user-select:  none!important;
    
    -ms-user-select:  none!important;
    
    -moz-user-select:  none!important;
    
    user-select:  none!important;
    
}
.input1: :placeholder  {
    
    color:  #7cb9e8!important;
    
    font-weight:  700!important;
    
    letter-spacing:  2px!important;
    
    opacity:  1.5!important;
    
    word-spacing:  4px!important;
    
    text-align:  right!important;
    
}
.display_mob  {
    
    display:  none;
    
}
.no-display_mob  {
    
    display:  block;
    
}
.close  {
    
    display:  block;
    
    position:  absolute;
    
    width:  100%;
    
    cursor:  pointer;
    
    text-indent:  4rem;
    
    overflow:  hidden;
    
    white-space:  nowrap;
    
    top:  .75rem;
    
    left:  1.5rem;
    
    width:  2.5rem;
    
    height:  2.5rem;
    
    border-radius:  100%;
    
    background-position:  center;
    
    background-image:  url(/assets/imgs/web.png);
    
    background-size:  40px 40px;
    
    background-repeat:  no-repeat;
    
    animation-name:  spin;
    
    animation-timing-function:  linear;
    
    animation-iteration-count:  infinite;
    
    animation-duration:  6s;
    
    transform-style:  preserve-3d;
    
}
@keyframes spin  {
    
    from  {
    
    transform:  rotateY(0);
    
}
to  {
    
    transform:  rotateY(-360deg);
    
}
}
.close2  {
    
    font-size:  36px;
    
    position:  absolute;
    
    top:  -.35rem;
    
    left:  38rem;
    
    cursor:  pointer;
    
    width:  50px;
    
    height:  50px;
    
}
.reduce  {
    
    font-size:  .7em!important;
    
}
.solve  {
    
    width:  100%;
    
    text-align:  center;
    
    font-size:  1.4em;
    
    margin-bottom:  1em;
    
    padding-right:  4em;
    
}
#math  {
    
    cursor:  url(../imgs/calcarr.webp),  auto!important;
    
}
@media screen and (max-width: 480px)  {
    
    #bg:  after  {
    
    background-image:  url(../imgs/mobg.jpg);
    
}
#math  {
    
    cursor:  auto;
    
}
h2.major  {
    
    margin-top:  1.25em;
    
}
.close2  {
    
    font-size:  36px;
    
    position:  absolute;
    
    top:  0;
    
    left:  22rem;
    
    cursor:  pointer;
    
    width:  50px;
    
    height:  50px;
    
}
.solve  {
    
    padding-right:  1em;
    
    font-size:  1.5em;
    
}
.wrong  {
    
    padding-right:  1em;
    
    font-size:  1em;
    
    text-align:  left;
    
}
}
.display_mob  {
    
    display:  block;
    
}
.no-display_mob  {
    
    display:  none;
    
}
#spacer1  {
    
    width:  32.5rem;
    
    height:  0;
    
    display:  block;
    
}
.hiddenINFO  {
    
    opacity:  0;
    
    margin:  0;
    
    display:  none;
    
    visibility:  hidden;
    
}
.relativeINFO: hover .hiddenINFO  {
    
    opacity:  1;
    
    display:  block;
    
    visibility:  visible;
    
}
.relativeINFO: hover>.one  {
    
    opacity:  0;
    
    margin:  0;
    
    display:  none;
    
    visibility:  hidden;
    
}
.arr_par  {
    
    position:  relative;
    
    top:  0;
    
    left:  0;
    
}
.arr_over  {
    
    position:  relative;
    
    top:  0;
    
    left:  0;
    
}
@-moz-keyframes bounce  {
    
    0%,  20%,  50%,  80%,  100%  {
    
    -moz-transform:  translateY(0);
    
    transform:  translateY(0);
    
}
40%  {
    
    -moz-transform:  translateY(-20px);
    
    transform:  translateY(-3´20px);
    
}
60%  {
    
    -moz-transform:  translateY(-15px);
    
    transform:  translateY(-15px);
    
}
}
@-webkit-keyframes bounce  {
    
    0%,  20%,  50%,  80%,  100%  {
    
    -webkit-transform:  translateY(0);
    
    transform:  translateY(0);
    
}
40%  {
    
    -webkit-transform:  translateY(-20px);
    
    transform:  translateY(-20px);
    
}
60%  {
    
    -webkit-transform:  translateY(-15px);
    
    transform:  translateY(-15px);
    
}
}
@keyframes bounce  {
    
    0%,  20%,  50%,  80%,  100%  {
    
    -moz-transform:  translateY(0);
    
    -ms-transform:  translateY(0);
    
    -webkit-transform:  translateY(0);
    
    transform:  translateY(0);
    
}
40%  {
    
    -moz-transform:  translateY(-20px);
    
    -ms-transform:  translateY(-20px);
    
    -webkit-transform:  translateY(-20px);
    
    transform:  translateY(-20px);
    
}
60%  {
    
    -moz-transform:  translateY(-15px);
    
    -ms-transform:  translateY(-15px);
    
    -webkit-transform:  translateY(-15px);
    
    transform:  translateY(-15px);
    
}
}
.arrow  {
    
    position:  absolute;
    
    display:  flex;
    
    justify-content:  center;
    
    bottom:  -1.5em;
    
    left:  50%;
    
    margin-left:  -20px;
    
    width:  40px;
    
    height:  40px;
    
    font-size:  2em;
    
}
.bounce  {
    
    -moz-animation:  bounce 1s;
    
    -webkit-animation:  bounce 1s;
    
    animation:  bounce 1s;
    
    -moz-animation-iteration-count:  2;
    
    -webkit-animation-iteration-count:  2;
    
    animation-iteration-count:  2;
    
}
.maildiv  {
    
    width:  100%;
    
    margin:  0 auto;
    
    position:  relative;
    
}
.visible  {
    
    display:  block;
    
}
.invisible  {
    
    display:  none;
    
}
.x-text  {
    
    color:  #dcaf5e;
    
    position:  relative;
    
    top:  0;
    
    font-size:  2.5em;
    
    display:  inline-block;
    
    -webkit-transform:  translate(0,  350px);
    
    transform:  translate(0,  350px);
    
    animation-fill-mode:  forwards!important;
    
    -webkit-animation-fill-mode:  forwards!important;
    
    opacity:  0;
    
}
.x-text: nth-of-type(1)  {
    
    animation:  text-anim .7s 1s 1 ease;
    
    -webkit-animation:  text-anim .7s 1s 1 ease;
    
}
.x-text: nth-of-type(2)  {
    
    animation:  text-anim .7s 1.1s 1 ease;
    
    -webkit-animation:  text-anim .7s 1.1s 1 ease;
    
}
.x-text: nth-of-type(3)  {
    
    animation:  text-anim .7s 1.2s 1 ease;
    
    -webkit-animation:  text-anim .7s 1.2s 1 ease;
    
}
.x-text: nth-of-type(4)  {
    
    animation:  text-anim .7s 1.3s 1 ease;
    
    -webkit-animation:  text-anim .7s 1.3s 1 ease;
    
}
.x-text: nth-of-type(5)  {
    
    animation:  text-anim-S .7s 1.4s 1 ease;
    
    -webkit-animation:  text-anim .7s 1.4s 1 ease;
    
}
.x-text: nth-of-type(6)  {
    
    animation:  text-anim-S .7s 1.9s 1 ease;
    
    -webkit-animation:  text-anim-S .7s 1.9s 1 ease;
    
}
.x-text: nth-of-type(7)  {
    
    animation:  text-anim .7s 2.4s 1 ease;
    
    -webkit-animation:  text-anim .7s 2.4s 1 ease;
    
}
.x-text: nth-of-type(8)  {
    
    animation:  text-anim .7s 2.8s 1 ease;
    
    -webkit-animation:  text-anim .7s 2.8s 1 ease;
    
}
@keyframes text-anim  {
    
    0%  {
    
    -webkit-transform:  translate(0,  100px) translateZ(0);
    
    transform:  translate(0,  100px) translateZ(0);
    
    opacity:  0;
    
}
60%  {
    
    -webkit-transform:  translate(0,  -20px) translateZ(0);
    
    transform:  translate(0,  -20px) translateZ(0);
    
}
80%  {
    
    -webkit-transform:  translate(0,  15px) translateZ(0);
    
    transform:  translate(0,  15px) translateZ(0);
    
}
100%  {
    
    -webkit-transform:  translate(0,  0) translateZ(0);
    
    transform:  translate(0,  0) translateZ(0);
    
    opacity:  1;
    
}
}
@-webkit-keyframes text-anim  {
    
    0%  {
    
    -webkit-transform:  translate(0,  100px) translateZ(0);
    
    transform:  translate(0,  100px) translateZ(0);
    
    opacity:  0;
    
}
60%  {
    
    -webkit-transform:  translate(0,  -20px) translateZ(0);
    
    transform:  translate(0,  -20px) translateZ(0);
    
}
80%  {
    
    -webkit-transform:  translate(0,  15px) translateZ(0);
    
    transform:  translate(0,  15px) translateZ(0);
    
}
100%  {
    
    -webkit-transform:  translate(0,  0) translateZ(0);
    
    transform:  translate(0,  0) translateZ(0);
    
    opacity:  1;
    
}
}
@keyframes text-anim-S  {
    
    0%  {
    
    -webkit-transform:  translate(10px,  185px) translateZ(0);
    
    transform:  translate(10px,  185px) translateZ(0);
    
    opacity:  0;
    
}
60%  {
    
    -webkit-transform:  translate(0,  -20px) translateZ(0);
    
    transform:  translate(0,  -20px) translateZ(0);
    
}
80%  {
    
    -webkit-transform:  translate(0,  15px) translateZ(0);
    
    transform:  translate(0,  15px) translateZ(0);
    
}
100%  {
    
    -webkit-transform:  translate(0,  10px) translateZ(0);
    
    transform:  translate(0,  10px) translateZ(0);
    
    opacity:  1;
    
}
}
@-webkit-keyframes text-anim-S  {
    
    0%  {
    
    -webkit-transform:  translate(10px,  185px) translateZ(0);
    
    transform:  translate(10px,  185px) translateZ(0);
    
    opacity:  0;
    
}
60%  {
    
    -webkit-transform:  translate(0,  -20px) translateZ(0);
    
    transform:  translate(0,  -20px) translateZ(0);
    
}
80%  {
    
    -webkit-transform:  translate(0,  15px) translateZ(0);
    
    transform:  translate(0,  15px) translateZ(0);
    
}
100%  {
    
    -webkit-transform:  translate(0,  10px) translateZ(0);
    
    transform:  translate(0,  10px) translateZ(0);
    
    opacity:  1;
    
}
}
.no-break  {
    
    white-space:  nowrap;
    
}

#matrix  {
    font-size: .7em;
    margin-top: -.5rem;
    margin-left: .3rem;
    padding-right: 4rem;
    padding-bottom: 4rem;
}
#matrix:hover {
   font-weight: bold;
}