:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 400px;
    --breakpoint-md: 720px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1250px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

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

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: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

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

label {
    display: inline-block;
    margin-bottom: .5rem
}

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, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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
}

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 400px) {
    .container, .container-sm {
        max-width: 100%
    }
}

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

@media (min-width: 1024px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 100%
    }
}

@media (min-width: 1250px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 100%
    }
}

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

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

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

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

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

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 400px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 720px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1024px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1250px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified > .nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 399.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 400px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 719.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 720px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1023.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1024px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1249.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1250px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 400px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 400px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 400px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

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

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

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0062cc !important
}

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

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important
}

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

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important
}

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

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important
}

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

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important
}

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

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important
}

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

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

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

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

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

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

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

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

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

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #007bff !important
}

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

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

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

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

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

.border-dark {
    border-color: #343a40 !important
}

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

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

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

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

.rounded-right {
    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-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

@media (min-width: 400px) {
    .d-sm-none {
        display: none !important
    }

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

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

    .d-sm-block {
        display: block !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: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 720px) {
    .d-md-none {
        display: none !important
    }

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

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

    .d-md-block {
        display: block !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: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1024px) {
    .d-lg-none {
        display: none !important
    }

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

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

    .d-lg-block {
        display: block !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: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1250px) {
    .d-xl-none {
        display: none !important
    }

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

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

    .d-xl-block {
        display: block !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: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

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

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

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

    .d-print-block {
        display: block !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: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

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

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

.justify-content-center {
    justify-content: center !important
}

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

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

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

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

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 400px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 720px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1024px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1250px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 400px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

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

@media (min-width: 720px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

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

@media (min-width: 1024px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

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

@media (min-width: 1250px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

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

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

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

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

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

.shadow-none {
    box-shadow: none !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
}

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

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

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

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

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

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

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

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

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

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

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

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

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

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

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

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

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

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

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

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

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

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

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

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

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

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

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

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

.pr-1, .px-1 {
    padding-right: .25rem !important
}

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

.pl-1, .px-1 {
    padding-left: .25rem !important
}

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

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

.pr-2, .px-2 {
    padding-right: .5rem !important
}

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

.pl-2, .px-2 {
    padding-left: .5rem !important
}

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

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

.pr-3, .px-3 {
    padding-right: 1rem !important
}

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

.pl-3, .px-3 {
    padding-left: 1rem !important
}

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

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

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

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

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

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

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

.pr-5, .px-5 {
    padding-right: 3rem !important
}

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

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

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

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

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

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

@media (min-width: 400px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

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

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

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

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

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

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

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

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

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

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

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

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

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

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

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

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

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

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

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

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

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

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

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

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

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

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

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

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

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

@media (min-width: 720px) {
    .m-md-0 {
        margin: 0 !important
    }

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

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

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

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

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

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

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

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

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

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

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

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

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

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

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

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

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

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

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

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

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

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

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

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

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

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

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

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

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

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

@media (min-width: 1024px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

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

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

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

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

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

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

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

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

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

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

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

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

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

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

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

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

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

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

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

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

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

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

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

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

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

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

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

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

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

@media (min-width: 1250px) {
    .m-xl-0 {
        margin: 0 !important
    }

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

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

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

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

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

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

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

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

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

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

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

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

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

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

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

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

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

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

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

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

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

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

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

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

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

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

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

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

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

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

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

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

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width: 400px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media (min-width: 720px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

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

@media (min-width: 1024px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media (min-width: 1250px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
    color: #007bff !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important
}

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

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important
}

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

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important
}

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

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important
}

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

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important
}

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

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

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

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

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

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

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@font-face {
    font-family: "Aller";
    src: url("../fonts/allerdisplay-webfont.woff2") format("woff2"), url("../fonts/allerdisplay-webfont.woff") format("woff");
    font-weight: 800
}

@font-face {
    font-family: "Aller";
    src: url("../fonts/36DBE5_1_0.woff2") format("woff2"), url("../fonts/36DBE5_1_0.woff") format("woff");
    font-weight: bold
}

@font-face {
    font-family: "Aller";
    src: url("../fonts/36DBE5_2_0.woff2") format("woff2"), url("../fonts/36DBE5_2_0.woff") format("woff")
}

@font-face {
    font-family: "Aller";
    src: url("../fonts/36DBE5_3_0.woff2") format("woff2"), url("../fonts/36DBE5_3_0.woff") format("woff");
    font-weight: 300
}

@font-face {
    font-family: "phytoplantaIcons";
    src: url("../fonts/phytobiotics.woff") format("woff")
}

.phy-icon {
    font-family: "phytoplantaIcons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.phy-icon--arrow-button:before {
    content: "\e900"
}

.phy-icon--arrow-xl:before {
    content: "\e901"
}

.phy-icon--arrow-sm:before {
    content: "\e903"
}

.phy-icon--arrow-l:before {
    content: "\e902"
}

.phy-icon--close:before {
    content: "\e904"
}

.phy-icon--zoom:before {
    content: "\e905"
}

.phy-icon--mail-01:before {
    content: "\e906"
}

.phy-icon--phone-02:before {
    content: "\e907"
}

.phy-icon--phone-01:before {
    content: "\e908"
}

.phy-icon--mail-02:before {
    content: "\e909"
}

* {
    box-sizing: border-box
}

a.button {
    text-decoration: none
}

body {
    background-color: #fff;
    color: #4d4d4d;
    font-family: "Georgia", serif;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 1024px) {
    body {
        font-size: 18px
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Aller", sans-serif;
    font-weight: bold;
    margin: 0
}

h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 1rem
}

@media (min-width: 720px) {
    h2 {
        font-size: 34px;
        line-height: 44px
    }
}

h3 {
    font-size: 20px;
    line-height: 1.5
}

@media (min-width: 720px) {
    h3 {
        font-size: 30px
    }
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    color: #2d912b;
    text-decoration: none
}

a:hover, a:focus, a:active {
    color: #2d912b;
    text-decoration: underline
}

sup {
    top: -0.4em
}

.btn {
    border: 2px solid #2d912b;
    border-radius: 6px;
    display: block;
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 11px 15px 9px
}

@media (min-width: 720px) {
    .btn {
        font-size: 20px;
        display: inline-block;
        padding: 17px 30px 15px
    }
}

.btn:hover {
    text-decoration: none
}

.btn.btn-primary {
    background-color: #2d912b;
    border: 2px solid #2d912b;
    color: #fff;
    transition: 0.5s
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    background-color: #39b837;
    border-color: #39b837
}

.btn.btn-secondary {
    background-color: transparent;
    color: #2d912b;
    display: block;
    width: 100%
}

.btn.btn-secondary span {
    margin-left: 10px
}

.module img {
    width: 100%
}

@media (max-width: 719.98px) {
    .mobile-no-padding {
        padding: 0
    }
}

@media (max-width: 719.98px) {
    .module__tab + style + img.divider--1.only-mobile-1 {
        display: none
    }
}

@media (min-width: 1024px) {
    .divider--2.only-mobile-1 {
        display: none
    }
}

@media (max-width: 1023.98px) {
    .divider--2.only-mobile-1 + style + .module__tab {
        box-shadow: none;
        margin-top: -60px
    }
}

.ratio-wrapper {
    padding-top: 66.66%;
    position: relative;
    overflow: hidden
}

.ratio-wrapper__container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@media (max-width: 719.98px) {
    .xs-no-padding {
        padding: 0
    }
}

[placeholder] {
    text-overflow: ellipsis
}

.uc-embedding-container {
    width: 100% !important;
    min-height: auto !important;
    overflow: auto !important
}

@media (min-width: 720px) {
    .uc-embedding-container {
        position: absolute !important;
        top: 0;
        left: 0;
        height: 100% !important;
        border: none;
        max-height: 100% !important;
        overflow: hidden !important
    }
}

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (min-width: 720px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1024px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

div:not(.fullwidth-container) .p-row-sm {
    margin-left: -7.5px;
    margin-right: -7.5px
}

@media (min-width: 720px) {
    div:not(.fullwidth-container) .p-row-sm {
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (min-width: 1024px) {
    div:not(.fullwidth-container) .p-row-sm {
        margin-left: -15px;
        margin-right: -15px
    }
}

.p-row-sm > div[class^="col"] {
    padding-left: 7.5px;
    padding-right: 7.5px
}

@media (min-width: 720px) {
    .p-row-sm > div[class^="col"] {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 1024px) {
    .p-row-sm > div[class^="col"] {
        padding-left: 15px;
        padding-right: 15px
    }
}

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

.fullwidth-container div[class^="col"]:first-child {
    padding-left: 0
}

.fullwidth-container div[class^="col"]:last-child {
    padding-right: 0
}

.container {
    max-width: 1310px
}

.module__no-margin-top {
    margin-top: 0
}

.module__small {
    margin-top: -10px
}

.module__medium {
    margin-top: -20px
}

.module__big {
    margin-top: -30px
}

.header {
    position: relative;
    background: white
}

@media (max-width: 1023.98px) {
    .header .container {
        padding: 0
    }
}

.header__container {
    display: flex;
    justify-content: space-between;
    padding-top: 30px
}

@media (min-width: 1024px) {
    .header__container {
        padding-top: 40px;
        padding-bottom: 20px
    }
}

@media (max-width: 1023.98px) {
    .header__container {
        padding: 15px 15px 0
    }
}

.header .btn.btn-flag {
    background: none;
    border: none;
    display: inline-block;
    padding: 2px 0 0
}

.header .btn.btn-flag .icon {
    border-radius: 50%;
    height: 44px;
    width: 44px
}

.header .btn.btn-flag.desktop {
    position: relative
}

@media (max-width: 1023.98px) {
    .header .btn.btn-flag.desktop {
        display: none
    }
}

.header .language-switcher-container {
    position: relative
}

@media (max-width: 1023.98px) {
    .header .language-switcher-container {
        display: none
    }
}

.header .language-switcher {
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    position: absolute;
    right: -16px;
    min-width: 270px;
    text-align: left;
    top: 70px;
    z-index: 10000
}

@media (max-width: 1023.98px) {
    .header .language-switcher {
        width: 100%
    }
}

@media (min-width: 1024px) {
    .header .language-switcher {
        padding: 30px
    }
}

.header .language-switcher.collapsing {
    transition: none
}

.header .language-switcher:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-bottom-color: #fff
}

@media (max-width: 1023.98px) {
    .header .language-switcher:before {
        left: 21px
    }
}

@media (min-width: 1024px) {
    .header .language-switcher:before {
        right: 25px
    }
}

.header .language-switcher label {
    color: #4d4d4d;
    font-family: "Aller", sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px
}

.header .language-switcher label span {
    position: relative;
    top: -5px
}

.header .language-switcher label input[type="radio"] {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    height: 24px;
    margin-right: 10px;
    outline: none;
    -webkit-appearance: none;
    width: 24px
}

.header .language-switcher label input[type="radio"]:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    margin: 6px auto;
    width: 10px
}

.header .language-switcher label input[type="radio"]:checked {
    background: #2d912b
}

.header .language-switcher label input[type="radio"]:checked:before {
    background: #fff
}

.header .language-switcher .btn {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 12px 10px 8px;
    width: 100%
}

.header .language-switcher a.link {
    color: #4d4d4d;
    font-family: "Aller", sans-serif;
    font-size: 18px;
    font-weight: normal
}

.header .language-switcher a.link span {
    font-size: 16px;
    padding-right: 2px
}

.header .logo {
    margin-bottom: 20px
}

@media (min-width: 720px) {
    .header .logo {
        margin-top: -4px
    }
}

@media (min-width: 1024px) {
    .header .logo {
        margin-bottom: 10px
    }
}

.header .logo img {
    height: 34px;
    width: auto
}

@media screen and (max-width: 400px) {
    .header .logo img {
        max-width: 100%
    }
}

@media (min-width: 720px) {
    .header .logo img {
        height: 50px
    }
}

@media (min-width: 1024px) {
    .header .contact-mobile {
        display: none
    }
}

.header .contact-mobile .mobileCountryContact {
    display: flex;
    justify-content: flex-end
}

.header .contact-mobile .mobileCountryContact .btn__meta:not(:last-child) {
    margin-right: 10px
}

.header .contact-mobile .mobileCountryContact .btn__meta__contact {
    background: transparent;
    border: none;
    color: #4d4d4d;
    font-size: 24px;
    padding: 0;
    transition: color 0.5s ease
}

.header .contact-mobile .mobileCountryContact .btn__meta__contact:hover, .header .contact-mobile .mobileCountryContact .btn__meta__contact:focus, .header .contact-mobile .mobileCountryContact .btn__meta__contact:active {
    color: #2d912b
}

@media (min-width: 720px) {
    .header .contact-mobile .mobileCountryContact .btn__meta__contact {
        font-size: 34px
    }
}

.header .contact-mobile .mobileCountryContact .btn__meta__show-nav {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    margin-left: 6px;
    margin-top: -7px;
    padding: 0
}

.header .contact-mobile .mobileCountryContact .btn__meta__show-nav span {
    background-color: #4d4d4d;
    display: block;
    height: 3px;
    margin: 7px 0;
    width: 28px
}

@media (max-width: 719.98px) {
    .header .contact-mobile .mobileCountryContact .btn__meta__show-nav {
        margin-top: -4px
    }

    .header .contact-mobile .mobileCountryContact .btn__meta__show-nav span {
        margin: 6px 0
    }
}

.header .mobile-country {
    width: 100%
}

@media (min-width: 1024px) {
    .header .mobile-country {
        display: none
    }
}

@media (max-width: 1023.98px) {
    .header .mobile-country.desktop {
        display: none
    }
}

.header .mobile-country__data {
    background-color: #2d912b;
    opacity: 1;
    padding: 9px 15px 4px;
    position: relative
}

@media (min-width: 720px) {
    .header .mobile-country__data {
        padding: 9px 20px 4px
    }
}

.header .mobile-country__data::before {
    border: 11px solid transparent;
    border-bottom-color: #2d912b;
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.header .mobile-country__data span {
    display: block
}

.header .mobile-country__data span a {
    color: #fff;
    font-family: "Aller", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 34px
}

.header .mobile-country__data.hide {
    display: none;
    opacity: 0
}

.header .mobile-country__data .btn-close {
    background: transparent;
    border: none;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 15px
}

.header .mobile-country__tel::before {
    right: 94px
}

@media (min-width: 720px) {
    .header .mobile-country__tel::before {
        right: 108px;
        border-width: 13px
    }
}

.header .mobile-country__email::before {
    right: 60px
}

@media (min-width: 720px) {
    .header .mobile-country__email::before {
        right: 63px;
        border-width: 13px
    }
}

@media (min-width: 1024px) {
    .header .nav-link.dropdown-toggle:after {
        display: none
    }
}

@media (min-width: 720px) {
    .header .mobile-offcanvas.navbar {
        display: none
    }
}

.header .navbar {
    background-color: #f2f2f2;
    color: #818181;
    font-family: "Aller", sans-serif;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.65px;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%
}

@media (min-width: 1024px) {
    .header .navbar {
        background-color: #fff;
        position: relative
    }
}

.header .navbar.desktop {
    display: none
}

@media (min-width: 1024px) {
    .header .navbar.desktop {
        display: flex
    }
}

.header .navbar .navbar-nav {
    background-color: #fff
}

.header .navbar .navbar-nav a:active, .header .navbar .navbar-nav a:focus, .header .navbar .navbar-nav a:hover {
    background-color: transparent
}

@media (max-width: 1023.98px) {
    .header .navbar .navbar-nav .nav-link:hover, .header .navbar .navbar-nav .nav-link:focus, .header .navbar .navbar-nav .nav-link:active {
        color: #2d912b;
        text-decoration: underline
    }
}

.header .navbar .navbar-nav .dropdown-toggle::after {
    display: none
}

.header .navbar .navbar-nav .phy-icon.phy-icon--arrow-l--down {
    line-height: 1.5;
    position: absolute;
    right: 20px;
    transform: rotateZ(90deg)
}

.header .navbar .navbar-nav > li {
    border-bottom: 4px solid #f2f2f2;
    text-transform: uppercase
}

.header .navbar .navbar-nav > li > a {
    color: #4d4d4d;
    padding: 20px
}

@media (min-width: 1024px) {
    .header .navbar .navbar-nav > li {
        border-bottom: none;
        border-bottom: 4px solid #fff;
        padding: 10px 0px 5px
    }

    .header .navbar .navbar-nav > li:first-child {
        margin-left: 15px
    }

    .header .navbar .navbar-nav > li:not(:last-child) {
        margin-right: 30px
    }

    .header .navbar .navbar-nav > li:hover, .header .navbar .navbar-nav > li:focus {
        border-color: #2d912b;
        color: #4d4d4d
    }

    .header .navbar .navbar-nav > li > a {
        padding: 0
    }

    .header .navbar .navbar-nav > li.active-site {
        border-color: #2d912b
    }
}

.header .navbar .navbar-nav > li ul.dropdown-menu.lvl-one .full-width {
    background: #fff;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 103vw !important;
    z-index: -1
}

.header .navbar .navbar-nav > li ul.dropdown-menu.lvl-one .dropdown-submenu .dropdown-menu.show {
    border-radius: 0;
    border-top: 2px solid #2d912b
}

@media (min-width: 1024px) {
    .header .navbar .navbar-nav > li ul.dropdown-menu.lvl-one .dropdown-submenu .dropdown-menu.show {
        border-top: none
    }
}

.header .navbar .navbar-nav > li ul.dropdown-menu.lvl-one .dropdown-submenu .dropdown-menu li {
    margin-bottom: 5px
}

.header .navbar .navbar-nav > li ul.dropdown-menu.lvl-one .dropdown-submenu .dropdown-menu .dropdown-item {
    padding: 2px 0 2px 18px
}

.header .navbar .navbar-nav > li ul.dropdown-menu.lvl-one .dropdown-submenu .dropdown-menu .dropdown-item:hover, .header .navbar .navbar-nav > li ul.dropdown-menu.lvl-one .dropdown-submenu .dropdown-menu .dropdown-item:focus, .header .navbar .navbar-nav > li ul.dropdown-menu.lvl-one .dropdown-submenu .dropdown-menu .dropdown-item:active {
    text-decoration: underline;
    color: #4d4d4d
}

.header .navbar .navbar-nav > li ul.dropdown-menu.lvl-one > li:not(.touchview) > a {
    color: #2d912b;
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.57px;
    line-height: 31px;
    padding: 5px 0
}

@media (min-width: 1024px) {
    .header .navbar .navbar-nav > li ul.dropdown-menu.lvl-one > li:not(.touchview) > a {
        padding: 10px 0;
        font-size: 20px
    }
}

.header .navbar .navbar-nav > li ul.dropdown-menu.lvl-one > li:not(.touchview):last-child > a {
    margin-bottom: 20px
}

.header .navbar .navbar-nav > li .touchview {
    padding: 10px 0
}

.header .navbar .navbar-nav > li .touchview span {
    font-size: 14px;
    margin-right: 3px
}

.header .navbar .navbar-nav > li .touchview a {
    color: #212529;
    font-family: "Aller", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px
}

@media (min-width: 1024px) {
    .header .navbar .navbar-nav .dropdown {
        position: static
    }
}

.header .navbar .navbar-nav .dropdown.show > .dropdown-toggle .phy-icon--arrow-l--down {
    transform: rotateZ(270deg)
}

.header .navbar .navbar-nav .dropdown.show .dropdown-submenu p.show + a span {
    transform: rotateZ(270deg)
}

.header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0 15px;
    text-transform: initial;
    width: 100%;
    margin-top: -20px
}

@media (max-width: 1023.98px) {
    .header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one {
        padding: 0 15px 0 20px
    }
}

@media (min-width: 1024px) {
    .header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one {
        margin-top: 0
    }
}

@media (min-width: 1024px) {
    .header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one > li {
        padding-top: 20px
    }
}

.header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one > li .main-link {
    color: #2d912b;
    border-bottom: 2px solid #2d912b;
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.57px;
    line-height: 31px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px
}

@media (min-width: 1024px) {
    .header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one > li .main-link {
        font-size: 20px
    }
}

.header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one > li .main-link:hover, .header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one > li .main-link:focus, .header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one > li .main-link:active {
    text-decoration: none
}

.header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one > li ul {
    border: none;
    font-family: "Aller", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    padding: 15px 10px 15px 0;
    position: static
}

.header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one > li ul span {
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    position: absolute
}

.header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one > li ul li a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal !important
}

.header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one.show {
    display: block;
    transition-delay: 0.5s
}

@media (min-width: 1024px) {
    .header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one.show {
        display: flex;
        flex-wrap: wrap
    }

    .header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one.show li:first-child {
        width: 100%
    }

    .header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one.show li:not(:first-child) {
        flex: 1
    }

    .header .navbar .navbar-nav .dropdown .dropdown-menu.lvl-one.show li:not(:last-child) {
        margin-right: 30px
    }
}

.header .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 90%;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out
}

@media (min-width: 720px) {
    .header .mobile-offcanvas {
        width: 66%
    }
}

@media (min-width: 1024px) {
    .header .mobile-offcanvas {
        display: flex;
        overflow-x: initial;
        overflow-y: initial;
        position: relative;
        transform: none;
        visibility: visible;
        width: 100%
    }
}

.header .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(11%)
}

@media (min-width: 720px) {
    .header .mobile-offcanvas.show {
        transform: translateX(52%)
    }
}

@media (max-width: 1023.98px) {
    .header .mobile-offcanvas.js-show-initialized {
        display: block
    }
}

.header .mobile-offcanvas .offcanvas-header {
    display: block;
    background: #f2f2f2;
    padding: 20px;
    min-height: 60px
}

@media (min-width: 1024px) {
    .header .mobile-offcanvas .offcanvas-header {
        display: none;
        line-height: 0
    }
}

.header .mobile-offcanvas .offcanvas-header .offcanvas-language-switch .icon {
    height: 27px;
    width: 27px
}

.header .mobile-offcanvas .offcanvas-header .btn-close-offcanvas {
    background: transparent;
    border: none;
    float: right;
    font-size: 24px;
    line-height: 0;
    padding: 0;
    position: relative;
    right: -2px
}

.header__search {
    background-color: #f2f2f2;
    position: relative;
    padding: 0 15px 15px 15px;
    flex: 1
}

@media (min-width: 1024px) {
    .header__search {
        background-color: transparent;
        padding-top: 2px
    }
}

.header__search.desktop {
    max-width: 680px
}

@media (max-width: 1023.98px) {
    .header__search.desktop {
        display: none
    }
}

@media (min-width: 1024px) {
    .header__search .searchform form {
        display: flex
    }
}

.header__search .searchform__input {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #4d4d4d;
    font-family: "Aller", sans-serif;
    height: 42px;
    margin-bottom: 0;
    padding: 0 45px 0 15px;
    width: 100%
}

@media (min-width: 1024px) {
    .header__search .searchform__input {
        background-color: #f2f2f2;
        font-size: 16px;
        height: 44px;
        margin-right: 18px
    }
}

.header__search .searchform__submit {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    color: #4d4d4d;
    cursor: pointer;
    font-size: 32px;
    padding: 0;
    position: absolute;
    right: 25px;
    top: -3px;
    line-height: 1
}

.header__search .searchform__submit .phy-icon--zoom {
    line-height: 1.5
}

@media (min-width: 1024px) {
    .header__search .searchform__submit {
        right: 45px;
        top: -1px
    }
}

@media (min-width: 1024px) {
    .header__search .searchform__submit {
        background-color: #2d912b;
        border-radius: 6px;
        color: #fff;
        font-family: "Aller", sans-serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
        padding: 15px 24px 11px;
        position: relative;
        top: 0;
        transition: background-color 0.5s;
        right: 0
    }

    .header__search .searchform__submit:hover, .header__search .searchform__submit:focus, .header__search .searchform__submit:active {
        background-color: #39b837;
        border-color: #39b837;
        text-decoration: none
    }
}

.screen-overlay {
    background-color: rgba(34, 34, 34, 0.6);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
    visibility: hidden;
    z-index: 30
}

.screen-overlay.show {
    opacity: 1;
    transition: opacity 0s, width 0s;
    visibility: visible;
    width: 100%
}

@media (min-width: 1024px) {
    .screen-overlay {
        display: none
    }
}

@media (min-width: 1024px) {
    .no-touchDevice .touchview {
        display: none
    }
}

.contact-sidebar {
    bottom: 40%;
    position: fixed;
    right: 0;
    z-index: 100
}

.contact-sidebar__contact {
    background: #2d912b;
    border-radius: 6px 0 0 6px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    margin-top: 10px;
    padding: 10px 16px 8px 16px;
    position: relative;
    right: calc(-100% + 50px);
    transition: right 0.5s ease-out
}

.contact-sidebar__contact.show {
    right: 0
}

.contact-sidebar__contact a {
    color: #fff;
    font-family: "Aller", sans-serif;
    font-size: 16px;
    padding: 0 16px
}

.contact-sidebar__contact button {
    background: transparent;
    border: none;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 0
}

.contact-sidebar__contact button span {
    font-size: 26px
}

.contact-sidebar__contact .btn-close {
    margin-left: auto
}

.contact-sidebar__contact .btn-close span {
    font-size: 10px;
    position: relative;
    top: -3px
}

.menu-container {
    max-width: 1310px;
    margin: 0 auto;
    padding-left: 15px
}

.menu-fixed-container {
    background: white;
    height: 50px
}

@media (max-width: 1023.98px) {
    .menu-fixed-container {
        display: none
    }
}

.menu-fixed {
    background: white;
    width: 100%
}

.menu-fixed.fixed {
    position: fixed;
    z-index: 2;
    top: 0;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.2)
}

@media (max-width: 1023.98px) {
    .header-fixed-container {
        height: 81px
    }
}

@media (max-width: 719.98px) {
    .header-fixed-container {
        height: 70px
    }
}

@media (max-width: 1023.98px) {
    .header-fixed.fixed {
        position: fixed;
        top: 0;
        z-index: 3;
        background: white;
        width: 100%;
        box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.2)
    }
}

.footer {
    margin-top: -10vw
}

@media (min-width: 1024px) {
    .footer {
        margin-top: 0
    }
}

.footer__top {
    background-image: url("../images/deco/footer-background-2000x320.svg");
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover
}

.footer__top .cert-container {
    align-items: center;
    margin-top: 50px;
    padding-top: 17%;
    padding-bottom: 5%
}

@media (min-width: 720px) {
    .footer__top .cert-container {
        margin-top: 50px;
        padding-top: 14%
    }
}

@media (min-width: 1024px) {
    .footer__top .cert-container {
        margin-top: 0px;
        padding-top: 12%
    }
}

.footer__top .cert-container .quality-slogan {
    color: #4d4d4d;
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px
}

@media (max-width: 719.98px) {
    .footer__top .cert-container .quality-slogan {
        padding-bottom: 5%;
        padding-top: 5%
    }
}

@media (max-width: 399.98px) {
    .footer__top .cert-container .quality-slogan {
        padding-top: 15%
    }
}

.footer__top .cert-container ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer__top .cert-container ul li {
    flex: 1
}

.footer__top .cert-container ul li img {
    height: auto;
    max-width: 100%;
    width: 60px
}

@media (min-width: 1024px) {
    .footer__top .cert-container ul li img {
        width: 100px
    }
}

.footer__navigation {
    background: linear-gradient(-90deg, #e6e6e6 0%, #f2f2f2 100%)
}

.footer__navigation:before {
    background: linear-gradient(90deg, #4caa4a 0%, #0e660c 100%);
    content: "";
    display: block;
    height: 12px;
    width: 100%
}

.footer__navigation .container {
    padding-bottom: 15px;
    padding-top: 15px
}

.footer__navigation .container nav {
    border-bottom: 1px solid #4d4d4d
}

.footer__navigation .container nav:last-child {
    border-bottom: none
}

@media (min-width: 1024px) {
    .footer__navigation .container nav {
        border-bottom: none
    }
}

.footer__navigation .container nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer__navigation .container nav > ul > li {
    border-bottom: 1px solid #4d4d4d
}

.footer__navigation .container nav > ul > li:last-child {
    border-bottom: none
}

@media (min-width: 1024px) {
    .footer__navigation .container nav > ul > li {
        border-bottom: none
    }
}

.footer__navigation .container nav > ul > li > a {
    color: #4d4d4d;
    display: block;
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 0
}

@media (min-width: 720px) {
    .footer__navigation .container nav > ul > li > a {
        font-size: 18px
    }
}

@media (min-width: 1024px) {
    .footer__navigation .container nav > ul > li > a {
        border-bottom: 1px solid #4d4d4d
    }
}

.footer__navigation .container nav > ul > li ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-top: 10px
}

@media (max-width: 719.98px) {
    .footer__navigation .container nav > ul > li ul {
        padding-bottom: 5px;
        padding-top: 0;
        margin-top: -5px
    }
}

.footer__navigation .container nav > ul > li ul li {
    width: 50%
}

.footer__navigation .container nav > ul > li ul li a {
    color: #4d4d4d;
    display: inline-block;
    font-family: "Aller", sans-serif;
    padding: 10px 0
}

@media (min-width: 1024px) {
    .footer__navigation .container .navigation-container {
        display: flex;
        flex-wrap: wrap
    }

    .footer__navigation .container .navigation-container nav:not(:last-child) {
        margin-right: 30px
    }

    .footer__navigation .container .navigation-container nav:first-child {
        flex: 1
    }

    .footer__navigation .container .navigation-container nav:first-child ul li ul li {
        width: 100%
    }

    .footer__navigation .container .navigation-container nav:nth-child(2) {
        flex: 2
    }

    .footer__navigation .container .navigation-container nav:nth-child(3) {
        flex: 1
    }

    .footer__navigation .container .navigation-container nav:nth-child(3) ul li:last-child a {
        border-bottom: none
    }
}

.footer__meta {
    background: linear-gradient(90deg, #333 0%, #4d4d4d 100%)
}

.footer__meta .container {
    color: #e4e5e4;
    font-family: "Aller", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 2;
    padding-bottom: 17px;
    padding-top: 15px
}

@media (min-width: 1024px) {
    .footer__meta .container {
        padding-bottom: 10px;
        padding-top: 26px
    }
}

@media (min-width: 1024px) {
    .footer__meta .container .meta-information {
        float: right
    }
}

.footer__meta .container .meta-information a, .footer__meta .container .meta-information a:hover {
    color: #e4e5e4
}

.footer__meta .container .meta-information ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 14px
}

@media (min-width: 1024px) {
    .footer__meta .container .meta-information ul {
        padding: 0
    }
}

.footer__meta .container .meta-information ul li {
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.18px;
    line-height: 50px
}

@media (min-width: 1024px) {
    .footer__meta .container .meta-information ul li {
        display: inline-block;
        line-height: 32px;
        margin-left: 58px
    }
}

.footer__meta .container .meta-information ul li .socials-block {
    display: inline-block;
    margin-left: 20px
}

@media (max-width: 1023.98px) {
    .footer__meta .container .meta-information ul li .socials-block {
        margin-left: 10px
    }

    .footer__meta .container .meta-information ul li .socials-block a {
        margin-right: 5px
    }

    .footer__meta .container .meta-information ul li .socials-block a:hover, .footer__meta .container .meta-information ul li .socials-block a:focus, .footer__meta .container .meta-information ul li .socials-block a:active {
        color: #fff
    }
}

.footer__meta .container .meta-information ul li i::before {
    border-radius: 5px;
    display: inline-block;
    height: 32px;
    margin-left: 5px;
    vertical-align: middle;
    width: 32px;
    font-size: 32px
}

.footer__privacy-settings {
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.18px;
    line-height: 30px
}

@media (max-width: 719.98px) {
    .footer__privacy-settings {
        padding-top: 10px
    }
}

.footer__privacy-settings a, .footer__privacy-settings a:hover, .footer__privacy-settings a:focus, .footer__privacy-settings a:active {
    color: #e4e5e4
}

.module {
    padding: 0
}

.module p {
    margin-bottom: 0
}

.module .headline-module {
    margin-bottom: 20px;
    margin-top: 20px
}

@media (min-width: 1024px) {
    .module.tab-module .headline-module {
        margin-top: 40px
    }
}

.language-alert {
    background-color: #4d4d4d;
    color: #fff;
    font-family: "Aller";
    font-size: 16px;
    padding-bottom: 13px;
    padding-top: 13px
}

@media (max-width: 719.98px) {
    .language-alert .text {
        max-width: 90%;
        margin-bottom: 10px
    }
}

.language-alert .btn.btn-link {
    border: 3px solid #e4e5e4;
    border-radius: 6px;
    color: #e4e5e4;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 10px 17px;
    position: relative
}

@media (min-width: 720px) {
    .language-alert .btn.btn-link {
        margin-right: 10px
    }
}

.language-alert .btn.btn-link .phy-icon {
    padding: 0 0 0 15px;
    display: inline-block
}

.language-alert .btn.btn-link .phy-icon:before {
    display: block;
    position: relative;
    top: 2px;
    transform: rotateZ(90deg)
}

.language-alert .btn.btn-close {
    border: 3px solid #e4e5e4;
    border-radius: 6px;
    color: #e4e5e4;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 14px 17px 10px
}

.language-alert .btn.btn-close-alert {
    align-self: flex-start;
    background: transparent;
    border: none;
    color: white;
    font-size: 22px;
    margin-left: 5px;
    padding: 0
}

.language-alert .btn.btn-close-alert .phy-icon {
    position: relative;
    top: 4px
}

@media (max-width: 719.98px) {
    .language-alert .btn.btn-close-alert {
        position: absolute;
        right: 15px
    }
}

.form-contact {
    margin-top: 20px
}

.form-contact .Inputfields {
    display: flex;
    flex-wrap: wrap
}

.form-contact .Inputfields .Inputfield {
    width: 100%
}
.form-contact .Inputfields .InputfieldStateRequired .required {
    font-family: Arial;
}

@media (min-width: 720px) {
    .form-contact .Inputfields .Inputfield_name_1, .form-contact .Inputfields .Inputfield_surname, .form-contact .Inputfields .Inputfield_email {
        width: 33.3%
    }

    .form-contact .Inputfields .Inputfield_name_1:not(.Inputfield_name_1), .form-contact .Inputfields .Inputfield_surname:not(.Inputfield_name_1), .form-contact .Inputfields .Inputfield_email:not(.Inputfield_name_1) {
        padding-left: 30px
    }
}

@media (min-width: 720px) {
    .form-contact .Inputfields .Inputfield_user_country,
    .form-contact .Inputfields .Inputfield_company,
    .form-contact .Inputfields .Inputfield_phone
    {
        width: 33.3%
    }

    .form-contact .Inputfields .Inputfield_user_country,
    .form-contact .Inputfields .Inputfield_company
    {
        padding-left: 30px
    }
}

.form-contact label:not(.custom-control-label) {
    color: #4d4d4d;
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 6px
}

.form-contact input[type="text"], .form-contact input[type="email"], .form-contact textarea {
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 15px;
    width: 100%
}

@media (max-width: 719.98px) {
    .form-contact textarea {
        min-height: 380px
    }
}

.form-contact .InputfieldCheckbox {
    position: relative;
    display: block
}

.form-contact .InputfieldCheckbox input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.form-contact .InputfieldCheckbox input:checked ~ span.pw-no-select::after {
    font-family: "FontAwesome", sans-serif;
    content: "\f00c";
    font-size: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px
}

.form-contact .InputfieldCheckbox label span.pw-no-select {
    line-height: 1;
    padding-left: 58px;
    cursor: pointer;
    display: flex;
    font-family: "Georgia", sans-serif;
    font-weight: normal;
    align-items: center;
    margin-bottom: 0;
    min-height: 40px
}

@media (min-width: 720px) {
    .form-contact .InputfieldCheckbox label span.pw-no-select span {
        white-space: pre
    }
}

@media (max-width: 719.98px) {
    .form-contact .InputfieldCheckbox label span.pw-no-select span {
        font-size: 16px;
        line-height: 24px
    }
}

.form-contact .InputfieldCheckbox label span.pw-no-select:before {
    background-color: #f2f2f2;
    border-radius: 0;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0.25rem;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-contact .InputfieldCheckbox label span.pw-no-select:after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.form-contact .InputfieldContent button {
    background-color: #2d912b;
    border: 2px solid #2d912b;
    border-radius: 6px;
    color: #fff;
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    padding: 15px 25px;
    transition: 0.5s
}

@media (max-width: 719.98px) {
    .form-contact .InputfieldContent button {
        width: 100%
    }
}

.form-contact .InputfieldContent button:hover, .form-contact .InputfieldContent button:focus, .form-contact .InputfieldContent button:active {
    background-color: #39b837;
    border-color: #39b837;
    text-decoration: none
}

.form-contact .InputfieldSubmit {
    margin-top: 35px
}

.application-overview .col-6:first-child, .application-overview .col-6:nth-child(2) {
    margin-bottom: 15px
}

@media (min-width: 1024px) {
    .application-overview .col-6:first-child, .application-overview .col-6:nth-child(2) {
        margin-bottom: 0
    }
}

.application-overview .img-container {
    background: linear-gradient(-225deg, #f9b736 0%, #ed8b00 100%);
    border-radius: 50%;
    margin: 0 auto 5px;
    max-width: 180px;
    padding: 20px;
    text-align: center;
    width: auto
}

@media (min-width: 720px) {
    .application-overview .img-container {
        margin-bottom: 15px;
        min-height: 180px
    }
}

.application-overview h3 {
    color: #2d912b;
    line-height: 2;
    text-align: center
}

.application-overview h3 a span {
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 1px
}

.application-overview h3 a:hover span, .application-overview h3 a:focus span, .application-overview h3 a:active span {
    text-decoration: none
}

@media (min-width: 720px) {
    .application-overview h3 {
        border-bottom: 5px solid #2d912b;
        text-align: left
    }
}

.application-overview ul {
    margin-left: 1.3em;
    margin-top: 20px
}

.application-overview ul li {
    font-family: "Aller", sans-serif;
    line-height: 1.5;
    margin-bottom: 10px
}

.application-overview ul li .fa-li {
    left: -2em;
    top: 0;
    width: 2em
}

.application-overview ul li a {
    color: #4d4d4d
}

.application-overview-big__item-container {
    display: flex;
    flex-direction: column
}

@media (min-width: 720px) {
    .application-overview-big__item-container {
        flex-direction: row;
        box-shadow: 1px 1px 30px 3px rgba(0, 0, 0, 0.1);
        margin-top: 50px
    }

    .application-overview-big__item-container:nth-child(even) {
        flex-direction: row-reverse
    }

    .application-overview-big__item-container:nth-child(even) img {
        left: unset !important;
        right: 0
    }

    .application-overview-big__item-container:nth-child(even) .application-overview-big__item-container__content-container {
        margin-right: 31px;
        padding-left: 60px
    }
}

@media (min-width: 1024px) {
    .application-overview-big__item-container {
        margin-top: 60px
    }
}

.application-overview-big__item-container .img-container {
    margin-left: -15px;
    margin-right: -15px;
    background-repeat: no-repeat;
    background-position-y: bottom
}

@media (min-width: 720px) {
    .application-overview-big__item-container .img-container {
        margin-left: unset;
        margin-right: unset;
        width: 60%;
        position: relative;
        background-size: cover;
        height: 0;
        padding-top: 43%
    }
}

@media (min-width: 720px) {
    .application-overview-big__item-container .img-container img {
        position: absolute;
        height: 110%;
        width: auto;
        bottom: 0;
        left: 6px
    }
}

.application-overview-big__item-container__content-container {
    position: relative
}

@media (min-width: 720px) {
    .application-overview-big__item-container__content-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 40%;
        padding-left: 40px
    }
}

.application-overview-big__item-container__content-container__headline {
    text-transform: uppercase;
    color: #2d912b;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px
}

@media (min-width: 720px) {
    .application-overview-big__item-container__content-container__headline {
        margin: unset
    }
}

@media (min-width: 1024px) {
    .application-overview-big__item-container__content-container__headline {
        font-size: 56px
    }
}

.application-overview-big__item-container__content-container .btn {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 2px 4px
}

.application-overview-big__item-container__content-container .btn span {
    font-size: 32px
}

.application-overview-big__item-container__content-container .btn span::before {
    font-size: inherit
}

@media (min-width: 720px) {
    .application-overview-big__item-container__content-container .btn {
        position: unset;
        margin-top: 20px;
        top: 15px
    }
}

.application-overview-big__item-container__content-container ul {
    margin-left: 1.3em;
    margin-top: 20px
}

.application-overview-big__item-container__content-container ul li {
    font-family: "Aller", sans-serif;
    line-height: 1.5;
    margin-bottom: 10px
}

.application-overview-big__item-container__content-container ul li .fa-li {
    left: -2em;
    top: 0;
    width: 2em
}

.application-overview-big__item-container__content-container ul li a {
    color: #4d4d4d
}

.cards--header .link-big {
    align-self: center
}

.cards--header .link-big a {
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-size: 22px
}

.cards--header .link-big a span {
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
    text-decoration: none
}

@media (min-width: 1024px) {
    .cards--content {
        padding-bottom: 23px
    }
}

.cards--content a {
    color: inherit;
    text-decoration: inherit
}

.cards--content a:hover {
    color: #2d912b;
    text-decoration: inherit
}

.cards--content .swiper-context-slider .swiper-wrapper {
    height: auto
}

.cards--content .swiper-context-slider .swiper-navigation-block {
    height: 18px;
    margin: 20px 0;
    position: relative
}

.cards--content .swiper-context-slider .swiper-navigation-block .swiper-button-next, .cards--content .swiper-context-slider .swiper-navigation-block .swiper-button-prev {
    color: #2d912b;
    height: auto;
    margin-top: 0;
    top: -2px;
    z-index: 20
}

.cards--content .swiper-context-slider .swiper-navigation-block .swiper-button-next:after, .cards--content .swiper-context-slider .swiper-navigation-block .swiper-button-prev:after {
    content: "\e902";
    font-family: "phytoplantaIcons";
    font-size: 18px;
    font-weight: bold
}

.cards--content .swiper-context-slider .swiper-navigation-block .swiper-button-next {
    right: 7.5px
}

.cards--content .swiper-context-slider .swiper-navigation-block .swiper-button-prev {
    left: 7.5px
}

.cards--content .swiper-context-slider .swiper-navigation-block .swiper-button-prev:after {
    transform: rotate(180deg)
}

@media (min-width: 1024px) {
    .cards--content .swiper-context-slider .swiper-navigation-block {
        display: none
    }
}

.cards--content .swiper-context-slider .swiper-pagination {
    bottom: 16px;
    left: 0;
    width: 100%
}

.cards--content .swiper-context-slider .swiper-pagination-bullet-active {
    background: #2d912b
}

@media (min-width: 1024px) {
    .cards--content .swiper-context-slider .swiper-pagination {
        display: none
    }
}

.cards--content .single-card .single-card-container {
    box-shadow: 0px 2px 44px 0px rgba(0, 0, 0, 0.04)
}

.cards--content .single-card .single-card-container .single-card-top {
    position: relative
}

.cards--content .single-card .single-card-container .single-card-top .ratio-wrapper {
    padding-top: 80%
}

.cards--content .single-card .single-card-container .single-card-top img {
    max-width: 100%;
    height: 100%;
    position: relative;
    top: -1px;
    object-fit: cover
}

.cards--content .single-card .single-card-container .single-card-top .slope-top {
    background-image: url("../images/deco/deco-8-grad-white.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -4px;
    height: 0;
    padding-top: 13.5%;
    position: absolute;
    width: 100%
}

@media (min-width: 510px) and (max-width: 719.98px) {
    .cards--content .single-card .single-card-container .single-card-top .slope-top {
        bottom: -6px
    }
}

.cards--content .single-card .single-card-container .single-card-top .slope-top .link {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 35%;
    color: #2d912b
}

.cards--content .single-card .single-card-container .single-card-top .slope-top .link span {
    font-size: 23px;
    font-weight: bold
}

.cards--content .single-card .single-card-container .single-card-text {
    background-color: #fff;
    padding: 15px
}

.cards--content .single-card .single-card-container .single-card-text h3 {
    font-size: 22px;
    min-height: 64px
}

.cards--content .single-card .single-card-container .single-card-bottom {
    background-color: #fff
}

.cards--content .single-card .single-card-container .single-card-bottom .slope-bottom {
    background-image: url("../images/deco/deco-8-grad-phytoplanta@2x.png");
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    padding-top: 13%;
    width: 100%
}

.cards--bottom .btn span {
    display: inline-block;
    font-size: 20px;
    position: relative
}

.cards--bottom .btn span:before {
    position: absolute;
    top: -16px
}

@media (min-width: 720px) {
    .cards--bottom .btn span:before {
        top: -18px
    }
}

.swiper-container {
    width: 100%;
    height: 100%
}

@media (max-width: 719.98px) {
    .quote {
        margin-bottom: 90px
    }
}

.quote__text {
    font-size: 22px;
    line-height: 34px
}

.quote__text p {
    margin-bottom: 0
}

.quote__text span {
    font-family: "Aller", sans-serif;
    font-size: 16px;
    margin-top: 20px
}

@media (min-width: 720px) {
    .quote__text span {
        font-size: 18px
    }
}

.quote__up {
    color: #2d912b;
    font-size: 140px;
    line-height: 0;
    margin-top: 50px;
    text-align: center;
    margin-top: 65px
}

.quote__up::before {
    background-color: #aaa;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    top: -35px;
    width: calc(50% - 35px)
}

.quote__up::after {
    background-color: #aaa;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    right: calc(-50% - 35px);
    top: -35px;
    width: calc(50% - 35px)
}

@media (min-width: 1024px) {
    .quote__up {
        font-size: 200px;
        text-align: left;
        top: 25px
    }

    .quote__up::before, .quote__up::after {
        display: none
    }
}

.quote__down {
    color: #2d912b;
    font-size: 140px;
    line-height: 0;
    margin-top: -15px;
    text-align: center
}

.quote__down::before {
    background-color: #aaa;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    top: 50px;
    width: calc(50% - 35px)
}

.quote__down::after {
    background-color: #aaa;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    right: calc(-50% - 35px);
    top: 50px;
    width: calc(50% - 35px)
}

@media (min-width: 720px) {
    .quote__down {
        align-self: center
    }
}

@media (min-width: 1024px) {
    .quote__down {
        font-size: 200px;
        margin-top: -90px;
        text-align: right
    }

    .quote__down::before, .quote__down::after {
        display: none
    }
}

.quote.d-md-block {
    margin-top: 20px
}

.primary-header {
    margin-top: 20px
}

.primary-header img {
    width: 100%
}

.primary-header__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.primary-header__background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.primary-header__background svg, .primary-header__background img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%
}

@media (min-width: 720px) {
    .primary-header__background svg, .primary-header__background img {
        max-height: 59vw
    }
}

@media (min-width: 1250px) {
    .primary-header__background svg, .primary-header__background img {
        max-height: 50vw
    }
}

@media (max-width: 719.98px) {
    .primary-header__background svg, .primary-header__background img {
        max-height: 87vw;
        width: 100%
    }
}

.primary-header__background__desktop {
    height: 0
}

@media (min-width: 720px) {
    .primary-header__background__desktop {
        height: 100%
    }
}

.primary-header__background__mobile {
    height: 0
}

@media (max-width: 719.98px) {
    .primary-header__background__mobile {
        height: auto
    }
}

@media (min-width: 1250px) {
    .primary-header .container {
        max-width: 1400px
    }
}

@media (min-width: 1250px) {
    .primary-header .header-visual .swiper-container {
        margin-left: -50px
    }
}

.primary-header .header-visual img {
    padding: 0
}

@media (min-width: 720px) {
    .primary-header .header-visual {
        background-image: none
    }

    .primary-header .header-visual img {
        padding: 0
    }
}

.primary-header .header-visual img {
    width: 100%
}

@media (min-width: 1250px) {
    .primary-header .header-visual img {
        width: 90%
    }
}

@media screen and (min-width: 1500px) {
    .primary-header .header-visual img {
        width: 100%
    }
}

.primary-header .header-text {
    display: flex
}

.primary-header .header-text h1 span {
    display: block
}

.primary-header .header-teaser p {
    font-family: "Aller", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px
}

.primary-header .header-teaser > div:before {
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    min-width: 100px;
    width: 30%;
    border-top: 4px solid #2d912b
}

@media (min-width: 720px) {
    .primary-header .header-teaser > div {
        padding-left: 30px
    }

    .primary-header .header-teaser > div:before {
        border-left: 6px solid #2d912b;
        border-top: none;
        height: calc(100% - 1rem);
        position: absolute;
        margin-left: -20px;
        margin-top: 8px
    }
}

@media (max-width: 719.98px) {
    .primary-header .header-text {
        margin-top: 20px
    }
}

@media (min-width: 720px) {
    .primary-header .header-text .header-text {
        text-align: right
    }
}

.primary-header .header-text h1 {
    color: #2d912b;
    font-family: "Aller", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase
}

.primary-header .header-text h1 span {
    color: #333;
    font-family: "Aller", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: none
}

@media (min-width: 720px) {
    .primary-header .header-text h1 {
        color: #fff;
        margin-left: auto;
        padding-top: 30%
    }
}

@media (min-width: 1024px) {
    .primary-header .header-text h1 {
        align-self: center;
        font-size: 56px;
        line-height: 50px;
        margin-right: 50px;
        max-width: 400px;
        padding-top: 0%;
        text-align: right
    }
}

.contact-list + .module h2 {
    line-height: 1.2;
    margin-bottom: 0
}

.contact-list .contact-list {
    margin-top: 20px
}

@media (min-width: 720px) {
    .contact-list .contact-list {
        margin-bottom: 40px;
        margin-top: 30px
    }
}

.contact-list .contact-list > div {
    display: flex
}

.contact-list .contact-list-box {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
    display: flex;
    margin-bottom: 20px
}

@media (min-width: 720px) {
    .contact-list .contact-list-box {
        margin: 0 0 20px 0
    }
}

.contact-list .contact-list-box > div {
    display: inline-block
}

.contact-list .contact-list-box > div.contact-list-img {
    align-self: center;
    padding-left: 0
}

@media (min-width: 720px) {
    .contact-list .contact-list-box > div.contact-list-img {
        padding: 0
    }
}

@media (min-width: 1024px) {
    .contact-list .contact-list-box > div.contact-list-img {
        padding: 0
    }
}

.contact-list .contact-list-box > div.contact-list-img img {
    width: 100%
}

.contact-list .contact-list-box > div.contact-list-info {
    margin: 20px 0
}

.contact-list .contact-list-box > div.contact-list-info span {
    display: block;
    margin-bottom: 4px
}

.contact-list .contact-list-box > div.contact-list-info .contact-list-info--title {
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px
}

@media (min-width: 1024px) {
    .contact-list .contact-list-box > div.contact-list-info .contact-list-info--title {
        font-size: 24px;
        margin-bottom: 5px
    }
}

.contact-list .contact-list-box > div.contact-list-info .contact-list-info--tel, .contact-list .contact-list-box > div.contact-list-info .contact-list-info--mail {
    color: #2d912b;
    font-family: "Aller", sans-serif;
    font-weight: bold
}

.contact-list .contact-list-box > div .btn {
    background-color: #2d912b;
    border: 2px solid #2d912b;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-top: 10px;
    padding: 5px 8px 6px
}

.contact-list .contact-list-box > div .btn span {
    font-size: 30px;
    margin-bottom: 0
}

.img-text ul {
    margin-left: 20px
}

.img-text ul, .img-text ul li {
    list-style-type: inherit
}

.img-text .row .img-container img {
    max-width: 100%;
    width: 100%
}

@media (max-width: 719.98px) {
    .img-text .row .img-container img {
        margin-top: 20px
    }
}

@media (min-width: 720px) {
    .img-text .row .img-container.float-md-left {
        padding-right: 20px
    }
}

@media (min-width: 1024px) {
    .img-text .row .img-container.float-md-left {
        padding-right: 30px
    }
}

.img-text .row .float-container {
    margin: 0 -15px
}

@media (max-width: 719.98px) {
    .img-text .row .float-container {
        display: flex;
        flex-wrap: wrap
    }
}

@media (min-width: 720px) {
    .img-text .row .float-container.left li {
        left: 20px;
        position: relative
    }
}

.img-text .row div[class^="col"] div.caps-1 p:first-of-type:first-letter {
    float: left;
    font-family: Georgia;
    font-size: 50px;
    line-height: 56px;
    padding-right: 8px
}

@media (min-width: 1024px) {
    .img-text .row div[class^="col"] div.caps-1 p:first-of-type:first-letter {
        font-size: 62px;
        line-height: 64px
    }
}

.teaser-img .img-container img {
    width: 100%
}

@media (min-width: 1024px) {
    .teaser-img .img-container {
        margin: -10% 0
    }
}

.text-container {
    align-self: center
}

.text-container h2 {
    margin-bottom: 15px
}

.text-container .btn {
    display: inline-block;
    margin-top: 25px
}

@media (max-width: 719.98px) {
    .text-container {
        margin-top: 20px
    }
}

.tab-module {
    padding-bottom: 35px
}

@media (min-width: 1024px) {
    .tab-module {
        box-shadow: none;
        margin-top: 40px
    }
}

@media (max-width: 719.98px) {
    .tab-module .tab-navigation-container {
        margin-bottom: -30px
    }
}

.tab-module nav {
    margin-top: 40px
}

@media (max-width: 719.98px) {
    .tab-module nav {
        margin-top: -10px
    }
}

.tab-module .nav-tabs {
    border-bottom: none
}

@media (max-width: 719.98px) {
    .tab-module .nav-tabs {
        margin-bottom: -30px
    }
}

.tab-module .nav-tabs .nav-link {
    background-color: #2d912b;
    border-radius: 0;
    border: none;
    color: #fff;
    font-family: "Aller", sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 15px 18px 14px 18px
}

.tab-module .nav-tabs .nav-link.active {
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    color: #2d912b
}

@media (min-width: 1024px) {
    .tab-module .nav-tabs {
        border-bottom: none;
        margin-top: 18px
    }

    .tab-module .nav-tabs .nav-link {
        border: 18px solid transparent;
        border-top: none;
        border-bottom: none;
        border-right-color: #2d912b;
        border-left-color: #2d912b;
        font-size: 22px;
        margin-right: 18px;
        margin-bottom: 18px;
        padding-bottom: 15px;
        padding-top: 20px
    }

    .tab-module .nav-tabs .nav-link.active {
        border-color: #fff;
        box-shadow: 0px -120px 140px 0px rgba(0, 0, 0, 0.25);
        color: #4d4d4d;
        position: relative
    }

    .tab-module .nav-tabs .nav-link.active:before {
        border-top: 18px solid white;
        content: "";
        left: -18px;
        position: absolute;
        top: -18px;
        width: calc(100% + 36px)
    }

    .tab-module .nav-tabs .nav-link.active:after {
        content: "";
        width: calc(100% + 36px);
        height: 60px;
        background-color: white;
        position: absolute;
        bottom: -60px;
        left: -18px
    }
}

@media (max-width: 1023.98px) {
    .tab-content {
        padding-top: 20px
    }
}

@media (min-width: 1024px) {
    .tab-content {
        box-shadow: 0 -60px 60px -60px rgba(0, 0, 0, 0.06);
        margin-top: 20px
    }
}

@media (min-width: 720px) {
    .tab-content {
        margin-top: -18px
    }
}

.tab-content div.module:first-of-type {
    padding-top: 10px
}

@media (min-width: 1024px) {
    .tab-content div.module:first-of-type {
        margin-top: 20px
    }
}

.icon-list .icon-row {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 720px) {
    .icon-list .icon-row > div[class^="col"] {
        align-self: center
    }
}

.icon-list--img img {
    border-radius: 50%;
    padding: 5px
}

@media (min-width: 720px) {
    .icon-list--img {
        padding-right: 0
    }
}

.icon-list--text {
    font-family: "Aller", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px
}

.icon-list.accent-color--1 img {
    background: linear-gradient(-225deg, #f9b736 0%, #ed8b00 100%)
}

.product-header {
    margin-top: -10px
}

@media (min-width: 720px) {
    .product-header {
        margin-top: 20px
    }
}

.product-header img {
    width: 100%
}

.product-header__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.product-header__background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.product-header__background svg, .product-header__background img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%
}

@media (min-width: 720px) {
    .product-header__background svg, .product-header__background img {
        max-height: 61vw
    }
}

@media (max-width: 719.98px) {
    .product-header__background svg, .product-header__background img {
        height: 150vw;
        width: auto
    }
}

.product-header__background__desktop {
    height: 0;
    overflow: hidden
}

@media (min-width: 720px) {
    .product-header__background__desktop {
        height: 100%
    }
}

.product-header__background__mobile {
    height: 0
}

@media (max-width: 719.98px) {
    .product-header__background__mobile {
        height: auto
    }
}

.product-header__container {
    display: flex
}

.product-header__main-part {
    width: 60%;
    margin-top: 10%;
    position: relative;
    z-index: 1
}

@media (max-width: 719.98px) {
    .product-header__main-part {
        width: 100%;
        margin-top: 30%
    }
}

@media (min-width: 1024px) {
    .product-header__main-part {
        margin-left: calc(2px + 8.3333%)
    }
}

.product-header__main-part__image {
    width: 40%
}

@media (max-width: 719.98px) {
    .product-header__main-part__image {
        width: 55%
    }
}

.product-header__main-part__title-container {
    position: absolute;
    top: 17%;
    display: inline-block;
    padding: 50px;
    left: 60%;
    transform: translateX(-50%)
}

@media (max-width: 719.98px) {
    .product-header__main-part__title-container {
        margin-top: -20px;
        padding: 0;
        position: static;
        transform: none
    }
}

.product-header__main-part__title-container__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.product-header__main-part__title-container__background img {
    height: 100%;
    width: 100%
}

@media (max-width: 719.98px) {
    .product-header__main-part__title-container__background {
        display: none
    }
}

.product-header__main-part__title {
    color: #4d4d4d;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    font-family: "Aller", sans-serif;
    font-weight: 800;
    white-space: nowrap
}

@media (max-width: 719.98px) {
    .product-header__main-part__title {
        font-size: 30px;
        line-height: 50px
    }
}

.product-header__main-part__subtitle {
    font-family: "Aller", sans-serif;
    font-weight: 800;
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 50px;
    text-transform: uppercase;
    white-space: nowrap
}

@media (max-width: 719.98px) {
    .product-header__main-part__subtitle {
        font-size: 40px;
        line-height: 40px
    }
}

.product-header__main-part__summary {
    border-left: 7px solid;
    border-color: #2d912b;
    font-family: "Aller", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    padding-left: 5%
}

@media (max-width: 719.98px) {
    .product-header__main-part__summary {
        border: none;
        padding-left: 0
    }

    .product-header__main-part__summary__mobile-divider {
        width: 25%;
        height: 4px;
        margin: 6% 0 8%
    }
}

.product-header__decor {
    width: 40%
}

@media (max-width: 719.98px) {
    .product-header__decor {
        position: absolute;
        right: 0;
        width: 70%
    }
}

.product-header2 {
    width: 100%;
    position: relative
}

.product-header2 img {
    max-width: 100%
}

.product-header2 .container {
    position: relative
}

@media (max-width: 719.98px) {
    .product-header2__background--desktop {
        display: none
    }
}

.product-header2__background--mobile {
    display: none
}

@media (max-width: 719.98px) {
    .product-header2__background--mobile {
        display: block;
        max-height: 90vw
    }
}

.product-header2__background--desktop, .product-header2__background--mobile {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.product-header2__background--desktop svg, .product-header2__background--mobile svg {
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width: 719.98px) {
    .product-header2__background--desktop svg, .product-header2__background--mobile svg {
        width: 100%;
        max-height: 76vw
    }
}

.product-header2__main-part {
    display: flex;
    align-items: center;
    padding: 10% 0 3%
}

@media (max-width: 719.98px) {
    .product-header2__main-part {
        flex-direction: column;
        align-items: flex-start;
        padding: 13% 0 0 0
    }
}

.product-header2__main-part__image img {
    max-height: 500px;
    min-width: 300px;
    object-fit: contain
}

@media (max-width: 719.98px) {
    .product-header2__main-part__image img {
        max-height: 70vw;
        min-width: auto
    }
}

.product-header2__main-part__title-container {
    transform: translateX(-10%);
    padding: 50px
}

@media (max-width: 719.98px) {
    .product-header2__main-part__title-container {
        margin-top: 4%;
        padding: 0;
        transform: none
    }
}

.product-header2__main-part__title-container h1 span {
    display: block
}

.product-header2__main-part__title-container__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.product-header2__main-part__title-container__background img {
    height: 100%;
    width: 100%
}

@media (max-width: 719.98px) {
    .product-header2__main-part__title-container__background {
        display: none
    }
}

.product-header2__main-part__title {
    color: #4d4d4d;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    font-family: "Aller", sans-serif;
    font-weight: 800;
    white-space: nowrap
}

@media (max-width: 1023.98px) {
    .product-header2__main-part__title {
        font-size: 30px
    }
}

@media (max-width: 719.98px) {
    .product-header2__main-part__title {
        line-height: 50px
    }
}

.product-header2__main-part__subtitle {
    font-family: "Aller", sans-serif;
    font-weight: 800;
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 50px;
    text-transform: uppercase;
    white-space: nowrap
}

@media (max-width: 1023.98px) {
    .product-header2__main-part__subtitle {
        font-size: 44px
    }
}

@media (max-width: 719.98px) {
    .product-header2__main-part__subtitle {
        font-size: 40px;
        line-height: 40px
    }
}

.product-header2__summary {
    border-left: 7px solid;
    border-color: #2d912b;
    font-family: "Aller", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    padding-left: 35px;
    max-width: 60%
}

@media (max-width: 1023.98px) {
    .product-header2__summary {
        max-width: 80%
    }
}

@media (max-width: 719.98px) {
    .product-header2__summary {
        border: none;
        padding-left: 0;
        max-width: none
    }

    .product-header2__summary__mobile-divider {
        width: 25%;
        height: 4px;
        margin: 6% 0 8%
    }
}

.suitable h2 {
    margin-bottom: 0
}

.suitable .animals {
    margin-bottom: 20px
}

.suitable .animals .single-animal:not(:last-child) {
    margin-right: 15px
}

@media (min-width: 1024px) {
    .suitable .animals .single-animal:not(:last-child) {
        margin-right: 25px
    }
}

.suitable .animals .single-animal {
    display: inline-block;
    margin-top: 10px;
    max-width: 20%
}

.suitable .animals .single-animal:first-child {
    margin-top: 1rem
}

@media (max-width: 719.98px) {
    .suitable .animals .single-animal:nth-child(4) {
        margin-right: 0
    }
}

@media (min-width: 720px) {
    .suitable .animals .single-animal {
        max-width: 15%
    }
}

@media (min-width: 1024px) {
    .suitable .animals .single-animal {
        max-width: 130px
    }
}

.suitable .animals .single-animal img {
    width: 100%
}

.intro-text__content-container__background {
    background-color: #f2f2f2;
    padding: 40px
}

.intro-text__content-container__background:before {
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    min-width: 100px;
    width: 30%;
    border-top: 4px solid #2d912b
}

.intro-text__content-container p {
    font-family: "Aller", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0
}

@media (min-width: 720px) {
    .intro-text__content-container__background:before {
        border-left: 6px solid #2d912b;
        border-top: none;
        height: calc(100% - 80px);
        position: absolute
    }

    .intro-text__content-container p {
        padding-left: 40px
    }
}

.compact-header {
    margin-top: 33px
}

@media (min-width: 720px) {
    .compact-header {
        margin-top: 80px
    }
}

.compact-header__container {
    display: flex;
    flex-direction: column
}

@media (min-width: 720px) {
    .compact-header__container {
        flex-direction: row
    }
}

.compact-header__container__title {
    color: #4d4d4d;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    font-family: "Aller", sans-serif;
    font-weight: 800;
    line-height: 1
}

@media (min-width: 1024px) {
    .compact-header__container__title {
        font-size: 50px;
        padding-right: 50px;
        text-align: end
    }
}

.compact-header__container__summary {
    font-family: "Aller", sans-serif;
    font-size: 20px;
    font-weight: 300px;
    color: #818181;
    position: relative
}

.compact-header__container__summary:before {
    content: "";
    display: block;
    height: 0;
    margin: 20px 0;
    min-width: 100px;
    width: 30%;
    border-top: 4px solid #2d912b
}

@media (min-width: 720px) {
    .compact-header__container__summary {
        padding-left: 20px
    }

    .compact-header__container__summary:before {
        border-left: 6px solid #2d912b;
        border-top: none;
        height: 100%;
        position: absolute;
        left: -20px;
        margin: 0
    }
}

.compact-header__container__summary__link-list {
    margin-top: 10px
}

.compact-header__container__summary__link-list :first-child {
    padding-left: 0
}

.compact-header__container__summary__link-list :first-child:before {
    content: none
}

.compact-header__container__summary__link-list > a {
    color: #4d4d4d;
    font-family: Aller, sans-serif;
    font-weight: 800;
    position: relative;
    padding-left: 10px;
    margin-right: 8px;
    text-transform: uppercase
}

.compact-header__container__summary__link-list > a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #4d4d4d;
    border-radius: 50%;
    position: absolute;
    left: -3px;
    top: 8px
}

.suitable h2 {
    margin-bottom: 0
}

.suitable .animals {
    margin-bottom: 20px
}

.suitable .animals .single-animal:not(:last-child) {
    margin-right: 15px
}

@media (min-width: 1024px) {
    .suitable .animals .single-animal:not(:last-child) {
        margin-right: 25px
    }
}

.suitable .animals .single-animal {
    display: inline-block;
    margin-top: 10px;
    max-width: 20%
}

.suitable .animals .single-animal:first-child {
    margin-top: 1rem
}

@media (max-width: 719.98px) {
    .suitable .animals .single-animal:nth-child(4) {
        margin-right: 0
    }
}

@media (min-width: 720px) {
    .suitable .animals .single-animal {
        max-width: 15%
    }
}

@media (min-width: 1024px) {
    .suitable .animals .single-animal {
        max-width: 130px
    }
}

.suitable .animals .single-animal img {
    width: 100%
}

.secondary-header {
    margin-top: 20px
}

.secondary-header img {
    width: 100%
}

.secondary-header__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.secondary-header__background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.secondary-header__background svg, .secondary-header__background img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%
}

@media (max-width: 719.98px) {
    .secondary-header__background svg, .secondary-header__background img {
        max-height: 120vw;
        width: 100%
    }
}

@media (min-width: 720px) {
    .secondary-header__background svg, .secondary-header__background img {
        max-height: 55vw
    }
}

@media (min-width: 1250px) {
    .secondary-header__background svg, .secondary-header__background img {
        left: 40%;
        max-height: 50vw;
        width: 160%
    }
}

.secondary-header__background__desktop {
    height: 0
}

@media (min-width: 720px) {
    .secondary-header__background__desktop {
        height: 100%
    }
}

.secondary-header__background__mobile {
    height: 0
}

@media (max-width: 719.98px) {
    .secondary-header__background__mobile {
        height: auto
    }
}

@media (max-width: 719.98px) {
    .secondary-header .header-visual {
        margin-top: 20px
    }
}

@media (min-width: 1250px) {
    .secondary-header .header-visual .swiper-container {
        margin-left: -50px
    }
}

.secondary-header .header-visual img {
    padding: 0
}

.secondary-header .header-visual img {
    width: 100%
}

.secondary-header .header-text {
    display: flex
}

@media (max-width: 719.98px) {
    .secondary-header .header-text {
        margin-top: 30px
    }
}

.secondary-header .header-text h1 span {
    display: block
}

.secondary-header .header-teaser {
    margin-top: 20px
}

@media (min-width: 1024px) {
    .secondary-header .header-teaser {
        margin-top: -15%
    }
}

.secondary-header .header-teaser p {
    font-family: "Aller", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px
}

.secondary-header .header-teaser > div:before {
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    min-width: 100px;
    width: 30%;
    border-top: 4px solid #2d912b
}

@media (min-width: 720px) {
    .secondary-header .header-teaser > div p {
        padding-left: 40px
    }

    .secondary-header .header-teaser > div:before {
        border-left: 6px solid #2d912b;
        border-top: none;
        height: calc(100% - 1rem);
        position: absolute
    }
}

.secondary-header .header-text h1 {
    color: #4d4d4d;
    font-family: "Aller", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase
}

.secondary-header .header-text h1 span {
    color: #000;
    font-family: "Aller", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 2px;
    text-transform: none
}

@media (min-width: 720px) and (max-width: 1023.98px) {
    .secondary-header .header-text h1 {
        align-self: center
    }
}

@media (min-width: 1024px) {
    .secondary-header .header-text h1 {
        align-self: center;
        font-size: 56px;
        line-height: 50px;
        margin-top: -50%;
        max-width: 350px;
        padding-top: 0%
    }
}

.product-variants--header h2 {
    margin-bottom: 30px
}

.product-variants--variants-container .variants {
    display: flex
}

.product-variants--variants-container .variants .variant {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.product-variants--variants-container .variants .variant-top {
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
    width: 100%
}

.product-variants--variants-container .variants .variant-top img {
    max-width: 100%
}

.product-variants--variants-container .variants .variant-top .slope-top {
    background-image: url("../images/deco/deco-8-grad-white.png");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -4px;
    height: 0;
    padding-top: 13.5%;
    position: absolute;
    width: 100%
}

@media (min-width: 510px) and (max-width: 719.98px) {
    .product-variants--variants-container .variants .variant-top .slope-top {
        bottom: -5px
    }
}

.product-variants--variants-container .variants .variant-text {
    background-color: #fff;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 15px;
    width: 100%
}

.product-variants--variants-container .variants .variant-text h3 {
    font-size: 22px;
    margin-top: 10px
}

.product-variants--variants-container .variants .variant-text p {
    margin-bottom: 0
}

.product-variants--variants-container .variants .variant-bottom {
    flex-grow: 1;
    flex-shrink: 0;
    width: 100%
}

.product-variants--variants-container .variants .variant-bottom .slope-bottom {
    position: relative;
    background: white
}

.product-variants--variants-container .variants .variant-bottom .slope-bottom svg {
    width: 100%;
    height: auto
}

.button-row .btn {
    margin: 20px 0;
    text-align: center
}

@media (min-width: 720px) {
    .button-row .btn:not(:last-child) {
        margin-right: 35px
    }
}

.button-row .btn--inline {
    display: block
}

@media (min-width: 720px) {
    .button-row .btn--inline {
        display: inline-block
    }
}

.button-row--secondary {
    background-color: transparent;
    color: #2d912b
}

@media (max-width: 719.98px) {
    .application-content .variant--big .app-link {
        display: flex
    }
}

.application-content .variant--big .img {
    background: linear-gradient(-225deg, #f9b736 0%, #ed8b00 100%);
    border-radius: 50%;
    margin: 15px 0;
    padding: 5px
}

.application-content .variant--big .img img {
    max-width: 125px
}

@media (min-width: 720px) {
    .application-content .variant--big .img {
        margin: 0 auto;
        max-width: 80%
    }

    .application-content .variant--big .img img {
        max-width: 100%
    }
}

.application-content .variant--big .link {
    font-family: "Aller", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
    text-align: left
}

@media (max-width: 719.98px) {
    .application-content .variant--big .link {
        align-self: center
    }
}

.application-content .variant--big .link span {
    font-size: 16px;
    margin-left: 5px
}

@media (min-width: 720px) {
    .application-content .variant--big .link {
        font-size: 24px;
        margin-left: 0;
        margin-top: 15px;
        text-align: center
    }
}

.application-content .variant--small .app-link--small {
    align-items: center;
    display: flex;
    margin-bottom: 24px
}

.application-content .variant--small .btn {
    display: inline-block;
    padding: 2px 4px
}

.application-content .variant--small .btn span {
    font-size: 32px
}

.application-content .variant--small .btn span::before {
    font-size: inherit
}

.application-content .variant--small .link {
    color: #4d4d4d;
    font-family: "Aller", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-left: 10px;
    position: relative
}

@media (min-width: 720px) {
    .application-content .variant--small .link {
        font-size: 24px
    }
}

.product-line-teaser__item {
    position: relative;
    margin-top: 60px;
    display: block
}

@media (min-width: 720px) {
    .product-line-teaser__item {
        box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.1)
    }
}

.product-line-teaser__item__background {
    position: absolute;
    background: white;
    z-index: -1;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0
}

.product-line-teaser__item__background svg {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 57.5%
}

@media (max-width: 719.98px) {
    .product-line-teaser__item__background svg {
        width: 100%;
        height: 230px;
        margin-top: 50px
    }
}

.product-line-teaser__item__background .mobile {
    display: none
}

@media (max-width: 719.98px) {
    .product-line-teaser__item__background .mobile {
        display: block
    }
}

.product-line-teaser__item__background .desktop {
    display: none
}

@media (min-width: 720px) {
    .product-line-teaser__item__background .desktop {
        display: block
    }
}

.product-line-teaser__item__content {
    display: flex
}

@media (max-width: 719.98px) {
    .product-line-teaser__item__content {
        flex-direction: column
    }
}

.product-line-teaser__item__content__image {
    width: 50%;
    text-align: center
}

.product-line-teaser__item__content__image img {
    height: 335px;
    width: auto;
    margin: -20px 0 -65px
}

@media (max-width: 719.98px) {
    .product-line-teaser__item__content__image {
        width: 100%
    }

    .product-line-teaser__item__content__image img {
        height: 300px;
        margin: 0
    }
}

.product-line-teaser__item__content__info {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (max-width: 719.98px) {
    .product-line-teaser__item__content__info {
        width: 100%;
        align-items: flex-start;
        padding: 0 15px
    }
}

.product-line-teaser__item__content__info__logo {
    height: 55px;
    width: 280px;
    text-align: center
}

@media (max-width: 719.98px) {
    .product-line-teaser__item__content__info__logo {
        text-align: left
    }
}

.product-line-teaser__item__content__info__logo img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain
}

.product-line-teaser__item__content__info__animals {
    margin: 12px 0 10px;
    display: flex
}

@media (max-width: 719.98px) {
    .product-line-teaser__item__content__info__animals {
        flex-wrap: wrap
    }
}

.product-line-teaser__item__content__info__animals span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    padding: 2px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 5px
}

@media (max-width: 719.98px) {
    .product-line-teaser__item__content__info__animals span {
        margin-bottom: 2px
    }
}

.product-line-teaser__item__content__info__animals span img {
    width: 75%;
    height: 75%
}

.product-line-teaser__item__content__info__subtitle {
    font-family: Aller, sans-serif;
    position: relative;
    margin-left: 12px;
    text-align: center;
    color: #4d4d4d
}

a:hover .product-line-teaser__item__content__info__subtitle {
    color: #2d912b
}

@media (max-width: 719.98px) {
    .product-line-teaser__item__content__info__subtitle {
        text-align: left
    }
}

.product-line-teaser__item__content__info__subtitle .icon {
    position: relative
}

.product-line-teaser__item__content__info__subtitle .icon::before {
    display: inline-block;
    font-family: "FontAwesome", sans-serif;
    content: "\f105";
    left: -9px;
    top: -2px;
    position: absolute;
    line-height: 1
}

.product-line-teaser__item:nth-of-type(2n) .product-line-teaser__item__background svg {
    left: auto;
    transform: scale(-1, 1)
}

@media (min-width: 720px) {
    .product-line-teaser__item:nth-of-type(2n) .product-line-teaser__item__content {
        flex-direction: row-reverse
    }
}

@media (max-width: 719.98px) {
    .product-line-teaser__item:last-child .product-line-teaser__item__background {
        background: transparent
    }
}

.video-player__container__iFrame-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    background-size: contain
}

@media (min-width: 720px) {
    .video-player__container__iFrame-container {
        overflow: hidden
    }
}

.video-player__container__iFrame-container > button[data-load-video] {
    width: 15%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer
}

.video-player__container__iFrame-container > button[data-load-video]:hover .ytp-large-play-button-bg {
    fill: #e42313;
    fill-opacity: 1
}

.video-player__container__iFrame-container > iFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.accordion .card {
    border-radius: 0
}

.accordion .card .card-header {
    padding: 0
}

.accordion .card .btn {
    background: transparent;
    border: none;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 800;
    padding: 1.25rem;
    text-align: left;
    width: 100%
}

.accordion .card .btn .phy-icon {
    position: absolute;
    right: 15px;
    transform: rotateZ(-90deg)
}

.accordion .card .btn.collapsed .phy-icon {
    transform: rotateZ(90deg)
}

.meta-header {
    padding-top: 80px
}

.meta-header .headline {
    color: #4d4d4d;
    font-size: 56px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 20px
}

.meta-header .headline span.subtitle {
    color: #4d4d4d;
    display: block;
    font-family: "Aller", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-left: 2px;
    text-transform: none
}

.editorial-header {
    margin-top: 20px
}

@media (min-width: 1024px) {
    .editorial-header + .module {
        margin-top: 0
    }
}

@media (min-width: 720px) {
    .editorial-header {
        margin-bottom: -50px
    }
}

.editorial-header img {
    width: 100%
}

.editorial-header__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.editorial-header__background {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.editorial-header__background svg, .editorial-header__background img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%
}

@media (max-width: 719.98px) {
    .editorial-header__background svg, .editorial-header__background img {
        max-height: 120vw;
        width: 100%
    }
}

@media (min-width: 720px) {
    .editorial-header__background svg, .editorial-header__background img {
        max-height: 60vw
    }
}

@media (min-width: 1024px) {
    .editorial-header__background svg, .editorial-header__background img {
        left: 45%;
        max-height: 55vw
    }
}

.editorial-header__background__desktop {
    height: 0
}

@media (min-width: 720px) {
    .editorial-header__background__desktop {
        height: 100%
    }
}

.editorial-header__background__mobile {
    height: 0
}

@media (max-width: 719.98px) {
    .editorial-header__background__mobile {
        height: auto
    }
}

@media (min-width: 720px) {
    .editorial-header .container {
        margin-bottom: 15px
    }
}

@media (max-width: 719.98px) {
    .editorial-header .container .header-visual {
        margin-top: 20px
    }
}

@media (min-width: 720px) {
    .editorial-header .container .header-visual .swiper-container {
        margin-left: -50px;
        overflow: visible
    }
}

.editorial-header .container .header-visual img {
    padding: 0;
    width: 100%
}

@media (min-width: 720px) {
    .editorial-header .container .header-visual img {
        width: 165%
    }
}

@media (min-width: 1024px) {
    .editorial-header .container .header-visual img {
        width: 130%
    }
}

.editorial-header .container .header-text-container {
    margin-bottom: calc(60px - 1em);
    margin-top: 25px
}

@media (min-width: 720px) {
    .editorial-header .container .header-text-container .header-text {
        padding-top: 14vw
    }
}

@media (min-width: 1024px) {
    .editorial-header .container .header-text-container .header-text {
        padding-bottom: 0;
        padding-top: 20%
    }
}

@media (min-width: 1250px) {
    .editorial-header .container .header-text-container .header-text {
        padding-top: 35%;
        padding-bottom: 47%
    }
}

.editorial-header .container .header-text-container .header-text h1 {
    font-family: "Aller", sans-serif;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 0.71px;
    line-height: 40px;
    text-transform: uppercase
}

@media (min-width: 1024px) {
    .editorial-header .container .header-text-container .header-text h1 {
        font-size: 56px;
        line-height: 56px
    }
}

.editorial-header .container .header-text-container .header-text div.header-teaser {
    font-family: "Aller", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    margin-top: 25px
}

@media (min-width: 720px) {
    .editorial-header .container .header-text-container .header-text div.header-teaser {
        position: relative;
        padding-left: 40px
    }
}

.editorial-header .container .header-text-container .header-text div.header-teaser:before {
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    min-width: 100px;
    width: 30%;
    border-top: 4px solid #2d912b
}

@media (min-width: 720px) {
    .editorial-header .container .header-text-container .header-text div.header-teaser:before {
        border-left: 6px solid #2d912b;
        border-top: none;
        height: calc(100% - 1rem);
        top: 0.45rem;
        left: 0;
        position: absolute;
        z-index: -1
    }
}

.editorial-header .container .header-text-container .header-text div.header-teaser p {
    margin-bottom: 8px
}

.editorial-header .container .header-text-container .header-text div.header-teaser a:not(.btn) {
    font-weight: normal;
    text-decoration: underline
}

.editorial-header .container .header-text-container .header-text div.header-teaser a:not(.btn):hover, .editorial-header .container .header-text-container .header-text div.header-teaser a:not(.btn):focus, .editorial-header .container .header-text-container .header-text div.header-teaser a:not(.btn):active {
    text-decoration: none
}

.news-overview {
    margin-top: 40px
}

@media (max-width: 719.98px) {
    .news-overview {
        margin-top: 30px
    }
}

.news-overview__header h1 {
    font-family: Aller, sans-serif;
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase
}

@media (max-width: 719.98px) {
    .news-overview__header h1 {
        line-height: 1;
        margin-bottom: 10px
    }
}

.news-overview__header h3 {
    font-family: Aller, sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.66px
}

@media (max-width: 719.98px) {
    .news-overview__header h3 {
        line-height: 1
    }
}

.news-overview__recent {
    background: url("../images/backgrounds/news-overview-background-phytoplanta-desktop-3000x670.svg") no-repeat;
    background-size: 120% 100%;
    background-position: 30% 0;
    padding-top: 50px;
    margin-bottom: 80px
}

@media (max-width: 719.98px) {
    .news-overview__recent {
        padding-top: 30px;
        margin-top: 10px;
        margin-bottom: 20px;
        background: url("../images/backgrounds/news-overview-background-phytoplanta-mobile-375x280.svg") no-repeat;
        background-size: 160% 100%;
        background-position: 50% 0
    }
}

.news-overview__recent__container {
    display: flex
}

@media (max-width: 719.98px) {
    .news-overview__recent__container {
        flex-wrap: wrap
    }
}

.news-overview__recent__image {
    width: 60%
}

@media (max-width: 719.98px) {
    .news-overview__recent__image {
        width: 100%
    }
}

.news-overview__recent__image img {
    width: 100%
}

.news-overview__recent__info {
    width: 40%;
    padding-left: 30px;
    font-family: Aller, sans-serif
}

@media (max-width: 719.98px) {
    .news-overview__recent__info {
        width: 100%;
        padding-left: 0
    }
}

.news-overview__recent__info__link {
    color: #4d4d4d
}

.news-overview__recent__info__link:hover {
    color: #4d4d4d;
    text-decoration: none
}

.news-overview__recent__info__date {
    font-size: 16px;
    margin-top: 30px;
    border-bottom: 4px solid #2d912b;
    display: inline-block;
    margin-bottom: 15px
}

.news-overview__recent__info__title {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    line-height: 40px
}

@media (max-width: 719.98px) {
    .news-overview__recent__info__title {
        letter-spacing: 0.15px;
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px
    }
}

a:hover .news-overview__recent__info__title {
    text-decoration: underline
}

.news-overview__recent__info__summary .phy-icon--arrow-xl {
    margin-left: 5px;
    color: #2d912b
}

@media (max-width: 719.98px) {
    .news-overview__recent__info__summary {
        letter-spacing: 0.15px;
        font-size: 20px;
        line-height: 32px;
        font-weight: 300;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        position: relative
    }

    .news-overview__recent__info__summary .phy-icon--arrow-xl {
        position: absolute;
        right: 5px;
        bottom: 10px
    }
}

.news-overview__filter--results {
    background: url("../images/backgrounds/news-categorie-background-desktop-3000x380.svg") no-repeat;
    background-size: 150% 50%;
    background-position: 80% 0%;
    padding-top: 100px
}

@media (max-width: 719.98px) {
    .news-overview__filter--results {
        padding-top: 50px;
        background-size: 2000px 23%;
        background-position: 44% 0
    }
}

.news-overview__filter__title-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 719.98px) {
    .news-overview__filter__title-container {
        flex-direction: column;
        align-items: flex-start
    }
}

.news-overview__filter__title {
    font-family: Aller, sans-serif;
    font-weight: bold;
    letter-spacing: 0.6px
}

.news-overview__filter__title h1 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1
}

.news-overview__filter__title h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px
}

@media (max-width: 719.98px) {
    .news-overview__filter__title {
        font-size: 26px;
        margin-bottom: 10px
    }
}

.news-overview__filter__items {
    display: flex;
    flex-wrap: wrap
}

.news-overview__filter__items__item {
    width: calc(33% - 20px);
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 30px
}

@media (max-width: 719.98px) {
    .news-overview__filter__items__item {
        width: 100%;
        margin-right: 0
    }
}

.news-overview__filter__items__item:nth-of-type(3n) {
    margin-right: 0
}

.news-overview__filter__items__item__link {
    color: #4d4d4d
}

.news-overview__filter__items__item__link:hover {
    text-decoration: none;
    color: #4d4d4d
}

.news-overview__filter__items__item__image {
    display: block;
    position: relative;
    overflow: hidden
}

.news-overview__filter__items__item__image::before {
    content: "\e901";
    font-family: "phytoplantaIcons";
    color: #2d912b;
    position: absolute;
    bottom: -10px;
    right: 10px;
    z-index: 2;
    font-size: 30px
}

.news-overview__filter__items__item__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 90px 720px;
    border-color: transparent transparent #fff transparent
}

.news-overview__filter__items__item__image img {
    width: 100%
}

.news-overview__filter__items__item__date {
    font-family: Aller, sans-serif;
    font-size: 16px;
    margin-top: 20px
}

.news-overview__filter__items__item__title {
    font-family: Aller, sans-serif;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 6px 0
}

a:hover .news-overview__filter__items__item__title {
    text-decoration: underline
}

.news-overview__filter__items__item__summary {
    letter-spacing: 0.15px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative
}

.news-overview__filter__items__item__tags {
    display: flex;
    flex-wrap: wrap
}

.news-overview__filter__items__item__tags__tag {
    font-family: Aller, sans-serif;
    font-size: 14px;
    background: #e4e5e4;
    padding: 4px 15px 2px;
    border-radius: 20px;
    margin-right: 12px;
    color: #4d4d4d;
    margin-top: 15px;
    display: inline-block
}

.news-overview__filter__items__item__tags__tag:hover {
    color: #4d4d4d;
    text-decoration: none;
    background: #ccc
}

.news-detail__header__backlink {
    line-height: 50px;
    font-family: Aller, sans-serif;
    font-size: 16px
}

@media (min-width: 720px) {
    .news-detail__header__backlink {
        margin-top: 10px
    }
}

.news-detail__header__backlink a {
    color: #4d4d4d;
    display: inline-block
}

.news-detail__header__backlink a::before {
    font-family: phytoplantaIcons;
    content: '\e902';
    display: inline-block;
    transform: scale(-1, -1);
    color: #2d912b;
    font-size: 14px;
    margin-right: 5px
}

.news-detail__header__backlink a:hover {
    color: #4d4d4d
}

.news-detail__header__container {
    background: url("../images/backgrounds/news-details-background-desktop-3000x850.svg?v1") no-repeat;
    background-size: 140% 100%;
    background-position: 40% 0%
}

@media (max-width: 719.98px) {
    .news-detail__header__container {
        margin-bottom: 20px;
        background: none
    }
}

.news-detail__header__container__image img {
    width: 100%
}

.news-detail__header__container__info {
    background: #fff;
    margin: -50px 6.05% 0;
    padding: 20px 30px;
    position: relative;
    font-family: Aller, sans-serif
}

@media (max-width: 719.98px) {
    .news-detail__header__container__info {
        margin: 0;
        margin-top: -56px;
        padding: 15px;
        background: none
    }
}

.news-detail__header__container__info__date {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px
}

.news-detail__header__container__info__date span {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 4px solid #2d912b
}

@media (max-width: 719.98px) {
    .news-detail__header__container__info__date {
        background: #fff;
        border: 15px solid #fff;
        font-size: 12px;
        margin-left: -15px;
        border-bottom: 0
    }
}

.news-detail__header__container__info__title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    line-height: 40px
}

a:hover .news-detail__header__container__info__title {
    text-decoration: underline
}

@media (max-width: 719.98px) {
    .news-detail__header__container__info__title {
        font-size: 26px;
        margin-bottom: 5px
    }
}

.news-detail__header__container__info__summary .phy-icon--arrow-xl {
    margin-left: 5px;
    color: #2d912b
}

@media (max-width: 719.98px) {
    .news-detail__header__container__info__summary {
        letter-spacing: 0.15px;
        font-size: 20px;
        line-height: 32px;
        font-weight: 300
    }
}

.news-detail .news-selection__similar-topics__title {
    margin-top: 50px;
    padding-top: 20px;
    position: relative;
    font-size: 34px
}

@media (max-width: 719.98px) {
    .news-detail .news-selection__similar-topics__title {
        font-size: 26px
    }
}

.news-detail .news-selection__similar-topics__title::before {
    content: '';
    position: absolute;
    top: 0;
    height: 4px;
    width: 90px;
    background: #2d912b
}

.choose-country h1 {
    color: #4d4d4d;
    font-size: 40px;
    line-height: 1;
    margin-top: 30px;
    text-transform: uppercase
}

@media (min-width: 720px) {
    .choose-country h1 {
        font-weight: 800;
        margin-bottom: 40px;
        margin-top: 40px
    }
}

@media (min-width: 720px) {
    .choose-country .region-wrapper {
        margin-bottom: 32px
    }
}

.choose-country .region-wrapper .region-title {
    color: #2d912b;
    border-bottom: 3px solid #2d912b;
    font-family: "Aller", sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px
}

@media (min-width: 720px) {
    .choose-country .region-wrapper .region-title {
        border-bottom: 4px solid #2d912b;
        font-size: 30px;
        margin-bottom: 30px
    }
}

.choose-country .region-wrapper .region-countries {
    display: flex;
    flex-wrap: wrap
}

.choose-country .region-wrapper .region-countries label {
    width: 50%;
    font-family: "Aller", sans-serif;
    font-weight: normal
}

@media (min-width: 720px) {
    .choose-country .region-wrapper .region-countries label {
        width: 33.3333%
    }
}

.choose-country .region-wrapper .region-countries label input[type="radio"] {
    opacity: 0;
    width: 0
}

.choose-country .region-wrapper .region-countries label .phy-icon {
    font-size: 13px;
    margin-right: 4px
}

@media (min-width: 720px) {
    .choose-country .region-wrapper .region-countries label .phy-icon {
        font-size: 14px
    }
}

.choose-country .region-wrapper .region-countries label:hover, .choose-country .region-wrapper .region-countries label:focus, .choose-country .region-wrapper .region-countries label:active {
    cursor: pointer
}

.choose-country .region-wrapper .region-countries label:hover span.country-title, .choose-country .region-wrapper .region-countries label:focus span.country-title, .choose-country .region-wrapper .region-countries label:active span.country-title {
    text-decoration: underline
}

.swiper-slider .swiper-navigation-block {
    height: 18px;
    margin: 20px 0;
    position: relative
}

.swiper-slider .swiper-navigation-block .swiper-button-next, .swiper-slider .swiper-navigation-block .swiper-button-prev {
    color: #2d912b;
    height: auto;
    margin-top: 0;
    bottom: 60px;
    top: unset;
    z-index: 20
}

.swiper-slider .swiper-navigation-block .swiper-button-next:after, .swiper-slider .swiper-navigation-block .swiper-button-next:before, .swiper-slider .swiper-navigation-block .swiper-button-prev:after, .swiper-slider .swiper-navigation-block .swiper-button-prev:before {
    font-size: 18px
}

.swiper-slider .swiper-navigation-block .swiper-button-next {
    right: -7.5px
}

.swiper-slider .swiper-navigation-block .swiper-button-prev {
    left: -7.5px
}

.swiper-slider .swiper-pagination {
    bottom: 18px;
    left: 0;
    width: 100%
}

.swiper-slider .swiper-pagination-bullet-active {
    background: #2d912b
}

.swiper-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    background-size: contain
}

.swiper-slider .swiper-slide img {
    width: 100%
}

.short-bio-container {
    display: flex;
    flex-direction: column;
    box-shadow: 1px 1px 30px 3px rgba(0, 0, 0, 0.1);
    margin-top: 20px
}

@media (min-width: 720px) {
    .short-bio-container {
        flex-direction: row
    }
}

.short-bio-container__bg-container {
    background-image: url("../images/backgrounds/biography-mobile.svg");
    background-size: cover
}

@media (min-width: 720px) {
    .short-bio-container__bg-container {
        background-image: url("../images/backgrounds/biography-desktop.svg")
    }
}

.short-bio-container__bg-container__img-container {
    width: 146px;
    height: 146px;
    margin: 15px 0 0 15px
}

@media (min-width: 720px) {
    .short-bio-container__bg-container__img-container {
        margin: 30px;
        width: 154px;
        height: 154px
    }
}

.short-bio-container__content-container {
    padding: 0 15px 0 15px
}

@media (min-width: 720px) {
    .short-bio-container__content-container {
        padding: 0 30px 0 0
    }
}

.short-bio-container__content-container h3 {
    margin: 18px 0 10px 0;
    font-size: 20px
}

@media (min-width: 720px) {
    .short-bio-container__content-container h3 {
        margin: 30px 0 6px 0;
        font-size: 24px
    }
}

.divider {
    position: relative;
    z-index: -5
}

.divider--1 {
    margin-bottom: -260px;
    margin-top: 45px
}

.divider--2 {
    margin-top: -220px;
    margin-bottom: 45px
}

@media (max-width: 719.98px) {
    .divider--2.divider--only-mobile--1 {
        margin-top: -250px
    }
}

@media (min-width: 720px) {
    .divider--only-mobile--1 {
        display: none
    }
}

.divider__container {
    overflow: hidden;
    height: auto;
    padding-bottom: 365px;
    position: relative;
    width: 100%
}

.divider__container__img {
    background-image: url("../images/divider-2000x355.svg");
    height: 355px;
    position: absolute;
    top: 0;
    width: 150%
}

.divider__container__img--1 {
    transform: scaleY(-1) translateX(-13%)
}

.divider__container__img--2 {
    left: 56%;
    transform: translateX(-50%)
}

.MarkupPagerNav li {
    display: inline;
    font-family: Aller, sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin: 0 3px
}

.MarkupPagerNav li a {
    color: #4d4d4d;
    padding: 1px 10px 2px 11px;
    display: inline-block
}

.MarkupPagerNav li a:hover {
    text-decoration: none;
    color: #818181
}

.MarkupPagerNav li.MarkupPagerNavOn a {
    background: #2d912b;
    border-radius: 4px;
    color: #fff
}

.MarkupPagerNav li.MarkupPagerNavOn a:hover {
    text-decoration: none
}

.MarkupPagerNav li.MarkupPagerNavNext a, .MarkupPagerNav li.MarkupPagerNavPrevious a {
    font-family: phytoplantaIcons;
    position: relative;
    color: #2d912b;
    padding: 0;
    top: 2px
}

.MarkupPagerNav li.MarkupPagerNavNext a:hover, .MarkupPagerNav li.MarkupPagerNavPrevious a:hover {
    text-decoration: none;
    border-bottom: none;
    color: #4d4d4d
}

.MarkupPagerNav li.MarkupPagerNavNext span, .MarkupPagerNav li.MarkupPagerNavPrevious span {
    display: none
}

.MarkupPagerNav li.MarkupPagerNavNext a::before {
    content: '\e902'
}

.MarkupPagerNav li.MarkupPagerNavPrevious a::before {
    content: '\e902';
    display: block;
    transform: scale(-1, -1)
}

.search-results h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.71px;
    line-height: 40px;
    margin-top: 40px;
    text-transform: uppercase
}

.search-results .result-string {
    font-family: "Aller", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    border-bottom: none
}

@media (min-width: 720px) {
    .search-results .result-string {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
        margin-top: 12px
    }
}

.search-results .result-string strong {
    color: #2d912b;
    font-weight: bold
}

.search-results .search-item {
    border-top: 4px solid #e4e5e4;
    padding-bottom: 20px;
    padding-top: 15px
}

@media (min-width: 720px) {
    .search-results .search-item {
        padding-bottom: 24px;
        padding-top: 27px
    }
}

.search-results .search-item .item-path {
    font-family: "Aller";
    font-size: 16px;
    line-height: 28px
}

@media (min-width: 720px) {
    .search-results .search-item .item-path {
        font-size: 18px;
        line-height: 32px
    }
}

.search-results .search-item .site-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0
}

@media (min-width: 720px) {
    .search-results .search-item .site-title {
        font-size: 22px;
        line-height: 30px
    }
}

.search-results .search-item p {
    margin-top: 6px
}

.search-results .search-item p:last-child {
    margin-bottom: 0
}

@media (min-width: 720px) {
    .search-results .search-item p:last-child {
        margin-bottom: 8px
    }
}

.team-member__img {
    display: block;
    position: relative;
    overflow: hidden
}

.team-member__img img {
    width: 100%
}

.team-member__data {
    background-color: #fff;
    margin-bottom: 30px;
    margin-top: -30px;
    max-width: calc(100% - 20px);
    padding: 4px 0 0;
    position: relative;
    z-index: 2
}

.team-member__data--name {
    color: #4d4d4d;
    font-family: "Aller", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 3px;
    padding-top: 9px
}

.team-member__data--job {
    font-size: 18px;
    line-height: 26px
}

.multi-column {
    margin-bottom: 40px;
    line-height: 1.4
}

@media (max-width: 719.98px) {
    .multi-column {
        margin-bottom: 0;
        margin-top: 20px
    }
}

.multi-column__container {
    display: flex
}

@media (max-width: 719.98px) {
    .multi-column__container {
        flex-wrap: wrap
    }
}

.multi-column__container > * {
    margin: 0 15px;
    flex-grow: 1;
    flex-basis: 0
}

.multi-column__container > *:first-of-type {
    margin-left: 0
}

.multi-column__container > *:last-of-type {
    margin-right: 0
}

@media (max-width: 719.98px) {
    .multi-column__container > * {
        margin: 0;
        flex: auto;
        margin-bottom: 40px
    }
}

.multi-column__container > a {
    color: inherit
}

.multi-column__container > a:hover, .multi-column__container > a:focus, .multi-column__container > a:active {
    text-decoration: inherit
}

.multi-column__container__column__title {
    font-weight: bold;
    font-family: "Aller", sans-serif;
    margin-bottom: 7px
}

.multi-column__container__column__image {
    margin-bottom: 18px
}

.multi-column__container__column__text {
    margin-bottom: 16px
}
