@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,400,600&display=swap&subset=latin-ext); /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.375em !important;
}

.mt-1,
.my-1 {
    margin-top: 0.375em !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.375em !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.375em !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.375em !important;
}

.m-2 {
    margin: 0.75em !important;
}

.mt-2,
.my-2 {
    margin-top: 0.75em !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.75em !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.75em !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.75em !important;
}

.m-3 {
    margin: 1.5em !important;
}

.mt-3,
.my-3 {
    margin-top: 1.5em !important;
}

.mr-3,
.mx-3 {
    margin-right: 1.5em !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1.5em !important;
}

.ml-3,
.mx-3 {
    margin-left: 1.5em !important;
}

.m-4 {
    margin: 2.25em !important;
}

.mt-4,
.my-4 {
    margin-top: 2.25em !important;
}

.mr-4,
.mx-4 {
    margin-right: 2.25em !important;
}

.mb-4,
.my-4 {
    margin-bottom: 2.25em !important;
}

.ml-4,
.mx-4 {
    margin-left: 2.25em !important;
}

.m-5 {
    margin: 4.5em !important;
}

.mt-5,
.my-5 {
    margin-top: 4.5em !important;
}

.mr-5,
.mx-5 {
    margin-right: 4.5em !important;
}

.mb-5,
.my-5 {
    margin-bottom: 4.5em !important;
}

.ml-5,
.mx-5 {
    margin-left: 4.5em !important;
}

.m-p {
    margin: 1.5em !important;
}

.mt-p,
.my-p {
    margin-top: 1.5em !important;
}

.mr-p,
.mx-p {
    margin-right: 1.5em !important;
}

.mb-p,
.my-p {
    margin-bottom: 1.5em !important;
}

.ml-p,
.mx-p {
    margin-left: 1.5em !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.375em !important;
}

.pt-1,
.py-1 {
    padding-top: 0.375em !important;
}

.pr-1,
.px-1 {
    padding-right: 0.375em !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.375em !important;
}

.pl-1,
.px-1 {
    padding-left: 0.375em !important;
}

.p-2 {
    padding: 0.75em !important;
}

.pt-2,
.py-2 {
    padding-top: 0.75em !important;
}

.pr-2,
.px-2 {
    padding-right: 0.75em !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.75em !important;
}

.pl-2,
.px-2 {
    padding-left: 0.75em !important;
}

.p-3 {
    padding: 1.5em !important;
}

.pt-3,
.py-3 {
    padding-top: 1.5em !important;
}

.pr-3,
.px-3 {
    padding-right: 1.5em !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1.5em !important;
}

.pl-3,
.px-3 {
    padding-left: 1.5em !important;
}

.p-4 {
    padding: 2.25em !important;
}

.pt-4,
.py-4 {
    padding-top: 2.25em !important;
}

.pr-4,
.px-4 {
    padding-right: 2.25em !important;
}

.pb-4,
.py-4 {
    padding-bottom: 2.25em !important;
}

.pl-4,
.px-4 {
    padding-left: 2.25em !important;
}

.p-5 {
    padding: 4.5em !important;
}

.pt-5,
.py-5 {
    padding-top: 4.5em !important;
}

.pr-5,
.px-5 {
    padding-right: 4.5em !important;
}

.pb-5,
.py-5 {
    padding-bottom: 4.5em !important;
}

.pl-5,
.px-5 {
    padding-left: 4.5em !important;
}

.p-p {
    padding: 1.5em !important;
}

.pt-p,
.py-p {
    padding-top: 1.5em !important;
}

.pr-p,
.px-p {
    padding-right: 1.5em !important;
}

.pb-p,
.py-p {
    padding-bottom: 1.5em !important;
}

.pl-p,
.px-p {
    padding-left: 1.5em !important;
}

.m-n1 {
    margin: -0.375em !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.375em !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.375em !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.375em !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.375em !important;
}

.m-n2 {
    margin: -0.75em !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.75em !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.75em !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.75em !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.75em !important;
}

.m-n3 {
    margin: -1.5em !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1.5em !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1.5em !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1.5em !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1.5em !important;
}

.m-n4 {
    margin: -2.25em !important;
}

.mt-n4,
.my-n4 {
    margin-top: -2.25em !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -2.25em !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -2.25em !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -2.25em !important;
}

.m-n5 {
    margin: -4.5em !important;
}

.mt-n5,
.my-n5 {
    margin-top: -4.5em !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -4.5em !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -4.5em !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -4.5em !important;
}

.m-np {
    margin: -1.5em !important;
}

.mt-np,
.my-np {
    margin-top: -1.5em !important;
}

.mr-np,
.mx-np {
    margin-right: -1.5em !important;
}

.mb-np,
.my-np {
    margin-bottom: -1.5em !important;
}

.ml-np,
.mx-np {
    margin-left: -1.5em !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 48rem) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.375em !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.375em !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.375em !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.375em !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.375em !important;
    }

    .m-md-2 {
        margin: 0.75em !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.75em !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.75em !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.75em !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.75em !important;
    }

    .m-md-3 {
        margin: 1.5em !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1.5em !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1.5em !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1.5em !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1.5em !important;
    }

    .m-md-4 {
        margin: 2.25em !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 2.25em !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 2.25em !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 2.25em !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 2.25em !important;
    }

    .m-md-5 {
        margin: 4.5em !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 4.5em !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 4.5em !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 4.5em !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 4.5em !important;
    }

    .m-md-p {
        margin: 1.5em !important;
    }

    .mt-md-p,
    .my-md-p {
        margin-top: 1.5em !important;
    }

    .mr-md-p,
    .mx-md-p {
        margin-right: 1.5em !important;
    }

    .mb-md-p,
    .my-md-p {
        margin-bottom: 1.5em !important;
    }

    .ml-md-p,
    .mx-md-p {
        margin-left: 1.5em !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.375em !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.375em !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.375em !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.375em !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.375em !important;
    }

    .p-md-2 {
        padding: 0.75em !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.75em !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.75em !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.75em !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.75em !important;
    }

    .p-md-3 {
        padding: 1.5em !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1.5em !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1.5em !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1.5em !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1.5em !important;
    }

    .p-md-4 {
        padding: 2.25em !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 2.25em !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 2.25em !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 2.25em !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 2.25em !important;
    }

    .p-md-5 {
        padding: 4.5em !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 4.5em !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 4.5em !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 4.5em !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 4.5em !important;
    }

    .p-md-p {
        padding: 1.5em !important;
    }

    .pt-md-p,
    .py-md-p {
        padding-top: 1.5em !important;
    }

    .pr-md-p,
    .px-md-p {
        padding-right: 1.5em !important;
    }

    .pb-md-p,
    .py-md-p {
        padding-bottom: 1.5em !important;
    }

    .pl-md-p,
    .px-md-p {
        padding-left: 1.5em !important;
    }

    .m-md-n1 {
        margin: -0.375em !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.375em !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.375em !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.375em !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.375em !important;
    }

    .m-md-n2 {
        margin: -0.75em !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.75em !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.75em !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.75em !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.75em !important;
    }

    .m-md-n3 {
        margin: -1.5em !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1.5em !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1.5em !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1.5em !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1.5em !important;
    }

    .m-md-n4 {
        margin: -2.25em !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -2.25em !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -2.25em !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -2.25em !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -2.25em !important;
    }

    .m-md-n5 {
        margin: -4.5em !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -4.5em !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -4.5em !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -4.5em !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -4.5em !important;
    }

    .m-md-np {
        margin: -1.5em !important;
    }

    .mt-md-np,
    .my-md-np {
        margin-top: -1.5em !important;
    }

    .mr-md-np,
    .mx-md-np {
        margin-right: -1.5em !important;
    }

    .mb-md-np,
    .my-md-np {
        margin-bottom: -1.5em !important;
    }

    .ml-md-np,
    .mx-md-np {
        margin-left: -1.5em !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 62rem) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.375em !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.375em !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.375em !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.375em !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.375em !important;
    }

    .m-lg-2 {
        margin: 0.75em !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.75em !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.75em !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.75em !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.75em !important;
    }

    .m-lg-3 {
        margin: 1.5em !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1.5em !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1.5em !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1.5em !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1.5em !important;
    }

    .m-lg-4 {
        margin: 2.25em !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 2.25em !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 2.25em !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 2.25em !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 2.25em !important;
    }

    .m-lg-5 {
        margin: 4.5em !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 4.5em !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 4.5em !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 4.5em !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 4.5em !important;
    }

    .m-lg-p {
        margin: 1.5em !important;
    }

    .mt-lg-p,
    .my-lg-p {
        margin-top: 1.5em !important;
    }

    .mr-lg-p,
    .mx-lg-p {
        margin-right: 1.5em !important;
    }

    .mb-lg-p,
    .my-lg-p {
        margin-bottom: 1.5em !important;
    }

    .ml-lg-p,
    .mx-lg-p {
        margin-left: 1.5em !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.375em !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.375em !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.375em !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.375em !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.375em !important;
    }

    .p-lg-2 {
        padding: 0.75em !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.75em !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.75em !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.75em !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.75em !important;
    }

    .p-lg-3 {
        padding: 1.5em !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1.5em !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1.5em !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1.5em !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1.5em !important;
    }

    .p-lg-4 {
        padding: 2.25em !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 2.25em !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 2.25em !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 2.25em !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 2.25em !important;
    }

    .p-lg-5 {
        padding: 4.5em !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 4.5em !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 4.5em !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 4.5em !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 4.5em !important;
    }

    .p-lg-p {
        padding: 1.5em !important;
    }

    .pt-lg-p,
    .py-lg-p {
        padding-top: 1.5em !important;
    }

    .pr-lg-p,
    .px-lg-p {
        padding-right: 1.5em !important;
    }

    .pb-lg-p,
    .py-lg-p {
        padding-bottom: 1.5em !important;
    }

    .pl-lg-p,
    .px-lg-p {
        padding-left: 1.5em !important;
    }

    .m-lg-n1 {
        margin: -0.375em !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.375em !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.375em !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.375em !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.375em !important;
    }

    .m-lg-n2 {
        margin: -0.75em !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.75em !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.75em !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.75em !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.75em !important;
    }

    .m-lg-n3 {
        margin: -1.5em !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1.5em !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1.5em !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1.5em !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1.5em !important;
    }

    .m-lg-n4 {
        margin: -2.25em !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -2.25em !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -2.25em !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -2.25em !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -2.25em !important;
    }

    .m-lg-n5 {
        margin: -4.5em !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -4.5em !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -4.5em !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -4.5em !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -4.5em !important;
    }

    .m-lg-np {
        margin: -1.5em !important;
    }

    .mt-lg-np,
    .my-lg-np {
        margin-top: -1.5em !important;
    }

    .mr-lg-np,
    .mx-lg-np {
        margin-right: -1.5em !important;
    }

    .mb-lg-np,
    .my-lg-np {
        margin-bottom: -1.5em !important;
    }

    .ml-lg-np,
    .mx-lg-np {
        margin-left: -1.5em !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@font-face {
    font-family: "GT Super Display";
    font-style: normal;
    font-weight: normal;
    src: url("../font/GT-Super-Display-Regular.eot");
    src: url("../font/GT-Super-Display-Regular.eot?#iefix") format("embedded-opentype"), url("../font/GT-Super-Display-Regular.woff2") format("woff2"), url("../font/GT-Super-Display-Regular.woff") format("woff"), url("../font/GT-Super-Display-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "GT Super Display";
    font-style: normal;
    font-weight: 300;
    src: url("../font/GT-Super-Display-Light.eot");
    src: url("../font/GT-Super-Display-Light.eot?#iefix") format("embedded-opentype"), url("../font/GT-Super-Display-Light.woff2") format("woff2"), url("../font/GT-Super-Display-Light.woff") format("woff"), url("../font/GT-Super-Display-Light.ttf") format("truetype");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a, a:hover, a:focus {
    color: inherit;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

body {
    background-attachment: fixed;
    background-image: url(../img/1.1920.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #1f3232;
    font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
    padding-bottom: 0.9375rem;
}

@media (max-width: 47.9375rem) {
    body {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media (orientation: portrait) {
    body {
        background-image: url(../img/1-9x16.jpg);
    }
}

@media (min-aspect-ratio: 3/4) {
    body {
        background-image: url(../img/1-3x4.jpg);
    }
}

@media (min-aspect-ratio: 4/3) {
    body {
        background-image: url(../img/1-4x3.jpg);
    }
}

@media (min-aspect-ratio: 16/10) {
    body {
        background-image: url(../img/1-16x9.1920.jpg);
    }
}

@media (min-aspect-ratio: 16/10) and (min-width: 1281px) and (-webkit-min-device-pixel-ratio: 1.5), (min-aspect-ratio: 16/10) and (min-width: 1281px) and (min-resolution: 1.5dppx) {
    body {
        background-image: url(../img/1-16x9.3840.jpg);
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 48rem) {
    .container {
        max-width: 45rem;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -webkit-box-flex: 0;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 48rem) {
    .col-md {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 62rem) {
    .col-lg {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

.pi {
    margin-top: 3em;
}

.pi__errors {
    color: #fa755a;
}

.pi__submit {
    background-color: #28a745;
    border: none;
    border-radius: 0.3125rem;
    color: #fff;
    cursor: pointer;
    line-height: 2.5rem;
    padding: 0 1em;
    white-space: nowrap;
}

    .pi__submit:disabled {
        background-color: #ddd;
        color: #999;
        cursor: default;
        cursor: not-allowed;
    }

.site-header {
    padding: 2.5rem 0;
    text-align: center;
}

.site-header__logo {
    fill: #1f3232;
    width: 10rem;
}

@media (min-width: 62rem) {
    .site-header__logo {
        width: 12.5rem;
    }
}

.site-main {
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0.3125rem;
    padding-bottom: 1.875em;
    padding-top: 1.875em;
}

@media (min-width: 48rem) {
    .site-main {
        max-width: 45rem;
    }
}

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--complete {
    border-color: #28a745;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.text {
    font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    font-weight: 300;
    margin: 0 0 -1.5em;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media (min-width: 48rem) {
    .text {
        font-size: 1rem;
    }
}

.text a, .text a:hover, .text a:focus {
    color: #4d9aa0;
}

.text dd {
    margin: 0 0 1.5em 3em;
}

.text dl {
    margin: 0 0 1.5em;
}

.text dt {
    font-weight: bold;
}

.text h1, .text .h1 {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 1.5em;
    font-size: 1.5625rem;
}

@media (min-width: 48rem) {
    .text h1, .text .h1 {
        font-size: 1.375rem;
    }
}

.text h2, .text .h2 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

.text h3, .text .h3 {
    font-size: inherit;
    font-weight: bold;
    margin: 0;
}

.text hr {
    border: none;
    border-top: 0.0625rem solid silver;
    margin: 0 0 1.5em;
}

.text p {
    margin: 0 0 1.5em;
}

.text ul {
    padding: 0 0 0 3em;
}

.text strong {
    font-weight: bold;
}

.text .list {
    margin: 0 0 1.5em;
    padding: 0 0 0 3em;
}

.text .list--lined {
    padding-left: 0;
    list-style: none;
}

    .text .list--lined .list__item {
        border-bottom: 0.0625rem solid silver;
        margin: 0 0 0.75em;
        padding: 0 0 0.75em;
    }
/*# sourceMappingURL=main.css.map*/
