html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
dl dl, dl ol, dl ul, ol dl, ul dl {
    margin: 0;
}
ol ol, ol ul, ul ol, ul ul {
    margin: 0;
}
hr {
    box-sizing: content-box;
    color: inherit;
    height: 0;
    overflow: visible;
}
main {
    display: block;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
audio, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-color: inherit;
    text-indent: 0;
}
button, input, select {
    margin: 0;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}
fieldset {
    padding: .35em .75em .625em;
}
input {
    overflow: visible;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
select {
    text-transform: none;
}
textarea {
    margin: 0;
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit;
}
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
:-moz-focusring {
    outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
    box-shadow: none;
}
details {
    display: block;
}
dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: fit-content;
}
dialog:not([open]) {
    display: none;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    font-size: var(--baseFtnSize);
    width: 100%;
    background-color: var(--clrBack);
    overflow-x: hidden;
}
body {
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
main {
    margin-top: var(--navHeight);
}
main, section {
    position: relative;
    display: block;
    background-color: transparent;
    padding: 1vw 5vw 1rem 5vw;
}
img, video {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
}
a {
    font-size: 1em;
    text-decoration: none;
}
button {
    border: none;
    cursor: pointer;
    padding: 0 1.5rem;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: .05rem;
    line-height: 3rem;
    border-radius: 5vw;
    height: fit-content;
    overflow: visible;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}
svg {
    height: 100%;
    width: auto;
    min-height: 1em;
}
.hidden {
    display: none !important;
}