/*
 Theme Name: VM2 Cosmetic d.o.o
 Theme URI: https://digitam-media.com
 Author: Digitam Media
 Author URI:  https://digitam-media.com
 Version: 3.3.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: cosmetic
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
:root {
    --primary: #e71155;
    --secondary: #321e61;
    --success: #18ce0f;
    --info: #2ca8ff;
    --warning: #ffb236;
    --danger: #ff3636;
    --light: #fdf5f8;
    --dark: #2c2c2c;
    --font-sans-serif: "Poppins;
    --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}


/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0
}

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

html {
    box-sizing: border-box
}

ul {
    list-style: none
}

button,
input,
select,
textarea {
    margin: 0
}

img,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

td:not([align]),
th:not([align]) {
    text-align: inherit
}

body,
html {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #888;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

a {
    color: #888;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    color: #e71155;
    text-decoration: none
}

.container {
    max-width: 100%;
    padding-right: var(--gutter-x, .75rem);
    padding-left: var(--gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media only screen and (min-width:576px) {
    .container {
        max-width: 576px
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media only screen and (min-width:1004px) {
    .container {
        max-width: 1004px
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.row {
    --gutter-x: 1rem;
    --gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--gutter-y) * -1);
    margin-right: calc(var(--gutter-x)/ -2);
    margin-left: calc(var(--gutter-x)/ -2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--gutter-x)/ 2);
    padding-left: calc(var(--gutter-x)/ 2);
    margin-top: var(--gutter-y)
}

[class*=col-] {
    padding-right: var(--gutter-x, .75rem);
    padding-left: var(--gutter-x, .75rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-0 {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media only screen and (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media only screen and (min-width:1004px) {
    .col-lg {
        flex: 1 0 0%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media only screen and (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

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

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

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

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

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

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

.d-none {
    display: none!important
}

.d-block {
    display: block!important
}

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

.d-flex {
    display: flex!important
}

@media only screen and (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-flex {
        display: flex!important
    }
}

@media only screen and (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-flex {
        display: flex!important
    }
}

@media only screen and (min-width:1004px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-flex {
        display: flex!important
    }
}

@media only screen and (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-flex {
        display: flex!important
    }
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

@media only screen and (min-width:576px) {
    .text-sm-center {
        text-align: center
    }
    .text-sm-left {
        text-align: left
    }
    .text-sm-right {
        text-align: right
    }
}

@media only screen and (min-width:768px) {
    .text-md-center {
        text-align: center
    }
    .text-md-left {
        text-align: left
    }
    .text-md-right {
        text-align: right
    }
}

@media only screen and (min-width:1004px) {
    .text-lg-center {
        text-align: center
    }
    .text-lg-left {
        text-align: left
    }
    .text-lg-right {
        text-align: right
    }
}

@media only screen and (min-width:1200px) {
    .text-xl-center {
        text-align: center
    }
    .text-xl-left {
        text-align: left
    }
    .text-xl-right {
        text-align: right
    }
}

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

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

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

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

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

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

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

.mr-h {
    margin-right: .5rem!important
}

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

.ml-h {
    margin-left: .5rem!important
}

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

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

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

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

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

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

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

.mr-2 {
    margin-right: 1.5rem!important
}

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

.ml-2 {
    margin-left: 1.5rem!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-h {
    padding-right: .5rem!important
}

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

.pl-h {
    padding-left: .5rem!important
}

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

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

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

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

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

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

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

.pr-2 {
    padding-right: 1.5rem!important
}

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

.pl-2 {
    padding-left: 1.5rem!important
}

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

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

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

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

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

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

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

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

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

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

.text-primary {
    color: #e71155
}

.text-secondary {
    color: #321e61
}

.text-success {
    color: #18ce0f
}

.text-info {
    color: #2ca8ff
}

.text-warning {
    color: #ffb236
}

.text-danger {
    color: #ff3636
}

.text-light {
    color: #fdf5f8
}

.text-dark {
    color: #2c2c2c
}

.bg-primary {
    background-color: #e71155
}

.bg-secondary {
    background-color: #321e61
}

.bg-success {
    background-color: #18ce0f
}

.bg-info {
    background-color: #2ca8ff
}

.bg-warning {
    background-color: #ffb236
}

.bg-danger {
    background-color: #ff3636
}

.bg-light {
    background-color: #fdf5f8
}

.bg-dark {
    background-color: #2c2c2c
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 25px 0
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 32px;
    color: #321e61;
    font-weight: 700
}

h3 {
    font-size: 28px;
    color: #321e61;
    text-transform: uppercase;
    font-weight: 700
}

h4 {
    font-size: 24px;
    font-weight: 700
}

h5 {
    font-size: 20px;
    color: #e71155;
    text-transform: uppercase;
    font-weight: 700
}

h6 {
    font-size: 16px
}

p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 1rem
}

p.lead {
    font-size: 20px
}

.title {
    position: relative
}

.title:before {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background-color: #e71155;
    margin: 0 0 15px 0
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    padding: 1.5vh 0;
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

@media screen and (min-width:768px) {
    header {
        padding: 4vh 0
    }
}

header .navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

header .navbar-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

@media screen and (min-width:768px) {
    header .navbar-left {
        width: auto
    }
}

header .navbar-left img {
    width: 125px;
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

@media screen and (min-width:1200px) {
    header .navbar-left img {
        width: 165px
    }
}

header .navbar-left div {
    display: flex;
    flex-direction: row;
    align-items: center
}

header .navbar-left .navbar-toggler {
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e71155;
    border-radius: 2px
}

@media screen and (min-width:768px) {
    header .navbar-left .navbar-toggler {
        display: none
    }
}

header .navbar-left .navbar-toggler span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    position: relative;
    margin: 0 0 5px 0;
    transition: transform .4s cubic-bezier(.215, .61, .355, 1)
}

header .navbar-left .navbar-toggler span:last-of-type {
    margin: 0
}

header .navbar-left .navbar-toggler.active span {
    margin: 0
}

header .navbar-left .navbar-toggler.active span:nth-of-type(3) {
    display: none
}

header .navbar-left .navbar-toggler.active span:nth-of-type(1) {
    top: 2px;
    transform: rotate(45deg)
}

header .navbar-left .navbar-toggler.active span:nth-of-type(2) {
    transform: rotate(-45deg)
}

header .navbar-left .navbar-search {
    width: 45px;
    height: 45px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e71155;
    border-radius: 2px
}

@media screen and (min-width:768px) {
    header .navbar-left .navbar-search {
        display: none
    }
}

header .navbar-left .navbar-search i {
    color: #fff;
    font-size: 22px
}

header .navbar-right {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 73px;
    background-color: #fff;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

header .navbar-right.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

@media screen and (min-width:768px) {
    header .navbar-right {
        flex-direction: row;
        align-items: center;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        background-color: transparent
    }
}

header .navbar-right ul {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:768px) {
    header .navbar-right ul {
        flex-direction: row
    }
}

header .navbar-right ul li a {
    display: block;
    padding: 10px 15px;
    color: #666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative
}

@media screen and (min-width:768px) {
    header .navbar-right ul li a {
        color: #fff
    }
}

@media screen and (min-width:1200px) {
    header .navbar-right ul li a {
        padding: 10px 20px
    }
}

header .navbar-right ul.navbar-nav li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width .4s cubic-bezier(.215, .61, .355, 1)
}

header .navbar-right ul.navbar-nav li a:active:after,
header .navbar-right ul.navbar-nav li a:focus:after,
header .navbar-right ul.navbar-nav li a:hover:after {
    width: 45px
}

header .navbar-right ul.navbar-actions {
    display: none
}

@media screen and (min-width:768px) {
    header .navbar-right ul.navbar-actions {
        display: flex;
        flex-direction: row;
        align-items: center
    }
}

header .navbar-right ul.navbar-actions li a {
    color: #666;
    text-transform: uppercase
}

@media screen and (min-width:768px) {
    header .navbar-right ul.navbar-actions li a {
        color: #fff
    }
}

header .navbar-right ul.navbar-actions li a.navbar-btn {
    padding: 12px 25px;
    border: 2px solid #666;
    border-radius: 35px;
    transition: background-color .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1)
}

header .navbar-right ul.navbar-actions li a.navbar-btn:active,
header .navbar-right ul.navbar-actions li a.navbar-btn:focus,
header .navbar-right ul.navbar-actions li a.navbar-btn:hover {
    background-color: #666;
    color: #fff
}

@media screen and (min-width:768px) {
    header .navbar-right ul.navbar-actions li a.navbar-btn {
        border: 2px solid #fff
    }
    header .navbar-right ul.navbar-actions li a.navbar-btn:active,
    header .navbar-right ul.navbar-actions li a.navbar-btn:focus,
    header .navbar-right ul.navbar-actions li a.navbar-btn:hover {
        background-color: #fff;
        color: #e71155
    }
}

header .navbar-right ul.navbar-actions li.dropdown .dropdown-menu {
    display: none
}

header .navbar .dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: translate(0);
}

header.nav-scroll {
    background-color: #fff;
    padding: 1.5vh 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, .06)
}

@media screen and (min-width:1200px) {
    header.nav-scroll .navbar-left img {
        width: 125px
    }
}

header.nav-scroll .navbar-right ul li a {
    color: #666
}

header.nav-scroll .navbar-right ul li a:active,
header.nav-scroll .navbar-right ul li a:focus,
header.nav-scroll .navbar-right ul li a:hover {
    color: #e71155
}

header.nav-scroll .navbar-right ul.navbar-nav li a:after {
    background-color: #e71155
}

header.nav-scroll .navbar-right ul.navbar-actions li a.navbar-btn {
    border: 2px solid #666
}

header.nav-scroll .navbar-right ul.navbar-actions li a.navbar-btn:active,
header.nav-scroll .navbar-right ul.navbar-actions li a.navbar-btn:focus,
header.nav-scroll .navbar-right ul.navbar-actions li a.navbar-btn:hover {
    background-color: #e71155;
    border: 2px solid #e71155;
    color: #fff
}

header.nav-colored,header.nav-scroll{
    background-color:#fff;
    padding:1.5vh 0;
    box-shadow:0 0 40px rgba(0,0,0,.06)
}
@media screen and (min-width:1200px){
    header.nav-colored .navbar-left img,header.nav-scroll .navbar-left img{
        width:125px
    }
}
header.nav-colored .navbar-right ul li a,header.nav-scroll .navbar-right ul li a{
    color:#666
}
header.nav-colored .navbar-right ul li a:active,header.nav-colored .navbar-right ul li a:focus,header.nav-colored .navbar-right ul li a:hover,header.nav-scroll .navbar-right ul li a:active,header.nav-scroll .navbar-right ul li a:focus,header.nav-scroll .navbar-right ul li a:hover{
    color:#e71155
}
header.nav-colored .navbar-right ul.navbar-nav li a:after,header.nav-scroll .navbar-right ul.navbar-nav li a:after{
    background-color:#e71155
}
header.nav-colored .navbar-right ul.navbar-actions li a.navbar-btn,header.nav-scroll .navbar-right ul.navbar-actions li a.navbar-btn{
    border:2px solid #666
}
header.nav-colored .navbar-right ul.navbar-actions li a.navbar-btn:active,header.nav-colored .navbar-right ul.navbar-actions li a.navbar-btn:focus,header.nav-colored .navbar-right ul.navbar-actions li a.navbar-btn:hover,header.nav-scroll .navbar-right ul.navbar-actions li a.navbar-btn:active,header.nav-scroll .navbar-right ul.navbar-actions li a.navbar-btn:focus,header.nav-scroll .navbar-right ul.navbar-actions li a.navbar-btn:hover{
    background-color:#e71155;
    border:2px solid #e71155;
    color:#fff
}

footer {
    background-color: #e71155;
    padding: 50px 0 20px 0
}

footer h6 {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 5px 0
}

footer ul.footer-info {
    display: flex;
    flex-direction: column
}

footer ul.footer-info li a {
    display: block;
    padding: 4px 0;
    font-size: 12px;
    color: #fff;
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

footer ul.footer-info li a:active,
footer ul.footer-info li a:focus,
footer ul.footer-info li a:hover {
    opacity: .6
}

footer ul.footer-info li a i {
    margin-right: 10px
}

footer ul.footer-links {
    display: flex;
    flex-direction: column
}

footer ul.footer-links li a {
    display: block;
    padding: 4px 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

footer ul.footer-links li a:active,
footer ul.footer-links li a:focus,
footer ul.footer-links li a:hover {
    opacity: .6
}

footer ul.footer-socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

footer ul.footer-socials li a {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 35px;
    margin: 0 15px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

footer ul.footer-socials li a i {
    margin-right: 8px
}

footer ul.footer-socials li a:active,
footer ul.footer-socials li a:focus,
footer ul.footer-socials li a:hover {
    background-color: #fff;
    color: #e71155
}

footer ul.footer-socials li:first-of-type a {
    margin-left: 0
}

footer ul.footer-socials li:last-of-type a {
    margin-right: 0
}

footer .footer-bottom hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .3)
}

footer .footer-bottom a,
footer .footer-bottom p {
    color: #fff;
    font-size: 13px
}

footer .footer-bottom .col-md-6 {
    text-align: center
}

@media screen and (min-width:768px) {
    footer .footer-bottom .col-md-6:first-of-type {
        text-align: left
    }
    footer .footer-bottom .col-md-6:last-of-type {
        text-align: right
    }
}

footer .footer-bottom a {
    margin: 0 15px;
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

footer .footer-bottom a:active,
footer .footer-bottom a:focus,
footer .footer-bottom a:hover {
    opacity: .6
}

.section {
    padding: 100px 0;
    position: relative
}

.section-about {
    width: 100%;
    overflow-x: hidden
}

.section-about:after,
.section-about:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 307px;
    z-index: -1
}

.section-about:before {
    left: -17px;
    bottom: 0;
    background-image: url(/wp-content/themes/cosmetic/assets/images/about-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.section-about:after {
    right: -17px;
    background-image: url(/wp-content/themes/cosmetic/assets/images/about-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0
}

.section-promotion {
    background-image: url(/wp-content/themes/cosmetic/assets/images/bg-background.png);
    background-size: cover;
    position: relative;
    width: 100%;
    overflow-x: hidden
}

.section-promotion:after,
.section-promotion:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 307px;
    opacity: 0
}

@media screen and (min-width:768px) {
    .section-promotion:after,
    .section-promotion:before {
        opacity: 1
    }
}

.section-promotion:before {
    left: 0;
    bottom: 0;
    background-image: url(/wp-content/themes/cosmetic/assets/images/promo-1-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.section-promotion:after {
    right: 0;
    background-image: url(/wp-content/themes/cosmetic/assets/images/promo-1-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0
}

.section-promotion h3,
.section-promotion h4,
.section-promotion h5,
.section-promotion p {
    color: #fff
}

.section-news .swiper-wrapper {
    padding: 0 0 25px 0
}

.section-news .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 150;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.section-news .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(231, 17, 85, .5)
}

.section-news .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e71155
}

.section-news .swiper-pagination .swiper-pagination-bullet:active,
.section-news .swiper-pagination .swiper-pagination-bullet:focus,
.section-news .swiper-pagination .swiper-pagination-bullet:hover {
    cursor: pointer
}

.btn {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    display: inline-block;
    padding: 15px 35px;
    font-family: var(--font-sans-serif);
    font-size: 12px;
    line-height: 1.5;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .5s ease
}

.btn.btn-link {
    padding: 8px 0
}

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

.btn.btn-rounded {
    border-radius: 35px
}

.btn.btn-default {
    color: #fff;
    background-color: #888
}

.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover {
    background-color: #626262
}

.btn.btn-primary {
    color: #fff;
    background-color: #e71155
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background-color: #a00c3b
}

.form-group {
    margin: 0 0 15px 0
}

.form-control,
input[type=email],
input[type=password],
input[type=search],
input[type=text],
textarea {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 15px;
    border: 1px solid rgba(136, 136, 136, .4);
    transition: all .5s ease
}

.form-control:active,
.form-control:focus,
.form-control:hover,
input[type=email]:active,
input[type=email]:focus,
input[type=email]:hover,
input[type=password]:active,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:active,
input[type=search]:focus,
input[type=search]:hover,
input[type=text]:active,
input[type=text]:focus,
input[type=text]:hover,
textarea:active,
textarea:focus,
textarea:hover {
    border: 1px solid #e71155
}

.form-control.placeholder,
input[type=email].placeholder,
input[type=password].placeholder,
input[type=search].placeholder,
input[type=text].placeholder,
textarea.placeholder {
    color: rgba(136, 136, 136, .6)
}

.form-control:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=text]:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgba(136, 136, 136, .6)
}

.form-control::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(136, 136, 136, .6)
}

.form-control:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(136, 136, 136, .6)
}

.form-control::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(136, 136, 136, .6)
}

button,
input[type=submit] {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

button:active,
button:focus,
button:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
    cursor: pointer
}

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

input[type=search]::-webkit-search-cancel-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

input[type=search]::-webkit-search-results-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

input[type=search]::-webkit-search-results-decoration {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.modal-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 180;
    opacity: 0;
    visibility: hidden;
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

.modal-search.show {
    opacity: 1;
    visibility: visible
}

.modal-search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease
}

.modal-search-wrapper .close-search {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #e71155;
    transition: all .5s ease
}

.modal-search-wrapper .close-search:active,
.modal-search-wrapper .close-search:focus,
.modal-search-wrapper .close-search:hover {
    background-color: #a00c3b
}

.modal-search-wrapper .close-search i {
    color: #fff;
    font-size: 20px
}

.modal-search-wrapper form {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    border-bottom: 2px solid rgba(255, 255, 255, .5)
}

@media screen and (min-width:768px) {
    .modal-search-wrapper form {
        width: 60%
    }
}

.modal-search-wrapper form i {
    color: #fff;
    font-size: 25px
}

.modal-search-wrapper form input[type=search],
.modal-search-wrapper form input[type=text] {
    background-color: transparent;
    border: 0;
    font-size: 25px;
    color: #fff;
    width: 90%
}

.modal-search-wrapper form input[type=search].placeholder,
.modal-search-wrapper form input[type=text].placeholder {
    color: rgba(255, 255, 255, .7)
}

.modal-search-wrapper form input[type=search]:-moz-placeholder,
.modal-search-wrapper form input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.modal-search-wrapper form input[type=search]::-moz-placeholder,
.modal-search-wrapper form input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.modal-search-wrapper form input[type=search]:-ms-input-placeholder,
.modal-search-wrapper form input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.modal-search-wrapper form input[type=search]::-webkit-input-placeholder,
.modal-search-wrapper form input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}
.page-header{
    position:relative;
    height:auto;
    padding:25vh 0 25vh
}
@media screen and (min-width:768px){
    .page-header{
        padding:35vh 0 35vh 0
    }
}
.page-header h2{
    color:#fff;
    font-size:35px
}

@media screen and (min-width:992px){
    .page-header h2{
        font-size:65px
    }
}

.page-header p{
    color:#fff;
    font-size:22px
}
.page-header .container,.page-header .row{
    height:100%
}
.page-header .swiper-wrapper{
    display:flex;
    align-items:center
}
.page-header .swiper-slide{
    opacity:0!important;
    text-align:center;
    transition:opacity .4s cubic-bezier(.215,.61,.355,1)
}
.page-header .swiper-slide-active{
    opacity:1!important
}
.page-header .swiper-pagination{
    position:absolute;
    bottom:25px;
    left:50%;
    transform:translateX(-50%);
    z-index:150;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center
}
.page-header .swiper-pagination .swiper-pagination-bullet{
    display:block;
    margin:0 10px;
    width:15px;
    height:15px;
    border-radius:50%;
    background-color:rgba(255,255,255,.5)
}
.page-header .swiper-pagination .swiper-pagination-bullet-active{
    background-color:#fff
}
.page-header .swiper-pagination .swiper-pagination-bullet:active,.page-header .swiper-pagination .swiper-pagination-bullet:focus,.page-header .swiper-pagination .swiper-pagination-bullet:hover{
    cursor:pointer
}
.page-header-sm{
    padding-top:15vh;
    padding-bottom:4vh
}
.page-header-sm h2{
    font-weight:600;
    font-size:34px;
    color:#fff
}
.page-header-sm .breadcrumbs{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center
}
.page-header-sm .breadcrumbs li a,.page-header-sm .breadcrumbs li span{
    color:#fff;
    font-weight:600;
    font-size:13px
}
.page-header-sm .breadcrumbs li a{
    position:relative;
    transition:all .4s cubic-bezier(.215,.61,.355,1)
}
.page-header-sm .breadcrumbs li a:after{
    content:"/";
    margin:0 15px;
    color:#fff;
    font-weight:600
}
.page-header-sm .breadcrumbs li a:active,.page-header-sm .breadcrumbs li a:focus,.page-header-sm .breadcrumbs li a:hover{
    opacity:.6
}
.page-header-sm .breadcrumbs li:first-of-type{
    margin-right:15px
}
.page-header-sm .breadcrumbs li:last-of-type a:after{
    display:none
}

.brand-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin:0 0 50px 0
}
@media screen and (min-width:768px){
    .brand-item{
        flex-direction:column;
        align-items:center;
        margin:0
    }
}
.brand-item-img{
    display:block;
    overflow:hidden;
    border-radius:15px;
    margin:0 0 25px 0;
    box-shadow:0 0 40px rgba(0,0,0,.06)
}
.brand-item-img img{
    display:block
}
.brand-item-content{
    text-align:center
}
@media screen and (min-width:768px){
    .brand-item-content{
        width:65%
    }
}
.brand-item-content a{
    width:35px;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background-color:#e71155;
    margin:0 auto;
    transition:background-color .4s cubic-bezier(.215,.61,.355,1)
}
@media screen and (min-width:768px){
    .brand-item-content a{
        margin:0 auto
    }
}
.brand-item-content a i{
    color:#fff;
    transition:color .4s cubic-bezier(.215,.61,.355,1)
}
.brand-item-content a:active,.brand-item-content a:focus,.brand-item-content a:hover{
    background-color:#fff
}
.brand-item-content a:active i,.brand-item-content a:focus i,.brand-item-content a:hover i{
    color:#e71155
}

.news-item {
    position: relative;
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

.news-item:active,
.news-item:focus,
.news-item:hover {
    opacity: .6
}

.news-item a:not(.btn) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.news-item-img {
    margin: 0 0 15px 0
}

.news-item-img span {
    position: absolute;
    top: 15px;
    font-size: 12px;
    border-radius: 5px;
    left: 15px;
    background-color: #321e61;
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 500
}

.news-item-img img {
    display: block
}

.news-item-content h5 {
    text-transform: none;
    color: #321e61
}

.news-item-lg {
    margin: 0 0 50px 0
}

@media screen and (min-width:768px) {
    .news-item-lg {
        display: flex;
        flex-direction: row;
        align-items: center
    }
}

@media screen and (min-width:768px) {
    .news-item-lg .news-item-img {
        width: 35%;
        margin-right: 25px
    }
}

@media screen and (min-width:768px) {
    .news-item-lg .news-item-content {
        width: 65%
    }
}

.news-item-lg .news-item-content h2 {
    font-size: 25px
}

.badge {
    position: absolute;
    right: -250px;
    top: 130px;
    border-radius: 50%;
    background-color: #e71155;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    padding: 25px;
    box-shadow: 0 0 40px rgba(0, 0, 0, .06)
}

.badge p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0
}

.partners-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.partners-list li {
    padding: 0 15px;
    width: calc(100% / 3)
}

@media screen and (min-width:768px) {
    .partners-list li {
        width: calc(100% / 6)
    }
}

.partners-list li a img {
    /**filter: grayscale(100%);**/
    /**opacity: .3;**/
    transition: all .4s cubic-bezier(.215, .61, .355, 1)
}

.partners-list li a:active img,
.partners-list li a:focus img,
.partners-list li a:hover img {
    opacity: 1;
    filter: grayscale(0)
}

.icon-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 0 30px 0
}

@media screen and (min-width:768px) {
    .icon-item {
        margin: 0
    }
}

.icon-item-img {
    margin-right: 10px
}

.icon-item-img img {
    display: block
}

.icon-item-content h1,
.icon-item-content h6 {
    margin: 0;
    color: #000
}

.icon-item-content h1 {
    font-weight: 700;
    font-size: 55px;
    line-height: 55px
}

.icon-item-content h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

.contact-item {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .06);
    margin: 0 0 30px 0
}

.contact-item-title {
    display: block;
    padding: 10px 15px;
    background-color: #e71155
}

.contact-item-title h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0
}

.contact-item-content {
    padding: 20px
}

.contact-item-content-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between
}

.contact-item-content-item p {
    font-size: 15px;
    width: calc(100% / 2)
}

.contact-item-content-item:last-of-type p {
    margin: 0
}

.contact-item-content-item-sm p:first-of-type {
    width: 30%
}

.contact-item-content-item-sm p:last-of-type {
    width: 70%
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: $themeColor
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.nav-item{
    position:relative;
    height:550px;
    margin:0 0 50px 0
}
@media screen and (min-width:768px){
    .nav-item{
        margin:0
    }
}
.nav-item a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1
}
.nav-item-img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.nav-item-img:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(44,44,44,0);
    transition:background-color .4s cubic-bezier(.215,.61,.355,1)
}

.nav-item-img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.nav-item-title{
    position:absolute;
    bottom:25px;
    left:0;
    right:0;
    padding:25px;
    text-align:center
}
.nav-item-title h2{
    color:#fff;
    margin:0;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.nav-item:active .nav-item-img:before,.nav-item:focus .nav-item-img:before,.nav-item:hover .nav-item-img:before{
    background-color:rgba(102,102,102,.6)
}


header .navbar .dropdown {
    position: relative;
}
header .navbar .dropdown .dropdown-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    border-radius: 5px;
    background-color: #455a2c;
    padding: 5px 10px;
    margin-left: 15px;
    transition: all 500ms ease;
}
header .navbar .dropdown .dropdown-toggle:hover,
header .navbar .dropdown .dropdown-toggle:active,
header .navbar .dropdown .dropdown-toggle:focus {
    background-color: #354422;
}
@media only screen and (min-width: 768px) {
    header .navbar .dropdown .dropdown-toggle {
        padding: 9.5px 15px;
        font-size: 13px;
    }
}
header .navbar .dropdown .dropdown-toggle i {
    margin-right: 10px;
}
header .navbar .dropdown .dropdown-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    min-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 200;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 500ms ease;

    display: flex;
    flex-direction: column;
}
header .navbar .dropdown .dropdown-menu li p {
    display: block !important;
}
@media only screen and (min-width: 768px) {
    header .navbar .dropdown .dropdown-menu {
        position: absolute;
        left: 15px;
        top: auto;
        right: auto;
        border-radius: 5px;
        bottom: auto;
        min-width: 12rem;
        padding: 0;
        transform: translateX(0);
    }
}
header .navbar .dropdown .dropdown-menu li p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #666 !important;
    font-weight: 700;
    font-size: 18px;
    padding: 28px 15px 0 15px;
}
header .navbar-right ul.navbar-nav li:nth-of-type(5) a {
    position:relative;
    top:-5px;
    padding:12px 25px;
    border:2px solid #666;
    border-radius:35px;
    transition:background-color .4s cubic-bezier(.215,.61,.355,1),color .4s cubic-bezier(.215,.61,.355,1)
}
header .navbar-right ul.navbar-nav li:nth-of-type(5) a:active,header .navbar-right ul.navbar-nav li:nth-of-type(5) a:focus,header .navbar-right ul.navbar-nav li:nth-of-type(5) a:hover{
    background-color:#666;
    color:#fff
}

header .navbar-right ul.navbar-nav .dropdown-menu li:nth-of-type(5) a {
    position:relative;
    top:0px;
    padding:15px 15px;
    border:0px;
    border-radius:0px;
    transition:background-color .4s cubic-bezier(.215,.61,.355,1),color .4s cubic-bezier(.215,.61,.355,1)
}

@media screen and (min-width:768px){
    header .navbar-right ul.navbar-nav li:nth-of-type(5) a{
        border:2px solid #fff
    }
    header .navbar-right ul.navbar-nav li:nth-of-type(5) a:active,header .navbar-right ul.navbar-nav li:nth-of-type(5) a:focus,header .navbar-right ul.navbar-nav li:nth-of-type(5) a:hover{
        background-color:#fff;
        color:#e71155
    }
}

@media only screen and (min-width: 768px) {
    header .navbar .dropdown .dropdown-menu li p {
        display: none;
    }
}
header .navbar .dropdown .dropdown-menu li a {
    display: block;
    padding: 15px 15px;
    font-weight: 600;
    color: #666 !important;
    margin: 0;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    header .navbar .dropdown.active .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    header .navbar .dropdown .dropdown-menu li a p {
        font-size: 13px;
        padding: 8px 15px;
    }
}

.full-width .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* =WordPress Core from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.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: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-block-table table tr td {
    padding:  10px;
    font-size:  14px;
}

.wp-block-table table tr td:first-of-type {
    max-width: 230px;
}

.page-id-608 .wpb_wrapper ul li {
	font-weight: bold;
	color: black;
	margin: 25px 0 10px 0 !important;
}

.page-id-625 table tr td {
	padding: 15px 0;
}

.page-id-625 table tr td a {
	color: #E71155;
}

.page-id-625 table tr td:first-of-type {
	padding-right: 15px;
}

.essence { 
	text-transform: none !important 
}
