/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.hidden, [hidden] {
    display: none !important
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

@media print {
    *, *::before, *::after {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " (" attr(href) ")"
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]::after, a[href^="javascript:"]::after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.root-page {
    min-height: 100vh;
    background-color: #f0f0f0;
    padding-top: 20.1rem;
    overflow: hidden
}

@media screen and (max-width: 550px) {
    .root-page {
        padding-top: 17.6rem;
    }
}

.root-page.--th-error {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    font-size: .520833333vw;
    color: #222;
    font-family: "Montserrat", serif
}

@media screen and (max-width: 1440px) {
    html {
        font-size: .694444444vw
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: .9765625vw
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 1.302083333vw
    }
}

@media screen and (max-width: 550px) {
    html {
        font-size: 1.818181818vw
    }
}

button {
    font-family: "Montserrat", serif
}

body {
    margin: 0;
    padding: 0
}

.btn {
    padding: 1.3rem 4rem;
    border-radius: 1rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-decoration: none;
    transition: all .05s linear
}

@media screen and (max-width: 550px) {
    .btn {
        padding: 2.8rem;
        font-size: 3.5rem;
        border-radius: 1.2rem
    }
}

.btn.--th-small {
    padding: .9rem 3.9rem
}

@media screen and (max-width: 550px) {
    .btn.--th-small {
        border-radius: 1.2rem
    }
}

.btn-white {
    border: 1px solid #082d7c;
    color: #082d7c;
    background-color: #fff
}

.btn-white:hover {
    background-color: #c7daff
}

.btn-white:active {
    background-color: #f0f0f0
}

.btn-blue {
    color: #fff;
    background-color: #082d7c;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    outline: none;
    border: none
}

.btn-blue:hover {
    background-color: #0d3da2
}

.btn-blue:active {
    background-color: #213b73
}

.z-front {
    position: relative;
    z-index: 11
}
