/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import "../assets/fonts/futura_pt/stylesheet.css?v=1.2";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: initial
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    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%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.6rem
}

html,
body {
    font-family: 'Futura', sans-serif;
    font-weight: 300;
    color: #1d2127
}

h1,
h2 {
    font-family: 'PlayfairDisplay';
    font-weight: bold
}

.text--xxxl {
    font-size: 4.5rem
}

h1,
.text--xxl {
    font-size: 4.5rem
}

h2,
.text--xl {
    font-size: 3.6rem
}

h3,
.text--lg {
    font-size: 2.5rem
}

h4,
.text--md {
    font-size: 1.8rem
}

h5,
.text--sm {
    font-size: 1.6rem
}

small,
.text--xs {
    font-size: 1.1rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

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

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

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

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

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

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

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

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

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

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.bg-primary {
    background-color: #ed2e70 !important
}

.color-primary {
    color: #ed2e70 !important
}

.bg-primaryLight {
    background-color: #ef7ea4 !important
}

.color-primaryLight {
    color: #ef7ea4 !important
}

.bg-primaryDark {
    background-color: #fff !important
}

.color-primaryDark {
    color: #fff !important
}

.bg-secondary {
    background-color: #02831e !important
}

.color-secondary {
    color: #02831e !important
}

.bg-secondaryLight {
    background-color: #f2ffd8 !important
}

.color-secondaryLight {
    color: #f2ffd8 !important
}

.bg-secondaryDark {
    background-color: #fff !important
}

.color-secondaryDark {
    color: #fff !important
}

.bg-white {
    background-color:  !important
}

.color-white {
    color:  !important
}

.bg-neutralLighter {
    background-color: #f2fcff !important
}

.color-neutralLighter {
    color: #f2fcff !important
}

.bg-neutralLight {
    background-color: #e2f7ff !important
}

.color-neutralLight {
    color: #e2f7ff !important
}

.bg-neutral {
    background-color: #2fb2e6 !important
}

.color-neutral {
    color: #2fb2e6 !important
}

.bg-neutralDark {
    background-color: #006a95 !important
}

.color-neutralDark {
    color: #006a95 !important
}

.bg-neutralDarker {
    background-color: #fff !important
}

.color-neutralDarker {
    color: #fff !important
}

.bg-black {
    background-color:  !important
}

.color-black {
    color:  !important
}

.bg-success {
    background-color: #fff !important
}

.color-success {
    color: #fff !important
}

.bg-warning {
    background-color: #fff !important
}

.color-warning {
    color: #fff !important
}

.bg-error {
    background-color: #fff !important
}

.color-error {
    color: #fff !important
}

.bg-info {
    background-color: #ffde42 !important
}

.color-info {
    color: #ffde42 !important
}

.bg-transparent {
    background-color: transparent !important
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block
}

.d-table {
    display: table
}

.d-table-row {
    display: table-row
}

.d-table-cell {
    display: table-cell
}

.d-flex {
    display: flex
}

.d-inline-flex {
    display: inline-flex
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-around {
    justify-content: space-around
}

.justify-between {
    justify-content: space-between
}

.align-start {
    align-items: flex-start
}

.align-end {
    align-items: flex-end
}

.align-center {
    align-items: center
}

.flex-col {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.pos-fixed {
    position: fixed
}

.pos-top {
    top: 0
}

.pos-right {
    right: 0
}

.pos-bottom {
    bottom: 0
}

.pos-left {
    left: 0
}

.pos-v-center {
    top: 50%;
    transform: translateY(-50%)
}

.pos-h-center {
    left: 50%;
    transform: translateX(-50%)
}

.pos-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ptn {
    padding-top: 0px
}

.prn {
    padding-right: 0px
}

.pbn {
    padding-bottom: 0px
}

.pln {
    padding-left: 0px
}

.phn {
    padding-left: 0px;
    padding-right: 0px
}

.pvn {
    padding-top: 0px;
    padding-bottom: 0px
}

.pan {
    padding: 0px
}

.ptxxxs {
    padding-top: 3px
}

.prxxxs {
    padding-right: 3px
}

.pbxxxs {
    padding-bottom: 3px
}

.plxxxs {
    padding-left: 3px
}

.phxxxs {
    padding-left: 3px;
    padding-right: 3px
}

.pvxxxs {
    padding-top: 3px;
    padding-bottom: 3px
}

.paxxxs {
    padding: 3px
}

.ptxxs {
    padding-top: 5px
}

.prxxs {
    padding-right: 5px
}

.pbxxs {
    padding-bottom: 5px
}

.plxxs {
    padding-left: 5px
}

.phxxs {
    padding-left: 5px;
    padding-right: 5px
}

.pvxxs {
    padding-top: 5px;
    padding-bottom: 5px
}

.paxxs {
    padding: 5px
}

.ptxs {
    padding-top: 10px
}

.prxs {
    padding-right: 10px
}

.pbxs {
    padding-bottom: 10px
}

.plxs {
    padding-left: 10px
}

.phxs {
    padding-left: 10px;
    padding-right: 10px
}

.pvxs {
    padding-top: 10px;
    padding-bottom: 10px
}

.paxs {
    padding: 10px
}

.pts {
    padding-top: 15px
}

.prs {
    padding-right: 15px
}

.pbs {
    padding-bottom: 15px
}

.pls {
    padding-left: 15px
}

.phs {
    padding-left: 15px;
    padding-right: 15px
}

.pvs {
    padding-top: 15px;
    padding-bottom: 15px
}

.pas {
    padding: 15px
}

.ptm {
    padding-top: 20px
}

.prm {
    padding-right: 20px
}

.pbm {
    padding-bottom: 20px
}

.plm {
    padding-left: 20px
}

.phm {
    padding-left: 20px;
    padding-right: 20px
}

.pvm {
    padding-top: 20px;
    padding-bottom: 20px
}

.pam {
    padding: 20px
}

.ptl {
    padding-top: 25px
}

.prl {
    padding-right: 25px
}

.pbl {
    padding-bottom: 25px
}

.pll {
    padding-left: 25px
}

.phl {
    padding-left: 25px;
    padding-right: 25px
}

.pvl {
    padding-top: 25px;
    padding-bottom: 25px
}

.pal {
    padding: 25px
}

.ptxl {
    padding-top: 30px
}

.prxl {
    padding-right: 30px
}

.pbxl {
    padding-bottom: 30px
}

.plxl {
    padding-left: 30px
}

.phxl {
    padding-left: 30px;
    padding-right: 30px
}

.pvxl {
    padding-top: 30px;
    padding-bottom: 30px
}

.paxl {
    padding: 30px
}

.ptxxl {
    padding-top: 40px
}

.prxxl {
    padding-right: 40px
}

.pbxxl {
    padding-bottom: 40px
}

.plxxl {
    padding-left: 40px
}

.phxxl {
    padding-left: 40px;
    padding-right: 40px
}

.pvxxl {
    padding-top: 40px;
    padding-bottom: 40px
}

.paxxl {
    padding: 40px
}

.ptxxxl {
    padding-top: 60px
}

.prxxxl {
    padding-right: 60px
}

.pbxxxl {
    padding-bottom: 60px
}

.plxxxl {
    padding-left: 60px
}

.phxxxl {
    padding-left: 60px;
    padding-right: 60px
}

.pvxxxl {
    padding-top: 60px;
    padding-bottom: 60px
}

.paxxxl {
    padding: 60px
}

.mtn {
    margin-top: 0px
}

.mrn {
    margin-right: 0px
}

.mbn {
    margin-bottom: 0px
}

.mln {
    margin-left: 0px
}

.mhn {
    margin-left: 0px;
    margin-right: 0px
}

.mvn {
    margin-top: 0px;
    margin-bottom: 0px
}

.man {
    margin: 0px
}

.mtxxxs {
    margin-top: 3px
}

.mrxxxs {
    margin-right: 3px
}

.mbxxxs {
    margin-bottom: 3px
}

.mlxxxs {
    margin-left: 3px
}

.mhxxxs {
    margin-left: 3px;
    margin-right: 3px
}

.mvxxxs {
    margin-top: 3px;
    margin-bottom: 3px
}

.maxxxs {
    margin: 3px
}

.mtxxs {
    margin-top: 5px
}

.mrxxs {
    margin-right: 5px
}

.mbxxs {
    margin-bottom: 5px
}

.mlxxs {
    margin-left: 5px
}

.mhxxs {
    margin-left: 5px;
    margin-right: 5px
}

.mvxxs {
    margin-top: 5px;
    margin-bottom: 5px
}

.maxxs {
    margin: 5px
}

.mtxs {
    margin-top: 10px
}

.mrxs {
    margin-right: 10px
}

.mbxs {
    margin-bottom: 10px
}

.mlxs {
    margin-left: 10px
}

.mhxs {
    margin-left: 10px;
    margin-right: 10px
}

.mvxs {
    margin-top: 10px;
    margin-bottom: 10px
}

.maxs {
    margin: 10px
}

.mts {
    margin-top: 15px
}

.mrs {
    margin-right: 15px
}

.mbs {
    margin-bottom: 15px
}

.mls {
    margin-left: 15px
}

.mhs {
    margin-left: 15px;
    margin-right: 15px
}

.mvs {
    margin-top: 15px;
    margin-bottom: 15px
}

.mas {
    margin: 15px
}

.mtm {
    margin-top: 20px
}

.mrm {
    margin-right: 20px
}

.mbm {
    margin-bottom: 20px
}

.mlm {
    margin-left: 20px
}

.mhm {
    margin-left: 20px;
    margin-right: 20px
}

.mvm {
    margin-top: 20px;
    margin-bottom: 20px
}

.mam {
    margin: 20px
}

.mtl {
    margin-top: 25px
}

.mrl {
    margin-right: 25px
}

.mbl {
    margin-bottom: 25px
}

.mll {
    margin-left: 25px
}

.mhl {
    margin-left: 25px;
    margin-right: 25px
}

.mvl {
    margin-top: 25px;
    margin-bottom: 25px
}

.mal {
    margin: 25px
}

.mtxl {
    margin-top: 30px
}

.mrxl {
    margin-right: 30px
}

.mbxl {
    margin-bottom: 30px
}

.mlxl {
    margin-left: 30px
}

.mhxl {
    margin-left: 30px;
    margin-right: 30px
}

.mvxl {
    margin-top: 30px;
    margin-bottom: 30px
}

.maxl {
    margin: 30px
}

.mtxxl {
    margin-top: 40px
}

.mrxxl {
    margin-right: 40px
}

.mbxxl {
    margin-bottom: 40px
}

.mlxxl {
    margin-left: 40px
}

.mhxxl {
    margin-left: 40px;
    margin-right: 40px
}

.mvxxl {
    margin-top: 40px;
    margin-bottom: 40px
}

.maxxl {
    margin: 40px
}

.mtxxxl {
    margin-top: 60px
}

.mrxxxl {
    margin-right: 60px
}

.mbxxxl {
    margin-bottom: 60px
}

.mlxxxl {
    margin-left: 60px
}

.mhxxxl {
    margin-left: 60px;
    margin-right: 60px
}

.mvxxxl {
    margin-top: 60px;
    margin-bottom: 60px
}

.maxxxl {
    margin: 60px
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 100 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-heavy {
    font-weight: 900 !important
}

.font-italic {
    font-style: italic !important
}

.font-monospace {
    font-family: monospace !important
}

.ntd {
    text-decoration: none !important
}

.text-underline {
    text-decoration: underline !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}
