/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
: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: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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", 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 {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    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[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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

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

ol ol, ol ul, ul ol, ul ul {
    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([tabindex]) {
    text-decoration: none
}

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, 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
}

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
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

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
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

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

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

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

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

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

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
    display: block
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

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

.dropdown, .dropleft, .dropright, .dropup {
    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, .15);
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .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^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    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:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    -ms-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

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

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

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

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

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

.nav-tabs .nav-item {
    margin-bottom: -1px
}

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

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

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

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    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-item {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center
}

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

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

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

.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    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:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    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:focus, .navbar-toggler:hover {
    text-decoration: none
}

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

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

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

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

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

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

.navbar-expand {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    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 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
/*     border: 1px solid rgba(0, 0, 0, .125); */
    border-radius: .25rem
}

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

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    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, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(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
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

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

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

.card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

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

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex: 1 0 0%;
        -webkit-box-flex: 1;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

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

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        -webkit-box-flex: 1;
        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-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        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-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

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

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

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

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

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

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

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-horizontal {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.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):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s .6s opacity;
    -o-transition: 0s .6s opacity;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important
}

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

@media (min-width: 576px) {
    .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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

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

@media (min-width: 768px) {
    .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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

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

@media (min-width: 992px) {
    .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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

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

@media (min-width: 1200px) {
    .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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        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 embed, .embed-responsive iframe, .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.857143%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

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

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

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

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

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

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

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

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

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

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

    .float-xl-none {
        float: 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: -webkit-sticky !important;
    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:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    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 {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

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

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

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

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

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

.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: 576px) {
    .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: 768px) {
    .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: 992px) {
    .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: 1200px) {
    .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
    }
}

.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;
    -o-text-overflow: ellipsis;
    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: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media (min-width: 1200px) {
    .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:focus, a.text-primary:hover {
    color: #0056b3 !important
}

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

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

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

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

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

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

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

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

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

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

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

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

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

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

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

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

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

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

.text-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;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

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

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

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

    thead {
        display: table-header-group
    }

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

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

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

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/@font-face{font-family:'FontAwesome';src:url(/wp-content/themes/wild-world/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/themes/wild-world/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/wp-content/themes/wild-world/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/themes/wild-world/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/themes/wild-world/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/wp-content/themes/wild-world/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a" !important;}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.elementor-element .fa-facebook-f:before{content:"\f39e" !important}

/*-------------------------------------------------------------
[Master Stylesheet]

Project: Wild World Wordpress Theme
[Table of contents]

1.  General
2.  Icons
3.  OWL Carousel
4.  Menu Mobile
5.  Tag Line
6.  Header
7.  Footer
8.  Prefooter
9.  Widgets
10. Typography
11. Page Title
12. Single Post
13. Sidebar Widgets
14. Single Donation
15. Blog Listing
16. 404 Error Page
17. Standard Blog Listings
18. Elementor Main Styles
19. Responsive
--------------------------------------------------------------*/

/* ----------------------------- */
/* ---------- General ---------- */
/* ----------------------------- */
html,
body {
    padding: 0;
    margin: 0;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
/*     opacity: 0.01; */
    letter-spacing: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

body.body--static {
    height: 100%;
    overflow: hidden;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
}

p a,
body .elementor p a {
    text-decoration: none;
}

p a:hover,
body .elementor p a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0.3rem;
}

p:last-of-type {
    margin-bottom: 0;
}

.wildworld_page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden
}

img {
    max-width: 100%;
    display: block;
}

button,
button:active,
button:focus {
    outline: none;
}

main.wildworld_main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.wildworld_align-container {
    display: table;
    width: 100%
}

.wildworld_align-container__item {
    display: table-cell;
    vertical-align: middle
}

.wildworld_img--bg, .wildworld_img--bg img,
.elementor img.wildworld_img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center";
    z-index: -1
}

.wildworld_img--contain,
.elementor img.wildworld_img--contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: contain; object-position: center center";
    z-index: -1
}

.wildworld_img--layout {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none
}

.wildworld_button {
    display: inline-block;
    text-align: center;
    padding: 10px 46px;
    border: solid 2px;
    border-radius: 0;
    letter-spacing: -.03em;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.wildworld_button:hover {
    -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16)
}

.wildworld_button--primary {
    border: 2px solid;
    background: transparent;
}

.wildworld_button--squared {
    border-radius: 0;
    width: 260px;
    padding: 0 30px 0 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wildworld_button--squared:hover {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-box-shadow: none;
    box-shadow: none
}

.wildworld_button--squared span {
    display: inline-block;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.wildworld_button--squared:hover span {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

form input,
form textarea {
    -webkit-appearance: none
}

.form__field,
body #give_checkout_user_info p input,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="text"],
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="email"],
.wp-block-search input[type="search"],
input[type="password"],
input[type="text"],
input[type="tel"],
input[type="email"] {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    width: 100%;
    border: 2px solid;
    padding: 0 16px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    outline: 0
}

.form__field::placeholder {
    color: #999999;
}

body #give_checkout_user_info p input,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="text"],
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="email"] {
    margin-bottom: 0;
}

textarea,
.form__message {
    height: 200px;
    line-height: 1.5;
    padding: 12px 16px;
    border: 2px solid;
}

.wildworld_member_form textarea {
    height: 150px;
}

input[type="submit"],
.wp-block-search button[type="submit"] {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 13px 39px;
    letter-spacing: -.02em;
    text-decoration: none;
    min-width: 160px;
    border: 2px solid;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

input[type="submit"]:hover,
.wp-block-search button[type="submit"]:hover {
    -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16)
}

input[type="submit"]:focus,
input[type="submit"]:active,
input[type="password"]:focus,
input[type="password"]:active,
textarea:focus,
textarea:active {
    outline: none;
}

input[type="password"]:focus,
input[type="password"]:active {
    background: transparent;
}

.comment-form-cookies-consent label {
    display: inline-block;
}

#wp-comment-cookies-consent {
    display: inline-block;
    margin-right: 10px;
}

.comment-form-cookies-consent {
    overflow: hidden;
    margin: 0 0 22px;
    position: relative;
}

.comment-form-cookies-consent input[type="checkbox"]:checked,
.comment-form-cookies-consent input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.comment-form-cookies-consent label {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
}

.comment-form-cookies-consent input[type="checkbox"]:checked + label:before,
.comment-form-cookies-consent input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #e1e1e1;
    margin-top: 3px;
    margin-right: 13px;
    cursor: pointer;
    vertical-align: text-top;
    position: static;
}

.comment-form-cookies-consent input[type="checkbox"]:checked + label:before {
    content: '\f00c';
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.wildworld_hidden_container {
    display: none;
}

.elementor-editor-active .elementor-section:hover,
.elementor-editor-active .elementor-column:hover {
    z-index: 30010;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

figure.alignnone {
    margin: 5px 0 20px;
}

img.alignnone {
    margin: 29px 0 0 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    clear: both;
}

.alignfull,
div.alignfull,
.alignwide,
div.alignwide,
.aligncenter,
div.aligncenter {
    margin: 5px auto 1em auto;
}

.wp-block-image figcaption {
    margin-top: 1em;
}

.wp-block-cover, .wp-block-cover-image {
    margin-bottom: 15px;
}

p.has-drop-cap:not(:focus):first-letter {
    float:left;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 15px 0;
    text-transform:uppercase;
    font-style:normal;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.dn {
    display: none !important;
}

.wp-caption {
    max-width: 100% !important;
    text-align: center;
}

.sticky, .gallery-caption, .bypostauthor {

}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) strong,
.wp-block-cover-text {
    color: #ffffff;
}

mark {
    padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.wp-block-button__link {
    padding: 14px 40px;
    margin-bottom: 25px;
}

.wp-block-button__link:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

.wildworld_blog_content_wrapper ul.wp-block-gallery,
.wildworld_blog_content_wrapper ul.wp-block-gallery li,
.wildworld_page_content_wrapper ul.wp-block-gallery,
.wildworld_page_content_wrapper ul.wp-block-gallery li {
    padding: 0;
}

.wp-block-gallery.alignleft {
    margin-right: 20px;
}

.wp-block-gallery.alignright {
    margin-left: 20px;
}

.wp-block-spacer {
    clear: both;
}

.wildworld_blog_content_wrapper ul.wp-block-categories-list,
.wildworld_blog_content_wrapper ul.wp-block-latest-posts,
.wildworld_blog_content_wrapper ol.wp-block-latest-comments,
.wildworld_page_content_wrapper ul.wp-block-categories-list,
.wildworld_page_content_wrapper ul.wp-block-latest-posts,
.wildworld_page_content_wrapper ol.wp-block-latest-comments {
    padding-left: 0;
}

.wildworld_blog_content_wrapper ul.wp-block-categories-list li,
.wildworld_blog_content_wrapper ul.wp-block-latest-posts li,
.wildworld_page_content_wrapper ul.wp-block-categories-list li,
.wildworld_page_content_wrapper ul.wp-block-latest-posts li {
    list-style: none;
}

.wildworld_blog_content_wrapper ul.wp-block-latest-posts li a,
.wildworld_page_content_wrapper ul.wp-block-latest-posts li a {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.wp-block-separator {
    width: 50%;
}

.wp-block-separator.is-style-wide,
.wp-block-separator.is-style-dots {
    width: 100%;
}

.gallery .gallery-item img {
    margin: 0 auto;
}

.wildworld_sticky_post {
    position: relative;
    border: solid 2px #e1e1e1;
    padding: 25px 30px 30px;
}

.wildworld_sticky_post:after {
    content: '\f08d';
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: solid 2px #e1e1e1;
    border-radius: 50%;
    font-family: FontAwesome, sans-serif;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    margin: -25px -25px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

.wildworld_page_content_container table thead,
.wildworld_blog_content_container table thead {
    background: #f7f7f7;
}

.wildworld_page_content_container table th,
.wildworld_page_content_container table td,
.wildworld_blog_content_container table th,
.wildworld_blog_content_container table td {
    border: solid 1px #e1e1e1;
    padding: 5px;
}

.wildworld_page_content_container table td,
.wildworld_blog_content_container table td {
    padding: 8px;
}

.wildworld_page_content_container table td a {
    font-weight: 700;
}

.page-link:hover {
    background: none;
}

table {
    width: 100%;
    margin-bottom: 1.5rem;
}

.wildworld_blog_content_wrapper figure iframe,
.wildworld_page_content_container figure iframe {
    max-width: 100%;
}

figcaption {
    margin-bottom: 1rem;
}

.blocks-gallery-item figcaption {
    margin-bottom: 0;
}

.wp-block-quote,
blockquote {
    font-size: 20px;
    font-style: normal;
    padding-left: 70px !important;
    position: relative;
}

.wp-block-quote:before,
blockquote:before {
    content: '“';
    font-size: 100px;
    line-height: 80px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 30px;
}

.wp-block-quote.has-text-align-right {
    padding: 0 70px 0 0 !important;
}

.wp-block-quote.has-text-align-right:before {
    left: auto;
    right: 0;
}

.wp-block-pullquote {
    position: relative;
    margin-top: 30px;
}

.wp-block-pullquote blockquote {
    padding: 0 !important;
}

.wp-block-pullquote blockquote:before {
    display: none;
}

.wp-block-pullquote:before {
    content: '“';
    font-size: 100px;
    line-height: 80px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wp-block-pullquote.has-background {
    padding-top: 5em;
}

.wp-block-pullquote.has-background:before {
    top: 30px;
}

.wp-block-latest-posts.is-grid li {
    margin: 0 20px 10px 0;
}

.wp-block-latest-posts.is-grid.has-dates li {
    margin: 0 20px 20px 0;
}

.wp-block-group.has-background {
    padding: 30px;
    margin-bottom: 40px;
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

body .wp-block-file .wp-block-file__button {
    border-radius: 0;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
}

ol li ul,
ul li ol,
ul li ul,
ol li ol {
    margin-top: 10px;
}

.wildworld_no_result_search_form {
    position: relative;
}

.wildworld_no_result_search_form input {
    padding: 0 20px 0 48px;
    margin-bottom: 0;
}

.wildworld_no_result_search_form .wildworld_icon_search {
    line-height: 1;
    cursor: pointer;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    left: 23px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.nojq {
    position: fixed;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    padding-top: 0;
}

.gallery .gallery-item img,
.wp-block-image img,
p img {
    height: auto;
}

.wp-block-gallery ul.blocks-gallery-grid li.blocks-gallery-item {
    margin-bottom: 16px;
}

#gallery-1 .gallery-caption {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
}

/* --------------------------- */
/* ---------- Icons ---------- */
/* --------------------------- */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.icon-bag {
    font-size: 1.6rem;
    width: .8em
}

.icon-blood {
    font-size: 51.2rem;
    width: 1em
}

.icon-bootstrap {
    font-size: 3.2rem;
    width: 5.4375em
}

.icon-bread {
    font-size: 51.2rem;
    width: 1em
}

.icon-charity {
    font-size: 51.2rem;
    width: 1em
}

.icon-check {
    font-size: 48.888rem;
    width: 1em
}

.icon-church {
    font-size: 51.2rem;
    width: 1em
}

.icon-clock {
    font-size: 2.4rem;
    width: 1em
}

.icon-close {
    font-size: 4.797rem;
    width: 1em
}

.icon-comment {
    font-size: 51rem;
    width: 1em
}

.icon-donate-1 {
    font-size: 51.2rem;
    width: 1em
}

.icon-donation {
    font-size: 51.2rem;
    width: 1em
}

.icon-envelope {
    font-size: 48.33rem;
    width: 1em
}

.icon-gulp {
    font-size: 4.6rem;
    width: 1.65217em
}

.icon-jquery {
    font-size: 3.8rem;
    width: 3.52632em
}

.icon-location-pin {
    font-size: 47.7rem;
    width: 1em
}

.icon-logo {
    font-size: 64.1rem;
    width: .83619em
}

.icon-man {
    font-size: 51.2rem;
    width: 1em
}

.icon-node {
    font-size: 4.4rem;
    width: 3.43182em
}

.icon-phone-call {
    font-size: 47.381rem;
    width: 1em
}

.icon-placeholder {
    font-size: 2.4rem;
    width: 1em
}

.icon-previous {
    font-size: 1.6rem;
    width: 1em
}

.icon-question {
    font-size: 3.1357rem;
    width: 1em
}

.icon-remove {
    font-size: 34.8334rem;
    width: 1em
}

.icon-share {
    font-size: 48.16rem;
    width: 1em
}

.icon-shirt {
    font-size: 51.2rem;
    width: 1em
}

.icon-warning {
    font-size: 48.942rem;
    width: 1em
}

/* ---------------------------------- */
/* ---------- OWL Carousel ---------- */
/* ---------------------------------- */
.wildworld_owlCarousel {
    opacity: 0;
    position: relative;
}

.wildworld_owlCarousel.owl-theme .owl-nav {
    width: 100%;
    height: 19px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wildworld_owlCarousel.owl-theme .owl-nav [class*="owl-"] {
    width: 20px;
    height: 19px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_owlCarousel.owl-theme .owl-nav [class*="owl-"]:hover {
    opacity: .5;
}

.wildworld_owlCarousel .owl-prev {
    background: url(/wp-content/themes/wild-world/css/../img/arrow_left.png) no-repeat center !important;
    background-size: 20px 19px !important;
    left: 40px;
}

.wildworld_owlCarousel .owl-next {
    background: url(/wp-content/themes/wild-world/css/../img/arrow_right.png) no-repeat center !important;
    background-size: 20px 19px !important;
    right: 40px;
}

body .owl-carousel {
    display: block;
}

/* --------------------------------- */
/* ---------- Menu Mobile ---------- */
/* --------------------------------- */
.wildworld_hamburger {
    display: inline-block;
    height: 24px;
    cursor: pointer;
    -webkit-transition: opacity, -webkit-filter .3s;
    transition: opacity, -webkit-filter .3s;
    -o-transition: opacity, filter .3s;
    transition: opacity, filter .3s;
    transition: opacity, filter .3s, -webkit-filter .3s;
    position: relative;
    top: -2px;
}

@media only screen and (min-width: 992px) {
    .wildworld_hamburger {
        display: none
    }
}

.wildworld_hamburger-box {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative
}

.wildworld_hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.wildworld_hamburger-inner, .wildworld_hamburger-inner::after, .wildworld_hamburger-inner::before {
    width: 24px;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.wildworld_hamburger-inner::after, .wildworld_hamburger-inner::before {
    content: "";
    display: block
}

.wildworld_hamburger-inner::before {
    top: -6px
}

.wildworld_hamburger-inner::after {
    bottom: -6px
}

.wildworld_hamburger.is-active .wildworld_hamburger-inner {
    background-color: transparent
}

.wildworld_hamburger.is-active .wildworld_hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.wildworld_hamburger.is-active .wildworld_hamburger-inner::after {
    top: 0;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.wildworld_menu_dropdown {
    display: initial;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width: 992px) {
    .menu-dropdown {
        display: none
    }
}

.menu-dropdown--active {
    visibility: visible;
    opacity: 1
}

.wildworld_menu_dropdown_inner {
    position: fixed;
    width: auto;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.menu-dropdown--active .wildworld_menu_dropdown_inner {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (min-width: 1024px) {
    .menu-dropdown--active .wildworld_menu_dropdown_inner {
        display: none;
    }
}

.wildworld_screen {
    position: relative;
    width: 320px;
    min-height: 100%;
    padding: 100px 15px 50px 15px;
    background-color: #1e252b
}

.wildworld_mobile_menu_container .quadmenu-navbar-nav > li,
.wildworld_mobile_menu_container .wildworld_main-menu > li {
    margin-bottom: 0;
}

.wildworld_mobile_menu_container .quadmenu-navbar-nav > li > a,
.wildworld_mobile_menu_container .wildworld_main-menu > li > a,
body .wildworld_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li > a,
.wildworld_mobile_menu_container .wildworld_main-menu .sub-menu > li > a {
    color: #FFFFFF;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.wildworld_mobile_menu_container .quadmenu-navbar-nav > li.current-menu-ancestor > a,
.wildworld_mobile_menu_container .wildworld_main-menu > li.current-menu-ancestor > a,
body .wildworld_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li.current-menu-item > a,
.wildworld_mobile_menu_container .wildworld_main-menu .sub-menu > li.current-menu-item > a {
    color: #a3a3a3;
    position: relative;
}

body .wildworld_mobile_menu_container .quadmenu-navbar-nav > li.quadmenu-item-type-mega .quadmenu-dropdown-menu {
    padding: 0;
}

body .wildworld_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li.current-menu-item > a:after,
.wildworld_mobile_menu_container .wildworld_main-menu .sub-menu > li.current-menu-item > a:after {
    width: 30px;
}

.wildworld_screen .wildworld_screen_socials {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.wildworld_screen .wildworld_screen_socials a {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgba(255, 255, 255, .87);
}

.wildworld_screen .wildworld_screen_socials a i {
    font-family: "FontAwesome", sans-serif !important;
}

.wildworld_screen .wildworld_header_button {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 26px 50px;
    margin: 16px 0 0;
}

/* ------------------------------ */
/* ---------- Tag Line ---------- */
/* ------------------------------ */
.wildworld_header__lower {
    display: none;
    position: fixed;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wildworld_header_view_type_1 .wildworld_header__lower {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
	width: 100%;
}

.wildworld_header__lower .row{
	width: 100%;
    margin: auto;
    max-width: 1336px;
}
@media only screen and (min-width: 992px) {
    .wildworld_header__lower {
        display: block
    }
}

.wildworld_header_lower_fixed {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.wildworld_header__lower-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wildworld_header__socials {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none
}

.wildworld_header__socials a {
    color: #fff;
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.wildworld_header__socials a:hover {
    text-decoration: none
}

.wildworld_header__phones {
    color: #919ba2;
    font-size: 14px;
    margin-left: 35px
}

.wildworld_header__phones a {
    display: inline-block;
    color: #919ba2;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.wildworld_header__phones a:not(:last-of-type) {
    margin-right: 10px
}

.wildworld_header__phones a:hover {
    opacity: .6
}

.wildworld_lower-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0 25px
}

.wildworld_lower-menu li:not(:last-of-type) {
    margin-right: 30px
}

.wildworld_lower-menu li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 10px 0 11px 0;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.wildworld_lower-menu li a:hover {
    text-decoration: none
}

.wildworld_lower-menu li a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 1px;
    left: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.wildworld_lower-menu li a:hover::after {
    width: 100%
}

.wildworld_header_socials {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none
}

.wildworld_header_socials a {
    color: #fff;
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_header_view_type_1 .wildworld_header__lower .wildworld_header_socials a:hover,
.wildworld_header_view_type_4 .wildworld_header__lower .wildworld_header_socials a:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: .75;
}

.wildworld_header_socials a i.fa {
    font-family: FontAwesome, sans-serif !important;
}

.wildworld_header_view_type_1 .hs_facebook,
.wildworld_header_view_type_4 .hs_facebook,
.wildworld_screen .wildworld_screen_socials .hs_facebook {
    background: #3c5a9a;
}

.wildworld_header_view_type_1 .hs_twitter,
.wildworld_header_view_type_4 .hs_twitter,
.wildworld_screen .wildworld_screen_socials .hs_twitter {
    background: #1da1f2;
}

.wildworld_header_view_type_1 .hs_linkedin,
.wildworld_header_view_type_4 .hs_linkedin,
.wildworld_screen .wildworld_screen_socials .hs_linkedin {
    background: #0077b5;
}

.wildworld_header_view_type_1 .hs_youtube,
.wildworld_header_view_type_4 .hs_youtube,
.wildworld_screen .wildworld_screen_socials .hs_youtube {
    background: #f11819;
}

.wildworld_header_view_type_1 .hs_instagram,
.wildworld_header_view_type_4 .hs_instagram,
.wildworld_screen .wildworld_screen_socials .hs_instagram {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8b24a7), color-stop(30%), to(#d35252));
    background-image: -o-linear-gradient(#8b24a7, 30%, #d35252);
    background-image: linear-gradient(#8b24a7, 30%, #d35252);
}

.wildworld_header_view_type_1 .hs_pinterest,
.wildworld_header_view_type_4 .hs_pinterest,
.wildworld_screen .wildworld_screen_socials .hs_pinterest {
    background: #c61f28;
}

.wildworld_header_view_type_1 .hs_tumblr,
.wildworld_header_view_type_4 .hs_tumblr,
.wildworld_screen .wildworld_screen_socials .hs_tumblr {
    background: #34465d;
}

.wildworld_header_view_type_1 .hs_flickr,
.wildworld_header_view_type_4 .hs_flickr,
.wildworld_screen .wildworld_screen_socials .hs_flickr {
    background: -moz-linear-gradient(top, #0062dd 0%, #ff0084 100%);
    background: -webkit-linear-gradient(top, #0062dd 0%, #ff0084 100%);
    background: linear-gradient(to bottom, #0062dd 0%, #ff0084 100%);
}

.wildworld_header_view_type_1 .hs_vk,
.wildworld_header_view_type_4 .hs_vk,
.wildworld_screen .wildworld_screen_socials .hs_vk {
    background: #4f7db3;
}

.wildworld_header_view_type_1 .hs_dribbble,
.wildworld_header_view_type_4 .hs_dribbble,
.wildworld_screen .wildworld_screen_socials .hs_dribbble {
    background: #e55189;
}

.wildworld_header_view_type_1 .hs_vimeo,
.wildworld_header_view_type_4 .hs_vimeo,
.wildworld_screen .wildworld_screen_socials .hs_vimeo {
    background: #13b8eb;
}

.wildworld_header_view_type_1 .hs_500px,
.wildworld_header_view_type_4 .hs_500px,
.wildworld_screen .wildworld_screen_socials .hs_500px {
    background: #232124;
}

.wildworld_header_view_type_1 .hs_xing,
.wildworld_header_view_type_4 .hs_xing,
.wildworld_screen .wildworld_screen_socials .hs_xing {
    background: #005a5f;
}

/* ---------------------------- */
/* ---------- Header ---------- */
/* ---------------------------- */
.wildworld_header {
    width: 100%;
/*     max-width: 1336px; */
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .06);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 50000;
/* 	background: #E9F4FE; */
}

.wildworld_header.wildworld_sticky_header_off.wildworld_hide_header {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.admin-bar .wildworld_header {
    top: 32px;
}

.wildworld_header__top {
    position: relative;
    z-index: 10;
    padding: 10px 15px 0 15px;
/*     background: #fff; */
    min-height: 60px;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	width: 100%;
    margin: auto;
    max-width: 1336px;
}

.wildworld_header_f2.wildworld_header {
    box-shadow: none;
}

.wildworld_header_f2 .wildworld_header__top {
    background: transparent;
}

@media only screen and (min-width: 576px) {
    .wildworld_header__top {
        padding: 6px 15px 2px 15px;
    }
}

@media only screen and (min-width: 992px) {
    .wildworld_header__top {
        padding: 0 0 0 30px;
    }
}

.wildworld_header_view_type_3 .wildworld_header__top {
    padding: 20px 30px 20px 55px;
}

.wildworld_header__button {
    display: none;
    font-size: 14px;
    line-height: 68px;
    font-weight: 700;
    text-transform: uppercase;
    height: 67px;
    width: 176px;
    text-align: center;
    margin-left: 65px;
    padding: 0 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width: 992px) {
    .wildworld_header__button {
        display: inline-block;
    }
}

@media only screen and (min-width: 1367px) {
    .wildworld_header__button {
        height: 85px;
        line-height: 85px;
    }
}

.wildworld_header__button:hover {
    color: #fff;
    background: #282f34;
    text-decoration: none;
}

.wildworld_visible_transparent_on_scroll {
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .06);
}

.wildworld_shop_header .wildworld_header_button {
    margin-left: 30px
}

.wildworld_shop_header.wildworld_header_f2 .wildworld_header_button,
.wildworld_shop_header.wildworld_header_view_type_3 .wildworld_header_button {
    height: 60px;
    line-height: 60px;
}

.wildworld_shop_header .wildworld_header__lower {
    position: relative;
    z-index: 11
}

.wildworld_header_lower_inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wildworld_header_phones {
    padding: 10px 0 11px;
    margin-left: 30px;
}

.wildworld_header_phones a {
    margin-right: 10px;
}

.wildworld_header_view_type_3 .lower--fixed {
    -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .06);
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .06)
}

@media only screen and (min-width: 992px) {
    .wildworld_header_view_type_3 .wildworld_header_on_scroll {
        padding: 12px 15px 12px 55px
    }
}

@media only screen and (min-width: 1367px) {
    .wildworld_header_view_type_3 .wildworld_header_on_scroll {
        padding: 0 15px 0 55px
    }
}

@media only screen and (min-width: 1600px) {
    .wildworld_header_view_type_3 {
        max-width: 1460px
    }
}

/* ------------------- */
/* --- Header Logo --- */
/* ------------------- */
.wildworld_header-logo {
    margin-left: 15px
}

@media only screen and (min-width: 576px) {
    .wildworld_header-logo {
        padding-top: 7px;
        margin-left: 30px;
    }
}

.wildworld_logo {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

@media only screen and (min-width: 992px) {
    .wildworld_logo:hover {
        opacity: .75
    }
}

.wildworld_header_logo_text {
    font-size: 35px;
    font-weight: 700;
    color: #333333;
}

.wildworld_header_logo_text:hover {
    color: #333333;
    opacity: .6;
}

.wildworld_transparent_header_with_color .wildworld_header_logo_text {
    color: #ffffff;
}

/* ------------------- */
/* --- Header Menu --- */
/* ------------------- */
.wildworld_main-menu,
body .quadmenu-navbar-nav {
    padding: 0 30px 0 0;
    margin: 0;
    display: none
}

@media only screen and (min-width: 992px) {
    .wildworld_main-menu,
    body .quadmenu-navbar-nav {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.wildworld_main-menu li,
body .quadmenu-navbar-nav li{
    list-style: none;
    position: relative
}

.wildworld_main-menu li:not(:last-of-type),
body .quadmenu-navbar-nav li:not(:last-of-type){
    margin-right: 30px
}

@media only screen and (min-width: 1200px) {
    .wildworld_main-menu li:not(:last-of-type),
    body .quadmenu-navbar-nav li:not(:last-of-type) {
        margin-right: 40px
    }
}

.wildworld_main-menu > li,
body .quadmenu-navbar-nav > li {
    padding: 31px 0 30px 0;
    line-height: 1.5;
}

.wildworld_main-menu > li > a,
body .quadmenu-navbar-nav > li > a {
    position: relative;
    display: inline-block;
}

.wildworld_main-menu > li.menu-item-has-children > a,
.wildworld_main-menu > li.menu-item-has-children > a,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a {
    margin-right: 20px;
}

.wildworld_main-menu > li.menu-item-has-children > a:before,
.wildworld_main-menu > li.menu-item-has-children > a:after,
.wildworld_mobile_menu_container .wildworld_mobile_menu > li.menu-item-has-children > a:before,
.wildworld_mobile_menu_container .wildworld_mobile_menu > li.menu-item-has-children > a:after,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:before,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:after {
    content: '';
    width: 6px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_main-menu > li.menu-item-has-children > a:before,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:before {
    right: -15px;
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wildworld_main-menu > li.menu-item-has-children:hover > a:before,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children:hover > a:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wildworld_main-menu > li.menu-item-has-children > a:after,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:after {
    right: -18px;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wildworld_main-menu > li.menu-item-has-children:hover > a:after,
body .quadmenu-navbar-nav > li.quadmenu-item-has-children:hover > a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width: 1367px) {
    .wildworld_header--inner .wildworld_main-menu > li,
    body .wildworld_header--inner .quadmenu-navbar-nav > li {
        padding: 32px 0 24px 0
    }
}

.wildworld_main-menu > li:before,
body .quadmenu-navbar-nav > li:before {
    content: "";
    display: block;
    height: 3px;
    width: 0;
    position: absolute;
    bottom: 4px;
    left: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.wildworld_main-menu > li.current-menu-item:before,
.wildworld_main-menu > li.current-menu-ancestor:before,
.wildworld_main-menu > li:hover:before,
.wildworld_main-menu > li ul.sub-menu > li.current-menu-ancestor > a:after,
body .quadmenu-navbar-nav > li.current-menu-item:before,
body .quadmenu-navbar-nav > li.current-menu-ancestor:before,
body .quadmenu-navbar-nav > li:hover:before {
    width: 100%
}

/* --- Sub Menu --- */
.wildworld_main-menu > li ul.sub-menu,
body .quadmenu-navbar-nav .quadmenu-dropdown-menu {
    margin: 0;
    position: absolute;
    top: 100%;
    left: -60px;
    width: 265px;
    padding: 37px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

body .quadmenu-navbar-nav > li.quadmenu-item-type-mega .quadmenu-dropdown-menu {
    width: 600px;
    padding: 37px 35px;
}

body .quadmenu-navbar-nav > li.quadmenu-item-type-mega .quadmenu-dropdown-menu ul.quadmenu-row > li {
    display: inline-block;
    padding: 0 0 0 15px;
    margin: 0;
    vertical-align: top;
}

.wildworld_main-menu > li:hover > ul.sub-menu,
body .quadmenu-navbar-nav > li:hover > .quadmenu-dropdown-menu,
.wildworld_main-menu > li ul.sub-menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible
}

.quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul {
    height: auto !important;
    padding: 0;
    margin: 0;
}

.wildworld_main-menu > li ul.sub-menu > li,
body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li {
    position: relative;
    list-style: none;
    padding: 0 50px;
    margin: 0;
}

.wildworld_main-menu > li ul.sub-menu > li:not(:last-of-type),
body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li:not(:last-of-type) {
    margin-bottom: 11px;
}

.wildworld_main-menu > li ul.sub-menu > li > a,
body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li > a {
    display: inline-block;
}

.wildworld_main-menu > li ul.sub-menu > li > a::after,
.wildworld_mobile_menu > li ul.sub-menu > li > a::after,
body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li > a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin-top: 4px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.wildworld_main-menu > li ul.sub-menu > li:hover > a:after,
.wildworld_main-menu > li ul.sub-menu > li.current-menu-item > a:after,
.wildworld_mobile_menu > li ul.sub-menu > li:hover > a:after,
.wildworld_mobile_menu > li ul.sub-menu > li.current-menu-item > a:after,
body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li:hover > a:after,
body .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li.current-menu-item > a:after {
    width: 100%
}

.wildworld_main-menu > li ul.sub-menu > li.menu-item-has-children:after {
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wildworld_main-menu > li ul.sub-menu > li ul.sub-menu {
    top: -20px;
    left: 100%;
}

/* --- Header Button --- */
.wildworld_header_button {
    display: none;
    font-size: 14px;
    line-height: 68px;
    font-weight: 700;
    text-transform: uppercase;
    height: 67px;
    width: 176px;
    text-align: center;
    margin-left: 28px;
    padding: 0 30px;
    position: relative;
    right: -1px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width: 992px) {
    .wildworld_header_button {
        display: inline-block
    }
}

@media only screen and (min-width: 1200px) {
    .wildworld_header_button {
        height: 85px;
        line-height: 85px
    }
}

.wildworld_header_button:hover {
    text-decoration: none
}

.wildworld_header_f2 .wildworld_header__lower {
    height: 0
}

@media only screen and (min-width: 992px) {
    .wildworld_header_f2 .wildworld_header__lower {
        height: auto
    }
}

.wildworld_header_f2 .wildworld_header__lower::after {
    content: "";
    display: block;
    height: 1px;
    width: 100vw;
    background: #595959;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .47
}

.wildworld_header_f2 .wildworld_header__phones,
.wildworld_header_f2 .wildworld_header__phones a {
    color: #fff
}

@media only screen and (min-width: 992px) {
    .wildworld_header_f2 .wildworld_header__top {
        padding: 13px 15px 12px 15px
    }
}

@media only screen and (min-width: 1367px) {
    .wildworld_header_f2 .wildworld_header__top {
        padding: 0 15px 0 30px
    }

    .wildworld_header_f2.wildworld_header_view_type_4 .wildworld_header__top {
        padding: 0 0 0 15px
    }
}

.wildworld_header_f2 .wildworld_header__top {
    background: #fff
}

@media only screen and (min-width: 992px) {
    .wildworld_header_f2 .wildworld_header__lower,
    .wildworld_header_f2 .wildworld_header__top {
        background: 0 0
    }
}

/* ---------------------------- */
/* ---------- Footer ---------- */
/* ---------------------------- */
footer.wildworld_footer {
    font-size: 14px;
}

.wildworld_block_have_bg_image {
    background-position: center !important;
    background-size: cover !important;
}

.wildworld_footer_menu_container {
    text-align: right;
}

.wildworld_footer_menu,
.wildworld_footer_menu ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}

.wildworld_footer_menu li:after {
    content: '|';
    display: inline-block;
    padding: 0 8px;
}

.wildworld_footer_menu li:last-child:after {
    display: none;
}

.wildworld_footer_menu li a:hover {
    text-decoration: underline;
}

.wildworld_footer_link,
.wildworld_footer_link img {
    display: inline-block;
}

.footer_type_1 {
    padding: 45px 0;
}

.footer_type_1 .wildworld_footer_link img {
    width: auto;
    height: 30px;
}

/* --------------------- */
/* --- Footer Type 2 --- */
/* --------------------- */
.footer_type_2 {
    padding: 46px 0;
}

.footer_type_2 .wildworld_footer_details p {
    margin-bottom: 0;
    color: #ffffff;
}

.footer_type_2 .wildworld_footer_details p:last-of-type {
    margin-top: 5px;
}

.footer_type_2 .wildworld_footer_details p a {
    color: #ffffff;
    text-decoration: none;
}

.footer_type_2 .wildworld_footer_details p a:last-of-type {
    margin-left: 8px;
}

.footer_type_2 .wildworld_footer_link img {
    height: 50px;
}

.footer_type_2 .wildworld_footer_menu,
.footer_type_2 .wildworld_footer_menu ul {
    justify-content: center;
}

/* ---------------- */
/* --- Footer 3 --- */
/* ---------------- */
.footer_type_3 {
    padding: 0 0 45px;
}

.footer_type_3 .wildworld_footer_logo {
    display: inline-block;
}

.footer_type_3 .wildworld_footer_copyright {
    margin: 15px 0 0;
}

.footer_type_3 .wildworld_header_socials {
    margin: 35px 0 31px;
}

.footer_type_3 .wildworld_header_socials li {
    margin-right: 30px;
}

.footer_type_3 .wildworld_header_socials a {
    width: auto;
    height: auto;
    font-size: 20px;
    color: #ffffff;
}

.footer_type_3 .wildworld_footer_logo {
    position: relative;
    top: 7px;
}

/* -------------------- */
/* --- Bottom Image --- */
/* -------------------- */
.bottom-background__img {
    text-align: center;
}

.bottom-background__img img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

/* ----------------- */
/* --- Prefooter --- */
/* ----------------- */
.wildworld_prefooter_wrapper {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
    line-height: 0;
    padding: 65px 0 5px;
}

.footer_widget {
    width: 25%;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.footer_widget:first-of-type,
.footer_widget:nth-of-type(2),
.footer_widget:nth-of-type(3),
.footer_widget:nth-of-type(4) {
    margin-top: 0;
}

.footer_widget:nth-of-type(n+4) {
    width: 25%;
}

/* ------------------------ */
/* --- Prefooter Type 2 --- */
/* ------------------------ */
.wildworld_prefooter_wrapper.wildworld_prefooter_type_2 {
    padding: 85px 0 29px;
}

.wildworld_prefooter_wrapper.wildworld_prefooter_type_2 .footer_widget {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.wildworld_prefooter_type_2 .footer_widget.widget_nav_menu ul.menu {
    justify-content: center;
}

.wildworld_prefooter_type_2 .footer_widget.widget_nav_menu ul.menu li {
    width: auto;
    font-size: 18px;
    margin: 0 12px;
}

.wildworld_prefooter_type_2 .wildworld_footer-socials {
    justify-content: center;
    margin-top: 3px;
}

.wildworld_prefooter_type_2 .footer_widget:nth-of-type(3).widget_nav_menu ul.menu li {
    font-size: 14px;
    margin: 0 10px;
}

.wildworld_prefooter_type_2 .footer_widget:nth-of-type(3).widget_nav_menu ul.menu li a {
    font-weight: 400;
}

.wildworld_prefooter_type_2 .footer_widget:nth-of-type(3).widget_nav_menu ul.menu li a:hover {
    color: #ffffff;
}

/* ------------------------ */
/* --- Prefooter Type 3 --- */
/* ------------------------ */
.wildworld_prefooter_type_3 .footer_widget {
    width: 25%;
}

.wildworld_prefooter_type_3 .footer_widget:nth-of-type(4) {
    margin-top: 0;
}

.wildworld_prefooter_type_3 .footer_widget:first-of-type {
    width: 33.333333%;
}

.wildworld_prefooter_type_3 .footer_widget:nth-of-type(3) {
    width: 16.666666%;
}

/* ------------------------ */
/* --- Prefooter Type 4 --- */
/* ------------------------ */
.wildworld_prefooter_wrapper.wildworld_prefooter_type_4 {
    padding: 65px 0 17px;
}

.wildworld_prefooter_type_4 .footer_widget {
    width: 33.333333%;
}

/* ------------------------ */
/* --- Prefooter Type 5 --- */
/* ------------------------ */
.wildworld_prefooter_wrapper.wildworld_prefooter_type_5 {
    padding: 65px 0;
}

.wildworld_prefooter_type_5 .footer_widget {
    width: 33.333333%;
}

/* ------------------------ */
/* --- Prefooter Type 6 --- */
/* ------------------------ */
.wildworld_prefooter_wrapper.wildworld_prefooter_type_6 .footer_widget {
    width: 33.333333%;
}

.wildworld_prefooter_wrapper.wildworld_prefooter_type_6 .footer_widget:nth-of-type(2) {
    width: 41.666666%;
}

.wildworld_prefooter_wrapper.wildworld_prefooter_type_6 .footer_widget:nth-of-type(3) {
    width: 25%;
}

/* ----------------------------- */
/* ---------- Widgets ---------- */
/* ----------------------------- */
.wildworld_footer_widget_title {
    margin: 10px 0 18px;
}

.footer_widget.widget_custom_html img {
    display: inline-block;
}

.footer_widget.widget_custom_html img:first-of-type {
    margin-right: 10px;
}

.footer_widget.widget_custom_html .wildworld_footer_menu {
    margin-top: 144px;
}

/* ---######################--- */
/* ---### Socials Widget ###--- */
/* ---######################--- */
.wildworld_socials_widget_logo a:hover {
    opacity: .75;
}

.wildworld_footer-socials {
    padding: 0;
    margin: 27px 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

@media only screen and (min-width: 576px) {
    .wildworld_footer-socials {
        margin-bottom: 0
    }
}

.wildworld_footer-socials li {
    list-style: none;
    font-size: 16px;
}

.wildworld_footer-socials li:not(:last-of-type) {
    margin-right: 30px
}

.wildworld_prefooter_type_2 .wildworld_footer-socials li {
    font-size: 20px;
    margin: 0 15px;
}

.widget_wildworld_socials_widget .wildworld_additional_info {
    margin: 31px 0 35px;
}

.widget_wildworld_socials_widget .wildworld_additional_info p {
    margin: 0 0 5px;
}

.widget_wildworld_socials_widget .wildworld_additional_info a,
.widget_wildworld_address_widget .wildworld_contacts_widget_phone a {
    text-decoration: none;
    margin-right: 8px;
}

.widget_wildworld_socials_widget .wildworld_additional_info a:hover {
    opacity: .75;
}

/* ---############################--- */
/* ---### Working Hours Widget ###--- */
/* ---############################--- */
.wildworld_footer_schedule {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wildworld_footer_schedule li {
    margin-bottom: 8px;
}

.wildworld_footer_schedule li span {
    display: inline-block;
}

.wildworld_footer_schedule li span:first-of-type {
    width: 40%;
}

.wildworld_footer_schedule li span:last-of-type {
    width: 60%;
}

/* ---#######################--- */
/* ---### Contacts Widget ###--- */
/* ---#######################--- */
.widget_wildworld_address_widget p {
    margin-bottom: 5px;
}

.widget_wildworld_address_widget p a {
    text-decoration: none;
}

/* ---#######################--- */
/* ---### Nav Menu Widget ###--- */
/* ---#######################--- */
.footer_widget.widget_nav_menu ul.menu {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}

.footer_widget.widget_nav_menu ul.menu li {
    width: 33.333333%;
}

.footer_widget.widget_nav_menu ul.menu li a {
    margin-bottom: 8px;
}

.wildworld_prefooter_type_3 .footer_widget.widget_nav_menu ul.menu li {
    width: 100%;
}

.wildworld_prefooter_type_3 .footer_widget.widget_nav_menu ul.menu li a {
    font-weight: 400;
    text-decoration: underline;
}

.wildworld_prefooter_type_3 .footer_widget.widget_nav_menu ul.menu li a:hover {
    text-decoration: none;
}

.footer_widget.widget_nav_menu ul.menu li a {
    display: inline-block;
    position: relative;
}

/* ---#####################--- */
/* ---### Donate Widget ###--- */
/* ---#####################--- */
.widget_wildworld_donation_widget a {
    width: 100%;
    margin-top: 4px;
}

/* ----------------- */
/* --- Mailchimp --- */
/* ----------------- */
.footer_widget .mc4wp-form p:first-of-type {
    margin-top: 20px;
    margin-bottom: 16px;
}

.footer_widget .mc4wp-form p:last-of-type {
    margin: 0;
}

.footer_widget .mc4wp-form input[type="text"],
.footer_widget .mc4wp-form input[type="email"] {
    height: auto;
    line-height: 2.3;
    color: #c9cdcf;
    background: 0 0;
    width: 100%;
    border: 2px solid #3d474e;
    padding: 10px 20px 9px;
    margin-bottom: 10px;
    outline: none;
}

.footer_widget .mc4wp-form input[type="text"]::placeholder,
.footer_widget .mc4wp-form input[type="email"]::placeholder {
    color: #999999;
}

.wildworld_color_scheme_mono .footer_widget .mc4wp-form input[type="email"] {
    border-bottom-color: #465470;
}

.footer_widget .mc4wp-form input[type="submit"] {
    padding: 16px 70px;
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    color: #ffffff;
    background: transparent;
    border-radius: 0;
}

.footer_widget .mc4wp-form input[type="submit"]:hover {
    box-shadow: none;
}

.wildworld_color_scheme_mono .footer_widget .mc4wp-form input[type="submit"] {
    background: transparent;
}

/* -------------------------------- */
/* ---------- Typography ---------- */
/* -------------------------------- */
h1, h2, h3, h4, h5, h6,
body .elementor-widget-heading h1,
body .elementor-widget-heading h2,
body .elementor-widget-heading h3,
body .elementor-widget-heading h4,
body .elementor-widget-heading h5,
body .elementor-widget-heading h6 {
    letter-spacing: -.03em;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0 0 .5rem;
}

h5, h6,
body .elementor-widget-heading h5,
body .elementor-widget-heading h6 {
    letter-spacing: 0;
}

body .elementor-widget-heading h1,
body .elementor-widget-heading h2,
body .elementor-widget-heading h3,
body .elementor-widget-heading h4,
body .elementor-widget-heading h5,
body .elementor-widget-heading h6 {
    margin-bottom: 0;
}

/* -------------------------------- */
/* ---------- Page Title ---------- */
/* -------------------------------- */
@font-face {
    font-family: "Storytella";
    src:  url(/wp-content/themes/wild-world/css/../fonts/storytella.eot?tnmptw);
    src:  url(/wp-content/themes/wild-world/css/../fonts/storytella.eot?tnmptw#iefix) format('embedded-opentype'),
    url(/wp-content/themes/wild-world/css/../fonts/storytella.ttf?tnmptw) format('truetype'),
    url(/wp-content/themes/wild-world/css/../fonts/storytella.woff?tnmptw) format('woff'),
    url(/wp-content/themes/wild-world/css/../fonts/storytella.svg?tnmptw#elementory) format('svg');
    font-weight: normal;
    font-style: normal;
}

.wildworld_page_title_container {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
	max-width: 1280px;
    width: 100%;
    margin: auto;
    top: 70px;
}

.wildworld_page_title_container .container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.wildworld_page_title_wrapper {
    width: 100%;
	margin-top: 30px;
}

.wildworld_site_title_container {
    font-weight: 700;
    margin-bottom: 10px;
}

.wildworld_page_title {
    line-height: 50px;
    font-weight: 300;
    letter-spacing: -.02em;
    text-transform: uppercase;
    position: relative;
}

.wildworld_page_title span {
    font-weight: 700;
}

.wildworld_page_title:before {
    content: '';
    height: 2px;
    position: absolute;
    bottom: -20px;
}

@media only screen and (min-width: 768px) {
    .wildworld_page_title:before {
        bottom: -20px
    }
}

.wildworld_page_title:before {
    width: 75px;
    left: 0;
}

/* --------------------------------- */
/* ---------- Single Post ---------- */
/* --------------------------------- */
.wildworld_page_content_container,
.wildworld_blog_content_container {
    position: relative;
}

.wildworld_content_bg_image {
    position: absolute;
    z-index: 1;
}

.wildworld_blog_content_wrapper,
.wildworld_page_content_wrapper {
    padding: 80px 0;
    position: relative;
    z-index: 5;
}

.wildworld_blog_content_wrapper {
    padding: 80px 0;
}

@media only screen and (min-width: 768px) {
    .wildworld_page_content_wrapper {
        padding: 100px 0;
    }

    .wildworld_blog_content_wrapper {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 992px) {
    .wildworld_page_content_wrapper {
        padding: 100px 0;
    }

    .wildworld_blog_content_wrapper {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .wildworld_page_content_wrapper {
        padding: 150px 0;
    }

    .wildworld_blog_content_wrapper {
        padding: 150px 0;
    }
}

.wildworld_top_padding_off .wildworld_blog_content_wrapper,
.wildworld_page_content_wrapper.wildworld_page_without_top_padding {
    padding-top: 0;
}

.wildworld_bottom_padding_off .wildworld_blog_content_wrapper,
.wildworld_page_content_wrapper.wildworld_page_without_bottom_padding {
    padding-bottom: 0;
}

.wildworld_blog_content_container .row.wildworld_sidebar_left,
.wildworld_page_content_wrapper .row.wildworld_sidebar_left {
    flex-direction: row-reverse;
}

.wildworld_media_output_container {
    position: relative;
    z-index: 5;
}

.wildworld_media_output_wrapper {
    margin-bottom: 42px;
}

.wildworld_media_output_container iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.wildworld_post_meta_container {
    font-size: 14px;
    padding: 0 0 3px;
    margin-bottom: 0;
    color: #a3a3a3;
}

.wildworld_post_meta_container .wildworld_post_date {
    display: inline-block;
    font-weight: 500;
    color: #616161;
    background: #ebebeb;
    padding: 3px 12px 1px;
    margin-bottom: 12px;
}

.wildworld_post_date_and_comments_container {
    text-align: right;
}

.wildworld_post_date_and_comments_container .wildworld_post_date {
    margin-right: 30px;
}

.wildworld_post_date_and_comments_container .icon {
    margin-right: 8px;
}

.wildworld_post_details_container {
    font-size: 16px;
    padding: 29px 0;
    margin: 39px 0 0;
    border-top: solid 2px #e6e6e6;
    clear: both;
}


.wildworld_post_details_container .wildworld_post_details_author_cont img {
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.wildworld_post_details_container .wildworld_post_details_author_cont span,
.wildworld_standard_blog_listing .wildworld_blog_listing_tags a {
    display: inline-block;
    font-weight: 700;
    color: #333333;
    position: relative;
    top: 3px;
}

.wildworld_post_details_container .row {
    align-items: center;
}

.wildworld_post_details_tag_cont {
    text-align: center;
    padding-top: 6px;
}

.wildworld_post_details_tag_cont ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.wildworld_post_details_tag_cont ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #333333;
    margin-right: 9px;
    margin-bottom: 9px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.wildworld_post_details_tag_cont ul li:last-of-type {
    margin-right: 0;
}

.wildworld_post_details_tag_cont ul li a {
    display: inline-block;
    line-height: inherit;
    background: #333333;
    padding: 5px 14px 3px;
}

.wildworld_blog-post__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

@media only screen and (min-width: 992px) {
    .wildworld_blog-post__socials {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.wildworld_blog-post__socials li:not(:last-of-type) {
    margin-right: 10px
}

.wildworld_blog-post__socials a {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    border: 2px solid;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

/* --------------------- */
/* --- Post Comments --- */
/* --------------------- */
.wildworld_comments_cont,
.wildworld_content_paging_wrapper {
    clear: both;
}

.wildworld_comments_cont {
    margin-top: 60px;
}

@media only screen and (min-width: 1200px) {
    .wildworld_comments_cont {
        padding-right: 100px;
    }
}

.wildworld_content_paging_wrapper .page-link {
    padding: 0;
    border: none;
    margin-top: 20px;
}

.blog-post__title {
    margin-bottom: 20px;
}

.wildworld_comments {
    margin: 22px 0 0;
}

.comment-respond {
    margin-top: 76px;
}

.wildworld_comments .comment-respond {
    margin: 50px 0 60px;
}

.wildworld_comments .wildworld_comments__item .comment-respond {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    display: inline-block;
    font-size: 16px;
    letter-spacing: -.02em;
    font-weight: 700;
    text-align: center;
    padding: 5px 15px;
    margin-left: 10px;
    border: solid 2px;
}

.wildworld_comments__item,
.wp-block-latest-comments__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wp-block-latest-comments__comment {
    position: relative;
}

.wildworld_comments__item:not(:first-of-type),
.wp-block-latest-comments__comment:not(:first-of-type) {
    margin-top: 52px
}

.wildworld_comments__item .wildworld_comments__item {
    width: 100%;
    padding-left: 30px
}

@media only screen and (min-width: 576px) {
    .wildworld_comments__item .wildworld_comments__item {
        padding-left: 50px
    }
}

@media only screen and (min-width: 992px) {
    .wildworld_comments__item .wildworld_comments__item {
        padding-left: 70px
    }
}

@media only screen and (min-width: 1200px) {
    .wildworld_comments__item .wildworld_comments__item {
        padding-left: 70px
    }
}

.wildworld_comments__item-img,
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    display: none;
    position: relative;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px;
}

.wildworld_comments__item.trackback .wildworld_comments__item-img,
.wildworld_comments__item.pingback .wildworld_comments__item-img {
    display: none;
}

@media only screen and (min-width: 576px) {
    .wildworld_comments__item-img,
    .wp-block-latest-comments .avatar,
    .wp-block-latest-comments__comment-avatar {
        display: initial
    }
}

.wildworld_comments__item-description,
.wp-block-latest-comments__comment article {
    width: 100%
}

@media only screen and (min-width: 576px) {
    .wildworld_comments__item-description,
    .wp-block-latest-comments__comment article {
        width: calc(100% - 62px)
    }
}

.wildworld_comments__item.trackback .wildworld_comments__item-description,
.wildworld_comments__item.pingback .wildworld_comments__item-description {
    width: 100%;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin: 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover,
.wp-block-latest-comments .wp-block-latest-comments__comment a:hover {
    opacity: .75;
}

.wildworld_comment_meta {
    position: relative;
}

.wildworld_comments__item-name,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments .wp-block-latest-comments__comment a {
    font-weight: 700;
    letter-spacing: 0;
    margin-right: 13px
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-latest-comments .wp-block-latest-comments__comment a {
    margin-right: 0;
}

.wildworld_comments__item-date,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta time {
    font-size: 14px;
    color: #a3a3a3;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.wildworld_comment_reply_cont {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.wildworld_comments__item-action {
    margin-right: 8px;
}

.wildworld_comments__item-action a {
    position: relative;
}

.wildworld_comments__item-action a .icon {
    position: relative;
    top: -3px;
}

.wildworld_comments__item-text {
    margin-top: -1px;
    line-height: 26px;
}

.wildworld_comments__item-text p:last-of-type {
    margin-bottom: 0
}

.comment-respond {
    width: 100%;
}

.comment-respond .form__field {
    margin-bottom: 30px;
}

.comment-respond .form__field.form__message {
    margin-bottom: 13px;
}

.comment-respond input[type="submit"] {
    margin-top: 6px;
}

.comment-respond .logged-in-as {
    font-size: 16px;
}

.comment-notes {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 36px;
}

.wildworld_comments__item-action a,
.wildworld_comment_reply_cont a.comment-edit-link {
    color: #d6d6d6;
}

/* ----------------------- */
/* --- Post Navigation --- */
/* ----------------------- */
.wildworld_post_navigation_container .wildworld_action_block {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0s;
    transition: all 0s;
}

.wildworld_post_navigation_container .wildworld_action_block.wildworld_without_thumb {
    background: rgba(0, 0, 0, .7);
}

.wildworld_post_navigation_container .wildworld_action_block  .wildworld_img--bg {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.wildworld_post_navigation_container .wildworld_action_block:hover .wildworld_img--bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.wildworld_post_navigation_container .wildworld_action_block:before {
    content: "";
    display: block;
    padding-top: 30.49422%
}

.wildworld_post_navigation_container .wildworld_action_block_inner {
    color: #fff;
    padding: 180px 15px;
    width: 100%;
    max-width: 500px
}

.wildworld_post_navigation_container .wildworld_action_block_title span:first-of-type {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -.05em;
    font-weight: 300;
    color: #ffffff;
}

.wildworld_post_navigation_container .wildworld_action_block_title span:last-of-type {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: -.05em;
    color: #ffffff;
}

@media only screen and (min-width: 992px) {
    .wildworld_post_navigation_container .wildworld_action_block_title span:last-of-type {
        font-size: 40px;
        line-height: 40px;
    }
}

/* -------------------- */
/* --- Recent Posts --- */
/* -------------------- */
.wildworld_recent_posts_container {
    padding: 60px 0 0;
}

@media only screen and (min-width: 768px) {
    .wildworld_recent_posts_container {
        padding: 80px 0 0;
    }
}

@media only screen and (min-width: 992px) {
    .wildworld_recent_posts_container {
        padding: 110px 0 0;
    }
}

@media only screen and (min-width: 1200px) {
    .wildworld_recent_posts_container {
        padding: 130px 0 0;
    }
}

.wildworld_recent_posts_title_container {
    text-align: center;
}

.wildworld_recent_posts_subtitle {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    color: #848484;
    margin-bottom: 3px;
}

.wildworld_recent_posts_container_title {
    letter-spacing: -.05em;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.wildworld_recent_posts_container_title span {
    font-weight: 300;
}

.wildworld_recent_posts_wrapper {
    margin-left: -30px;
    font-size: 0;
    line-height: 0;
}

.wildworld_columns_2 .wildworld_recent_post {
    width: 50%;
}

.wildworld_columns_3 .wildworld_recent_post {
    width: 33.333333%;
}

.wildworld_columns_4 .wildworld_recent_post {
    width: 25%;
}

.wildworld_recent_post {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    padding-bottom: 30px;
}

.wildworld_recent_posts_container .wildworld_recent_post {
    padding-bottom: 0;
}

.wildworld_recent_post_wrapper {
    background: #000000;
    font-size: 16px;
    line-height: 1.9;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.wildworld_tours_item_img {
    position: relative;
    z-index: 2;
}

.wildworld_tours_item_img:before {
    content: "";
    display: block;
    padding-top: 145.94595%;
}

.wildworld_tours_item_details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 20px 45px 20px;
    -webkit-transform: translateY(63px);
    -ms-transform: translateY(63px);
    transform: translateY(63px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 5;
}

.wildworld_tours_item_title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
    margin-left: -3px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .wildworld_tours_item_details {
        padding: 50px 55px 45px 50px
    }

    .wildworld_tours_item_title {
        font-size: 30px;
        line-height: 40px
    }
}

.wildworld_tours_item_title span {
    display: block;
    font-weight: 300;
}

.wildworld_tours_item_price {
    font-size: 18px;
    font-weight: 700;
    margin: 21px 0 1px 0;
}

.wildworld_tours_item_info {
    line-height: 1;
    text-transform: uppercase;
}

.wildworld_tours_item_link {
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-top: 35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wildworld_tours_item_link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.wildworld_tours_item_link:hover:after {
    width: 100%;
}

.wildworld_recent_post_wrapper:hover .wildworld_tours_item_details {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.wildworld_recent_post_wrapper:hover .wildworld_tours_item_link {
    opacity: 1;
    visibility: visible
}

/* ------------------------------------- */
/* ---------- Sidebar Widgets ---------- */
/* ------------------------------------- */
.wildworld_sidebar .widget {
    margin-bottom: 46px;
}

body .wildworld_sidebar .widget:last-of-type {
    margin-bottom: 0;
}

.wildworld_sidebar .widget_title {
    padding-left: 22px;
    margin-bottom: 15px;
    position: relative;
}

.wildworld_sidebar .widget_title:before {
    content: '';
    width: 2px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 0;
}

/* ----------------------------- */
/* --- Featured Posts Widget --- */
/* ----------------------------- */
.widget_wildworld_featured_posts_widget .widget_title {
    margin-bottom: 15px;
}

.wildworld_sidebar .recent-posts__item {
    min-height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wildworld_sidebar .recent-posts__item:not(:last-of-type) {
    margin-bottom: 20px
}

.wildworld_sidebar .recent-posts__item-img {
    width: 75px;
    height: 75px;
    position: relative;
    top: 6px;
}

.wildworld_sidebar .recent-posts__item-img img {
    z-index: 1
}

.wildworld_sidebar .recent-posts__item-description {
    width: calc(100% - 94px);
    line-height: 20px
}

.wildworld_sidebar .recent-posts__item-link {
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 600;
    text-decoration: none;
}

.wildworld_sidebar .recent-posts__item-link:hover {
    opacity: .75
}

.recent_posts_post_meta {
    margin-top: 15px;
}

.recent_posts_post_meta span {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 500;
}

.recent_posts_post_meta .recent-posts__item-value {
    float: left;
}

.recent_posts_post_meta .recent_posts_comments {
    float: right;
}

.recent_posts_post_meta .recent_posts_comments svg {
    font-size: 10px;
    margin: -3px 4px 0 0;
}

/* ----------------------- */
/* --- Listing Widgets --- */
/* ----------------------- */
.wildworld_sidebar .widget.widget_categories ul,
.wildworld_sidebar .widget.widget_wildworld_categories_widget ul,
.wildworld_sidebar .widget.widget_recent_entries ul,
.wildworld_sidebar .widget.widget_archive ul,
.wildworld_sidebar .widget.widget_pages ul,
.wildworld_sidebar .widget.widget_meta ul,
.wildworld_sidebar .widget.widget_recent_comments ul,
.wildworld_sidebar .widget.widget_rss ul,
.wildworld_sidebar .widget.widget_nav_menu ul,
.wildworld_sidebar .widget.widget_product_categories ul,
.wildworld_sidebar .widget.widget_layered_nav ul,
.wildworld_sidebar .widget.widget_rating_filter ul,
.footer_widget.widget_categories ul,
.footer_widget.widget_wildworld_categories_widget ul,
.footer_widget.widget_recent_entries ul,
.footer_widget.widget_archive ul,
.footer_widget.widget_pages ul,
.footer_widget.widget_meta ul,
.footer_widget.widget_recent_comments ul,
.footer_widget.widget_rss ul,
.footer_widget.widget_nav_menu ul,
.footer_widget.widget_product_categories ul,
.footer_widget.widget_layered_nav ul,
.footer_widget.widget_rating_filter ul,
.wp-block-archives-list,
.wp-block-rss {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wildworld_sidebar .widget.widget_nav_menu ul li .sub-menu {
    padding-left: 25px;
}

.footer_widget.widget_nav_menu ul li .sub-menu {
    padding-left: 0;
}

.wildworld_sidebar .widget.widget_categories,
.wildworld_sidebar .widget.widget_wildworld_categories_widget {
    margin-bottom: 43px;
}

.wildworld_sidebar .widget.widget_archive {
    margin-bottom: 44px;
}

.wildworld_sidebar .widget.widget_categories ul li,
.wildworld_sidebar .widget.widget_wildworld_categories_widget ul li,
.wildworld_sidebar .widget.widget_recent_entries ul li,
.wildworld_sidebar .widget.widget_archive ul li,
.wildworld_sidebar .widget.widget_pages ul li,
.wildworld_sidebar .widget.widget_meta ul li,
.wildworld_sidebar .widget.widget_recent_comments ul li,
.wildworld_sidebar .widget.widget_product_categories ul li,
.wildworld_sidebar .widget.widget_layered_nav ul li,
.wildworld_sidebar .widget.widget_rating_filter ul li,
.footer_widget.widget_categories ul li,
.footer_widget.widget_wildworld_categories_widget ul li,
.footer_widget.widget_recent_entries ul li,
.footer_widget.widget_archive ul li,
.footer_widget.widget_pages ul li,
.footer_widget.widget_meta ul li,
.footer_widget.widget_recent_comments ul li,
.footer_widget.widget_product_categories ul li,
.footer_widget.widget_layered_nav ul li,
.footer_widget.widget_rating_filter ul li,
.wp-block-archives-list li,
.wp-block-latest-posts li,
.wp-block-rss li {
    line-height: 1.5;
    letter-spacing: .2px;
    font-weight: 600;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.wildworld_sidebar .widget.widget_categories ul li,
.wildworld_sidebar .widget.widget_archive ul li,
.wildworld_sidebar .widget.widget_wildworld_categories_widget ul li,
.wildworld_sidebar .widget_layered_nav ul li,
.wildworld_sidebar .widget.widget_rating_filter ul li {
    text-align: right;
    position: relative;
}

.wildworld_sidebar .widget.widget_rating_filter ul li a {
    display: block;
}

.wildworld_sidebar .widget.widget_categories ul li,
.wildworld_sidebar .widget.widget_archive ul li,
.wildworld_sidebar .widget.widget_wildworld_categories_widget ul li,
.wildworld_sidebar .widget_layered_nav ul li {
    min-height: 24px;
    clear: both;
}

.wildworld_sidebar .widget.widget_categories ul li a,
.wildworld_sidebar .widget.widget_archive ul li a,
.wildworld_sidebar .widget.widget_wildworld_categories_widget ul li a,
.wildworld_sidebar .widget_layered_nav ul li a,
.wildworld_sidebar .widget.widget_rating_filter ul li a .star-rating {
    float: left;
}

.wildworld_sidebar .widget.widget_categories ul li,
.wildworld_sidebar .widget.widget_wildworld_categories_widget ul li,
.wildworld_sidebar .widget.widget_recent_entries ul li,
.wildworld_sidebar .widget.widget_archive ul li,
.wildworld_sidebar .widget.widget_pages ul li,
.wildworld_sidebar .widget.widget_meta ul li,
.wildworld_sidebar .widget.widget_recent_comments ul li,
.wildworld_sidebar .widget.widget_product_categories ul li,
.wildworld_sidebar .widget.widget_layered_nav ul li,
.wildworld_sidebar .widget.widget_rating_filter ul li,
.wp-block-archives-list li,
.wp-block-latest-posts li,
.wp-block-rss li {
    margin-bottom: 16px;
}

.wildworld_sidebar .widget.widget_categories ul li ul.children,
.wildworld_sidebar .widget.widget_wildworld_categories_widget ul li ul.children,
.wildworld_sidebar .widget.widget_recent_entries ul li ul.children,
.wildworld_sidebar .widget.widget_archive ul li ul.children,
.wildworld_sidebar .widget.widget_pages ul li ul.children,
.wildworld_sidebar .widget.widget_meta ul li ul.children,
.wildworld_sidebar .widget.widget_recent_comments ul li ul.children,
.wildworld_sidebar .widget.widget_product_categories ul li ul.children,
.wildworld_sidebar .widget.widget_layered_nav ul li ul.children,
.wildworld_sidebar .widget.widget_rating_filter ul li ul.children,
.wp-block-archives-list li ul.children,
.wp-block-latest-posts li ul.children,
.wp-block-rss li ul.children {
    margin-top: 16px;
    margin-left: 10px;
}

.footer_widget.widget_categories ul li,
.footer_widget.widget_wildworld_categories_widget ul li,
.footer_widget.widget_recent_entries ul li,
.footer_widget.widget_archive ul li,
.footer_widget.widget_pages ul li,
.footer_widget.widget_meta ul li,
.footer_widget.widget_recent_comments ul li,
.footer_widget.widget_product_categories ul li,
.footer_widget.widget_layered_nav ul li,
.footer_widget.widget_rating_filter ul li {
    margin-bottom: 8px;
}

.footer_widget.widget_categories ul li ul.children,
.footer_widget.widget_wildworld_categories_widget ul li ul.children,
.footer_widget.widget_recent_entries ul li ul.children,
.footer_widget.widget_archive ul li ul.children,
.footer_widget.widget_pages ul li ul.children,
.footer_widget.widget_meta ul li ul.children,
.footer_widget.widget_recent_comments ul li ul.children,
.footer_widget.widget_product_categories ul li ul.children,
.footer_widget.widget_layered_nav ul li ul.children,
.footer_widget.widget_rating_filter ul li ul.children {
    margin-top: 8px;
    margin-left: 10px;
}

.wildworld_sidebar .widget.widget_rss ul li,
.wildworld_sidebar .widget.widget_nav_menu ul li a,
.wp-block-archives-list li a,
.wp-block-rss li a {
    margin-bottom: 16px;
}

.wildworld_sidebar .widget.widget_rss ul li,
.wp-block-rss li a {
    margin-bottom: 26px;
}

.wildworld_sidebar .widget.widget_rss ul li a,
.wildworld_sidebar .widget.widget_nav_menu ul li a,
.footer_widget.widget_rss ul li a,
.wp-block-rss li a {
    font-weight: 600;
}

.wildworld_sidebar .widget.widget_nav_menu ul li a,
.footer_widget.widget_nav_menu a {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.widget_rss .rsswidget img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.footer_widget.widget_rss .rsswidget img {
    top: 0;
}

.widget_rss .rss-date {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #999999;
}

.widget_rss cite {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.footer_widget.widget_rss .rss-date,
.footer_widget.widget_rss cite {
    color: #ffffff;
}

.footer_widget.widget_rss ul li {
    margin-bottom: 17px;
}

.wildworld_sidebar .widget.widget_categories ul li a:hover,
.wildworld_sidebar .widget.widget_recent_entries ul li a:hover,
.wildworld_sidebar .widget.widget_archive ul li a:hover,
.wildworld_sidebar .widget.widget_pages ul li a:hover,
.wildworld_sidebar .widget.widget_meta ul li a:hover,
.wildworld_sidebar .widget.widget_recent_comments ul li a:hover,
.wildworld_sidebar .widget.widget_rss .widget_title a:hover,
.wildworld_sidebar .widget.widget_rss ul li a:hover,
.wildworld_sidebar .widget.widget_nav_menu ul li a:hover,
.wildworld_sidebar .widget.widget_layered_nav ul li a:hover,
.wildworld_sidebar .widget.widget_rating_filter ul li a:hover,
.wildworld_sidebar .widget_calendar table a:hover,
.wp-block-archives-list li a:hover,
.wp-block-latest-posts li a:hover,
.wp-block-rss li a:hover {
    color: #a3a3a3;
}

.wildworld_widget_select_wrapper,
.wp-block-archives.wp-block-archives-dropdown,
.wp-block-categories.wp-block-categories-dropdown {
    position: relative;
}

.wildworld_sidebar .wildworld_widget_select_wrapper,
.footer_widget .wildworld_widget_select_wrapper {
    margin-top: 21px;
}

.wildworld_widget_select_wrapper:after,
.wp-block-archives.wp-block-archives-dropdown:after,
.wp-block-categories.wp-block-categories-dropdown:after {
    content: '\f107';
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    line-height: 60px;
    color: #999999;
    position: absolute;
    top: 0;
    right: 19px;
}

.wildworld_sidebar .widget select,
.footer_widget select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    width: 100%;
    height: 60px;
    border-radius: 0;
    color: #999999;
    border: solid 2px #e1e1e1;
    background: transparent;
    padding: 0 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footer_widget select {
    color: #FFFFFF;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    background: transparent;
}

.wildworld_sidebar .widget select:active,
.wildworld_sidebar .widget select:focus,
.footer_widget select:active,
.footer_widget select:focus,
.wp-block-archives-dropdown select:focus,
.wp-block-archives-dropdown select:active,
.wp-block-categories-dropdown select:focus,
.wp-block-categories-dropdown select:active {
    outline: none;
}

.wp-block-archives-list,
.wp-block-archives-dropdown select,
.wp-block-calendar,
.wp-block-categories-dropdown,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-search,
.wp-block-tag-cloud,
.wp-block-rss {
    margin-bottom: 50px;
}

.wildworld_sidebar .widget.widget_nav_menu ul li a {
    margin-bottom: 16px;
}

.wildworld_sidebar .widget_nav_menu ul li.menu-item-has-children > a,
.footer_widget.widget_nav_menu:nth-of-type(n+4) ul li.menu-item-has-children > a {
    position: relative;
}

.wildworld_sidebar .widget_nav_menu ul li.menu-item-has-children > a:after,
.footer_widget.widget_nav_menu:nth-of-type(n+4) ul li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: FontAwesome, sans-serif;
    cursor: pointer;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.wildworld_sidebar .widget_nav_menu ul li.menu-item-has-children.open > a:after,
.footer_widget.widget_nav_menu:nth-of-type(n+4) ul li.menu-item-has-children.open > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wildworld_sidebar .widget_nav_menu ul li.menu-item-has-children ul.sub-menu,
.footer_widget.widget_nav_menu:nth-of-type(n+4) ul li.menu-item-has-children ul.sub-menu {
    display: none;
}

.wildworld_sidebar .widget.widget_nav_menu ul li .sub-menu {
    padding-left: 10px;
}

.footer_widget.widget_nav_menu:nth-of-type(n+4) ul li .sub-menu {
    margin-left: 10px;
}

.footer_widget.widget_search .form__field {
    background: transparent;
    color: #FFFFFF;
}

.footer_widget.widget_search .form__field::placeholder {
    background: transparent;
    color: #FFFFFF;
}

.footer_widget.widget_search .form__field:-moz-placeholder {
    background: transparent;
    color: #FFFFFF;
}

.footer_widget.widget_nav_menu:nth-of-type(n+4) ul.menu li {
    width: 100%;
}

.wildworld_sidebar .widget.widget_recent_comments ul li .comment-author-link a {
    font-weight: 600;
    color: #444444;
}

/* --------------------------- */
/* --- Recent Posts Widget --- */
/* --------------------------- */
.wildworld_sidebar .widget.widget_recent_entries {
    margin-bottom: 37px;
}

.wildworld_sidebar .widget.widget_recent_entries .widget_title {
    margin-bottom: 11px;
}

.wildworld_sidebar .widget.widget_recent_entries ul li:not(:last-of-type),
.footer_widget.widget_recent_entries ul li:not(:last-of-type) {
    margin-bottom: 21px;
}

.widget.widget_recent_entries .post-date {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #a3a3a3;
    margin-top: 19px;
}

/* ------------------------------ */
/* --- Recent Comments Widget --- */
/* ------------------------------ */
.wildworld_sidebar .widget.widget_recent_comments {
    margin-bottom: 43px;
}

.wildworld_sidebar .widget.widget_recent_comments .widget_title {
    margin-bottom: 10px;
}

.wildworld_sidebar .widget.widget_recent_comments ul li {
    line-height: 1.6;
    letter-spacing: .05px;
    padding-left: 22px;
    margin-bottom: 17px;
    position: relative;
}

.wildworld_sidebar .widget.widget_categories ul li,
.wildworld_sidebar .widget.widget_pages ul li,
.wildworld_sidebar .widget.widget_meta ul li,
.wildworld_sidebar .widget.widget_recent_entries ul li,
.wildworld_sidebar .widget.widget_archive ul li {
    padding-left: 22px;
    position: relative;
}

.wildworld_sidebar .widget.widget_categories ul li:before,
.wildworld_sidebar .widget.widget_archive ul li:before,
.wildworld_sidebar .widget.widget_pages ul li:before,
.wildworld_sidebar .widget.widget_meta ul li:before,
.wildworld_sidebar .widget.widget_recent_entries ul li:before,
.wildworld_sidebar .widget.widget_recent_comments ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ffffff;
    border: solid 1px #b9b9b9;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}

/* ------------------- */
/* --- Tags Widget --- */
/* ------------------- */
.wildworld_sidebar .widget.widget_tag_cloud {
    margin-bottom: 40px;
}

.wildworld_sidebar .widget.widget_tag_cloud .widget_title {
    margin-bottom: 16px;
}

.wildworld_sidebar .widget.widget_tag_cloud .tagcloud,
.footer_widget.widget_tag_cloud .tagcloud,
.wildworld_sidebar .widget.widget_product_tag_cloud .tagcloud,
.wp-block-tag-cloud {
    font-size: 0;
    line-height: 0;
}

.wildworld_sidebar .widget.widget_tag_cloud .tagcloud a,
.footer_widget.widget_tag_cloud .tagcloud a,
.wildworld_sidebar .widget.widget_product_tag_cloud .tagcloud a,
.wp-block-tag-cloud a,
.wildworld_standard_blog_listing .wildworld_blog_listing_categories a {
    display: inline-block;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0.1px;
    font-weight: 700;
    padding: 10px 14px 9px;
    margin: 0 10px 10px 0;
    border-radius: 0;
}

.wp-block-tag-cloud a {
    text-decoration: none;
}

.wildworld_sidebar .widget.widget_tag_cloud .tagcloud a:hover,
.wildworld_sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.wildworld_standard_blog_listing .wildworld_blog_listing_categories a:hover {
    background: #333333;
}

.footer_widget.widget_tag_cloud .tagcloud a:hover {
    background: #FFFFFF;
}

/* --------------------- */
/* --- Search Widget --- */
/* --------------------- */
.wildworld_sidebar .widget.widget_search {
    margin-bottom: 51px;
}

.wildworld_sidebar .widget.widget_search form,
.footer_widget.widget_search form,
.wildworld_sidebar .widget_product_search form {
    position: relative;
}

.wildworld_sidebar .widget.widget_search .form__field,
.footer_widget.widget_search .form__field,
.wp-block-search input[type="search"],
.wildworld_sidebar .widget_product_search input[type="search"] {
    padding: 0 20px 0 48px;
    margin: 0;
}

.wp-block-search input[type="search"] {
    width: auto;
}

.wp-block-search input[type="search"]:focus,
.wp-block-search input[type="search"]:active {
    background: transparent;
}

.wildworld_sidebar .widget.widget_search .wildworld_icon_search,
.footer_widget.widget_search .wildworld_icon_search {
    line-height: 1;
    cursor: pointer;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    left: 23px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_sidebar .widget.widget_search .wildworld_icon_search:hover,
.footer_widget.widget_search .wildworld_icon_search:hover {
    opacity: .75;
}

.wp-block-search button[type="submit"] {
    height: 60px;
}

/* ----------------------- */
/* --- Calendar Widget --- */
/* ----------------------- */
.wildworld_sidebar .widget_calendar {
    margin-bottom: 39px;
}

.wildworld_sidebar .widget_calendar .widget_title {
    margin-bottom: 21px;
}

.wildworld_sidebar .widget_calendar .calendar_wrap {
    background: #f7f7f7;
    padding: 19px 12px 25px;
}

.wp-block-calendar table,
.wildworld_sidebar .widget_calendar table,
.footer_widget.widget_calendar table {
    width: 100%;
    position: relative;
    z-index: 2;
}

.wp-block-calendar caption,
.wildworld_sidebar .widget_calendar caption,
.footer_widget.widget_calendar caption {
    caption-side: top;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    color: #99989b;
    padding: 0 0 10px;
}

.wildworld_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before,
.wildworld_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-next a:after,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-next a:after {
    background: #f7f7f7;
}

.footer_widget.widget_calendar caption {
    color: #ffffff;
}

.wp-block-calendar table,
.wildworld_sidebar .widget_calendar table,
.footer_widget.widget_calendar table,
.wp-block-calendar table,
.wildworld_sidebar .widget_calendar nav {
    font-weight: 700;
}


.wildworld_sidebar .widget_calendar table th,
.footer_widget.widget_calendar table th,
.footer_widget.widget_calendar table td,
.wp-block-calendar table th,
.wildworld_sidebar .widget_calendar table td,
.wp-block-calendar table td {
    border: none;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    position: relative;
}

.wildworld_sidebar .widget_calendar table th,
.footer_widget.widget_calendar table th,
.wp-block-calendar table th {
    font-size: 15px;
    color: #929294;
}

.wp-block-calendar table th {
    background: transparent;
    font-weight: 700;
}

.wildworld_sidebar .widget_calendar table td a,
.wp-block-calendar table td a,
.footer_widget.widget_calendar table td a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 5;
}

.wildworld_sidebar .widget_calendar table td#today:after,
.wp-block-calendar table td#today:after,
.footer_widget.widget_calendar table td#today:after,
.wildworld_sidebar .widget_calendar table td a:after,
.wp-block-calendar table td a:after,
.footer_widget.widget_calendar table td a:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #ebebeb;
    border-radius: 50px;
    margin: -16px 0 0 -15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_sidebar .widget_calendar table td a,
.wp-block-calendar table td a {
    color: #ffffff;
}

.wildworld_sidebar .widget_calendar table td a:hover,
.wp-block-calendar table td a:hover {
    color: #333333;
}

.wildworld_sidebar .widget_calendar table td a:after,
.wp-block-calendar table td a:after {
    background: #333333;
}

.footer_widget.widget_calendar table td a:hover:after {
    background: #FFFFFF;
}

.wp-block-calendar .wp-calendar-nav a {
    color: #333333;
    font-weight: 700;
    text-decoration: none;
}

.wildworld_sidebar .widget_calendar .wp-calendar-nav,
.footer_widget.widget_calendar .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.wildworld_sidebar .widget_calendar .wp-calendar-nav span:not(.pad),
.wp-block-calendar .wp-calendar-nav span:not(.pad),
.footer_widget.widget_calendar .wp-calendar-nav span:not(.pad) {
    position: relative;
}

.wildworld_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before,
.wildworld_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-next a:after,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-next a:after {
    width: 15px;
    height: 100%;
    font-size: 13px;
    line-height: 30px;
    font-family: FontAwesome, sans-serif;
    color: #a3a3a3;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev,
.footer_widget.widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev {
    padding-left: 7px;
    margin-left: 11px;
}

.wildworld_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-next,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-next,
.footer_widget.widget_calendar .wp-calendar-nav span.wp-calendar-nav-next {
    padding-right: 7px;
    margin-right: 11px;
}

.wildworld_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev a:before {
    content: '\f104';
    left: 0;
}

.wildworld_sidebar .widget_calendar .wp-calendar-nav span.wp-calendar-nav-next a:after,
.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-next a:after {
    content: '\f105';
    text-align: right;
    right: 0;
}

.footer_widget.widget_calendar table {
    position: relative;
    z-index: 1;
}

.footer_widget.widget_calendar table td {
    line-height: 2;
}

.footer_widget.widget_calendar table td#today,
.footer_widget.widget_calendar table td a {
    color: #000000;
}

/* ------------------------ */
/* --- Instagram Widget --- */
/* ------------------------ */
.wildworld_sidebar .widget_instagram-feed-widget .widget_title {
    margin-bottom: 21px;
    position: relative;
}

.wildworld_sidebar .widget_instagram-feed-widget .widget_title:after {
    content: '\f16d';
    font-family: FontAwesome, sans-serif;
    font-size: 22px;
    position: absolute;
    top: 3px;
    right: 4px;
}

.wildworld_sidebar .widget_instagram-feed-widget #sb_instagram.sbi_fixed_height,
.wildworld_sidebar .widget_instagram-feed-widget .sb_instagram.sbi_fixed_height {
    height: auto !important;
}

.wildworld_sidebar .widget_instagram-feed-widget #sbi_images,
.wildworld_sidebar .widget_instagram-feed-widget .sbi_images {
    margin-left: -5px;
}

.sb_instagram.sbi_col_6 .sbi_images .sbi_item {
    width: 16.66%;
}

body .wildworld_sidebar .widget_instagram-feed-widget .sbi_item,
.footer_widget.widget_instagram-feed-widget .sbi_item,
body .wildworld_sidebar .widget_instagram-feed-widget .sb_instagram.sbi_col_6 .sbi_images .sbi_item,
.footer_widget.widget_instagram-feed-widget .sb_instagram.sbi_col_6 .sbi_images .sbi_item {
    width: 33.333333% !important;
}

.wildworld_sidebar .widget_instagram-feed-widget .sbi_photo_wrap {
    padding: 0 0 5px 5px;
}

.footer_widget.widget_instagram-feed-widget #sb_instagram.sbi_fixed_height,
.footer_widget.widget_instagram-feed-widget .sb_instagram.sbi_fixed_height {
    height: auto !important;
}

/* -------------------------- */
/* --- Destination Widget --- */
/* -------------------------- */
.wildworld_sidebar .widget_custom_html {
    margin-bottom: 51px;
}

.wildworld_destination_widget {
    margin-top: 25px;
    padding-bottom: 11px;
}

.wildworld_destination_widget .wildworld_destination_item {
    position: relative;
    display: block;
    padding: 26px 30px 27px 30px;
    overflow: hidden;
}

.wildworld_destination_widget .wildworld_destination_item:not(:last-of-type) {
    margin-bottom: 5px;
}

.wildworld_destination_widget .wildworld_destination_item img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.wildworld_destination_widget .wildworld_destination_item h6 {
    color: #fff;
    margin-bottom: 0;
    -webkit-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
}

.wildworld_destination_widget .wildworld_destination_item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

/* --------------------- */
/* --- Banner Widget --- */
/* --------------------- */
.wildworld_banner_item {
    position: relative;
    text-align: center;
    min-height: 380px;
    padding: 40px 15px 50px 15px;
}

.wildworld_banner_item h5 {
    letter-spacing: -1.2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.wildworld_banner_item h5 span {
    font-weight: 300;
}

.wildworld_button.wildworld_banner_button {
    letter-spacing: 0;
    padding: 2px 38px 4px;
    border: 2px solid #fff;
}

.wildworld_button.wildworld_banner_button:hover {
    background: #ffffff;
    border-color: #ffffff;
}

/* ------------------------- */
/* ------ Woo Widgets ------ */
/* ------------------------- */
.wildworld_sidebar .widget_product_categories li {
    text-align: right;
}

.wildworld_sidebar .widget_product_categories a {
    display: inline-block;
    float: left;
    position: relative;
}

.wildworld_sidebar .widget_product_categories a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_sidebar .widget_product_categories a:hover:after {
    width: 100%;
}

/* ----------------------------- */
/* --- Product Search Widget --- */
/* ----------------------------- */
.wildworld_sidebar .widget_product_search form {
    position: relative;
}

.wildworld_sidebar .widget_product_search input[type="search"] {
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    width: 100%;
    border-radius: 0;
    border: 2px solid;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    outline: 0;
}

.wildworld_sidebar .widget_product_search button {
    width: 16px;
    height: 16px;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    color: #999999;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_sidebar .widget_product_search button:hover {
    opacity: .75;
}

.wildworld_sidebar .widget_product_search button:after {
    content: '\f002';
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    line-height: 16px;
}

/* --------------------------- */
/* --- Price Filter Widget --- */
/* --------------------------- */
.woocommerce .widget_price_filter .widget_title {
    margin-bottom: 34px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
    margin-bottom: 20px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #ece9e7;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    border: solid 2px #ece9e7;
    top: -7px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
}

.woocommerce .widget_price_filter .price_slider_amount {
    padding: 60px 0 80px;
    text-align: left;
    position: relative;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    width: 100%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label span {
    width: 90px;
    height: 50px;
    background: #FFFFFF;
    border: solid 2px #e1e1e1;
    border-radius: 0;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 0;
}

@media only screen and (min-width: 1200px) {
    .woocommerce .widget_price_filter .price_slider_amount .price_label span {
        width: 120px;
    }
}

.woocommerce .widget_price_filter .price_slider_amount .price_label span:first-of-type {
    left: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label span:last-of-type {
    right: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    display: inline-block;
    min-width: auto;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    padding: 14px 40px;
    border-radius: 0;
    letter-spacing: .050em;
    text-decoration: none;
    background: transparent;
    border: 2px solid;
    -webkit-transition: all .3s;
    transition: all .3s;
    float: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    box-shadow: 0 20px 38px rgba(0,0,0,.16);
}

/* ------------------------ */
/* --- Products Widgets --- */
/* ------------------------ */
.widget_recently_viewed_products .widget_title,
.widget_recent_reviews .widget_title,
.widget_top_rated_products .widget_title,
.widget_products .widget_title {
    margin-bottom: 12px;
}

.woocommerce ul.product_list_widget li:not(:last-of-type) {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

.woocommerce ul.product_list_widget li a {
    line-height: 15px;
}

.woocommerce ul.product_list_widget li a:hover span.product-title {
    opacity: .75;
}

.woocommerce ul.product_list_widget li img {
    width: 76px;
    height: auto;
    background: #ffffff;
    margin: 0;
    float: left;
}

.woocommerce ul.product_list_widget li span.product-title,
.woocommerce ul.product_list_widget li span.amount:first-of-type {
    margin-left: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce ul.product_list_widget li span.amount {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-top: 5px;
}

.woocommerce ul.product_list_widget li del span.amount {
    text-decoration: line-through;
    opacity: .5;
}

.woocommerce ul.product_list_widget li ins span.amount {
    margin-left: 0 !important;
}

.woocommerce ul.product_list_widget li .star-rating {
    display: block;
    margin-top: 5px;
    margin-left: 94px;
}

.woocommerce ul.product_list_widget li span.reviewer {
    margin-left: 18px;
}

/* ------------------- */
/* --- Cart Widget --- */
/* ------------------- */
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    left: auto;
    right: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
    opacity: .75;
    background: transparent;
}

.woocommerce .widget_shopping_cart ul.product_list_widget li img,
.woocommerce.widget_shopping_cart ul.product_list_widget li img {
    margin-right: 18px;
}

.woocommerce .widget_shopping_cart ul.product_list_widget li span.amount,
.woocommerce.widget_shopping_cart ul.product_list_widget li span.amount {
    margin-left: 0;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    font-size: 14px;
    border: none;
    padding-top: 10px;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    display: inline-block;
    min-width: auto;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    padding: 14px 24px;
    border-radius: 0;
    letter-spacing: .050em;
    text-decoration: none;
    background: transparent;
    border: 2px solid;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover {
    box-shadow: 0 20px 38px rgba(0,0,0,.16);
}

/* ------------------------------------- */
/* ---------- Single Donation ---------- */
/* ------------------------------------- */
.wildworld-donations .wildworld_media_output_container {
    margin-bottom: 34px;
}

.wildworld_single_post_donation_form_container {
    position: relative;
    z-index: 5;
}

body .give-form-title {
    font-size: 40px;
    letter-spacing: -.05em;
    text-transform: uppercase;
    margin-bottom: 16px !important;
}

body .give-form-title span {
    font-weight: 300;
}

.wildworld_donation_excerpt_container {
    margin-bottom: 65px;
}

.give-goal-progress {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.give-progress-bar {
    width: 100%;
    height: 13px;
    border-radius: 20px;
    overflow: visible;
    position: relative;
}

.give-progress-bar > span {
    overflow: visible;
}

.give-progress-bar .wildworld_progress_bar_marker {
    font-weight: 700;
    color: #333333;
    border-radius: 0;
    background: transparent;
    position: absolute;
    top: -35px;
    right: -20px;
}

.give-goal-progress .raised {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 0;
    margin: 27px 0 0;
}

.give-goal-progress .raised span {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
    font-weight: 700;
    color: #333333;
    margin-right: 30px;
    position: relative;
}

.give-goal-progress .raised span:first-of-type:before {
    content: 'Pledged: ';
}

.give-goal-progress .raised span:last-of-type:before {
    content: 'Goal: ';
}

.give-goal-progress .raised span:before {
    margin-right: 1px;
    letter-spacing: 0;
    font-weight: 700;
}

.give-progress-bar span {
    border-radius: 20px;
    background: -moz-linear-gradient(left, #48dad5 0%, #46e26b 100%);
    background: -webkit-linear-gradient(left, #48dad5 0%, #46e26b 100%);
    background: linear-gradient(to right, #48dad5 0%, #46e26b 100%);
}

.set-price.give-donation-amount,
.give-total-wrap {
    display: inline-block;
    vertical-align: top;
}

body form[id*=give-form] {
    margin-bottom: 0;
}

body form[id*=give-form] .give-donation-amount {
    position: relative;
}

body form[id*=give-form] .give-donation-amount #give-amount-text,
body form[id*=give-form] .give-donation-amount .give-text-input,
form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text {
    height: 60px;
    display: inline-block;
    font-size: 16px;
    line-height: 58px;
    letter-spacing: -.05em;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding: 0 65px;
    border: solid 2px #e1e1e1;
    border-radius: 0;
    position: relative;
}

body form[id*=give-form] .give-donation-amount .give-text-input {
    margin-bottom: 10px;
}

form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text {
    width: auto;
    max-width: 210px;
}

.give_warning {
    font-size: 14px;
    line-height: 1.5;
}

body form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    width: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 42px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
}

body form[id*=give-form] #give-donation-level-radio-list,
body form[id*=give-form] .give-donation-levels-wrap,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 17px 0 0;
    vertical-align: top;
    clear: both;
}

body form[id*=give-form] .give-donation-levels-wrap input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    opacity: 0;
}

body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="text"],
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p input[type="email"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

body form[id*=give-form] #give-donation-level-radio-list li,
body form[id*=give-form] .give-donation-levels-wrap li,
body form[id*=give-form] #give-gateway-radio-list li,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -.05em;
    font-weight: 700;
    color: #333333;
    padding-left: 17px;
    margin-left: 40px;
}

body form[id*=give-form] .give-donation-levels-wrap + fieldset ul {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}

body form[id*=give-form] #give-gateway-radio-list li,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li {
    margin-left: 0;
    margin-right: 40px;
}

body form[id*=give-form] #give-donation-level-radio-list li input[type="radio"] + label,
body form[id*=give-form] #give-gateway-radio-list li input[type="radio"] + label,
body form[id*=give-form] .give-donation-levels-wrap li input[type="radio"] + label,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"] + label {
    position: relative;
}

body form[id*=give-form] #give-donation-level-radio-list li input[type="radio"]:checked + label:before,
body form[id*=give-form] #give-donation-level-radio-list li input[type="radio"]:not(:checked) + label:before,
body form[id*=give-form] #give-gateway-radio-list li input[type="radio"]:checked + label:before,
body form[id*=give-form] #give-gateway-radio-list li input[type="radio"]:not(:checked) + label:before,
body form[id*=give-form] .give-donation-levels-wrap li input[type="radio"]:checked + label:before,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"]:checked + label:before,
body form[id*=give-form] .give-donation-levels-wrap li input[type="radio"]:not(:checked) + label:before,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"]:not(:checked) + label:before {
    content: '';
    width: 14px;
    height: 14px;
    background: none;
    border: solid 2px #999999;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -24px;
}

body form[id*=give-form] #give-gateway-radio-list li input[type="radio"]:checked + label:before,
body form[id*=give-form] #give-gateway-radio-list li input[type="radio"]:not(:checked) + label:before,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"]:checked + label:before,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"]:not(:checked) + label:before {
    top: 4px;
}

body form[id*=give-form] #give-donation-level-radio-list li input[type="radio"]:checked + label:after,
body form[id*=give-form] #give-gateway-radio-list li input[type="radio"]:checked + label:after,
body form[id*=give-form] .give-donation-levels-wrap li input[type="radio"]:checked + label:after,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"]:checked + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #4e4e4e;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -20px;
}

body form[id*=give-form] #give-gateway-radio-list li input[type="radio"]:checked + label:after,
body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"]:checked + label:after {
    top: 8px;
}

body form[id*=give-form] #give-gateway-radio-list,
body form[id*=give-form] .give-donation-levels-wrap + fieldset {
    margin-left: 4px;
}

#give-payment-mode-select,
body form[id*=give-form] .give-donation-levels-wrap + fieldset {
    clear: both;
    position: relative;
    top: 45px;
}

#give-payment-mode-select .give-payment-mode-label,
body form[id*=give-form] .give-donation-levels-wrap + fieldset .give-payment-mode-label,
form.give-form .give-hidden, form[id*=give-form] .give-hidden {
    display: block;
    letter-spacing: 0;
    margin-bottom: 9px;
    border: none;
    color: #333333;
}

form.give-form .give-hidden,
form[id*=give-form] .give-hidden {
    font-size: 1.15em;
    font-weight: 700;
    margin: 10px 0 14px;
    padding: 0 0 5px;
}

form.give-form .give-hidden:after,
form[id*=give-form] .give-hidden:after,
#give-payment-mode-select .give-payment-mode-label:after {
    content: '*';
    position: relative;
    top: -4px;
    left: 2px;
}

body form[id*=give-form] .give-donation-levels-wrap + fieldset + div {
    margin-top: 83px;
}

#give_purchase_form_wrap {
    margin-top: 88px;
}

#give_purchase_form_wrap #give_checkout_user_info > legend,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div legend {
    border: none;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.9px;
    color: #333333;
    margin-bottom: 21px;
}

body #give_checkout_user_info,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div {
    font-size: 0;
    line-height: 0;
}

body #give_checkout_user_info p,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p {
    display: inline-block;
    width: 33.333333%;
    margin: 0;
    float: none;
}

body #give_checkout_user_info p:first-of-type,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p:first-of-type {
    padding-right: 20px;
}

body #give_checkout_user_info p:nth-of-type(2),
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p:nth-of-type(2) {
    padding: 0 10px;
}

body #give_checkout_user_info p:last-of-type,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p:last-of-type {
    padding-left: 20px;
}

body #give_checkout_user_info p label,
body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p label {
    display: none;
}

.give-donation-submit #give-final-total-wrap,
.give-donation-submit p.form-wrap {
    display: none;
}

.give-submit-button-wrap {
    margin-top: 70px;
}

.give-submit-button-wrap input[type="submit"] {
    padding: 20px 63px 17px;
}

/* ---------------------------------- */
/* ---------- Blog Listing ---------- */
/* ---------------------------------- */
.wildworld_pagination,
.woocommerce-pagination {
    display: flex;
    align-items: flex-end;
    justify-content: center;
	margin-top: 30px;
}

.wildworld_pagination nav,
.woocommerce-pagination nav {
    margin-top: 39px;
}

.wildworld_content_paging_wrapper .page-link span,
.wildworld_content_paging_wrapper .page-link a,
.wildworld_pagination span,
.wildworld_pagination a,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li span.current {
    min-width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    margin: 0 3px;
    border: solid 2px #ededed;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li span.current {
    line-height: 34px;
}

.wildworld_content_paging_wrapper .page-link a:hover,
.wildworld_pagination a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #333333;
}

.wildworld_pagination .prev,
.wildworld_pagination .next,
.woocommerce-pagination .prev,
.woocommerce-pagination .next {
    padding: 0 45px;
}

.wildworld_pagination .prev,
.woocommerce-pagination .prev {
    margin-left: 0;
    margin-right: 21px;
}

.wildworld_pagination .next,
.woocommerce-pagination .next {
    margin-left: 21px;
    margin-right: 0;
}

.wildworld_pagination .prev i {
    margin-right: 10px;
}

.wildworld_pagination .next i {
    margin-left: 10px;
}

/* ------------------------------------ */
/* ---------- 404 Error Page ---------- */
/* ------------------------------------ */
body.error404.admin-bar,
body.error404.admin-bar .wildworld_page-wrapper {
    min-height: calc(100vh - 32px);
}

.wildworld_404_error_container {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.wildworld_404_error_inner {
    width: 100%;
    height: 600px;
    display: table;
}

@media only screen and (min-width: 768px) {
    .wildworld_404_error_inner {
        height: 700px;
    }
}

@media only screen and (min-width: 992px) {
    .wildworld_404_error_inner {
        height: 800px;
    }
}

@media only screen and (min-width: 1200px) {
    .wildworld_404_error_inner {
        height: 900px;
    }
}

.wildworld_404_error_align_container {
    display: table-cell;
    vertical-align: middle;
}

.wildworld_404_content {
    position: relative;
}

.wildworld_404_error_title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 100px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 900;
    color: #FFFFFF;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .wildworld_404_error_title {
        font-size: 150px;
        line-height: 100px;
    }
}

@media only screen and (min-width: 992px) {
    .wildworld_404_error_title {
        font-size: 200px;
        line-height: 150px;
    }
}

@media only screen and (min-width: 1200px) {
    .wildworld_404_error_title {
        font-size: 250px;
        line-height: 200px;
    }
}

.wildworld_404_error_subtitle,
.wildworld_404_error_info_text,
.wildworld_404_home_button.wildworld_button.wildworld_button--primary {
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.wildworld_404_error_subtitle {
    font-family: "Nunito Sans", sans-serif;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
}

.wildworld_404_error_info_text {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.wildworld_404_home_button.wildworld_button.wildworld_button--primary {
    padding: 10px 70px;
    margin-top: 30px;
    letter-spacing: .8px;
}

.wildworld_404_home_button.wildworld_button.wildworld_button--primary:hover {
    color: #333333;
}

/* -------------------------------------------- */
/* ---------- Standard Blog Listings ---------- */
/* -------------------------------------------- */
.wildworld_sidebar_right .wildworld_standard_blog_listing_wrapper {
    padding-right: 40px;
}

.wildworld_sidebar_left .wildworld_standard_blog_listing_wrapper {
    padding-left: 40px;
}

.wildworld_standard_blog_listing_wrapper .wildworld_blog_listing_item {
    margin-bottom: 69px;
}

.wildworld_blog_listing_image_container {
    margin-bottom: 20px;
    position: relative;
}

.wildworld_blog_listing_date_box {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 10px 20px;
}

@media only screen and (min-width: 768px) {
    .wildworld_blog_listing_date_box {
        padding: 33px;
        top: 20px;
        left: 20px;
    }
}

.wildworld_blog_listing_date_box span {
    display: block;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.wildworld_blog_listing_date_box .wildworld_blog_listing_date {
    font-size: 40px;
}

.wildworld_blog_listing_date_box .wildworld_blog_listing_month {
    font-size: 16px;
}

.wildworld_blog_listing_title {
    line-height: 1.3;
    letter-spacing: -.85px;
    margin-bottom: 12px;
}

.wildworld_blog_listing_title a {
    line-height: inherit;
    color: rgb(246 254 255 / 85%) !important;
    text-shadow: -1px -1px 1px rgb(255 255 255 / 10%), 1px 1px 1px rgb(0 0 0 / 50%);
	font-size: 32px;
}

.wildworld_blog_listing_title a:hover {
    opacity: .75;
}

body .wildworld_blog_listing_excerpt {
    margin-bottom: 10px;
}

.wildworld_standard_blog_listing .wildworld_blog_listing_tags {
    margin-bottom: 15px;
}

.wildworld_standard_blog_listing .wildworld_blog_listing_tags a {
    margin-right: 20px;
    margin-bottom: 10px;
}

.wildworld_standard_blog_listing .wildworld_blog_listing_tags a:hover {
    opacity: .75;
}

.wildworld_standard_blog_listing .wildworld_blog_listing_tags a:before {
    content: '#';
}

.wildworld_blog_listing_meta_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wildworld_blog_listing_meta_container .wildworld_blog_listing_author {
    display: flex;
    align-items: center;
}

.wildworld_blog_listing_meta_container .wildworld_blog_listing_author img {
    border-radius: 50%;
    margin-right: 15px;
}

.wildworld_blog_listing_meta_container .wildworld_blog_listing_author span {
    font-weight: 700;
    position: relative;
    top: 2px;
}

.wildworld_blog_listing_comments_and_date_container {
    display: flex;
    color: #a3a3a3;
}

.wildworld_blog_listing_inline_date {
    margin-right: 30px;
}

.wildworld_blog_listing_inline_date,
.wildworld_blog_listing_comments {
    position: relative;
    top: 3px;
}

.wildworld_blog_listing_comments .icon {
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.wildworld_standard_blog_listing .wildworld_blog_listing_link_cont {
    margin-top: 10px;
}

.wildworld_standard_blog_listing .wildworld_pagination nav {
    margin-top: -2px;
}

/* ------------------------------------------- */
/* ---------- Elementor Main Styles ---------- */
/* ------------------------------------------- */
body .elementor-section:first-of-type {
    margin-top: -10px;
}

body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1220px;
}

body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-narrow {
    margin-left: -5px;
    margin-right: -5px;
}

body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
    margin: auto;
}

body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
    margin-left: -15px;
    margin-right: -15px;
}

body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wide {
    margin-left: -20px;
    margin-right: -20px;
}

body .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-wider {
    margin-left: -30px;
    margin-right: -30px;
}

body .elementor-section.elementor-section-boxed.elementor-inner-section > .elementor-container.elementor-column-gap-default {
    margin-left: 0;
    margin-right: 0;
}

body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
}

body .elementor-section.elementor-section-boxed.elementor-inner-section > .elementor-container {
    width: 100%;
}

body .wildworld_content_wrapper .elementor-text-editor ul,
body .wildworld_content_wrapper .elementor-text-editor ol,
body .wildworld_content_wrapper .elementor-widget-text-editor ul,
body .wildworld_content_wrapper .elementor-widget-text-editor ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

body .wildworld_content_wrapper .elementor-text-editor ul li,
body .wildworld_content_wrapper .elementor-text-editor ol li,
body .wildworld_content_wrapper .elementor-widget-text-editor ul li,
body .wildworld_content_wrapper .elementor-widget-text-editor ol li {
    display: block;
    padding-left: 25px;
    position: relative;
}

body .wildworld_content_wrapper .elementor-text-editor ul li:not(:last-of-type),
body .wildworld_content_wrapper .elementor-widget-text-editor ul li:not(:last-of-type),
body .wildworld_content_wrapper ol li:not(:last-of-type),
body .wildworld_content_wrapper ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

body .wildworld_content_wrapper .elementor-text-editor ul li:before,
body .wildworld_content_wrapper .elementor-widget-text-editor ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
}

body .wildworld_content_wrapper .elementor-text-editor ol,
body .wildworld_content_wrapper .elementor-widget-text-editor ol {
    counter-reset: item;
}

body .wildworld_content_wrapper .elementor-text-editor ol > li:before,
body .wildworld_content_wrapper .elementor-widget-text-editor ol > li:before {
    content: counter(item) ".";
    counter-increment: item;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

body .elementor-widget-text-editor p a {
    text-decoration: underline;
}

body .elementor-widget-text-editor .elementor-drop-cap {
    font-size: 50px;
    line-height: 1.7;
    font-weight: 700;
    margin: 2px 15px 0;
}

body .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 700;
}

body .elementor-widget-counter .elementor-counter-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 0;
}

body .elementor-widget-heading .elementor-heading-title > a:hover {
    opacity: .75;
}

body .elementor-widget-shortcode .form__field {
    margin-bottom: 30px;
}

body .elementor-widget-shortcode .form__field.wildworld_contacts_form {
    margin-bottom: 20px;
}

body .elementor-widget-shortcode .form__message {
    height: 370px;
}

body .elementor-widget-shortcode .form__message.wildworld_contacts_form {
    height: 190px;
}

body .elementor-widget-shortcode .form__submit {
    margin-top: 18px;
}

body .elementor-widget-shortcode .form__submit.wildworld_contacts_form {
    margin-top: 0;
}

.contacts-wrapper__map {
    width: 143.24%;
    height: 482px;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 0;
}

body .wildworld_content_wrapper .elementor-text-editor a strong {
    color: #333333;
    -webkit-transition: color .3s;
    transition: color .3s;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-content,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-content {
    border-top: none;
}

body .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
    border-top: solid 2px #f3f4f5;
}

body .elementor-accordion .elementor-accordion-item {
    margin-bottom: 30px;
    border-radius: 0;
    border: solid 2px #f3f4f5;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-title,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .1px;
    font-weight: 700;
    padding: 23px 30px;
    cursor: default;
    position: relative;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-title a,
body .elementor-widget-toggle .elementor-toggle .elementor-tab-title a {
    cursor: default;
    font-family: inherit;
}

body .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    padding: 15px 30px 23px;
    font-weight: 500;
    border-top: solid 2px #f3f4f5;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right,
body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    width: 52px;
    height: 52px;
    cursor: pointer;
    position: relative;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    margin: -14px -15px 0 0;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    margin: -14px 10px 0 -15px;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
body .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    width: 1em;
    height: 1em;
    font-size: 14px;
    line-height: 1;
    color: #cdcdce;
    margin: -6px 0 0 -9px;
    position: absolute;
    top: 50%;
    left: 50%;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left .elementor-accordion-icon-closed,
body .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left .elementor-accordion-icon-opened {
    margin: -6px 0 0 -5px;
}

body .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed i,
body .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened i {
    font-weight: 400;
}

body .elementor-widget-accordion.wildworld_accordion .elementor-accordion .elementor-tab-content {
    border-top: solid 2px #FFFFFF !important;
}

body .elementor-widget-progress .elementor-title {
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -.05em;
    font-weight: 700;
    color: #777777;
    margin-bottom: 20px;
}

body .elementor-progress-wrapper,
body .elementor-progress-bar {
    height: 13px;
    border-radius: 50px;
}

body .elementor-progress-wrapper {
    background: #f9f7f6;
}

body .elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background: #37e18c;
}

body .elementor-progress-bar {
    position: relative;
}

body .elementor-progress-percentage {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #333333;
    padding: 0;
    position: absolute;
    top: -27px;
    right: 0;
}

body .elementor-social-icon:hover {
    opacity: .75;
}

body .elementor .mc4wp-form-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media only screen and (min-width: 576px) {
    body .elementor .mc4wp-form-fields {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        padding-bottom: 10px;
    }
}

body .elementor .mc4wp-form-fields input[type="email"] {
    width: 100%;
    height: 58px;
    max-width: 470px;
    background: transparent;
    outline: none;
    border: solid 2px #333333;
    color: #333333;
    padding: 15px 20px;
    margin: 0 30px 0 0;
}

body .elementor .mc4wp-form-fields input[type="email"]:active,
body .elementor .mc4wp-form-fields input[type="email"]:focus {
    background: transparent;
}

body .elementor .mc4wp-form-fields input[type="email"]::placeholder {
    color: #333333;
    opacity: 1;
}

body .elementor .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

body .elementor .mc4wp-form-fields input[type="email"]:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

body .elementor .mc4wp-form-fields input[type="submit"] {
    height: 58px;
    min-width: auto;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 700;
    color: #ffffff;
    background: #333333;
    border-color: #333333;
    padding: 18px 50px;
    margin-top: 0;
}

@media only screen and (min-width: 576px) {
    body .elementor .mc4wp-form-fields input[type="submit"] {
        margin-top: 0;
    }
}

body .elementor .mc4wp-form-fields input[type="submit"]:hover {
    color: #333333;
    background: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

body .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
    font-weight: 700;
}

#sb_instagram .sbi_photo_wrap:before,
.sb_instagram .sbi_photo_wrap:before {
    content: '\f16d';
    width: 16px;
    height: 18px;
    font-family: FontAwesome, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    opacity: 1;
    position: absolute;
    bottom: 20px;
    left: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 10;
}

.wildworld_sidebar #sb_instagram .sbi_photo_wrap:before,
.footer_widget_wrapper #sb_instagram .sbi_photo_wrap:before,
.wildworld_sidebar .sb_instagram .sbi_photo_wrap:before,
.footer_widget_wrapper .sb_instagram .sbi_photo_wrap:before {
    display: none;
}

#sb_instagram .sbi_photo_wrap:hover:before,
.sb_instagram .sbi_photo_wrap:hover:before {
    opacity: 0;
}

.footer_widget #sb_instagram #sbi_images,
.footer_widget .sb_instagram #sbi_images {
    margin-left: -8px;
}

body .footer_widget #sb_instagram #sbi_images .sbi_item,
body .footer_widget .sb_instagram #sbi_images .sbi_item {
    width: 33.333333% !important;
    padding: 0 0 8px 8px !important;
    position: relative;
}

#sb_instagram .sbi_photo,
.sb_instagram .sbi_photo {
    opacity: 1 !important;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0s;
    transition: all 0s;
}

#sb_instagram .sbi_photo:hover,
.sb_instagram .sbi_photo:hover {
    opacity: 1 !important;
}

#sb_instagram .sbi_photo:before,
.sb_instagram .sbi_photo:before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 3;
}

#sb_instagram .sbi_photo:hover:before,
.sb_instagram .sbi_photo:hover:before {
    opacity: .4;
}

.footer_widget.widget_instagram-feed-widget .wildworld_footer_widget_title {
    position: relative;
}

.footer_widget.widget_instagram-feed-widget .wildworld_footer_widget_title:after {
    content: '\f16d';
    font-family: FontAwesome, sans-serif;
    position: absolute;
    right: 8px;
}

#sb_instagram .sbi_photo:after,
.sb_instagram .sbi_photo:after {
    content: '\f16d';
    width: 24px;
    height: 24px;
    font-family: FontAwesome, sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

#sb_instagram .sbi_photo:hover:before,
.sb_instagram .sbi_photo:hover:before {
    opacity: .4;
}

#sb_instagram .sbi_photo:hover:after,
.sb_instagram .sbi_photo:hover:after {
    opacity: 1;
}

.wildworld_sidebar #sb_instagram .sbi_photo:after,
.footer_widget_wrapper #sb_instagram .sbi_photo:after,
.wildworld_sidebar .sb_instagram .sbi_photo:after,
.footer_widget_wrapper .sb_instagram .sbi_photo:after {
    display: none;
}

body .wdi_feed_thumbnail_1 .wdi_photo_wrap_inner {
    border: none;
}

body .wildworld_view_type_1 .elementor-alert,
body .wildworld_view_type_2 .elementor-alert {
    padding: 21px 70px;
    margin-bottom: 10px;
    border: none;
    position: relative;
}

body .wildworld_view_type_2 .elementor-alert {
    border: solid 2px;
    background: none;
}

body .wildworld_view_type_1 .elementor-alert .elementor-alert-title,
body .wildworld_view_type_2 .elementor-alert .elementor-alert-title {
    font-size: 20px;
    font-weight: 500;
}

body .wildworld_view_type_1 .elementor-alert .elementor-alert-title {
    color: #ffffff;
}

body .wildworld_view_type_1 .elementor-alert.elementor-alert-success {
    background: #76b330;
}


body .wildworld_view_type_1 .elementor-alert.elementor-alert-info {
    background: #308cb3;
}

body .wildworld_view_type_1 .elementor-alert.elementor-alert-warning {
    background: #e89d33;
}

body .wildworld_view_type_1 .elementor-alert.elementor-alert-danger {
    background: #e83333;
}

body .wildworld_view_type_2 .elementor-alert.elementor-alert-success {
    color: #76b330;
    border-color: #76b330;
}

body .wildworld_view_type_2 .elementor-alert.elementor-alert-info {
    color: #308cb3;
    border-color: #308cb3;
}

body .wildworld_view_type_2 .elementor-alert.elementor-alert-warning {
    color: #e89d33;
    border-color: #e89d33;
}

body .wildworld_view_type_2 .elementor-alert.elementor-alert-danger {
    color: #e83333;
    border-color: #e83333;
}

body .wildworld_view_type_1 .wildworld_alert_icon,
body .wildworld_view_type_2 .wildworld_alert_icon {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body .wildworld_view_type_1 .elementor-alert button.elementor-alert-dismiss,
body .wildworld_view_type_2 .elementor-alert button.elementor-alert-dismiss {
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 27px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

body .wildworld_view_type_1 .wildworld_alert_icon,
body .wildworld_view_type_1 .elementor-alert button.elementor-alert-dismiss {
    color: #ffffff;
}

body .wildworld_view_type_1 .elementor-alert button.elementor-alert-dismiss,
body .wildworld_view_type_2 .elementor-alert button.elementor-alert-dismiss {
    opacity: .5;
}

body .wildworld_view_type_1 .elementor-alert button.elementor-alert-dismiss:hover,
body .wildworld_view_type_2 .elementor-alert button.elementor-alert-dismiss:hover {
    opacity: 1;
}

body .wildworld_view_type_2 .elementor-alert.elementor-alert-success .wildworld_alert_icon,
body .wildworld_view_type_2 .elementor-alert.elementor-alert-success button.elementor-alert-dismiss {
    color: #76b330;
}

body .wildworld_view_type_2 .elementor-alert.elementor-alert-info .wildworld_alert_icon,
body .wildworld_view_type_2 .elementor-alert.elementor-alert-info button.elementor-alert-dismiss {
    color: #308cb3;
}

body .wildworld_view_type_2 .elementor-alert.elementor-alert-warning .wildworld_alert_icon,
body .wildworld_view_type_2 .elementor-alert.elementor-alert-warning button.elementor-alert-dismiss {
    color: #e89d33;
}

body .wildworld_view_type_2 .elementor-alert.elementor-alert-danger .wildworld_alert_icon,
body .wildworld_view_type_2 .elementor-alert.elementor-alert-danger button.elementor-alert-dismiss {
    color: #e83333;
}

.wildworld_contacts_page_form textarea {
    width: 100%;
    height: 110px;
}

.wildworld_contacts_page_form input[type="submit"] {
    min-width: 180px;
    margin-top: 27px;
}

.wildworld_contacts_banner {
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
}

.wildworld_contacts_banner p,
.wildworld_contacts_banner_mobile p {
    margin-bottom: 17px;
}

.wildworld_contacts_banner p span,
.wildworld_contacts_banner_mobile p span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 18px;
    line-height: 28px;
    text-align: center;
}

.wildworld_contacts_banner p a,
.wildworld_contacts_banner_mobile p a {
    color: inherit;
    margin-right: 6px;
    text-decoration: none;
}

.elementor-widget-shortcode #sb_instagram #sbi_images,
.elementor-widget-shortcode #sb_instagram #sbi_images .sbi_item,
.elementor-widget-shortcode #sb_instagram .sbi_photo_wrap,
.elementor-widget-shortcode #sb_instagram .sbi_photo {
    height: 100% !important;
}

.wildworld_safari_first:before {
    content: '';
    width: 75px;
    height: 205px;
    background: url("https://demo.artureanec.com/themes/wildworld/wp-content/uploads/2020/11/about-safari_left.png");
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* -------------------------------- */
/* ---------- Responsive ---------- */
/* -------------------------------- */
@media only screen and (max-width: 1700px) {
    .elementor-26 .elementor-element.elementor-element-839ee2a > .elementor-background-overlay {
        background-position: -80px 150px !important;
    }
}

@media only screen and (max-width: 1500px) {
    .elementor-26 .elementor-element.elementor-element-839ee2a > .elementor-background-overlay {
        background-position: -160px 150px !important;
    }
}

@media only screen and (max-width: 1300px) {
    .elementor-26 .elementor-element.elementor-element-839ee2a > .elementor-background-overlay {
        background-position: -300px 150px !important;
    }
}

@media only screen and (min-width: 1025px) {
    .elementor-hidden-desktop {
        display: none;
    }
}

@media only screen and (max-width: 1025px) {
    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 950px;
    }

    .wildworld_main_donation_popup {
        width: 80%;
        min-width: auto;
    }

    body .wildworld_page_title_container {
        min-height: 500px;
    }

    .wildworld_main-menu > li, body .quadmenu-navbar-nav > li {
        padding: 21px 0;
    }

    body .wildworld_page_title {
        font-size: 42px;
    }

    body .quadmenu-navbar-nav .quadmenu-item-has-children.open .quadmenu-dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .wildworld_main-menu > li.menu-item-has-children > a:before,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:before {
        right: -10px;
        -webkit-transform: rotate(45deg) translateY(-2px);
        transform: rotate(45deg) translateY(-2px);
    }

    .wildworld_main-menu > li.menu-item-has-children > a:after,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:after {
        right: -16px;
        -webkit-transform: rotate(-45deg) translateY(-2px);
        transform: rotate(-45deg) translateY(-2px);
    }

    .wildworld_main-menu > li.menu-item-has-children.open > a:before,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children.open > a:before {
        right: -13px;
        -webkit-transform: rotate(-45deg) translateY(-2px);
        transform: rotate(-45deg) translateY(-2px);
    }

    .wildworld_main-menu > li.menu-item-has-children.open > a:after,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children.open > a:after {
        right: -13px;
        -webkit-transform: rotate(45deg) translateY(-2px);
        transform: rotate(45deg) translateY(-2px);
    }

    .contacts-wrapper__map {
        width: 100%;
        height: 450px;
        position: relative;
    }

    body .give-form-title {
        font-size: 37px;
    }

    .terrarium-slider .wildworld_causes_slider_title_cont {
        padding-left: 28px;
    }

    .terrarium-slider .wildworld_causes_slider_navigation_container {
        padding-right: 28px;
    }

    .terrarium-slider .wildworld_button {
        margin-left: 28px;
    }

    .footer_widget.widget_custom_html img:first-of-type {
        margin-bottom: 20px;
    }

    .terrarium-slider .wildworld_donation_carousel_widget .wildworld_causes_slider_navigation_container {
        right: 24px;
    }

    .wildworld_recent_posts_container_title {
        margin-bottom: 34px;
    }

    .wildworld_member_form textarea {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .wildworld_mobile_menu_container .wildworld_main-menu,
    .wildworld_mobile_menu_container .quadmenu-navbar-nav {
        display: block;
    }

    .wildworld_header {
        left: 0;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li ul.sub-menu:before,
    body .wildworld_mobile_menu_container  .quadmenu-navbar-nav .quadmenu-dropdown-menu:before,
    .wildworld_mobile_menu_container .wildworld_main-menu > li:before,
    body .wildworld_mobile_menu_container  .quadmenu-navbar-nav > li:before {
        display: none;
    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li ul.sub-menu,
    body .wildworld_mobile_menu_container .quadmenu-navbar-nav .quadmenu-dropdown-menu {
        display: none;
        visibility: visible;
        background: none;
        opacity: 1;
        position: static;
        padding: 0 0 0 17px;
        margin: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li.open > .sub-menu,
    .wildworld_mobile_menu_container .wildworld_main-menu > li ul.sub-menu > li.open > .sub-menu,
    body .wildworld_mobile_menu_container .quadmenu-navbar-nav .open > .quadmenu-dropdown-menu {
        display: block;
    }

    body .wildworld_mobile_menu_container .wildworld_main-menu > li ul.sub-menu > li > a,
    .wildworld_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li > a {
        color: #ffffff;
    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li,
    body .wildworld_mobile_menu_container .quadmenu-navbar-nav > li {
        padding: 0;
        margin: 0;
    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li > a,
    body .wildworld_mobile_menu_container .quadmenu-navbar-nav > li > a {
        display: block;
    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li ul.sub-menu > li:not(:last-of-type),
    body .wildworld_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li:not(:last-of-type) {
        margin-bottom: 0;
    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li ul.sub-menu > li {
        padding: 0;
    }

    .wildworld_main-menu > li ul.sub-menu > li.menu-item-has-children:after {
        border-color: #a3a3a3;
        top: 15px;
        right: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .wildworld_main-menu > li ul.sub-menu > li.menu-item-has-children.open:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li ul.sub-menu > li > a::after,
    body .wildworld_mobile_menu_container .quadmenu-navbar-nav > li .quadmenu-dropdown-menu ul > li > a:after {
        margin-top: 1px;
    }

    body .wildworld_mobile_menu_container .quadmenu-navbar-nav > li.quadmenu-item-type-mega .quadmenu-dropdown-menu ul.quadmenu-row > li {
        display: block;
    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li.menu-item-has-children > a:before,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:before {
        content: '\f107';
        width: auto;
        height: auto;
        font-family: FontAwesome, sans-serif;
        font-size: 14px;
        line-height: 1;
        background: none !important;
        top: 4px;
        right: 0;
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);

    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li.menu-item-has-children:hover > a:before,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children:hover > a:before {
        right: 0;
        -webkit-transform: rotate(0) translateY(0);
        transform: rotate(0) translateY(0);
    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li.menu-item-has-children.open > a:before,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children.open > a:before {
        right: 0;
        -webkit-transform: rotate(180deg) translateY(0);
        transform: rotate(180deg) translateY(0);
    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li.menu-item-has-children > a:after,
    body .quadmenu-navbar-nav > li.quadmenu-item-has-children > a:after {
        display: none;
    }

    .wildworld_mobile_menu_container .wildworld_main-menu > li.current-menu-ancestor > a:after,
    body .wildworld_mobile_menu_container .quadmenu-navbar-nav > li.current-menu-ancestor > a:after {
        content: '';
        width: 30px;
        height: 2px;
        display: block;
        margin-top: 1px;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }

    .wildworld_mobile_menu_container ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .wildworld_sidebar_right .wildworld_standard_blog_listing_wrapper {
        padding-right: 0;
    }

    .wildworld_sidebar_left .wildworld_standard_blog_listing_wrapper {
        padding-left: 0;
    }
}

@media only screen and (max-width: 769px) {
    body .nojq.mobile {
        position: fixed;
    }

    .wildworld_sidebar {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 710px;
    }

    body .give-form-title {
        font-size: 32px;
    }

    #give-payment-mode-wrap {
        padding-left: 15px;
    }

    .give-submit-button-wrap {
        margin-top: 30px;
    }

    .wildworld_header_view_type_3 .wildworld_header__top .wildworld_hamburger-inner,
    .wildworld_header_view_type_3 .wildworld_header__top .wildworld_hamburger-inner::after,
    .wildworld_header_view_type_3 .wildworld_header__top .wildworld_hamburger-inner::before {
        background-color: #FFFFFF;
    }

    .wildworld_header_view_type_3 .wildworld_header__top .wildworld_hamburger.is-active .wildworld_hamburger-inner {
        background-color: transparent;
    }

    .wildworld_header_view_type_3 .wildworld_header__top {
        padding: 5px 30px 5px 55px;
    }

    body.admin-bar header.wildworld_header {
        top: 46px;
    }

    .wildworld_dropdown-trigger.d-sm-block {
        display: block !important;
    }

    .wildworld_header-logo {
        padding: 15px 0 5px;
    }

    body .elementor .sbi_fixed_height {
        height: 126px !important;
    }

    .footer_widget {
        width: 50%;
        margin-bottom: 30px;
    }

    .footer_widget #sb_instagram.sbi_fixed_height {
        height: auto !important;
    }

    .wildworld_prefooter_type_1 .footer_widget:first-of-type,
    .wildworld_prefooter_type_5 .footer_widget:first-of-type {
        width: 41.666667%;
    }

    .wildworld_prefooter_type_1 .footer_widget:nth-of-type(2),
    .wildworld_prefooter_type_5 .footer_widget:nth-of-type(2) {
        width: 58.333333%;
    }

    .wildworld_prefooter_type_1 .footer_widget:nth-of-type(3) {
        width: 100%;
        margin-bottom: 0;
    }

    .wildworld_prefooter_type_5 .footer_widget:nth-of-type(3) {
        width: 100%;
    }

    .footer_widget.widget_custom_html .wildworld_footer_menu {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 45px;
    }

    body .footer_widget #sb_instagram #sbi_images .sbi_item {
        width: 16.666666% !important;
    }

    body .wildworld_page_title_container {
        min-height: 450px;
    }

    body .wildworld_page_subtitle {
        font-size: 100px;
        line-height: 74px;
    }

    .wildworld_post_details_container > .row {
        flex-direction: column;
    }

    .wildworld_post_details_container .wildworld_post_details_author_cont,
    .wildworld_post_details_container  .wildworld_post_details_tag_cont,
    .wildworld_post_details_container .wildworld_post_details_tag_cont {
        max-width: 100%;
    }

    .wildworld_post_details_container .wildworld_post_details_author_cont {
        text-align: center;
        margin-bottom: 10px;
    }

    .wildworld_post_details_container  .wildworld_post_details_tag_cont {
        margin-bottom: 15px;
    }

    .wildworld_post_details_container {
        margin-bottom: 45px;
    }

    .wildworld_comments_cont .comment-form > .row {
        flex-direction: column;
    }

    .wildworld_comments_cont .comment-form .row .col-6 {
        max-width: 100%;
    }

    .wildworld_columns_3 .wildworld_recent_post,
    .wildworld_columns_4 .wildworld_recent_post {
        width: 50%;
    }

    body .wildworld_view_type_1 .elementor-alert,
    body .wildworld_view_type_2 .elementor-alert {
        padding: 15px 60px;
    }

    body .wildworld_view_type_1 .elementor-alert .elementor-alert-title,
    body .wildworld_view_type_2 .elementor-alert .elementor-alert-title {
        font-size: 16px;
    }

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

    .wildworld_prefooter_wrapper.wildworld_prefooter_type_2 .footer_widget:not(:first-of-type) .footer_widget_wrapper {
        padding-left: 0;
    }

    .wildworld_prefooter_wrapper.wildworld_prefooter_type_2 .footer_widget {
        width: 100%;
    }

    .wildworld_prefooter_wrapper.wildworld_prefooter_type_2 .footer_widget:last-of-type {
        width: 100%;
    }

    .wildworld_prefooter_wrapper.wildworld_prefooter_type_3 .footer_widget:nth-of-type(odd),
    .wildworld_prefooter_wrapper.wildworld_prefooter_type_3 .footer_widget:nth-of-type(even) {
        width: 50%;
    }

    .wildworld_prefooter_wrapper.wildworld_prefooter_type_3 .footer_widget:nth-of-type(even) .footer_widget_wrapper {
        padding-top: 0;
    }

    body form[id*=give-form] #give-donation-level-radio-list li,
    body form[id*=give-form] .give-donation-levels-wrap li,
    body form[id*=give-form] #give-gateway-radio-list li,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li {
        padding-left: 5px;
        position: relative;
    }

    body form[id*=give-form] #give-donation-level-radio-list li input[type="radio"],
    body form[id*=give-form] .give-donation-levels-wrap li input[type="radio"],
    body form[id*=give-form] #give-gateway-radio-list li input[type="radio"],
    body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li input[type="radio"] {
        position: absolute;
        left: -999px;
    }

    body form[id*=give-form] #give-donation-level-radio-list,
    body form[id*=give-form] .give-donation-levels-wrap,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset ul {
        margin-left: 20px;
    }

    .wildworld_prefooter_wrapper.wildworld_prefooter_type_2 {
        padding: 70px 0 75px;
    }

    .footer_type_2 .wildworld_footer_menu {
        margin: 20px 0 15px;
    }

    .wildworld_prefooter_wrapper.wildworld_prefooter_type_2 .footer_widget {
        margin-bottom: 0;
    }

    .wildworld_prefooter_type_2 .wildworld_footer-socials {
        margin: 40px 0 36px;
    }

    .wildworld_sidebar {
        margin-top: 100px;
    }

    .wildworld_blog_content_container .row.wildworld_sidebar_left,
    .wildworld_page_content_wrapper .row.wildworld_sidebar_left {
        flex-direction: row;
    }

    .wildworld_member_form textarea {
        width: 100%;
        margin-bottom: 20px;
    }

    .single-wildworld-tours .wildworld_recent_post {
        margin-bottom: 30px;
    }

    .single-wildworld-tours .wildworld_recent_post:last-of-type {
        margin-bottom: 0;
    }

    .wildworld_header_f2.wildworld_header {
        box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .06);
    }

    .wildworld_member_form textarea {
        height: 170px;
    }

    .wildworld_prefooter_wrapper.wildworld_prefooter_type_5 {
        padding-bottom: 26px;
    }
}

@media only screen and (max-width: 737px) {
    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 530px;
    }

    .wildworld_logo {
        margin-top: 0;
    }

    .wildworld_header__top {
        min-height: auto;
    }

    .wildworld_hamburger {
        top: -5px;
    }

    .wildworld_header_view_type_3 .wildworld_header__top {
        padding: 10px 15px 5px;
    }

    .wildworld_sidebar_left > .col-sm-8,
    .wildworld_sidebar_right > .col-sm-8,
    .wildworld_sidebar_left > .wildworld_sidebar,
    .wildworld_sidebar_right > .wildworld_sidebar {
        max-width: 100%;
        flex: auto;
    }

    .wildworld_sidebar_left > .wildworld_sidebar,
    .wildworld_sidebar_right > .wildworld_sidebar {
        padding-top: 15px;
    }

    .wildworld_main_donation_popup {
        z-index: 150005;
    }

    body form[id*=give-form] .give-donation-amount,
    body form[id*=give-form] #give-donation-level-radio-list {
        float: none;
    }

    .give-goal-progress {
        margin-bottom: 30px;
    }

    #give-payment-mode-select,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset {
        top: 25px;
    }

    #give_purchase_form_wrap {
        margin-top: 60px;
    }

    body form[id*=give-form] #give-donation-level-radio-list {
        margin: 0;
    }

    body form[id*=give-form] .give-donation-amount #give-amount-text {
        width: 100%;
    }

    body form[id*=give-form] #give-donation-level-radio-list li {
        margin: 0 20px 5px;
    }

    body #give_checkout_user_info p,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p {
        width: 100%;
        margin-bottom: 30px;
    }

    body #give_checkout_user_info p:first-of-type,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p:first-of-type,
    body #give_checkout_user_info p:nth-of-type(2),
    body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p:nth-of-type(2),
    body #give_checkout_user_info p:last-of-type,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset + div p:last-of-type {
        padding: 0;
    }

    .give-submit-button-wrap {
        margin-top: 0;
    }

    .wildworld_columns_2 .wildworld_recent_post,
    .wildworld_columns_3 .wildworld_recent_post,
    .wildworld_columns_4 .wildworld_recent_post {
        width: 100%;
    }

    .wildworld_recent_post_wrapper .wildworld_recent_post_image_cont img {
        width: 100%;
    }

    .wildworld_aside-dropdown__item .wildworld_button {
        font-size: 18px;
    }

    .wildworld_prefooter_type_3 .footer_widget.widget_nav_menu ul.menu li {
        width: 33.333333%;
    }

    footer.wildworld_footer.footer_type_2 .wildworld_footer_wrapper {
        padding-top: 20px;
    }

    footer.wildworld_footer.footer_type_2 .wildworld_copyright_container {
        text-align: center;
        margin-bottom: 0;
    }

    .wildworld_footer_form input[type="submit"] {
        margin-top: 15px;
    }

    .footer_widget {
        width: 100% !important;
    }

    .wildworld_footer-socials {
        margin: 27px 0 10px;
    }

    .wildworld_recent_posts_container_title {
        margin-bottom: 44px;
        font-size: 32px;
    }

    .wildworld_post_meta_container {
        margin-bottom: 15px;
    }

    .wildworld_comments_cont {
        margin-top: 30px;
    }

    .comment-respond {
        margin-top: 46px;
    }

    .wildworld_comments__item:not(:first-of-type),
    .wp-block-latest-comments__comment:not(:first-of-type) {
        margin-top: 32px;
    }

    .wildworld_sidebar {
        margin-top: 67px;
    }

    body form[id*=give-form] #give-donation-level-radio-list li,
    body form[id*=give-form] .give-donation-levels-wrap li,
    body form[id*=give-form] #give-gateway-radio-list li,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset ul li {
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 40px;
    }

    form.give-form .give-hidden,
    form[id*=give-form] .give-hidden {
        margin: 40px 0 6px;
    }

    #give-payment-mode-select .give-payment-mode-label,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset .give-payment-mode-label {
        margin-bottom: -4px;
    }

    #give_purchase_form_wrap #give_checkout_user_info > legend,
    body form[id*=give-form] .give-donation-levels-wrap + fieldset + div legend {
        margin-bottom: 12px;
    }

    .wildworld_zoo_promo figure img {
        margin-left: -10px;
        margin-bottom: 10px;
    }

    body form[id*=give-form] .give-donation-amount {
        margin-bottom: 5px;
    }

    body form[id*=give-form] .give-donation-amount .give-text-input {
        margin-bottom: 0;
    }

    body form[id*=give-form] .give-donation-levels-wrap + fieldset .give-payment-mode-label {
        margin-bottom: 0;
    }

    body form[id*=give-form] .give-donation-levels-wrap + fieldset + div {
        margin-top: 43px;
    }

    .wildworld_prefooter_type_5 .wildworld_footer_menu {
        margin-bottom: 0;
    }

    .wildworld_pagination,
    .woocommerce-pagination {
        text-align: center;
		    width: 100%;
    }

    .wildworld_content_paging_wrapper .page-link span,
    .wildworld_content_paging_wrapper .page-link a,
    .wildworld_pagination span,
    .wildworld_pagination a,
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce nav.woocommerce-pagination ul li span.current {
        margin-bottom: 12px;
    }

    .wildworld_pagination .prev,
    .woocommerce-pagination .prev,
    .wildworld_pagination .next,
    .woocommerce-pagination .next {
        margin: 0 3px 12px;
    }
}

@media only screen and (max-width: 569px) {
    .wildworld_main_donation_popup {
        padding: 20px;
    }

    .wildworld_dropdown-trigger.d-sm-block {
        display: none !important;
    }

    .wildworld_dropdown-trigger.d-sm-none {
        display: block !important;
    }

    .give-goal-progress {
        flex-direction: column-reverse;
    }

    .give-goal-progress .raised,
    .give-progress-bar {
        width: 100%;
    }

    .wildworld_copyright_container {
        text-align: center;
    }

    .wildworld_copyright_container {
        margin-bottom: 30px;
    }

    .wildworld_footer_menu,
    .wildworld_footer_menu ul {
        justify-content: center;
        margin-bottom: 30px;
    }

    .wildworld_single_post_donation_form_container {
        padding: 0;
    }

    body .sbi_fixed_height {
        height: 238px !important;
    }

    .wildworld_prefooter_wrapper.wildworld_prefooter_type_2 .footer_widget:not(:last-of-type) {
        width: 100%;
    }

    .wildworld_prefooter_wrapper.wildworld_prefooter_type_2 .footer_widget:not(:first-of-type) .footer_widget_wrapper {
        padding-top: 0;
    }

    .wildworld_prefooter_type_3 .footer_widget.widget_nav_menu ul.menu li {
        width: 50%;
    }

    .wildworld_sticky_post:after {
        margin: -10px -10px 0 0;
    }
}

@media only screen and (max-width: 415px) {
    body .elementor .sbi_fixed_height {
        height: 348px !important;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 404px;
    }

    .elementor-widget-shortcode .sb_instagram .sbi_images {
        overflow-x: hidden;
    }

    .elementor-widget-shortcode .sb_instagram.sbi_col_6 .sbi_images .sbi_item {
        width: 100%;
    }

    .wildworld_standard_blog_listing_wrapper .wildworld_blog_listing_meta_container {
        flex-direction: column;
        align-items: flex-start;
    }

    .wildworld_standard_blog_listing_wrapper .wildworld_blog_listing_meta_container .wildworld_blog_listing_author {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 376px) {
    body .elementor .sbi_fixed_height {
        height: 315px !important;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 365px;
    }
}

@media only screen and (max-width: 321px) {
    body .elementor .sbi_fixed_height {
        height: 269px !important;
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched > .elementor-container.elementor-column-gap-default {
        max-width: 310px;
    }
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-loaded {
    display: block; }
.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
.owl-carousel.owl-hidden {
    opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
.owl-carousel.owl-rtl {
    direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
    z-index: 0; }

.owl-carousel .owl-animated-out {
    z-index: 1; }

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/wp-content/themes/wild-world/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; }

/* SayIT Styles */
.wildworld_owlCarousel.owl-carousel .owl-dot {
    border:rgba(255,255,255,0) 2px solid;
    border-radius:100%;
    transition:border 400ms;
    margin:0 7px;
}
.wildworld_owlCarousel.owl-carousel .owl-dot.active {
    border:rgba(255,255,255,1) 2px solid;
}
.wildworld_owlCarousel.owl-carousel .owl-dot {
    border:rgba(255,255,255,0) 2px solid;
    border-radius:100%;
}
.wildworld_owlCarousel.owl-carousel .owl-dot span {
    border-radius:100%;
    background:rgba(255,255,255,0.5);
    transition:background 400ms;
    width:6px;
    height:6px;
    margin:0;
}
.wildworld_owlCarousel.owl-carousel .owl-dot.active span {
    background:rgba(255,255,255,0);
}
.wildworld_owlCarousel.owl-carousel .owl-dots {
    margin:0 0 0 0!important;
    position:relative;
    z-index:5;
    transform:translateY(-46px);
}
/*! elementor - v3.30.0 - 01-07-2025 */
.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}
/* ---------------------------------- */
/* ---------- Slick Slider ---------- */
/* ---------------------------------- */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/* ------------------------------------ */
/* ---------- Heading Widget ---------- */
/* ------------------------------------ */
.wildworld_heading {
    text-transform: uppercase;
    margin-bottom: 0;
}

.wildworld_heading span {
    font-weight: 300;
}

.wildworld_up_heading {
    font-size: 12px;
    line-height: .6;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #848484;
    margin-bottom: 15px;
    position: relative;
}

.wildworld_up_heading_marker {
    width: 30px;
    height: 1px;
    display: inline-block;
    margin-bottom: 4px;
}

.wildworld_up_heading_marker.wildworld_marker_left {
    margin-right: 7px;
}

.wildworld_up_heading_marker.wildworld_marker_right {
    margin-left: 7px;
}

/* --------------------------------------- */
/* ---------- Blockquote Widget ---------- */
/* --------------------------------------- */
.wildworld_blockquote.wildworld_view_type_1 {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    padding-left: 40px;
}

.wildworld_blockquote.wildworld_view_type_2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    padding: 66px 66px 57px;
}

/* ---------------------------------- */
/* ---------- Image Widget ---------- */
/* ---------------------------------- */
.wildworld_image_widget .wildworld_image_container {
    position: relative;
}

.wildworld_image_widget .wildworld_image_container .wildworld_image_widget_main_image {
    display: inline-block;
    position: relative;
    z-index: 5;
}

.wildworld_image_widget .wildworld_image_container .wildworld_image_widget_bg {
    max-width: none;
    position: absolute;
    z-index: 1;
}

.wildworld_image_widget .wildworld_image_container.wildworld_bg_image_position_top_left .wildworld_image_widget_bg {
    top: 0;
    left: 0;
}

.wildworld_image_widget .wildworld_image_container.wildworld_bg_image_position_top_center .wildworld_image_widget_bg {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wildworld_image_widget .wildworld_image_container.wildworld_bg_image_position_top_right .wildworld_image_widget_bg {
    top: 0;
    right: 0;
}

.wildworld_image_widget .wildworld_image_container.wildworld_bg_image_position_center_left .wildworld_image_widget_bg {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wildworld_image_widget .wildworld_image_container.wildworld_bg_image_position_center_center .wildworld_image_widget_bg {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wildworld_image_widget .wildworld_image_container.wildworld_bg_image_position_center_right .wildworld_image_widget_bg {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wildworld_image_widget .wildworld_image_container.wildworld_bg_image_position_bottom_left .wildworld_image_widget_bg {
    bottom: 0;
    left: 0;
}

.wildworld_image_widget .wildworld_image_container.wildworld_bg_image_position_bottom_center .wildworld_image_widget_bg {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wildworld_image_widget .wildworld_image_container.wildworld_bg_image_position_bottom_right .wildworld_image_widget_bg {
    bottom: 0;
    right: 0;
}

/* ---------------------------------- */
/* ---------- Video Widget ---------- */
/* ---------------------------------- */
.wildworld_video_widget .wildworld_video_container,
.wildworld_tabs_widget .wildworld_video_container {
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    padding: 47px;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 50000;
}

.wildworld_video_widget .wildworld_video_container.active,
.wildworld_tabs_widget .wildworld_video_container.active {
    display: block;
}

.wildworld_video_widget .wildworld_video_container.visible,
.wildworld_tabs_widget .wildworld_video_container.visible {
    opacity: 1;
}

.wildworld_video_widget .wildworld_video_container .wildworld_video_wrapper,
.wildworld_tabs_widget .wildworld_video_container .wildworld_video_wrapper {
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 50020;
}

.wildworld_video_widget .wildworld_video_container iframe,
.wildworld_tabs_widget .wildworld_video_container iframe {
    width: 100%;
    height: 100%;
}

.wildworld_video_widget .wildworld_video_container .wildworld_close_popup_layer,
.wildworld_tabs_widget .wildworld_video_container .wildworld_close_popup_layer {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 50010;
}

.wildworld_video_widget .wildworld_video_container .wildworld_close_popup_layer:hover,
.wildworld_tabs_widget .wildworld_video_container .wildworld_close_popup_layer:hover {
    opacity: 1;
}

.wildworld_video_widget .wildworld_video_container .wildworld_close_popup_layer .wildworld_close_button,
.wildworld_tabs_widget .wildworld_video_container .wildworld_close_popup_layer .wildworld_close_button {
    width: 44px;
    height: 44px;
    padding: 10px;
    background: rgba(30, 30, 30, .6);
    color: #cccccc;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_video_widget .wildworld_video_container .wildworld_close_popup_layer .wildworld_close_button:hover,
.wildworld_tabs_widget .wildworld_video_container .wildworld_close_popup_layer .wildworld_close_button:hover {
    color: #ffffff;
}

body.admin-bar .wildworld_video_widget .wildworld_video_container .wildworld_close_popup_layer .wildworld_close_button,
body.admin-bar .wildworld_tabs_widget .wildworld_video_container .wildworld_close_popup_layer .wildworld_close_button {
    top: 32px;
}

body.admin-bar .wildworld_video_widget .wildworld_video_container .wildworld_close_popup_layer .wildworld_close_button svg,
body.admin-bar .wildworld_tabs_widget .wildworld_video_container .wildworld_close_popup_layer .wildworld_close_button svg {
    display: block;
    overflow: visible;
    shape-rendering: geometricPrecision;
    position: relative;
}

body.admin-bar .wildworld_video_widget .wildworld_video_container .wildworld_close_popup_layer .wildworld_close_button svg path,
body.admin-bar .wildworld_tabs_widget .wildworld_video_container .wildworld_close_popup_layer .wildworld_close_button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.wildworld_video_widget .wildworld_preview_container,
.wildworld_tabs_widget .wildworld_preview_container {
    position: relative;
}

.wildworld_video_widget .wildworld_overlay,
.wildworld_tabs_widget .wildworld_overlay {
    width: 100%;
    height: 100%;
    background: #282f34;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.wildworld_video_widget .wildworld_video_trigger_button,
.wildworld_tabs_widget .wildworld_video_trigger_button {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

.wildworld_video_widget .wildworld_video_trigger_button span,
.wildworld_tabs_widget .wildworld_video_trigger_button span {
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_video_widget .wildworld_video_trigger_button .wildworld_button_icon,
.wildworld_tabs_widget .wildworld_video_trigger_button .wildworld_button_icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #1d252b;
    color: #ffffff;
}

.wildworld_video_widget .wildworld_video_trigger_button .wildworld_button_icon i,
.wildworld_tabs_widget .wildworld_video_trigger_button .wildworld_button_icon i {
    font-size: 20px;
    line-height: 80px;
}

.wildworld_video_widget .wildworld_video_trigger_button .wildworld_button_text,
.wildworld_tabs_widget .wildworld_video_trigger_button .wildworld_button_text {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 20px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.wildworld_video_widget .view_type_2 .wildworld_video_trigger_button {
    display: inline-flex;
    align-items: center;
    position: static;
    -webkit-transform: none;
    transform: none;
}

.wildworld_video_widget .view_type_2 .wildworld_video_trigger_button .wildworld_button_icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: solid 2px;
    padding-left: 4px;
    margin-right: 20px;
    color: #333333;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.wildworld_video_widget .view_type_2 .wildworld_video_trigger_button:hover .wildworld_button_icon {
    width: 56px;
    height: 56px;
    margin: 2px 22px 2px 2px;
    line-height: 54px;
}

.wildworld_video_widget .view_type_2 .wildworld_video_trigger_button .wildworld_button_icon i {
    font-size: 16px;
    line-height: 1;
}

.wildworld_video_widget .view_type_2 .wildworld_video_trigger_button:hover .wildworld_button_icon i {
    line-height: 52px;
}

.wildworld_video_widget .view_type_2 .wildworld_button_text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #333333;
    margin-top: 0;
}

.wildworld_video_widget .view_type_2 .wildworld_video_trigger_button:hover .wildworld_button_text {
    color: #333333;
}

/* ----------------------------------- */
/* ---------- Person Widget ---------- */
/* ----------------------------------- */
.wildworld_person_wrapper.wildworld_view_type_1 {
    margin-bottom: 50px;
}

.wildworld_person_wrapper.wildworld_view_type_1 .wildworld_person_image_container {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transition: filter .3s;
    transition: filter .3s;
}

.wildworld_person_wrapper.wildworld_view_type_1:hover .wildworld_person_image_container {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.wildworld_person_wrapper.wildworld_view_type_1 .wildworld_person_image_container:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.wildworld_person_name {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_person_position {
    color: #777777;
    margin: -4px 0 8px;
}

.wildworld_person_socials {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wildworld_person_socials li {
    margin-right: 20px;
    margin-bottom: 0 !important;
    font-size: 17px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.wildworld_person_wrapper.wildworld_view_type_2,
.wildworld_person_wrapper.wildworld_view_type_3 {
    padding: 0;
}

.wildworld_person_wrapper.wildworld_view_type_2 .wildworld_person_image_wrapper {
    overflow: hidden;
    border-radius: 50%;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -webkit-transition: filter .3s;
    transition: filter .3s;
}

.wildworld_person_item_type_2 .wildworld_person_name,
.wildworld_person_item_type_2 .wildworld_person_position,
.wildworld_person_item_type_2 .wildworld_person_socials {
    line-height: 1.5;
}

.wildworld_person_item_type_2 .wildworld_person_position {
    margin: 0 0 12px;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.wildworld_person_item_type_3 {
    margin-bottom: 50px;
}

.wildworld_person_item_type_3 .wildworld_person_image_part {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.wildworld_person_item_type_3:hover .wildworld_person_image_part {
    background: rgba(0, 0, 0, .6);
}

.wildworld_person_item_type_3 .wildworld_person_image_part:before {
    content: '';
    display: block;
    padding-top: 148.14815%;
}

.wildworld_person_item_type_3 .wildworld_person_socials {
    padding: 5px 20px;
    background: #1d252b;
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_person_item_type_3:hover .wildworld_person_socials {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.wildworld_person_item_type_3 .wildworld_person_description_container {
    padding: 28px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wildworld_person_item_type_3 .wildworld_person_name,
.wildworld_person_item_type_3 .wildworld_person_position,
.wildworld_person_item_type_3 .wildworld_person_socials li a {
    color: #ffffff;
}

.wildworld_person_item_type_3 .wildworld_person_socials li:last-of-type {
    margin-right: 0;
}

.wildworld_person_item_type_3 .wildworld_person_position {
    margin: 0;
    opacity: .6;
}

/* ------------------------------------- */
/* ---------- Icon Box Widget ---------- */
/* ------------------------------------- */
.wildworld_icon_box_item .wildworld_icon_container {
    position: relative;
}

.wildworld_icon_box_item .wildworld_icon_container i {
    display: inline-block;
    font-size: 50px;
    position: relative;
    z-index: 5;
}

.wildworld_icon_box_item svg.icon {
    font-size: 45px;
    position: relative;
    z-index: 5;
}

.wildworld_icon_box_item .wildworld_svg_icon {
    height: 70px;
    display: inline-block;
}

.wildworld_icon_box_item .wildworld_bg_image {
    width: auto;
    position: absolute;
    z-index: 1;
}

.wildworld_icon_box_item .wildworld_bg_image_position_top_left .wildworld_bg_image {
    top: 0;
    left: 0;
}

.wildworld_icon_box_item .wildworld_bg_image_position_top_center .wildworld_bg_image {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wildworld_icon_box_item .wildworld_bg_image_position_top_right .wildworld_bg_image {
    top: 0;
    right: 0;
}

.wildworld_icon_box_item .wildworld_bg_image_position_center_left .wildworld_bg_image {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wildworld_icon_box_item .wildworld_bg_image_position_center_center .wildworld_bg_image {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wildworld_icon_box_item .wildworld_bg_image_position_center_right .wildworld_bg_image {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wildworld_icon_box_item .wildworld_bg_image_position_bottom_left .wildworld_bg_image {
    bottom: 0;
    left: 0;
}

.wildworld_icon_box_item .wildworld_bg_image_position_bottom_center .wildworld_bg_image {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wildworld_icon_box_item .wildworld_bg_image_position_bottom_right .wildworld_bg_image {
    bottom: 0;
    right: 0;
}

.wildworld_icon_box_item .wildworld_icon_box_title {
    margin: 22px 0 0;
}

.wildworld_icon_box_item .wildworld_info_container {
    margin-top: 12px;
}

.wildworld_icon_box_item .wildworld_info_container p {
    margin: 0;
}

.wildworld_icon_box_item .wildworld_info_container a {
    color: #777777;
    text-decoration: none;
}

.wildworld_icon_box_item .wildworld_info_container a:hover {
    opacity: .75;
}

.wildworld_icon_box_item .wildworld_info_container .wildworld_icon_box_socials {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wildworld_icon_box_item .wildworld_info_container .wildworld_icon_box_socials li:not(:last-of-type) {
    margin-right: 22px;
}

/* ------------------------------------- */
/* ---------- Info Box Widget ---------- */
/* ------------------------------------- */
.wildworld_info_box_widget .wildworld_reverse_row {
    flex-direction: row-reverse;
}

.wildworld_info_box_image_cont {
    margin-bottom: 20px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .wildworld_info_box_image_cont {
        margin-bottom: 0;
    }
}

.wildworld_info_box_image_cont:before {
    content: '';
    display: block;
    padding-top: 82.45614%;
}

body .elementor .wildworld_info_box_image_cont img {
    z-index: 1;
}

.wildworld_info_box_content_cont {
    padding-left: 100px;
}

.wildworld_reverse_row .wildworld_info_box_content_cont {
    padding: 0 100px 0 0;
}

.wildworld_info_box_title {
    line-height: 50px;
    letter-spacing: -.05em;
    font-weight: 300;
    text-transform: uppercase;
    margin: -12px 0 30px;
}

.wildworld_info_box_title b,
.wildworld_info_box_title strong {
    font-weight: 700;
}

.wildworld_info_box_button {
    border: solid 2px;
    letter-spacing: 1px;
    padding: 10px 70px;
    margin-top: 33px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.wildworld_info_box_item.view_type_2 {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_info_box_item.view_type_2:before {
    content: '';
    display: block;
    padding-top: 148.27586%;
}

.wildworld_info_box_item.view_type_2 .wildworld_info_box_content_cont {
    width: 100%;
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_info_box_item.view_type_2:hover .wildworld_info_box_content_cont {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.wildworld_info_box_item.view_type_2 h6 {
    color: #ffffff;
    margin-bottom: 25px;
}

.wildworld_info_box_item.view_type_2 h6 span {
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.wildworld_info_box_item.view_type_2 .wildworld_info_box_content {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_info_box_item.view_type_2:hover .wildworld_info_box_content {
    opacity: 1;
    margin-top: -10px;
}

.wildworld_info_box_item.view_type_2 .wildworld_info_box_content .wildworld_info_box_inner {
    line-height: 24px;
    padding-bottom: 28px;
}

.wildworld_info_box_item.view_type_2 .wildworld_info_box_button {
    color: #ffffff;
}

.wildworld_info_box_item.view_type_2 .wildworld_info_box_button:hover {
    color: #333333;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.wildworld_info_box_item.view_type_3 {
    overflow: hidden;
    position: relative;
}

.wildworld_info_box_item.view_type_3:before {
    content: '';
    display: block;
    padding-top: 110.74919%;
}

.wildworld_info_box_item.view_type_3 .wildworld_img--bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .7s;
    transition: all .7s;
}

.wildworld_info_box_item.view_type_3:hover .wildworld_img--bg {
    top: 10px;
}

.wildworld_info_box_item.view_type_3 .wildworld_info_box_content {
    width: 100%;
    padding: 56px 15px 60px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.wildworld_info_box_item.view_type_3 .wildworld_info_box_up_title {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #848484;
}

.wildworld_info_box_item.view_type_3 .wildworld_info_box_title {
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
}

/* ---------------------------------------- */
/* ---------- Linked Item Widget ---------- */
/* ---------------------------------------- */
.wildworld_linked_item .wildworld_linked_item_wrapper {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0s;
    transition: all 0s;
}

.wildworld_linked_item .wildworld_linked_item_wrapper:before {
    content: "";
    display: block;
    padding-top: 30.49422%
}

.wildworld_linked_item .wildworld_action_block_inner {
    color: #fff;
    padding: 90px 15px 67px;
    width: 100%;
    max-width: 500px
}

.wildworld_linked_item img.wildworld_img--bg {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.wildworld_linked_item .wildworld_overlay {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.wildworld_linked_item:hover img.wildworld_img--bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.wildworld_linked_item span,
.wildworld_linked_item p,
.wildworld_linked_item .wildworld_button_container {
    display: block;
    position: relative;
    z-index: 5;
}

.wildworld_linked_item .wildworld_linked_item_up_title {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -.05em;
    font-weight: 300;
    color: #ffffff;
}

.wildworld_linked_item .wildworld_linked_item_title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -.05em;
    color: #ffffff;
}

@media only screen and (min-width: 992px) {
    .wildworld_linked_item .wildworld_linked_item_title {
        font-size: 60px;
        line-height: 60px;
    }
}

/* --------------------------------------- */
/* ---------- Donate Box Widget ---------- */
/* --------------------------------------- */
.wildworld_donate_box_item .wildworld_donate_info_container {
    padding: 25px 30px 27px;
    margin-top: 2px;
    background: #f9f7f6;
}

.wildworld_donate_box_item .wildworld_donate_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wildworld_donate_box_item .wildworld_image_container img {
    width: 100%;
}

.wildworld_donate_box_item .wildworld_donate_title h5 {
    margin-bottom: 0;
}

.wildworld_donate_box_item .wildworld_current_amount strong {
    color: #333333;
}

.wildworld_donate_box_item .wildworld_button {
    background: transparent;
}

/* --------------------------------------- */
/* ---------- Price Item Widget ---------- */
/* --------------------------------------- */
.wildworld_price_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.wildworld_price_item_top {
    width: 100%;
    padding: 30px 0 15px;
    text-align: center;
    position: relative;
}

.wildworld_price_item_top:before,
.wildworld_price_item_top:after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: #f3f4f5;
    position: absolute;
    bottom: -15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wildworld_price_item_top:before {
    left: -15px;
}

.wildworld_price_item_top:after {
    right: -15px;
}

.wildworld_price_item .wildworld_price_wrapper {
    font-size: 0;
    line-height: 0;
    display: block;
}

.wildworld_price_icon_container {
    width: 140px;
    height: 140px;
    display: inline-block;
    background: #f3f4f5;
    border-radius: 50%;
    font-size: 80px;
    line-height: 140px;
    color: #565b6e;
    margin-bottom: 25px;
}

.wildworld_price_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.wildworld_price_item .wildworld_price_container .wildworld_currency,
.wildworld_price_item .wildworld_price_container .wildworld_period {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
}

.wildworld_price_item .wildworld_price_container .wildworld_currency,
.wildworld_price_item .wildworld_price_container .wildworld_price {
    display: inline-block;
    vertical-align: middle;
}

.wildworld_price_item .wildworld_currency_position_before .wildworld_currency {
    margin-right: 5px;
}

.wildworld_price_item .wildworld_currency_position_after .wildworld_currency {
    margin-left: 5px;
}

.wildworld_price_item .wildworld_price_container .wildworld_price {
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
}

.wildworld_price_item .wildworld_custom_fields_container {
    padding-left: 40px;
}

.wildworld_price_item .wildworld_custom_fields_container .wildworld_custom_field {
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
    color: #bebebe;
    position: relative;
}

.wildworld_price_item .wildworld_custom_fields_container .wildworld_custom_field:last-of-type {
    margin-bottom: 0 !important;
}

.wildworld_price_item .wildworld_custom_fields_container .wildworld_custom_field.wildworld_active_field {
    color: #333333;
}

.wildworld_price_item .wildworld_custom_fields_container .wildworld_custom_field.wildworld_active_field:before,
.wildworld_price_item .wildworld_custom_fields_container .wildworld_custom_field.wildworld_active_field:after {
    content: "";
    display: inline-block;
    width: 2px;
    background-color: #45dbab;
    position: absolute
}

.wildworld_price_item .wildworld_custom_fields_container .wildworld_custom_field.wildworld_active_field:before {
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -15px;
    top: 15px
}

.wildworld_price_item .wildworld_custom_fields_container .wildworld_custom_field.wildworld_active_field:after {
    height: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -20px;
    top: 19px
}

.wildworld_price_item .wildworld_price_button_container {
    width: 100%;
    display: block;
    border-top: dashed 1px #f3f4f5;
    padding: 25px 0;
    text-align: center;
}

.wildworld_price_item .wildworld_price_button_container .wildworld_button {
    background: transparent;
}

/* ---------------------------- */
/* --- View Type Horizontal --- */
/* ---------------------------- */
.wildworld_price_item.wildworld_type_horizontal {
    display: block;
    padding: 17px 30px;
}

.wildworld_price_item.wildworld_type_horizontal .wildworld_price_title {
    margin-bottom: 0;
}

.wildworld_price_item.wildworld_type_horizontal .wildworld_price_description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #333333;
}

.wildworld_price_item.wildworld_type_horizontal .wildworld_price_container {
    text-align: center;
}

.wildworld_price_item.wildworld_type_horizontal .wildworld_price_container .wildworld_currency,
.wildworld_price_item.wildworld_type_horizontal .wildworld_price_container .wildworld_price,
.wildworld_price_item.wildworld_type_horizontal .wildworld_price_container .wildworld_period {
    font-size: 16px;
    line-height: 54px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333;
}

.wildworld_price_item.wildworld_type_horizontal .wildworld_price_button_container {
    padding: 0;
    border: none;
}

.wildworld_price_item.wildworld_type_horizontal .wildworld_price_button_container {
    margin: 0;
    text-align: right;
}

.wildworld_price_item.wildworld_type_horizontal .wildworld_price_button_container .wildworld_button:hover {
    box-shadow: none;
}

/* --------------------------------- */
/* ---------- Tabs Widget ---------- */
/* --------------------------------- */
.wildworld_tabs_titles_container {
    width: 100%;
    display: flex;
}

.wildworld_tabs_titles_container .wildworld_tab_title_item {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    margin-right: 43px;
}

.wildworld_tabs_titles_container .wildworld_tab_title_item a {
    display: inline-block;
    color: #999999;
    padding: 0;
    border-bottom: solid 3px transparent;
}

.wildworld_tabs_content_container {
    padding-top: 40px;
}

.wildworld_tab_content_item {
    display: none;
}

.wildworld_tab_content_item.active {
    display: block;
}

.wildworld_tab_gallery_container {
    font-size: 0;
    line-height: 0;
    margin-left: -8px;
}

.wildworld_columns_2 .wildworld_tab_gallery_item {
    width: 50%;
}

.wildworld_columns_3 .wildworld_tab_gallery_item {
    width: 33.333333%;
}

.wildworld_columns_4 .wildworld_tab_gallery_item {
    width: 25%;
}

.wildworld_tab_gallery_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 8px 8px;
}

.wildworld_tab_gallery_wrapper {
    position: relative;
}

.wildworld_tab_gallery_wrapper a {
    display: block;
    overflow: hidden;
    position: relative;
}

.wildworld_tab_gallery_wrapper a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #282f34;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.wildworld_tab_gallery_wrapper a:hover:before {
    opacity: .5;
}

.wildworld_tab_gallery_wrapper a img {
    position: relative;
    z-index: 3;
}

.wildworld_image_caption {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
    padding: 22px 30px;
    margin-bottom: 8px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    z-index: 7;
}

.wildworld_tab_gallery_wrapper a:hover .wildworld_image_caption {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* -------------------------- */
/* --- Vertical View Type --- */
/* -------------------------- */
.wildworld_tabs_widget.wildworld_tabs_vertical {
    display: flex;
}

.wildworld_tabs_vertical .wildworld_tabs_titles_container {
    width: 100%;
    max-width: 170px;
    flex-direction: column;
    border-bottom: none;
}

.wildworld_tabs_vertical .wildworld_tabs_titles_container .wildworld_tab_title_item {
    padding: 15px 0;
    margin: 0;
}

.wildworld_tabs_vertical .wildworld_tabs_titles_container .wildworld_tab_title_item:not(:last-of-type) {
    border-bottom: solid 1px#f9f7f6;
}

.wildworld_tabs_vertical .wildworld_tabs_titles_container .wildworld_tab_title_item a {
    border-bottom: none;
    padding: 0 0 0 15px;
    border-left: solid 3px transparent;
}

.wildworld_tabs_vertical .wildworld_tabs_content_container {
    padding: 15px 0 0 30px;
}

/* ---------------------------------------------- */
/* ---------- Donations Listing Widget ---------- */
/* ---------------------------------------------- */

/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.wildworld_donation_wrapper.view_type_1 .wildworld_donations_item {
    margin-bottom: 70px;
}

.wildworld_donation_wrapper.view_type_1 .wildworld_donation_item_img {
    position: relative;
    margin-bottom: 40px
}

@media only screen and (min-width: 992px) {
    .wildworld_donation_wrapper.view_type_1 .wildworld_donation_item_img {
        margin-bottom: 0
    }
}

.wildworld_donation_wrapper.view_type_1 .wildworld_donation_item_img:before {
    content: "";
    display: block;
    padding-top: 97.2973%
}

.wildworld_donation_wrapper.view_type_1 .wildworld_donation_item_title {
    line-height: 40px;
    letter-spacing: -.02em;
    margin-top: -9px;
    margin-bottom: 11px;
}

.wildworld_donation_wrapper.view_type_1 .wildworld_donation_item_title a:hover,
.wildworld_donation_wrapper.view_type_2 .wildworld_donation_item_title a:hover {
    opacity: .75;
}

.wildworld_donation_wrapper.view_type_1 .wildworld_donations_item_link,
.wildworld_donation_wrapper.view_type_2 .wildworld_donations_item_link {
    border: solid 2px;
    padding: 11px 47px 15px;
    margin-top: 41px;
}

.wildworld_donation_listing_widget .wildworld_pagination nav {
    margin-top: 0;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.wildworld_donation_wrapper.view_type_2,
.wildworld_recent_donations_wrapper {
    margin-left: -30px;
    font-size: 0;
    line-height: 0;
}

.wildworld_donation_wrapper.view_type_2 .wildworld_donations_item,
.wildworld_recent_donations_wrapper .wildworld_donations_item {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    margin-bottom: 70px;
}

.wildworld_donation_wrapper.view_type_2 .wildworld_donation_item_img_cont,
.wildworld_recent_donations_wrapper .wildworld_donation_item_img_cont {
    margin-bottom: 34px;
}

.wildworld_donation_wrapper.view_type_2 .wildworld_donation_item_title,
.wildworld_recent_donations_wrapper .wildworld_donation_item_title {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.wildworld_recent_donations_wrapper .wildworld_donation_item_title a:hover {
    opacity: .75;
}

.wildworld_donation_wrapper.view_type_2 .wildworld_donation_item_excerpt,
.wildworld_recent_donations_wrapper .wildworld_donation_item_excerpt {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 30px;
}

.wildworld_donation_wrapper.view_type_2 .give-form-title,
.wildworld_donation_wrapper.view_type_2 .give-form,
.wildworld_recent_donations_wrapper .give-form-title,
.wildworld_recent_donations_wrapper .give-form {
    display: none;
}

.wildworld_donation_wrapper.view_type_2 .give-goal-progress,
.wildworld_recent_donations_wrapper .give-goal-progress {
    margin-bottom: 0;
}

.wildworld_donation_wrapper.view_type_2 .give-goal-progress .raised,
.wildworld_recent_donations_wrapper .give-goal-progress .raised {
    display: block;
    margin-top: 17px;
}

.wildworld_donation_wrapper.view_type_2 .give-goal-progress .raised span,
.wildworld_recent_donations_wrapper .give-goal-progress .raised span {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.wildworld_donation_wrapper.view_type_2 .give-goal-progress .raised span.goal-text,
.wildworld_recent_donations_wrapper .give-goal-progress .raised span.goal-text {
    float: left;
}

.wildworld_donation_wrapper.view_type_2 .give-goal-progress .raised span.income,
.wildworld_recent_donations_wrapper .give-goal-progress .raised span.income {
    float: right;
}

.wildworld_donation_wrapper.view_type_2 .give-goal-progress .raised span:first-of-type:before,
.wildworld_donation_wrapper.view_type_2 .give-goal-progress .raised span:last-of-type:before,
.wildworld_recent_donations_wrapper .give-goal-progress .raised span:first-of-type:before,
.wildworld_recent_donations_wrapper .give-goal-progress .raised span:last-of-type:before {
    display: none;
}

.wildworld_donation_wrapper.view_type_2 .give-goal-progress .raised span:first-of-type:after,
.wildworld_recent_donations_wrapper .give-goal-progress .raised span:first-of-type:after {
    content: 'Rasied so far';
}

.wildworld_donation_wrapper.view_type_2 .give-goal-progress .raised span:last-of-type:after,
.wildworld_recent_donations_wrapper .give-goal-progress .raised span:last-of-type:after {
    content: 'Target amount';
}

.wildworld_donation_wrapper.view_type_2 .give-goal-progress .raised span:first-of-type:after,
.wildworld_donation_wrapper.view_type_2 .give-goal-progress .raised span:last-of-type:after,
.wildworld_recent_donations_wrapper .give-goal-progress .raised span:first-of-type:after,
.wildworld_recent_donations_wrapper .give-goal-progress .raised span:last-of-type:after {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777777;
}

.wildworld_donation_wrapper.view_type_2 .give-progress-bar .wildworld_progress_bar_marker,
.wildworld_recent_donations_wrapper .give-progress-bar .wildworld_progress_bar_marker {
    font-size: 16px;
    line-height: 1.9;
    top: -30px;
}

.wildworld_donation_wrapper.view_type_2 .wildworld_donations_item_link,
.wildworld_recent_donations_wrapper .wildworld_donations_item_link {
    padding: 20px 67px;
    margin-top: 28px;
    line-height: 1;
}

/* ------------------------------------------- */
/* ---------- Causes Listing Widget ---------- */
/* ------------------------------------------- */
.wildworld_causes_listing_wrapper {
    font-size: 0;
    line-height: 0;
    margin-left: -30px;
}

.wildworld_view_type_1.wildworld_columns_2 .wildworld_causes_list_item,
.wildworld_view_type_2.wildworld_columns_2 .wildworld_causes_list_item,
.wildworld_view_type_4.wildworld_columns_2 .wildworld_causes_list_item {
    width: 50%;
}

.wildworld_view_type_1.wildworld_columns_3 .wildworld_causes_list_item,
.wildworld_view_type_2.wildworld_columns_3 .wildworld_causes_list_item,
.wildworld_view_type_4.wildworld_columns_3 .wildworld_causes_list_item {
    width: 33.333333%;
}

.wildworld_view_type_1.wildworld_columns_4 .wildworld_causes_list_item,
.wildworld_view_type_2.wildworld_columns_4 .wildworld_causes_list_item,
.wildworld_view_type_4.wildworld_columns_4 .wildworld_causes_list_item {
    width: 25%;
}

.wildworld_view_type_1 .wildworld_causes_list_item,
.wildworld_view_type_2 .wildworld_causes_list_item,
.wildworld_view_type_4 .wildworld_causes_list_item {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
}

.wildworld_causes_list_item {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 50px;
}

.wildworld_causes_listing_wrapper .wildworld_post_title a:hover,
.wildworld_causes_slider_wrapper .wildworld_post_title a:hover {
    opacity: .75;
}

.wildworld_causes_listing_wrapper .wildworld_donation_details .give-form-title,
.wildworld_causes_listing_wrapper .wildworld_donation_details .give-form,
.wildworld_causes_slider_wrapper .wildworld_donation_details .give-form-title,
.wildworld_causes_slider_wrapper .wildworld_donation_details .give-form {
    display: none;
}

.wildworld_causes_listing_wrapper .wildworld_donation_details .give-goal-progress,
.wildworld_causes_slider_wrapper .wildworld_donation_details .give-goal-progress {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin: 0;
}

.wildworld_causes_listing_wrapper .wildworld_donation_details .give-progress-bar,
.wildworld_causes_slider_wrapper .wildworld_donation_details .give-progress-bar {
    width: 100%;
    margin-bottom: 2px;
}

.wildworld_causes_listing_wrapper .wildworld_donation_popup,
.wildworld_donate_box_widget .wildworld_donation_popup {
    max-height: 90%;
    min-width: 1200px;
    display: none;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(15, 13, 13, .09);
    overflow-y: auto;
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 50005;
}

.wildworld_causes_listing_wrapper .wildworld_donation_popup.active,
.wildworld_donate_box_widget .wildworld_donation_popup.active {
    display: block;
}

.wildworld_causes_listing_wrapper .wildworld_donation_popup.visible,
.wildworld_donate_box_widget .wildworld_donation_popup.visible {
    opacity: 1;
}

.wildworld_causes_listing_wrapper .wildworld_close_popup_layer,
.wildworld_donate_box_widget .wildworld_close_popup_layer {
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 50000;
}

.wildworld_causes_listing_wrapper .wildworld_close_popup_layer.active,
.wildworld_donate_box_widget .wildworld_close_popup_layer.active {
    display: block;
}

.wildworld_causes_listing_wrapper .wildworld_close_popup_layer.visible,
.wildworld_donate_box_widget .wildworld_close_popup_layer.visible {
    opacity: 1;
}

/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_info_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_info_container,
.wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_info_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_info_container {
    padding: 45px 15px 44px;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(15, 13, 13, .06);
}

.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_info_container {
    padding: 15px 15px 39px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_info_container .wildworld_causes_list_content_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_info_container .wildworld_causes_list_content_container,
.wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_info_container .wildworld_causes_list_content_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_info_container .wildworld_causes_list_content_container {
    padding: 0 15px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_post_title,
.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_post_title,
.wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_post_title,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_post_title {
    margin-bottom: 20px;
}

.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_post_title {
    margin-bottom: 18px;
}

.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_post_excerpt {
    margin-bottom: 0;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_featured_image_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_featured_image_container,
.wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_featured_image_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_featured_image_container {
    margin-top: 45px;
    position: relative;
}

.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_featured_image_container {
    margin-top: 0;
    margin-bottom: 40px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_featured_image_container .wildworld_category_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_featured_image_container .wildworld_category_container,
.wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_featured_image_container .wildworld_category_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_featured_image_container .wildworld_category_container {
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
    padding: 2px 15px 3px;
    color: #ffffff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_featured_image_container .wildworld_category_container {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_featured_image_container .wildworld_category_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_2 .wildworld_category_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_3 .wildworld_category_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_category_container {
    background: #F36F8F;
}

.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_featured_image_container .wildworld_category_container,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_2 .wildworld_category_container,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_3 .wildworld_category_container,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_category_container,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_featured_image_container .wildworld_category_container,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_category_container,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_category_container,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_category_container {
    background: #ffffff;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_donation_details,
.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_donation_details,
.wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_donation_details,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_donation_details {
    padding: 0 15px;
    margin-top: 48px;
}

.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_donation_details {
    margin-top: 37px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_donation_details .give-goal-progress .raised,
.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_donation_details .give-goal-progress .raised,
.wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_donation_details .give-goal-progress .raised,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_donation_details .give-goal-progress .raised {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_donation_details .give-goal-progress .raised span,
.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_donation_details .give-goal-progress .raised span,
.wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_donation_details .give-goal-progress .raised span,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_donation_details .give-goal-progress .raised span {
    width: 50%;
    margin: 0;
    font-size: 14px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_donation_details .give-goal-progress .raised span:first-of-type,
.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_donation_details .give-goal-progress .raised span:first-of-type,
.wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_donation_details .give-goal-progress .raised span:first-of-type,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_donation_details .give-goal-progress .raised span:first-of-type {
    text-align: right;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_donate_button_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_donate_button_container,
.wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_donate_button_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_donate_button_container {
    margin-top: 26px;
    padding: 0;
}

.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_donate_button_container {
    margin-top: 33px;
    padding: 0 12px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_donate_button_container,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_donate_button_container {
    padding: 0 15px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_donate_button_container .wildworld_button,
.wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_donate_button_container .wildworld_button,
.wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_donate_button_container .wildworld_button,
.wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_donate_button_container .wildworld_button {
    background: transparent;
}

.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_post_excerpt,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_post_excerpt,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_post_excerpt,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_post_excerpt,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_post_excerpt,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_post_excerpt,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_3 .wildworld_post_excerpt,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_post_excerpt,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_1 .give-progress-bar .wildworld_progress_bar_marker,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_2 .give-progress-bar .wildworld_progress_bar_marker,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_3 .give-progress-bar .wildworld_progress_bar_marker,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_4 .give-progress-bar .wildworld_progress_bar_marker,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_1 .give-progress-bar .wildworld_progress_bar_marker,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_4 .give-progress-bar .wildworld_progress_bar_marker,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_3 .give-progress-bar .wildworld_progress_bar_marker,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_4 .give-progress-bar .wildworld_progress_bar_marker,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_donation_details .give-goal-progress .raised span,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_donation_details .give-goal-progress .raised span,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_donation_details .give-goal-progress .raised span,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_donation_details .give-goal-progress .raised span,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_donation_details .give-goal-progress .raised span,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_donation_details .give-goal-progress .raised span,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_3 .wildworld_donation_details .give-goal-progress .raised span,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_donation_details .give-goal-progress .raised span,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_donation_details .give-goal-progress .raised span:before,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_donation_details .give-goal-progress .raised span:before,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_donation_details .give-goal-progress .raised span:before,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_donation_details .give-goal-progress .raised span:before,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_donation_details .give-goal-progress .raised span:before,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_4 .wildworld_donation_details .give-goal-progress .raised span:before,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_3 .wildworld_donation_details .give-goal-progress .raised span:before,
.wildworld_color_scheme_mono .wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_donation_details .give-goal-progress .raised span:before {
    color: #ffffff;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_causes_list_item {
    margin-bottom: 50px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_causes_list_wrapper {
    padding: 45px 30px 40px;
    background: #ffffff;
    box-shadow: 0 3px 15px 2px rgba(15, 13, 13, .06);
}

.wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_causes_content_container,
.wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_causes_content_container {
    position: relative;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_post_title,
.wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_post_title {
    margin: 25px 0 20px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_category_container,
.wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_category_container {
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    padding: 1px 15px 3px;
    border-radius: 3px;
}

.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_category_container,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_category_container {
    margin-top: 15px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_post_excerpt,
.wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_post_excerpt {
    margin-bottom: 0;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_donation_details,
.wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_donation_details {
    margin-top: 45px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_2 .give-goal-progress .raised span,
.wildworld_causes_listing_wrapper.wildworld_view_type_3 .give-goal-progress .raised span {
    font-size: 14px;
    margin-left: 0;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_2 .give-goal-progress .raised span:last-of-type,
.wildworld_causes_listing_wrapper.wildworld_view_type_3 .give-goal-progress .raised span:last-of-type {
    margin-right: 50px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_donate_button_container,
.wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_donate_button_container {
    position: absolute;
    top: 0;
    right: 0;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_donate_popup_button,
.wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_donate_popup_button {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    position: relative;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_donate_popup_button:after,
.wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_donate_popup_button:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_donate_popup_button:hover:after,
.wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_donate_popup_button:hover:after {
    opacity: 0;
    bottom: -10px;
}

.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_donate_popup_button,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_donate_popup_button {
    display: inline-block;
    text-align: center;
    padding: 14px 40px;
    border: solid 2px;
    border-radius: 50px;
    background: transparent;
    min-width: 160px;
    font-size: 12px;
    letter-spacing: .050em;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_donate_popup_button:hover,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_donate_popup_button:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_donate_popup_button:after,
.wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_donate_popup_button:after {
    display: none;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.wildworld_causes_listing_wrapper.wildworld_view_type_3 {
    margin-left: 0;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_causes_list_item {
    width: 100%;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 3px 15px 2px rgba(15, 13, 13, .06);
    padding: 30px 30px 25px;
    margin-bottom: 50px;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_causes_content_container {
    position: relative;
}

.wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_featured_image_container img {
    width: 100%;
    position: relative;
    top: -3px;
}

/* ------------------------------------------ */
/* ---------- Events Slider Widget ---------- */
/* ------------------------------------------ */
.wildworld_causes_slider_widget .container > .row {
    margin-left: -15px;
    margin-right: -15px;
}

.wildworld_causes_slider_widget .wildworld_causes_slider {
    margin-top: 45px;
}

.wildworld_causes_slider_widget .wildworld_event_slider_item {
    margin: 0 3px;
    overflow: hidden;
    opacity: .4;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.wildworld_causes_slider_widget .wildworld_event_slider_item.slick-active {
    opacity: 1;
    pointer-events: initial;
}

.wildworld_causes_slider_widget .wildworld_event_slider_item_wrapper {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}

.wildworld_causes_slider_widget .wildworld_event_slider_item_wrapper:hover {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.wildworld_causes_slider_widget .wildworld_event_slider_item_wrapper:before {
    content: '';
    display: block;
    padding-top: 148.27586%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_causes_slider_widget .wildworld_event_slider_date_box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 25px;
    left: 30px;
    -webkit-transition: top .3s;
    transition: top .3s;
}

.wildworld_causes_slider_widget .wildworld_event_slider_item_wrapper:hover .wildworld_event_slider_date_box {
    top: 55px;
}

.wildworld_causes_slider_widget .wildworld_event_slider_date_box .wildworld_event_day {
    font-size: 40px;
    line-height: 1;
    opacity: .8;
}

.wildworld_causes_slider_widget .wildworld_event_slider_date_box .wildworld_event_month {
    line-height: 24px;
}

.wildworld_causes_slider_widget .wildworld_event_slider_details_box {
    width: 100%;
    padding: 20px 30px 32px;
    color: #ffffff;
    position: absolute;
    bottom: -55px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_causes_slider_widget .wildworld_event_slider_item_wrapper:hover .wildworld_event_slider_details_box {
    bottom: 0;
}

.wildworld_causes_slider_widget .wildworld_event_title,
.wildworld_causes_slider_widget .wildworld_event_link {
    color: #ffffff;
}

.wildworld_causes_slider_widget .wildworld_event_time {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.wildworld_causes_slider_widget .wildworld_event_title {
    line-height: 27px;
    margin-bottom: 0;
}

.wildworld_causes_slider_widget .wildworld_event_link {
    display: inline-block;
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
}

.wildworld_causes_slider_widget .wildworld_event_link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_causes_slider_widget .wildworld_event_link:hover:after {
    width: 100%;
}

.wildworld_causes_slider_widget .wildworld_slider_arrows {
    display: flex;
    align-items: center;
    position: relative;
}

.wildworld_causes_slider_widget .wildworld_slider_arrows:after {
    content: '';
    width: 75px;
    height: 1px;
    display: inline-block;
    background: #c7c7c7;
    margin: 0 30px;
}

.wildworld_causes_slider_widget .without_button .wildworld_slider_arrows:after {
    display: none;
}

.wildworld_causes_slider_widget .wildworld_slider_arrows .slick-dots {
    display: inline-flex !important;
    margin: 0;
}

.wildworld_causes_slider_widget .wildworld_button {
    border: solid 2px;
}

/* ----------------------------------------- */
/* ---------- Blog Listing Widget ---------- */
/* ----------------------------------------- */
.wildworld_blog_listing_item {
    margin-bottom: 69px;
}

.wildworld_blog_listing_image_container {
    margin-bottom: 43px;
    position: relative;
}

.wildworld_blog_listing_image_container:before {
    content: "";
    display: block;
    padding-top: 50.08334%;
}

.wildworld_blog_listing_date_box {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 10px 20px;
}

@media only screen and (min-width: 768px) {
    .wildworld_blog_listing_date_box {
        padding: 33px;
        top: 20px;
        left: 20px;
    }
}

.wildworld_blog_listing_date_box span {
    display: block;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.wildworld_blog_listing_date_box .wildworld_blog_listing_date {
    font-size: 40px;
}

.wildworld_blog_listing_date_box .wildworld_blog_listing_month {
    font-size: 16px;
}

.wildworld_blog_listing_title {
    line-height: 1;
    letter-spacing: -.85px;
    margin-bottom: 12px;
}

.wildworld_blog_listing_title a {
    line-height: inherit;
}

.wildworld_blog_listing_title a:hover {
    opacity: .75;
}

body .wildworld_blog_listing_excerpt {
    margin-bottom: 30px;
}

.wildworld_blog_listing_meta_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wildworld_blog_listing_meta_container .wildworld_blog_listing_author {
    display: flex;
    align-items: center;
}

.wildworld_blog_listing_meta_container .wildworld_blog_listing_author img {
    border-radius: 50%;
    margin-right: 15px;
}

.wildworld_blog_listing_meta_container .wildworld_blog_listing_author span {
    font-weight: 700;
    position: relative;
    top: 2px;
}

.wildworld_blog_listing_comments {
    color: #a3a3a3;
    position: relative;
    top: 0;
}

.wildworld_blog_listing_comments .icon {
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.wildworld_blog_listing_widget .wildworld_pagination nav {
    margin-top: -2px;
}

/* ----------------------------------------- */
/* ---------- Recent Posts Widget ---------- */
/* ----------------------------------------- */
.wildworld_recent_posts_widget .wildworld_recent_posts_wrapper {
    font-size: 0;
    line-height: 0;
}

.wildworld_recent_posts_widget .wildworld_blog_listing_item {
    display: inline-block;
    line-height: 1.7;
}

.wildworld_recent_posts_widget .wildworld_post_excerpt {
    font-size: 16px;
    line-height: 1.7;
}

.wildworld_recent_posts_widget .wildworld_blog_listing_item:first-of-type .wildworld_category_container {
    background: #49C2DF;
}

.wildworld_recent_posts_widget .wildworld_blog_listing_item:nth-of-type(2) .wildworld_category_container {
    background: #F36F8F;
}

.wildworld_recent_posts_widget .wildworld_blog_listing_item:nth-of-type(3) .wildworld_category_container {
    background: #F8AC3A;
}

/* ----------------------------------------- */
/* ---------- Testimonials Widget ---------- */
/* ----------------------------------------- */
.wildworld_testimonials_wrapper .wildworld_causes_slider_navigation_container {
    padding-bottom: 18px;
    margin-bottom: 0;
}

.wildworld_testimonials_wrapper .slick-dots,
.wildworld_slider_arrows .slick-dots {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    position: relative;
}

.wildworld_testimonials_wrapper .slick-dots li,
.wildworld_slider_arrows .slick-dots li {
    width: 18px;
    height: 18px;
    background: #ffffff;
    opacity: 1;
    margin: 0 0 0 30px !important;
    border: solid 2px transparent;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_slider_arrows .slick-dots li {
    background: transparent;
}

.wildworld_testimonials_wrapper .slick-dots li:before,
.wildworld_slider_arrows .slick-dots li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #cdcdcd;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_slider_arrows .slick-dots li:before {
    background: #c7c7c7;
}

.wildworld_testimonials_wrapper .slick-dots li.slick-active:before,
.wildworld_slider_arrows .slick-dots li.slick-active:before {
    width: 6px;
    height: 6px;
}

.wildworld_testimonials_wrapper .slick-dots li button,
.wildworld_slider_arrows .slick-dots li button {
    width: 18px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.wildworld_testimonials_title_cont .wildworld_up_heading  {
    line-height: 1.9;
    margin: 2px 0 8px;
}

.wildworld_testimonials_title_cont .wildworld_heading {
    letter-spacing: -.03em;
    margin-bottom: 20px;
}

.wildworld_testimonials_wrapper .wildworld_testimonial {
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
    margin-top: 10px;
}

@media only screen and (min-width: 992px) {
    .wildworld_testimonials_title_cont .wildworld_heading {
        font-size: 40px;
        line-height: 50px;
    }

    .wildworld_testimonials_wrapper .wildworld_testimonial {
        font-size: 20px;
    }
}

.wildworld_testimonials_wrapper .wildworld_author_container {
    margin-top: 27px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

.wildworld_testimonials_wrapper .wildworld_author_container:before {
    content: '';
    width: 40px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}



/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_testimonials_featured_image {
    width: 100%;
    max-width: 200px;
    background: rgba(0,0,0,.4);
    position: relative;
}

.wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_testimonials_featured_image:before {
    content: '';
    display: block;
    padding-top: 192.5%;
    position: relative;
}

.wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_testimonials_featured_image:after {
    content: "“";
    display: block;
    height: 100px;
    width: 60px;
    position: absolute;
    top: 50px;
    right: -30px;
    font-size: 85px;
    line-height: 126px;
    font-weight: 300;
    color: #333333;
    text-align: center;
    padding-top: 15px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.wildworld_testimonials_wrapper.wildworld_view_type_2 {
    padding: 70px 0;
    position: relative;
}

.wildworld_testimonials_wrapper.wildworld_view_type_2:before {
    content: "";
    width: 100px;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.wildworld_testimonials_wrapper.wildworld_view_type_2:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #f3f4f5;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

@media only screen and (min-width: 1600px) {
    .wildworld_testimonials_wrapper.wildworld_view_type_2:before {
        display: block;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_2:after {
        width: calc(100% - 260px);
    }
}

.wildworld_testimonials_wrapper.wildworld_view_type_2 .wildworld_testimonials_icon {
    width: 60px;
    height: 75px;
    display: none;
    padding-top: 10px;
    font-size: 85px;
    line-height: 126px;
    font-weight: 300;
    text-align: center;
    color: #333333;
}

@media only screen and (min-width: 1200px) {
    .wildworld_testimonials_wrapper.wildworld_view_type_2 .wildworld_testimonials_icon {
        display: block;
    }
}

.wildworld_testimonials_wrapper.wildworld_view_type_2 .slick-dots li {
    background: #f3f4f5;
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.wildworld_testimonials_wrapper.wildworld_view_type_3 .wildworld_testimonials_featured_image {
    width: 100%;
    background: rgba(0,0,0,.1);
    position: relative;
}

.wildworld_testimonials_wrapper.wildworld_view_type_3 .wildworld_testimonials_featured_image:before {
    content: '';
    display: block;
    padding-top: 110.81081%;
    position: relative;
}

.wildworld_testimonials_wrapper.wildworld_view_type_3 .wildworld_testimonials_featured_image:after {
    content: "“";
    display: block;
    height: 80px;
    width: 80px;
    padding-top: 20px;
    font-size: 85px;
    line-height: 86px;
    font-weight: 300;
    text-align: center;
    color: #333333;
    position: absolute;
    top: 20px;
    left: -15px;
}

/* ------------------------------------------- */
/* ---------- Content Slider Widget ---------- */
/* ------------------------------------------- */
.wildworld_content_slider_wrapper {
    position: relative;
}

.wildworld_content_slider_wrapper .wildworld_content_slide {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.wildworld_content_slider_wrapper .wildworld_content_slide_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.wildworld_content_slider_wrapper .wildworld_full_cont {
    height: 100%;
}

.wildworld_content_slider_wrapper .wildworld_content_container {
    width: 100%;
}

.wildworld_content_slider_wrapper .wildworld_causes_slider_navigation_container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 160px;
    left: 30px;
}

@media only screen and (min-width: 768px) {
    .wildworld_content_slider_wrapper .wildworld_causes_slider_navigation_container {
        bottom: 73px;
        left: auto;
        right: 50px;
    }
}

@media only screen and (min-width: 1367px) {
    .wildworld_content_slider_wrapper .wildworld_causes_slider_navigation_container {
        right: 80px;
    }
}

.wildworld_content_slider_wrapper .wildworld_slider_counter {
    letter-spacing: 0;
    font-weight: 700;
}

.wildworld_content_slider_wrapper .wildworld_slider_counter:after {
    content: '';
    width: 130px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 50px 0;
    background: #3f4041;
}

@media only screen and (min-width: 576px) {
    .wildworld_content_slider_wrapper .wildworld_slider_counter:after {
        width: 180px;
    }
}

.wildworld_content_slider_wrapper .wildworld_slider_counter,
.wildworld_content_slider_wrapper .wildworld_slider_nav_button,
.wildworld_content_slider_wrapper .wildworld_content_slider_title,
.wildworld_content_slider_wrapper .wildworld_content_slider_promo_text,
.wildworld_content_slider_wrapper .wildworld_button {
    color: #ffffff;
}

.wildworld_content_slider_wrapper .wildworld_content_slider_title {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -5px;
    margin-bottom: 8px;
    margin-left: -5px;
}

.wildworld_content_slider_wrapper .wildworld_content_slider_title span {
    display: block;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -3px;
    font-weight: 300;
    margin-left: 5px;
}

@media only screen and (min-width: 768px) {
    .wildworld_content_slider_wrapper .wildworld_content_slider_title {
        font-size: 60px;
        line-height: 60px;
    }

    .wildworld_content_slider_wrapper .wildworld_content_slider_title span {
        font-size: 48px;
        line-height: 48px;
    }
}

@media only screen and (min-width: 1200px) {
    .wildworld_content_slider_wrapper .wildworld_content_slider_title {
        font-size: 100px;
        line-height: 100px;
    }

    .wildworld_content_slider_wrapper .wildworld_content_slider_title span {
        font-size: 60px;
        line-height: 60px;
    }
}

.wildworld_content_slider_wrapper .wildworld_content_slider_promo_text {
    line-height: 30px;
    margin-top: 14px;
}

.wildworld_content_slider_wrapper .wildworld_button {
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    padding: 15px 61px 17px;
    margin-top: 50px;
}

.wildworld_content_slider_wrapper .wildworld_button:hover {
    color: #1d252b;
}

.wildworld_content_slider_wrapper .wildworld_socials_container {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 35px;
    right: 55px;
    z-index: 100;
}

.wildworld_content_slider_wrapper .wildworld_socials_container li:not(:last-of-type) {
    margin-bottom: 20px;
}

.wildworld_content_slider_wrapper .wildworld_socials_container li a {
    color: #ffffff;
}

@media only screen and (min-width: 1367px) {
    .wildworld_content_slider_wrapper .wildworld_socials_container {
        display: initial;
    }
}

.wildworld_content_slider_wrapper .wildworld_promo_video_container {
    width: 280px;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
}

.wildworld_content_slider_wrapper .wildworld_promo_video_container:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(29, 37, 43 ,.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.wildworld_content_slider_wrapper .wildworld_promo_video_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 1;
}

.wildworld_content_slider_wrapper .wildworld_promo_video_container:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.wildworld_content_slider_wrapper .wildworld_promo_video_container .wildworld_video_trigger {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #ffffff;
    padding-bottom: 25px;
    position: relative;
    z-index: 3;
}

.wildworld_content_slider_wrapper .wildworld_promo_video_container .wildworld_video_trigger span {
    font-size: 18px;
    margin-bottom: 2px;
}

.wildworld_content_slider_wrapper .wildworld_promo_video_container .wildworld_video_trigger i {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 36px;
    background: transparent;
    color: #ffffff;
    border-radius: 50%;
    border: solid 2px #ffffff;
    text-align: center;
    padding-left: 2px;
    margin-left: 80px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_content_slider_wrapper .wildworld_promo_video_container .wildworld_video_trigger:hover i {
    color: #333333;
}

.wildworld_content_slider_wrapper .wildworld_additional_info_container {
    width: 420px;
    height: 100%;
    padding: 30px 50px;
    font-size: 14px;
    color: #c9cdcf;
    background: #282f34;
}

@media only screen and (min-width: 1200px) {
    .wildworld_content_slider_wrapper .wildworld_additional_info_container {
        width: 500px;
    }
}

.wildworld_content_slider_wrapper .wildworld_additional_info_container:last-of-type {
    width: 216px;
}

.wildworld_content_slider_wrapper .wildworld_additional_info_title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.wildworld_content_slider_wrapper .wildworld_additional_info a {
    color: #c9cdcf;
}

.wildworld_content_slider_wrapper .wildworld_additional_info a:not(:last-of-type) {
    margin-right: 8px;
}

.wildworld_content_slider_wrapper .wildworld_content_wrapper_1,
.wildworld_content_slider_wrapper .wildworld_content_wrapper_2,
.wildworld_content_slider_wrapper .wildworld_content_wrapper_3 {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .6s;
    transition: all .6s;
}

.wildworld_content_slider_wrapper .slick-current .wildworld_content_wrapper_1,
.wildworld_content_slider_wrapper .slick-current .wildworld_content_wrapper_2,
.wildworld_content_slider_wrapper .slick-current .wildworld_content_wrapper_3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.wildworld_content_slider_wrapper .slick-current .wildworld_content_wrapper_1 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.wildworld_content_slider_wrapper .slick-current .wildworld_content_wrapper_2 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.wildworld_content_slider_wrapper .slick-current .wildworld_content_wrapper_3 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_slider_counter:after {
    display: none;
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_slider_counter:before {
    content: '';
    width: 75px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px;
    background: #7c8394;
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_slider_arrows .slick-dots {
    margin-top: 0;
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_additional_fields_container,
.wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_additional_fields_container {
    height: 220px;
    display: flex;
    align-items: flex-end;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.wildworld_content_slider_wrapper.wildworld_view_type_2 .wildworld_additional_fields_container {
    height: 130px;
    display: flex;
    align-items: center;
    background: #f9f7f6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_anchor,
.wildworld_content_slider_wrapper.wildworld_view_type_2 .wildworld_anchor,
.wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_anchor,
.wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_anchor,
.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_anchor {
    width: 80px;
    height: 100%;
    display: none;
    background: #ffffff;
}

@media only screen and (min-width: 992px) {
    .wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_anchor,
    .wildworld_content_slider_wrapper.wildworld_view_type_2 .wildworld_anchor,
    .wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_anchor,
    .wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_anchor,
    .wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_anchor {
        display: inline-flex;
    }
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_anchor span,
.wildworld_content_slider_wrapper.wildworld_view_type_2 .wildworld_anchor span,
.wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_anchor span,
.wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_anchor span,
.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_anchor span {
    font-size: 14px;
    font-weight: 700;
    margin: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_causes_slider_navigation_container {
    bottom: 195px;
    left: 15px;
}

@media only screen and (min-width: 576px) {
    .wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_causes_slider_navigation_container {
        bottom: 67px;
        left: auto;
        right: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_causes_slider_navigation_container {
        right: calc((100% - 1170px)/ 2);
    }
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_promo_video_container {
    width: 290px;
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_promo_video_container .wildworld_video_trigger {
    padding-bottom: 0;
    align-items: center;
    flex-direction: column-reverse;
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_promo_video_container .wildworld_video_trigger i {
    margin: 0;
    border-color: #222b2a;
    background: #222b2a;
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_promo_video_container .wildworld_video_trigger span,
.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_promo_video_container .wildworld_video_trigger:hover span {
    color: #ffffff;
    margin: 8px 0 0;
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_additional_info_container {
    height: 155px;
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_additional_info_container.first_cont {
    width: 420px;
    padding: 30px 0 30px 135px;
    position: relative;
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_additional_info_container {
    width: 280px;
    padding: 30px 35px 30px 0;
    background: #ffffff;
}

@media only screen and (max-width: 1600px) {
    .wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_additional_info_container.first_cont {
        width: 310px;
        padding: 30px 0 30px 75px;
    }

    .wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_additional_info_container {
        width: 245px;
    }
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_additional_info_container.first_cont .wildworld_additional_info_promo {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #dcdcdc;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

@media only screen and (min-width: 1600px) {
    .wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_additional_info_container.first_cont .wildworld_additional_info_promo {
        left: 22px;
    }
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_additional_info {
    font-weight: 700;
    color: #a2a2a2;
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_additional_info a {
    color: inherit;
}

.wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_additional_info a:hover {
    opacity: .7;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.wildworld_content_slider_wrapper.wildworld_view_type_2 .wildworld_causes_slider_navigation_container,
.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_causes_slider_navigation_container {
    left: 15px;
    right: auto;
}

.wildworld_content_slider_wrapper.wildworld_view_type_2 .slick-dots li,
.wildworld_content_slider_wrapper.wildworld_view_type_5 .slick-dots li {
    margin: 0 32px 0 0;
}

.wildworld_content_slider_wrapper.wildworld_view_type_2 .slick-dots li:last-of-type,
.wildworld_content_slider_wrapper.wildworld_view_type_5 .slick-dots li:last-of-type {
    margin: 0;
}

.wildworld_content_slider_wrapper.wildworld_view_type_2 .wildworld_slider_counter {
    font-size: 0;
}

.wildworld_content_slider_wrapper.wildworld_view_type_2 .wildworld_anchor_container,
.wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_anchor_container {
    height: 174px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.wildworld_content_slider_wrapper.wildworld_view_type_2 .wildworld_additional_fields_container {
    height: 170px;
    left: auto;
    right: 0;
}

@media only screen and (min-width: 1200px) {
    .wildworld_content_slider_wrapper.wildworld_view_type_2 .wildworld_additional_fields_container {
        right: calc((100% - 1200px)/ 2);
    }

    .wildworld_content_slider_wrapper.wildworld_view_type_2 .wildworld_anchor_container,
    .wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_anchor_container {
        display: none;
    }
}

@media only screen and (min-width: 1600px) {
    .wildworld_content_slider_wrapper.wildworld_view_type_2 .wildworld_additional_fields_container {
        right: calc((100% - 1380px)/ 2);
    }
}

/* ------------------- */
/* --- View Type 3 --- */
/* ------------------- */
.wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_additional_fields_container {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 15px;
}

@media only screen and (min-width: 1200px) {
    .wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_additional_fields_container {
        width: auto;
        bottom: -40px;
    }
}

.wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_causes_slider_navigation_container {
    width: auto;
    max-width: none;
    padding: 50px 70px;
    background: #282f34;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 5;
}

.wildworld_content_slider_wrapper.wildworld_view_type_3 .slick-dots,
.wildworld_content_slider_wrapper.wildworld_view_type_4 .slick-dots {
    margin: 0;
}

.wildworld_content_slider_wrapper.wildworld_view_type_3 .slick-dots li {
    margin: 0 30px 0 0;
}

.wildworld_content_slider_wrapper.wildworld_view_type_3 .slick-dots li:last-of-type {
    margin: 0;
}

.wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_slider_counter {
    display: inline-flex;
    align-items: center;
}

.wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_slider_counter:after {
    display: none;
}

.wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_slider_counter:before {
    content: '';
    width: 75px;
    height: 1px;
    display: none;
    background: #3f4041;
    margin: 0 40px;
}

@media only screen and (min-width: 768px) {
    .wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_slider_counter:before {
        display: inline-block;
    }
}

.wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_promo_video_container {
    width: 280px;
    height: 170px;
    align-items: center;
}

@media only screen and (min-width: 1200px) {
    .wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_promo_video_container {
        width: 470px;
        height: 220px;
    }
}

.wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_promo_video_container .wildworld_video_trigger {
    height: 100%;
    padding: 0;
    align-items: center;
}

.wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_promo_video_container .wildworld_video_trigger i {
    width: 56px;
    height: 56px;
    line-height: 58px;
    border: none;
}

.wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_promo_video_container .wildworld_video_trigger span {
    margin: 0;
    font-weight: 700;
}

/* ------------------- */
/* --- View Type 4 --- */
/* ------------------- */
.wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_causes_slider_navigation_container {
    bottom: 170px;
    left: 15px;
}

@media only screen and (min-width: 768px) {
    .wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_causes_slider_navigation_container {
        bottom: 60px;
        right: 0;
        left: auto;
    }
}

.wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_slider_counter {
    font-size: 0;
}

.wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_slider_counter:after {
    background: rgba(255,255,255,.3);
    margin-top: 0;
}

.wildworld_content_slider_wrapper.wildworld_view_type_4 .slick-dots li:first-of-type {
    margin-left: 0;
}

.wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_additional_fields_container {
    height: 130px;
}

.wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_promo_video_container .wildworld_video_trigger {
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
}

.wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_promo_video_container .wildworld_video_trigger span {
    margin-bottom: 0;
}

.wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_additional_info_container {
    width: 350px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #333333;
    background: #ffffff;
    padding: 35px 50px;
}

.wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_additional_info_title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #777777;
}

.wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_additional_info_container .icon {
    font-size: 24px;
    margin-right: 5px;
}

/* ------------------- */
/* --- View Type 5 --- */
/* ------------------- */
.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_slider_counter {
    display: none;
}

.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_additional_fields_container {
    height: 220px;
    display: inline-flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
}

.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_additional_info_container {
    width: 400px;
    max-width: 400px;
    padding: 57px 30px 53px;
}

.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_additional_info_container .wildworld_additional_info_title {
    font-family: Quicksand, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 13px;
}

.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_additional_info_container .wildworld_additional_info_title span {
    font-weight: 300;
}

.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_additional_info_container .wildworld_additional_info {
    color: #ffffff;
}

.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_additional_info_container .wildworld_additional_info {
    font-size: 16px;
    line-height: 24px;
}

.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_additional_info_container .wildworld_additional_info a {
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_additional_info_container .wildworld_additional_info a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_additional_info_container .wildworld_additional_info a:hover:after {
    width: 100%;
}

.wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_socials_container {
    bottom: 255px;
}

/* ------------------------------------------ */
/* ---------- Blog Carousel Widget ---------- */
/* ------------------------------------------ */
.wildworld_blog_carousel_widget .wildworld_blog_slider_item,
.wildworld_donation_carousel_widget .wildworld_blog_slider_item {
    margin: 0 3px;
}

.wildworld_blog_carousel_widget .wildworld_blog_slider_item_wrapper,
.wildworld_donation_carousel_widget .wildworld_blog_slider_item_wrapper {
    color: #ffffff;
    background: rgba(40,47,52,.5);
    overflow: hidden;
    position: relative;
}

.wildworld_blog_carousel_widget .wildworld_blog_slider_item_wrapper:before,
.wildworld_donation_carousel_widget .wildworld_blog_slider_item_wrapper:before {
    content: '';
    display: block;
    padding-top: 110%;
}

.wildworld_blog_carousel_widget .wildworld_blog_details_container,
.wildworld_donation_carousel_widget .wildworld_blog_details_container {
    width: 100%;
    padding: 0 40px 47px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_blog_carousel_widget .wildworld_blog_slider_item_wrapper:hover .wildworld_blog_details_container,
.wildworld_donation_carousel_widget .wildworld_blog_slider_item_wrapper:hover .wildworld_blog_details_container {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.wildworld_blog_carousel_widget .wildworld_blog_date,
.wildworld_donation_carousel_widget .wildworld_donation_label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.wildworld_blog_carousel_widget .wildworld_blog_title,
.wildworld_donation_carousel_widget .wildworld_blog_title {
    color: inherit;
    line-height: 1.1;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.wildworld_blog_carousel_widget .wildworld_blog_title span,
.wildworld_donation_carousel_widget .wildworld_blog_title span {
    display: block;
    font-weight: 700;
}

.wildworld_blog_carousel_widget .wildworld_blog_comments {
    display: flex;
    align-items: center;
    line-height: 24px;
    margin-top: 12px;
}

.wildworld_blog_carousel_widget .wildworld_blog_comments .icon {
    color: transparent;
    stroke: #ffffff;
    margin-right: 10px;
}

.wildworld_blog_carousel_widget .wildworld_tour_link,
.wildworld_donation_carousel_widget .wildworld_tour_link {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 22px;
    opacity: 0;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_blog_carousel_widget .wildworld_blog_slider_item_wrapper:hover .wildworld_tour_link,
.wildworld_donation_carousel_widget .wildworld_blog_slider_item_wrapper:hover .wildworld_tour_link {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .wildworld_blog_carousel_widget .wildworld_tour_link {
        margin-top: 42px;
    }
}

.wildworld_blog_carousel_widget .wildworld_tour_link:after,
.wildworld_donation_carousel_widget .wildworld_tour_link:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_blog_carousel_widget .wildworld_tour_link:hover:after,
.wildworld_donation_carousel_widget .wildworld_tour_link:hover:after {
    width: 100%;
}

.wildworld_blog_carousel_widget .wildworld_blog_slider_nav_cont {
    margin-top: 77px;
    align-items: center;
    margin-left: -12px;
    margin-right: -12px;
}

.wildworld_blog_carousel_widget .wildworld_button {
    letter-spacing: .5px;
}

.wildworld_causes_slider_widget .wildworld_offset_container,
.wildworld_blog_carousel_widget .wildworld_offset_container,
.wildworld_donation_carousel_widget .wildworld_offset_container,
.wildworld_info_box_carousel_widget .wildworld_offset_container {
    overflow: hidden;
}

.wildworld_causes_slider_widget .wildworld_offset_container_wrapper,
.wildworld_blog_carousel_widget .wildworld_offset_container_wrapper,
.wildworld_donation_carousel_widget .wildworld_offset_container_wrapper {
    width: 100%;
    max-width: 1200px;
}

.wildworld_causes_slider_widget .wildworld_offset_container_wrapper .slick-list,
.wildworld_blog_carousel_widget .wildworld_offset_container_wrapper .slick-list,
.wildworld_donation_carousel_widget .wildworld_offset_container_wrapper .slick-list,
.wildworld_info_box_carousel_widget .wildworld_offset_container_wrapper .slick-list {
    overflow: visible;
}

/* ----------------------------------------------- */
/* ---------- Donations Carousel Widget ---------- */
/* ----------------------------------------------- */
.wildworld_donation_carousel_widget .wildworld_causes_slider_title_part {
    margin-bottom: 45px;
}

.wildworld_donation_carousel_widget .wildworld_blog_slider_item_wrapper:before {
    padding-top: 109.96564%;
}

.wildworld_donation_carousel_widget .wildworld_blog_details_container {
    padding: 0 40px 32px;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
}

.wildworld_donation_carousel_widget .wildworld_donation_label {
    margin-bottom: 19px;
    font-weight: 700;
}

.wildworld_donation_carousel_widget .wildworld_blog_title {
    font-size: 30px;
    line-height: 36px;
}

.wildworld_donation_carousel_widget .wildworld_blog_excerpt {
    line-height: 24px;
}

.wildworld_donation_carousel_widget .wildworld_tour_link {
    color: inherit;
    margin-top: 20px;
}

.wildworld_donation_carousel_widget .wildworld_tour_link:after {
    background: #ffffff;
}

.wildworld_donation_carousel_widget .wildworld_causes_slider_navigation_container {
    position: absolute;
    bottom: -90px;
    right: 15px;
}

.wildworld_donation_carousel_widget .wildworld_slider_arrows {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.wildworld_donation_carousel_widget .wildworld_slider_arrows:before {
    content: '';
    width: 75px;
    height: 1px;
    background: #f7f7f7;
    margin: 0 30px;
}

.wildworld_donation_carousel_widget .slick-dots {
    margin: 0;
}

.wildworld_donation_carousel_widget .slick-dots li:first-of-type {
    margin: 0;
}

/* ------------------------------------------- */
/* ---------- Tours Carousel Widget ---------- */
/* ------------------------------------------- */
.wildworld_tours_carousel_widget .wildworld_tours_carousel {
    margin-top: 45px;
}

.wildworld_tours_carousel_widget .wildworld_tour_item {
    opacity: .4;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_tours_carousel_widget .wildworld_tour_item.slick-active {
    opacity: 1;
}

.wildworld_tours_carousel_widget .wildworld_tour_item_wrapper {
    background: #000000;
    color: #ffffff;
    margin: 0 3px;
    position: relative;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    z-index: 1;
}

.wildworld_tours_carousel_widget .wildworld_tour_item.slick-active .wildworld_tour_item_wrapper:hover {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.wildworld_tours_carousel_widget .wildworld_tour_item_wrapper:before {
    content: '';
    display: block;
    padding-top: 148.27586%;
}

.wildworld_tours_carousel_widget .wildworld_item_counter_box {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    opacity: .8;
    position: absolute;
    top: 25px;
    left: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_tours_carousel_widget .wildworld_tour_item.slick-active .wildworld_tour_item_wrapper:hover .wildworld_item_counter_box {
    top: 55px;
}

.wildworld_tours_carousel_widget .wildworld_tour_details {
    width: 100%;
    padding: 25px 30px 35px;
    position: absolute;
    bottom: -55px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_tours_carousel_widget .wildworld_tour_item.slick-active .wildworld_tour_item_wrapper:hover .wildworld_tour_details {
    bottom: 0;
}

.wildworld_tours_carousel_widget .wildworld_tour_title {
    color: #ffffff;
}

.wildworld_tours_carousel_widget .wildworld_tour_title {
    line-height: 27px;
    margin-bottom: 0;
}

.wildworld_tours_carousel_widget .wildworld_tour_link {
    display: inline-block;
    line-height: 24px;
    font-weight: 700;
    margin-top: 18px;
    opacity: 0;
    position: relative;
}

.wildworld_tours_carousel_widget .wildworld_tour_item.slick-active .wildworld_tour_item_wrapper:hover .wildworld_tour_link {
    opacity: 1;
}

.wildworld_tours_carousel_widget .wildworld_tour_link:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_tours_carousel_widget .wildworld_tour_item.slick-active .wildworld_tour_link:hover:after {
    width: 100%;
}

.wildworld_tours_carousel_widget .full_mode_on .slick-list {
    overflow: visible;
}

.wildworld_tours_carousel_widget .full_mode_on .slick-list:before {
    content: '';
    width: 300%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 10;
}

.wildworld_tours_carousel_widget .full_mode_on .slick-track {
    overflow: hidden;
}

.wildworld_tours_carousel_widget .wildworld_causes_slider_navigation_container {
    margin-bottom: 15px;
}

/* -------------------------------------------- */
/* ---------- Info Box Slider Widget ---------- */
/* -------------------------------------------- */
.wildworld_info_box_carousel_widget .wildworld_info_box_carousel {
    margin-top: 45px;
}

.wildworld_info_box_carousel_widget .wildworld_info_box_item {
    margin: 0 3px;
    opacity: .4;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_info_box_carousel_widget .wildworld_info_box_item.slick-active {
    opacity: 1;
}

.wildworld_info_box_carousel_widget .wildworld_offset_container_wrapper {
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .wildworld_info_box_carousel_widget .wildworld_offset_container_wrapper {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1830px) {
    .wildworld_info_box_carousel_widget .wildworld_offset_container_wrapper {
        max-width: 1800px;
    }
}

.wildworld_info_box_carousel_widget .container,
.wildworld_info_box_carousel_widget .wildworld_causes_slider_title_part,
.wildworld_info_box_carousel_widget .wildworld_causes_slider_nav_part {
    padding: 0;
}

.wildworld_info_box_carousel_widget .wildworld_causes_slider_nav_part {
    align-items: flex-end;
}

.wildworld_info_box_carousel_widget .slick-dots {
    margin-bottom: 15px;
}

.wildworld_info_box_carousel_widget .wildworld_info_box_counter {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}


/* ----------------------------------- */
/* ---------- Events Widget ---------- */
/* ----------------------------------- */
.wildworld_events_wrapper {
    margin-left: -30px;
    font-size: 0;
    line-height: 0;
}

.wildworld_events_wrapper .wildworld_event_item {
    width: 33.333333%;
    display: inline-block;
    padding-left: 30px;
    vertical-align: top;
}

.wildworld_events_wrapper .wildworld_event_item_wrapper {
    padding: 16px;
    margin-bottom: 50px;
    background: #ffffff;
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .06);
}

.wildworld_events_wrapper .wildworld_event_content_container {
    padding: 22px 13px 20px;
}

.wildworld_events_wrapper .wildworld_event_title {
    margin-bottom: 6px;
}

.wildworld_events_wrapper .wildworld_event_title a:hover {
    opacity: .75;
}

.wildworld_events_wrapper .wildworld_event_content_container p {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: .35px;
}

.wildworld_events_wrapper .wildworld_event_content_container .wildworld_excerpt {
    font-size: 16px;
    line-height: 27px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.wildworld_events_wrapper.wildworld_view_type_2 .wildworld_event_item {
    width: 100%;
}

.wildworld_events_wrapper.wildworld_view_type_2 .wildworld_event_item .wildworld_event_item_wrapper {
    padding: 15px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
    .wildworld_events_wrapper.wildworld_view_type_2 .wildworld_event_item .wildworld_event_item_wrapper {
        padding: 30px;
    }
}

.wildworld_events_wrapper.wildworld_view_type_2 .wildworld_event_item .upcoming-item__title {
    margin-bottom: 16px;
}

.wildworld_events_wrapper.wildworld_view_type_2 .wildworld_event_item .upcoming-item__title a:hover {
    opacity: .75;
}

.wildworld_events_wrapper.wildworld_view_type_2 .wildworld_event_item {
    font-size: 16px;
    line-height: 1.7;
}

.wildworld_events_wrapper.wildworld_view_type_2 .wildworld_event_item .upcoming-item__details p:last-of-type {
    margin-bottom: 0;
}

.wildworld_events_wrapper.wildworld_view_type_2 .wildworld_event_item .icon {
    margin-right: 8px;
    position: relative;
    top: -2px;
}

/* ------------------------------------------- */
/* ---------- Events Listing Widget ---------- */
/* ------------------------------------------- */

/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.wildworld_events_listing_wrapper.view_type_1,
.wildworld_events_widget .wildworld_events_wrapper {
    margin-left: -30px;
    font-size: 0;
    line-height: 0;
}

.wildworld_events_listing_wrapper.view_type_1 .wildworld_event_listing_item,
.wildworld_events_widget .wildworld_event_listing_item {
    display: inline-block;
    width: 33.333333%;
    vertical-align: top;
    padding-left: 30px;
    margin-bottom: 50px;
}

.wildworld_events_widget .wildworld_event_listing_item {
    margin-bottom: 0;
}

.wildworld_event_listing_item_image_box {
    position: relative;
    background: rgba(0, 0, 0, .2);
    margin-bottom: 33px;
}

.wildworld_event_listing_item_image_box:before {
    content: "";
    display: block;
    padding-top: 59.45946%
}

.wildworld_event_date_box {
    padding: 16px 18px 13px 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.wildworld_event_date_box span {
    display: block;
    font-weight: 700;
    color: #333333;
}

.wildworld_event_date_box .wildworld_event_date {
    font-size: 30px;
    line-height: 30px;
}

.wildworld_event_date_box .wildworld_event_month {
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
}

.wildworld_events_listing_wrapper.view_type_1 .wildworld_event_listing_item_title,
.wildworld_events_widget .wildworld_event_listing_item_title {
    margin-bottom: 8px;
}

.wildworld_events_listing_wrapper.view_type_1 .wildworld_event_listing_item_title a:hover,
.wildworld_events_listing_wrapper.view_type_2 .wildworld_event_listing_item_title a:hover,
.wildworld_events_widget .wildworld_event_listing_item_title a:hover {
    opacity: .75;
}

.wildworld_events_listing_wrapper.view_type_1 .wildworld_event_listing_item_excerpt,
.wildworld_events_widget .wildworld_event_listing_item_excerpt {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.wildworld_events_listing_wrapper.view_type_1 .wildworld_event_time,
.wildworld_events_widget .wildworld_event_time {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.wildworld_events_listing_wrapper.view_type_1 .icon,
.wildworld_events_widget .icon {
    font-size: 14px;
    margin: -2px 5px 0 -2px;
}

.wildworld_events_listing_widget .view_type_1 + .wildworld_pagination nav {
    margin-top: 24px;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.wildworld_events_listing_wrapper.view_type_2 .wildworld_event_listing_item {
    margin-bottom: 70px;
}

.wildworld_events_listing_wrapper.view_type_2 .wildworld_event_listing_item_image_box {
    margin-bottom: 0;
}

.wildworld_events_listing_wrapper.view_type_2 .wildworld_event_listing_item_image_box:before {
    padding-top: 66.95946%;
}

.wildworld_events_listing_wrapper.view_type_2 .wildworld_event_listing_item_title {
    margin: -10px 0 1px;
}

.wildworld_events_listing_wrapper.view_type_2 .wildworld_age_limit {
    display: block;
    margin-bottom: 11px;
    color: #333333;
}

.wildworld_events_listing_wrapper.view_type_2 .wildworld_event_item_link {
    border: solid 2px;
    padding: 11px 50px 15px;
    margin-top: 30px;
}

.wildworld_events_listing_widget .view_type_2 + .wildworld_pagination nav {
    margin-top: 2px;
}

/* -------------------------------------------- */
/* ---------- Events Calendar Widget ---------- */
/* -------------------------------------------- */
.wildworld_event_calendar_item:not(:last-of-type) {
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    .wildworld_event_calendar_item:not(:last-of-type) {
        margin-bottom: 50px;
    }
}

.wildworld_event_calendar_date {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .wildworld_event_calendar_date {
        margin-bottom: 0;
    }
}

.wildworld_event_calendar_date span {
    display: block;
    letter-spacing: -.05em;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
}

.wildworld_event_calendar_date span:first-of-type {
    font-size: 50px;
    line-height: 50px;
}

.wildworld_event_calendar_item .wildworld_calendar_item {
    margin-bottom: 15px;
    background: #f3f4f5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_event_calendar_item .wildworld_calendar_item:last-of-type {
    margin-bottom: 0;
}

.wildworld_event_calendar_item.view_type_1 .wildworld_calendar_item:hover {
    background: #1d252b;
}

.wildworld_calendar_item_image {
    position: relative;
}

.wildworld_calendar_item_image:before {
    content: '';
    padding-top: 40.81633%;
    display: block;
}

.elementor .wildworld_calendar_item_image img.wildworld_img--bg {
    z-index: 0;
}

.wildworld_calendar_item_details {
    padding: 15px;
}

.wildworld_calendar_item_title {
    margin-bottom: 5px;
}

.wildworld_calendar_item_title a {
    color: inherit;
}

.wildworld_event_calendar_item.view_type_1 .wildworld_calendar_item:hover .wildworld_calendar_item_title a {
    color: #ffffff;
}

.wildworld_calendar_item_category {
    color: #777777;
}

.wildworld_calendar_item_category span:last-of-type {
    display: none;
}

.wildworld_calendar_item_time {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333333;
    padding: 0 15px 0 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media only screen and (min-width: 992px) {
    .wildworld_calendar_item_time {
        padding: 0;
    }
}

.wildworld_event_calendar_item.view_type_1 .wildworld_calendar_item:hover .wildworld_calendar_item_time {
    opacity: 0;
    visibility: hidden;
}

.wildworld_calendar_item_link {
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_calendar_item_link:hover {
    color: #ffffff;
}

.wildworld_event_calendar_item.view_type_1 .wildworld_calendar_item:hover .wildworld_calendar_item_link {
    opacity: 1;
    visibility: visible;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.wildworld_event_calendar_item.view_type_2 .wildworld_calendar_item {
    background: #ffffff;
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .03);
}

.wildworld_event_calendar_item.view_type_2 .wildworld_calendar_item_image:before {
    padding-top: 64.03941%;
}

.wildworld_event_calendar_item.view_type_2 .wildworld_calendar_item_details {
    padding: 0;
}

.wildworld_event_calendar_item.view_type_2 .wildworld_calendar_item .wildworld_calendar_item_title {
    margin-bottom: 0;
}

.wildworld_event_calendar_item.view_type_2 .wildworld_calendar_item .wildworld_calendar_item_category {
    line-height: 1.5;
}

.wildworld_event_calendar_item.view_type_2 .wildworld_calendar_item:hover .wildworld_calendar_item_title a:hover {
    opacity: .75;
}

.wildworld_event_calendar_item.view_type_2 .wildworld_calendar_item_time {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
}

.wildworld_event_calendar_item.view_type_2 .wildworld_calendar_item_time span {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
}

/* ------------------------------------ */
/* ---------- Stories Widget ---------- */
/* ------------------------------------ */
.wildworld_stories_wrapper .stories-item {
    margin-bottom: 70px;
}

.elementor .wildworld_stories_wrapper .img--layout {
    display: inline-block;
    max-width: none;
}

.wildworld_color_scheme_mono .elementor .wildworld_stories_wrapper .img--layout {
    display: none;
}

.wildworld_stories_wrapper .heading__pre-title {
    display: inline-block;
    color: #9e9e9e;
    font-weight: 700;
    margin-bottom: 10px;
}

.wildworld_stories_wrapper .heading__title {
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 32px
}

@media only screen and (min-width: 992px) {
    .wildworld_stories_wrapper .heading__title {
        font-size: 40px
    }
}

@media only screen and (min-width: 1200px) {
    .wildworld_stories_wrapper .heading__title {
        font-size: 50px
    }
}

.wildworld_stories_wrapper .wildworld_excerpt {
    margin-bottom: 46px;
}

.wildworld_stories_wrapper .wildworld_button {
    background: transparent;
}

/* ------------------------------------ */
/* ---------- Gallery Widget ---------- */
/* ------------------------------------ */
.gallery-masonry__item {
    position: relative;
}

.gallery-masonry__item .wildworld_overlay {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 0;
}

.gallery-masonry__item:hover .wildworld_overlay {
    opacity: .6;
}

.gallery-masonry__img {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none
}

.gallery-masonry__item .gallery-masonry__img img {
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.gallery-masonry__item:hover .gallery-masonry__img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.gallery-masonry__description {
    width: 100%;
    padding: 37px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.gallery-masonry__description span {
    display: block;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.gallery-masonry__description span:first-of-type {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.gallery-masonry__description span:last-of-type {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

.gallery-masonry__item:hover .gallery-masonry__description span:first-of-type,
.gallery-masonry__item:hover .gallery-masonry__description span:last-of-type {
    color: #333333;
}

.gallery-masonry__item--height-1::before {
    content: "";
    display: block;
    padding-top: 84.21053%;
}

.gallery-masonry__item--height-2 {
    content: "";
    display: block;
    padding-top: 84.21053%;
}

.gallery-masonry__item--height-3 {
    content: "";
    display: block;
    padding-top: 168.42105%;
}

.gallery-masonry__item--height-4 {
    content: "";
    display: block;
    padding-top: 42.10526%
}

/* ------------------------------------------- */
/* ---------- Image Carousel Widget ---------- */
/* ------------------------------------------- */
body .swiper-container-horizontal > .swiper-pagination-bullets {
    padding-bottom: 28px;
    text-align: right;
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

body .wildworld_logo_carousel .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: center;
    padding-bottom: 0;
    bottom: auto;
    top: 100%;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #ffffff;
    opacity: 1;
    margin: 0 0 0 32px;
    border: solid 2px transparent;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body .wildworld_logo_carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: -109px;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #cdcdcd;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 6px;
    height: 6px;
}

body .elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    position: relative;
}

body .elementor-widget-image-carousel .swiper-container .swiper-slide figure figcaption {
    width: 100%;
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    padding: 22px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

body .elementor-pagination-position-outside .swiper-container {
    padding-bottom: 0;
}

body .elementor-image-carousel .swiper-slide-inner img {
    margin: 0 auto;
}

/* ------------------------------------------- */
/* ---------- Animal Listing Widget ---------- */
/* ------------------------------------------- */
.wildworld_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0;
    margin: 0 0 33px;
    line-height: 1;
}

.wildworld_filter li {
    position: relative;
    font-weight: 700;
    list-style: none;
    padding: 0 0 14px;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.wildworld_filter li {
    margin: 0 15px;
}


@media only screen and (min-width: 992px) {
    .wildworld_filter li {
        margin: 0 23px;
    }
}

.wildworld_filter li:first-of-type {
    margin-left: 0;
}

.wildworld_filter li:last-of-type {
    margin-right: 0;
}

.wildworld_filter li.is-checked a,
.wildworld_filter li:hover a {
    color: #a3a3a3;
}

.wildworld_filter li:after {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.wildworld_filter li.is-checked:after,
.wildworld_filter li:hover:after {
    width: 100%;
}

.wildworld_animal_listing_container {
    margin-left: -6px;
}

.wildworld_columns_2 .wildworld_animals_item {
    width: 50%;
}

.wildworld_columns_3 .wildworld_animals_item {
    width: 33.333333%;
}

.wildworld_columns_4 .wildworld_animals_item {
    width: 25%;
}

.wildworld_animal_listing_container .wildworld_animals_item_inner {
    padding: 0 0 6px 6px;
}

.wildworld_animal_listing_container .wildworld_animals_item_wrapper {
    position: relative;
    background: rgba(40, 47, 52, .01);
    overflow: hidden;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.wildworld_animal_listing_container .wildworld_animals_item_wrapper:hover {
    background: rgba(40, 47, 52, .3);
}

.wildworld_animal_listing_container .wildworld_animals_item_wrapper:before {
    content: "";
    display: block;
    padding-top: 148.27586%;
}

.wildworld_animal_listing_container .wildworld_animals_block_details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.wildworld_animal_listing_container .wildworld_animals_item_wrapper:hover .wildworld_animals_block_details {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.wildworld_animal_listing_container .wildworld_animals_block_title {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2px;
}

.wildworld_animal_listing_container .wildworld_animals_item_wrapper .wildworld_tours_item_link {
    margin: 0;
	color: yellow;
}

.wildworld_animal_listing_container .wildworld_animals_item_wrapper:hover .wildworld_tours_item_link {
    opacity: 1;
    visibility: visible;
}

.wildworld_animal_listing_container .wildworld_animals_item_wrapper .wildworld_tours_item_link:after {
    bottom: 4px;
}

.zoo-map__img img {
    width: 100%;
}

/* -------------------------------------------- */
/* ---------- Linked Icon Box Widget ---------- */
/* -------------------------------------------- */
.wildworld_linked_icon_box_item {
    display: block;
    padding: 30px 0 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #333333;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.wildworld_linked_icon_box_item:hover {
    color: #333333;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.wildworld_icon_cont {
    font-size: 50px;
    line-height: 75px;
}

.wildworld_icon_title {
    line-height: 1.5;
}

.wildworld_about_donate a {
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.wildworld_about_donate a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 3px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wildworld_about_donate a:hover:after {
    width: 100%;
}

/* -------------------------------------------- */
/* ---------- Custom Products Widget ---------- */
/* -------------------------------------------- */
/* ------------------- */
/* --- View Type 1 --- */
/* ------------------- */
.wildworld_custom_products_list.view_type_1 .woocommerce ul.products li.product {
    width: 23.05%;
}

/* ------------------- */
/* --- View Type 2 --- */
/* ------------------- */
.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_item {
    margin-bottom: 30px;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f8f8f8;
    position: relative;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont {
        margin-bottom: 0;
    }
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont:before {
    content: '';
    padding-top: 70.58824%;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont .wildworld_img--contain {
    max-width: 50%;
    z-index: 0;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont .woocommerce-Price-amount,
.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont del,
.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont ins {
    display: none;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont .add_to_cart_button {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #333333;
    padding: 10px 15px;
    border-radius: 0;
    opacity: 0;
    position: relative;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 2;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_item:hover .add_to_cart_button {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont .add_to_cart_button:hover {
    color: #ffffff;
    background: #333333;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont .add_to_cart_button .icon {
    font-size: 20px;
    margin-right: 10px;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont .add_to_cart_button.loading:after,
.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont .add_to_cart_button.added:after,
.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont .added_to_cart {
    display: none !important;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_image_cont .wildworld_custom_product_badge {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 3px 14px 5px;
    background: #e44134;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_title a {
    color: #333333;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_title a:hover {
    opacity: .75;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_price {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #777777;
    margin-bottom: 12px;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_price del {
    color: #333333;
    margin-right: 15px;
}

.wildworld_custom_products_list.view_type_2 .wildworld_custom_product_price ins {
    font-weight: 700;
    color: #e44134;
    text-decoration: none;
}

.wildworld_custom_products_list.view_type_2 .star-rating {
    width: 80px;
    height: 1em;
    overflow: hidden;
    font-family: star, sans-serif;
    font-size: 10px;
    line-height: 1;
    position: relative;
}

.wildworld_custom_products_list.view_type_2 .star-rating:before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    letter-spacing: 5.5px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.wildworld_custom_products_list.view_type_2 .star-rating span {
    overflow: hidden;
    float: left;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
}

.wildworld_custom_products_list.view_type_2 .star-rating span:before {
    content: '\53\53\53\53\53';
    letter-spacing: 5.5px;
    position: absolute;
    top: 0;
    left: 0;
}

/* -------------------------------- */
/* ---------- Responsive ---------- */
/* -------------------------------- */
@media only screen and (max-width: 1025px) {
    .wildworld_content_slider_widget .wildworld_additional_info_container {
        display: none;
    }

    .wildworld_causes_slider_widget .wildworld_offset_container {
        margin: auto;
    }

    .wildworld_causes_slider_wrapper.wildworld_view_type_3 .wildworld_causes_slider_navigation_container {
        top: 45px;
    }

    .wildworld_causes_listing_wrapper .wildworld_donation_popup,
    .wildworld_donate_box_widget .wildworld_donation_popup {
        max-width: 90%;
        min-width: auto;
    }

    .wildworld_video_widget .wildworld_video_container .wildworld_video_wrapper,
    .wildworld_tabs_widget .wildworld_video_container .wildworld_video_wrapper {
        width: 90% !important;
    }

    .wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_offset_container,
    .wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_offset_container {
        width: 100% !important;
    }

    .wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_causes_slider {
        margin: -15px;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_3 .wildworld_causes_slider_navigation_container {
        justify-content: flex-end;
    }

    .wildworld_testimonials_wrapper .wildworld_causes_slider_navigation_container {
        margin-bottom: 35px;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_causes_slider_navigation_container {
        margin-bottom: 0;
    }

    .wildworld_heading_widget .wildworld_heading,
    .wildworld_causes_slider_widget .wildworld_heading,
    .wildworld_testimonials_title_cont .wildworld_heading,
    .wildworld_info_box_carousel_widget .wildworld_heading,
    .wildworld_donation_carousel_wrapper .wildworld_heading,
    .wildworld_tours_carousel_widget .wildworld_heading,
    body .elementor-widget-heading h3.elementor-heading-title,
    .wildworld_testimonials_wrapper.wildworld_view_type_2 .wildworld_heading {
        font-size: 37px;
    }

    .wildworld_stories_wrapper .stories-item {
        margin-bottom: 100px;
    }

    .elementor .wildworld_stories_wrapper .img--layout {
        display: none;
    }

    .wildworld_content_slider_wrapper.wildworld_view_type_2 .wildworld_anchor_container,
    .wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_anchor_container {
        display: none;
    }

    .wildworld_linked_icon_box_item {
        margin-bottom: 0;
    }

    .wildworld_person_wrapper.wildworld_view_type_1 {
        margin-bottom: 10px;
    }

    .wildworld_person_item_type_3 {
        margin-bottom: 20px;
    }

    .wildworld_blog_listing_title {
        font-size: 30px;
    }

    .wildworld_columns_4 .wildworld_animals_item {
        width: 33.333333%;
    }

    body .elementor-image-carousel .swiper-slide-inner img {
        width: 100%;
    }

    body .elementor .mc4wp-form-fields input[type="email"] {
        max-width: 730px;
    }

    .wildworld_content_slider_wrapper .wildworld_content_slider_title,
    .wildworld_content_slider_wrapper .wildworld_content_slider_title span {
        letter-spacing: -1px;
    }

    .gallery-masonry__description {
        padding: 18px 15px 15px;
    }

    .wildworld_info_box_item.view_type_1 .align-items-center {
        align-items: flex-start !important;
    }

    .wildworld_info_box_content_cont,
    .wildworld_reverse_row .wildworld_info_box_content_cont {
        padding: 0;
    }
}

@media only screen and (max-width: 769px) {
    .wildworld_person_item_type_2 .wildworld_person_info_container {
        text-align: center;
        margin-top: 20px;
    }

    .wildworld_person_item_type_2 .wildworld_person_socials li {
        margin: 0 10px;
    }

    .wildworld_heading_widget .wildworld_heading,
    .wildworld_causes_slider_widget .wildworld_heading,
    .wildworld_testimonials_title_cont .wildworld_heading,
    .wildworld_info_box_carousel_widget .wildworld_heading,
    .wildworld_donation_carousel_wrapper .wildworld_heading,
    .wildworld_tours_carousel_widget .wildworld_heading,
    body .elementor-widget-heading h3.elementor-heading-title,
    .wildworld_testimonials_wrapper.wildworld_view_type_2 .wildworld_heading {
        font-size: 32px;
    }

    .wildworld_recent_posts_widget .wildworld_blog_listing_item {
        margin-bottom: 30px;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_causes_slider_navigation_container {
        justify-content: flex-start;
        margin: 50px 0 0;
    }

    .wildworld_blockquote.wildworld_view_type_1 {
        padding-left: 40px;
        font-size: 20px;
    }

    .wildworld_blockquote.wildworld_view_type_2 {
        padding: 30px 40px 34px;
        font-size: 18px;
    }

    .wildworld_stories_wrapper .stories-item > .row {
        flex-direction: column !important;
    }

    .wildworld_stories_wrapper .img-box__img {
        margin-bottom: 40px;
    }

    .wildworld_stories_wrapper .img-box__img img {
        width: 100%;
    }

    .wildworld_blog_listing_widget .wildworld_blog_listing_third_row {
        display: block;
        font-size: 0;
        margin-bottom: 0;
    }

    .wildworld_blog_listing_widget .wildworld_blog_listing_third_row .wildworld_blog_listing_item {
        display: inline-block;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .wildworld_blog_listing_widget .wildworld_blog_listing_third_row .wildworld_blog_listing_item:last-of-type {
        margin-bottom: 0;
    }

    .wildworld_view_type_1.wildworld_columns_3 .wildworld_causes_list_item,
    .wildworld_view_type_2.wildworld_columns_3 .wildworld_causes_list_item,
    .wildworld_view_type_4.wildworld_columns_3 .wildworld_causes_list_item,
    .wildworld_view_type_1.wildworld_columns_4 .wildworld_causes_list_item,
    .wildworld_view_type_2.wildworld_columns_4 .wildworld_causes_list_item,
    .wildworld_view_type_4.wildworld_columns_4 .wildworld_causes_list_item,
    .wildworld_donation_wrapper.view_type_2 .wildworld_donations_item,
    .wildworld_recent_donations_wrapper .wildworld_donations_item {
        width: 50%;
    }

    .wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_featured_image_container {
        margin-bottom: 30px;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_testimonials_icon {
        width: 60px;
        font-size: 100px;
        line-height: 80px;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_testimonials_content {
        font-size: 20px;
        line-height: 30px;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_2 .wildworld_causes_slider_navigation_container {
        justify-content: flex-start;
    }

    .wildworld_price_item.wildworld_type_horizontal,
    .wildworld_price_item.wildworld_type_horizontal .wildworld_price_button_container {
        text-align: center;
    }

    .wildworld_price_item.wildworld_type_horizontal .wildworld_price_title {
        margin-bottom: 0;
    }

    .wildworld_price_item.wildworld_type_horizontal .wildworld_price_container {
        margin: 15px 0;
    }

    .wildworld_events_listing_wrapper .upcoming-item__body {
        padding: 15px 15px 36px;
    }

    .wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_promo_video_container {
        left: 0;
    }

    .wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_causes_list_wrapper {
        padding: 40px 30px;
    }

    .wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_donate_button_container {
        position: relative;
        margin-top: 30px;
    }

    .wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_2 .wildworld_category_container {
        margin-top: 0;
    }

    .wildworld_color_scheme_mono .wildworld_events_wrapper.wildworld_view_type_2 .wildworld_event_item .wildworld_event_item_wrapper img {
        width: 100%;
        margin-bottom: 30px;
    }

    .wildworld_blog_listing_widget .wildworld_blog_listing_item.wildworld_blog_item_2 .wildworld_overlay,
    .wildworld_blog_listing_widget .wildworld_blog_listing_item.wildworld_blog_item_3 .wildworld_overlay {
        background: rgba(49,52,95, .7);
    }

    .wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_slider_counter {
        display: none;
    }

    .wildworld_price_item.wildworld_type_horizontal .wildworld_price_container .wildworld_currency,
    .wildworld_price_item.wildworld_type_horizontal .wildworld_price_container .wildworld_price,
    .wildworld_price_item.wildworld_type_horizontal .wildworld_price_container .wildworld_period {
        line-height: 24px;
    }

    .wildworld_donation_carousel_widget .wildworld_slider_arrows:before {
        display: none;
    }

    .wildworld_price_item.wildworld_type_horizontal {
        padding: 24px 30px 30px;
    }

    .wildworld_events_listing_wrapper.view_type_1 .wildworld_event_listing_item,
    .wildworld_events_widget .wildworld_event_listing_item {
        width: 50%;
    }

    .wildworld_info_box_content_cont {
        padding-left: 0;
        margin-top: 12px;
    }

    .wildworld_reverse_row .wildworld_info_box_content_cont {
        padding: 0;
    }

    .wildworld_info_box_content_cont .wildworld_info_box_title {
        font-size: 32px;
    }

    .wildworld_tours_carousel_widget .wildworld_slider_arrows .slick-dots li {
        margin: 0 0 0 20px;
    }

    .wildworld_tours_carousel_widget .wildworld_slider_arrows .slick-dots li:first-of-type {
        margin: 0 !important;
    }

    body .elementor .mc4wp-form-fields input[type="email"] {
        max-width: 490px;
    }

    .wildworld_calendar_item_details {
        padding: 15px 15px 0;
    }

    .wildworld_calendar_item_time {
        text-align: left;
        padding: 0 15px 15px;
    }

    .wildworld_calendar_item_link {
        margin-left: 30px;
        top: 5px;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media only screen and (max-width: 737px) {
    .wildworld_testimonials_wrapper.wildworld_view_type_3 .wildworld_offset_container {
        margin: 0;
    }

    .wildworld_events_listing_wrapper.view_type_2 .wildworld_event_listing_item_title {
        margin-top: 30px;
    }

    .wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_causes_slider_title_part,
    .wildworld_causes_slider_wrapper.wildworld_view_type_4 .wildworld_causes_slider_title_part {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }

    .wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_causes_slider_navigation_container {
        margin-top: 35px;
    }

    .wildworld_content_slider_wrapper .wildworld_content_slide_wrapper {
        height: auto;
    }

    .wildworld_blog_listing_widget .wildworld_blog_listing_row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .wildworld_blog_listing_widget .wildworld_blog_listing_item,
    .wildworld_recent_posts_widget .wildworld_blog_listing_item {
        margin-bottom: 50px;
    }

    .wildworld_blog_listing_widget .wildworld_blog_listing_item,
    .wildworld_recent_posts_widget .wildworld_blog_listing_item,
    .wildworld_blog_listing_widget .wildworld_blog_listing_item.wildworld_blog_item_2,
    .wildworld_blog_listing_widget .wildworld_blog_listing_item.wildworld_blog_item_3,
    .wildworld_events_listing_wrapper.view_type_1 .wildworld_event_listing_item,
    .wildworld_events_widget .wildworld_event_listing_item,
    .wildworld_donation_wrapper.view_type_2 .wildworld_donations_item,
    .wildworld_recent_donations_wrapper .wildworld_donations_item {
        width: 100%;
    }

    .wildworld_blog_listing_widget .wildworld_blog_listing_item.wildworld_blog_item_2 .wildworld_post_info_container,
    .wildworld_blog_listing_widget .wildworld_blog_listing_item.wildworld_blog_item_3 .wildworld_post_info_container {
        position: relative;
        padding: 60px 30px;
    }

    .wildworld_stories_wrapper .stories-item {
        margin-bottom: 80px;
    }

    .wildworld_causes_list_item {
        margin-bottom: 80px;
    }

    .wildworld_causes_listing_widget .wildworld_pagination {
        margin-top: 0;
    }

    .wildworld_causes_listing_widget .wildworld_view_type_2 + .wildworld_pagination,
    .wildworld_causes_listing_widget .wildworld_view_type_3 + .wildworld_pagination {
        margin-top: 30px;
    }

    .wildworld_color_scheme_mono .wildworld_testimonials_wrapper.wildworld_view_type_3 .wildworld_testimonials_item {
        padding: 15px 0;
    }

    .wildworld_color_scheme_mono .wildworld_testimonials_wrapper.wildworld_view_type_3 .wildworld_testimonials_item_wrapper {
        box-shadow: none;
    }

    .wildworld_color_scheme_mono .wildworld_events_wrapper.wildworld_view_type_2 .wildworld_event_item .wildworld_event_item_wrapper {
        padding: 15px 15px 25px;
    }

    .wildworld_color_scheme_mono .wildworld_events_wrapper.wildworld_view_type_2 .wildworld_event_item .wildworld_event_item_wrapper img {
        margin-bottom: 25px;
    }

    .wildworld_content_slider_wrapper .wildworld_content_slider_title,
    .wildworld_content_slider_wrapper .wildworld_content_slider_title span {
        letter-spacing: -1px;
    }

    .wildworld_content_slider_wrapper .wildworld_causes_slider_navigation_container {
        bottom: 180px;
    }

    .wildworld_content_slider_wrapper.wildworld_view_type_5 .wildworld_causes_slider_navigation_container {
        bottom: 40px;
    }

    .wildworld_event_calendar_item .wildworld_calendar_item {
        margin-bottom: 20px;
    }

    .wildworld_event_calendar_item.view_type_2 .wildworld_calendar_item_details {
        padding: 23px 15px 0 15px;
    }

    .wildworld_event_calendar_item.view_type_2 .wildworld_calendar_item_time {
        padding: 0 15px 25px 15px;
    }

    .wildworld_testimonials_wrapper .slick-dots,
    .wildworld_slider_arrows .slick-dots {
        justify-content: flex-start;
        margin: 0 0 10px;
    }

    .wildworld_info_box_carousel_widget .wildworld_info_box_carousel {
        margin-top: 15px;
    }

    .wildworld_testimonials_wrapper .slick-dots li,
    .wildworld_slider_arrows .slick-dots li {
        margin: 0 30px 0 0;
    }

    .wildworld_testimonials_wrapper .slick-dots li:first-of-type,
    .wildworld_slider_arrows .slick-dots li:first-of-type {
        margin-left: 0 !important;
    }

    .wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_additional_fields_container {
        height: 170px;
    }

    .wildworld_content_slider_wrapper.wildworld_view_type_1 .wildworld_causes_slider_navigation_container {
        bottom: 175px;
    }

    .wildworld_causes_slider_widget .wildworld_causes_slider_navigation_container {
        margin-top: 27px;
    }

    .wildworld_causes_slider_widget .wildworld_causes_slider {
        margin-top: 40px;
    }

    .wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_causes_slider_navigation_container {
        background: transparent;
        padding: 0;
        position: absolute;
        bottom: 195px;
        left: 0;
    }

    .wildworld_content_slider_wrapper.wildworld_view_type_3 .wildworld_slider_counter {
        display: none;
    }

    .wildworld_info_box_carousel_wrapper > .container > .row {
        margin-right: auto;
        margin-left: auto;
    }

    .wildworld_donation_carousel_widget .wildworld_causes_slider_navigation_container {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 30px;
    }

    .wildworld_donation_carousel_widget .slick-dots {
        margin-bottom: 0;
    }

    .wildworld_donation_carousel_widget .slick-dots li:first-of-type {
        margin-right: 30px;
    }

    .elementor-image-carousel {
        margin-top: 40px;
    }

    body .swiper-container-horizontal > .swiper-pagination-bullets {
        margin-top: 40px;
        text-align: left;
    }

    body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 16px 0 16px;
    }

    body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
        margin-left: 0;
    }

    .wildworld_person_item_type_2 .wildworld_person_image_wrapper img {
        width: 100%;
    }

    .wildworld_columns_3 .wildworld_animals_item,
    .wildworld_columns_4 .wildworld_animals_item {
        width: 50%;
    }

    .wildworld_blockquote.wildworld_view_type_1 {
        padding-left: 20px;
        font-size: 18px;
    }

    .wildworld_blockquote.wildworld_view_type_2 {
        padding: 15px 20px;
    }

    .wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_causes_slider_navigation_container {
        bottom: 150px;
    }

    .wildworld_content_slider_wrapper.wildworld_view_type_4 .wildworld_slider_counter {
        display: none;
    }

    .wildworld_tours_carousel_widget .wildworld_tours_carousel {
        margin-top: 15px;
    }

    .wildworld_tours_carousel_widget .wildworld_slider_arrows .slick-dots {
        margin: 25px 0 22px;
    }

    .wildworld_blog_carousel_widget .wildworld_blog_slider_nav_cont {
        flex-direction: column-reverse;
        margin-top: 57px;
    }

    .wildworld_blog_carousel_widget  .wildworld_slider_arrows .slick-dots {
        justify-content: center;
        margin: -8px 0 38px;
    }

    .wildworld_blog_carousel_widget  .wildworld_slider_arrows .slick-dots li:last-of-type {
        margin: 0;
    }

    .wildworld_blog_carousel_widget  .wildworld_slider_arrows .slick-dots li:first-of-type {
        margin-left: 30px !important;
    }

    body .elementor .mc4wp-form-fields input[type="submit"] {
        margin-top: 30px;
    }

    .wildworld_content_slider_wrapper .wildworld_button {
        margin-top: 30px;
    }

    .wildworld_content_slider_wrapper .wildworld_slider_counter:after {
        display: none;
    }

    .terrarium-slider .wildworld_causes_slider_title_cont {
        padding-left: 0;
    }

    .wildworld_custom_products_list.view_type_2 .wildworld_custom_product_item {
        margin-bottom: 50px;
    }

    .wildworld_info_box_carousel_widget .wildworld_causes_slider_title_cont {
        margin-bottom: 10px;
    }

    .terrarium-slider .wildworld_button {
        margin-left: 0;
    }

    .wildworld_prefooter_wrapper.wildworld_prefooter_type_5 {
        padding: 65px 0 15px;
    }

    .wildworld_events_widget .wildworld_event_listing_item_excerpt {
        margin-bottom: 20px;
    }

    .wildworld_events_widget .wildworld_event_time {
        margin-bottom: 50px;
    }

    .wildworld_achivments_on_mobile .elementor-image-box-wrapper {
        display: flex;
    }

    .wildworld_achivments_on_mobile .elementor-image-box-wrapper .elementor-image-box-img {
        margin-top: 3px !important;
        margin-right: 10px !important;
    }

    body .wildworld_logo_carousel .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin-bottom: -40px;
    }

    .wildworld_event_calendar_item:not(:last-of-type) {
        margin-bottom: 55px;
    }
}


@media only screen and (max-width: 569px) {
    .wildworld_person_item_type_2 .wildworld_person_info_container {
        padding-left: 0;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_testimonials_icon {
        display: none;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_testimonials_content {
        width: 100%;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_testimonial,
    .wildworld_testimonials_wrapper.wildworld_view_type_2 .wildworld_testimonial {
        font-size: 18px;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_1 .wildworld_causes_slider_navigation_container {
        padding-bottom: 0;
        margin-top: 40px;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_2 .wildworld_heading,
    .wildworld_testimonials_wrapper.wildworld_view_type_3 .wildworld_heading{
        font-size: 32px;
    }

    .wildworld_testimonials_wrapper.wildworld_view_type_2 .wildworld_causes_slider_navigation_container,
    .wildworld_testimonials_wrapper.wildworld_view_type_3 .wildworld_causes_slider_navigation_container {
        justify-content: flex-start;
    }

    .wildworld_tabs_titles_container,
    .wildworld_tabs_widget.wildworld_tabs_vertical {
        flex-direction: column;
    }

    .wildworld_tabs_titles_container .wildworld_tab_title_item {
        text-align: center;
        margin: 0;
    }

    .wildworld_tabs_titles_container .wildworld_tab_title_item a {
        padding: 8px 0 0;
    }

    .wildworld_tabs_content_container {
        padding-top: 20px;
    }

    .wildworld_tabs_vertical .wildworld_tabs_content_container {
        padding: 20px 0 0;
    }

    .wildworld_tabs_vertical .wildworld_tabs_titles_container {
        max-width: 100%;
        text-align: center;
        border-bottom: solid 1px #f9f7f6;
    }

    body .wildworld_tabs_vertical .wildworld_tabs_titles_container .wildworld_tab_title_item:not(:last-of-type){
        border: none;
    }

    body .wildworld_tabs_vertical .wildworld_tabs_titles_container .wildworld_tab_title_item {
        padding: 8px 0 0;
    }

    .wildworld_tabs_vertical .wildworld_tabs_titles_container .wildworld_tab_title_item a {
        padding: 0;
        border: none;
        border-bottom: solid 3px transparent;
    }

    .wpcf7-form .row .col-6 {
        max-width: 100%;
        flex: auto;
    }

    .wildworld_view_type_1.wildworld_columns_2 .wildworld_causes_list_item,
    .wildworld_view_type_2.wildworld_columns_2 .wildworld_causes_list_item,
    .wildworld_view_type_4.wildworld_columns_2 .wildworld_causes_list_item,
    .wildworld_view_type_1.wildworld_columns_3 .wildworld_causes_list_item,
    .wildworld_view_type_2.wildworld_columns_3 .wildworld_causes_list_item,
    .wildworld_view_type_4.wildworld_columns_3 .wildworld_causes_list_item,
    .wildworld_view_type_1.wildworld_columns_4 .wildworld_causes_list_item,
    .wildworld_view_type_2.wildworld_columns_4 .wildworld_causes_list_item,
    .wildworld_view_type_4.wildworld_columns_4 .wildworld_causes_list_item {
        width: 100%;
    }

    .wildworld_pagination .nav-links {
        text-align: center;
    }

    .wildworld_pagination span, .wildworld_pagination a,
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce nav.woocommerce-pagination ul li span.current {
        margin-bottom: 10px;
    }

    .wildworld_pagination .next,
    .woocommerce-pagination .next,
    .wildworld_pagination .prev,
    .woocommerce-pagination .prev {
        margin-left: 13px;
        margin-right: 13px;
    }

    .wildworld_causes_listing_wrapper.wildworld_view_type_1 .wildworld_donate_button_container,
    .wildworld_causes_slider_wrapper.wildworld_view_type_1 .wildworld_donate_button_container {
        padding: 0;
    }

    .wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_causes_list_item {
        padding: 15px 15px 35px;
    }

    .give-goal-progress .raised {
        justify-content: flex-end;
    }

    .wildworld_events_wrapper .wildworld_event_item,
    .wildworld_recent_posts_widget .wildworld_blog_listing_item {
        width: 100%;
    }

    body .wildworld_content_wrapper .elementor-text-editor {
        column-count: 1 !important;
    }

    .wildworld_columns_2 .wildworld_animals_item,
    .wildworld_columns_3 .wildworld_animals_item,
    .wildworld_columns_4 .wildworld_animals_item {
        width: 100%;
    }
}

@media only screen and (max-width: 415px) {
    .wildworld_donate_box_item .wildworld_donate_wrapper {
        flex-direction: column;
    }

    .wildworld_donate_box_item .wildworld_donate_wrapper .wildworld_donate_title,
    .wildworld_donate_box_item .wildworld_donate_wrapper .wildworld_donate_button_cont {
        margin-bottom: 10px;
    }

    .wildworld_donate_box_item .wildworld_donate_wrapper .wildworld_current_amount {
        margin-bottom: 15px;
    }

    .wildworld_color_scheme_mono .wildworld_causes_listing_wrapper.wildworld_view_type_3 .wildworld_donate_button_container {
        position: relative;
        margin-top: 30px;
    }

    .wildworld_filter li {
        margin: 0 30px 0 0;
    }

    .wildworld_filter li:after {
        bottom: 10px;
    }

    .wildworld_prefooter_wrapper.wildworld_prefooter_type_5 {
        padding-bottom: 0;
    }

    .wildworld_footer_menu, .wildworld_footer_menu ul {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 376px) {
    .footer_widget.widget_nav_menu ul.menu li {
        width: 50%;
    }
}

@media only screen and (max-width: 321px) {
    .wildworld_achivments_on_mobile .elementor-image-box-wrapper .elementor-image-box-img {
        margin-top: 5px !important;
    }
}


body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://wildtravel.ro/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

