/* Master Stylesheet
 * Version: 1.0
 *
 * Powered by paul_tf
 *
 * 01. Helpers
 * 02. Base
 * 03. Layout
 * 04. Pages
 * 05. Partials
 * 06. Vendors
 * 07. Widgets
 * 08. WordPress
 */
/* 00. Include */
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root
{
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference)
{
    :root
    {
        scroll-behavior: smooth;
    }
}

body
{

    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    color: #212529;

    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr
{
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;

    opacity: .25;
}

hr:not([size])
{
    height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6
{

    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1
{
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px)
{
    h1
    {
        font-size: 2.5rem;
    }
}

h2
{
    font-size: calc(1.325rem + .9vw);
}
@media (min-width: 1200px)
{
    h2
    {
        font-size: 2rem;
    }
}

h3
{
    font-size: calc(1.3rem + .6vw);
}
@media (min-width: 1200px)
{
    h3
    {
        font-size: 1.75rem;
    }
}

h4
{
    font-size: calc(1.275rem + .3vw);
}
@media (min-width: 1200px)
{
    h4
    {
        font-size: 1.5rem;
    }
}

h5
{
    font-size: 1.25rem;
}

h6
{
    font-size: 1rem;
}

p
{
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title]
{
            text-decoration: underline dotted;

    -webkit-text-decoration: underline dotted;
       -moz-text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}

address
{

    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul
{
    padding-left: 2rem;
}

ol,
ul,
dl
{
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol
{
    margin-bottom: 0;
}

dt
{
    font-weight: 700;
}

dd
{
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote
{
    margin: 0 0 1rem;
}

b,
strong
{
    font-weight: bolder;
}

small
{
    font-size: .875em;
}

mark
{
    padding: .2em;

    background-color: #fcf8e3;
}

sub,
sup
{

    position: relative;
    font-size: .75em;
    line-height: 0;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

a
{

    color: #0d6efd;
    text-decoration: underline;
}
a:hover
{
    color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover
{

    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp
{
    font-family: var(--bs-font-monospace);
    font-size: 1em;

    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}

pre
{

    display: block;

    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em;
}
pre code
{
    font-size: inherit;

    color: inherit;

    word-break: normal;
}

code
{
    font-size: .875em;

    color: #d63384;

    word-wrap: break-word;
}
a > code
{
    color: inherit;
}

kbd
{

    padding: .2rem .4rem;
    font-size: .875em;

    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}
kbd kbd
{

    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

figure
{
    margin: 0 0 1rem;
}

img,
svg
{
    vertical-align: middle;
}

table
{
    caption-side: bottom;
    border-collapse: collapse;
}

caption
{
    padding-top: .5rem;
    padding-bottom: .5rem;

    color: #6c757d;

    text-align: left;
}

th
{
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th
{
    border-width: 0;
    border-style: solid;
    border-color: inherit;
}

label
{
    display: inline-block;
}

button
{
    border-radius: 0;
}

button:focus:not(:focus-visible)
{
    outline: 0;
}

input,
button,
select,
optgroup,
textarea
{

    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select
{
    text-transform: none;
}

[role='button']
{
    cursor: pointer;
}

select
{
    word-wrap: normal;
}
select:disabled
{
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator
{
    display: none;
}

button,
[type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled)
{
    cursor: pointer;
}

::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

textarea
{
    resize: vertical;
}

fieldset
{
    min-width: 0;
    padding: 0;
    margin: 0;

    border: 0;
}

legend
{

    float: left;

    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
}
@media (min-width: 1200px)
{
    legend
    {
        font-size: 1.5rem;
    }
}
legend + *
{
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field
{
    padding: 0;
}

::-webkit-inner-spin-button
{
    height: auto;
}

[type='search']
{

    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration
{
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper
{
    padding: 0;
}

::file-selector-button
{
    font: inherit;
}

::-webkit-file-upload-button
{

    -webkit-appearance: button;
    font: inherit;
}

output
{
    display: inline-block;
}

iframe
{
    border: 0;
}

summary
{
    display: list-item;

    cursor: pointer;
}

progress
{
    vertical-align: baseline;
}

[hidden]
{
    display: none !important;
}

.img-fluid
{
    max-width: 100%;
    height: auto;
}

.img-thumbnail
{
    max-width: 100%;
    height: auto;
    padding: .25rem;
    background-color: #fff;

    border: 1px solid #dee2e6;
    border-radius: .25rem;
}

.figure
{
    display: inline-block;
}

.figure-img
{

    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption
{
    font-size: .875em;

    color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl
{
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}

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

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

@media (min-width: 992px)
{
    .container,
    .container-sm,
    .container-md,
    .container-lg
    {
        max-width: 960px;
    }
}

@media (min-width: 1200px)
{
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl
    {
        max-width: 1140px;
    }
}

@media (min-width: 1400px)
{
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl
    {
        max-width: 1320px;
    }
}

.row
{

    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.row > *
{
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

.col
{
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
}

.row-cols-auto > *
{
    width: auto;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.row-cols-1 > *
{
    width: 100%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.row-cols-2 > *
{
    width: 50%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.row-cols-3 > *
{
    width: 33.33333%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.row-cols-4 > *
{
    width: 25%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.row-cols-5 > *
{
    width: 20%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.row-cols-6 > *
{
    width: 16.66667%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

@media (min-width: 576px)
{
    .col-sm
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
    }
    .row-cols-sm-auto > *
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-sm-1 > *
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-sm-2 > *
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-sm-3 > *
    {
        width: 33.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-sm-4 > *
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-sm-5 > *
    {
        width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-sm-6 > *
    {
        width: 16.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}

@media (min-width: 768px)
{
    .col-md
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
    }
    .row-cols-md-auto > *
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-md-1 > *
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-md-2 > *
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-md-3 > *
    {
        width: 33.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-md-4 > *
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-md-5 > *
    {
        width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-md-6 > *
    {
        width: 16.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}

@media (min-width: 992px)
{
    .col-lg
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
    }
    .row-cols-lg-auto > *
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-lg-1 > *
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-lg-2 > *
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-lg-3 > *
    {
        width: 33.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-lg-4 > *
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-lg-5 > *
    {
        width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-lg-6 > *
    {
        width: 16.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}

@media (min-width: 1200px)
{
    .col-xl
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
    }
    .row-cols-xl-auto > *
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-xl-1 > *
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-xl-2 > *
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-xl-3 > *
    {
        width: 33.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-xl-4 > *
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-xl-5 > *
    {
        width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-xl-6 > *
    {
        width: 16.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}

@media (min-width: 1400px)
{
    .col-xxl
    {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
            -ms-flex: 1 0 0;
                flex: 1 0 0;
    }
    .row-cols-xxl-auto > *
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-xxl-1 > *
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-xxl-2 > *
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-xxl-3 > *
    {
        width: 33.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-xxl-4 > *
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-xxl-5 > *
    {
        width: 20%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .row-cols-xxl-6 > *
    {
        width: 16.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
}

.col-auto
{
    width: auto;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-1
{
    width: 8.33333%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-2
{
    width: 16.66667%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-3
{
    width: 25%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-4
{
    width: 33.33333%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-5
{
    width: 41.66667%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-6
{
    width: 50%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-7
{
    width: 58.33333%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-8
{
    width: 66.66667%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-9
{
    width: 75%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-10
{
    width: 83.33333%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-11
{
    width: 91.66667%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-12
{
    width: 100%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.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%;
}

.g-0,
.gx-0
{
    --bs-gutter-x: 0;
}

.g-0,
.gy-0
{
    --bs-gutter-y: 0;
}

.g-1,
.gx-1
{
    --bs-gutter-x: .25rem;
}

.g-1,
.gy-1
{
    --bs-gutter-y: .25rem;
}

.g-2,
.gx-2
{
    --bs-gutter-x: .5rem;
}

.g-2,
.gy-2
{
    --bs-gutter-y: .5rem;
}

.g-3,
.gx-3
{
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3
{
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4
{
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4
{
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5
{
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5
{
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px)
{
    .col-sm-auto
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-1
    {
        width: 8.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-2
    {
        width: 16.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-3
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-4
    {
        width: 33.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-5
    {
        width: 41.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-6
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-7
    {
        width: 58.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-8
    {
        width: 66.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-9
    {
        width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-10
    {
        width: 83.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-11
    {
        width: 91.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-12
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .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%;
    }
    .g-sm-0,
    .gx-sm-0
    {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0
    {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-sm-1,
    .gy-sm-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-sm-2,
    .gx-sm-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-sm-2,
    .gy-sm-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-sm-3,
    .gx-sm-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5
    {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px)
{
    .col-md-auto
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-1
    {
        width: 8.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-2
    {
        width: 16.66667%;

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

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-4
    {
        width: 33.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-5
    {
        width: 41.66667%;

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

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-7
    {
        width: 58.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-8
    {
        width: 66.66667%;

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

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-10
    {
        width: 83.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-11
    {
        width: 91.66667%;

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

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .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%;
    }
    .g-md-0,
    .gx-md-0
    {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0
    {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-md-1,
    .gy-md-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-md-2,
    .gx-md-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-md-2,
    .gy-md-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-md-3,
    .gx-md-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5
    {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px)
{
    .col-lg-auto
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-1
    {
        width: 8.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-2
    {
        width: 16.66667%;

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

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-4
    {
        width: 33.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-5
    {
        width: 41.66667%;

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

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-7
    {
        width: 58.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-8
    {
        width: 66.66667%;

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

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-10
    {
        width: 83.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-11
    {
        width: 91.66667%;

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

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .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%;
    }
    .g-lg-0,
    .gx-lg-0
    {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0
    {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-lg-1,
    .gy-lg-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-lg-2,
    .gx-lg-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-lg-2,
    .gy-lg-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-lg-3,
    .gx-lg-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5
    {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px)
{
    .col-xl-auto
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-1
    {
        width: 8.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-2
    {
        width: 16.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-3
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-4
    {
        width: 33.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-5
    {
        width: 41.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-6
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-7
    {
        width: 58.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-8
    {
        width: 66.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-9
    {
        width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-10
    {
        width: 83.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-11
    {
        width: 91.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-12
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .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%;
    }
    .g-xl-0,
    .gx-xl-0
    {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0
    {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-xl-1,
    .gy-xl-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-xl-2,
    .gx-xl-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-xl-2,
    .gy-xl-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-xl-3,
    .gx-xl-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5
    {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px)
{
    .col-xxl-auto
    {
        width: auto;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-1
    {
        width: 8.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-2
    {
        width: 16.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-3
    {
        width: 25%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-4
    {
        width: 33.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-5
    {
        width: 41.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-6
    {
        width: 50%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-7
    {
        width: 58.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-8
    {
        width: 66.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-9
    {
        width: 75%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-10
    {
        width: 83.33333%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-11
    {
        width: 91.66667%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xxl-12
    {
        width: 100%;

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .offset-xxl-0
    {
        margin-left: 0;
    }
    .offset-xxl-1
    {
        margin-left: 8.33333%;
    }
    .offset-xxl-2
    {
        margin-left: 16.66667%;
    }
    .offset-xxl-3
    {
        margin-left: 25%;
    }
    .offset-xxl-4
    {
        margin-left: 33.33333%;
    }
    .offset-xxl-5
    {
        margin-left: 41.66667%;
    }
    .offset-xxl-6
    {
        margin-left: 50%;
    }
    .offset-xxl-7
    {
        margin-left: 58.33333%;
    }
    .offset-xxl-8
    {
        margin-left: 66.66667%;
    }
    .offset-xxl-9
    {
        margin-left: 75%;
    }
    .offset-xxl-10
    {
        margin-left: 83.33333%;
    }
    .offset-xxl-11
    {
        margin-left: 91.66667%;
    }
    .g-xxl-0,
    .gx-xxl-0
    {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0
    {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-xxl-1,
    .gy-xxl-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-xxl-2,
    .gx-xxl-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-xxl-2,
    .gy-xxl-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-xxl-3,
    .gx-xxl-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5
    {
        --bs-gutter-y: 3rem;
    }
}

.clearfix::after
{

    content: '';
    display: block;
    clear: both;
}

.link-primary
{
    color: #0d6efd;
}
.link-primary:hover,
.link-primary:focus
{
    color: #0a58ca;
}

.link-secondary
{
    color: #6c757d;
}
.link-secondary:hover,
.link-secondary:focus
{
    color: #565e64;
}

.link-success
{
    color: #198754;
}
.link-success:hover,
.link-success:focus
{
    color: #146c43;
}

.link-info
{
    color: #0dcaf0;
}
.link-info:hover,
.link-info:focus
{
    color: #3dd5f3;
}

.link-warning
{
    color: #ffc107;
}
.link-warning:hover,
.link-warning:focus
{
    color: #ffcd39;
}

.link-danger
{
    color: #dc3545;
}
.link-danger:hover,
.link-danger:focus
{
    color: #b02a37;
}

.link-light
{
    color: #f8f9fa;
}
.link-light:hover,
.link-light:focus
{
    color: #f9fafb;
}

.link-dark
{
    color: #212529;
}
.link-dark:hover,
.link-dark:focus
{
    color: #1a1e21;
}

.ratio
{
    position: relative;

    width: 100%;
}
.ratio::before
{

    content: '';
    display: block;

    padding-top: var(--bs-aspect-ratio);
}
.ratio > *
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.ratio-1x1
{
    --bs-aspect-ratio: 100%;
}

.ratio-4x3
{
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9
{
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9
{
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom
{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top
{
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px)
{
    .sticky-sm-top
    {
        position: -webkit-sticky;
        position:         sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px)
{
    .sticky-md-top
    {
        position: -webkit-sticky;
        position:         sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px)
{
    .sticky-lg-top
    {
        position: -webkit-sticky;
        position:         sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px)
{
    .sticky-xl-top
    {
        position: -webkit-sticky;
        position:         sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px)
{
    .sticky-xxl-top
    {
        position: -webkit-sticky;
        position:         sticky;
        top: 0;
        z-index: 1020;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within)
{
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;

    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;

    white-space: nowrap !important;

    border: 0 !important;
}

.stretched-link::after
{

    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.text-truncate
{
    overflow: hidden;
    text-overflow: ellipsis;

    white-space: nowrap;
}

.align-baseline
{
    vertical-align: baseline !important;
}

.align-top
{
    vertical-align: top !important;
}

.align-middle
{
    vertical-align: middle !important;
}

.align-bottom
{
    vertical-align: bottom !important;
}

.align-text-bottom
{
    vertical-align: text-bottom !important;
}

.align-text-top
{
    vertical-align: text-top !important;
}

.float-start
{
    float: left !important;
}

.float-end
{
    float: right !important;
}

.float-none
{
    float: none !important;
}

.overflow-auto
{
    overflow: auto !important;
}

.overflow-hidden
{
    overflow: hidden !important;
}

.overflow-visible
{
    overflow: visible !important;
}

.overflow-scroll
{
    overflow: scroll !important;
}

.d-inline
{
    display: inline !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-block
{
    display: block !important;
}

.d-grid
{
    display: grid !important;
}

.d-table
{
    display: table !important;
}

.d-table-row
{
    display: table-row !important;
}

.d-table-cell
{
    display: table-cell !important;
}

.d-flex
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
}

.d-inline-flex
{
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display:         inline-flex !important;
}

.d-none
{
    display: none !important;
}

.shadow
{
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-sm
{
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
            box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow-lg
{
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none
{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.position-static
{
    position: static !important;
}

.position-relative
{
    position: relative !important;
}

.position-absolute
{
    position: absolute !important;
}

.position-fixed
{
    position: fixed !important;
}

.position-sticky
{
    position: -webkit-sticky !important;
    position:         sticky !important;
}

.top-0
{
    top: 0 !important;
}

.top-50
{
    top: 50% !important;
}

.top-100
{
    top: 100% !important;
}

.bottom-0
{
    bottom: 0 !important;
}

.bottom-50
{
    bottom: 50% !important;
}

.bottom-100
{
    bottom: 100% !important;
}

.start-0
{
    left: 0 !important;
}

.start-50
{
    left: 50% !important;
}

.start-100
{
    left: 100% !important;
}

.end-0
{
    right: 0 !important;
}

.end-50
{
    right: 50% !important;
}

.end-100
{
    right: 100% !important;
}

.translate-middle
{
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
}

.translate-middle-x
{
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
}

.translate-middle-y
{
    -webkit-transform: translateY(-50%) !important;
        -ms-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
}

.border
{
    border: 1px solid #dee2e6 !important;
}

.border-0
{
    border: 0 !important;
}

.border-top
{
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0
{
    border-top: 0 !important;
}

.border-end
{
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0
{
    border-right: 0 !important;
}

.border-bottom
{
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0
{
    border-bottom: 0 !important;
}

.border-start
{
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0
{
    border-left: 0 !important;
}

.border-primary
{
    border-color: #0d6efd !important;
}

.border-secondary
{
    border-color: #6c757d !important;
}

.border-success
{
    border-color: #198754 !important;
}

.border-info
{
    border-color: #0dcaf0 !important;
}

.border-warning
{
    border-color: #ffc107 !important;
}

.border-danger
{
    border-color: #dc3545 !important;
}

.border-light
{
    border-color: #f8f9fa !important;
}

.border-dark
{
    border-color: #212529 !important;
}

.border-white
{
    border-color: #fff !important;
}

.border-1
{
    border-width: 1px !important;
}

.border-2
{
    border-width: 2px !important;
}

.border-3
{
    border-width: 3px !important;
}

.border-4
{
    border-width: 4px !important;
}

.border-5
{
    border-width: 5px !important;
}

.w-25
{
    width: 25% !important;
}

.w-50
{
    width: 50% !important;
}

.w-75
{
    width: 75% !important;
}

.w-100
{
    width: 100% !important;
}

.w-auto
{
    width: auto !important;
}

.mw-100
{
    max-width: 100% !important;
}

.vw-100
{
    width: 100vw !important;
}

.min-vw-100
{
    min-width: 100vw !important;
}

.h-25
{
    height: 25% !important;
}

.h-50
{
    height: 50% !important;
}

.h-75
{
    height: 75% !important;
}

.h-100
{
    height: 100% !important;
}

.h-auto
{
    height: auto !important;
}

.mh-100
{
    max-height: 100% !important;
}

.vh-100
{
    height: 100vh !important;
}

.min-vh-100
{
    min-height: 100vh !important;
}

.flex-fill
{
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}

.flex-row
{
            flex-direction: row !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
}

.flex-column
{
            flex-direction: column !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
}

.flex-row-reverse
{
            flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
}

.flex-column-reverse
{
            flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
}

.flex-grow-0
{
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}

.flex-grow-1
{
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}

.flex-shrink-0
{
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
}

.flex-shrink-1
{
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
}

.flex-wrap
{
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
}

.flex-nowrap
{
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
}

.flex-wrap-reverse
{
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
}

.gap-0
{
    gap: 0 !important;
}

.gap-1
{
    gap: .25rem !important;
}

.gap-2
{
    gap: .5rem !important;
}

.gap-3
{
    gap: 1rem !important;
}

.gap-4
{
    gap: 1.5rem !important;
}

.gap-5
{
    gap: 3rem !important;
}

.justify-content-start
{
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
}

.justify-content-end
{
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
}

.justify-content-center
{
    -webkit-justify-content: center !important;
            justify-content: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
}

.justify-content-between
{
    -webkit-justify-content: space-between !important;
            justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
}

.justify-content-around
{
    -webkit-justify-content: space-around !important;
            justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
}

.justify-content-evenly
{
    -webkit-justify-content: space-evenly !important;
            justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    -webkit-box-pack: space-evenly !important;
}

.align-items-start
{
    -webkit-align-items: flex-start !important;
            align-items: flex-start !important;
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
}

.align-items-end
{
    -webkit-align-items: flex-end !important;
            align-items: flex-end !important;
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
}

.align-items-center
{
    -webkit-align-items: center !important;
            align-items: center !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
}

.align-items-baseline
{
    -webkit-align-items: baseline !important;
            align-items: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
}

.align-items-stretch
{
    -webkit-align-items: stretch !important;
            align-items: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
}

.align-content-start
{
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
}

.align-content-end
{
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
}

.align-content-center
{
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
            align-content: center !important;
}

.align-content-between
{
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
}

.align-content-around
{
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
}

.align-content-stretch
{
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
}

.align-self-auto
{
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
            align-self: auto !important;
}

.align-self-start
{
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
            align-self: flex-start !important;
}

.align-self-end
{
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
            align-self: flex-end !important;
}

.align-self-center
{
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
            align-self: center !important;
}

.align-self-baseline
{
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
}

.align-self-stretch
{
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
}

.order-first
{
    -ms-flex-order: -1 !important;
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
            order: -1 !important;
}

.order-0
{
    -ms-flex-order: 0 !important;
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
            order: 0 !important;
}

.order-1
{
    -ms-flex-order: 1 !important;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
            order: 1 !important;
}

.order-2
{
    -ms-flex-order: 2 !important;
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
            order: 2 !important;
}

.order-3
{
    -ms-flex-order: 3 !important;
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
            order: 3 !important;
}

.order-4
{
    -ms-flex-order: 4 !important;
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
            order: 4 !important;
}

.order-5
{
    -ms-flex-order: 5 !important;
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
            order: 5 !important;
}

.order-last
{
    -ms-flex-order: 6 !important;
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
            order: 6 !important;
}

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

.m-1
{
    margin: .25rem !important;
}

.m-2
{
    margin: .5rem !important;
}

.m-3
{
    margin: 1rem !important;
}

.m-4
{
    margin: 1.5rem !important;
}

.m-5
{
    margin: 3rem !important;
}

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

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

.mx-1
{
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

.mx-2
{
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.mx-3
{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4
{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5
{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

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

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

.my-1
{
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.my-2
{
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.my-3
{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4
{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5
{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

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

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

.mt-1
{
    margin-top: .25rem !important;
}

.mt-2
{
    margin-top: .5rem !important;
}

.mt-3
{
    margin-top: 1rem !important;
}

.mt-4
{
    margin-top: 1.5rem !important;
}

.mt-5
{
    margin-top: 3rem !important;
}

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

.me-0
{
    margin-right: 0 !important;
}

.me-1
{
    margin-right: .25rem !important;
}

.me-2
{
    margin-right: .5rem !important;
}

.me-3
{
    margin-right: 1rem !important;
}

.me-4
{
    margin-right: 1.5rem !important;
}

.me-5
{
    margin-right: 3rem !important;
}

.me-auto
{
    margin-right: auto !important;
}

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

.mb-1
{
    margin-bottom: .25rem !important;
}

.mb-2
{
    margin-bottom: .5rem !important;
}

.mb-3
{
    margin-bottom: 1rem !important;
}

.mb-4
{
    margin-bottom: 1.5rem !important;
}

.mb-5
{
    margin-bottom: 3rem !important;
}

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

.ms-0
{
    margin-left: 0 !important;
}

.ms-1
{
    margin-left: .25rem !important;
}

.ms-2
{
    margin-left: .5rem !important;
}

.ms-3
{
    margin-left: 1rem !important;
}

.ms-4
{
    margin-left: 1.5rem !important;
}

.ms-5
{
    margin-left: 3rem !important;
}

.ms-auto
{
    margin-left: auto !important;
}

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

.p-1
{
    padding: .25rem !important;
}

.p-2
{
    padding: .5rem !important;
}

.p-3
{
    padding: 1rem !important;
}

.p-4
{
    padding: 1.5rem !important;
}

.p-5
{
    padding: 3rem !important;
}

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

.px-1
{
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.px-2
{
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.px-3
{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4
{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5
{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

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

.py-1
{
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.py-2
{
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.py-3
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4
{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5
{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

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

.pt-1
{
    padding-top: .25rem !important;
}

.pt-2
{
    padding-top: .5rem !important;
}

.pt-3
{
    padding-top: 1rem !important;
}

.pt-4
{
    padding-top: 1.5rem !important;
}

.pt-5
{
    padding-top: 3rem !important;
}

.pe-0
{
    padding-right: 0 !important;
}

.pe-1
{
    padding-right: .25rem !important;
}

.pe-2
{
    padding-right: .5rem !important;
}

.pe-3
{
    padding-right: 1rem !important;
}

.pe-4
{
    padding-right: 1.5rem !important;
}

.pe-5
{
    padding-right: 3rem !important;
}

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

.pb-1
{
    padding-bottom: .25rem !important;
}

.pb-2
{
    padding-bottom: .5rem !important;
}

.pb-3
{
    padding-bottom: 1rem !important;
}

.pb-4
{
    padding-bottom: 1.5rem !important;
}

.pb-5
{
    padding-bottom: 3rem !important;
}

.ps-0
{
    padding-left: 0 !important;
}

.ps-1
{
    padding-left: .25rem !important;
}

.ps-2
{
    padding-left: .5rem !important;
}

.ps-3
{
    padding-left: 1rem !important;
}

.ps-4
{
    padding-left: 1.5rem !important;
}

.ps-5
{
    padding-left: 3rem !important;
}

.font-monospace
{
    font-family: var(--bs-font-monospace) !important;
}

.fs-1
{
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2
{
    font-size: calc(1.325rem + .9vw) !important;
}

.fs-3
{
    font-size: calc(1.3rem + .6vw) !important;
}

.fs-4
{
    font-size: calc(1.275rem + .3vw) !important;
}

.fs-5
{
    font-size: 1.25rem !important;
}

.fs-6
{
    font-size: 1rem !important;
}

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

.fst-normal
{
    font-style: normal !important;
}

.fw-light
{
    font-weight: 300 !important;
}

.fw-lighter
{
    font-weight: lighter !important;
}

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

.fw-bold
{
    font-weight: 700 !important;
}

.fw-bolder
{
    font-weight: bolder !important;
}

.lh-1
{
    line-height: 1 !important;
}

.lh-sm
{
    line-height: 1.25 !important;
}

.lh-base
{
    line-height: 1.5 !important;
}

.lh-lg
{
    line-height: 2 !important;
}

.text-start
{
    text-align: left !important;
}

.text-end
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

.text-decoration-none
{
    text-decoration: none !important;
}

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

.text-decoration-line-through
{
    text-decoration: line-through !important;
}

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

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

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

.text-wrap
{
    white-space: normal !important;
}

.text-nowrap
{
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break
{
    word-break: break-word !important;
    word-wrap: break-word !important;
}

/* rtl:end:remove */
.text-primary
{
    color: #0d6efd !important;
}

.text-secondary
{
    color: #6c757d !important;
}

.text-success
{
    color: #198754 !important;
}

.text-info
{
    color: #0dcaf0 !important;
}

.text-warning
{
    color: #ffc107 !important;
}

.text-danger
{
    color: #dc3545 !important;
}

.text-light
{
    color: #f8f9fa !important;
}

.text-dark
{
    color: #212529 !important;
}

.text-white
{
    color: #fff !important;
}

.text-body
{
    color: #212529 !important;
}

.text-muted
{
    color: #6c757d !important;
}

.text-black-50
{
    color: rgba(0, 0, 0, .5) !important;
}

.text-white-50
{
    color: rgba(255, 255, 255, .5) !important;
}

.text-reset
{
    color: inherit !important;
}

.bg-primary
{
    background-color: #0d6efd !important;
}

.bg-secondary
{
    background-color: #6c757d !important;
}

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

.bg-info
{
    background-color: #0dcaf0 !important;
}

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

.bg-danger
{
    background-color: #dc3545 !important;
}

.bg-light
{
    background-color: #f8f9fa !important;
}

.bg-dark
{
    background-color: #212529 !important;
}

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

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

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

.bg-gradient
{
    background-image: var(--bs-gradient) !important;
}

.user-select-all
{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important;
}

.user-select-auto
{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
}

.user-select-none
{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
}

.pe-none
{
    pointer-events: none !important;
}

.pe-auto
{
    pointer-events: auto !important;
}

.rounded
{
    border-radius: .25rem !important;
}

.rounded-0
{
    border-radius: 0 !important;
}

.rounded-1
{
    border-radius: .2rem !important;
}

.rounded-2
{
    border-radius: .25rem !important;
}

.rounded-3
{
    border-radius: .3rem !important;
}

.rounded-circle
{
    border-radius: 50% !important;
}

.rounded-pill
{
    border-radius: 50rem !important;
}

.rounded-top
{
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-end
{
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom
{
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-start
{
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.visible
{
    visibility: visible !important;
}

.invisible
{
    visibility: hidden !important;
}

@media (min-width: 576px)
{
    .float-sm-start
    {
        float: left !important;
    }
    .float-sm-end
    {
        float: right !important;
    }
    .float-sm-none
    {
        float: none !important;
    }
    .d-sm-inline
    {
        display: inline !important;
    }
    .d-sm-inline-block
    {
        display: inline-block !important;
    }
    .d-sm-block
    {
        display: block !important;
    }
    .d-sm-grid
    {
        display: grid !important;
    }
    .d-sm-table
    {
        display: table !important;
    }
    .d-sm-table-row
    {
        display: table-row !important;
    }
    .d-sm-table-cell
    {
        display: table-cell !important;
    }
    .d-sm-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }
    .d-sm-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }
    .d-sm-none
    {
        display: none !important;
    }
    .flex-sm-fill
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-sm-row
    {
                flex-direction: row !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
    }
    .flex-sm-column
    {
                flex-direction: column !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
    }
    .flex-sm-row-reverse
    {
                flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
    }
    .flex-sm-column-reverse
    {
                flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
    }
    .flex-sm-grow-0
    {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-sm-grow-1
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-sm-shrink-0
    {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
                flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1
    {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
                flex-shrink: 1 !important;
    }
    .flex-sm-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-sm-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0
    {
        gap: 0 !important;
    }
    .gap-sm-1
    {
        gap: .25rem !important;
    }
    .gap-sm-2
    {
        gap: .5rem !important;
    }
    .gap-sm-3
    {
        gap: 1rem !important;
    }
    .gap-sm-4
    {
        gap: 1.5rem !important;
    }
    .gap-sm-5
    {
        gap: 3rem !important;
    }
    .justify-content-sm-start
    {
        -webkit-justify-content: flex-start !important;
                justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
    }
    .justify-content-sm-end
    {
        -webkit-justify-content: flex-end !important;
                justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
    }
    .justify-content-sm-center
    {
        -webkit-justify-content: center !important;
                justify-content: center !important;
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
    }
    .justify-content-sm-between
    {
        -webkit-justify-content: space-between !important;
                justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
    }
    .justify-content-sm-around
    {
        -webkit-justify-content: space-around !important;
                justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
    }
    .justify-content-sm-evenly
    {
        -webkit-justify-content: space-evenly !important;
                justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        -webkit-box-pack: space-evenly !important;
    }
    .align-items-sm-start
    {
        -webkit-align-items: flex-start !important;
                align-items: flex-start !important;
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
    }
    .align-items-sm-end
    {
        -webkit-align-items: flex-end !important;
                align-items: flex-end !important;
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
    }
    .align-items-sm-center
    {
        -webkit-align-items: center !important;
                align-items: center !important;
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
    }
    .align-items-sm-baseline
    {
        -webkit-align-items: baseline !important;
                align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
    }
    .align-items-sm-stretch
    {
        -webkit-align-items: stretch !important;
                align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
    }
    .align-content-sm-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-sm-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-sm-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-sm-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-sm-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-sm-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-sm-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                align-self: auto !important;
    }
    .align-self-sm-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-sm-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-sm-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                align-self: center !important;
    }
    .align-self-sm-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-sm-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                align-self: stretch !important;
    }
    .order-sm-first
    {
        -ms-flex-order: -1 !important;
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
                order: -1 !important;
    }
    .order-sm-0
    {
        -ms-flex-order: 0 !important;
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
                order: 0 !important;
    }
    .order-sm-1
    {
        -ms-flex-order: 1 !important;
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
                order: 1 !important;
    }
    .order-sm-2
    {
        -ms-flex-order: 2 !important;
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
                order: 2 !important;
    }
    .order-sm-3
    {
        -ms-flex-order: 3 !important;
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
                order: 3 !important;
    }
    .order-sm-4
    {
        -ms-flex-order: 4 !important;
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
                order: 4 !important;
    }
    .order-sm-5
    {
        -ms-flex-order: 5 !important;
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
                order: 5 !important;
    }
    .order-sm-last
    {
        -ms-flex-order: 6 !important;
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
                order: 6 !important;
    }
    .m-sm-0
    {
        margin: 0 !important;
    }
    .m-sm-1
    {
        margin: .25rem !important;
    }
    .m-sm-2
    {
        margin: .5rem !important;
    }
    .m-sm-3
    {
        margin: 1rem !important;
    }
    .m-sm-4
    {
        margin: 1.5rem !important;
    }
    .m-sm-5
    {
        margin: 3rem !important;
    }
    .m-sm-auto
    {
        margin: auto !important;
    }
    .mx-sm-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .mx-sm-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .mx-sm-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .my-sm-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .my-sm-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0
    {
        margin-top: 0 !important;
    }
    .mt-sm-1
    {
        margin-top: .25rem !important;
    }
    .mt-sm-2
    {
        margin-top: .5rem !important;
    }
    .mt-sm-3
    {
        margin-top: 1rem !important;
    }
    .mt-sm-4
    {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5
    {
        margin-top: 3rem !important;
    }
    .mt-sm-auto
    {
        margin-top: auto !important;
    }
    .me-sm-0
    {
        margin-right: 0 !important;
    }
    .me-sm-1
    {
        margin-right: .25rem !important;
    }
    .me-sm-2
    {
        margin-right: .5rem !important;
    }
    .me-sm-3
    {
        margin-right: 1rem !important;
    }
    .me-sm-4
    {
        margin-right: 1.5rem !important;
    }
    .me-sm-5
    {
        margin-right: 3rem !important;
    }
    .me-sm-auto
    {
        margin-right: auto !important;
    }
    .mb-sm-0
    {
        margin-bottom: 0 !important;
    }
    .mb-sm-1
    {
        margin-bottom: .25rem !important;
    }
    .mb-sm-2
    {
        margin-bottom: .5rem !important;
    }
    .mb-sm-3
    {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5
    {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto
    {
        margin-bottom: auto !important;
    }
    .ms-sm-0
    {
        margin-left: 0 !important;
    }
    .ms-sm-1
    {
        margin-left: .25rem !important;
    }
    .ms-sm-2
    {
        margin-left: .5rem !important;
    }
    .ms-sm-3
    {
        margin-left: 1rem !important;
    }
    .ms-sm-4
    {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5
    {
        margin-left: 3rem !important;
    }
    .ms-sm-auto
    {
        margin-left: auto !important;
    }
    .p-sm-0
    {
        padding: 0 !important;
    }
    .p-sm-1
    {
        padding: .25rem !important;
    }
    .p-sm-2
    {
        padding: .5rem !important;
    }
    .p-sm-3
    {
        padding: 1rem !important;
    }
    .p-sm-4
    {
        padding: 1.5rem !important;
    }
    .p-sm-5
    {
        padding: 3rem !important;
    }
    .px-sm-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .px-sm-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .px-sm-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .py-sm-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .py-sm-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0
    {
        padding-top: 0 !important;
    }
    .pt-sm-1
    {
        padding-top: .25rem !important;
    }
    .pt-sm-2
    {
        padding-top: .5rem !important;
    }
    .pt-sm-3
    {
        padding-top: 1rem !important;
    }
    .pt-sm-4
    {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5
    {
        padding-top: 3rem !important;
    }
    .pe-sm-0
    {
        padding-right: 0 !important;
    }
    .pe-sm-1
    {
        padding-right: .25rem !important;
    }
    .pe-sm-2
    {
        padding-right: .5rem !important;
    }
    .pe-sm-3
    {
        padding-right: 1rem !important;
    }
    .pe-sm-4
    {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5
    {
        padding-right: 3rem !important;
    }
    .pb-sm-0
    {
        padding-bottom: 0 !important;
    }
    .pb-sm-1
    {
        padding-bottom: .25rem !important;
    }
    .pb-sm-2
    {
        padding-bottom: .5rem !important;
    }
    .pb-sm-3
    {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5
    {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0
    {
        padding-left: 0 !important;
    }
    .ps-sm-1
    {
        padding-left: .25rem !important;
    }
    .ps-sm-2
    {
        padding-left: .5rem !important;
    }
    .ps-sm-3
    {
        padding-left: 1rem !important;
    }
    .ps-sm-4
    {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5
    {
        padding-left: 3rem !important;
    }
    .text-sm-start
    {
        text-align: left !important;
    }
    .text-sm-end
    {
        text-align: right !important;
    }
    .text-sm-center
    {
        text-align: center !important;
    }
}

@media (min-width: 768px)
{
    .float-md-start
    {
        float: left !important;
    }
    .float-md-end
    {
        float: right !important;
    }
    .float-md-none
    {
        float: none !important;
    }
    .d-md-inline
    {
        display: inline !important;
    }
    .d-md-inline-block
    {
        display: inline-block !important;
    }
    .d-md-block
    {
        display: block !important;
    }
    .d-md-grid
    {
        display: grid !important;
    }
    .d-md-table
    {
        display: table !important;
    }
    .d-md-table-row
    {
        display: table-row !important;
    }
    .d-md-table-cell
    {
        display: table-cell !important;
    }
    .d-md-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }
    .d-md-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }
    .d-md-none
    {
        display: none !important;
    }
    .flex-md-fill
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-md-row
    {
                flex-direction: row !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
    }
    .flex-md-column
    {
                flex-direction: column !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
    }
    .flex-md-row-reverse
    {
                flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
    }
    .flex-md-column-reverse
    {
                flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
    }
    .flex-md-grow-0
    {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-md-grow-1
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-md-shrink-0
    {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
                flex-shrink: 0 !important;
    }
    .flex-md-shrink-1
    {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
                flex-shrink: 1 !important;
    }
    .flex-md-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-md-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .gap-md-0
    {
        gap: 0 !important;
    }
    .gap-md-1
    {
        gap: .25rem !important;
    }
    .gap-md-2
    {
        gap: .5rem !important;
    }
    .gap-md-3
    {
        gap: 1rem !important;
    }
    .gap-md-4
    {
        gap: 1.5rem !important;
    }
    .gap-md-5
    {
        gap: 3rem !important;
    }
    .justify-content-md-start
    {
        -webkit-justify-content: flex-start !important;
                justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
    }
    .justify-content-md-end
    {
        -webkit-justify-content: flex-end !important;
                justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
    }
    .justify-content-md-center
    {
        -webkit-justify-content: center !important;
                justify-content: center !important;
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
    }
    .justify-content-md-between
    {
        -webkit-justify-content: space-between !important;
                justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
    }
    .justify-content-md-around
    {
        -webkit-justify-content: space-around !important;
                justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
    }
    .justify-content-md-evenly
    {
        -webkit-justify-content: space-evenly !important;
                justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        -webkit-box-pack: space-evenly !important;
    }
    .align-items-md-start
    {
        -webkit-align-items: flex-start !important;
                align-items: flex-start !important;
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
    }
    .align-items-md-end
    {
        -webkit-align-items: flex-end !important;
                align-items: flex-end !important;
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
    }
    .align-items-md-center
    {
        -webkit-align-items: center !important;
                align-items: center !important;
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
    }
    .align-items-md-baseline
    {
        -webkit-align-items: baseline !important;
                align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
    }
    .align-items-md-stretch
    {
        -webkit-align-items: stretch !important;
                align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
    }
    .align-content-md-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-md-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-md-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-md-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-md-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-md-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-md-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                align-self: auto !important;
    }
    .align-self-md-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-md-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-md-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                align-self: center !important;
    }
    .align-self-md-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-md-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                align-self: stretch !important;
    }
    .order-md-first
    {
        -ms-flex-order: -1 !important;
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
                order: -1 !important;
    }
    .order-md-0
    {
        -ms-flex-order: 0 !important;
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
                order: 0 !important;
    }
    .order-md-1
    {
        -ms-flex-order: 1 !important;
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
                order: 1 !important;
    }
    .order-md-2
    {
        -ms-flex-order: 2 !important;
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
                order: 2 !important;
    }
    .order-md-3
    {
        -ms-flex-order: 3 !important;
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
                order: 3 !important;
    }
    .order-md-4
    {
        -ms-flex-order: 4 !important;
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
                order: 4 !important;
    }
    .order-md-5
    {
        -ms-flex-order: 5 !important;
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
                order: 5 !important;
    }
    .order-md-last
    {
        -ms-flex-order: 6 !important;
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
                order: 6 !important;
    }
    .m-md-0
    {
        margin: 0 !important;
    }
    .m-md-1
    {
        margin: .25rem !important;
    }
    .m-md-2
    {
        margin: .5rem !important;
    }
    .m-md-3
    {
        margin: 1rem !important;
    }
    .m-md-4
    {
        margin: 1.5rem !important;
    }
    .m-md-5
    {
        margin: 3rem !important;
    }
    .m-md-auto
    {
        margin: auto !important;
    }
    .mx-md-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .mx-md-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .mx-md-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .my-md-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .my-md-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0
    {
        margin-top: 0 !important;
    }
    .mt-md-1
    {
        margin-top: .25rem !important;
    }
    .mt-md-2
    {
        margin-top: .5rem !important;
    }
    .mt-md-3
    {
        margin-top: 1rem !important;
    }
    .mt-md-4
    {
        margin-top: 1.5rem !important;
    }
    .mt-md-5
    {
        margin-top: 3rem !important;
    }
    .mt-md-auto
    {
        margin-top: auto !important;
    }
    .me-md-0
    {
        margin-right: 0 !important;
    }
    .me-md-1
    {
        margin-right: .25rem !important;
    }
    .me-md-2
    {
        margin-right: .5rem !important;
    }
    .me-md-3
    {
        margin-right: 1rem !important;
    }
    .me-md-4
    {
        margin-right: 1.5rem !important;
    }
    .me-md-5
    {
        margin-right: 3rem !important;
    }
    .me-md-auto
    {
        margin-right: auto !important;
    }
    .mb-md-0
    {
        margin-bottom: 0 !important;
    }
    .mb-md-1
    {
        margin-bottom: .25rem !important;
    }
    .mb-md-2
    {
        margin-bottom: .5rem !important;
    }
    .mb-md-3
    {
        margin-bottom: 1rem !important;
    }
    .mb-md-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5
    {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto
    {
        margin-bottom: auto !important;
    }
    .ms-md-0
    {
        margin-left: 0 !important;
    }
    .ms-md-1
    {
        margin-left: .25rem !important;
    }
    .ms-md-2
    {
        margin-left: .5rem !important;
    }
    .ms-md-3
    {
        margin-left: 1rem !important;
    }
    .ms-md-4
    {
        margin-left: 1.5rem !important;
    }
    .ms-md-5
    {
        margin-left: 3rem !important;
    }
    .ms-md-auto
    {
        margin-left: auto !important;
    }
    .p-md-0
    {
        padding: 0 !important;
    }
    .p-md-1
    {
        padding: .25rem !important;
    }
    .p-md-2
    {
        padding: .5rem !important;
    }
    .p-md-3
    {
        padding: 1rem !important;
    }
    .p-md-4
    {
        padding: 1.5rem !important;
    }
    .p-md-5
    {
        padding: 3rem !important;
    }
    .px-md-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .px-md-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .px-md-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .py-md-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .py-md-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0
    {
        padding-top: 0 !important;
    }
    .pt-md-1
    {
        padding-top: .25rem !important;
    }
    .pt-md-2
    {
        padding-top: .5rem !important;
    }
    .pt-md-3
    {
        padding-top: 1rem !important;
    }
    .pt-md-4
    {
        padding-top: 1.5rem !important;
    }
    .pt-md-5
    {
        padding-top: 3rem !important;
    }
    .pe-md-0
    {
        padding-right: 0 !important;
    }
    .pe-md-1
    {
        padding-right: .25rem !important;
    }
    .pe-md-2
    {
        padding-right: .5rem !important;
    }
    .pe-md-3
    {
        padding-right: 1rem !important;
    }
    .pe-md-4
    {
        padding-right: 1.5rem !important;
    }
    .pe-md-5
    {
        padding-right: 3rem !important;
    }
    .pb-md-0
    {
        padding-bottom: 0 !important;
    }
    .pb-md-1
    {
        padding-bottom: .25rem !important;
    }
    .pb-md-2
    {
        padding-bottom: .5rem !important;
    }
    .pb-md-3
    {
        padding-bottom: 1rem !important;
    }
    .pb-md-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5
    {
        padding-bottom: 3rem !important;
    }
    .ps-md-0
    {
        padding-left: 0 !important;
    }
    .ps-md-1
    {
        padding-left: .25rem !important;
    }
    .ps-md-2
    {
        padding-left: .5rem !important;
    }
    .ps-md-3
    {
        padding-left: 1rem !important;
    }
    .ps-md-4
    {
        padding-left: 1.5rem !important;
    }
    .ps-md-5
    {
        padding-left: 3rem !important;
    }
    .text-md-start
    {
        text-align: left !important;
    }
    .text-md-end
    {
        text-align: right !important;
    }
    .text-md-center
    {
        text-align: center !important;
    }
}

@media (min-width: 992px)
{
    .float-lg-start
    {
        float: left !important;
    }
    .float-lg-end
    {
        float: right !important;
    }
    .float-lg-none
    {
        float: none !important;
    }
    .d-lg-inline
    {
        display: inline !important;
    }
    .d-lg-inline-block
    {
        display: inline-block !important;
    }
    .d-lg-block
    {
        display: block !important;
    }
    .d-lg-grid
    {
        display: grid !important;
    }
    .d-lg-table
    {
        display: table !important;
    }
    .d-lg-table-row
    {
        display: table-row !important;
    }
    .d-lg-table-cell
    {
        display: table-cell !important;
    }
    .d-lg-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }
    .d-lg-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }
    .d-lg-none
    {
        display: none !important;
    }
    .flex-lg-fill
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-lg-row
    {
                flex-direction: row !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
    }
    .flex-lg-column
    {
                flex-direction: column !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
    }
    .flex-lg-row-reverse
    {
                flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
    }
    .flex-lg-column-reverse
    {
                flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
    }
    .flex-lg-grow-0
    {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-lg-grow-1
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-lg-shrink-0
    {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
                flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1
    {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
                flex-shrink: 1 !important;
    }
    .flex-lg-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-lg-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0
    {
        gap: 0 !important;
    }
    .gap-lg-1
    {
        gap: .25rem !important;
    }
    .gap-lg-2
    {
        gap: .5rem !important;
    }
    .gap-lg-3
    {
        gap: 1rem !important;
    }
    .gap-lg-4
    {
        gap: 1.5rem !important;
    }
    .gap-lg-5
    {
        gap: 3rem !important;
    }
    .justify-content-lg-start
    {
        -webkit-justify-content: flex-start !important;
                justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
    }
    .justify-content-lg-end
    {
        -webkit-justify-content: flex-end !important;
                justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
    }
    .justify-content-lg-center
    {
        -webkit-justify-content: center !important;
                justify-content: center !important;
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
    }
    .justify-content-lg-between
    {
        -webkit-justify-content: space-between !important;
                justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
    }
    .justify-content-lg-around
    {
        -webkit-justify-content: space-around !important;
                justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
    }
    .justify-content-lg-evenly
    {
        -webkit-justify-content: space-evenly !important;
                justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        -webkit-box-pack: space-evenly !important;
    }
    .align-items-lg-start
    {
        -webkit-align-items: flex-start !important;
                align-items: flex-start !important;
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
    }
    .align-items-lg-end
    {
        -webkit-align-items: flex-end !important;
                align-items: flex-end !important;
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
    }
    .align-items-lg-center
    {
        -webkit-align-items: center !important;
                align-items: center !important;
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
    }
    .align-items-lg-baseline
    {
        -webkit-align-items: baseline !important;
                align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
    }
    .align-items-lg-stretch
    {
        -webkit-align-items: stretch !important;
                align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
    }
    .align-content-lg-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-lg-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-lg-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-lg-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-lg-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-lg-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-lg-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                align-self: auto !important;
    }
    .align-self-lg-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-lg-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-lg-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                align-self: center !important;
    }
    .align-self-lg-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-lg-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                align-self: stretch !important;
    }
    .order-lg-first
    {
        -ms-flex-order: -1 !important;
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
                order: -1 !important;
    }
    .order-lg-0
    {
        -ms-flex-order: 0 !important;
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
                order: 0 !important;
    }
    .order-lg-1
    {
        -ms-flex-order: 1 !important;
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
                order: 1 !important;
    }
    .order-lg-2
    {
        -ms-flex-order: 2 !important;
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
                order: 2 !important;
    }
    .order-lg-3
    {
        -ms-flex-order: 3 !important;
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
                order: 3 !important;
    }
    .order-lg-4
    {
        -ms-flex-order: 4 !important;
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
                order: 4 !important;
    }
    .order-lg-5
    {
        -ms-flex-order: 5 !important;
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
                order: 5 !important;
    }
    .order-lg-last
    {
        -ms-flex-order: 6 !important;
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
                order: 6 !important;
    }
    .m-lg-0
    {
        margin: 0 !important;
    }
    .m-lg-1
    {
        margin: .25rem !important;
    }
    .m-lg-2
    {
        margin: .5rem !important;
    }
    .m-lg-3
    {
        margin: 1rem !important;
    }
    .m-lg-4
    {
        margin: 1.5rem !important;
    }
    .m-lg-5
    {
        margin: 3rem !important;
    }
    .m-lg-auto
    {
        margin: auto !important;
    }
    .mx-lg-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .mx-lg-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .mx-lg-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .my-lg-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .my-lg-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0
    {
        margin-top: 0 !important;
    }
    .mt-lg-1
    {
        margin-top: .25rem !important;
    }
    .mt-lg-2
    {
        margin-top: .5rem !important;
    }
    .mt-lg-3
    {
        margin-top: 1rem !important;
    }
    .mt-lg-4
    {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5
    {
        margin-top: 3rem !important;
    }
    .mt-lg-auto
    {
        margin-top: auto !important;
    }
    .me-lg-0
    {
        margin-right: 0 !important;
    }
    .me-lg-1
    {
        margin-right: .25rem !important;
    }
    .me-lg-2
    {
        margin-right: .5rem !important;
    }
    .me-lg-3
    {
        margin-right: 1rem !important;
    }
    .me-lg-4
    {
        margin-right: 1.5rem !important;
    }
    .me-lg-5
    {
        margin-right: 3rem !important;
    }
    .me-lg-auto
    {
        margin-right: auto !important;
    }
    .mb-lg-0
    {
        margin-bottom: 0 !important;
    }
    .mb-lg-1
    {
        margin-bottom: .25rem !important;
    }
    .mb-lg-2
    {
        margin-bottom: .5rem !important;
    }
    .mb-lg-3
    {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5
    {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto
    {
        margin-bottom: auto !important;
    }
    .ms-lg-0
    {
        margin-left: 0 !important;
    }
    .ms-lg-1
    {
        margin-left: .25rem !important;
    }
    .ms-lg-2
    {
        margin-left: .5rem !important;
    }
    .ms-lg-3
    {
        margin-left: 1rem !important;
    }
    .ms-lg-4
    {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5
    {
        margin-left: 3rem !important;
    }
    .ms-lg-auto
    {
        margin-left: auto !important;
    }
    .p-lg-0
    {
        padding: 0 !important;
    }
    .p-lg-1
    {
        padding: .25rem !important;
    }
    .p-lg-2
    {
        padding: .5rem !important;
    }
    .p-lg-3
    {
        padding: 1rem !important;
    }
    .p-lg-4
    {
        padding: 1.5rem !important;
    }
    .p-lg-5
    {
        padding: 3rem !important;
    }
    .px-lg-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .px-lg-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .px-lg-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .py-lg-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .py-lg-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0
    {
        padding-top: 0 !important;
    }
    .pt-lg-1
    {
        padding-top: .25rem !important;
    }
    .pt-lg-2
    {
        padding-top: .5rem !important;
    }
    .pt-lg-3
    {
        padding-top: 1rem !important;
    }
    .pt-lg-4
    {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5
    {
        padding-top: 3rem !important;
    }
    .pe-lg-0
    {
        padding-right: 0 !important;
    }
    .pe-lg-1
    {
        padding-right: .25rem !important;
    }
    .pe-lg-2
    {
        padding-right: .5rem !important;
    }
    .pe-lg-3
    {
        padding-right: 1rem !important;
    }
    .pe-lg-4
    {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5
    {
        padding-right: 3rem !important;
    }
    .pb-lg-0
    {
        padding-bottom: 0 !important;
    }
    .pb-lg-1
    {
        padding-bottom: .25rem !important;
    }
    .pb-lg-2
    {
        padding-bottom: .5rem !important;
    }
    .pb-lg-3
    {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5
    {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0
    {
        padding-left: 0 !important;
    }
    .ps-lg-1
    {
        padding-left: .25rem !important;
    }
    .ps-lg-2
    {
        padding-left: .5rem !important;
    }
    .ps-lg-3
    {
        padding-left: 1rem !important;
    }
    .ps-lg-4
    {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5
    {
        padding-left: 3rem !important;
    }
    .text-lg-start
    {
        text-align: left !important;
    }
    .text-lg-end
    {
        text-align: right !important;
    }
    .text-lg-center
    {
        text-align: center !important;
    }
}

@media (min-width: 1200px)
{
    .float-xl-start
    {
        float: left !important;
    }
    .float-xl-end
    {
        float: right !important;
    }
    .float-xl-none
    {
        float: none !important;
    }
    .d-xl-inline
    {
        display: inline !important;
    }
    .d-xl-inline-block
    {
        display: inline-block !important;
    }
    .d-xl-block
    {
        display: block !important;
    }
    .d-xl-grid
    {
        display: grid !important;
    }
    .d-xl-table
    {
        display: table !important;
    }
    .d-xl-table-row
    {
        display: table-row !important;
    }
    .d-xl-table-cell
    {
        display: table-cell !important;
    }
    .d-xl-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }
    .d-xl-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }
    .d-xl-none
    {
        display: none !important;
    }
    .flex-xl-fill
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-xl-row
    {
                flex-direction: row !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
    }
    .flex-xl-column
    {
                flex-direction: column !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
    }
    .flex-xl-row-reverse
    {
                flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
    }
    .flex-xl-column-reverse
    {
                flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
    }
    .flex-xl-grow-0
    {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-xl-grow-1
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-xl-shrink-0
    {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
                flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1
    {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
                flex-shrink: 1 !important;
    }
    .flex-xl-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-xl-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0
    {
        gap: 0 !important;
    }
    .gap-xl-1
    {
        gap: .25rem !important;
    }
    .gap-xl-2
    {
        gap: .5rem !important;
    }
    .gap-xl-3
    {
        gap: 1rem !important;
    }
    .gap-xl-4
    {
        gap: 1.5rem !important;
    }
    .gap-xl-5
    {
        gap: 3rem !important;
    }
    .justify-content-xl-start
    {
        -webkit-justify-content: flex-start !important;
                justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
    }
    .justify-content-xl-end
    {
        -webkit-justify-content: flex-end !important;
                justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
    }
    .justify-content-xl-center
    {
        -webkit-justify-content: center !important;
                justify-content: center !important;
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
    }
    .justify-content-xl-between
    {
        -webkit-justify-content: space-between !important;
                justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
    }
    .justify-content-xl-around
    {
        -webkit-justify-content: space-around !important;
                justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
    }
    .justify-content-xl-evenly
    {
        -webkit-justify-content: space-evenly !important;
                justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        -webkit-box-pack: space-evenly !important;
    }
    .align-items-xl-start
    {
        -webkit-align-items: flex-start !important;
                align-items: flex-start !important;
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
    }
    .align-items-xl-end
    {
        -webkit-align-items: flex-end !important;
                align-items: flex-end !important;
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
    }
    .align-items-xl-center
    {
        -webkit-align-items: center !important;
                align-items: center !important;
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
    }
    .align-items-xl-baseline
    {
        -webkit-align-items: baseline !important;
                align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
    }
    .align-items-xl-stretch
    {
        -webkit-align-items: stretch !important;
                align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
    }
    .align-content-xl-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-xl-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-xl-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-xl-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-xl-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-xl-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-xl-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                align-self: auto !important;
    }
    .align-self-xl-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-xl-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-xl-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                align-self: center !important;
    }
    .align-self-xl-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-xl-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                align-self: stretch !important;
    }
    .order-xl-first
    {
        -ms-flex-order: -1 !important;
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
                order: -1 !important;
    }
    .order-xl-0
    {
        -ms-flex-order: 0 !important;
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
                order: 0 !important;
    }
    .order-xl-1
    {
        -ms-flex-order: 1 !important;
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
                order: 1 !important;
    }
    .order-xl-2
    {
        -ms-flex-order: 2 !important;
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
                order: 2 !important;
    }
    .order-xl-3
    {
        -ms-flex-order: 3 !important;
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
                order: 3 !important;
    }
    .order-xl-4
    {
        -ms-flex-order: 4 !important;
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
                order: 4 !important;
    }
    .order-xl-5
    {
        -ms-flex-order: 5 !important;
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
                order: 5 !important;
    }
    .order-xl-last
    {
        -ms-flex-order: 6 !important;
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
                order: 6 !important;
    }
    .m-xl-0
    {
        margin: 0 !important;
    }
    .m-xl-1
    {
        margin: .25rem !important;
    }
    .m-xl-2
    {
        margin: .5rem !important;
    }
    .m-xl-3
    {
        margin: 1rem !important;
    }
    .m-xl-4
    {
        margin: 1.5rem !important;
    }
    .m-xl-5
    {
        margin: 3rem !important;
    }
    .m-xl-auto
    {
        margin: auto !important;
    }
    .mx-xl-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .mx-xl-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .mx-xl-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .my-xl-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .my-xl-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0
    {
        margin-top: 0 !important;
    }
    .mt-xl-1
    {
        margin-top: .25rem !important;
    }
    .mt-xl-2
    {
        margin-top: .5rem !important;
    }
    .mt-xl-3
    {
        margin-top: 1rem !important;
    }
    .mt-xl-4
    {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5
    {
        margin-top: 3rem !important;
    }
    .mt-xl-auto
    {
        margin-top: auto !important;
    }
    .me-xl-0
    {
        margin-right: 0 !important;
    }
    .me-xl-1
    {
        margin-right: .25rem !important;
    }
    .me-xl-2
    {
        margin-right: .5rem !important;
    }
    .me-xl-3
    {
        margin-right: 1rem !important;
    }
    .me-xl-4
    {
        margin-right: 1.5rem !important;
    }
    .me-xl-5
    {
        margin-right: 3rem !important;
    }
    .me-xl-auto
    {
        margin-right: auto !important;
    }
    .mb-xl-0
    {
        margin-bottom: 0 !important;
    }
    .mb-xl-1
    {
        margin-bottom: .25rem !important;
    }
    .mb-xl-2
    {
        margin-bottom: .5rem !important;
    }
    .mb-xl-3
    {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5
    {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto
    {
        margin-bottom: auto !important;
    }
    .ms-xl-0
    {
        margin-left: 0 !important;
    }
    .ms-xl-1
    {
        margin-left: .25rem !important;
    }
    .ms-xl-2
    {
        margin-left: .5rem !important;
    }
    .ms-xl-3
    {
        margin-left: 1rem !important;
    }
    .ms-xl-4
    {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5
    {
        margin-left: 3rem !important;
    }
    .ms-xl-auto
    {
        margin-left: auto !important;
    }
    .p-xl-0
    {
        padding: 0 !important;
    }
    .p-xl-1
    {
        padding: .25rem !important;
    }
    .p-xl-2
    {
        padding: .5rem !important;
    }
    .p-xl-3
    {
        padding: 1rem !important;
    }
    .p-xl-4
    {
        padding: 1.5rem !important;
    }
    .p-xl-5
    {
        padding: 3rem !important;
    }
    .px-xl-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .px-xl-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .px-xl-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .py-xl-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .py-xl-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0
    {
        padding-top: 0 !important;
    }
    .pt-xl-1
    {
        padding-top: .25rem !important;
    }
    .pt-xl-2
    {
        padding-top: .5rem !important;
    }
    .pt-xl-3
    {
        padding-top: 1rem !important;
    }
    .pt-xl-4
    {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5
    {
        padding-top: 3rem !important;
    }
    .pe-xl-0
    {
        padding-right: 0 !important;
    }
    .pe-xl-1
    {
        padding-right: .25rem !important;
    }
    .pe-xl-2
    {
        padding-right: .5rem !important;
    }
    .pe-xl-3
    {
        padding-right: 1rem !important;
    }
    .pe-xl-4
    {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5
    {
        padding-right: 3rem !important;
    }
    .pb-xl-0
    {
        padding-bottom: 0 !important;
    }
    .pb-xl-1
    {
        padding-bottom: .25rem !important;
    }
    .pb-xl-2
    {
        padding-bottom: .5rem !important;
    }
    .pb-xl-3
    {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5
    {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0
    {
        padding-left: 0 !important;
    }
    .ps-xl-1
    {
        padding-left: .25rem !important;
    }
    .ps-xl-2
    {
        padding-left: .5rem !important;
    }
    .ps-xl-3
    {
        padding-left: 1rem !important;
    }
    .ps-xl-4
    {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5
    {
        padding-left: 3rem !important;
    }
    .text-xl-start
    {
        text-align: left !important;
    }
    .text-xl-end
    {
        text-align: right !important;
    }
    .text-xl-center
    {
        text-align: center !important;
    }
}

@media (min-width: 1400px)
{
    .float-xxl-start
    {
        float: left !important;
    }
    .float-xxl-end
    {
        float: right !important;
    }
    .float-xxl-none
    {
        float: none !important;
    }
    .d-xxl-inline
    {
        display: inline !important;
    }
    .d-xxl-inline-block
    {
        display: inline-block !important;
    }
    .d-xxl-block
    {
        display: block !important;
    }
    .d-xxl-grid
    {
        display: grid !important;
    }
    .d-xxl-table
    {
        display: table !important;
    }
    .d-xxl-table-row
    {
        display: table-row !important;
    }
    .d-xxl-table-cell
    {
        display: table-cell !important;
    }
    .d-xxl-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }
    .d-xxl-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }
    .d-xxl-none
    {
        display: none !important;
    }
    .flex-xxl-fill
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-xxl-row
    {
                flex-direction: row !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
    }
    .flex-xxl-column
    {
                flex-direction: column !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
    }
    .flex-xxl-row-reverse
    {
                flex-direction: row-reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
    }
    .flex-xxl-column-reverse
    {
                flex-direction: column-reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
    }
    .flex-xxl-grow-0
    {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-xxl-grow-1
    {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0
    {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
                flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1
    {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
                flex-shrink: 1 !important;
    }
    .flex-xxl-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0
    {
        gap: 0 !important;
    }
    .gap-xxl-1
    {
        gap: .25rem !important;
    }
    .gap-xxl-2
    {
        gap: .5rem !important;
    }
    .gap-xxl-3
    {
        gap: 1rem !important;
    }
    .gap-xxl-4
    {
        gap: 1.5rem !important;
    }
    .gap-xxl-5
    {
        gap: 3rem !important;
    }
    .justify-content-xxl-start
    {
        -webkit-justify-content: flex-start !important;
                justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
    }
    .justify-content-xxl-end
    {
        -webkit-justify-content: flex-end !important;
                justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
    }
    .justify-content-xxl-center
    {
        -webkit-justify-content: center !important;
                justify-content: center !important;
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
    }
    .justify-content-xxl-between
    {
        -webkit-justify-content: space-between !important;
                justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
    }
    .justify-content-xxl-around
    {
        -webkit-justify-content: space-around !important;
                justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
    }
    .justify-content-xxl-evenly
    {
        -webkit-justify-content: space-evenly !important;
                justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        -webkit-box-pack: space-evenly !important;
    }
    .align-items-xxl-start
    {
        -webkit-align-items: flex-start !important;
                align-items: flex-start !important;
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
    }
    .align-items-xxl-end
    {
        -webkit-align-items: flex-end !important;
                align-items: flex-end !important;
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
    }
    .align-items-xxl-center
    {
        -webkit-align-items: center !important;
                align-items: center !important;
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
    }
    .align-items-xxl-baseline
    {
        -webkit-align-items: baseline !important;
                align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
    }
    .align-items-xxl-stretch
    {
        -webkit-align-items: stretch !important;
                align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
    }
    .align-content-xxl-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-xxl-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-xxl-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-xxl-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-xxl-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-xxl-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-xxl-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                align-self: auto !important;
    }
    .align-self-xxl-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-xxl-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-xxl-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                align-self: center !important;
    }
    .align-self-xxl-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-xxl-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                align-self: stretch !important;
    }
    .order-xxl-first
    {
        -ms-flex-order: -1 !important;
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
                order: -1 !important;
    }
    .order-xxl-0
    {
        -ms-flex-order: 0 !important;
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
                order: 0 !important;
    }
    .order-xxl-1
    {
        -ms-flex-order: 1 !important;
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
                order: 1 !important;
    }
    .order-xxl-2
    {
        -ms-flex-order: 2 !important;
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
                order: 2 !important;
    }
    .order-xxl-3
    {
        -ms-flex-order: 3 !important;
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
                order: 3 !important;
    }
    .order-xxl-4
    {
        -ms-flex-order: 4 !important;
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
                order: 4 !important;
    }
    .order-xxl-5
    {
        -ms-flex-order: 5 !important;
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
                order: 5 !important;
    }
    .order-xxl-last
    {
        -ms-flex-order: 6 !important;
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
                order: 6 !important;
    }
    .m-xxl-0
    {
        margin: 0 !important;
    }
    .m-xxl-1
    {
        margin: .25rem !important;
    }
    .m-xxl-2
    {
        margin: .5rem !important;
    }
    .m-xxl-3
    {
        margin: 1rem !important;
    }
    .m-xxl-4
    {
        margin: 1.5rem !important;
    }
    .m-xxl-5
    {
        margin: 3rem !important;
    }
    .m-xxl-auto
    {
        margin: auto !important;
    }
    .mx-xxl-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .mx-xxl-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .mx-xxl-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .my-xxl-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .my-xxl-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0
    {
        margin-top: 0 !important;
    }
    .mt-xxl-1
    {
        margin-top: .25rem !important;
    }
    .mt-xxl-2
    {
        margin-top: .5rem !important;
    }
    .mt-xxl-3
    {
        margin-top: 1rem !important;
    }
    .mt-xxl-4
    {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5
    {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto
    {
        margin-top: auto !important;
    }
    .me-xxl-0
    {
        margin-right: 0 !important;
    }
    .me-xxl-1
    {
        margin-right: .25rem !important;
    }
    .me-xxl-2
    {
        margin-right: .5rem !important;
    }
    .me-xxl-3
    {
        margin-right: 1rem !important;
    }
    .me-xxl-4
    {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5
    {
        margin-right: 3rem !important;
    }
    .me-xxl-auto
    {
        margin-right: auto !important;
    }
    .mb-xxl-0
    {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1
    {
        margin-bottom: .25rem !important;
    }
    .mb-xxl-2
    {
        margin-bottom: .5rem !important;
    }
    .mb-xxl-3
    {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4
    {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5
    {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto
    {
        margin-bottom: auto !important;
    }
    .ms-xxl-0
    {
        margin-left: 0 !important;
    }
    .ms-xxl-1
    {
        margin-left: .25rem !important;
    }
    .ms-xxl-2
    {
        margin-left: .5rem !important;
    }
    .ms-xxl-3
    {
        margin-left: 1rem !important;
    }
    .ms-xxl-4
    {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5
    {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto
    {
        margin-left: auto !important;
    }
    .p-xxl-0
    {
        padding: 0 !important;
    }
    .p-xxl-1
    {
        padding: .25rem !important;
    }
    .p-xxl-2
    {
        padding: .5rem !important;
    }
    .p-xxl-3
    {
        padding: 1rem !important;
    }
    .p-xxl-4
    {
        padding: 1.5rem !important;
    }
    .p-xxl-5
    {
        padding: 3rem !important;
    }
    .px-xxl-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .px-xxl-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .px-xxl-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .py-xxl-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .py-xxl-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0
    {
        padding-top: 0 !important;
    }
    .pt-xxl-1
    {
        padding-top: .25rem !important;
    }
    .pt-xxl-2
    {
        padding-top: .5rem !important;
    }
    .pt-xxl-3
    {
        padding-top: 1rem !important;
    }
    .pt-xxl-4
    {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5
    {
        padding-top: 3rem !important;
    }
    .pe-xxl-0
    {
        padding-right: 0 !important;
    }
    .pe-xxl-1
    {
        padding-right: .25rem !important;
    }
    .pe-xxl-2
    {
        padding-right: .5rem !important;
    }
    .pe-xxl-3
    {
        padding-right: 1rem !important;
    }
    .pe-xxl-4
    {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5
    {
        padding-right: 3rem !important;
    }
    .pb-xxl-0
    {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1
    {
        padding-bottom: .25rem !important;
    }
    .pb-xxl-2
    {
        padding-bottom: .5rem !important;
    }
    .pb-xxl-3
    {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5
    {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0
    {
        padding-left: 0 !important;
    }
    .ps-xxl-1
    {
        padding-left: .25rem !important;
    }
    .ps-xxl-2
    {
        padding-left: .5rem !important;
    }
    .ps-xxl-3
    {
        padding-left: 1rem !important;
    }
    .ps-xxl-4
    {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5
    {
        padding-left: 3rem !important;
    }
    .text-xxl-start
    {
        text-align: left !important;
    }
    .text-xxl-end
    {
        text-align: right !important;
    }
    .text-xxl-center
    {
        text-align: center !important;
    }
}

@media (min-width: 1200px)
{
    .fs-1
    {
        font-size: 2.5rem !important;
    }
    .fs-2
    {
        font-size: 2rem !important;
    }
    .fs-3
    {
        font-size: 1.75rem !important;
    }
    .fs-4
    {
        font-size: 1.5rem !important;
    }
}

@media print
{
    .d-print-inline
    {
        display: inline !important;
    }
    .d-print-inline-block
    {
        display: inline-block !important;
    }
    .d-print-block
    {
        display: block !important;
    }
    .d-print-grid
    {
        display: grid !important;
    }
    .d-print-table
    {
        display: table !important;
    }
    .d-print-table-row
    {
        display: table-row !important;
    }
    .d-print-table-cell
    {
        display: table-cell !important;
    }
    .d-print-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }
    .d-print-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }
    .d-print-none
    {
        display: none !important;
    }
}

/* 01. Helpers */
:root
{
    --ptf-color-1: #fff;
    --ptf-color-2: #000;
    --ptf-color-3: #0a0513;
    --ptf-color-4: #939393;
    --ptf-color-5: rgba(255,255,255, .3);
    --ptf-color-6: rgba(0,0,0, .15);
    --ptf-primary-font: Poppins;
    --ptf-secondary-font: Didot;
    --ptf-transition-duration: 300ms;
    --ptf-transition-easing: ease;
}

@-webkit-keyframes ptf_blink_in
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

@keyframes ptf_blink_in
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

@-webkit-keyframes ptf_bounce
{
    0%,
    100%
    {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes ptf_bounce
{
    0%,
    100%
    {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@-webkit-keyframes ptf_heartbeat
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    5%
    {
        -webkit-transform: scale(.9);
                transform: scale(.9);
    }
    10%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    15%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    100%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
}

@keyframes ptf_heartbeat
{
    0%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    5%
    {
        -webkit-transform: scale(.9);
                transform: scale(.9);
    }
    10%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    15%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
    100%
    {
        -webkit-transform: scale(.8);
                transform: scale(.8);
    }
}

/* 02. Base */
.has-color-accent
{
    color: var(--ptf-color-accent);
}

.has-color-white
{
    color: var(--ptf-color-1);
}

.ptf-gap-10
{
    height: .625rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-10--sm
    {
        height: .625rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-10--md
    {
        height: .625rem;
    }
}

.ptf-gap-15-vh
{
    height: 15vh;
}

.ptf-gap-20
{
    height: 1.25rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-20--sm
    {
        height: 1.25rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-20--md
    {
        height: 1.25rem;
    }
}

.ptf-gap-25
{
    height: 1.5625rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-25--sm
    {
        height: 1.5625rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-25--md
    {
        height: 1.5625rem;
    }
}

.ptf-gap-30
{
    height: 1.875rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-30--sm
    {
        height: 1.875rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-30--md
    {
        height: 1.875rem;
    }
}

.ptf-gap-40
{
    height: 2.5rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-40--sm
    {
        height: 2.5rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-40--md
    {
        height: 2.5rem;
    }
}

.ptf-gap-50
{
    height: 3.125rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-50--sm
    {
        height: 3.125rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-50--md
    {
        height: 3.125rem;
    }
}

.ptf-gap-60
{
    height: 3.75rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-60--sm
    {
        height: 3.75rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-60--md
    {
        height: 3.75rem;
    }
}

.ptf-gap-70
{
    height: 4.375rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-70--sm
    {
        height: 4.375rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-70--md
    {
        height: 4.375rem;
    }
}

.ptf-gap-80
{
    height: 5rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-80--sm
    {
        height: 5rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-80--md
    {
        height: 5rem;
    }
}

.ptf-gap-90
{
    height: 5.625rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-90--sm
    {
        height: 5.625rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-90--md
    {
        height: 5.625rem;
    }
}

.ptf-gap-100
{
    height: 6.25rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-100--sm
    {
        height: 6.25rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-100--md
    {
        height: 6.25rem;
    }
}

.ptf-gap-150
{
    height: 9.375rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-150--sm
    {
        height: 9.375rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-150--md
    {
        height: 9.375rem;
    }
}

.ptf-gap-250
{
    height: 15.625rem;
}
@media (max-width: 767.98px)
{
    .ptf-gap-250--sm
    {
        height: 15.625rem;
    }
}
@media (max-width: 991.98px)
{
    .ptf-gap-250--md
    {
        height: 15.625rem;
    }
}

.divider
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 5.625rem;
    height: .3125rem;

    background-color: var(--ptf-color-accent);
}

.message.success
{
    color: var(--bd-success);
}

.message.danger
{
    color: var(--bd-danger);
}

/* HTML
-------------------------------------------- */
html
{
    font-size: 14px;
}
@media (min-width: 768px)
{
    html
    {
        font-size: 15px;
    }
}
@media (min-width: 992px)
{
    html
    {
        font-size: 16px;
    }
}

/* BODY
-------------------------------------------- */
body
{
    min-width: 20rem;
    padding: 0;
    margin: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* IMAGE
-------------------------------------------- */
img
{
    max-width: 100%;
    height: auto;
}

/* PARAGRAPH
-------------------------------------------- */
p
{
    margin: 0 0 1.875rem;
}
p:empty
{
    display: none;
}
p:last-of-type
{
    margin-bottom: 0;
}

/* STRONG
-------------------------------------------- */
strong
{
    font-weight: 600;
}

/* MARK
-------------------------------------------- */
mark
{
    background-color: var(--ptf-color-accent);
}

/* LINK
-------------------------------------------- */
a
{

    color: inherit;
    text-decoration: none;
    -webkit-transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
            transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
}
a:hover,
a:focus,
a:active
{
    text-decoration: none;

    outline: none;
}
a:hover
{
    color: var(--ptf-color-accent);
}

/* HEADINGS
-------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6
{
    padding: 0;
    margin: 0;
}

@media (max-width: 575.98px)
{
    h1,
    .h1
    {
        font-size: 4.375rem;
        line-height: 1.3;
    }
}

/* ADDRESS
-------------------------------------------- */
address
{

    margin-bottom: 1.875rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;

    color: var(--ptf-color-accent);
}

/* BLOCKQUOTE
-------------------------------------------- */
blockquote
{
    padding: 0;
    margin: 0 0 px2re(25px);
}

cite
{

    display: block;

    margin: 1rem 0 0;
    font-style: normal;

    color: var(--ptf-color-accent);
}

/* PREFORMATTED
-------------------------------------------- */
code,
kbd
{

    padding: .3125rem .5rem;
    font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 87.5%;

    color: var(--ptf-color-3);
    background-color: var(--ptf-color-accent);
    border-radius: 0;
}

a > code
{
    color: var(--ptf-color-3);
}

pre
{

    max-width: 100%;
    padding: 2.1875rem;
    margin: 0 0 1.875rem;
    overflow: auto;

    clear: both;
    font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;

    color: var(--ptf-color-3);
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;

    white-space: pre-wrap;
    background-color: var(--ptf-color-accent);
}

/* FORM / INPUT / TEXTAREA / SELECT
-------------------------------------------- */
form
{
    max-width: 100%;
}

label
{
    display: block;

    margin-bottom: .3125rem;

    color: var(--ptf-color-1);

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

input[type='text'],
input[type='date'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='url'],
input[type='search'],
input[type='number'],
textarea,
select
{
    display: block;

    width: 100%;
    min-height: 2.5rem;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    margin: 0;

    color: var(--ptf-color-1);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--ptf-color-1);
    outline: none;

    -webkit-transition: all var(--ptf-transition-duration);
            transition: all var(--ptf-transition-duration);
}
input[type='text'].error,
input[type='date'].error,
input[type='email'].error,
input[type='password'].error,
input[type='tel'].error,
input[type='url'].error,
input[type='search'].error,
input[type='number'].error,
textarea.error,
select.error
{
    border-color: var(--bs-danger);
}

select
{
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'9\' fill=\'none\'%3E%3Cpath fill=\'%23fff\' d=\'m15.304.237-7.39 7.122.695.72L15.998.957l-.694-.72ZM8.666 7.359 1.278.237l-.694.72 7.388 7.122.694-.72Z\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 0 bottom 50%;
    background-size: .875rem .4375rem;
}

textarea
{
    width: 100%;
    max-width: 100%;
}

button:focus,
input[type='submit']:focus
{
    outline: none;
}

input[type='text'].placeholder,
input[type='date'].placeholder,
input[type='email'].placeholder,
input[type='password'].placeholder,
input[type='tel'].placeholder,
input[type='url'].placeholder,
input[type='search'].placeholder,
input[type='number'].placeholder,
textarea.placeholder,
select.placeholder
{
    color: var(--ptf-color-1);
    opacity: 1;
}

input[type='text']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='number']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder
{
    color: var(--ptf-color-1);
    opacity: 1;
}

input[type='text']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder
{
    color: var(--ptf-color-1);
    opacity: 1;
}

input[type='text']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder
{
    color: var(--ptf-color-1);
    opacity: 1;
}

input[type='text']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder
{
    color: var(--ptf-color-1);
    opacity: 1;
}

input[type='text']:focus.placeholder,
input[type='date']:focus.placeholder,
input[type='email']:focus.placeholder,
input[type='password']:focus.placeholder,
input[type='tel']:focus.placeholder,
input[type='url']:focus.placeholder,
input[type='search']:focus.placeholder,
input[type='number']:focus.placeholder,
textarea:focus.placeholder,
select:focus.placeholder
{
    opacity: 0;
}

input[type='text']:focus:-moz-placeholder,
input[type='date']:focus:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
input[type='tel']:focus:-moz-placeholder,
input[type='url']:focus:-moz-placeholder,
input[type='search']:focus:-moz-placeholder,
input[type='number']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder
{
    opacity: 0;
}

input[type='text']:focus::-moz-placeholder,
input[type='date']:focus::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
input[type='tel']:focus::-moz-placeholder,
input[type='url']:focus::-moz-placeholder,
input[type='search']:focus::-moz-placeholder,
input[type='number']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder
{
    opacity: 0;
}

input[type='text']:focus:-ms-input-placeholder,
input[type='date']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='url']:focus:-ms-input-placeholder,
input[type='search']:focus:-ms-input-placeholder,
input[type='number']:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder
{
    opacity: 0;
}

input[type='text']:focus::-webkit-input-placeholder,
input[type='date']:focus::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
input[type='url']:focus::-webkit-input-placeholder,
input[type='search']:focus::-webkit-input-placeholder,
input[type='number']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder
{
    opacity: 0;
}

.ptf-form-label
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    margin-bottom: 0;
    pointer-events: none;

    -webkit-transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
            transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.ptf-form-group
{
    position: relative;

    display: block;

    margin-bottom: 3.125rem;
}
.ptf-form-group.active .ptf-form-label
{
    font-size: .75em;

    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
}

.ptf-form-row
{
    display: grid;

    grid-gap: 1.5625rem;
    grid-template-columns: repeat(1, 1fr);
}
.ptf-form-row.two-col
{
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767.98px)
{
    .ptf-form-row.two-col
    {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* DEFINITION LIST
-------------------------------------------- */
dl
{
    margin: 0;
}
dl dt
{
    font-size: 1rem;
    font-weight: 600;

    color: var(--ptf-color-1);

    text-transform: uppercase;
}
dl dd + dt
{
    margin-top: 1.875rem;
}

/* TABLE
-------------------------------------------- */
table
{
    width: 100%;
    max-width: 100%;
    margin: 0;

    border-collapse: collapse;
}
table td,
table th
{
    padding: .5rem .9375rem;

    border: 1px solid #333;
}
table tr th,
table thead th
{
    font-weight: 600;

    color: var(--ptf-color-1);
}

/* 03. Layout */
/* LAYOUT: GRID
-------------------------------------------- */
@media (min-width: 1200px)
{
    .container
    {
        max-width: 1300px;
    }
}

/* MAIN
-------------------------------------------- */
.ptf-main
{
    position: relative;

    overflow: hidden;
}
.ptf-main--padding
{
    padding: 8.75rem 0;
}

/* PROTECTED CONTENT
-------------------------------------------- */
.ptf-content-protected
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;

    min-height: 100vh;
    padding: 6.25rem 0;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-box-pack: center;
}

/* MARKUP CONTENT
-------------------------------------------- */
@media (min-width: 768px)
{
    .ptf-content-markup .alignwide
    {
        margin-right: calc(-16.66% - 15px);
        margin-left: calc(-16.66% - 15px);
    }
}

.ptf-content-markup .alignfull
{
    max-width: 100vw;
    margin-right: calc(-100vw / 2 + 100% / 2);
    margin-left: calc(-100vw / 2 + 100% / 2);
}
.ptf-content-markup .alignfull.elementor-widget
{
    width: 1000% !important;
}

.ptf-content-markup h1,
.ptf-content-markup .h1,
.ptf-content-markup h2,
.ptf-content-markup .h2,
.ptf-content-markup h3,
.ptf-content-markup .h3,
.ptf-content-markup h4,
.ptf-content-markup .h4,
.ptf-content-markup h5,
.ptf-content-markup .h5,
.ptf-content-markup h6,
.ptf-content-markup .h6
{
    margin: 1.875rem 0;
}

.ptf-content-markup p:last-child
{
    margin-bottom: 0;
}

.ptf-content-markup ul,
.ptf-content-markup ol
{
    line-height: 2;
}
.ptf-content-markup ul ul,
.ptf-content-markup ul ol,
.ptf-content-markup ol ul,
.ptf-content-markup ol ol
{
    padding-left: 1.875rem;
    margin-bottom: 0;
}

.ptf-content-markup > ul,
.ptf-content-markup > ol
{
    margin-bottom: 1.875rem;
}

.ptf-content-markup .fluid-width-video-wrapper
{
    margin-bottom: 1.875rem;
}

/* ELEMENTOR
-------------------------------------------- */
.elementor-widget:not(:last-child)
{
    margin-bottom: 0 !important;
}

.elementor img
{
    width: auto;
}

.elementor-section.elementor-section-boxed > .elementor-container
{
    max-width: 1300px !important;
}

/* Custom CSS for fixing Elementor columns gap issue */
.elementor-section-boxed .elementor-column-gap-default > .elementor-row
{
    width: calc(100% + 20px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -10px;
    margin-left: -10px;
}
.elementor-section-boxed .elementor-column-gap-default > .elementor-row .elementor-element-populated,
.elementor-section-boxed .elementor-column-gap-default > .elementor-row .elementor-widget-wrap
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.elementor-section-boxed .elementor-column-gap-narrow > .elementor-row
{
    width: calc(100% + 10px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -5px;
    margin-left: -5px;
}
.elementor-section-boxed .elementor-column-gap-narrow > .elementor-row .elementor-element-populated,
.elementor-section-boxed .elementor-column-gap-narrow > .elementor-row .elementor-widget-wrap
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.elementor-section-boxed .elementor-column-gap-extended > .elementor-row
{
    width: calc(100% + 30px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -15px;
    margin-left: -15px;
}
.elementor-section-boxed .elementor-column-gap-extended > .elementor-row .elementor-element-populated,
.elementor-section-boxed .elementor-column-gap-extended > .elementor-row .elementor-widget-wrap
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.elementor-section-boxed .elementor-column-gap-wide > .elementor-row
{
    width: calc(100% + 40px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -20px;
    margin-left: -20px;
}
.elementor-section-boxed .elementor-column-gap-wide > .elementor-row .elementor-element-populated,
.elementor-section-boxed .elementor-column-gap-wide > .elementor-row .elementor-widget-wrap
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.elementor-section-boxed .elementor-column-gap-wider > .elementor-row
{
    width: calc(100% + 60px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -30px;
    margin-left: -30px;
}
.elementor-section-boxed .elementor-column-gap-wider > .elementor-row .elementor-element-populated,
.elementor-section-boxed .elementor-column-gap-wider > .elementor-row .elementor-widget-wrap
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* LAYOUT: HEADER
-------------------------------------------- */
.ptf-header
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    color: var(--ptf-color-1);
    z-index: 30;
}

.ptf-navbar
{
    position: relative;
    z-index: 50;
}
.ptf-navbar .ptf-navbar-inner
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;

    padding: .9375rem;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    -webkit-box-shadow: inset 0 -1px var(--ptf-color-5);
            box-shadow: inset 0 -1px var(--ptf-color-5);

    -webkit-transition: padding var(--ptf-transition-duration) var(--ptf-transition-easing);
            transition: padding var(--ptf-transition-duration) var(--ptf-transition-easing);

    -webkit-box-align: center;
    -webkit-box-pack: justify;
}
@media (min-width: 768px)
{
    .ptf-navbar .ptf-navbar-inner
    {
        padding: 1.875rem;
    }
}
@media (min-width: 1200px)
{
    .ptf-navbar .ptf-navbar-inner
    {
        padding: 2.1875rem 3.4375rem;
    }
}
.ptf-navbar .ptf-navbar-inner--center
{
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;

    width: 100%;
    height: 100%;
    padding: 0 15px;

    pointer-events: none;
    -ms-flex-align: center;

    -webkit-box-align: center;
}
@media (max-width: 1000px)
{
    .ptf-navbar .ptf-navbar-inner--center
    {
        display: none;
    }
}
.ptf-navbar .ptf-navbar-inner--left
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;

    margin-right: auto;
    -ms-flex-align: center;

    -webkit-box-align: center;
}
.ptf-navbar .ptf-navbar-background
{
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;

    width: 100%;
    height: 0;

    background-color: var(--ptf-color-3);
    -webkit-box-shadow: none;
            box-shadow: none;

    -webkit-transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
            transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
    z-index: -1;
}
.ptf-navbar--fixed
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
}
.admin-bar .ptf-navbar--fixed
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .ptf-navbar--fixed
    {
        top: 32px;
    }
}
.ptf-navbar--solid .ptf-navbar-background
{
    height: 100%;
}
.ptf-navbar .ptf-navbar-logo
{

    display: inline-block;
    line-height: 1;

    color: inherit;

    vertical-align: middle;
}
.ptf-navbar .ptf-navbar-logo h2
{

    margin: 0;
    font-family: var(--ptf-secondary-font);
    font-size: 2.375rem;
    font-weight: normal;
    font-style: italic;

    color: inherit;
}
.ptf-navbar .ptf-navbar-logo img
{
    display: block;

    max-width: none;
    max-height: 2.375rem;
}
.ptf-navbar .ptf-navbar-logo:hover
{

    color: currentColor;
    text-decoration: none;
}
.ptf-navbar .ptf-navbar-socials
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;

    -webkit-box-align: center;
}
@media (max-width: 1000px)
{
    .ptf-navbar .ptf-navbar-socials
    {
        display: none;
    }
}

/* BURGER MENU
-------------------------------------------- */
.ptf-menu-burger
{
    font-size: 1.75rem;
    line-height: 0;
}
@media (min-width: 999px)
{
    .ptf-menu-burger
    {
        display: none;
    }
}
.ptf-menu-burger svg
{
    width: 1em;
    height: 1em;
}
.ptf-menu-burger:hover
{
    color: inherit;
}
.ptf-menu-burger--opened:hover i
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

/* HEADER: DEFAULT
-------------------------------------------- */
.ptf-default-menu__navigation
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;

    -webkit-box-align: center;
}

.ptf-default-menu__navigation .sf-menu
{

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100%;
    font-size: 0;

    pointer-events: auto;
}
.ptf-default-menu__navigation .sf-menu > li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    float: none;

    min-height: 100%;
    padding: 0;
    -ms-flex-align: center;

    -webkit-box-align: center;
}
.ptf-default-menu__navigation .sf-menu > li > a
{

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;

    height: 100%;
    font-size: .9375rem;
    font-weight: 500;
    -ms-flex-align: center;

    -webkit-box-align: center;
}
.ptf-default-menu__navigation .sf-menu > li > a::after
{

    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 2px;
    background-color: var(--ptf-color-accent);

    opacity: 0;
    -webkit-transition: inherit;
            transition: inherit;
}
.ptf-default-menu__navigation .sf-menu > li + li
{
    margin-left: 2.8125rem;
}
.ptf-default-menu__navigation .sf-menu > li.current-menu-item > a,
.ptf-default-menu__navigation .sf-menu > li.active > a,
.ptf-default-menu__navigation .sf-menu > li:hover > a,
.ptf-default-menu__navigation .sf-menu > li.sfHover > a
{
    color: var(--ptf-color-accent);
}
.ptf-default-menu__navigation .sf-menu > li.current-menu-item > a::after,
.ptf-default-menu__navigation .sf-menu > li.active > a::after,
.ptf-default-menu__navigation .sf-menu > li:hover > a::after,
.ptf-default-menu__navigation .sf-menu > li.sfHover > a::after
{
    opacity: 1;
}
.ptf-default-menu__navigation .sf-menu ul.sub-menu
{
    left: -1.875rem;

    min-width: 13.75rem;
    padding: 1.25rem 0;

    white-space: nowrap;

    background-color: var(--ptf-color-3);
}
.ptf-default-menu__navigation .sf-menu ul.sub-menu ul.sub-menu
{
    top: -1.25rem;
    left: 100%;
}
.ptf-default-menu__navigation .sf-menu ul.sub-menu li
{
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}
.ptf-default-menu__navigation .sf-menu ul.sub-menu a
{

    padding: .3125rem 0;
    font-size: .9375rem;
    font-weight: normal;
    line-height: 1.8;
}
.ptf-default-menu__navigation .sf-menu ul.sub-menu li.current-menu-item > a,
.ptf-default-menu__navigation .sf-menu ul.sub-menu li:hover > a,
.ptf-default-menu__navigation .sf-menu ul.sub-menu li.active > a,
.ptf-default-menu__navigation .sf-menu ul.sub-menu li.sfHover > a
{
    color: var(--ptf-color-accent);
}

/* HEADER: OFFCANVAS
-------------------------------------------- */
.ptf-offcanvas-menu
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 2.5rem 3.4375rem 3.75rem 4.375rem;
            flex-direction: column;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;

    background-color: var(--ptf-color-3);

    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    z-index: 40;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.admin-bar .ptf-offcanvas-menu
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .ptf-offcanvas-menu
    {
        top: 32px;
    }
}
@media (min-width: 576px)
{
    .ptf-offcanvas-menu
    {
        width: 34.375rem;
    }
}
@media (max-width: 575.98px)
{
    .ptf-offcanvas-menu
    {
        padding: 2.5rem 2.5rem 3.75rem;
    }
}
.ptf-offcanvas-menu__header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;

    width: 100%;
    padding-bottom: 6.25rem;
    margin-bottom: 3.125rem;

    color: var(--ptf-color-1);
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-box-pack: justify;
}
@media (min-width: 576px)
{
    .ptf-offcanvas-menu__header
    {
        padding-bottom: 3.125rem;
    }
}
@media (max-height: 559px)
{
    .ptf-offcanvas-menu__header
    {
        padding-bottom: 3.125rem;
    }
}
.ptf-offcanvas-menu__header .ptf-offcanvas-menu__locales
{
    color: var(--ptf-color-1);
}
.ptf-offcanvas-menu__header .ptf-offcanvas-menu__locales a
{
    font-weight: 600;

    text-transform: uppercase;
}
.ptf-offcanvas-menu__header .ptf-offcanvas-menu__locales a.gt-current-lang
{
    color: var(--ptf-color-accent);
}
.ptf-offcanvas-menu__header .ptf-offcanvas-menu__locales a + a
{
    margin-left: 2rem;
}
.ptf-offcanvas-menu__navigation
{

    height: 100%;
    overflow-y: auto;
}
.ptf-offcanvas-menu__navigation .sf-menu
{
    overflow: hidden;
}
.ptf-offcanvas-menu__navigation .sf-menu li
{
    display: block;
    float: none;
}
.ptf-offcanvas-menu__navigation .sf-menu a
{
    display: inline-block;
}
.ptf-offcanvas-menu__navigation .sf-menu > li
{
    padding: .625rem 0;
}
.ptf-offcanvas-menu__navigation .sf-menu > li > a
{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;

    color: var(--ptf-color-1);
}
@media (max-width: 575.98px)
{
    .ptf-offcanvas-menu__navigation .sf-menu > li > a
    {
        font-size: 1.75rem;
    }
}
.ptf-offcanvas-menu__navigation .sf-menu > li:last-child
{
    padding-bottom: 0;
}
.ptf-offcanvas-menu__navigation .sf-menu > li:first-child
{
    padding-top: 0;
}
.ptf-offcanvas-menu__navigation .sf-menu > li.active > a,
.ptf-offcanvas-menu__navigation .sf-menu > li:hover > a
{
    color: var(--ptf-color-accent);
}
.ptf-offcanvas-menu__navigation .sf-menu ul.sub-menu
{
    position: static;
    padding-left: .625rem;

    margin-top: .625rem;
}
.ptf-offcanvas-menu__navigation .sf-menu ul.sub-menu ul.sub-menu
{
    margin-top: 0;
}
.ptf-offcanvas-menu__navigation .sf-menu ul.sub-menu a
{
    padding: .3125rem 0;
}
.ptf-offcanvas-menu__footer
{
    padding-top: 6.25rem;
}
@media (min-width: 576px)
{
    .ptf-offcanvas-menu__footer
    {
        padding-top: 3.125rem;
    }
}
.ptf-offcanvas-menu__footer > div
{
    opacity: 0;
}
.ptf-offcanvas-menu__socials
{
    margin-bottom: 3.125rem;

    color: var(--ptf-color-1);
}
@media (max-height: 559px)
{
    .ptf-offcanvas-menu__socials
    {
        margin-bottom: 0;
    }
}
@media (max-width: 575.98px)
{
    .ptf-offcanvas-menu__socials
    {
        display: none;
    }
}
.ptf-offcanvas-menu__copyright
{
    color: var(--ptf-color-1);
}
@media (max-height: 559px)
{
    .ptf-offcanvas-menu__copyright
    {
        display: none;
    }
}
.ptf-offcanvas-menu__copyright p
{
    margin-bottom: 0;
}

.ptf-site-overlay
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    visibility: hidden;
    background-color: var(--ptf-color-6);

    opacity: 0;
    z-index: 35;
}
.admin-bar .ptf-site-overlay
{
    top: 46px;
}
@media screen and (min-width: 783px)
{
    .admin-bar .ptf-site-overlay
    {
        top: 32px;
    }
}

/* LAYOUT: FOOTER
-------------------------------------------- */
.ptf-footer
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-justify-content: space-between;
            justify-content: space-between;

    width: 100%;
    padding: 0 .9375rem .9375rem;

    pointer-events: none;
    -ms-flex-pack: justify;
    -ms-flex-align: end;

    -webkit-box-align: end;
    -webkit-box-pack: justify;
}
@media (min-width: 768px)
{
    .ptf-footer
    {
        padding: 0 1.875rem 1.875rem;
    }
}
@media (min-width: 1200px)
{
    .ptf-footer
    {
        padding: 0 3.4375rem 3.125rem;
    }
}
.ptf-footer--fixed
{
    position: fixed;
    z-index: 20;
}
@media (max-height: 559px)
{
    .ptf-footer--fixed
    {
        display: none;
    }
}

/* FOOTER COPYRIGHT
-------------------------------------------- */
.ptf-footer-copyright
{

    color: var(--ptf-color-1);
    pointer-events: auto;
}
.ptf-footer-copyright p
{
    margin-bottom: 0;
}

/* FOOTER LOCALES
-------------------------------------------- */
.ptf-footer-locales
{

    color: var(--ptf-color-1);
    pointer-events: auto;
}
.ptf-footer-locales a
{
    font-weight: 600;

    text-transform: uppercase;
}
.ptf-footer-locales a.gt-current-lang
{
    color: var(--ptf-color-accent);
}
.ptf-footer-locales a + a
{
    margin-left: 2rem;
}

/* 04. Pages */
/* PAGE: 404
-------------------------------------------- */
.ptf-page--404
{
    padding: 30vh 0;

    text-align: center;
}
.ptf-page--404 .ptf-404-icon
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;

    width: 9.375rem;
    height: 9.375rem;
    margin-bottom: 3.125rem;

    color: var(--ptf-color-3);
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background-color: var(--ptf-color-accent);
    border-radius: 100%;

    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.ptf-page--404 .ptf-404-icon svg
{
    height: 6.25rem;
}
.ptf-page--404 h1
{
    margin: 0;
}
.ptf-page--404 p
{
    max-width: 20rem;
    margin: 1.875rem auto 0;
}
.ptf-page--404 .ptf-btn
{
    margin-top: 1.875rem;
}

/* PAGE: BLOG
-------------------------------------------- */
/* PAGE: BLOG
-------------------------------------------- */
/* PARTIAL: POST MEDIA
-------------------------------------------- */
.ptf-post-media
{
    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: .9375rem;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.ptf-post-media img
{
    width: 100%;

    -webkit-transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
            transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
}
.ptf-post-media.ratio img
{
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

.ptf-post:hover .ptf-post-media img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/* PARTIAL: POST TITLE
-------------------------------------------- */
.ptf-post-title
{
    margin: 0;
}
.ptf-post-title span
{

    display: inline-block;

    margin-right: .625rem;
    line-height: 1;

    vertical-align: middle;
}
.ptf-post-title span svg.sticky-icon
{
    width: 1em;
    height: 1em;
}
.ptf-post-title svg:not(.sticky-icon)
{
    height: 1em;
    margin-left: .9em;
    color: var(--ptf-color-accent);

    opacity: 0;

    -webkit-transition: inherit;
            transition: inherit;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.ptf-post-title a:hover svg:not(.sticky-icon)
{

    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

/* PARTIAL: POST HERO TITLE
-------------------------------------------- */
.ptf-post-hero-title
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;

    padding: 9.375rem 0;
            flex-direction: column;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -ms-flex-pack: end;

    background-color: #555;

    -webkit-box-pack: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.ptf-post-hero-title::before
{

    content: '';
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}
.ptf-post-hero-title > *
{
    position: relative;
    z-index: 2;
}
.ptf-post-hero-title .ptf-post-meta
{
    margin-bottom: 1.875rem;

    color: var(--ptf-color-1);
}

/* PARTIAL: POST META
-------------------------------------------- */
.ptf-post-meta span + span::before
{

    content: '/';
    margin-right: .5rem;
    margin-left: .5rem;
}

/* POST: DEFAULT
-------------------------------------------- */
.ptf-post--default .ptf-post-media + .ptf-post-content
{
    padding-top: 2.5rem;
}

.ptf-post--default .ptf-post-content .ptf-post-header .ptf-post-meta
{
    margin-bottom: .625rem;
}

.ptf-post--default .ptf-post-content .ptf-post-header .ptf-post-title
{
    font-size: 2rem;
    line-height: 1.5;
}

.ptf-post--default .ptf-post-content .ptf-post-excerpt
{
    padding-top: 1.25rem;
}

.ptf-post--default .ptf-post-content .ptf-post-footer
{
    padding-top: 2.5rem;
}

/* POST: MASONRY
-------------------------------------------- */
.ptf-post--masonry .ptf-post-media + .ptf-post-content
{
    padding-top: 2.5rem;
}

.ptf-post--masonry .ptf-post-title
{
    font-size: 1.5625rem;
    line-height: 1.4;
}

.ptf-post--masonry .ptf-post-meta
{
    margin-bottom: .8125rem;
}

/* POST: SINGLE POST
-------------------------------------------- */
.ptf-post--single
{
    padding: 9.375rem 0 11.25rem;
}
.ptf-post--single .ptf-post-meta
{
    margin-bottom: 5.625rem;

    color: var(--ptf-color-accent);
}
.ptf-post--single .ptf-post-excerpt
{

    margin-bottom: 5.625rem;
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 1.3;

    color: var(--ptf-color-1);
}
.ptf-post--single .ptf-post-footer
{
    padding-bottom: 9.375rem;
    margin-top: 5.625rem;

    border-bottom: 1px solid var(--ptf-color-5);
}
.ptf-post--single .ptf-post-footer .ptf-post-tags,
.ptf-post--single .ptf-post-footer .ptf-post-share
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;

    color: var(--ptf-color-1);
    -ms-flex-align: center;

    -webkit-box-align: center;
}
.ptf-post--single .ptf-post-footer .ptf-post-tags h6,
.ptf-post--single .ptf-post-footer .ptf-post-share h6
{
    margin-right: .375rem;
}
.ptf-post--single .ptf-post-footer .ptf-post-share .ptf-social-icon + .ptf-social-icon
{
    margin-left: 1.25rem;
}
.ptf-post--single .ptf-post-footer .ptf-post-tags + .ptf-post-share
{
    margin-top: 2.1875rem;
}

/* ALSO LIKE POSTS
-------------------------------------------- */
.ptf-also-like-posts
{
    padding-bottom: 11.25rem;
}
.ptf-also-like-posts__title
{
    margin-bottom: 4.375rem;
}

/* PAGE: FULLPAGE SLIDER
-------------------------------------------- */
.ptf-fullpage-slider
{
    height: 100vh;
}
.ptf-fullpage-slider .ptf-section
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;

    background-color: var(--ptf-color-3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.ptf-fullpage-slider .ptf-section__vertical-align
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;

    width: 100%;
    min-height: 100%;
    overflow: hidden;
            flex-direction: column;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.ptf-fullpage-slider .ptf-section__content
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;

    width: 100%;
    min-height: 100%;
    padding-top: 13.75rem;
    padding-bottom: 7.5rem;
    -ms-flex-align: center;
    z-index: 2;

    -webkit-box-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.ptf-fullpage-slider .ptf-section .ptf-section__ken-burn-background
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;

    pointer-events: none;
    z-index: -1;
}
.ptf-fullpage-slider .ptf-section .ptf-section__ken-burn-background img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: -webkit-transform 2.5s var(--ptf-transition-easing);
            transition: -webkit-transform 2.5s var(--ptf-transition-easing);
            transition:         transform 2.5s var(--ptf-transition-easing);
            transition:         transform 2.5s var(--ptf-transition-easing), -webkit-transform 2.5s var(--ptf-transition-easing);
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);

    will-change: transform;
    -o-object-fit: cover;
       object-fit: cover;
}
.ptf-fullpage-slider .ptf-section.active .ptf-section__ken-burn-background img
{
    -webkit-transition: -webkit-transform 5s var(--ptf-transition-easing);
            transition: -webkit-transform 5s var(--ptf-transition-easing);
            transition:         transform 5s var(--ptf-transition-easing);
            transition:         transform 5s var(--ptf-transition-easing), -webkit-transform 5s var(--ptf-transition-easing);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.ptf-fullpage-slider-nav
{
    position: fixed;
    top: 50%;
    right: 3.4375rem;
    padding: 0;

    margin: 0;

    color: var(--ptf-color-1);
    text-align: center;

    list-style-type: none;

    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 25;
}
/*@media (max-width: 1600px)
{
    .ptf-fullpage-slider-nav
    {
        display: none;
    }
}
@media (max-height: 700px)
{
    .ptf-fullpage-slider-nav
    {
        display: none;
    }
}*/
.ptf-fullpage-slider-nav li
{
    line-height: 0;
}
.ptf-fullpage-slider-nav li a:not(.prev):not(.next)
{
    display: inline-block;

    width: 10px;
    height: 10px;

    cursor: pointer;
    background-color: currentColor;

    border-radius: 50%;
}
.ptf-fullpage-slider-nav li a:not(.prev):not(.next).active
{
    background-color: var(--ptf-color-accent);
}
.ptf-fullpage-slider-nav li + li
{
    margin-top: 1.875rem;
}

/* 05. Partials */
/* PARTIAL: CUSTOM CURSOR
-------------------------------------------- */
.ptf-custom-cursor
{
    position: absolute;

    color: var(--ptf-color-3);

    pointer-events: none;
    z-index: 100;
}
.ptf-custom-cursor span
{

    position: fixed;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;

    width: 5rem;
    height: 5rem;
    font-size: 1.25rem;
    color: currentColor;
    visibility: hidden;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    border: 1px solid currentColor;
    border-radius: 50%;

    opacity: 0;

    -webkit-transform: translate3d(calc(var(--ptf-custom-cursor__x) - 2.5rem), calc(var(--ptf-custom-cursor__y) - 2.5rem), 0);
            transform: translate3d(calc(var(--ptf-custom-cursor__x) - 2.5rem), calc(var(--ptf-custom-cursor__y) - 2.5rem), 0);
    will-change: transform, opacity;

    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.ptf-custom-cursor span svg
{
    height: 1em;
}
.ptf-custom-cursor.is-visible span
{
    visibility: visible;

    -webkit-animation: ptf_blink_in var(--ptf-transition-duration) var(--ptf-transition-easing) forwards;
            animation: ptf_blink_in var(--ptf-transition-duration) var(--ptf-transition-easing) forwards;
}

/* PARTIAL: PRELOADER
-------------------------------------------- */
.animsition-loading-2
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    z-index: 120;
}

.spinner
{
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);

    width: 50px;
    height: 50px;
    z-index: 2;
}

.double-bounce-one,
.double-bounce-two
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    background-color: var(--ptf-color-accent);
    border-radius: 50%;

    opacity: .6;

    -webkit-animation: ptf_bounce 2s infinite ease-in-out;
            animation: ptf_bounce 2s infinite ease-in-out;
}

.double-bounce-two
{
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
}

/* PARTIAL: SOCIAL IOCN
-------------------------------------------- */
.ptf-social-icon
{

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    font-size: 1.125rem;

    color: inherit;
}
.ptf-social-icon + .ptf-social-icon
{
    margin-left: 2rem;
}

/* 06. Vendors */
/* VENDOR: FANCYBOX
-------------------------------------------- */
.fancybox-bg,
.vp-fancybox .fancybox-bg
{
    background-color: var(--ptf-color-3);
}

.fancybox-is-open .fancybox-bg
{
    opacity: .8;
}

.fancybox-loading
{
    border: 2px solid var(--ptf-color-1);
    border-top-color: var(--ptf-color-accent);
}

/* VENDOR: JARALLAX
-------------------------------------------- */
.jarallax
{
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img
{

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    z-index: -1;

    -o-object-fit: cover;
       object-fit: cover;
}

.ptf-like-button
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    text-align: center;
            flex-direction: column;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.ptf-like-button a
{

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;

    width: 7.5rem;
    height: 7.5rem;
    font-size: 2.5rem;

    color: var(--ptf-color-1);
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background-color: #f04e4e;
    border-radius: 50%;

    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.ptf-like-button a svg
{
    height: 1em;
}
.ptf-like-button a:not(.liked):hover
{
    color: var(--ptf-color-1);
    background-color: #f04e4e;
}
.ptf-like-button a:not(.liked):hover svg
{
    -webkit-animation: ptf_heartbeat 2s linear infinite;
            animation: ptf_heartbeat 2s linear infinite;
}
.ptf-like-button__counter
{

    margin: 1.5625rem 0 0;

    color: var(--ptf-color-1);
    visibility: hidden;
}
.ptf-like-button .liked + .ptf-like-button__counter
{
    visibility: visible;
}

/* VENDOR: ISOTOPE
-------------------------------------------- */
.ptf-isotope-grid
{
    margin-right: calc(-1 * calc(var(--ptf-gutter-x) / 2));
    margin-bottom: calc(-1 * var(--ptf-gutter-y));
    margin-left: calc(-1 * calc(var(--ptf-gutter-x) / 2));
}
.ptf-isotope-grid .grid-item,
.ptf-isotope-grid .grid-sizer
{
    float: left;
}
.ptf-isotope-grid .grid-sizer
{
    width: 0;
}
.ptf-isotope-grid .grid-item
{
    padding-right: calc(var(--ptf-gutter-x) / 2);
    padding-bottom: var(--ptf-gutter-y);
    padding-left: calc(var(--ptf-gutter-x) / 2);
}
.ptf-isotope-grid .grid-item.w-100
{
    width: 100% !important;
}
.ptf-isotope-grid[data-columns='1'] .grid-item,
.ptf-isotope-grid[data-columns='1'] .grid-sizer
{
    width: 100%;
}
.ptf-isotope-grid[data-columns='2'] .grid-item,
.ptf-isotope-grid[data-columns='2'] .grid-sizer
{
    width: 50%;
}
@media (max-width: 575.98px)
{
    .ptf-isotope-grid[data-columns='2'] .grid-item,
    .ptf-isotope-grid[data-columns='2'] .grid-sizer
    {
        width: 100%;
    }
}
.ptf-isotope-grid[data-columns='3'] .grid-item,
.ptf-isotope-grid[data-columns='3'] .grid-sizer
{
    width: calc(100% / 3);
}
@media (max-width: 991.98px)
{
    .ptf-isotope-grid[data-columns='3'] .grid-item,
    .ptf-isotope-grid[data-columns='3'] .grid-sizer
    {
        width: 50%;
    }
}
@media (max-width: 575.98px)
{
    .ptf-isotope-grid[data-columns='3'] .grid-item,
    .ptf-isotope-grid[data-columns='3'] .grid-sizer
    {
        width: 100%;
    }
}
.ptf-isotope-grid[data-columns='4'] .grid-item,
.ptf-isotope-grid[data-columns='4'] .grid-sizer
{
    width: 25%;
}
@media (max-width: 991.98px)
{
    .ptf-isotope-grid[data-columns='4'] .grid-item,
    .ptf-isotope-grid[data-columns='4'] .grid-sizer
    {
        width: 50%;
    }
}
@media (max-width: 575.98px)
{
    .ptf-isotope-grid[data-columns='4'] .grid-item,
    .ptf-isotope-grid[data-columns='4'] .grid-sizer
    {
        width: 100%;
    }
}

/* VENDOR: PILING SLIDER
-------------------------------------------- */
body .pp-scrollable
{
    overflow-y: auto;
}

/* VENDOR: SWIPER
-------------------------------------------- */
.swiper-pagination-bullets
{
    line-height: 0;

    text-align: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0 .625rem;
}

.ptf-swiper-pagination .swiper-pagination-bullet
{
    width: .625rem;
    height: .625rem;
    margin: 0 .625rem;
    background-color: var(--ptf-color-1);

    opacity: 1;
}

.ptf-swiper-pagination .swiper-pagination-bullet-active
{
    background-color: var(--ptf-color-accent);
}

.ptf-swiper-button-prev,
.ptf-swiper-button-next
{
    color: var(--ptf-color-1);
}
.ptf-swiper-button-prev:hover,
.ptf-swiper-button-next:hover
{
    color: var(--ptf-color-accent);
}

/* 07. Widgets */
/* WIDGET: ANIMATE ELEMENT
-------------------------------------------- */
.ptf-animate-element
{
    opacity: 0;
}
.ptf-animate-element.animate__animated
{
    opacity: 1;
}

.ptf-fullpage-slider .ptf-animate-element
{
    opacity: 1;
}

/* WIDGET: BUTTON
-------------------------------------------- */
.ptf-btn
{
    position: relative;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;

    padding: 1rem 1rem 1rem 3.4375rem;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;

    cursor: pointer;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
            transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);

    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.ptf-btn:disabled,
.ptf-btn.disabled
{
    pointer-events: none;
    cursor: not-allowed;
}
.ptf-btn--block
{
    width: 100%;
}
.ptf-btn__icon
{
    margin-left: 2.5rem;
}
.ptf-btn__text
{
    position: relative;
    top: 1px;

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.ptf-btn:focus
{
    outline: none;
}
.ptf-btn:hover
{
    text-decoration: none;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}

/* BUTTON PRIMARY
-------------------------------------------- */
.ptf-btn--primary
{
    color: var(--ptf-color-3);
    background-color: var(--ptf-color-accent);
}
.ptf-btn--primary:hover
{
    color: var(--ptf-color-3);
    background-color: var(--ptf-color-accent);
}

/* WIDGET: CITE
-------------------------------------------- */
.ptf-cite
{

    position: relative;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-align-items: center;
            align-items: center;

    height: 8.75rem;
    padding-right: 6.25rem;
    font-family: var(--ptf-secondary-font);
    font-size: 2.375rem;
    font-weight: normal;
    font-style: italic;

    color: var(--ptf-color-1);

    white-space: nowrap;
    -ms-flex-align: center;

    -webkit-box-align: center;
}
.ptf-cite svg
{
    position: absolute;
    top: 0;
    right: 0;

    height: 100%;

    color: var(--ptf-color-accent);

    -webkit-transition: -webkit-clip-path 1s 1s var(--ptf-transition-easing);
            transition: -webkit-clip-path 1s 1s var(--ptf-transition-easing);
            transition:         clip-path 1s 1s var(--ptf-transition-easing);
            transition:         clip-path 1s 1s var(--ptf-transition-easing), -webkit-clip-path 1s 1s var(--ptf-transition-easing);

    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.ptf-cite.animated svg
{
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* WIDGET: CONTACT FORM 7
-------------------------------------------- */
.wpcf7 p
{
    margin-bottom: 0;
}

.wpcf7 br
{
    display: none;
}

.wpcf7 .wpcf7-form-control-wrap
{
    display: block;
}

.wpcf7 .wpcf7-list-item
{
    margin: 0;
}

.wpcf7 .wpcf7-not-valid-tip
{
    display: none;
}

.wpcf7 .wpcf7-response-output
{

    position: relative;
    padding: 0 !important;

    margin: 1.875rem 0 0 !important;
    font-size: .875rem;

    color: var(--ptf-color-1);
    background-color: transparent;
    border: none !important;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors
{
    color: var(--bs-danger);
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok
{
    color: var(--bs-success);
}

.wpcf7 span.ajax-loader
{
    display: none !important;
}

/* WIDGET: HEADING
-------------------------------------------- */
h1.ptf-heading,
h2.ptf-heading,
h3.ptf-heading,
h4.ptf-heading,
h5.ptf-heading,
h6.ptf-heading,
div.ptf-heading,
span.ptf-heading
{
    margin: 0;
}

/* WIDGET: LINK WITH ICON
-------------------------------------------- */
.ptf-link-with-icon
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-align-items: center;
            align-items: center;

    color: var(--ptf-color-1);
    -ms-flex-align: center;

    -webkit-box-align: center;
}
.ptf-link-with-icon svg
{

    height: 1em;
    font-size: 1.125rem;

    color: var(--ptf-color-accent);
}
.ptf-link-with-icon--after svg
{
    margin-left: 1.25rem;
}
.ptf-link-with-icon--before svg
{
    margin-right: 1.25rem;
}
.ptf-link-with-icon:hover
{
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}

/* WIDGET: PARTNERS
-------------------------------------------- */
.ptf-partners
{
    display: grid;
    padding: 0;

    margin: 0 -6.25rem;

    list-style-type: none;

    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 3.125rem;
    grid-row-gap: 9.375rem;
}
@media (max-width: 991.98px)
{
    .ptf-partners
    {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 767.98px)
{
    .ptf-partners
    {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 4.375rem;
        grid-row-gap: 4.375rem;
    }
}
@media (max-width: 575.98px)
{
    .ptf-partners
    {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 4.375rem;
        grid-row-gap: 4.375rem;
    }
}
.ptf-partners li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.ptf-partners li img
{
    width: 7.8125rem;
    height: auto;
}

/* WIDGET: PORTFOLIO MARQUEE
-------------------------------------------- */
.ptf-portfolio-marquee
{
    position: relative;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    white-space: nowrap;

    -webkit-animation: ptf_marquee 25s linear infinite;
            animation: ptf_marquee 25s linear infinite;
}
.ptf-portfolio-marquee__original > *,
.ptf-portfolio-marquee__copy > *
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
}
.ptf-portfolio-marquee__copy
{
    position: absolute;
    top: 0;
    left: 100%;

    width: 100%;
    height: 100%;
}
.ptf-portfolio-marquee.has-stopable:hover
{
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

@-webkit-keyframes ptf_marquee
{
    0%
    {
        -webkit-transform: translateX(0) translateZ(0);
                transform: translateX(0) translateZ(0);
    }
    100%
    {
        -webkit-transform: translateX(-100%) translateZ(0);
                transform: translateX(-100%) translateZ(0);
    }
}

@keyframes ptf_marquee
{
    0%
    {
        -webkit-transform: translateX(0) translateZ(0);
                transform: translateX(0) translateZ(0);
    }
    100%
    {
        -webkit-transform: translateX(-100%) translateZ(0);
                transform: translateX(-100%) translateZ(0);
    }
}

.ptf-work
{
    position: relative;

    padding: 0 8.125rem;
}
@media (max-width: 767.98px)
{
    .ptf-work
    {
        padding: 0 4.0625rem;
    }
}
.ptf-work-content span
{
    display: block;

    margin-bottom: 1.5625rem;

    color: var(--ptf-color-1);
}
.ptf-work-thumbnail
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 31.25rem;
    height: 31.25rem;

    overflow: hidden;
    pointer-events: none;
    border-radius: 50%;

    opacity: 0;

    -webkit-transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
            transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.ptf-work-thumbnail img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

/* WIDGET: PROGRESS BAR
-------------------------------------------- */
.ptf-progress-bar__title
{
    margin: 0 0 .9375rem;
}
.ptf-progress-bar__title > span
{
    float: right;
}
.ptf-progress-bar__title > span::after
{
    content: '%';
}

.ptf-progress-bar__bar
{
    position: relative;

    width: 100%;
    height: .5rem;

    overflow: hidden;

    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--ptf-color-1)), color-stop(50%, transparent));
    background: -webkit-linear-gradient(bottom, var(--ptf-color-1) 50%, transparent 50%);
    background:         linear-gradient(0deg, var(--ptf-color-1) 50%, transparent 50%);
}
.ptf-progress-bar__bar span
{
    position: absolute;
    top: 0;
    left: 0;

    height: 100%;

    background-color: var(--ptf-color-accent);
}

/* WIDGET: PULLQUOTE
-------------------------------------------- */
.ptf-pullquote__text
{

    padding-left: 6.875rem;
    font-family: var(--ptf-secondary-font);
    font-size: 2.1875rem;
    font-weight: normal;
    font-style: italic;
    line-height: 1.3;

    color: var(--ptf-color-1);
    border-left: 5px solid var(--ptf-color-accent);
}

.ptf-pullquote__meta
{
    padding-left: 6.875rem;
    margin-top: 3.75rem;
}

.ptf-pullquote__name
{
    margin: 0 !important;
}

.ptf-pullquote__function
{
    margin-top: .3125rem;
}

/* WIDGET: RECENT NEWS
-------------------------------------------- */
.ptf-recent-news
{
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4.375rem 1.875rem;
}
@media (max-width: 767.98px)
{
    .ptf-recent-news
    {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* WIDGET: SIMPLE IMAGE
-------------------------------------------- */
.ptf-simple-image img
{
    width: 100%;
}

/* WIDGET: TESTIMONIAL SLIDER
-------------------------------------------- */
.ptf-testimonial-slider
{
    margin-left: -6.875rem;
}

.ptf-testimonial-item
{
    padding-left: 6.875rem;
}
.ptf-testimonial-item__content
{
    color: var(--ptf-color-1);
}
.ptf-testimonial-item__footer
{
    position: relative;

    margin-top: 6.875rem;
}
.ptf-testimonial-item__meta
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-justify-content: center;
            justify-content: center;

    height: 8.75rem;

    text-align: right;
            flex-direction: column;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.ptf-testimonial-item__meta h6
{
    font-family: var(--ptf-secondary-font);
    font-size: 2.375rem;
    font-weight: normal;
    font-style: italic;
}
.ptf-testimonial-item__meta span
{
    color: var(--ptf-color-1);
}
.ptf-testimonial-item__meta svg
{
    position: absolute;
    top: 0;
    left: -5.625rem;

    height: 100%;

    color: var(--ptf-color-accent);

    -webkit-transition: -webkit-clip-path 1s 1s var(--ptf-transition-easing);
            transition: -webkit-clip-path 1s 1s var(--ptf-transition-easing);
            transition:         clip-path 1s 1s var(--ptf-transition-easing);
            transition:         clip-path 1s 1s var(--ptf-transition-easing), -webkit-clip-path 1s 1s var(--ptf-transition-easing);

    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.ptf-testimonial-item__navigation
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;

    height: 100%;
    -ms-flex-align: center;
    z-index: 2;

    -webkit-box-align: center;
}
.ptf-testimonial-item__navigation .ptf-swiper-button-prev + .ptf-swiper-button-next
{
    margin-left: 1.5625rem;
}

.ptf-testimonial-slider .swiper-slide-active .ptf-testimonial-item__meta svg
{
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* WIDGET: TIMELINE SLIDER
-------------------------------------------- */
.ptf-timeline-slider
{
    overflow: unset;
}
.ptf-timeline-slider .ptf-swiper-pagination
{
    margin-top: 5rem;
}
.ptf-timeline-slider .ptf-swiper-button-prev,
.ptf-timeline-slider .ptf-swiper-button-next
{
    position: absolute;
    top: calc(50% - 5rem);
    left: -7.5rem;
    z-index: 2;
}
@media (max-width: 1919px)
{
    .ptf-timeline-slider .ptf-swiper-button-prev,
    .ptf-timeline-slider .ptf-swiper-button-next
    {
        display: none;
    }
}
.ptf-timeline-slider .ptf-swiper-button-next
{
    right: -7.5rem;
    left: unset;
}

.ptf-timeline-item
{
    padding-bottom: 2.8125rem;
}
.ptf-timeline-item + .ptf-timeline-item
{
    padding-top: 3.4375rem;

    border-top: 1px solid var(--ptf-color-5);
}
.ptf-timeline-item__date
{
    display: block;

    margin-bottom: .5rem;
}
.ptf-timeline-item__title
{
    font-size: 2rem;
    line-height: 1.3;
}
.ptf-timeline-item__text
{
    padding-right: 1.875rem;
}

/* WIDGET: VIDEO BUTTON
-------------------------------------------- */
.ptf-video-button
{

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;

    width: 7.5rem;
    height: 7.5rem;
    font-size: 1.125rem;

    color: var(--ptf-color-1);
    -ms-flex-pack: center;
    -ms-flex-align: center;
    border: 1px solid currentColor;
    border-radius: 50%;

    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.ptf-video-button svg
{
    height: 1em;
}

/* 08. WordPress */
/* WORDPRESS: LINK PAGES
-------------------------------------------- */
.ptf-link-pages
{
    margin-top: 3.125rem;
}
.ptf-link-pages h5
{
    margin: 0 0 .625rem;
}
.ptf-link-pages .sep
{
    margin: 0 1rem;

    opacity: .5;
}

/* WORDPRESS: PAGE TITLE
-------------------------------------------- */
.ptf-page-title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;

    padding-top: 15rem;
    -ms-flex-align: center;

    -webkit-box-align: center;
}
.ptf-page-title h1
{
    margin: 0;
}
.ptf-page-title .ptf-breadcrumbs
{
    margin-top: .9375rem;
}

/* WORDPRESS: COMMENTS
-------------------------------------------- */
.ptf-page-comments
{
    padding-bottom: 17.5rem;
}
.ptf-page-comments__title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;

    margin-bottom: 6.875rem;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-box-pack: justify;
}
.ptf-page-comments .ptf-comments,
.ptf-page-comments .ptf-comments ul.children
{
    padding: 0;
    margin: 0;

    list-style-type: none;
}
.ptf-page-comments .ptf-comments li.ptf-comment-item,
.ptf-page-comments .ptf-comments ul.children li.ptf-comment-item
{
    padding: 1.875rem 0;
}
.ptf-page-comments .ptf-comments li.ptf-comment-item:first-child,
.ptf-page-comments .ptf-comments ul.children li.ptf-comment-item:first-child
{
    padding-top: 0;
}
.ptf-page-comments .ptf-comments li.ptf-comment-item:last-child,
.ptf-page-comments .ptf-comments ul.children li.ptf-comment-item:last-child
{
    padding-bottom: 0;
}
.ptf-page-comments .ptf-comments ul.children
{
    margin-top: 3.75rem;
    margin-left: 5rem;
}
@media (max-width: 767.98px)
{
    .ptf-page-comments .ptf-comments ul.children
    {
        margin-left: 0;
    }
}
.ptf-page-comments .ptf-comments ul.children li.ptf-comment-item:last-child
{
    padding-bottom: 0;
}
.ptf-page-comments__form
{
    margin-top: 6.875rem;
}
.ptf-page-comments__form .ptf-page-comments__title
{
    margin-bottom: 4.375rem;
}
.ptf-page-comments__form .comment-form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.ptf-page-comments__form .ptf-form-row.two-col
{
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
}
.ptf-page-comments__list .comment-respond
{
    margin: 3.75rem 0 0;
}
.ptf-page-comments__list .comment-respond .ptf-page-comments__title
{
    margin-bottom: 4.375rem;
}
@media (min-width: 1200px)
{
    .ptf-page-comments__list,
    .ptf-page-comments__form
    {
        padding-right: 12.5rem;
        padding-left: 12.5rem;
    }
}

/* COMMENT ITEM
-------------------------------------------- */
.ptf-comment-item__inner
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.ptf-comment-item__inner .ptf-comment-avatar
{
    margin-right: 2.1875rem;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
@media (max-width: 767.98px)
{
    .ptf-comment-item__inner .ptf-comment-avatar
    {
        display: none;
    }
}
.ptf-comment-item__inner .ptf-comment-avatar img
{
    max-width: 5rem;

    border-radius: .625rem;
}
.ptf-comment-item__inner .ptf-comment-content
{
    width: 100%;
    padding-top: 1.25rem;

    border-top: 1px solid var(--ptf-color-5);

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.ptf-comment-item__inner .ptf-comment-header
{
    color: var(--ptf-color-1);
}
.ptf-comment-item__inner .ptf-comment-name
{
    float: left;

    margin: 0;
    margin-right: .1875rem;

    color: var(--ptf-color-accent);
}
.ptf-comment-item__inner .ptf-comment-metas
{
    text-transform: uppercase;
}
.ptf-comment-item__inner .ptf-comment-metas::before
{

    content: '/';
    margin-right: .375rem;
    margin-left: .375rem;
}
.ptf-comment-item__inner .ptf-comment-text
{
    margin-top: 1rem;
}
.ptf-comment-item__inner .comment-reply-link
{

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    padding: .3125rem 1.5625rem;

    margin-top: 1.25rem;
    font-size: .75rem;
    line-height: 1.2;

    color: var(--ptf-color-3);
    background-color: var(--ptf-color-accent);
}

/* WORDPRESS: SIDEBAR
-------------------------------------------- */
.ptf-sidebar--right
{
    padding-left: 1.5625rem;
}
@media (max-width: 991.98px)
{
    .ptf-sidebar--right
    {
        padding-left: 0;
        margin-top: 5rem;
    }
}

/* WIDGET
-------------------------------------------- */
.ptf-widget
{
    display: block;
}
.ptf-widget ~ .ptf-widget
{
    margin-top: 2.8125rem;
}
.ptf-widget ul
{
    padding: 0;
    margin: 0;

    list-style-type: none;
}
.ptf-widget ul li
{
    clear: both;
}
.ptf-widget ul .children,
.ptf-widget ul .sub-menu
{
    margin-left: .625rem;
}
.ptf-widget__title
{
    padding: 0;
    margin: 0 0 .9375rem 0;
}

/* ANCHOR: CATEGORIES
-------------------------------------------- */
.ptf-widget.widget_categories,
.ptf-widget.widget_archive,
.ptf-widget.widget_pages,
.ptf-widget.widget_meta,
.ptf-widget.widget_recent_comments,
.ptf-widget.widget_recent_entries,
.ptf-widget.widget_nav_menu
{
    line-height: 2.5;
}

/* ANCHOR: ARCHIVE
-------------------------------------------- */
/* ANCHOR: PAGES
-------------------------------------------- */
.ptf-widget.widget_pages .sf-with-ul::after
{

    content: '+';
    padding-left: .3125rem;
}

.ptf-widget.widget_pages .sfHover > .sf-with-ul::after
{
    content: '-';
}

.ptf-widget.widget_pages ul.children
{
    display: none;
}

/* ANCHOR: META
-------------------------------------------- */
/* ANCHOR: RECENT COMMENTS
-------------------------------------------- */
.ptf-widget.widget_recent_comments li + li
{
    margin-top: .625rem;
}

/* ANCHOR: RECENT ENTRIES
-------------------------------------------- */
/* ANCHOR: NAV MENU
-------------------------------------------- */
.ptf-widget.widget_nav_menu .sf-with-ul::after
{

    content: '+';
    padding-left: .3125rem;
}

.ptf-widget.widget_nav_menu .sfHover > .sf-with-ul::after
{
    content: '-';
}

.ptf-widget.widget_nav_menu ul.sub-menu
{
    display: none;
}

/* ANCHOR: TAG CLOUD
-------------------------------------------- */
.ptf-widget.widget_tag_cloud a
{

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    padding: .3125rem 1.5625rem;

    margin: 0 .3125rem .3125rem 0;
    font-size: .75rem !important;
    line-height: 1.2;

    color: var(--ptf-color-3);
    background-color: var(--ptf-color-accent);
}

/* ANCHOR: TEXT
-------------------------------------------- */
.ptf-widget.widget_text p:last-child
{
    margin-bottom: 0;
}

/* ANCHOR: RSS
-------------------------------------------- */
.ptf-widget.widget_rss .ptf-widget__title img
{
    margin-right: .25rem;

    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.ptf-widget.widget_rss li .rsswidget
{
    font-size: 1.25rem;
    font-weight: 600;

    color: var(--ptf-color-1);
}

.ptf-widget.widget_rss li .rss-date
{
    display: block;

    margin: .625rem 0;
}

.ptf-widget.widget_rss li cite
{
    display: block;

    margin: .9375rem 0 0;
}
.ptf-widget.widget_rss li cite::before
{

    content: '-';
    margin-right: .375rem;
}

.ptf-widget.widget_rss li + li
{
    margin-top: 1.875rem;
}

/* ANCHOR: CALENDAR
-------------------------------------------- */
.ptf-widget.widget_calendar tr,
.ptf-widget.widget_calendar td,
.ptf-widget.widget_calendar th
{
    padding: .375rem .3125rem;

    text-align: center;
}

.ptf-widget.widget_calendar caption
{
    padding: .9375rem 0 0;

    color: var(--ptf-color-accent);
}

.ptf-widget.widget_calendar #today
{
    font-weight: 600;

    color: var(--ptf-color-3);
    background-color: var(--ptf-color-accent);
}

/* WORDPRESS: PASSWORD FORM
-------------------------------------------- */
.ptf-post-password-form
{
    max-width: 25rem;
}
.ptf-post-password-form h4
{
    margin: 0 0 .9375rem;
}
.ptf-post-password-form p
{
    margin-bottom: 1.875rem;
}
.ptf-post-password-form .ptf-form-group button
{

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    padding: 0;

    margin: 0;
    font-size: 1.125rem;

    color: inherit;

    cursor: pointer;
    -ms-flex-align: center;
    background: none;
    border: none;
    -webkit-transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);
            transition: all var(--ptf-transition-duration) var(--ptf-transition-easing);

    -webkit-box-align: center;
}
.ptf-post-password-form .ptf-form-group button:hover
{
    color: var(--ptf-color-accent);
}

/* WORDPRESS: PAGINATION
-------------------------------------------- */
.ptf-pagination
{
    display: block;

    margin-top: 7.5rem;
}

/* PAGED
-------------------------------------------- */
.ptf-pagination--paged
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
}
.ptf-pagination--paged .prev,
.ptf-pagination--paged .next
{

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;

    width: 3.125rem;
    height: 3.125rem;
    margin: 0 .3125rem;
    font-weight: 500;

    color: var(--ptf-color-accent);
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 1px var(--ptf-color-accent);
            box-shadow: inset 0 0 0 1px var(--ptf-color-accent);

    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.ptf-pagination--paged .prev:hover,
.ptf-pagination--paged .next:hover
{
    color: var(--ptf-color-3);
    background-color: var(--ptf-color-accent);
    -webkit-box-shadow: inset 0 0 0 1px var(--ptf-color-accent);
            box-shadow: inset 0 0 0 1px var(--ptf-color-accent);
}

/* NUMERIC
-------------------------------------------- */
.ptf-pagination--numeric ul
{
    display: inline-block;
    padding: 0;

    margin: 0;

    list-style-type: none;
}

.ptf-pagination--numeric li
{
    float: left;
}
.ptf-pagination--numeric li + li
{
    margin-left: .625rem;
}

.ptf-pagination--numeric li > a,
.ptf-pagination--numeric li > span
{

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;

    width: 3.125rem;
    height: 3.125rem;
    font-weight: 500;

    color: var(--ptf-color-accent);
    -ms-flex-pack: center;
    -ms-flex-align: center;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 1px var(--ptf-color-accent);
            box-shadow: inset 0 0 0 1px var(--ptf-color-accent);

    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.ptf-pagination--numeric li > a.current,
.ptf-pagination--numeric li > a:hover,
.ptf-pagination--numeric li > span.current,
.ptf-pagination--numeric li > span:hover
{
    color: var(--ptf-color-3);
    background-color: var(--ptf-color-accent);
    -webkit-box-shadow: inset 0 0 0 1px var(--ptf-color-accent);
            box-shadow: inset 0 0 0 1px var(--ptf-color-accent);
}
