@charset "UTF-8";
/*---------------------------
 CSS Index  
****************************

njghfhg fghf ghf hgfg  hgf


01. Variables
02. Typography
03. Spacing
04. Reset
05. Forms
06. Shortcode
07. Common
08. Animations
09. Text Animation
10. Sal
11. Header
12. Nav
13. Mobilemenu
14. One Page
15. Notification
16. Blog
17. Sidebar
18. Blog Details
19. Button
20. Backtotop
21. Cursor
22. Accordion
23. Section Title
24. Banner
25. About
26. Service
27. Contact Form
28. Wallet
29. Contact
30. Author
31. Collection
32. Footer
33. Copyright
34. Portfolio
35. Product Details
36. Swicher
37. Social Share
38. Modal
39. Activity
40. Privacy
41. Masonryitem
42. Breadcrumb
43. Slick
44. Countdown
45. Coming Soon
46. Uploadmodal
47. Upload Variants
48. Upcoming Projects
49. Ranking
50. Notfound
51. create collection
52. newsletter
53. Forum & community
53. Feature
54. White Version
----------------------------*/
/* Default  */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

:root {
    --color-primary: #76a800;
    --color-primary-alta: #212e48;
    --color-gray: #f6f6f6;
    --color-gray-2: #f5f8fa;
    --color-subtitle: #f9004d;
    --background-color-1: #24243557;
    --background-color-2: #13131d;
    --background-color-3: #151521;
    --background-color-4: #242435;
    --gradient-one: linear-gradient(to right bottom, #2899d8, #00a3ff);
    --color-heading: #ffffff;
    --color-body: #acacac;
    --color-dark: #1d1d1d;
    --color-light-heading: #181c32;
    --color-light-body: #65676b;
    --color-border-white: #00000024;
    --color-midgray: #878787;
    --color-light: #E4E6EA;
    --color-lighter: #CED0D4;
    --color-lightest: #F0F2F5;
    --color-border: #ffffff14;
    --color-white: #ffffff;
    --color-white-75: rgba(255, 255, 255, 0.75);
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-semi-bold: 600;
    --s-bold: 700;
    --s-extra-bold: 800;
    --s-black: 900;
    --transition: 0.3s;
    --font-primary: 'Inter', sans-serif;
    --font-secondary: 'Inter', sans-serif;
    --font-size-b1: 14px;
    --font-size-b2: 18px;
    --font-size-b3: 22px;
    --line-height-b1: 1.50;
    --line-height-b2: 1.6;
    --line-height-b3: 1.7;
    --h1: 50px;
    --h2: 36px;
    --h3: 32px;
    --h4: 26px;
    --h5: 22px;
    --h6: 20px;

    --main-black-background: #1a1a1a;
    --main-green-colour: #76a800;
    --main-red-colour: #c62828;
    --secondary-red: #b71c1c;
    --main-grey-colour: #263238;
    --secondary-grey: #37474f;


    --main-primary-colour: var(--main-red-colour);
    --secondary-primary-colour: var(--secondary-red);
    --main-secondary-colour: var(--main-grey-colour);
    --secondary-secondary-colour: var(--secondary-grey);

    --background-colour-1: rgba(154, 205, 50, 0.05);
    --main-black-background-rgba: rgba(26, 26, 26, 0.75); /* 75% opacity */
}

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 10px;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: auto !important;
}

body {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-primary);
    color: var(--color-body);
    font-weight: var(--p-regular);
    position: relative;
    background: url('https://cdn.rottenlegacy.com/images/background.webp') repeat;
    background-size: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    body {
        overflow: hidden;
    }
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000; /* your desired color */
    opacity: 0.8; /* Adjust opacity as needed */
    pointer-events: none;
    z-index: -1;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
    margin: 0;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    word-break: break-word;
    font-family: var(--font-secondary);
    line-height: 1.4074;
    color: var(--color-heading);
}

.journal-entry, .lore-text {
    font-family: 'Special Elite', cursive;
}

.journal-entry p {
    font-size: 16px;
}

h1,
.h1 {
    font-size: var(--h1);
    line-height: 1.19;
    font-weight: 700;
}

h2,
.h2 {
    font-size: var(--h2);
    line-height: 1.23;
}

h3,
.h3 {
    font-size: var(--h3);
    line-height: 1.14;
}

h4,
.h4 {
    font-size: var(--h4);
    line-height: 1.25;
}

h5,
.h5 {
    font-size: var(--h5);
    line-height: 1.24;
}

h6,
.h6 {
    font-size: var(--h6);
    line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 28px;
    }

    h4,
    .h4 {
        font-size: 24px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: var(--s-bold);
}

h4,
.h4,
h5,
.h5 {
    font-weight: var(--s-bold);
}

h6,
.h6 {
    font-weight: var(--s-bold);
}

p {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
    font-weight: var(--p-regular);
    color: var(--color-body);
}

@media only screen and (max-width: 767px) {
    p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

p.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}

p.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
}

p.has-large-font-size {
    line-height: 1.5;
    font-size: 36px;
}

p.has-medium-font-size {
    font-size: 24px;
    line-height: 36px;
}

p.has-small-font-size {
    font-size: 13px;
}

p.has-very-light-gray-color {
    color: var(--color-white);
}

p.has-background {
    padding: 20px 30px;
}

p.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}

p.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
}

p.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
}

p:last-child {
    margin-bottom: 40px;
}

.b1 {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
}

.b2 {
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
}

.b3 {
    font-size: var(--font-size-b3);
    line-height: var(--line-height-b3);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px;
    width: 100%;
}

table a,
table a:link,
table a:visited {
    text-decoration: none;
}

cite {
    color: var(--color-heading);
}

var {
    font-family: "Poppins", sans-serif;
}

/*---------------------------
	List Style
---------------------------*/
ul,
ol {
    padding-left: 18px;
}

ul {
    list-style: square;
    margin-bottom: 30px;
    padding-left: 20px;
}

ul li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
}

ul li a {
    text-decoration: none;
    color: var(--color-gray);
}

ul li a:hover {
    color: #6B8E23;
}

ul ul {
    margin-bottom: 0;
}

ol {
    margin-bottom: 30px;
}

ol li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    color: var(--color-body);
    margin-top: 10px;
    margin-bottom: 10px;
}

ol li a {
    color: var(--color-heading);
    text-decoration: none;
}

ol li a:hover {
    color: var(--color-primary);
}

ol ul {
    padding-left: 30px;
}

/*=========================
    Section Separation
==========================*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.rn-section-gap {
    padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rn-section-gap {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .rn-section-gap {
        padding: 80px 0;
    }
}

.rn-section-gapTop {
    padding-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rn-section-gapTop {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .rn-section-gapTop {
        padding-top: 50px;
    }
}

.pt--10 {
    padding-top: 10px !important;
}

.pb--10 {
    padding-bottom: 10px !important;
}

.mt--10 {
    margin-top: 10px !important;
}

.ptb--20 {
    padding: 20px 0 !important;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.mt--25 {
    margin-top: 25px !important;
}

.mb--25 {
    margin-bottom: 25px !important;
}

.ptb--30 {
    padding: 30px 0 !important;
}

.mb--30 {
    margin-bottom: 30px !important;
}

.mt--40 {
    margin-top: 40px !important;
}

.mt--50 {
    margin-top: 50px !important;
}

.mb--50 {
    margin-bottom: 50px !important;
}

.mb--80 {
    margin-bottom: 80px !important;
}

.mt--100 {
    margin-top: 100px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .mt_md--40 {
        margin-top: 40px !important;
    }

    .mt_md--80 {
        margin-top: 80px !important;
    }
}

@media only screen and (max-width: 767px) {

    .mt_sm--40 {
        margin-top: 40px !important;
    }

    .mt_sm--50 {
        margin-top: 50px !important;
    }

    .mt_sm--80 {
        margin-top: 80px !important;
    }
}

@media only screen and (max-width: 575px) {

    .mt_mobile--40 {
        margin-top: 40px !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
details,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

a {
    color: var(--color-heading);
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: var(--color-primary);
}

a:focus {
    outline: none;
}

address {
    margin: 0 0 24px;
}

b,
strong {
    font-weight: bold;
}

mark {
    background: var(--color-primary);
    color: #ffffff;
}

code,
pre,
samp {
    font-size: var(--font-size-b3);
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: var(--color-primary);
}

pre {
    font-family: "Raleway", sans-serif;
    font-size: var(--font-size-b3);
    margin: 10px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: var(--color-body);
    background: var(--color-lighter);
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dd {
    margin: 0 15px 15px;
}

dt {
    font-weight: bold;
    color: var(--color-heading);
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

ol ul {
    margin-bottom: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid var(--color-border);
    margin: 0 2px;
    min-width: inherit;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    appearance: textfield;
    padding-right: 2px;
    width: 270px;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

caption,
th,
td {
    font-weight: normal;
}

th {
    font-weight: 500;
    text-transform: uppercase;
}

td {
    border: 1px solid var(--color-border);
    padding: 7px 10px;
}

del {
    color: #333;
}

hr {
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
    text-decoration: underline;
}

dt {
    font-weight: bold;
    margin-bottom: 10px;
}

dd {
    margin: 0 15px 15px;
}

caption {
    caption-side: top;
}


cite,
em {
    font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: var(--font-size-b1);
    font-style: italic;
    font-weight: var(--p-light);
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: var(--font-size-b3);
    font-weight: normal;
}

blockquote strong,
blockquote b {
    font-weight: 700;
}

/* ========= Forms Styles ========= */
input,
button,
select,
textarea {
    background: transparent;
    border: 1px solid var(--color-border);
    transition: all 0.4s ease-out 0s;
    color: var(--color-body);
    width: 100%;
}

input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
    border-color: var(--color-primary);
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

input {
    height: 40px;
    padding: 0 15px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
    font-size: var(--font-size-b2);
    font-weight: 400;
    height: auto;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    /* -- Placeholder -- */
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
    color: var(--body-color);
    /* Firefox */
    opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--body-color);
}

input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--body-color);
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
    border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    position: absolute;
}

input[type=checkbox] ~ label,
input[type=radio] ~ label {
    position: relative;
    font-size: 12px;
    line-height: 17px;
    color: var(--color-body);
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
}

input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
    content: " ";
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #5d5d7e;
    border-radius: 2px;
    transition: all 0.3s;
    border-radius: 2px;
}

input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
    content: " ";
    position: absolute;
    top: 16%;
    left: 2px;
    width: 10px;
    height: 6px;
    background-color: transparent;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 0.3s;
}

input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
    opacity: 1;
}

input[type=radio] ~ label::before {
    border-radius: 50%;
}

input[type=radio] ~ label::after {
    width: 8px;
    height: 8px;
    left: 3px;
    background: #fff;
    border-radius: 50%;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.form-group label i {
    color: var(--main-green-colour);
}

.form-group input {
    border: 0 none;
    border-radius: 4px;
    height: 50px;
    font-size: var(--font-size-b2);
    transition: var(--transition);
    padding: 0 20px;
    background-color: var(--color-lightest);
    border: 1px solid transparent;
    transition: var(--transition);
}

.form-group input:focus {
    border-color: var(--color-primary);
    box-shadow: none;
}

.form-group textarea {
    min-height: 160px;
    border: 0 none;
    border-radius: 4px;
    resize: none;
    padding: 15px;
    font-size: var(--font-size-b2);
    transition: var(--transition);
    background-color: var(--color-lightest);
    border: 1px solid transparent;
}

.form-group textarea:focus {
    border-color: var(--color-primary);
}

input[type=submit] {
    width: auto;
    padding: 0 30px;
    border-radius: 500px;
    display: inline-block;
    font-weight: 500;
    transition: 0.3s;
    height: 60px;
    background: var(--color-primary);
    color: var(--color-white);
    font-weight: var(--p-medium);
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b3);
    height: 50px;
    border: 2px solid var(--color-primary);
    transition: var(--transition);
}

input[type=submit]:hover {
    background: transparent;
    color: var(--color-primary);
    transform: translateY(-5px);
}

/*==============================
 *  Utilities
=================================*/
/*
font-family: 'Red Hat Display', sans-serif;
*/

.fix {
    overflow: hidden;
}

.slick-initialized .slick-slide {
    margin-bottom: -10px;
}

iframe {
    width: 100%;
}

/*===============================
    Background Color
=================================*/

/*===========================
Background Image
=============================*/


/* Height and width */
.fullscreen {
    min-height: 980px;
    width: 100%;
}

/*===================
Custom Row
======================*/

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles
==============================*/

/*------------------------------
    Scroll Up
--------------------------------*/

/*--------------------
    Contact Form
----------------------*/

body {
    scroll-behavior: auto;
}

/*------------------------
    Header Sticky
--------------------------*/

textarea:focus {
    border: 2px solid var(--color-primary) !important;
    border-radius: 5px;
    box-shadow: none !important;
}

.attachment {
    background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
    .row-reverce-sm {
        flex-direction: column-reverse;
    }
}

.tooltip {
    position: relative;
    display: inline-block;
}

.btn.rounded {
    border-radius: 33px !important;
}

.social-share-style-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-share-style-1 ul li {
    margin-right: 10px;
}

.social-share-style-1 ul li a {
    padding: 15px;
    background: #76a800;
    border-radius: 10px;
    transition: 0.3s;
}

.social-share-style-1 ul li a:hover {
    padding: 15px;
    background: #76a800;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff
}

@media only screen and (min-width: 1400px) {
    .col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
}

p {
    color: var(--color-body);
}

a {
    transition: var(--transition);
}

a:hover {
    color: var(--color-primary);
}

.bg-color--black {
    background: var(--main-black-background) !important;
}

.nice-select {
    margin-right: 0;
    border: none;
    background: var(--color-primary-alta);
    padding-left: 10px;
}

@media only screen and (max-width: 479px) {
    .nice-select {
        margin-bottom: 0;
    }
}

.nice-select .option {
    margin: 0;
    color: var(--color-white);
    font-weight: 700;
    transition: var(--transition);
    line-height: inherit;
    min-height: 0;
    font-size: 22px;
    padding: 8px 20px;
}

.nice-select .option.selected {
    font-weight: 700;
    color: var(--color-primary) !important;
}

.nice-select .option.focus {
    background: transparent !important;
    outline: none;
    box-shadow: none;
}

.nice-select .option:hover {
    color: var(--color-primary);
    background: transparent;
}

.nice-select .option + .option {
    border-top: 1px solid var(--color-border);
}

.nice-select.open .list {
    background: var(--color-primary-alta);
}

.nice-select .current {
    color: var(--color-white);
}

.nice-select::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -5px;
}

.nice-select .list {
    background: transparent;
    box-shadow: none;
    min-width: 200px;
    z-index: 9;
}

.theme-color {
    color: var(--color-primary);
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes jump-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jump-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes customOne {
    0% {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-50%) scale(1.3);
        transform: translateY(-50%) scale(1.3);
        opacity: 0;
    }
}

@keyframes liveAuction {
    0% {
        background: var(--color-white);
    }
    100% {
        background: var(--color-danger);
    }
}

/* --------------------------------

xclip

-------------------------------- */

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-duration: var(--sal-duration, 0.2s);
    transition-delay: var(--sal-delay, 0s);
    transition-timing-function: var(--sal-easing, ease);
}

/**
  * Animations
  */
[data-sal|=fade] {
    opacity: 0;
    transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
    opacity: 1;
}

[data-sal|=slide] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
    opacity: 1;
    transform: none;
}

[data-sal|=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-sal=zoom-in] {
    transform: scale(0.5);
}

[data-sal=zoom-out] {
    transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
    opacity: 1;
    transform: none;
}

[data-sal|=flip] {
    backface-visibility: hidden;
    transition-property: transform;
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
    transform: none;
}

/* Header  */
/*------------------------
    Header Sticky
--------------------------*/

.rn-icon-list .icon-box > a,
.rn-icon-list .icon-box > button {
    width: 50px;
    height: 50px;
    border: 1px solid var(--main-green-colour);
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-body);
    position: relative;
    z-index: 2;
}

.rn-icon-list .icon-box > a::after,
.rn-icon-list .icon-box > button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--background-color-1);
    top: 0;
    left: 0;
    transform: scale(0.5);
    opacity: 0;
    border-radius: 100%;
    transition: 0.3s;
    z-index: -1;
}

.rn-icon-list .icon-box > a i,
.rn-icon-list .icon-box > button i {
    font-size: 16px;
}

.rn-icon-list .icon-box > a img,
.rn-icon-list .icon-box > button img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.rn-icon-list .icon-box:hover a {
    border-color: transparent;
}

.rn-icon-list .icon-box:hover a::after {
    transform: scale(1);
    opacity: 1;
}

.rn-icon-list.user-account {
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .rn-icon-list.user-account {
        height: 70px;
    }
}

.rn-icon-list.user-account .rn-dropdown {
    min-width: 320px;
    height: auto;
    position: absolute;
    top: 90%;
    right: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 30px 30px;
    transition: 0.3s;
    border-radius: 0 0 10px 10px;
    background: var(--main-black-background);
    background-size: cover;
    border-left: 1px solid #ffffff14;
    border-bottom: 1px solid #ffffff14;
    border-right: 1px solid #ffffff14;
}

@media only screen and (max-width: 767px) {
    .rn-icon-list.user-account .rn-dropdown {
        min-width: 300px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 575px) {
    .rn-icon-list.user-account .rn-dropdown {
        right: -142px;
    }
}

.rn-icon-list.user-account .rn-dropdown .rn-inner-top {
    display: block;
    margin-bottom: 26px;
}

.rn-icon-list.user-account .rn-dropdown .rn-inner-top .title {
    font-size: 16px;
    margin-bottom: 7px;
}

.rn-icon-list.user-account .rn-dropdown .rn-inner-top span a {
    display: block;
    color: var(--color-primary);
    font-weight: 500;
    line-height: initial;
    font-size: 14px;
}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list {
    margin: 0;
    padding: 0;
    margin-bottom: 21px;
}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .thumbnail {
    margin-right: 12px;
}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .thumbnail a {
    display: block;
}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .thumbnail a img {
    max-height: 50px;
    border-radius: 100%;
}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list .title {
    font-size: 14px;
    margin-bottom: 4px;
}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list span {
    color: var(--color-body);
    display: block;
    font-size: 14px;
}

.rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list + .single-product-list {
    margin-top: 15px;
}

.rn-icon-list.user-account .rn-dropdown .list-inner {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 14px;
    margin: 0 -14px;
    position: relative;
}

.rn-icon-list.user-account .rn-dropdown .list-inner li {
    margin: 0;
    padding: 0;
}

.rn-icon-list.user-account .rn-dropdown .list-inner li a {
    font-weight: 500;
    padding: 4px 14px;
    font-size: 16px;
    display: block;
    color: #acacac;
    color: var(--color-body);
    margin: 0 10px;
    border-radius: 4px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.rn-icon-list.user-account .rn-dropdown .list-inner li a:hover {
    color: #6B8E23 !important;
    background: #060606b3;
}

.rn-icon-list.user-account:hover .rn-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.haeder-default .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .haeder-default .header-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .haeder-default .header-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .haeder-default .header-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .haeder-default .header-inner {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.haeder-default .header-left {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-basis: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .haeder-default .header-left {
        flex-basis: 35%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .haeder-default .header-left {
        flex-basis: 35%;
    }
}

@media only screen and (max-width: 767px) {
    .haeder-default .header-left {
        flex-basis: 35%;
    }
}

@media only screen and (max-width: 479px) {
    .haeder-default .header-left {
        justify-content: center;
        flex-basis: 100%;
    }
}

.haeder-default .header-right {
    justify-content: flex-end;
    display: flex;
    flex-basis: 30%;
    align-items: center;
    margin: 0 -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .haeder-default .header-right {
        flex-basis: 65%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .haeder-default .header-right {
        flex-basis: 65%;
    }
}

@media only screen and (max-width: 767px) {
    .haeder-default .header-right {
        flex-basis: 65%;
    }
}

@media only screen and (max-width: 479px) {
    .haeder-default .header-right {
        justify-content: center;
        flex-basis: 100%;
        margin-top: 10px;
    }
}

.haeder-default .header-right .setting-option {
    margin: 0 5px;
}

@media only screen and (max-width: 479px) {
    .haeder-default .header-right .setting-option {
        margin: 0 2px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .haeder-default .header-right .setting-option .icon-box a#connectbtn {
        padding: 10px 11px;
        font-size: 12px;
        border-radius: 6px;
    }
}

@media only screen and (max-width: 1199px) {
    .haeder-default .header-right .setting-option .icon-box a#connectbtn {
        padding: 10px 11px;
        font-size: 12px;
        border-radius: 6px;
    }
}

@media only screen and (max-width: 479px) {
    .haeder-default .header-right .setting-option .icon-box a#connectbtn {
        padding: 8px 11px;
        font-size: 12px;
        border-radius: 6px;
    }
}

.haeder-default .header-right ul {
    margin: 0;
}

.haeder-default .header-right .mainmenu li a {
    color: #858596;
    transition: var(--transition);
}

.haeder-default .header-right .mainmenu li a:hover {
    color: var(--color-primary);
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .large-mobile-blog-search {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .large-mobile-blog-search.active {
        opacity: 1;
        visibility: visible;
    }

    .search-mobile-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        border-radius: 100%;
        display: inline-block;
        min-width: 40px;
    }

    .search-mobile-icon button {
        border: 0 none;
    }

    .search-mobile-icon button i {
        font-weight: 400;
        font-size: 16px;
    }

    .search-mobile-icon.open button i::before {
        content: "\ea02";
    }
}

@media only screen and (max-width: 767px) {

    .large-mobile-blog-search {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .large-mobile-blog-search.active {
        opacity: 1;
        visibility: visible;
    }

    .search-mobile-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        border-radius: 100%;
        display: inline-block;
        min-width: 40px;
    }

    .search-mobile-icon button {
        border: 0 none;
    }

    .search-mobile-icon button i {
        font-weight: 400;
        font-size: 16px;
    }

    .search-mobile-icon.open button i::before {
        content: "\ea02";
    }
}

.slider-activation-banner-3 button.slick-arrow {
    z-index: 100;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid var(--color-border);
    transition: var(--transition);
}

.slider-activation-banner-3 button.slick-arrow:hover {
    background: var(--color-primary);
    border: 2px solid transparent;
}

.slider-activation-banner-3 button.slick-arrow.slick-prev {
    left: 100px;
}

.slider-activation-banner-3 button.slick-arrow.slick-prev::before {
    content: "\e92f";
    font-family: "feather" !important;
}

.slider-activation-banner-3 button.slick-arrow.slick-next {
    right: 100px;
}

.slider-activation-banner-3 button.slick-arrow.slick-next::before {
    content: "\e930";
    font-family: "feather" !important;
}

/*------------------------
    Mailmenu Nav
-------------------------*/
.mainmenu-nav .mainmenu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mainmenu-nav .mainmenu li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.mainmenu-nav .mainmenu li a {
    font-weight: 500;
    padding: 28px 12px;
    font-size: 16px;
    display: block;
    color: var(--color-body);
    margin: 0 8px;
    border-radius: 3px;
    transition: var(--transition);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .mainmenu-nav .mainmenu li a {
        padding: 28px 6px;
    }
}

.mainmenu-nav .mainmenu li .submenu {
    min-width: 230px;
    height: auto;
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 12px 0;
    transition: 0.3s;
    border-radius: 0 0 10px 10px;
    background: var(--main-black-background);
    background-size: auto;
    border-left: 1px solid #ffffff14;
    border-bottom: 1px solid #ffffff14;
    border-right: 1px solid #ffffff14;
}

.mainmenu-nav .mainmenu li .submenu li a {
    font-weight: 500;
    padding: 4px 14px;
    font-size: 16px;
    display: block;
    color: #acacac;
    color: var(--color-body);
    margin: 0 10px;
    border-radius: 4px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainmenu-nav .mainmenu li .submenu li a svg,
.mainmenu-nav .mainmenu li .submenu li a i {
    stroke-width: 2px;
    width: 22px;
    height: auto;
    background: transparent;
    padding: 2px;
    border-radius: 2px;
    transition: 0.3s;
    width: 22px;
    left: -10px;
    position: relative;
    color: var(--color-body);
    opacity: 0;
    margin: 0 -3px;
}

.mainmenu-nav .mainmenu li .submenu li a:hover {
    color: var(--main-green-colour);
    background: #060606b3;
}

.mainmenu-nav .mainmenu li .submenu li a:hover svg,
.mainmenu-nav .mainmenu li .submenu li a:hover i {
    opacity: 1;
    left: 0;
}

.mainmenu-nav .mainmenu li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.mainmenu-nav .mainmenu li.with-megamenu {
    position: static;
    transition: var(--transition);
}

.mainmenu-nav .mainmenu li.with-megamenu:hover .rn-megamenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu {
    position: absolute;
    transition: 0.3s;
    top: 90%;
    width: 100%;
    left: 50%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper {
    border-radius: 0 0 10px 10px;
    background-color: var(--background-color-2);
    border-bottom: 1px solid #ffffff14;
    border-right: 1px solid #ffffff14;
    border-left: 1px solid #ffffff14;
}

.mainmenu-nav .mainmenu li.has-droupdown > a, .mainmenu-nav .mainmenu li.with-megamenu > a {
    position: relative;
}

.mainmenu-nav .mainmenu li.has-droupdown > a::after,
.mainmenu-nav .mainmenu li.with-megamenu > a::after {
    content: "\f078"; /* Unicode for 'chevron-down' */
    font-family: "Font Awesome 5 Free"; /* This is correct for v5 */
    font-weight: 900; /* Needed for solid icons */
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    font-size: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .mainmenu-nav .mainmenu li.has-droupdown > a::after, .mainmenu-nav .mainmenu li.with-megamenu > a::after {
        right: -11px;
    }
}

/*------------------------------
    Popup Menu Styles
--------------------------------*/
.logo-thumbnail a {
    display: block;
}

.logo-thumbnail img {
    max-height: 90px;
    object-fit: cover;
}

.hamberger button.hamberger-button {
    padding: 5px;
    margin: 0;
    border: 0 none;
    font-size: 21px;
    display: flex;
    margin-top: 0px;
    color: var(--color-body);
    margin-right: 0px;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
}

.popup-mobile-menu {
    z-index: 9999;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.popup-mobile-menu .inner {
    width: 320px;
    z-index: 999;
    position: absolute;
    background: var(--main-black-background);
    background-size: cover;
    height: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    opacity: 0;
    left: -150px;
    transition: all 0.5s ease-out;
}

.popup-mobile-menu .inner .header-top {
    display: flex;
    border-bottom: 1px solid var(--color-border);
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.popup-mobile-menu .inner .header-top .logo a img {
    max-height: 36px;
}

.popup-mobile-menu .inner .header-top .close-menu .close-button {
    background: var(--color-dark);
    border: 0 none;
    color: var(--color-white);
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1;
}

.popup-mobile-menu.active .inner {
    opacity: 1;
    left: 0;
    overflow-y: auto;
}

.popup-mobile-menu .mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px 20px;
}

.popup-mobile-menu .mainmenu li {
    margin: 0;
}

.popup-mobile-menu .mainmenu li a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-body);
    display: flex;
    justify-content: space-between;
}

.popup-mobile-menu .mainmenu li a svg {
    width: 19px;
    height: auto;
}

.popup-mobile-menu .mainmenu li a.active {
    color: var(--color-primary) !important;
}

.popup-mobile-menu .mainmenu li + li {
    border-top: 1px solid var(--color-border);
}

.popup-mobile-menu .mainmenu .has-droupdown .submenu {
    padding: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 14px;
    display: none;
}

.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {
    font-size: 15px;
}

.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {
    color: var(--color-primary) !important;
}

.popup-mobile-menu .mainmenu .rn-megamenu {
    padding: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 14px;
    display: none;
}

/*--------------------------
    One Page Style Area  width: 1170px; margin-left: 320px;
---------------------------*/

/*--------------------------
    Header Left Sidebar
----------------------------*/

/*---------------------------
    Notification Area
-----------------------------*/

/*---------------------------
    Main Header Styles
----------------------------*/
.rn-header {
    position: relative;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #ffffff14;
    transition: 0.5s;
}

.rn-header .logo-thumbnail {
    padding-right: 32px;
    position: relative;
    margin-right: 17px;
}

@media only screen and (max-width: 479px) {
    .rn-header .logo-thumbnail {
        padding-right: 0;
        margin-right: 0;
    }
}

.rn-header .logo-thumbnail::after {
    background: var(--color-border);
    width: 1px;
    height: 36px;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 479px) {
    .rn-header .logo-thumbnail::after {
        display: none;
    }
}

.rn-header.header--sticky {
    position: sticky !important;
    top: 0;
    z-index: 999;
    width: 100%;
    backdrop-filter: blur(10px);
}

.rn-header.sticky {
    background-color: #1515218c;
    position: sticky !important;
    top: 0;
    display: block;
    box-shadow: var(--shadow-1);
}

/* Blog  */
/*---------------------------
Blog style
----------------------------*/

iframe {
    border-radius: 10px;
}

/* Elements  */
/*--------------------------
    Button Styles
----------------------------*/
.button-group {
    margin: -5px;
}

.button-group a {
    margin: 5px;
}

a.btn,
button.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    border: none;
    color: #fff;
    padding: 14px 28px;
    border-radius: 6px;
    margin: 10px;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 0.5px;
    width: auto;
    box-shadow: none;
    outline: none;
}

a.btn.btn-primary,
button.btn.btn-primary {
    background-color: var(--main-primary-colour);
    box-shadow: 0 0 0 rgba(198, 40, 40, 0);
}

a.btn.btn-primary:hover,
button.btn.btn-primary:hover {
    background-color: var(--secondary-primary-colour);
    box-shadow: 0 0 12px 4px rgba(198, 40, 40, 0.6);
    transform: scale(1.03);
    color: #fff
}

a.btn.btn-primary.active:focus,
button.btn.btn-primary.active:focus {
    background-color: var(--secondary-primary-colour);
    box-shadow: 0 0 12px 4px rgba(198, 40, 40, 0.6);
    transform: scale(1.03);
    color: #fff
}

a.btn.btn-primary-alta,
button.btn.btn-primary-alta {
    background-color: var(--main-secondary-colour);
    color: #f5f5f5;
}

a.btn.btn-primary-alta:hover,
button.btn.btn-primary-alta:hover {
    background-color: var(--secondary-secondary-colour);
    text-decoration: underline;
    transform: scale(1.03);
    color: #fff
}

a.btn:focus,
button.btn:focus {
    border: none;
    box-shadow: none;
}

a.btn.btn-small,
button.btn.btn-small {
    padding: 6px 14px;
}

a.btn.btn-large,
button.btn.btn-large {
    padding: 15px 34px;
    min-width: 160px;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    a.btn.btn-large,
    button.btn.btn-large {
        min-width: max-content;
    }
}

.btn-transparent {
    color: var(--color-body);
    transition: 0.4s;
    align-items: center;
    font-weight: 500;
    display: inline-block;
}

.btn-transparent svg {
    width: 18px;
    height: 17px;
}

.btn-transparent:hover {
    color: #6B8E23 !important;
}

.btn-primary-border {
    background: transparent;
    border: 2px solid var(--color-primary);
    padding: 10px 20px;
}

.btn-primary-border:hover {
    background: #6B8E23;
    color: var(--color-white) !important;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

/*-------------------------------------
 Filter Button Style
-------------------------------*/

/*-------------------------
    Price Filter
--------------------------*/

.ui-widget-content {
    background: var(--color-primary-alta) none repeat scroll 0 0;
    border: 0 none;
    color: var(--color-primary);
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: var(--color-primary) none repeat scroll 0 0;
}

.ui-slider-horizontal {
    height: 4px;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    cursor: default;
    height: 10px;
    position: absolute;
    touch-action: none;
    width: 10px;
    z-index: 2;
    outline: none;
    cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -3px;
    margin-left: -3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: var(--color-primary) none repeat scroll 0 0;
    border: 0 none;
    color: var(--color-primary);
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: var(--color-primary) none repeat scroll 0 0;
}

.ui-slider-horizontal {
    margin-bottom: 8px;
    margin-top: 15px;
}

/*-------------------------
    Back To Top
---------------------------*/
@-webkit-keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.rn-progress-parent {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #0d0d12;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.rn-progress-parent.rn-backto-top-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rn-progress-parent::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Required for solid icons */
    content: "\f062"; /* Unicode for Font Awesome 'play' */
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--main-green-colour);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.rn-progress-parent:hover::after {
    color: #6B8E23;
}

.rn-progress-parent::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* Required for solid icons */
    content: "\f062"; /* Unicode for Font Awesome 'play' icon */
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: #0d0d12;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.rn-progress-parent:hover::before {
    opacity: 1;
}

.rn-progress-parent svg path {
    fill: none;
}

.rn-progress-parent svg.rn-back-circle path {
    stroke: #6B8E23;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.cursor {
    display: none;
}

/*---------------------------------------------------*/
/*	09) SHANE CURSOR
/*---------------------------------------------------*/


/*
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #4d535e;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #4d535e;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid #4d535e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.main-wrapper[data-magic-cursor=hide] .mouse-cursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

*/

p.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 104px;
    line-height: 0.78;
    margin: 4px 15px 0 0;
    text-transform: uppercase;
    font-family: georgia, serif;
    font-style: normal;
    font-weight: 400;
    color: var(--color-heading);
    -webkit-font-smoothing: antialiased;
    color: var(--color-lightn);
}

.large .title {
    font-size: 40px !important;
}

/*-------------------------
    Section Title
--------------------------*/

/*-------------------------
 Banner Styles
----------------------------*/

#particles-js {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

/* for slick slider */
.slider.slick-dotted.slick-slider {
    max-width: 100%;
    margin: 0 auto 0;
}

.slider .slick-dots {
    bottom: -45px;
    display: none !important;
}

.slider .slick-dots li button:before {
    color: #fff;
    content: "•";
    background: #fff;
    border-radius: 50%;
    font-size: 10px;
    line-height: 12px;
    width: 10px;
    height: 10px;
}

/*--------------------------
    Banner Style 1
---------------------------*/
.slider-one h2.title {
    font-size: 60px;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .slider-one h2.title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-one h2.title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-one h2.title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-one .slider-thumbnail {
        display: flex;
        justify-content: center;
    }
}

.slider-one .slider-thumbnail img {
    height: auto;
    width: 100%;
}

.slider-one .button-group {
    margin: -7px;
}

.slider-one .button-group a.btn {
    margin: 7px;
}

/*--------------------------
    Banner Style 2
---------------------------*/

/*--------------------------
    Banner Style Three
---------------------------*/

/*-------------------------
    Slider Style Four
---------------------------*/

/*-------------------------
    Slider Style 5
---------------------------*/

/*--------------------------
    Banner Style 6
---------------------------*/

/*--------------------------
    Banner Style 7
---------------------------*/

/*----------------------
 Common Styles
------------------------*/

/*-----------------------
 common slider-nav
--------------------------*/

@-webkit-keyframes verticalSlide {
    to {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes verticalSlide {
    to {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes verticalSlide2 {
    to {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

@keyframes verticalSlide2 {
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.about-wrapper p.description {
    max-width: 70%;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .about-wrapper p.description {
        max-width: 90%;
    }
}

@media only screen and (max-width: 479px) {
    .about-wrapper p.description {
        max-width: 100%;
    }
}

.form-wrapper-one {
    padding: 40px 35px;
    border-radius: 6px;
    background: var(--main-black-background);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 1px solid var(--color-border);
}

.form-wrapper-two {
    padding: 0px 35px;
    border-radius: 6px;
    background: var(--main-black-background);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 1px solid var(--color-border);
}

.form-wrapper-one .nice-select {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    background: var(--background-color-4);
    border: 1px solid var(--color-border);
}

.form-wrapper-one .nice-select::after {
    border-bottom: 2px solid var(--color-body);
    border-right: 2px solid var(--color-body);
}

.form-wrapper-one .nice-select.open .list {
    background: var(--background-color-2);
    width: 250px;
}

.form-wrapper-one .nice-select .current {
    color: var(--color-body);
}

.form-wrapper-one input,
.form-wrapper-one textarea {
    background: var(--background-colour-1);
    height: 50px;
    border-radius: 5px;
    color: var(--color-white);
    font-size: 14px;
    padding: 10px 20px;
    border: 2px solid var(--color-border);
    transition: 0.3s;
}

.form-wrapper-one input:focus,
.form-wrapper-one textarea:focus {
    border: 2px solid var(--color-primary) !important;
    box-shadow: none;
    background: var(--background-colour-2);
}

.form-wrapper-one textarea {
    min-height: 100px;
}

.form-wrapper-one input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--color-body);
}

.form-wrapper-one input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--color-body);
}

.form-wrapper-one input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--color-body);
}

.form-wrapper-one input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--color-body);
}

.form-wrapper-one textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--color-body);
}

.form-wrapper-one textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--color-body);
}

.form-wrapper-one textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--color-body);
}

.form-wrapper-one textarea:-moz-placeholder {
    /* Firefox 18- */
    color: var(--color-body);
}

/*-----------------------
    Author Styles
---------------------------*/

.avatar {
    position: relative;
}

.avatar::after, .avatar::before {
    --scale: 0;
    --arrow-size: 8px;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
    transition: 150ms transform;
    transform-origin: bottom center;
    color: #fff;
}

.avatar::before {
    --translate-y: calc(-100% - var(--arrow-size));
    content: attr(data-tooltip);
    color: var(--color-white);
    padding: 5px 8px;
    background: var(--main-black-background);
    background-size: auto;
    width: max-content;
    border-radius: 5px;
    text-align: center;
}

.avatar::after {
    --translate-y: calc(-1 * var(--arrow-size));
    content: "";
    border: var(--arrow-size) solid transparent;
    border-top-color: #6B8E23;
}

.avatar:hover::before, .avatar:hover::after {
    --scale: 1;
}

/*-------------------------
 Footer Widget
------------------------*/

/*-------------------------------
    Footer Slicky Header Area
---------------------------------*/

/*-----------------------
    Recent Post
---------------------------*/

/*--------------------------
    Copyright Area
----------------------------*/
.copy-right-one {
    border-top: 1px solid var(--color-border);
}

.copy-right-one .copyright-left {
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copy-right-one .copyright-left {
        justify-content: center;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .copy-right-one .copyright-left {
        display: block;
        text-align: center;
    }
}

.copy-right-one .copyright-left span {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-body);
}

.copy-right-one .copyright-left .privacy {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 18px;
    position: relative;
    margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .copy-right-one .copyright-left .privacy {
        padding-left: 7px;
        margin-left: 7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copy-right-one .copyright-left .privacy {
        padding-left: 7px;
        margin-left: 7px;
    }
}

@media only screen and (max-width: 767px) {
    .copy-right-one .copyright-left .privacy {
        padding-left: 0;
        justify-content: center;
        margin: 10px 0;
    }
}

.copy-right-one .copyright-left .privacy::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 1px;
    height: 25px;
    background: var(--color-border);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .copy-right-one .copyright-left .privacy::before {
        display: none;
    }
}

.copy-right-one .copyright-left .privacy li {
    margin: 0;
    padding: 0 12px;
}

.copy-right-one .copyright-left .privacy li a {
    position: relative;
    color: var(--color-body);
    font-size: 16px;
    font-weight: 400;
}

.copy-right-one .copyright-left .privacy li a::after {
    position: absolute;
    content: "";
    left: auto;
    bottom: 0;
    background: #6B8E23;
    width: 0;
    height: 2px;
    transition: 0.3s;
    right: 0;
}

.copy-right-one .copyright-left .privacy li a:hover {
    color: #6B8E23 !important;
}

.copy-right-one .copyright-left .privacy li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.copy-right-one .copyright-left .privacy li + li {
    position: relative;
}

.copy-right-one .copyright-left .privacy li + li::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    background: #6B8E23;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.copy-right-one .copyright-right {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copy-right-one .copyright-right {
        margin: 0;
        padding: 0;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .copy-right-one .copyright-right {
        margin: 0;
        padding: 0;
        justify-content: center;
    }
}

.border-right {
    position: relative;
    padding-right: 30px !important;
}

.border-right::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 100%;
    background: #333131;
    width: 1px;
}

.isotop-filter {
    background: transparent;
    flex-wrap: wrap;
    margin: -5px;
}

.isotop-filter button {
    font-size: 16px;
    width: auto;
    border: 1px solid var(--color-border);
    height: 47px;
    display: inline-block;
    padding: 0 26px;
    border-radius: 500px;
    min-width: 95px;
    text-align: center;
    margin: 5px;
    line-height: 42px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .isotop-filter button {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .isotop-filter button {
        font-size: 14px;
        height: 44px;
        padding: 0 14px;
        line-height: 37px;
    }
}

.isotop-filter button.is-checked, .isotop-filter button:hover, .isotop-filter button:focus {
    color: var(--color-primary) !important;
    background: var(--color-primary-alta);
    border-color: var(--color-primary-alta);
}

/*---------------------------
    Filter Exanded
-----------------------------*/

.default-exp-expand {
    display: none;
}

/*--------------------------
    Swicher Styles
----------------------------*/
.active-dark-mode .my_switcher ul li .setColor.dark {
    display: none;
}

.active-light-mode .my_switcher ul li .setColor.light {
    display: none;
}

.active-light-mode .my_switcher ul li a.dark img {
    display: block;
}

.my_switcher ul li a.dark img {
    display: none;
    filter: brightness(100);
}

.active-light-mode .my_switcher ul li a.dark img {
    filter: brightness(0);
}

.my_switcher {
    border: 0 none;
    padding: 0;
    width: 40px;
    background: var(--color-secondary);
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    border-radius: 100%;
    border: 1px solid var(--color-border);
    transition: 0.4s;
}

.my_switcher ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 100%;
}

.my_switcher ul li {
    margin-top: 0;
    margin-bottom: 0;
}

.my_switcher ul li a {
    display: block;
    position: relative;
    z-index: 2;
    background: var(--color-secondary);
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.my_switcher ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--background-color-1);
    top: 0;
    left: 0;
    transform: scale(0.5);
    opacity: 0;
    border-radius: 100%;
    transition: 0.3s;
    z-index: -1;
}

.my_switcher ul li a:hover {
    border-color: transparent;
}

.my_switcher ul li a:hover::after {
    transform: scale(1);
    opacity: 1;
}

.my_switcher ul li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0.5);
    max-height: 16px;
}

.my_switcher ul li a.active {
    display: none;
}

.my_switcher:hover {
    border-color: transparent;
}

@keyframes bgg {
    0% {
        background: var(--color-primary-light);
    }
    50% {
        background: var(--color-primary);
    }
    100% {
        background: var(--color-primary);
    }
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 70px;
    height: 70px;
    margin: auto;
}

.loader .circle {
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0;
    transform: rotate(225deg);
    animation-iteration-count: infinite;
    animation-name: orbit;
    animation-duration: 5.5s;
    left: 3px;
    top: -5px;
}

.loader .circle:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    animation: bgg 1500ms ease-in alternate infinite;
}

.loader .circle:nth-child(2) {
    animation-delay: 240ms;
}

.loader .circle:nth-child(3) {
    animation-delay: 480ms;
}

.loader .circle:nth-child(4) {
    animation-delay: 720ms;
}

.loader .circle:nth-child(5) {
    animation-delay: 960ms;
}

@keyframes orbit {
    0% {
        transform: rotate(225deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    7% {
        transform: rotate(345deg);
        animation-timing-function: linear;
    }
    30% {
        transform: rotate(455deg);
        animation-timing-function: ease-in-out;
    }
    39% {
        transform: rotate(690deg);
        animation-timing-function: linear;
    }
    70% {
        transform: rotate(815deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    75% {
        transform: rotate(945deg);
        animation-timing-function: ease-out;
    }
    76% {
        transform: rotate(945deg);
        opacity: 0;
    }
    100% {
        transform: rotate(945deg);
        opacity: 0;
    }
}

/*--------------------------
    Social Share
----------------------------*/

/*-----------------------------
 Modal Styles
-----------------------------------*/
body.modal-open {
    padding: 0 !important;
}

/*---------------------------------
    Share Modal Wrapper
----------------------------------*/
.modal-backdrop {
    background-color: #000;
}

.modal-backdrop.show {
    background-color: #000;
    opacity: 0.75;
}

/* Share Modal Popup  */

/* Report Modal Popup  */

/*--------------------------------
    Place Bid Modal Popup
---------------------------------*/

/*---------------------------
 Masonary Item
-----------------------------*/

/*--------------------------
    Breadcrumb Styles
----------------------------*/
.rn-breadcrumb-inner {
    border-bottom: 1px solid var(--color-border);
}

.rn-breadcrumb-inner .title {
    margin-bottom: 0;
}

.rn-breadcrumb-inner .breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .rn-breadcrumb-inner .breadcrumb-list {
        justify-content: center;
    }
}

.rn-breadcrumb-inner .breadcrumb-list li a {
    color: var(--color-body);
    transition: 0.4s;
}

.rn-breadcrumb-inner .breadcrumb-list li a:hover {
    color: var(--color-white);
}

.rn-breadcrumb-inner .breadcrumb-list li.separator {
    margin: 0 15px;
}

.rn-breadcrumb-inner .breadcrumb-list li.current {
    color: var(--color-white);
}

/*-------------------------------
    Slick Arrow And Dots Styles
----------------------------------*/
button.slide-arrow {
    height: 50px;
    width: 50px;
    border-radius: 6px;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
    color: var(--color-white);
    background: #1b1b27;
    border: none;
    transform: translateY(-50%) scale(1);
    top: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    button.slide-arrow {
        opacity: 1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    button.slide-arrow {
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    button.slide-arrow {
        opacity: 1;
    }
}

button.slide-arrow i {
    font-size: 22px;
    color: var(--color-primary);
}

button.slide-arrow.slide-arrow {
    top: -30px !important;
    opacity: 1;
    border-radius: 6px;
}

button.slide-arrow.prev-arrow {
    right: 86px !important;
}

button.slide-arrow.next-arrow {
    right: 16px !important;
}

button.slide-arrow:hover {
    background: var(--color-primary) !important;
}

button.slide-arrow:hover.slide-arrow i {
    color: var(--color-white) !important;
}

.slick-dots {
    position: relative;
    margin-top: -5px;
}

.slick-dots li.slick-active {
    background: transparent;
}

.slick-dots li.slick-active button {
    background: transparent !important;
    border: 2px solid var(--color-primary);
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: var(--color-primary-alta);
    border-radius: 50%;
}

.slick-dots li button::before {
    display: none;
}

.countdown {
    display: flex;
    margin: -4px;
    justify-content: center;
}

.countdown .countdown-container {
    margin: 4px !important;
    position: relative;
}

.countdown .countdown-container .countdown-heading {
    display: block;
    color: var(--color-body);
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    display: block;
}

.countdown .countdown-container .countdown-value {
    display: block;
    font-size: 20px;
    color: var(--color-white);
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    padding: 2px 10px;
    position: relative;
    background-color: #2424354d;
    backdrop-filter: blur(15px);
}

.countdown .countdown-container .countdown-value:after {
    content: ":";
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
    position: absolute;
    font-size: 20px;
    color: var(--color-body);
    font-weight: 400;
}

.countdown .countdown-container:last-child .countdown-value::after {
    display: none;
}

/*------------------------------
 Comming Soon Styles
--------------------------------*/

thead {
    border: none;
}

thead tr th {
    border: none;
}

tbody tr td {
    padding: 25px 23px !important;
}

tbody tr td span {
    font-size: 16px;
}

/*-------------------------
    404 Page Style Here
--------------------------*/

/*-------------------------
    maintanance Page Style Here
--------------------------*/

/* ---------------Animation---------------- */
.slit-in-vertical {
    -webkit-animation: slit-in-vertical 0.45s ease-out both;
    animation: slit-in-vertical 0.45s ease-out both;
}

@-webkit-keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
    }
}

@keyframes slit-in-vertical {
    0% {
        -webkit-transform: translateZ(-800px) rotateY(90deg);
        transform: translateZ(-800px) rotateY(90deg);
        opacity: 0;
    }
    54% {
        -webkit-transform: translateZ(-160px) rotateY(87deg);
        transform: translateZ(-160px) rotateY(87deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
    }
}

/*---------------#region Alert--------------- */
#dialogoverlay {
    display: none;
    opacity: 0.8;
    position: fixed;
    top: 0px;
    left: 0px;
    background: transparent;
    width: 100%;
    z-index: 10;
}

#dialogbox {
    display: none;
    position: absolute;
    background: var(--background-color-4);
    border-radius: 7px;
    box-shadow: 0 4px 8px 0 #000;
    transition: 0.3s;
    width: 40%;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #dialogbox {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    #dialogbox {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    #dialogbox {
        width: 80%;
    }
}

#dialogbox:hover {
    box-shadow: 0 8px 16px 0 #000;
}

.container {
    padding: 2px 16px;
}

.pure-material-button-contained {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
    max-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: white;
    background-color: var(--color-primary);
    /* background-color: rgb(1, 47, 61) */
    box-shadow: 0 3px 1px -2px #000, 0 2px 2px 0 #000, 0 1px 5px 0 #000;
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.pure-material-button-contained::-moz-focus-inner {
    border: none;
}

/* ---------------Overlay--------------- */
.pure-material-button-contained::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.2s;
}

/* Ripple */
.pure-material-button-contained::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    /* Safari */
    height: 32px;
    /* Safari */
    background-color: #000;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.pure-material-button-contained:hover,
.pure-material-button-contained:focus {
    box-shadow: 0 2px 4px -1px #000, 0 4px 5px 0 #000, 0 1px 10px 0 #000;
}

.pure-material-button-contained:hover::before {
    opacity: 0.08;
}

.pure-material-button-contained:focus::before {
    opacity: 0.24;
}

.pure-material-button-contained:hover:focus::before {
    opacity: 0.3;
}

/* Active */
.pure-material-button-contained:active {
    box-shadow: 0 5px 5px -3px #000, 0 8px 10px 1px #000, 0 3px 14px 2px #000;
}

.pure-material-button-contained:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

/* Disabled */
.pure-material-button-contained:disabled {
    color: #000;
    background-color: #000;
    box-shadow: none;
    cursor: initial;
}

.pure-material-button-contained:disabled::before {
    opacity: 0;
}

.pure-material-button-contained:disabled::after {
    opacity: 0;
}

#dialogbox > div {
    background: var(--background-color-4);
    margin: 8px;
}

#dialogbox > div > #dialogboxhead {
    background: #000;
    font-size: 19px;
    padding: 10px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#dialogbox > div > #dialogboxbody {
    background: var(--color-success);
    padding: 20px;
    color: var(--color-white) !important;
    font-size: 16px;
    border-radius: 5px;
}

#dialogbox > div > #dialogboxfoot {
    background: var(--background-color-4);
    padding: 10px;
    text-align: right;
}

/*#endregion Alert*/

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000cc;
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px #000000bf;
    z-index: 1000;
    width: 80%;
    height: 80%;
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

fieldset {
    padding: 0;
    border: none;
}

/* key feature style */

/*----------------------------------
    White Version Demo
-----------------------------------*/
body.active-light-mode {
    background: #f5f8fa;
}

.active-light-mode {
    color: var(--color-light-body);
}

.active-light-mode p,
.active-light-mode input,
.active-light-mode select,
.active-light-mode textarea,
.active-light-mode .active-light-mode .nice-select .current,
.active-light-mode .nice-select .option,
.active-light-mode .rn-icon-list .icon-box > a,
.active-light-mode .mainmenu-nav .mainmenu li a,
.active-light-mode .mainmenu-nav .mainmenu li .submenu li a,
.active-light-mode .rn-icon-list.user-account .rn-dropdown .rn-product-inner ul.product-list .single-product-list span,
.active-light-mode .rn-icon-list.user-account .rn-dropdown .list-inner li a,
.active-light-mode .copy-right-one .copyright-left span,
.active-light-mode .copy-right-one .copyright-left .privacy li a,
.active-light-mode ol li,
.active-light-mode .popup-mobile-menu .mainmenu li a,
.active-light-mode .hamberger button.hamberger-button,
.active-light-mode .isotop-filter button,
.active-light-mode input[type=checkbox] ~ label,
.active-light-mode input[type=radio] ~ label,
.active-light-mode .rn-breadcrumb-inner .breadcrumb-list li a,
.active-light-mode .rn-breadcrumb-inner .breadcrumb-list li.separator {
    color: var(--color-light-body);
}

.active-light-mode h1,
.active-light-mode h2,
.active-light-mode h3,
.active-light-mode h4,
.active-light-mode h5,
.active-light-mode h6,
.active-light-mode .h1,
.active-light-mode .h2,
.active-light-mode .h3,
.active-light-mode .h4,
.active-light-mode .h5,
.active-light-mode .h6,
.active-light-mode .nice-select .current,
.active-light-mode ul li a,
.active-light-mode .btn-transparent,
.active-light-mode .popup-mobile-menu .inner .header-top .close-menu .close-button {
    color: var(--color-light-heading);
}


.active-light-mode ul li a:hover {
    color: var(--color-primary);
}

.active-light-mode .btn:focus {
    border: none;
    box-shadow: none;
}

.active-light-mode .btn:hover {
    color: var(--color-white) !important;
}

.active-light-mode .nice-select {
    background: var(--color-gray-2);
}

.active-light-mode .nice-select::after {
    border-bottom: 2px solid var(--color-light-body);
    border-right: 2px solid var(--color-light-body);
}

.active-light-mode .ui-widget-content {
    background: var(--color-white) none repeat scroll 0 0;
}

.active-light-mode .rn-progress-parent {
    box-shadow: inset 0 0 0 2px var(--color-white);
}

.active-light-mode .nice-select.open .list,
.active-light-mode button.slide-arrow {
    background: var(--color-gray-2);
}

.active-light-mode .rn-icon-list.user-account .rn-dropdown,
.active-light-mode .popup-mobile-menu .inner {
    background: var(--color-white);
}

.active-light-mode .slick-dots li button {
    background: var(--color-white);
}

.active-light-mode .rn-icon-list.user-account .rn-dropdown .list-inner li a:hover {
    background: var(--color-primary);
}


.active-light-mode .rn-icon-list .icon-box > a,
.active-light-mode .my_switcher,
.active-light-mode .rn-header,
.active-light-mode .popup-mobile-menu .inner .header-top,
.active-light-mode .popup-mobile-menu .mainmenu li + li,
.active-light-mode .rn-breadcrumb-inner,
.active-light-mode .rn-icon-list .icon-box > a, .active-light-mode .rn-icon-list .icon-box > button,
.active-light-mode input, .active-light-mode button, .active-light-mode select, .active-light-mode textarea,
.active-light-mode .copy-right-one,
.active-light-mode .nice-select .option + .option,
.active-light-mode .hamberger button.hamberger-button {
    border-color: var(--color-border-white);
}

.active-light-mode .copy-right-one .copyright-left .privacy::before {
    background: var(--color-border-white);
}


.active-light-mode .popup-mobile-menu .inner .header-top .close-menu .close-button,
.active-light-mode .form-wrapper-one input, .active-light-mode .form-wrapper-one textarea {
    background: var(--color-gray-2);
}

.active-light-mode .form-wrapper-one input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--color-light-body);
}

.active-light-mode .form-wrapper-one input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--color-light-body);
}

.active-light-mode .form-wrapper-one input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--color-light-body);
}

.active-light-mode .form-wrapper-one input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--color-light-body);
}

.active-light-mode .form-wrapper-one textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--color-light-body);
}

.active-light-mode .form-wrapper-one textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--color-light-body);
}

.active-light-mode .form-wrapper-one textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--color-light-body);
}

.active-light-mode .form-wrapper-one textarea:-moz-placeholder {
    /* Firefox 18- */
    color: var(--color-light-body);
}

.active-light-mode .rn-icon-list.user-account .rn-dropdown .list-inner li a:hover {
    background: var(--color-primary);
    color: var(--color-white) !important;
}

.active-light-mode .rn-header.sticky {
    background-color: #f5f8fa;
}

.active-light-mode .nice-select::after {
    border-bottom: 2px solid var(--color-light-heading);
    border-right: 2px solid var(--color-light-heading);
}

.active-light-mode .backto-top > div {
    background-color: var(--color-primary);
}

.active-light-mode .backto-top > div:hover {
    background: var(--color-primary-alta);
}

.active-light-mode .form-wrapper-one {
    background: var(--color-white);
}

.active-light-mode .form-wrapper-one input.form-control,
.active-light-mode .form-wrapper-one textarea.form-control {
    background: var(--color-gray-2) !important;
    color: var(--color-dark) !important;
}

.active-light-mode .form-wrapper-one input.form-control:focus,
.active-light-mode .form-wrapper-one textarea.form-control:focus {
    border: 2px solid var(--color-primary) !important;
}

.active-light-mode .form-wrapper-one .nice-select {
    background: var(--color-gray-2);
}

.active-light-mode .avatar::before {
    background: var(--color-primary);
}

.active-light-mode .avatar::after {
    border-top-color: var(--color-primary);
}

.active-light-mode input[type=checkbox] ~ label::before,
.active-light-mode input[type=radio] ~ label::before {
    background-color: var(--color-border-white);
}

.active-light-mode .mainmenu-nav .mainmenu li .submenu {
    background: var(--color-white);
    border-bottom: 1px solid rgba(0, 0, 0, 0.082);
    border-left: 1px solid rgba(0, 0, 0, 0.082);
    border-right: 1px solid rgba(0, 0, 0, 0.082);
}

.active-light-mode .mainmenu-nav .mainmenu li .submenu li a {
    transition: var(--transition);
}

.active-light-mode .mainmenu-nav .mainmenu li .submenu li a:hover {
    background: var(--color-primary);
    color: var(--color-white) !important;
}

.active-light-mode .mainmenu-nav .mainmenu li .submenu li a:hover svg {
    color: var(--color-white) !important;
}

.active-light-mode .mainmenu-nav .mainmenu li .submenu li a svg {
    color: var(--color-white);
}

.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper {
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    border-bottom: 1px solid #00000014;
    border-left: 1px solid #00000014;
    border-right: 1px solid #00000014;
}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li .submenu {
    background: var(--color-white);
    border-bottom: 1px solid rgba(0, 0, 0, 0.082);
    border-left: 1px solid rgba(0, 0, 0, 0.082);
    border-right: 1px solid rgba(0, 0, 0, 0.082);
}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li .submenu li a {
    transition: var(--transition);
}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li .submenu li a:hover {
    background: var(--color-primary);
    color: var(--color-white) !important;
}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li .submenu li a:hover svg {
    color: var(--color-white) !important;
}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li .submenu li a svg {
    color: var(--color-white);
}

.active-light-mode .rn-header.sticky .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper {
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    border-bottom: 1px solid #00000014;
    border-left: 1px solid #00000014;
    border-right: 1px solid #00000014;
}

.active-light-mode .mainmenu-nav .mainmenu li .submenu li a svg,
.active-light-mode .mainmenu-nav .mainmenu li .submenu li a i {
    color: #fff;
}

.active-light-mode .rn-breadcrumb-inner .breadcrumb-list li.current {
    color: var(--color-dark);
}

.active-light-mode .logo-custom-css {
    display: block;
}

.active-light-mode .logo-custom-css::after {
    background: var(--color-border-white);
}

.active-light-mode .ui-widget-content {
    background: var(--color-border-white);
}


.glitch-text {
    position: relative;
    animation: glitch 1s linear infinite;
}

@keyframes glitch {
    2%, 64% {
        transform: translate(2px, 0) skew(0deg);
    }
    4%, 60% {
        transform: translate(-2px, 0) skew(0deg);
    }
    62% {
        transform: translate(0, 0) skew(5deg);
    }
}

.glitch-text:before,
.glitch-text:after {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.glitch-text:before {
    animation: glitchTop 1s linear infinite;
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

.glitch-text:after {
    animation: glitchBottom 1.5s linear infinite;
    clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchTop {
    2%, 64% {
        transform: translate(2px, -2px);
    }
    4%, 60% {
        transform: translate(-2px, 2px);
    }
    62% {
        transform: translate(13px, -1px) skew(-13deg);
    }
}

@keyframes glitchBottom {
    2%, 64% {
        transform: translate(-2px, 0);
    }
    4%, 60% {
        transform: translate(-2px, 0);
    }
    62% {
        transform: translate(-22px, 5px) skew(21deg);
    }
}

.toxic-green {
    color: var(--main-green-colour) !important;
}

.rottendawn-swal {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 20px rgba(107, 142, 35, 0.2);
    width: 500px;
}

.rottendawn-title {
    color: #ffffff;
    font-size: 22px;
}

.rottendawn-content {
    color: #ffffff;
    font-size: 18px;
}

.rottendawn-confirm, .rottendawn-cancel {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 10px 20px;
}

.rottendawn-confirm {
    background-color: #6B8E23 !important;
    color: #fff !important;
}

.rottendawn-cancel {
    background-color: #FF0003 !important;
    color: #fff !important;
}

.terminal-text {
    font-family: monospace;
    color: var(--color-primary);
}

.form-error {
    font-size: 11px !important;
}

.grecaptcha-badge {
    bottom: 0px !important;
    top: 140px !important;
}

.card-button {
    background-color: #76a800; /* deeper green */
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.card-button:hover {
    background-color: #5b8500;
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(118, 168, 0, 0.4);
}

.eco-card {
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 10px;
    padding: 24px;
    position: relative;
    text-align: left;
    transition: transform 0.3s ease;
}

.eco-card:hover {
    transform: scale(1.02);
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.08);
}

.mt--80 {
    margin-top: 80px !important;
}

.honeypot-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    height: 1px;
    width: 1px;
}