/*
Theme Name: BoomID.gg
Theme URI: https://www.boomid.gg
Author: Boom ID
Version: 1.0
Text Domain: boom
*/

@charset "UTF-8";

/*---------------------------------------------------------------------- */
/* [ Bootstrap 4 library ] */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #00a8ff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #da2f69;
  --orange: #fd7e14;
  --yellow: #cd0015;
  --green: #26d847;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #3a4048;
  --gray-dark: #343a40;
  --primary: #00a8ff;
  --secondary: #3a4048;
  --success: #26d847;
  --info: #17a2b8;
  --warning: #cd0015;
  --danger: #da2f69;
  --light: #f8f9fa;
  --dark: #151515;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; 
}

*,
*::before,
*::after {box-sizing: border-box; }
html {font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@-ms-viewport {width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {display: block; }
body {margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.9; color: #757575; text-align: left; background-color: #ffffff; }
[tabindex="-1"]:focus {outline: 0 !important; }
hr {box-sizing: content-box; height: 0; overflow: visible; }
h1, h2, h3, h4, h5, h6 {margin-top: 0; margin-bottom: 0.5rem; }
p {margin-top: 0; margin-bottom: 1rem; }
abbr[title],
abbr[data-original-title] {text-decoration: underline; text-decoration: underline dotted; cursor: help; border-bottom: 0; }
address {margin-bottom: 1rem; font-style: normal; line-height: inherit; }
ol,
ul,
dl {margin-top: 0; margin-bottom: 1rem; }
ol ol,
ul ul,
ol ul,
ul ol {margin-bottom: 0; }
dt {font-weight: 700; }
dd {margin-bottom: .5rem; margin-left: 0; }
blockquote {margin: 0 0 1rem; }
dfn {font-style: italic; }
b,
strong {font-weight: bolder; }
small {font-size: 80%; }
sub,
sup {position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub {bottom: -.25em; }
sup {top: -.5em; }
a {color: #00a8ff; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; }
a:hover {color: #0076b3; text-decoration: underline; }
a:not([href]):not([tabindex]) {color: inherit;text-decoration: none; }
a:not([href]):not([tabindex]):hover, 
a:not([href]):not([tabindex]):focus {color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus {outline: 0; }
pre,
code,
kbd,
samp {font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }
pre {margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; }
figure {margin: 0 0 1rem; }
img {vertical-align: middle; border-style: none; }
svg {overflow: hidden; vertical-align: middle; }
table {border-collapse: collapse; }
caption {padding-top: 0.75rem; padding-bottom: 0.75rem; color: #3a4048; text-align: left; caption-side: bottom; }
th {text-align: inherit; }
label {display: inline-block; margin-bottom: 0.5rem; }
button {border-radius: 0; }
button:focus {outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }
input,
button,
select,
optgroup,
textarea {margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
button,
input {overflow: visible; }
button,
select {text-transform: none; }
button,
html [type="button"],
[type="reset"],
[type="submit"] {-webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {padding: 0; border-style: none; }
input[type="radio"],
input[type="checkbox"] {box-sizing: border-box; padding: 0; }
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {-webkit-appearance: listbox; }
textarea {overflow: auto; resize: vertical; }
fieldset {min-width: 0; padding: 0; margin: 0; border: 0; }
legend { width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }
progress {vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {height: auto; }
[type="search"] {outline-offset: -2px; -webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {-webkit-appearance: none; }
::-webkit-file-upload-button {font: inherit; -webkit-appearance: button; }
output {display: inline-block; }
summary {display: list-item; cursor: pointer; }
template {display: none; }
[hidden] {display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {margin-bottom: 0.5rem; font-family: "Montserrat", sans-serif; font-weight: 500; line-height: 1.5; color: #3a4048; }
h1, .h1 {font-size: 2.625rem; }
h2, .h2 {font-size: 2.125rem; }
h3, .h3 {font-size: 1.75rem; }
h4, .h4 {font-size: 1.5rem; }
h5, .h5 {font-size: 1.125rem; }
h6, .h6 {font-size: 1.0625rem; }

.alignleft {display: inline; float: left; margin-right: 1.5em;}
.alignright {display: inline; float: right; margin-left: 1.5em;}
.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;}

a img.alignright {float: right; margin: 0.313rem 0 1.25rem 1.25rem;}
a img.alignnone {margin: 0.313rem 1.25rem 1.25rem 0;}
a img.alignleft {float: left; margin: 0.313rem 1.25rem 1.25rem 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.wp-caption.alignnone {margin: 0.313rem 1.25rem 1.25rem 0;}
.wp-caption.alignleft {margin: 0.313rem 1.25rem 1.25rem 0;}
.wp-caption.alignright {margin: 0.313rem 0 1.25rem 1.25rem;}


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

.display-1 {font-size: 6rem; font-weight: 300; line-height: 1.5; }
.display-2 {font-size: 5.5rem; font-weight: 300; line-height: 1.5; }
.display-3 {font-size: 4.5rem; font-weight: 300; line-height: 1.5; }
.display-4 {font-size: 3.5rem; font-weight: 300; line-height: 1.5; }

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

small, .small {font-size: 80%; font-weight: 400; }
mark, .mark {padding: 0.2em; background-color: #fcf8e3; }

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

.list-inline {padding-left: 0; list-style: none; }
.list-inline-item {display: inline-block; }
.list-inline-item:not(:last-child) {margin-right: 0.5rem; }

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

.blockquote {margin-bottom: 1rem; font-size: 1.5rem; }
.blockquote-footer {display: block; font-size: 80%; color: #737f8e; }
.blockquote-footer::before {content: "\2014 \00A0"; }

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

.figure {display: inline-block; }
.figure-img {margin-bottom: 0.5rem; line-height: 1; }
.figure-caption {font-size: 90%; color: #3a4048; }

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

kbd {padding: 0.2rem 0.4rem; font-size: 87.5%; color: #ffffff; background-color: #212529; border-radius: 0.2rem; }
kbd kbd {padding: 0; font-size: 100%; font-weight: 700; }

pre {display: block; font-size: 87.5%; color: #212529; }
pre code { font-size: inherit; color: inherit; word-break: normal; }

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

.container {width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
@media (min-width: 576px) {
  .container {max-width: 540px; } 
}
@media (min-width: 768px) {
  .container {max-width: 720px; } 
}
@media (min-width: 992px) {
  .container {max-width: 960px; } 
}
@media (min-width: 1200px) {
  .container {max-width: 1140px; } 
}

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

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

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

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

.col {flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-auto {flex: 0 0 auto; width: auto; max-width: none; }
.col-1 {flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
.col-2 {flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
.col-3 {flex: 0 0 25%; max-width: 25%; }
.col-4 {flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
.col-5 {flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
.col-6 {flex: 0 0 50%; max-width: 50%; }
.col-7 {flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
.col-8 {flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
.col-9 {flex: 0 0 75%; max-width: 75%; }
.col-10 {flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
.col-11 {flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
.col-12 {flex: 0 0 100%; max-width: 100%; }

.order-first {order: -1; }
.order-last {order: 13; }

.order-0 {order: 0; }
.order-1 {order: 1; }
.order-2 {order: 2; }
.order-3 {order: 3; }
.order-4 {order: 4; }
.order-5 {order: 5; }
.order-6 {order: 6; }
.order-7 {order: 7; }
.order-8 {order: 8; }
.order-9 {order: 9; }
.order-10 {order: 10; }
.order-11 {order: 11; }
.order-12 {order: 12; }

.offset-1 {margin-left: 8.3333333333%; }
.offset-2 {margin-left: 16.6666666667%; }
.offset-3 {margin-left: 25%; }
.offset-4 {margin-left: 33.3333333333%; }
.offset-5 {margin-left: 41.6666666667%; }
.offset-6 {margin-left: 50%; }
.offset-7 {margin-left: 58.3333333333%; }
.offset-8 {margin-left: 66.6666666667%; }
.offset-9 {margin-left: 75%; }
.offset-10 {margin-left: 83.3333333333%; }
.offset-11 {margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {flex-basis: 0; flex-grow: 1; max-width: 100%; }
  .col-sm-auto {flex: 0 0 auto; width: auto; max-width: none; }
  .col-sm-1 {flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .col-sm-2 {flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .col-sm-3 {flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 {flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-sm-5 {flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-sm-6 {flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 {flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-sm-8 {flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .col-sm-9 {flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 {flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .col-sm-11 {flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .col-sm-12 {flex: 0 0 100%; max-width: 100%; }
  .order-sm-first {order: -1; }
  .order-sm-last {order: 13; }
  .order-sm-0 {order: 0; }
  .order-sm-1 {order: 1; }
  .order-sm-2 {order: 2; }
  .order-sm-3 {order: 3; }
  .order-sm-4 {order: 4; }
  .order-sm-5 {order: 5; }
  .order-sm-6 {order: 6; }
  .order-sm-7 {order: 7; }
  .order-sm-8 {order: 8; }
  .order-sm-9 {order: 9; }
  .order-sm-10 {order: 10; }
  .order-sm-11 {order: 11; }
  .order-sm-12 {order: 12; }
  .offset-sm-0 {margin-left: 0; }
  .offset-sm-1 {margin-left: 8.3333333333%; }
  .offset-sm-2 {margin-left: 16.6666666667%; }
  .offset-sm-3 {margin-left: 25%; }
  .offset-sm-4 {margin-left: 33.3333333333%; }
  .offset-sm-5 {margin-left: 41.6666666667%; }
  .offset-sm-6 {margin-left: 50%; }
  .offset-sm-7 {margin-left: 58.3333333333%; }
  .offset-sm-8 {margin-left: 66.6666666667%; }
  .offset-sm-9 {margin-left: 75%; }
  .offset-sm-10 {margin-left: 83.3333333333%; }
  .offset-sm-11 {margin-left: 91.6666666667%; } 
}
@media (min-width: 768px) {
  .col-md {flex-basis: 0; flex-grow: 1; max-width: 100%; }
  .col-md-auto {flex: 0 0 auto; width: auto; max-width: none; }
  .col-md-1 {flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .col-md-2 {flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .col-md-3 {flex: 0 0 25%; max-width: 25%; }
  .col-md-4 {flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-md-5 {flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-md-6 {flex: 0 0 50%; max-width: 50%; }
  .col-md-7 {flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-md-8 {flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .col-md-9 {flex: 0 0 75%; max-width: 75%; }
  .col-md-10 {flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .col-md-11 {flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .col-md-12 {flex: 0 0 100%; max-width: 100%; }
  .order-md-first {order: -1; }
  .order-md-last {order: 13; }
  .order-md-0 {order: 0; }
  .order-md-1 {order: 1; }
  .order-md-2 {order: 2; }
  .order-md-3 {order: 3;}
  .order-md-4 {order: 4; }
  .order-md-5 {order: 5; }
  .order-md-6 {order: 6; }
  .order-md-7 {order: 7; }
  .order-md-8 {order: 8; }
  .order-md-9 {order: 9; }
  .order-md-10 {order: 10; }
  .order-md-11 {order: 11; }
  .order-md-12 {order: 12; }
  .offset-md-0 {margin-left: 0; }
  .offset-md-1 {margin-left: 8.3333333333%; }
  .offset-md-2 {margin-left: 16.6666666667%; }
  .offset-md-3 {margin-left: 25%; }
  .offset-md-4 {margin-left: 33.3333333333%; }
  .offset-md-5 {margin-left: 41.6666666667%; }
  .offset-md-6 {margin-left: 50%; }
  .offset-md-7 {margin-left: 58.3333333333%; }
  .offset-md-8 {margin-left: 66.6666666667%; }
  .offset-md-9 {margin-left: 75%; }
  .offset-md-10 {margin-left: 83.3333333333%; }
  .offset-md-11 {margin-left: 91.6666666667%; } 
}
@media (min-width: 992px) {
  .col-lg {flex-basis: 0; flex-grow: 1; max-width: 100%; }
  .col-lg-auto {flex: 0 0 auto; width: auto; max-width: none; }
  .col-lg-1 {flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .col-lg-2 {flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
  .col-lg-3 {flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 {flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-lg-5 {flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-lg-6 {flex: 0 0 50%; max-width: 50%; }
  .col-lg-7 {flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-lg-8 {flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .col-lg-9 {flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 {flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .col-lg-11 {flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .col-lg-12 {flex: 0 0 100%; max-width: 100%; }
  .order-lg-first {order: -1; }
  .order-lg-last {order: 13; }
  .order-lg-0 {order: 0; }
  .order-lg-1 {order: 1; }
  .order-lg-2 {order: 2; }
  .order-lg-3 {order: 3; }
  .order-lg-4 {order: 4; }
  .order-lg-5 {order: 5; }
  .order-lg-6 {order: 6; }
  .order-lg-7 {order: 7; }
  .order-lg-8 {order: 8; }
  .order-lg-9 {order: 9; }
  .order-lg-10 {order: 10; }
  .order-lg-11 {order: 11; }
  .order-lg-12 {order: 12; }
  .offset-lg-0 {margin-left: 0; }
  .offset-lg-1 {margin-left: 8.3333333333%; }
  .offset-lg-2 {margin-left: 16.6666666667%; }
  .offset-lg-3 {margin-left: 25%; }
  .offset-lg-4 {margin-left: 33.3333333333%; }
  .offset-lg-5 {margin-left: 41.6666666667%; }
  .offset-lg-6 {margin-left: 50%; }
  .offset-lg-7 {margin-left: 58.3333333333%; }
  .offset-lg-8 {margin-left: 66.6666666667%; }
  .offset-lg-9 {margin-left: 75%; }
  .offset-lg-10 {margin-left: 83.3333333333%; }
  .offset-lg-11 {margin-left: 91.6666666667%; } 
}
@media (min-width: 1200px) {
  .col-xl {flex-basis: 0; flex-grow: 1; max-width: 100%; }
  .col-xl-auto {flex: 0 0 auto; width: auto; max-width: none; }
  .col-xl-1 {flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
  .col-xl-2 {flex: 0 0 16.6666666667%; }
  .col-xl-3 {flex: 0 0 25%; max-width: 25%; }
  .col-xl-4 {flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
  .col-xl-5 {flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
  .col-xl-6 {flex: 0 0 50%; max-width: 50%; }
  .col-xl-7 {flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
  .col-xl-8 {flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
  .col-xl-9 {flex: 0 0 75%; max-width: 75%; }
  .col-xl-10 {flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
  .col-xl-11 {flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
  .col-xl-12 {flex: 0 0 100%; max-width: 100%; }
  .order-xl-first {order: -1; }
  .order-xl-last {order: 13; }
  .order-xl-0 {order: 0; }
  .order-xl-1 {order: 1; }
  .order-xl-2 {order: 2; }
  .order-xl-3 {order: 3; }
  .order-xl-4 {order: 4; }
  .order-xl-5 {order: 5; }
  .order-xl-6 {order: 6; }
  .order-xl-7 {order: 7; }
  .order-xl-8 {order: 8; }
  .order-xl-9 {order: 9; }
  .order-xl-10 {order: 10; }
  .order-xl-11 {order: 11; }
  .order-xl-12 {order: 12; }
  .offset-xl-0 {margin-left: 0; }
  .offset-xl-1 {margin-left: 8.3333333333%; }
  .offset-xl-2 {margin-left: 16.6666666667%; }
  .offset-xl-3 {margin-left: 25%; }
  .offset-xl-4 {margin-left: 33.3333333333%; }
  .offset-xl-5 {margin-left: 41.6666666667%; }
  .offset-xl-6 {margin-left: 50%; }
  .offset-xl-7 {margin-left: 58.3333333333%; }
  .offset-xl-8 {margin-left: 66.6666666667%; }
  .offset-xl-9 {margin-left: 75%; }
  .offset-xl-10 {margin-left: 83.3333333333%; }
  .offset-xl-11 {margin-left: 91.6666666667%; } 
}

.table {width: 100%; margin-bottom: 1rem; background-color: transparent; }
.table th,
.table td {padding: 0.75rem; vertical-align: top; border-top: 1px solid rgba(233, 236, 239, 0.6); }
.table thead th {vertical-align: bottom; border-bottom: 2px solid rgba(233, 236, 239, 0.6); }
.table tbody + tbody {border-top: 2px solid rgba(233, 236, 239, 0.6); }
.table .table {background-color: #ffffff; }

.table-sm th,
.table-sm td {padding: 0.3rem; }
.table-bordered {border: 1px solid rgba(233, 236, 239, 0.6); }
.table-bordered th,
.table-bordered td {border: 1px solid rgba(233, 236, 239, 0.6); }
.table-bordered thead th,
.table-bordered thead td {border-bottom-width: 2px; }
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {border: 0; }
.table-striped tbody tr:nth-of-type(odd) {background-color: rgba(233, 236, 239, 0.35); }
.table-hover tbody tr:hover {background-color: rgba(233, 236, 239, 0.4); }

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {background-color: #c8cacc; }
.table-hover .table-secondary:hover {background-color: #bbbdc0; }
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {background-color: #bbbdc0; }

.table-success,
.table-success > th,
.table-success > td {background-color: #c2f4cb; }
.table-hover .table-success:hover {background-color: #acf0b9; }
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {background-color: #acf0b9; }

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

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

.table-danger,
.table-danger > th,
.table-danger > td {background-color: #f5c5d5; }
.table-hover .table-danger:hover {background-color: #f1afc5; }
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {background-color: #f1afc5; }

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

.table-dark,
.table-dark > th,
.table-dark > td {background-color: #bdbdbd; }
.table-hover .table-dark:hover {background-color: #b0b0b0; }
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {background-color: #b0b0b0; }

.table-active,
.table-active > th,
.table-active > td {background-color: rgba(233, 236, 239, 0.4); }
.table-hover .table-active:hover {background-color: rgba(218, 223, 228, 0.4); }
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {background-color: rgba(218, 223, 228, 0.4); }

.table .thead-dark th {color: #ffffff; background-color: #212529; border-color: #32383e; }
.table .thead-light th {color: #495057; background-color: rgba(233, 236, 239, 0.4); border-color: rgba(233, 236, 239, 0.6); }

.table-dark {color: #ffffff; background-color: #212529; }
.table-dark th,
.table-dark td,
.table-dark thead th {border-color: #32383e; }
.table-dark.table-bordered {border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-sm > .table-bordered {border: 0; } 
}
@media (max-width: 767.98px) {
  .table-responsive-md {display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-md > .table-bordered {border: 0; } 
}
@media (max-width: 991.98px) {
  .table-responsive-lg {display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-lg > .table-bordered {border: 0; } 
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered {border: 0; } 
}
.table-responsive {display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered {border: 0; }

.form-control {display: block; width: 100%; height: calc(2.53125rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.9; color: #3a4048; background-color: #ffffff; background-clip: padding-box; border: 1px solid #e9ecef; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {transition: none; } 
}
.form-control::-ms-expand {background-color: transparent; border: 0; }
.form-control:focus {color: #3a4048; background-color: #ffffff; border-color: #80d4ff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 168, 255, 0.25); }
.form-control::placeholder {color: #ced4da; opacity: 1; }
.form-control:disabled, .form-control[readonly] {background-color: #e9ecef; opacity: 1; }
select.form-control:focus::-ms-value {color: #3a4048; background-color: #ffffff; }
.form-control-file,
.form-control-range {display: block; width: 100%; }

.col-form-label {padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.9; }
.col-form-label-lg {padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); font-size: 0.8125rem; line-height: 2.2; }
.col-form-label-sm {padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); font-size: 0.625rem; line-height: 1.7; }

.form-control-plaintext {display: block; width: 100%; padding-top: 0.375rem; padding-bottom: 0.375rem; margin-bottom: 0; line-height: 1.9; color: #757575; background-color: transparent; border: solid transparent; border-width: 1px 0; }
.form-control-plaintext.form-control-sm, 
.form-control-plaintext.form-control-lg {padding-right: 0; padding-left: 0; }

.form-control-sm {height: calc(2.13125rem + 2px); padding: 0.375rem 0.5rem; font-size: 0.625rem; line-height: 1.7; border-radius: 0.2rem; }
.form-control-lg {height: calc(2.95rem + 2px); padding: 0.375rem 1rem; font-size: 0.8125rem; line-height: 2.2; border-radius: 0.3rem; }
select.form-control[size], select.form-control[multiple] {height: auto; }
textarea.form-control {height: auto; }

.form-group {margin-bottom: 1rem; }
.form-text {display: block; margin-top: 0.25rem; }
.form-row {display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; }
.form-row > .col,
.form-row > [class*="col-"] {padding-right: 5px; padding-left: 5px; }

.form-check {position: relative; display: block; padding-left: 1.25rem; }
.form-check-input {position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label {color: #3a4048; }
.form-check-label {margin-bottom: 0; }
.form-check-inline {display: inline-flex; align-items: center; padding-left: 0; margin-right: 0.75rem; }
.form-check-inline .form-check-input {position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; }

.valid-feedback {display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #26d847; }
.valid-tooltip {position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.625rem; line-height: 1.9; color: #ffffff; background-color: rgba(38, 216, 71, 0.9); border-radius: 0.25rem; }
.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {border-color: #26d847; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {border-color: #26d847; box-shadow: 0 0 0 0.2rem rgba(38, 216, 71, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {display: block; }
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {color: #26d847; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {color: #26d847; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {background-color: #92eca2; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {background-color: #51e06b; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(38, 216, 71, 0.25); }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {border-color: #26d847; }
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {box-shadow: 0 0 0 0.2rem rgba(38, 216, 71, 0.25); }

.invalid-feedback {display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #da2f69; }
.invalid-tooltip {position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.625rem; line-height: 1.9; color: #ffffff; background-color: rgba(218, 47, 105, 0.9); border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {border-color: #da2f69; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {border-color: #da2f69; box-shadow: 0 0 0 0.2rem rgba(218, 47, 105, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {display: block; }
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {color: #da2f69; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {color: #da2f69; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {background-color: #ed9bb7; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {background-color: #e25a88; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(218, 47, 105, 0.25); }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {border-color: #da2f69; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {box-shadow: 0 0 0 0.2rem rgba(218, 47, 105, 0.25); }

.form-inline {display: flex; flex-flow: row wrap; align-items: center; }
.form-inline .form-check {width: 100%; }
@media (min-width: 576px) {
  .form-inline label {display: flex; align-items: center; justify-content: center; margin-bottom: 0; }
  .form-inline .form-group {display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0; }
  .form-inline .form-control {display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .form-control-plaintext {display: inline-block; }
  .form-inline .input-group,
  .form-inline .custom-select {width: auto; }
  .form-inline .form-check {display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0; }
  .form-inline .form-check-input {position: relative; margin-top: 0; margin-right: 0.25rem; margin-left: 0; }
  .form-inline .custom-control {align-items: center; justify-content: center; }
  .form-inline .custom-control-label {margin-bottom: 0; } 
}

.btn {display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; padding: 0.4375rem 1.625rem; font-size: 1rem; line-height: 1.9; border-radius: 0.15rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
  .btn {transition: none; } 
}
.btn:hover, .btn:focus {text-decoration: none; }
.btn:focus, .btn.focus {outline: 0; box-shadow: 0 0.0625rem 0.5625rem rgba(0, 0, 0, 0.3); }
.btn.disabled, .btn:disabled {opacity: 0.65; }
.btn:not(:disabled):not(.disabled) {cursor: pointer; }
a.btn.disabled,
fieldset:disabled a.btn {pointer-events: none; }

.btn-primary {color: #ffffff; background-color: #00a8ff; border-color: #00a8ff; }
.btn-primary:hover {color: #ffffff; background-color: #008fd9; border-color: #0086cc; }
.btn-primary:focus, .btn-primary.focus {box-shadow: 0 0 0 0 rgba(0, 168, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {color: #ffffff; background-color: #00a8ff; border-color: #00a8ff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {color: #ffffff; background-color: #0086cc; border-color: #007ebf; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(0, 168, 255, 0.5); }

.btn-secondary {color: #ffffff; background-color: #3a4048; border-color: #3a4048; }
.btn-secondary:hover {color: #ffffff; background-color: #292d33; border-color: #23272c; }
.btn-secondary:focus, .btn-secondary.focus {box-shadow: 0 0 0 0 rgba(58, 64, 72, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {color: #ffffff; background-color: #3a4048; border-color: #3a4048; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {color: #ffffff; background-color: #23272c; border-color: #1e2125; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(58, 64, 72, 0.5); }

.btn-success {color: #ffffff; background-color: #26d847; border-color: #26d847; }
.btn-success:hover {color: #ffffff; background-color: #20b73c; border-color: #1ead39; }
.btn-success:focus, .btn-success.focus {box-shadow: 0 0 0 0 rgba(38, 216, 71, 0.5); }
.btn-success.disabled, .btn-success:disabled {color: #ffffff; background-color: #26d847; border-color: #26d847; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {color: #ffffff; background-color: #1ead39; border-color: #1ca235; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(38, 216, 71, 0.5); }

.btn-info {color: #ffffff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-info:hover {color: #ffffff; background-color: #138496; border-color: #117a8b; }
.btn-info:focus, .btn-info.focus {box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled {color: #ffffff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {color: #ffffff; background-color: #117a8b; border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }

.btn-warning {color: #212529; background-color: #cd0015; border-color: #cd0015; }
.btn-warning:hover {color: #212529; background-color: #e0a800; border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus {box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {color: #212529; background-color: #cd0015; border-color: #cd0015; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {color: #212529; background-color: #d39e00; border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }

.btn-danger {color: #ffffff; background-color: #da2f69; border-color: #da2f69; }
.btn-danger:hover {color: #ffffff; background-color: #c12258; border-color: #b62053; }
.btn-danger:focus, .btn-danger.focus {box-shadow: 0 0 0 0 rgba(218, 47, 105, 0.5); }
.btn-danger.disabled, .btn-danger:disabled {color: #ffffff; background-color: #da2f69; border-color: #da2f69; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {color: #ffffff; background-color: #b62053; border-color: #ab1e4e; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(218, 47, 105, 0.5); }

.btn-light {color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-light:hover {color: #212529; background-color: #e2e6ea; border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus {box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled {color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {color: #212529; background-color: #dae0e5; border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }

.btn-dark {color: #ffffff; background-color: #151515; border-color: #151515; }
.btn-dark:hover {color: #ffffff; background-color: #020202; border-color: black; }
.btn-dark:focus, .btn-dark.focus {box-shadow: 0 0 0 0 rgba(21, 21, 21, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {color: #ffffff; background-color: #151515; border-color: #151515; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {color: #ffffff; background-color: black; border-color: black; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(21, 21, 21, 0.5); }

.btn-outline-primary {color: #00a8ff; background-color: transparent; background-image: none; border-color: #00a8ff; }
.btn-outline-primary:hover {color: #ffffff; background-color: #00a8ff; border-color: #00a8ff; }
.btn-outline-primary:focus, .btn-outline-primary.focus {box-shadow: 0 0 0 0 rgba(0, 168, 255, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {color: #00a8ff; background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {color: #ffffff; background-color: #00a8ff; border-color: #00a8ff; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(0, 168, 255, 0.5); }

.btn-outline-secondary {color: #3a4048; background-color: transparent; background-image: none; border-color: #3a4048; }
.btn-outline-secondary:hover {color: #ffffff; background-color: #3a4048; border-color: #3a4048; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus {box-shadow: 0 0 0 0 rgba(58, 64, 72, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {color: #3a4048; background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {color: #ffffff; background-color: #3a4048; border-color: #3a4048; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(58, 64, 72, 0.5); }

.btn-outline-success {color: #26d847; background-color: transparent; background-image: none; border-color: #26d847; }
.btn-outline-success:hover {color: #ffffff; background-color: #26d847; border-color: #26d847; }
.btn-outline-success:focus, .btn-outline-success.focus {box-shadow: 0 0 0 0 rgba(38, 216, 71, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled {color: #26d847; background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {color: #ffffff; background-color: #26d847; border-color: #26d847; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(38, 216, 71, 0.5); }

.btn-outline-info {color: #17a2b8; background-color: transparent; background-image: none; border-color: #17a2b8; }
.btn-outline-info:hover {color: #ffffff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus {box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {color: #ffffff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }

.btn-outline-warning {color: #cd0015; background-color: transparent; background-image: none; border-color: #cd0015; }
.btn-outline-warning:hover {color: #212529; background-color: #cd0015; border-color: #cd0015; }
.btn-outline-warning:focus, .btn-outline-warning.focus {box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled {color: #cd0015; background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {color: #212529; background-color: #cd0015; border-color: #cd0015; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }

.btn-outline-danger {color: #da2f69; background-color: transparent; background-image: none; border-color: #da2f69; }
.btn-outline-danger:hover {color: #ffffff; background-color: #da2f69; border-color: #da2f69; }
.btn-outline-danger:focus, .btn-outline-danger.focus {box-shadow: 0 0 0 0 rgba(218, 47, 105, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled {color: #da2f69; background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {color: #ffffff; background-color: #da2f69; border-color: #da2f69; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(218, 47, 105, 0.5); }

.btn-outline-light {color: #f8f9fa; background-color: transparent; background-image: none; border-color: #f8f9fa; }
.btn-outline-light:hover {color: #212529 !important; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus {box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled {color: #f8f9fa; background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }

.btn-outline-dark {color: #151515; background-color: transparent; background-image: none; border-color: #151515; }
.btn-outline-dark:hover {color: #ffffff; background-color: #151515; border-color: #151515; }
.btn-outline-dark:focus, .btn-outline-dark.focus {box-shadow: 0 0 0 0 rgba(21, 21, 21, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled {color: #151515; background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {color: #ffffff; background-color: #151515; border-color: #151515; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(21, 21, 21, 0.5); }

.btn-link {font-weight: 400; color: #00a8ff; background-color: transparent; }
.btn-link:hover {color: #0076b3; text-decoration: underline; background-color: transparent; border-color: transparent; }
.btn-link:focus, .btn-link.focus {text-decoration: underline; border-color: transparent; box-shadow: none; }
.btn-link:disabled, .btn-link.disabled {color: #3a4048; pointer-events: none; }
.btn-lg, .btn-group-lg > .btn {padding: 0.4375rem 2rem; font-size: 0.8125rem; line-height: 2.2; border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn {padding: 0.375rem 1.25rem; font-size: 0.625rem; line-height: 1.7; border-radius: 0.2rem; }

.btn-block {display: block; width: 100%; }
.btn-block + .btn-block {margin-top: 0.5rem; }

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

.fade {transition: opacity 0.15s linear; }
@media screen and (prefers-reduced-motion: reduce) {
  .fade {transition: none; } 
}
.fade:not(.show) {opacity: 0; }

.collapse:not(.show) {display: none; }
.collapsing {position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; }
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {transition: none; } 
}

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

.dropdown-toggle::after {display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {margin-left: 0; }

.dropdown-menu {position: absolute; top: 100%; left: 0; z-index:9999999; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #757575; text-align: left; list-style: none; background-color: #141414; background-clip: padding-box; border-top: 1px solid rgba(0, 0, 0, 0.2); border-bottom: 2px solid #cd0015; border-radius: 0rem; }
.dropdown-menu-right {right: 0; left: auto; }

.dropup .dropdown-menu {top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {margin-left: 0; }

.dropright .dropdown-menu {top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {margin-left: 0; }
.dropright .dropdown-toggle::after {vertical-align: 0; }

.dropleft .dropdown-menu {top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; }
.dropleft .dropdown-toggle::after {display: none; }
.dropleft .dropdown-toggle::before {display: inline-block; width: 0; height: 0; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {margin-left: 0; }
.dropleft .dropdown-toggle::before {vertical-align: 0; }

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

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

.dropdown-item {display: block; width: 100%; padding: 0 1.25rem; clear: both; font-weight: 400; color:#fff; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }
.dropdown-item:hover, .dropdown-item:focus {color: #fff; text-decoration: none; background-color:#cd0015; }
.dropdown-item.active, .dropdown-item:active {color: #ffffff; text-decoration: none; background-color: #cd0015; }
.dropdown-item.disabled, .dropdown-item:disabled {color: #3a4048; background-color: transparent; }

.dropdown-menu.show {display: block; }
.dropdown-header {display: block; padding: 0.5rem 1.25rem; margin-bottom: 0; font-size: 0.625rem; color: #3a4048; white-space: nowrap; }
.dropdown-item-text {display: block; padding: 0 1.25rem; color: rgba(0, 0, 0, 0.5); }

.btn-group,
.btn-group-vertical {position: relative; display: inline-flex; vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {position: relative; flex: 0 1 auto; }
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {z-index: 1; }
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {margin-left: -1px; }

.btn-toolbar {display: flex; flex-wrap: wrap; justify-content: flex-start; }
.btn-toolbar .input-group {width: auto; }

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

.dropdown-toggle-split {padding-right: 1.21875rem; padding-left: 1.21875rem; }
.dropdown-toggle-split::after, 
.dropup .dropdown-toggle-split::after, 
.dropright .dropdown-toggle-split::after {margin-left: 0; }
.dropleft .dropdown-toggle-split::before { margin-right: 0; }

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

.btn-group-vertical {flex-direction: column; align-items: flex-start; justify-content: center; }
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {width: 100%; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {margin-top: -1px; margin-left: 0; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {border-top-left-radius: 0; border-top-right-radius: 0; }

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

.input-group {position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {position: relative; flex: 1 1 auto; width: 1%; margin-bottom: 0; }
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {margin-left: -1px; }
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {z-index: 3; }
.input-group > .custom-file .custom-file-input:focus {z-index: 4; }
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {border-top-left-radius: 0; border-bottom-left-radius: 0; }
.input-group > .custom-file {display: flex; align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label, 
.input-group > .custom-file:not(:last-child) .custom-file-label::after {border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label {border-top-left-radius: 0; border-bottom-left-radius: 0; }
.input-group-prepend,
.input-group-append {display: flex; }
.input-group-prepend .btn,
.input-group-append .btn {position: relative; z-index: 2; }
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {margin-left: -1px; }
.input-group-prepend {margin-right: -1px; }
.input-group-append {margin-left: -1px; }
.input-group-text {display: flex; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.9; color: #818c9a; text-align: center; white-space: nowrap; background-color: #f8f9fa; border: 1px solid #e9ecef; border-radius: 0.25rem; }
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {margin-top: 0; }
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {height: calc(2.95rem + 2px); padding: 0.375rem 1rem; font-size: 0.8125rem; line-height: 2.2; border-radius: 0.3rem; }
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {height: calc(2.13125rem + 2px); padding: 0.375rem 0.5rem; font-size: 0.625rem; line-height: 1.7; border-radius: 0.2rem; }
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {border-top-left-radius: 0; border-bottom-left-radius: 0; }

.custom-control {position: relative; display: block; min-height: 1.9rem; padding-left: 1.5rem; }
.custom-control-inline {display: inline-flex; margin-right: 1rem; }
.custom-control-input {position: absolute; z-index: -1; opacity: 0; }
.custom-control-input:checked ~ .custom-control-label::before {color: #00a8ff; background-color: #00a8ff; }
.custom-control-input:focus ~ .custom-control-label::before {box-shadow: none; }
.custom-control-input:active ~ .custom-control-label::before {color: #ffffff; background-color: #f8f9fa; }
.custom-control-input:disabled ~ .custom-control-label {color: #3a4048; }
.custom-control-input:disabled ~ .custom-control-label::before {background-color: #e9ecef; }
.custom-control-label {position: relative; margin-bottom: 0; }
.custom-control-label::before {position: absolute; top: 0.3875rem; left: -1.5rem; display: block; width: 1.125rem; height: 1.125rem; pointer-events: none; content: ""; user-select: none; background-color: #f8f9fa; }
.custom-control-label::after {position: absolute; top: 0.3875rem; left: -1.5rem; display: block; width: 1.125rem; height: 1.125rem; content: ""; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%; }
.custom-checkbox .custom-control-label::before {border-radius: 0; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {background-color: #00a8ff; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {background-image: none; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {background-color: #00a8ff; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%2300a8ff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {background-color: transparent; }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {background-color: transparent; }
.custom-radio .custom-control-label::before {border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {background-color: #00a8ff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2300a8ff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {background-color: transparent; }
.custom-select {display: inline-block; width: 100%; height: calc(2.53125rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; line-height: 1.9; color: #3a4048; vertical-align: middle; background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; background-size: 8px 10px;border: 1px solid #e9ecef; border-radius: 0.25rem; appearance: none; }
.custom-select:focus {border-color: #80d4ff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(128, 212, 255, 0.5); }
.custom-select:focus::-ms-value {color: #3a4048; background-color: #ffffff; }
.custom-select[multiple], 
.custom-select[size]:not([size="1"]) {height: auto; padding-right: 0.75rem; background-image: none; }
.custom-select:disabled {color: #3a4048; background-color: #e9ecef; }
.custom-select::-ms-expand {opacity: 0; }
.custom-select-sm {height: calc(2.13125rem + 2px); padding-top: 0.375rem; padding-bottom: 0.375rem; font-size: 75%; }
.custom-select-lg {height: calc(2.95rem + 2px); padding-top: 0.375rem; padding-bottom: 0.375rem; font-size: 125%; }
.custom-file {position: relative; display: inline-block; width: 100%; height: calc(2.53125rem + 2px); margin-bottom: 0; }
.custom-file-input {position: relative; z-index: 2; width: 100%; height: calc(2.53125rem + 2px); margin: 0; opacity: 0; }
.custom-file-input:focus ~ .custom-file-label {border-color: #80d4ff; box-shadow: 0 0 0 0.2rem rgba(0, 168, 255, 0.25); }
.custom-file-input:focus ~ .custom-file-label::after {border-color: #80d4ff; }
.custom-file-input:disabled ~ .custom-file-label {background-color: #e9ecef; }
.custom-file-input:lang(en) ~ .custom-file-label::after {content: "Browse"; }
.custom-file-label {position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(2.53125rem + 2px); padding: 0.375rem 0.75rem; line-height: 1.9; color: #3a4048; background-color: #ffffff; border: 1px solid #e9ecef; border-radius: 0.25rem; }
.custom-file-label::after {position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: 2.53125rem; padding: 0.375rem 0.75rem; line-height: 1.9; color: #3a4048; content: "Browse"; background-color: #f8f9fa; border-left: 1px solid #e9ecef; border-radius: 0 0.25rem 0.25rem 0; }
.custom-range {width: 100%; padding-left: 0; background-color: transparent; appearance: none; }
.custom-range:focus {outline: none; }
.custom-range:focus::-webkit-slider-thumb {box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 168, 255, 0.25); }
.custom-range:focus::-moz-range-thumb {box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 168, 255, 0.25); }
.custom-range:focus::-ms-thumb {box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 168, 255, 0.25); }
.custom-range::-moz-focus-outer {border: 0; }
.custom-range::-webkit-slider-thumb {width: 0.9375rem; height: 0.9375rem; margin-top: -0.21875rem; background-color: #00a8ff; border: 0; border-radius: 50%; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }
.custom-range::-webkit-slider-thumb:active {background-color: #b3e5ff; }
.custom-range::-webkit-slider-runnable-track {width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; }
.custom-range::-moz-range-thumb {width: 0.9375rem; height: 0.9375rem; background-color: #00a8ff; border: 0; border-radius: 50%; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }
.custom-range::-moz-range-thumb:active {background-color: #b3e5ff; }
.custom-range::-moz-range-track {width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; }
.custom-range::-ms-thumb {width: 0.9375rem; height: 0.9375rem; margin-top: 0; margin-right: 0.2rem; margin-left: 0.2rem; background-color: #00a8ff; border: 0; border-radius: 50%; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; }
.custom-range::-ms-thumb:active {background-color: #b3e5ff; }
.custom-range::-ms-track {width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: transparent; border-color: transparent; border-width: 0.46875rem; }
.custom-range::-ms-fill-lower {background-color: #dee2e6; border-radius: 1rem; }
.custom-range::-ms-fill-upper {margin-right: 15px; background-color: #dee2e6; border-radius: 1rem; }
.custom-control-label::before,
.custom-file-label,
.custom-select {transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {transition: none; } 
  .custom-range::-moz-range-thumb {transition: none; } 
  .custom-range::-ms-thumb {transition: none; } 
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {transition: none; } 
}

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

.nav-link {display: block; padding: 0 1rem; }
.nav-link:hover, .nav-link:focus {text-decoration: none; }
.nav-link.disabled {color: #3a4048; }

.nav-tabs {border-bottom: 1px solid #e9ecef; }
.nav-tabs .nav-item {margin-bottom: -1px; }
.nav-tabs .nav-link {border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {border-color: transparent; }
.nav-tabs .nav-link.disabled {color: #3a4048; background-color: transparent; border-color: transparent; }
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {color: #495057; background-color: #ffffff; border-color: #eff1f3 #eff1f3 #ffffff; }
.nav-tabs .dropdown-menu {margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; }

.nav-pills .nav-link {border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {color: #717171; background-color: #e9ecef; }

.nav-fill .nav-item {flex: 1 1 auto; text-align: center; }
.nav-justified .nav-item {flex-basis: 0; flex-grow: 1; text-align: center; }

.tab-content > .tab-pane {display: none; }
.tab-content > .active {display: block; }

.navbar {position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; z-index: 2; }
.navbar > .container,
.navbar > .container-fluid {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.navbar-brand {display: inline-block; padding-top: 0.178125rem; padding-bottom: 0.178125rem; margin-right: 1rem; font-size: 0.8125rem; line-height: inherit; white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus {text-decoration: none; }

.navbar-nav {display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }
.navbar-nav .nav-link {padding-right: 0; padding-left: 0; }
.navbar-nav .dropdown-menu {position: static; float: none; }

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

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

.navbar-toggler {padding: 0.25rem 0.75rem; font-size: 1.125rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.15rem; }
.navbar-toggler:hover, .navbar-toggler:focus {text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) {cursor: pointer; }
.navbar-toggler-icon {display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {padding-right: 0; padding-left: 0; } 
}
@media (min-width: 576px) {
  .navbar-expand-sm {flex-flow: row nowrap; justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {padding-right: 1.125rem; padding-left: 1.125rem; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {display: flex !important; flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {display: none; } 
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {padding-right: 0; padding-left: 0; } 
}
@media (min-width: 768px) {
  .navbar-expand-md {flex-flow: row nowrap;justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {padding-right: 1.125rem; padding-left: 1.125rem; }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {display: flex !important; flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {display: none; } 
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {padding-right: 0; padding-left: 0; } 
}
@media (min-width: 992px) {
  .navbar-expand-lg {flex-flow: row nowrap; justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {padding-right:15px; padding-left: 15px; }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {display: flex !important; flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {display: none; } 
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {padding-right: 0; padding-left: 0; } 
}
@media (min-width: 1200px) {
  .navbar-expand-xl {flex-flow: row nowrap; justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {padding-right: 1.125rem;padding-left: 1.125rem; }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {display: flex !important;flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {display: none;} 
}

.navbar-expand {flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand > .container,
.navbar-expand > .container-fluid {padding-right: 0; padding-left: 0; }
.navbar-expand .navbar-nav {flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu {position: absolute; }
.navbar-expand .navbar-nav .nav-link {padding-right:15px; padding-left:15px;}
.navbar-expand > .container,
.navbar-expand > .container-fluid {flex-wrap: nowrap; }
.navbar-expand .navbar-collapse {display: flex !important; flex-basis: auto; }
.navbar-expand .navbar-toggler {display: none; }

.navbar-light .navbar-brand {color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled {color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a {color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {color: #ffffff; }
.navbar-dark .navbar-brand:hover, 
.navbar-dark .navbar-brand:focus {color: #ffffff; }
.navbar-dark .navbar-nav .nav-link {color: rgba(255, 255, 255, 0.7); }
.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link:focus {color: rgba(255, 255, 255, 0.95); }
.navbar-dark .navbar-nav .nav-link.disabled {color: rgba(255, 255, 255, 0.4); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {color: #cd0015; }
.navbar-dark .navbar-toggler {color: rgba(255, 255, 255, 0.7); border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {color: rgba(255, 255, 255, 0.7); }
.navbar-dark .navbar-text a {color: #ffffff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {color: #ffffff; }

.card {position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #ffffff; background-clip: border-box; border: 0 solid #f2f2f2; border-radius: 0.25rem; }
.card > hr {margin-right: 0; margin-left: 0; }
.card > .list-group:first-child .list-group-item:first-child {border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }
.card > .list-group:last-child .list-group-item:last-child {border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }
.card-body {flex: 1 1 auto; padding: 1.25rem; }
.card-title {margin-bottom: 0.75rem; }
.card-subtitle {margin-top: -0.375rem;margin-bottom: 0; }
.card-text:last-child {margin-bottom: 0; }
.card-link:hover {text-decoration: none; }
.card-link + .card-link {margin-left: 1.25rem; }
.card-header {padding: 0.75rem 1.25rem;margin-bottom: 0; background-color: #fafafa; border-bottom: 0 solid #f2f2f2; }
.card-header:first-child {border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0; }
.card-header + .list-group .list-group-item:first-child {border-top: 0; }
.card-footer {padding: 0.75rem 1.25rem; background-color: #fafafa; border-top: 0 solid #f2f2f2; }
.card-footer:last-child {border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0); }
.card-header-tabs {margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; }
.card-header-pills {margin-right: -0.625rem; margin-left: -0.625rem; }
.card-img-overlay {position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; }
.card-img {width: 100%; border-radius: calc(0.25rem - 0); }
.card-img-top {width: 100%; border-top-left-radius: calc(0.25rem - 0); border-top-right-radius: calc(0.25rem - 0); }
.card-img-bottom {width: 100%; border-bottom-right-radius: calc(0.25rem - 0); border-bottom-left-radius: calc(0.25rem - 0); }
.card-deck {display: flex; flex-direction: column; }
.card-deck .card {margin-bottom: 15px; }
.card-group {display: flex; flex-direction: column; }
.card-group > .card {margin-bottom: 15px; }
.card-columns .card {margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-deck {flex-flow: row wrap; margin-right: -15px; margin-left: -15px; }
  .card-deck .card {display: flex; flex: 1 0 0%; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px; } 
  .card-group {flex-flow: row wrap; }
  .card-group > .card {flex: 1 0 0%; margin-bottom: 0; }
  .card-group > .card + .card {margin-left: 0; border-left: 0; }
  .card-group > .card:first-child {border-top-right-radius: 0; border-bottom-right-radius: 0; }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {border-top-right-radius: 0; }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {border-bottom-right-radius: 0; }
  .card-group > .card:last-child {border-top-left-radius: 0; border-bottom-left-radius: 0; }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {border-top-left-radius: 0; }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {border-bottom-left-radius: 0; }
  .card-group > .card:only-child {border-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {border-bottom-right-radius: 0.25rem;border-bottom-left-radius: 0.25rem; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {border-radius: 0; }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {border-radius: 0; } 
  .card-columns {column-count: 3; column-gap: 1.25rem; orphans: 1; widows: 1; }
  .card-columns .card {display: inline-block; width: 100%; } 
}

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

.breadcrumb {display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #f8f9fa;border-radius: 0.25rem; }
.breadcrumb-item + .breadcrumb-item {padding-left: 0.5rem; }
.breadcrumb-item + .breadcrumb-item::before {display: inline-block; padding-right: 0.5rem; color: #3a4048; content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {text-decoration: none; }
.breadcrumb-item.active {color: #3a4048; }

.pagination {display: flex; padding-left: 0; list-style: none; border-radius: 0.25rem; }

.page-link {position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #757575; background-color: #ffffff; border: 1px solid #e9ecef; }
.page-link:hover {z-index: 2; color: #0076b3; text-decoration: none; background-color: #f8f9fa; border-color: #dee2e6; }
.page-link:focus {z-index: 2; outline: 0; box-shadow: none; }
.page-link:not(:disabled):not(.disabled) {cursor: pointer; }

.page-item:first-child .page-link {margin-left: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {z-index: 1; color: #ffffff; background-color: #00a8ff; border-color: #00a8ff; }
.page-item.disabled .page-link {color: #3a4048; pointer-events: none; cursor: auto; background-color: #ffffff; border-color: #dee2e6; }

.pagination-lg .page-link {padding: 0.75rem 1.5rem; font-size: 0.8125rem; line-height: 2.2; }
.pagination-lg .page-item:first-child .page-link {border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; }
.pagination-lg .page-item:last-child .page-link {border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; }
.pagination-sm .page-link {padding: 0.25rem 0.5rem; font-size: 0.625rem; line-height: 1.7; }
.pagination-sm .page-item:first-child .page-link {border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; }

.badge {display: inline-block; padding: 0.3125rem 0.4375rem; font-size: 80%; font-weight: 300; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.125rem; }
.badge:empty {display: none; }
.btn .badge {position: relative; top: -1px; }
.badge-pill {padding-right: 0.6em; padding-left: 0.6em; border-radius: 10rem; }
.badge-primary {color: #ffffff; background-color: #00a8ff; }
.badge-primary[href]:hover, .badge-primary[href]:focus {color: #ffffff; text-decoration: none; background-color: #0086cc; }
.badge-secondary {color: #ffffff; background-color: #3a4048; }
.badge-secondary[href]:hover, .badge-secondary[href]:focus {color: #ffffff; text-decoration: none; background-color: #23272c; }
.badge-success {color: #ffffff; background-color: #26d847; }
.badge-success[href]:hover, .badge-success[href]:focus {color: #ffffff; text-decoration: none; background-color: #1ead39; }
.badge-info {color: #ffffff; background-color: #17a2b8; }
.badge-info[href]:hover, .badge-info[href]:focus {color: #ffffff; text-decoration: none; background-color: #117a8b; }
.badge-warning {color: #fff; background-color: #cd0015; }
.badge-warning[href]:hover, .badge-warning[href]:focus {color: #212529; text-decoration: none; background-color: #cd0015; }
.badge-danger {color: #ffffff; background-color: #cd0015; }
.badge-danger[href]:hover, .badge-danger[href]:focus {color: #ffffff; text-decoration: none; background-color: #b62053; }
.badge-light {color: #212529; background-color: #f8f9fa; }
.badge-light[href]:hover, .badge-light[href]:focus {color: #212529; text-decoration: none; background-color: #dae0e5; }
.badge-dark {color: #ffffff; background-color: #151515; }
.badge-dark[href]:hover, .badge-dark[href]:focus {color: #ffffff; text-decoration: none; background-color: black; }

.jumbotron {padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: 0.3rem; }
@media (min-width: 576px) {
  .jumbotron {padding: 4rem 2rem; } 
}
.jumbotron-fluid {padding-right: 0; padding-left: 0; border-radius: 0; }

.alert {position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 0 solid transparent; border-radius: 0; }
.alert-heading {color: inherit; }
.alert-link {font-weight: 700; }
.alert-dismissible {padding-right: 4rem; }
.alert-dismissible .close {position: absolute; top: 0; right: 0; padding: 0.75rem 1.25rem; color: inherit; }
.alert-primary {color: #005785; background-color: #cceeff; border-color: #c6ecff; }
.alert-primary hr {border-top-color: #ade4ff; }
.alert-primary .alert-link {color: #003652; }
.alert-secondary {color: #1e2125; background-color: #d8d9da; border-color: #d3d4d6; }
.alert-secondary hr {border-top-color: #c6c7ca; }
.alert-secondary .alert-link {color: #070809; }
.alert-success {color: #147025; background-color: #d4f7da; border-color: #cef6d6; }
.alert-success hr {border-top-color: #b8f2c4; }
.alert-success .alert-link {color: #0c4517; }
.alert-info {color: #0c5460; background-color: #d1ecf1; border-color: #cbeaef; }
.alert-info hr {border-top-color: #b8e2e9; }
.alert-info .alert-link {color: #062c33; }
.alert-warning {color: #856404; background-color: #fff3cd; border-color: #fff1c7; }
.alert-warning hr {border-top-color: #ffebae; }
.alert-warning .alert-link {color: #533f03; }
.alert-danger {color: #711837; background-color: #f8d5e1; border-color: #f7d0dd; }
.alert-danger hr {border-top-color: #f3bacd; }
.alert-danger .alert-link {color: #470f23; }
.alert-light {color: #818182; background-color: #fefefe; border-color: #fdfefe; }
.alert-light hr {border-top-color: #ecf6f6; }
.alert-light .alert-link {color: #686868; }
.alert-dark {color: #0b0b0b; background-color: #d0d0d0; border-color: #cbcbcb; }
.alert-dark hr {border-top-color: #bebebe; }
.alert-dark .alert-link {color: black; }

@keyframes progress-bar-stripes {
  from {background-position: 1rem 0; }
  to {background-position: 0 0; } 
}
.progress {display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem;background-color: #e9ecef; border-radius: 0.25rem; }
.progress-bar {display: flex; flex-direction: column; justify-content: center; color: #ffffff; text-align: center; white-space: nowrap; background-color: #00a8ff; transition: width 2.5s ease; }
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {transition: none; } 
}

.progress-bar-striped {background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; }
.progress-bar-animated {animation: progress-bar-stripes 1s linear infinite; }

.media {display: flex; align-items: flex-start; }
.media-body {flex: 1; }

.list-group {display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; }
.list-group-item-action {width: 100%; color: #495057; text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus {color: #495057; text-decoration: none; background-color: #f8f9fa; }
.list-group-item-action:active {color: #757575; background-color: #e9ecef; }
.list-group-item {position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child {border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; }
.list-group-item:last-child {margin-bottom: 0; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }
.list-group-item:hover, .list-group-item:focus {z-index: 1; text-decoration: none; }
.list-group-item.disabled, .list-group-item:disabled {color: #3a4048; background-color: #ffffff; }
.list-group-item.active {z-index: 2;color: #ffffff; background-color: #00a8ff; border-color: #00a8ff; }
.list-group-flush .list-group-item {border-right: 0; border-left: 0; border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {border-bottom: 0; }
.list-group-item-primary {color: #005785; background-color: #b8e7ff; }
.list-group-item-primary.list-group-item-action:hover, 
.list-group-item-primary.list-group-item-action:focus {color: #005785; background-color: #9fdeff; }
.list-group-item-primary.list-group-item-action.active {color: #ffffff; background-color: #005785; border-color: #005785; }
.list-group-item-secondary {color: #1e2125; background-color: #c8cacc; }
.list-group-item-secondary.list-group-item-action:hover, 
.list-group-item-secondary.list-group-item-action:focus {color: #1e2125; background-color: #bbbdc0; }
.list-group-item-secondary.list-group-item-action.active {color: #ffffff; background-color: #1e2125; border-color: #1e2125; }
.list-group-item-success {color: #147025; background-color: #c2f4cb; }
.list-group-item-success.list-group-item-action:hover, 
.list-group-item-success.list-group-item-action:focus {color: #147025; background-color: #acf0b9; }
.list-group-item-success.list-group-item-action.active {color: #ffffff; background-color: #147025; border-color: #147025; }
.list-group-item-info {color: #0c5460; background-color: #bee5eb; }
.list-group-item-info.list-group-item-action:hover, 
.list-group-item-info.list-group-item-action:focus {color: #0c5460; background-color: #abdde5; }
.list-group-item-info.list-group-item-action.active {color: #ffffff; background-color: #0c5460; border-color: #0c5460; }
.list-group-item-warning {color: #856404; background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, 
.list-group-item-warning.list-group-item-action:focus {color: #856404;background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active {color: #ffffff; background-color: #856404; border-color: #856404; }
.list-group-item-danger {color: #711837; background-color: #f5c5d5; }
.list-group-item-danger.list-group-item-action:hover, 
.list-group-item-danger.list-group-item-action:focus {color: #711837; background-color: #f1afc5; }
.list-group-item-danger.list-group-item-action.active {color: #ffffff; background-color: #711837; border-color: #711837; }
.list-group-item-light {color: #818182; background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, 
.list-group-item-light.list-group-item-action:focus {color: #818182; background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active {color: #ffffff; background-color: #818182; border-color: #818182; }
.list-group-item-dark {color: #0b0b0b; background-color: #bdbdbd; }
.list-group-item-dark.list-group-item-action:hover, 
.list-group-item-dark.list-group-item-action:focus {color: #0b0b0b; background-color: #b0b0b0; }
.list-group-item-dark.list-group-item-action.active {color: #ffffff; background-color: #0b0b0b; border-color: #0b0b0b; }

.close {float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: .5; }
.close:not(:disabled):not(.disabled) {cursor: pointer; }
.close:not(:disabled):not(.disabled):hover, 
.close:not(:disabled):not(.disabled):focus {color: #000000; text-decoration: none; opacity: .75; }
button.close {padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; }

.modal-open {overflow: hidden; }
.modal-open .modal {overflow-x: hidden; overflow-y: auto; }
.modal {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; }
.modal-dialog {position: relative; width: auto; margin: 0.5rem; pointer-events: none; }
.modal.fade .modal-dialog {transition: transform 0.3s ease-out;transform: translate(0, -25%); }
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {transition: none; } 
}
.modal.show .modal-dialog {transform: translate(0, 0); }
.modal-dialog-centered {display: flex; align-items: center; min-height: calc(100% - (0.5rem * 2)); }
.modal-dialog-centered::before {display: block; height: calc(100vh - (0.5rem * 2)); content: ""; }
.modal-content {position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #ffffff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; }
.modal-backdrop {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; }
.modal-backdrop.fade {opacity: 0; }
.modal-backdrop.show {opacity: 0.5; }
.modal-header {display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem; border-bottom: 1px solid rgba(233, 236, 239, 0.6); border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; }
.modal-header .close {padding: 1rem; margin: -1rem -1rem -1rem auto; }
.modal-title {margin-bottom: 0; line-height: 1.9; }
.modal-body {position: relative; flex: 1 1 auto; padding: 1rem; }
.modal-footer {display: flex; align-items: center; justify-content: flex-end; padding: 1rem; border-top: 1px solid rgba(233, 236, 239, 0.6); }
.modal-footer > :not(:first-child) {margin-left: .25rem; }
.modal-footer > :not(:last-child) {margin-right: .25rem; }
.modal-scrollbar-measure {position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }
@media (min-width: 576px) {
  .modal-dialog {max-width: 550px; margin: 1.75rem auto; }
  .modal-dialog-centered {min-height: calc(100% - (1.75rem * 2)); }
  .modal-dialog-centered::before {height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {max-width: 350px; } 
}
@media (min-width: 992px) {
  .modal-lg {max-width: 800px; } 
}

.tooltip {position: absolute; z-index: 1070; display: block; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.9; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal;word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.625rem; word-wrap: break-word; opacity: 0; }
.tooltip.show {opacity: 0.9; }
.tooltip .arrow {position: absolute; display: block; width: 0.8rem; height: 0.4rem; }
.tooltip .arrow::before {position: absolute; content: ""; border-color: transparent; border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {padding: 0.4rem 0; }
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {bottom: 0; }
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {padding: 0 0.4rem; }
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {left: 0; width: 0.4rem; height: 0.8rem; }
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {padding: 0.4rem 0; }
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {top: 0; }
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {padding: 0 0.4rem; }
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {right: 0; width: 0.4rem; height: 0.8rem; }
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000000; }

.tooltip-inner {max-width: 200px; padding: 0.25rem 0.5rem; color: #ffffff; text-align: center; background-color: #000000; border-radius: 0.25rem; }

.popover {position: absolute;top: 0; left: 0; z-index: 1060; display: block; max-width: 276px;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.9; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.625rem; word-wrap: break-word; background-color: #ffffff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; }
.popover .arrow {position: absolute; display: block; width: 1rem; height: 0.5rem; margin: 0 0.3rem; }
.popover .arrow::before, .popover .arrow::after {position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {margin-bottom: 0.5rem; }
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {bottom: calc((0.5rem + 1px) * -1); }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {border-width: 0.5rem 0.5rem 0; }
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {bottom: 0; border-top-color: rgba(0, 0, 0, 0.25); }
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {bottom: 1px; border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {margin-left: 0.5rem; }
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {left: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {border-width: 0.5rem 0.5rem 0.5rem 0; }
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {left: 0; border-right-color: rgba(0, 0, 0, 0.25); }
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {left: 1px; border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {margin-top: 0.5rem; }
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {top: calc((0.5rem + 1px) * -1); }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {border-width: 0 0.5rem 0.5rem 0.5rem; }
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {top: 0; border-bottom-color: rgba(0, 0, 0, 0.25); }
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {top: 1px; border-bottom-color: #ffffff; }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {margin-right: 0.5rem; }
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {right: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {border-width: 0.5rem 0 0.5rem 0.5rem; }
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {right: 0; border-left-color: rgba(0, 0, 0, 0.25); }
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {right: 1px; border-left-color: #ffffff; }

.popover-header {padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; color: #3a4048; background-color: #f7f7f7;border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); }
.popover-header:empty {display: none; }
.popover-body {padding: 0.5rem 0.75rem; color: #757575; }

.carousel {position: relative; }
.carousel-inner {position: relative; width: 100%; overflow: hidden; }
.carousel-item {position: relative; display: none; align-items: center; width: 100%; backface-visibility: hidden; perspective: 1000px; }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {display: block; transition: transform 0.6s ease; }
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {transition: none; } 
}
.carousel-item-next,
.carousel-item-prev {position: absolute; top: 0; }
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {transform: translateX(0); }
@supports (transform-style: preserve-3d) {
}
.carousel-item-next,
.active.carousel-item-right {transform: translateX(100%); }
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {transform: translate3d(0, 0, 0); } 
  .carousel-item-next,
  .active.carousel-item-right {transform: translate3d(100%, 0, 0); } 
}
.carousel-item-prev,
.active.carousel-item-left {transform: translateX(-100%); }
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {transform: translate3d(-100%, 0, 0); } 
}
.carousel-fade .carousel-item {opacity: 0; transition-duration: .6s; transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {transform: translateX(0); }
@supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {transform: translate3d(0, 0, 0); } 
}
.carousel-control-prev,
.carousel-control-next {position: absolute; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 15%; color: #ffffff; text-align: center; opacity: 0.5; }
.carousel-control-prev:hover, 
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {color: #ffffff; text-decoration: none; outline: 0; opacity: .9; }
.carousel-control-prev {left: 0; }
.carousel-control-next {right: 0; }
.carousel-control-prev-icon,
.carousel-control-next-icon {display: inline-block; width: 20px; height: 20px; background: transparent no-repeat center center; background-size: 100% 100%; }
.carousel-control-prev-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
.carousel-control-next-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
.carousel-indicators {position: absolute; right: 0; bottom: 10px; left: 0; z-index: 15; display: flex; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none; }
.carousel-indicators li {position: relative; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: rgba(255, 255, 255, 0.5); }
.carousel-indicators li::before {position: absolute; top: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: ""; }
.carousel-indicators li::after {position: absolute; bottom: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: ""; }
.carousel-indicators .active {background-color: #ffffff; }
.carousel-caption {position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #ffffff; text-align: center; }

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

.bg-primary {background-color: #00a8ff !important; }
.bg-secondary {background-color: #3a4048 !important; }
.bg-success {background-color: #26d847 !important; }
.bg-info {background-color: #17a2b8 !important; }
.bg-warning {background-color: #cd0015 !important; }
.bg-danger {background-color: #da2f69 !important; }
.bg-light {background-color: #f8f9fa !important; }
.bg-dark {background-color: #151515 !important; }
.bg-white {background-color: #ffffff !important; }
.bg-transparent {background-color: transparent !important; }
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {background-color: #0086cc !important; }
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {background-color: #23272c !important; }
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {background-color: #1ead39 !important; }
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {background-color: #117a8b !important; }
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {background-color: #d39e00 !important; }
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {background-color: #b62053 !important; }
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {background-color: #dae0e5 !important; }
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {background-color: black !important; }

.border {border: 1px solid #eff1f3 !important; }
.border-top {border-top: 1px solid #eff1f3 !important; }
.border-right {border-right: 1px solid #eff1f3 !important; }
.border-bottom {border-bottom: 1px solid #eff1f3 !important; }
.border-left {border-left: 1px solid #eff1f3 !important; }
.border-0 {border: 0 !important; }
.border-top-0 {border-top: 0 !important; }
.border-right-0 {border-right: 0 !important; }
.border-bottom-0 {border-bottom: 0 !important; }
.border-left-0 {border-left: 0 !important; }
.border-primary {border-color: #00a8ff !important; }
.border-secondary {border-color: #3a4048 !important; }
.border-success {border-color: #26d847 !important; }
.border-info {border-color: #17a2b8 !important; }
.border-warning {border-color: #cd0015 !important; }
.border-danger {border-color: #da2f69 !important; }
.border-light {border-color: #f8f9fa !important; }
.border-dark {border-color: #151515 !important; }
.border-white {border-color: #ffffff !important; }

.rounded {border-radius: 0.25rem !important; }
.rounded-top {border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; }
.rounded-right {border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; }
.rounded-bottom {border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }
.rounded-left {border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; }
.rounded-circle {border-radius: 50% !important; }
.rounded-0 {border-radius: 0 !important; }

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

.d-none {display: none !important; }
.d-inline {display: inline !important; }
.d-inline-block {display: inline-block !important; }
.d-block {display: block !important; }
.d-table {display: table !important; }
.d-table-row {display: table-row !important; }
.d-table-cell {display: table-cell !important; }
.d-flex {display: flex !important; }
.d-inline-flex {display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {display: none !important; }
  .d-sm-inline {display: inline !important; }
  .d-sm-inline-block {display: inline-block !important; }
  .d-sm-block {display: block !important; }
  .d-sm-table {display: table !important; }
  .d-sm-table-row {display: table-row !important; }
  .d-sm-table-cell {display: table-cell !important; }
  .d-sm-flex {display: flex !important; }
  .d-sm-inline-flex {display: inline-flex !important; } 
}
@media (min-width: 768px) {
  .d-md-none {display: none !important; }
  .d-md-inline {display: inline !important; }
  .d-md-inline-block {display: inline-block !important; }
  .d-md-block {display: block !important; }
  .d-md-table {display: table !important; }
  .d-md-table-row {display: table-row !important; }
  .d-md-table-cell {display: table-cell !important; }
  .d-md-flex {display: flex !important; }
  .d-md-inline-flex {display: inline-flex !important; } 
}
@media (min-width: 992px) {
  .d-lg-none {display: none !important; }
  .d-lg-inline {display: inline !important; }
  .d-lg-inline-block {display: inline-block !important; }
  .d-lg-block {display: block !important; }
  .d-lg-table {display: table !important; }
  .d-lg-table-row {display: table-row !important; }
  .d-lg-table-cell {display: table-cell !important; }
  .d-lg-flex {display: flex !important; }
  .d-lg-inline-flex {display: inline-flex !important; } 
}
@media (min-width: 1200px) {
  .d-xl-none {display: none !important; }
  .d-xl-inline {display: inline !important; }
  .d-xl-inline-block {display: inline-block !important; }
  .d-xl-block {display: block !important; }
  .d-xl-table {display: table !important; }
  .d-xl-table-row {display: table-row !important; }
  .d-xl-table-cell {display: table-cell !important; }
  .d-xl-flex {display: flex !important; }
  .d-xl-inline-flex {display: inline-flex !important; } 
}
@media print {
  .d-print-none {display: none !important; }
  .d-print-inline {display: inline !important; }
  .d-print-inline-block {display: inline-block !important; }
  .d-print-block {display: block !important; }
  .d-print-table {display: table !important; }
  .d-print-table-row {display: table-row !important; }
  .d-print-table-cell {display: table-cell !important; }
  .d-print-flex {display: flex !important; }
  .d-print-inline-flex {display: inline-flex !important; } 
}

.embed-responsive {position: relative; display: block; width: 100%; padding: 0; overflow: hidden; }
.embed-responsive::before {display: block; content: ""; }
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }
.embed-responsive-21by9::before {padding-top: 42.8571428571%; }
.embed-responsive-16by9::before {padding-top: 56.25%; }
.embed-responsive-4by3::before {padding-top: 75%; }
.embed-responsive-1by1::before {padding-top: 100%; }

.embed-youtube{margin:0 0 30px; width:100%}
.embed-youtube.youtube-2-col{height:300px;}
.embed-youtube.youtube-3-col{height:200px}

@media (max-width: 991.98px) {
  .embed-youtube.youtube-2-col,
  .embed-youtube.youtube-3-col{height:200px}
}
@media (max-width: 767.98px) {
  .embed-youtube.youtube-2-col,
  .embed-youtube.youtube-3-col{height:250px}
}
@media (max-width: 575.98px) {
  .embed-youtube.youtube-2-col,
  .embed-youtube.youtube-3-col{height:220px}
}

.flex-row {flex-direction: row !important; }
.flex-column {flex-direction: column !important; }
.flex-row-reverse {flex-direction: row-reverse !important; }
.flex-column-reverse {flex-direction: column-reverse !important; }
.flex-wrap {flex-wrap: wrap !important; }
.flex-nowrap {flex-wrap: nowrap !important; }
.flex-wrap-reverse {flex-wrap: wrap-reverse !important; }
.flex-fill {flex: 1 1 auto !important; }
.flex-grow-0 {flex-grow: 0 !important; }
.flex-grow-1 {flex-grow: 1 !important; }
.flex-shrink-0 {flex-shrink: 0 !important; }
.flex-shrink-1 {flex-shrink: 1 !important; }

.justify-content-start {justify-content: flex-start !important; }
.justify-content-end {justify-content: flex-end !important; }
.justify-content-center {justify-content: center !important; }
.justify-content-between {justify-content: space-between !important; }
.justify-content-around {justify-content: space-around !important; }

.align-items-start {align-items: flex-start !important; }
.align-items-end {align-items: flex-end !important; }
.align-items-center {align-items: center !important; }
.align-items-baseline {align-items: baseline !important; }
.align-items-stretch {align-items: stretch !important; }
.align-content-start {align-content: flex-start !important; }
.align-content-end {align-content: flex-end !important; }
.align-content-center {align-content: center !important; }
.align-content-between {align-content: space-between !important; }
.align-content-around {align-content: space-around !important; }
.align-content-stretch {align-content: stretch !important; }
.align-self-auto {align-self: auto !important; }
.align-self-start {align-self: flex-start !important; }
.align-self-end {align-self: flex-end !important; }
.align-self-center {align-self: center !important; }
.align-self-baseline {align-self: baseline !important; }
.align-self-stretch {align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {flex-direction: row !important; }
  .flex-sm-column {flex-direction: column !important; }
  .flex-sm-row-reverse {flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {flex-direction: column-reverse !important; }
  .flex-sm-wrap {flex-wrap: wrap !important; }
  .flex-sm-nowrap {flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {flex: 1 1 auto !important; }
  .flex-sm-grow-0 {flex-grow: 0 !important; }
  .flex-sm-grow-1 {flex-grow: 1 !important; }
  .flex-sm-shrink-0 {flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {flex-shrink: 1 !important; }
  .justify-content-sm-start {justify-content: flex-start !important; }
  .justify-content-sm-end {justify-content: flex-end !important; }
  .justify-content-sm-center {justify-content: center !important; }
  .justify-content-sm-between {justify-content: space-between !important; }
  .justify-content-sm-around {justify-content: space-around !important; }
  .align-items-sm-start {align-items: flex-start !important; }
  .align-items-sm-end {align-items: flex-end !important; }
  .align-items-sm-center {align-items: center !important; }
  .align-items-sm-baseline {align-items: baseline !important; }
  .align-items-sm-stretch {align-items: stretch !important; }
  .align-content-sm-start {align-content: flex-start !important; }
  .align-content-sm-end {align-content: flex-end !important; }
  .align-content-sm-center {align-content: center !important; }
  .align-content-sm-between {align-content: space-between !important; }
  .align-content-sm-around {align-content: space-around !important; }
  .align-content-sm-stretch {align-content: stretch !important; }
  .align-self-sm-auto {align-self: auto !important; }
  .align-self-sm-start {align-self: flex-start !important; }
  .align-self-sm-end {align-self: flex-end !important; }
  .align-self-sm-center {align-self: center !important; }
  .align-self-sm-baseline {align-self: baseline !important; }
  .align-self-sm-stretch {align-self: stretch !important; } 
}
@media (min-width: 768px) {
  .flex-md-row {flex-direction: row !important; }
  .flex-md-column {flex-direction: column !important; }
  .flex-md-row-reverse {flex-direction: row-reverse !important; }
  .flex-md-column-reverse {flex-direction: column-reverse !important; }
  .flex-md-wrap {flex-wrap: wrap !important; }
  .flex-md-nowrap {flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {flex-wrap: wrap-reverse !important; }
  .flex-md-fill {flex: 1 1 auto !important; }
  .flex-md-grow-0 {flex-grow: 0 !important; }
  .flex-md-grow-1 {flex-grow: 1 !important; }
  .flex-md-shrink-0 {flex-shrink: 0 !important; }
  .flex-md-shrink-1 {flex-shrink: 1 !important; }
  .justify-content-md-start {justify-content: flex-start !important; }
  .justify-content-md-end {justify-content: flex-end !important; }
  .justify-content-md-center {justify-content: center !important; }
  .justify-content-md-between {justify-content: space-between !important; }
  .justify-content-md-around {justify-content: space-around !important; }
  .align-items-md-start {align-items: flex-start !important; }
  .align-items-md-end {align-items: flex-end !important; }
  .align-items-md-center {align-items: center !important; }
  .align-items-md-baseline {align-items: baseline !important; }
  .align-items-md-stretch {align-items: stretch !important; }
  .align-content-md-start {align-content: flex-start !important; }
  .align-content-md-end {align-content: flex-end !important; }
  .align-content-md-center {align-content: center !important; }
  .align-content-md-between {align-content: space-between !important; }
  .align-content-md-around {align-content: space-around !important; }
  .align-content-md-stretch {align-content: stretch !important; }
  .align-self-md-auto {align-self: auto !important; }
  .align-self-md-start {align-self: flex-start !important; }
  .align-self-md-end {align-self: flex-end !important; }
  .align-self-md-center {align-self: center !important; }
  .align-self-md-baseline {align-self: baseline !important; }
  .align-self-md-stretch {align-self: stretch !important; } 
}
@media (min-width: 992px) {
  .flex-lg-row {flex-direction: row !important; }
  .flex-lg-column {flex-direction: column !important; }
  .flex-lg-row-reverse {flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {flex-direction: column-reverse !important; }
  .flex-lg-wrap {flex-wrap: wrap !important; }
  .flex-lg-nowrap {flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {flex: 1 1 auto !important; }
  .flex-lg-grow-0 {flex-grow: 0 !important; }
  .flex-lg-grow-1 {flex-grow: 1 !important; }
  .flex-lg-shrink-0 {flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {flex-shrink: 1 !important; }
  .justify-content-lg-start {justify-content: flex-start !important; }
  .justify-content-lg-end {justify-content: flex-end !important; }
  .justify-content-lg-center {justify-content: center !important; }
  .justify-content-lg-between {justify-content: space-between !important; }
  .justify-content-lg-around {justify-content: space-around !important; }
  .align-items-lg-start {align-items: flex-start !important; }
  .align-items-lg-end {align-items: flex-end !important; }
  .align-items-lg-center {align-items: center !important; }
  .align-items-lg-baseline {align-items: baseline !important; }
  .align-items-lg-stretch {align-items: stretch !important; }
  .align-content-lg-start {align-content: flex-start !important; }
  .align-content-lg-end {align-content: flex-end !important; }
  .align-content-lg-center {align-content: center !important; }
  .align-content-lg-between {align-content: space-between !important; }
  .align-content-lg-around {align-content: space-around !important; }
  .align-content-lg-stretch {align-content: stretch !important; }
  .align-self-lg-auto {align-self: auto !important; }
  .align-self-lg-start {align-self: flex-start !important; }
  .align-self-lg-end {align-self: flex-end !important; }
  .align-self-lg-center {align-self: center !important; }
  .align-self-lg-baseline {align-self: baseline !important; }
  .align-self-lg-stretch {align-self: stretch !important; } 
}
@media (min-width: 1200px) {
  .flex-xl-row {flex-direction: row !important; }
  .flex-xl-column {flex-direction: column !important; }
  .flex-xl-row-reverse {flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {flex-direction: column-reverse !important; }
  .flex-xl-wrap {flex-wrap: wrap !important; }
  .flex-xl-nowrap {flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {flex: 1 1 auto !important; }
  .flex-xl-grow-0 {flex-grow: 0 !important; }
  .flex-xl-grow-1 {flex-grow: 1 !important; }
  .flex-xl-shrink-0 {flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {flex-shrink: 1 !important; }
  .justify-content-xl-start {justify-content: flex-start !important; }
  .justify-content-xl-end {justify-content: flex-end !important; }
  .justify-content-xl-center {justify-content: center !important; }
  .justify-content-xl-between {justify-content: space-between !important; }
  .justify-content-xl-around {justify-content: space-around !important; }
  .align-items-xl-start {align-items: flex-start !important; }
  .align-items-xl-end {align-items: flex-end !important; }
  .align-items-xl-center {align-items: center !important; }
  .align-items-xl-baseline {align-items: baseline !important; }
  .align-items-xl-stretch {align-items: stretch !important; }
  .align-content-xl-start {align-content: flex-start !important; }
  .align-content-xl-end {align-content: flex-end !important; }
  .align-content-xl-center {align-content: center !important; }
  .align-content-xl-between {align-content: space-between !important; }
  .align-content-xl-around {align-content: space-around !important; }
  .align-content-xl-stretch {align-content: stretch !important; }
  .align-self-xl-auto {align-self: auto !important; }
  .align-self-xl-start {align-self: flex-start !important; }
  .align-self-xl-end {align-self: flex-end !important; }
  .align-self-xl-center {align-self: center !important; }
  .align-self-xl-baseline {align-self: baseline !important; }
  .align-self-xl-stretch {align-self: stretch !important; } 
}

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

@media (min-width: 576px) {
  .float-sm-left {float: left !important; }
  .float-sm-right {float: right !important; }
  .float-sm-none {float: none !important; } 
}
@media (min-width: 768px) {
  .float-md-left {float: left !important; }
  .float-md-right {float: right !important; }
  .float-md-none {float: none !important; } 
}
@media (min-width: 992px) {
  .float-lg-left {float: left !important; }
  .float-lg-right {float: right !important; }
  .float-lg-none {float: none !important; } 
}
@media (min-width: 1200px) {
  .float-xl-left {float: left !important; }
  .float-xl-right {float: right !important; }
  .float-xl-none {float: none !important; } 
}

.position-static {position: static !important; }
.position-relative {position: relative !important; }
.position-absolute {position: absolute !important; }
.position-fixed {position: fixed !important; }
.position-sticky {position: sticky !important; }

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

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

.sr-only {position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }

.shadow-sm {box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {box-shadow: none !important; }


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

.w-5 {width: 5% !important; }
.w-10 {width: 10% !important; }
.w-15 {width: 15% !important; }
.w-25 {width: 25% !important; }
.w-50 {width: 50% !important; }
.w-75 {width: 75% !important; }

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

.h-5 {height: 5% !important; }
.h-10 {height: 10% !important; }
.h-15 {height: 15% !important; }
.h-25 {height: 25% !important; }
.h-50 {height: 50% !important; }
.h-75 {height: 75% !important; }
.h-100 {height: 100% !important; }

.mw-100 {max-width: 100% !important; }
.mh-100 {max-height: 100% !important; }
.m-0 {margin: 0 !important; }
.mt-0, .my-0 {margin-top: 0 !important; }
.mr-0, .mx-0 {margin-right: 0 !important; }
.mb-0, .my-0 {margin-bottom: 0 !important; }
.ml-0, .mx-0 {margin-left: 0 !important; }
.m-1 {margin: 0.25rem !important; }
.mt-1, .my-1 {margin-top: 0.25rem !important; }
.mr-1, .mx-1 {margin-right: 0.25rem !important; }
.mb-1, .my-1 {margin-bottom: 0.25rem !important; }
.ml-1, .mx-1 {margin-left: 0.25rem !important; }
.m-2 {margin: 0.5rem !important; }
.mt-2, .my-2 {margin-top: 0.5rem !important; }
.mr-2, .mx-2 {margin-right: 0.5rem !important; }
.mb-2, .my-2 {margin-bottom: 0.5rem !important; }
.ml-2, .mx-2 {margin-left: 0.5rem !important; }
.m-3 {margin: 0.75rem !important; }
.mt-3, .my-3 {margin-top: 0.75rem !important; }
.mr-3, .mx-3 {margin-right: 0.75rem !important; }
.mb-3, .my-3 {margin-bottom: 0.75rem !important; }
.ml-3, .mx-3 {margin-left: 0.75rem !important; }
.m-4 {margin: 1rem !important; }
.mt-4, .my-4 {margin-top: 1rem !important; }
.mr-4, .mx-4 {margin-right: 1rem !important; }
.mb-4, .my-4 {margin-bottom: 1rem !important; }
.ml-4, .mx-4 {margin-left: 1rem !important; }
.m-5 {margin: 1.25rem !important; }
.mt-5, .my-5 {margin-top: 1.25rem !important; }
.mr-5, .mx-5 {margin-right: 1.25rem !important; }
.mb-5, .my-5 {margin-bottom: 1.25rem !important; }
.ml-5, .mx-5 {margin-left: 1.25rem !important; }
.m-6 {margin: 1.5rem !important; }
.mt-6, .my-6 {margin-top: 1.5rem !important; }
.mr-6, .mx-6 {margin-right: 1.5rem !important; }
.mb-6, .my-6 {margin-bottom: 1.5rem !important; }
.ml-6, .mx-6 {margin-left: 1.5rem !important; }
.m-7 {margin: 2rem !important; }
.mt-7, .my-7 {margin-top: 2rem !important; }
.mr-7, .mx-7 {margin-right: 2rem !important; }
.mb-7, .my-7 {margin-bottom: 2rem !important; }
.ml-7, .mx-7 {margin-left: 2rem !important; }
.m-8 {margin: 3rem !important; }
.mt-8, .my-8 {margin-top: 3rem !important; }
.mr-8, .mx-8 {margin-right: 3rem !important; }
.mb-8, .my-8 {margin-bottom: 3rem !important; }
.ml-8, .mx-8 {margin-left: 3rem !important; }
.m-9 {margin: 5rem !important; }
.mt-9, .my-9 {margin-top: 5rem !important; }
.mr-9, .mx-9 {margin-right: 5rem !important; }
.mb-9, .my-9 {margin-bottom: 5rem !important; }
.ml-9, .mx-9 {margin-left: 5rem !important; }
.m-10 {margin: 7rem !important; }
.mt-10, .my-10 {margin-top: 7rem !important; }
.mr-10, .mx-10 {margin-right: 7rem !important; }
.mb-10, .my-10 {margin-bottom: 7rem !important; }
.ml-10, .mx-10 {margin-left: 7rem !important; }
.m-11 {margin: 9rem !important; }
.mt-11, .my-11 {margin-top: 9rem !important; }
.mr-11, .mx-11 {margin-right: 9rem !important; }
.mb-11, .my-11 {margin-bottom: 9rem !important; }
.ml-11, .mx-11 {margin-left: 9rem !important; }
.m-12 {margin: 11rem !important; }
.mt-12, .my-12 {margin-top: 11rem !important; }
.mr-12, .mx-12 {margin-right: 11rem !important; }
.mb-12, .my-12 {margin-bottom: 11rem !important; }
.ml-12, .mx-12 {margin-left: 11rem !important; }
.m-13 {margin: 13rem !important; }
.mt-13, .my-13 {margin-top: 13rem !important; }
.mr-13, .mx-13 {margin-right: 13rem !important; }
.mb-13, .my-13 {margin-bottom: 13rem !important; }
.ml-13, .mx-13 {margin-left: 13rem !important; }
.p-0 {padding: 0 !important; }
.pt-0, .py-0 {padding-top: 0 !important; }
.pr-0, .px-0 {padding-right: 0 !important; }
.pb-0, .py-0 {padding-bottom: 0 !important; }
.pl-0, .px-0 {padding-left: 0 !important; }
.p-1 {padding: 0.25rem !important; }
.pt-1, .py-1 {padding-top: 0.25rem !important; }
.pr-1, .px-1 {padding-right: 0.25rem !important; }
.pb-1, .py-1 {padding-bottom: 0.25rem !important; }
.pl-1, .px-1 {padding-left: 0.25rem !important; }
.p-2 {padding: 0.5rem !important; }
.pt-2, .py-2 {padding-top: 0.5rem !important; }
.pr-2, .px-2 {padding-right: 0.5rem !important; }
.pb-2, .py-2 {padding-bottom: 0.5rem !important; }
.pl-2, .px-2 {padding-left: 0.5rem !important; }
.p-3 {padding: 0.75rem !important; }
.pt-3, .py-3 {padding-top: 0.75rem !important; }
.pr-3, .px-3 {padding-right: 0.75rem !important; }
.pb-3, .py-3 {padding-bottom: 0.75rem !important; }
.pl-3, .px-3 {padding-left: 0.75rem !important; }
.p-4 {padding: 1rem !important; }
.pt-4, .py-4 {padding-top: 1rem !important; }
.pr-4, .px-4 {padding-right: 1rem !important; }
.pb-4, .py-4 {padding-bottom: 1rem !important; }
.pl-4, .px-4 {padding-left: 1rem !important; }
.p-5 {padding: 1.25rem !important; }
.pt-5, .py-5 {padding-top: 1.25rem !important; }
.pr-5, .px-5 {padding-right: 1.25rem !important; }
.pb-5, .py-5 {padding-bottom: 1.25rem !important; }
.pl-5, .px-5 {padding-left: 1.25rem !important; }
.p-6 {padding: 1.5rem !important; }
.pt-6, .py-6 {padding-top: 1.5rem !important; }
.pr-6, .px-6 {padding-right: 1.5rem !important; }
.pb-6, .py-6 {padding-bottom: 1.5rem !important; }
.pl-6, .px-6 {padding-left: 1.5rem !important; }
.p-7 {padding: 2rem !important; }
.pt-7, .py-7 {padding-top: 2rem !important; }
.pr-7, .px-7 {padding-right: 2rem !important; }
.pb-7, .py-7 {padding-bottom: 2rem !important; }
.pl-7, .px-7 {padding-left: 2rem !important; }
.p-8 {padding: 3rem !important; }
.pt-8, .py-8 {padding-top: 3rem !important; }
.pr-8, .px-8 {padding-right: 3rem !important; }
.pb-8, .py-8 {padding-bottom: 3rem !important; }
.pl-8, .px-8 {padding-left: 3rem !important; }
.p-9 {padding: 5rem !important; }
.pt-9, .py-9 {padding-top: 5rem !important; }
.pr-9, .px-9 {padding-right: 5rem !important; }
.pb-9, .py-9 {padding-bottom: 5rem !important; }
.pl-9, .px-9 {padding-left: 5rem !important; }
.p-10 {padding: 7rem !important; }
.pt-10, .py-10 {padding-top: 7rem !important; }
.pr-10, .px-10 {padding-right: 7rem !important; }
.pb-10, .py-10 {padding-bottom: 7rem !important; }
.pl-10, .px-10 {padding-left: 7rem !important; }
.p-11 {padding: 9rem !important; }
.pt-11, .py-11 {padding-top: 9rem !important; }
.pr-11, .px-11 {padding-right: 9rem !important; }
.pb-11, .py-11 {padding-bottom: 9rem !important; }
.pl-11, .px-11 {padding-left: 9rem !important; }
.p-12 {padding: 11rem !important; }
.pt-12, .py-12 {padding-top: 11rem !important; }
.pr-12, .px-12 {padding-right: 11rem !important; }
.pb-12, .py-12 {padding-bottom: 11rem !important; }
.pl-12, .px-12 {padding-left: 11rem !important; }
.p-13 {padding: 13rem !important; }
.pt-13, .py-13 {padding-top: 13rem !important; }
.pr-13, .px-13 {padding-right: 13rem !important; }
.pb-13, .py-13 {padding-bottom: 13rem !important; }
.pl-13, .px-13 {padding-left: 13rem !important; }
.m-auto {margin: auto !important; }
.mt-auto, .my-auto {margin-top: auto !important; }
.mr-auto, .mx-auto {margin-right: auto !important; }
.mb-auto, .my-auto {margin-bottom: auto !important; }
.ml-auto, .mx-auto {margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {margin: 0 !important; }
  .mt-sm-0, .my-sm-0 {margin-top: 0 !important; }
  .mr-sm-0, .mx-sm-0 {margin-right: 0 !important; }
  .mb-sm-0, .my-sm-0 {margin-bottom: 0 !important; }
  .ml-sm-0, .mx-sm-0 {margin-left: 0 !important; }
  .m-sm-1 {margin: 0.25rem !important; }
  .mt-sm-1, .my-sm-1 {margin-top: 0.25rem !important; }
  .mr-sm-1, .mx-sm-1 {margin-right: 0.25rem !important; }
  .mb-sm-1, .my-sm-1 {margin-bottom: 0.25rem !important; }
  .ml-sm-1, .mx-sm-1 {margin-left: 0.25rem !important; }
  .m-sm-2 {margin: 0.5rem !important; }
  .mt-sm-2, .my-sm-2 {margin-top: 0.5rem !important; }
  .mr-sm-2, .mx-sm-2 {margin-right: 0.5rem !important; }
  .mb-sm-2, .my-sm-2 {margin-bottom: 0.5rem !important; }
  .ml-sm-2, .mx-sm-2 {margin-left: 0.5rem !important; }
  .m-sm-3 {margin: 0.75rem !important; }
  .mt-sm-3, .my-sm-3 {margin-top: 0.75rem !important; }
  .mr-sm-3, .mx-sm-3 {margin-right: 0.75rem !important; }
  .mb-sm-3, .my-sm-3 {margin-bottom: 0.75rem !important; }
  .ml-sm-3, .mx-sm-3 {margin-left: 0.75rem !important; }
  .m-sm-4 {margin: 1rem !important; }
  .mt-sm-4, .my-sm-4 {margin-top: 1rem !important; }
  .mr-sm-4, .mx-sm-4 {margin-right: 1rem !important; }
  .mb-sm-4, .my-sm-4 {margin-bottom: 1rem !important; }
  .ml-sm-4, .mx-sm-4 {margin-left: 1rem !important; }
  .m-sm-5 {margin: 1.25rem !important; }
  .mt-sm-5, .my-sm-5 {margin-top: 1.25rem !important; }
  .mr-sm-5, .mx-sm-5 {margin-right: 1.25rem !important; }
  .mb-sm-5, .my-sm-5 {margin-bottom: 1.25rem !important; }
  .ml-sm-5, .mx-sm-5 {margin-left: 1.25rem !important; }
  .m-sm-6 {margin: 1.5rem !important; }
  .mt-sm-6, .my-sm-6 {margin-top: 1.5rem !important; }
  .mr-sm-6, .mx-sm-6 {margin-right: 1.5rem !important; }
  .mb-sm-6, .my-sm-6 {margin-bottom: 1.5rem !important; }
  .ml-sm-6, .mx-sm-6 {margin-left: 1.5rem !important; }
  .m-sm-7 {margin: 2rem !important; }
  .mt-sm-7, .my-sm-7 {margin-top: 2rem !important; }
  .mr-sm-7, .mx-sm-7 {margin-right: 2rem !important; }
  .mb-sm-7, .my-sm-7 {margin-bottom: 2rem !important; }
  .ml-sm-7, .mx-sm-7 {margin-left: 2rem !important; }
  .m-sm-8 {margin: 3rem !important; }
  .mt-sm-8, .my-sm-8 {margin-top: 3rem !important; }
  .mr-sm-8, .mx-sm-8 {margin-right: 3rem !important; }
  .mb-sm-8, .my-sm-8 {margin-bottom: 3rem !important; }
  .ml-sm-8, .mx-sm-8 {margin-left: 3rem !important; }
  .m-sm-9 {margin: 5rem !important; }
  .mt-sm-9, .my-sm-9 {margin-top: 5rem !important; }
  .mr-sm-9, .mx-sm-9 {margin-right: 5rem !important; }
  .mb-sm-9, .my-sm-9 {margin-bottom: 5rem !important; }
  .ml-sm-9, .mx-sm-9 {margin-left: 5rem !important; }
  .m-sm-10 {margin: 7rem !important; }
  .mt-sm-10, .my-sm-10 {margin-top: 7rem !important; }
  .mr-sm-10, .mx-sm-10 {margin-right: 7rem !important; }
  .mb-sm-10, .my-sm-10 {margin-bottom: 7rem !important; }
  .ml-sm-10, .mx-sm-10 {margin-left: 7rem !important; }
  .m-sm-11 {margin: 9rem !important; }
  .mt-sm-11, .my-sm-11 {margin-top: 9rem !important; }
  .mr-sm-11, .mx-sm-11 {margin-right: 9rem !important; }
  .mb-sm-11, .my-sm-11 {margin-bottom: 9rem !important; }
  .ml-sm-11, .mx-sm-11 {margin-left: 9rem !important; }
  .m-sm-12 {margin: 11rem !important; }
  .mt-sm-12, .my-sm-12 {margin-top: 11rem !important; }
  .mr-sm-12, .mx-sm-12 {margin-right: 11rem !important; }
  .mb-sm-12, .my-sm-12 {margin-bottom: 11rem !important; }
  .ml-sm-12, .mx-sm-12 {margin-left: 11rem !important; }
  .m-sm-13 {margin: 13rem !important; }
  .mt-sm-13, .my-sm-13 {margin-top: 13rem !important; }
  .mr-sm-13, .mx-sm-13 {margin-right: 13rem !important; }
  .mb-sm-13, .my-sm-13 {margin-bottom: 13rem !important; }
  .ml-sm-13, .mx-sm-13 {margin-left: 13rem !important; }
  .p-sm-0 {padding: 0 !important; }
  .pt-sm-0, .py-sm-0 {padding-top: 0 !important; }
  .pr-sm-0, .px-sm-0 {padding-right: 0 !important; }
  .pb-sm-0, .py-sm-0 {padding-bottom: 0 !important; }
  .pl-sm-0, .px-sm-0 {padding-left: 0 !important; }
  .p-sm-1 {padding: 0.25rem !important; }
  .pt-sm-1, .py-sm-1 {padding-top: 0.25rem !important; }
  .pr-sm-1, .px-sm-1 {padding-right: 0.25rem !important; }
  .pb-sm-1, .py-sm-1 {padding-bottom: 0.25rem !important; }
  .pl-sm-1, .px-sm-1 {padding-left: 0.25rem !important; }
  .p-sm-2 {padding: 0.5rem !important; }
  .pt-sm-2, .py-sm-2 {padding-top: 0.5rem !important; }
  .pr-sm-2, .px-sm-2 {padding-right: 0.5rem !important; }
  .pb-sm-2, .py-sm-2 {padding-bottom: 0.5rem !important; }
  .pl-sm-2, .px-sm-2 {padding-left: 0.5rem !important; }
  .p-sm-3 {padding: 0.75rem !important; }
  .pt-sm-3, .py-sm-3 {padding-top: 0.75rem !important; }
  .pr-sm-3, .px-sm-3 {padding-right: 0.75rem !important; }
  .pb-sm-3, .py-sm-3 {padding-bottom: 0.75rem !important; }
  .pl-sm-3, .px-sm-3 {padding-left: 0.75rem !important; }
  .p-sm-4 {padding: 1rem !important; }
  .pt-sm-4, .py-sm-4 {padding-top: 1rem !important; }
  .pr-sm-4, .px-sm-4 {padding-right: 1rem !important; }
  .pb-sm-4, .py-sm-4 {padding-bottom: 1rem !important; }
  .pl-sm-4, .px-sm-4 {padding-left: 1rem !important; }
  .p-sm-5 {padding: 1.25rem !important; }
  .pt-sm-5, .py-sm-5 {padding-top: 1.25rem !important; }
  .pr-sm-5, .px-sm-5 {padding-right: 1.25rem !important; }
  .pb-sm-5, .py-sm-5 {padding-bottom: 1.25rem !important; }
  .pl-sm-5, .px-sm-5 {padding-left: 1.25rem !important; }
  .p-sm-6 {padding: 1.5rem !important; }
  .pt-sm-6, .py-sm-6 {padding-top: 1.5rem !important; }
  .pr-sm-6, .px-sm-6 {padding-right: 1.5rem !important; }
  .pb-sm-6, .py-sm-6 {padding-bottom: 1.5rem !important; }
  .pl-sm-6, .px-sm-6 {padding-left: 1.5rem !important; }
  .p-sm-7 {padding: 2rem !important; }
  .pt-sm-7, .py-sm-7 {padding-top: 2rem !important; }
  .pr-sm-7, .px-sm-7 {padding-right: 2rem !important; }
  .pb-sm-7, .py-sm-7 {padding-bottom: 2rem !important; }
  .pl-sm-7, .px-sm-7 {padding-left: 2rem !important; }
  .p-sm-8 {padding: 3rem !important; }
  .pt-sm-8, .py-sm-8 {padding-top: 3rem !important; }
  .pr-sm-8, .px-sm-8 {padding-right: 3rem !important; }
  .pb-sm-8, .py-sm-8 {padding-bottom: 3rem !important; }
  .pl-sm-8, .px-sm-8 {padding-left: 3rem !important; }
  .p-sm-9 {padding: 5rem !important; }
  .pt-sm-9, .py-sm-9 {padding-top: 5rem !important; }
  .pr-sm-9, .px-sm-9 {padding-right: 5rem !important; }
  .pb-sm-9, .py-sm-9 {padding-bottom: 5rem !important; }
  .pl-sm-9, .px-sm-9 {padding-left: 5rem !important; }
  .p-sm-10 {padding: 7rem !important; }
  .pt-sm-10, .py-sm-10 {padding-top: 7rem !important; }
  .pr-sm-10, .px-sm-10 {padding-right: 7rem !important; }
  .pb-sm-10, .py-sm-10 {padding-bottom: 7rem !important; }
  .pl-sm-10, .px-sm-10 {padding-left: 7rem !important; }
  .p-sm-11 {padding: 9rem !important; }
  .pt-sm-11, .py-sm-11 {padding-top: 9rem !important; }
  .pr-sm-11, .px-sm-11 {padding-right: 9rem !important; }
  .pb-sm-11, .py-sm-11 {padding-bottom: 9rem !important; }
  .pl-sm-11, .px-sm-11 {padding-left: 9rem !important; }
  .p-sm-12 {padding: 11rem !important; }
  .pt-sm-12, .py-sm-12 {padding-top: 11rem !important; }
  .pr-sm-12, .px-sm-12 {padding-right: 11rem !important; }
  .pb-sm-12, .py-sm-12 {padding-bottom: 11rem !important; }
  .pl-sm-12, .px-sm-12 {padding-left: 11rem !important; }
  .p-sm-13 {padding: 13rem !important; }
  .pt-sm-13, .py-sm-13 {padding-top: 13rem !important; }
  .pr-sm-13, .px-sm-13 {padding-right: 13rem !important; }
  .pb-sm-13, .py-sm-13 {padding-bottom: 13rem !important; }
  .pl-sm-13, .px-sm-13 {padding-left: 13rem !important; }
  .m-sm-auto {margin: auto !important; }
  .mt-sm-auto, .my-sm-auto {margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto {margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto {margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto {margin-left: auto !important; } 
}
@media (min-width: 768px) {
  .m-md-0 {margin: 0 !important; }
  .mt-md-0, .my-md-0 {margin-top: 0 !important; }
  .mr-md-0, .mx-md-0 {margin-right: 0 !important; }
  .mb-md-0, .my-md-0 {margin-bottom: 0 !important; }
  .ml-md-0, .mx-md-0 {margin-left: 0 !important; }
  .m-md-1 {margin: 0.25rem !important; }
  .mt-md-1, .my-md-1 {margin-top: 0.25rem !important; }
  .mr-md-1, .mx-md-1 {margin-right: 0.25rem !important; }
  .mb-md-1, .my-md-1 {margin-bottom: 0.25rem !important; }
  .ml-md-1, .mx-md-1 {margin-left: 0.25rem !important; }
  .m-md-2 {margin: 0.5rem !important; }
  .mt-md-2, .my-md-2 {margin-top: 0.5rem !important; }
  .mr-md-2, .mx-md-2 {margin-right: 0.5rem !important; }
  .mb-md-2, .my-md-2 {margin-bottom: 0.5rem !important; }
  .ml-md-2, .mx-md-2 {margin-left: 0.5rem !important; }
  .m-md-3 {margin: 0.75rem !important; }
  .mt-md-3, .my-md-3 {margin-top: 0.75rem !important; }
  .mr-md-3, .mx-md-3 {margin-right: 0.75rem !important; }
  .mb-md-3, .my-md-3 {margin-bottom: 0.75rem !important; }
  .ml-md-3, .mx-md-3 {margin-left: 0.75rem !important; }
  .m-md-4 {margin: 1rem !important; }
  .mt-md-4, .my-md-4 {margin-top: 1rem !important; }
  .mr-md-4, .mx-md-4 {margin-right: 1rem !important; }
  .mb-md-4, .my-md-4 {margin-bottom: 1rem !important; }
  .ml-md-4, .mx-md-4 {margin-left: 1rem !important; }
  .m-md-5 {margin: 1.25rem !important; }
  .mt-md-5, .my-md-5 {margin-top: 1.25rem !important; }
  .mr-md-5, .mx-md-5 {margin-right: 1.25rem !important; }
  .mb-md-5, .my-md-5 {margin-bottom: 1.25rem !important; }
  .ml-md-5, .mx-md-5 {margin-left: 1.25rem !important; }
  .m-md-6 {margin: 1.5rem !important; }
  .mt-md-6, .my-md-6 {margin-top: 1.5rem !important; }
  .mr-md-6, .mx-md-6 {margin-right: 1.5rem !important; }
  .mb-md-6, .my-md-6 {margin-bottom: 1.5rem !important; }
  .ml-md-6, .mx-md-6 {margin-left: 1.5rem !important; }
  .m-md-7 {margin: 2rem !important; }
  .mt-md-7, .my-md-7 {margin-top: 2rem !important; }
  .mr-md-7, .mx-md-7 {margin-right: 2rem !important; }
  .mb-md-7, .my-md-7 {margin-bottom: 2rem !important; }
  .ml-md-7, .mx-md-7 {margin-left: 2rem !important; }
  .m-md-8 {margin: 3rem !important; }
  .mt-md-8, .my-md-8 {margin-top: 3rem !important; }
  .mr-md-8, .mx-md-8 {margin-right: 3rem !important; }
  .mb-md-8, .my-md-8 {margin-bottom: 3rem !important; }
  .ml-md-8, .mx-md-8 {margin-left: 3rem !important; }
  .m-md-9 {margin: 5rem !important; }
  .mt-md-9, .my-md-9 {margin-top: 5rem !important; }
  .mr-md-9, .mx-md-9 {margin-right: 5rem !important; }
  .mb-md-9, .my-md-9 {margin-bottom: 5rem !important; }
  .ml-md-9, .mx-md-9 {margin-left: 5rem !important; }
  .m-md-10 {margin: 7rem !important; }
  .mt-md-10, .my-md-10 {margin-top: 7rem !important; }
  .mr-md-10, .mx-md-10 {margin-right: 7rem !important; }
  .mb-md-10, .my-md-10 {margin-bottom: 7rem !important; }
  .ml-md-10, .mx-md-10 {margin-left: 7rem !important; }
  .m-md-11 {margin: 9rem !important; }
  .mt-md-11, .my-md-11 {margin-top: 9rem !important; }
  .mr-md-11, .mx-md-11 {margin-right: 9rem !important; }
  .mb-md-11, .my-md-11 {margin-bottom: 9rem !important; }
  .ml-md-11, .mx-md-11 {margin-left: 9rem !important; }
  .m-md-12 {margin: 11rem !important; }
  .mt-md-12, .my-md-12 {margin-top: 11rem !important; }
  .mr-md-12, .mx-md-12 {margin-right: 11rem !important; }
  .mb-md-12, .my-md-12 {margin-bottom: 11rem !important; }
  .ml-md-12, .mx-md-12 {margin-left: 11rem !important; }
  .m-md-13 {margin: 13rem !important; }
  .mt-md-13, .my-md-13 {margin-top: 13rem !important; }
  .mr-md-13, .mx-md-13 {margin-right: 13rem !important; }
  .mb-md-13, .my-md-13 {margin-bottom: 13rem !important; }
  .ml-md-13, .mx-md-13 {margin-left: 13rem !important; }
  .p-md-0 {padding: 0 !important; }
  .pt-md-0, .py-md-0 {padding-top: 0 !important; }
  .pr-md-0, .px-md-0 {padding-right: 0 !important; }
  .pb-md-0, .py-md-0 {padding-bottom: 0 !important; }
  .pl-md-0, .px-md-0 {padding-left: 0 !important; }
  .p-md-1 {padding: 0.25rem !important; }
  .pt-md-1, .py-md-1 {padding-top: 0.25rem !important; }
  .pr-md-1, .px-md-1 {padding-right: 0.25rem !important; }
  .pb-md-1, .py-md-1 {padding-bottom: 0.25rem !important; }
  .pl-md-1, .px-md-1 {padding-left: 0.25rem !important; }
  .p-md-2 {padding: 0.5rem !important; }
  .pt-md-2, .py-md-2 {padding-top: 0.5rem !important; }
  .pr-md-2, .px-md-2 {padding-right: 0.5rem !important; }
  .pb-md-2, .py-md-2 {padding-bottom: 0.5rem !important; }
  .pl-md-2, .px-md-2 {padding-left: 0.5rem !important; }
  .p-md-3 {padding: 0.75rem !important; }
  .pt-md-3, .py-md-3 {padding-top: 0.75rem !important; }
  .pr-md-3, .px-md-3 {padding-right: 0.75rem !important; }
  .pb-md-3, .py-md-3 {padding-bottom: 0.75rem !important; }
  .pl-md-3, .px-md-3 {padding-left: 0.75rem !important; }
  .p-md-4 {padding: 1rem !important; }
  .pt-md-4, .py-md-4 {padding-top: 1rem !important; }
  .pr-md-4, .px-md-4 {padding-right: 1rem !important; }
  .pb-md-4, .py-md-4 {padding-bottom: 1rem !important; }
  .pl-md-4, .px-md-4 {padding-left: 1rem !important; }
  .p-md-5 {padding: 1.25rem !important; }
  .pt-md-5, .py-md-5 {padding-top: 1.25rem !important; }
  .pr-md-5, .px-md-5 {padding-right: 1.25rem !important; }
  .pb-md-5, .py-md-5 {padding-bottom: 1.25rem !important; }
  .pl-md-5, .px-md-5 {padding-left: 1.25rem !important; }
  .p-md-6 {padding: 1.5rem !important; }
  .pt-md-6, .py-md-6 {padding-top: 1.5rem !important; }
  .pr-md-6, .px-md-6 {padding-right: 1.5rem !important; }
  .pb-md-6, .py-md-6 {padding-bottom: 1.5rem !important; }
  .pl-md-6, .px-md-6 {padding-left: 1.5rem !important; }
  .p-md-7 {padding: 2rem !important; }
  .pt-md-7, .py-md-7 {padding-top: 2rem !important; }
  .pr-md-7, .px-md-7 {padding-right: 2rem !important; }
  .pb-md-7, .py-md-7 {padding-bottom: 2rem !important; }
  .pl-md-7, .px-md-7 {padding-left: 2rem !important; }
  .p-md-8 {padding: 3rem !important; }
  .pt-md-8, .py-md-8 {padding-top: 3rem !important; }
  .pr-md-8, .px-md-8 {padding-right: 3rem !important; }
  .pb-md-8, .py-md-8 {padding-bottom: 3rem !important; }
  .pl-md-8, .px-md-8 {padding-left: 3rem !important; }
  .p-md-9 {padding: 5rem !important; }
  .pt-md-9, .py-md-9 {padding-top: 5rem !important; }
  .pr-md-9, .px-md-9 {padding-right: 5rem !important; }
  .pb-md-9, .py-md-9 {padding-bottom: 5rem !important; }
  .pl-md-9, .px-md-9 {padding-left: 5rem !important; }
  .p-md-10 {padding: 7rem !important; }
  .pt-md-10, .py-md-10 {padding-top: 7rem !important; }
  .pr-md-10, .px-md-10 {padding-right: 7rem !important; }
  .pb-md-10, .py-md-10 {padding-bottom: 7rem !important; }
  .pl-md-10, .px-md-10 {padding-left: 7rem !important; }
  .p-md-11 {padding: 9rem !important; }
  .pt-md-11, .py-md-11 {padding-top: 9rem !important; }
  .pr-md-11, .px-md-11 {padding-right: 9rem !important; }
  .pb-md-11, .py-md-11 {padding-bottom: 9rem !important; }
  .pl-md-11, .px-md-11 {padding-left: 9rem !important; }
  .p-md-12 {padding: 11rem !important; }
  .pt-md-12, .py-md-12 {padding-top: 11rem !important; }
  .pr-md-12, .px-md-12 {padding-right: 11rem !important; }
  .pb-md-12, .py-md-12 {padding-bottom: 11rem !important; }
  .pl-md-12, .px-md-12 {padding-left: 11rem !important; }
  .p-md-13 {padding: 13rem !important; }
  .pt-md-13, .py-md-13 {padding-top: 13rem !important; }
  .pr-md-13, .px-md-13 {padding-right: 13rem !important; }
  .pb-md-13, .py-md-13 {padding-bottom: 13rem !important; }
  .pl-md-13, .px-md-13 {padding-left: 13rem !important; }
  .m-md-auto {margin: auto !important; }
  .mt-md-auto, .my-md-auto {margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto {margin-right: auto !important; }
  .mb-md-auto, .my-md-auto {margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto {margin-left: auto !important; } 
}
@media (min-width: 992px) {
  .m-lg-0 {margin: 0 !important; }
  .mt-lg-0, .my-lg-0 {margin-top: 0 !important; }
  .mr-lg-0, .mx-lg-0 {margin-right: 0 !important; }
  .mb-lg-0, .my-lg-0 {margin-bottom: 0 !important; }
  .ml-lg-0, .mx-lg-0 {margin-left: 0 !important; }
  .m-lg-1 {margin: 0.25rem !important; }
  .mt-lg-1, .my-lg-1 {margin-top: 0.25rem !important; }
  .mr-lg-1, .mx-lg-1 {margin-right: 0.25rem !important; }
  .mb-lg-1, .my-lg-1 {margin-bottom: 0.25rem !important; }
  .ml-lg-1, .mx-lg-1 {margin-left: 0.25rem !important; }
  .m-lg-2 {margin: 0.5rem !important; }
  .mt-lg-2, .my-lg-2 {margin-top: 0.5rem !important; }
  .mr-lg-2, .mx-lg-2 {margin-right: 0.5rem !important; }
  .mb-lg-2, .my-lg-2 {margin-bottom: 0.5rem !important; }
  .ml-lg-2, .mx-lg-2 {margin-left: 0.5rem !important; }
  .m-lg-3 {margin: 0.75rem !important; }
  .mt-lg-3, .my-lg-3 {margin-top: 0.75rem !important; }
  .mr-lg-3, .mx-lg-3 {margin-right: 0.75rem !important; }
  .mb-lg-3, .my-lg-3 {margin-bottom: 0.75rem !important; }
  .ml-lg-3, .mx-lg-3 {margin-left: 0.75rem !important; }
  .m-lg-4 {margin: 1rem !important; }
  .mt-lg-4, .my-lg-4 {margin-top: 1rem !important; }
  .mr-lg-4, .mx-lg-4 {margin-right: 1rem !important; }
  .mb-lg-4, .my-lg-4 {margin-bottom: 1rem !important; }
  .ml-lg-4, .mx-lg-4 {margin-left: 1rem !important; }
  .m-lg-5 {margin: 1.25rem !important; }
  .mt-lg-5, .my-lg-5 {margin-top: 1.25rem !important; }
  .mr-lg-5, .mx-lg-5 {margin-right: 1.25rem !important; }
  .mb-lg-5, .my-lg-5 {margin-bottom: 1.25rem !important; }
  .ml-lg-5, .mx-lg-5 {margin-left: 1.25rem !important; }
  .m-lg-6 {margin: 1.5rem !important; }
  .mt-lg-6, .my-lg-6 {margin-top: 1.5rem !important; }
  .mr-lg-6, .mx-lg-6 {margin-right: 1.5rem !important; }
  .mb-lg-6, .my-lg-6 {margin-bottom: 1.5rem !important; }
  .ml-lg-6, .mx-lg-6 {margin-left: 1.5rem !important; }
  .m-lg-7 {margin: 2rem !important; }
  .mt-lg-7, .my-lg-7 {margin-top: 2rem !important; }
  .mr-lg-7, .mx-lg-7 {margin-right: 2rem !important; }
  .mb-lg-7, .my-lg-7 {margin-bottom: 2rem !important; }
  .ml-lg-7, .mx-lg-7 {margin-left: 2rem !important; }
  .m-lg-8 {margin: 3rem !important; }
  .mt-lg-8, .my-lg-8 {margin-top: 3rem !important; }
  .mr-lg-8, .mx-lg-8 {margin-right: 3rem !important; }
  .mb-lg-8, .my-lg-8 {margin-bottom: 3rem !important; }
  .ml-lg-8, .mx-lg-8 {margin-left: 3rem !important; }
  .m-lg-9 {margin: 5rem !important; }
  .mt-lg-9, .my-lg-9 {margin-top: 5rem !important; }
  .mr-lg-9, .mx-lg-9 {margin-right: 5rem !important; }
  .mb-lg-9, .my-lg-9 {margin-bottom: 5rem !important; }
  .ml-lg-9, .mx-lg-9 {margin-left: 5rem !important; }
  .m-lg-10 {margin: 7rem !important; }
  .mt-lg-10, .my-lg-10 {margin-top: 7rem !important; }
  .mr-lg-10, .mx-lg-10 {margin-right: 7rem !important; }
  .mb-lg-10, .my-lg-10 {margin-bottom: 7rem !important; }
  .ml-lg-10, .mx-lg-10 {margin-left: 7rem !important; }
  .m-lg-11 {margin: 9rem !important; }
  .mt-lg-11, .my-lg-11 {margin-top: 9rem !important; }
  .mr-lg-11, .mx-lg-11 {margin-right: 9rem !important; }
  .mb-lg-11, .my-lg-11 {margin-bottom: 9rem !important; }
  .ml-lg-11, .mx-lg-11 {margin-left: 9rem !important; }
  .m-lg-12 {margin: 11rem !important; }
  .mt-lg-12, .my-lg-12 {margin-top: 11rem !important; }
  .mr-lg-12, .mx-lg-12 {margin-right: 11rem !important; }
  .mb-lg-12, .my-lg-12 {margin-bottom: 11rem !important; }
  .ml-lg-12, .mx-lg-12 {margin-left: 11rem !important; }
  .m-lg-13 {margin: 13rem !important; }
  .mt-lg-13, .my-lg-13 {margin-top: 13rem !important; }
  .mr-lg-13, .mx-lg-13 {margin-right: 13rem !important; }
  .mb-lg-13, .my-lg-13 {margin-bottom: 13rem !important; }
  .ml-lg-13, .mx-lg-13 {margin-left: 13rem !important; }
  .p-lg-0 {padding: 0 !important; }
  .pt-lg-0, .py-lg-0 {padding-top: 0 !important; }
  .pr-lg-0, .px-lg-0 {padding-right: 0 !important; }
  .pb-lg-0, .py-lg-0 {padding-bottom: 0 !important; }
  .pl-lg-0, .px-lg-0 {padding-left: 0 !important; }
  .p-lg-1 {padding: 0.25rem !important; }
  .pt-lg-1, .py-lg-1 {padding-top: 0.25rem !important; }
  .pr-lg-1, .px-lg-1 {padding-right: 0.25rem !important; }
  .pb-lg-1, .py-lg-1 {padding-bottom: 0.25rem !important; }
  .pl-lg-1, .px-lg-1 {padding-left: 0.25rem !important; }
  .p-lg-2 {padding: 0.5rem !important; }
  .pt-lg-2, .py-lg-2 {padding-top: 0.5rem !important; }
  .pr-lg-2, .px-lg-2 {padding-right: 0.5rem !important; }
  .pb-lg-2, .py-lg-2 {padding-bottom: 0.5rem !important; }
  .pl-lg-2, .px-lg-2 {padding-left: 0.5rem !important; }
  .p-lg-3 {padding: 0.75rem !important; }
  .pt-lg-3, .py-lg-3 {padding-top: 0.75rem !important; }
  .pr-lg-3, .px-lg-3 {padding-right: 0.75rem !important; }
  .pb-lg-3, .py-lg-3 {padding-bottom: 0.75rem !important; }
  .pl-lg-3, .px-lg-3 {padding-left: 0.75rem !important; }
  .p-lg-4 {padding: 1rem !important; }
  .pt-lg-4, .py-lg-4 {padding-top: 1rem !important; }
  .pr-lg-4, .px-lg-4 {padding-right: 1rem !important; }
  .pb-lg-4, .py-lg-4 {padding-bottom: 1rem !important; }
  .pl-lg-4, .px-lg-4 {padding-left: 1rem !important; }
  .p-lg-5 {padding: 1.25rem !important; }
  .pt-lg-5, .py-lg-5 {padding-top: 1.25rem !important; }
  .pr-lg-5, .px-lg-5 {padding-right: 1.25rem !important; }
  .pb-lg-5, .py-lg-5 {padding-bottom: 1.25rem !important; }
  .pl-lg-5, .px-lg-5 {padding-left: 1.25rem !important; }
  .p-lg-6 {padding: 1.5rem !important; }
  .pt-lg-6, .py-lg-6 {padding-top: 1.5rem !important; }
  .pr-lg-6, .px-lg-6 {padding-right: 1.5rem !important; }
  .pb-lg-6, .py-lg-6 {padding-bottom: 1.5rem !important; }
  .pl-lg-6, .px-lg-6 {padding-left: 1.5rem !important; }
  .p-lg-7 {padding: 2rem !important; }
  .pt-lg-7, .py-lg-7 {padding-top: 2rem !important; }
  .pr-lg-7, .px-lg-7 {padding-right: 2rem !important; }
  .pb-lg-7, .py-lg-7 {padding-bottom: 2rem !important; }
  .pl-lg-7, .px-lg-7 {padding-left: 2rem !important; }
  .p-lg-8 {padding: 3rem !important; }
  .pt-lg-8, .py-lg-8 {padding-top: 3rem !important; }
  .pr-lg-8, .px-lg-8 {padding-right: 3rem !important; }
  .pb-lg-8, .py-lg-8 {padding-bottom: 3rem !important; }
  .pl-lg-8, .px-lg-8 {padding-left: 3rem !important; }
  .p-lg-9 {padding: 5rem !important; }
  .pt-lg-9, .py-lg-9 {padding-top: 5rem !important; }
  .pr-lg-9, .px-lg-9 {padding-right: 5rem !important; }
  .pb-lg-9, .py-lg-9 {padding-bottom: 5rem !important; }
  .pl-lg-9, .px-lg-9 {padding-left: 5rem !important; }
  .p-lg-10 {padding: 7rem !important; }
  .pt-lg-10, .py-lg-10 {padding-top: 7rem !important; }
  .pr-lg-10, .px-lg-10 {padding-right: 7rem !important; }
  .pb-lg-10, .py-lg-10 {padding-bottom: 7rem !important; }
  .pl-lg-10, .px-lg-10 {padding-left: 7rem !important; }
  .p-lg-11 {padding: 9rem !important; }
  .pt-lg-11, .py-lg-11 {padding-top: 9rem !important; }
  .pr-lg-11, .px-lg-11 {padding-right: 9rem !important; }
  .pb-lg-11, .py-lg-11 {padding-bottom: 9rem !important; }
  .pl-lg-11, .px-lg-11 {padding-left: 9rem !important; }
  .p-lg-12 {padding: 11rem !important; }
  .pt-lg-12, .py-lg-12 {padding-top: 11rem !important; }
  .pr-lg-12, .px-lg-12 {padding-right: 11rem !important; }
  .pb-lg-12, .py-lg-12 {padding-bottom: 11rem !important; }
  .pl-lg-12, .px-lg-12 {padding-left: 11rem !important; }
  .p-lg-13 {padding: 13rem !important; }
  .pt-lg-13, .py-lg-13 {padding-top: 13rem !important; }
  .pr-lg-13, .px-lg-13 {padding-right: 13rem !important; }
  .pb-lg-13, .py-lg-13 {padding-bottom: 13rem !important; }
  .pl-lg-13, .px-lg-13 {padding-left: 13rem !important; }
  .m-lg-auto {margin: auto !important; }
  .mt-lg-auto, .my-lg-auto {margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto {margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto {margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto {margin-left: auto !important; } 
}
@media (min-width: 1200px) {
  .m-xl-0 {margin: 0 !important; }
  .mt-xl-0, .my-xl-0 {margin-top: 0 !important; }
  .mr-xl-0, .mx-xl-0 {margin-right: 0 !important; }
  .mb-xl-0, .my-xl-0 {margin-bottom: 0 !important; }
  .ml-xl-0, .mx-xl-0 {margin-left: 0 !important; }
  .m-xl-1 {margin: 0.25rem !important; }
  .mt-xl-1, .my-xl-1 {margin-top: 0.25rem !important; }
  .mr-xl-1, .mx-xl-1 {margin-right: 0.25rem !important; }
  .mb-xl-1, .my-xl-1 {margin-bottom: 0.25rem !important; }
  .ml-xl-1, .mx-xl-1 {margin-left: 0.25rem !important; }
  .m-xl-2 {margin: 0.5rem !important; }
  .mt-xl-2, .my-xl-2 {margin-top: 0.5rem !important; }
  .mr-xl-2, .mx-xl-2 {margin-right: 0.5rem !important; }
  .mb-xl-2, .my-xl-2 {margin-bottom: 0.5rem !important; }
  .ml-xl-2, .mx-xl-2 {margin-left: 0.5rem !important; }
  .m-xl-3 {margin: 0.75rem !important; }
  .mt-xl-3, .my-xl-3 {margin-top: 0.75rem !important; }
  .mr-xl-3, .mx-xl-3 {margin-right: 0.75rem !important; }
  .mb-xl-3, .my-xl-3 {margin-bottom: 0.75rem !important; }
  .ml-xl-3, .mx-xl-3 {margin-left: 0.75rem !important; }
  .m-xl-4 {margin: 1rem !important; }
  .mt-xl-4, .my-xl-4 {margin-top: 1rem !important; }
  .mr-xl-4, .mx-xl-4 {margin-right: 1rem !important; }
  .mb-xl-4, .my-xl-4 {margin-bottom: 1rem !important; }
  .ml-xl-4, .mx-xl-4 {margin-left: 1rem !important; }
  .m-xl-5 {margin: 1.25rem !important; }
  .mt-xl-5, .my-xl-5 {margin-top: 1.25rem !important; }
  .mr-xl-5, .mx-xl-5 {margin-right: 1.25rem !important; }
  .mb-xl-5, .my-xl-5 {margin-bottom: 1.25rem !important; }
  .ml-xl-5, .mx-xl-5 {margin-left: 1.25rem !important; }
  .m-xl-6 {margin: 1.5rem !important; }
  .mt-xl-6, .my-xl-6 {margin-top: 1.5rem !important; }
  .mr-xl-6, .mx-xl-6 {margin-right: 1.5rem !important; }
  .mb-xl-6, .my-xl-6 {margin-bottom: 1.5rem !important; }
  .ml-xl-6, .mx-xl-6 {margin-left: 1.5rem !important; }
  .m-xl-7 {margin: 2rem !important; }
  .mt-xl-7, .my-xl-7 {margin-top: 2rem !important; }
  .mr-xl-7, .mx-xl-7 {margin-right: 2rem !important; }
  .mb-xl-7, .my-xl-7 {margin-bottom: 2rem !important; }
  .ml-xl-7, .mx-xl-7 {margin-left: 2rem !important; }
  .m-xl-8 {margin: 3rem !important; }
  .mt-xl-8, .my-xl-8 {margin-top: 3rem !important; }
  .mr-xl-8, .mx-xl-8 {margin-right: 3rem !important; }
  .mb-xl-8, .my-xl-8 {margin-bottom: 3rem !important; }
  .ml-xl-8, .mx-xl-8 {margin-left: 3rem !important; }
  .m-xl-9 {margin: 5rem !important; }
  .mt-xl-9, .my-xl-9 {margin-top: 5rem !important; }
  .mr-xl-9, .mx-xl-9 {margin-right: 5rem !important; }
  .mb-xl-9, .my-xl-9 {margin-bottom: 5rem !important; }
  .ml-xl-9, .mx-xl-9 {margin-left: 5rem !important; }
  .m-xl-10 {margin: 7rem !important; }
  .mt-xl-10, .my-xl-10 {margin-top: 7rem !important; }
  .mr-xl-10, .mx-xl-10 {margin-right: 7rem !important; }
  .mb-xl-10, .my-xl-10 {margin-bottom: 7rem !important; }
  .ml-xl-10, .mx-xl-10 {margin-left: 7rem !important; }
  .m-xl-11 {margin: 9rem !important; }
  .mt-xl-11, .my-xl-11 {margin-top: 9rem !important; }
  .mr-xl-11, .mx-xl-11 {margin-right: 9rem !important; }
  .mb-xl-11, .my-xl-11 {margin-bottom: 9rem !important; }
  .ml-xl-11, .mx-xl-11 {margin-left: 9rem !important; }
  .m-xl-12 {margin: 11rem !important; }
  .mt-xl-12, .my-xl-12 {margin-top: 11rem !important; }
  .mr-xl-12, .mx-xl-12 {margin-right: 11rem !important; }
  .mb-xl-12, .my-xl-12 {margin-bottom: 11rem !important; }
  .ml-xl-12, .mx-xl-12 {margin-left: 11rem !important; }
  .m-xl-13 {margin: 13rem !important; }
  .mt-xl-13, .my-xl-13 {margin-top: 13rem !important; }
  .mr-xl-13, .mx-xl-13 {margin-right: 13rem !important; }
  .mb-xl-13, .my-xl-13 {margin-bottom: 13rem !important; }
  .ml-xl-13, .mx-xl-13 {margin-left: 13rem !important; }
  .p-xl-0 {padding: 0 !important; }
  .pt-xl-0, .py-xl-0 {padding-top: 0 !important; }
  .pr-xl-0, .px-xl-0 {padding-right: 0 !important; }
  .pb-xl-0, .py-xl-0 {padding-bottom: 0 !important; }
  .pl-xl-0, .px-xl-0 {padding-left: 0 !important; }
  .p-xl-1 {padding: 0.25rem !important; }
  .pt-xl-1, .py-xl-1 {padding-top: 0.25rem !important; }
  .pr-xl-1, .px-xl-1 {padding-right: 0.25rem !important; }
  .pb-xl-1, .py-xl-1 {padding-bottom: 0.25rem !important; }
  .pl-xl-1, .px-xl-1 {padding-left: 0.25rem !important; }
  .p-xl-2 {padding: 0.5rem !important; }
  .pt-xl-2, .py-xl-2 {padding-top: 0.5rem !important; }
  .pr-xl-2, .px-xl-2 {padding-right: 0.5rem !important; }
  .pb-xl-2, .py-xl-2 {padding-bottom: 0.5rem !important; }
  .pl-xl-2, .px-xl-2 {padding-left: 0.5rem !important; }
  .p-xl-3 {padding: 0.75rem !important; }
  .pt-xl-3, .py-xl-3 {padding-top: 0.75rem !important; }
  .pr-xl-3, .px-xl-3 {padding-right: 0.75rem !important; }
  .pb-xl-3, .py-xl-3 {padding-bottom: 0.75rem !important; }
  .pl-xl-3, .px-xl-3 {padding-left: 0.75rem !important; }
  .p-xl-4 {padding: 1rem !important; }
  .pt-xl-4, .py-xl-4 {padding-top: 1rem !important; }
  .pr-xl-4, .px-xl-4 {padding-right: 1rem !important; }
  .pb-xl-4, .py-xl-4 {padding-bottom: 1rem !important; }
  .pl-xl-4, .px-xl-4 {padding-left: 1rem !important; }
  .p-xl-5 {padding: 1.25rem !important; }
  .pt-xl-5, .py-xl-5 {padding-top: 1.25rem !important; }
  .pr-xl-5, .px-xl-5 {padding-right: 1.25rem !important; }
  .pb-xl-5, .py-xl-5 {padding-bottom: 1.25rem !important; }
  .pl-xl-5, .px-xl-5 {padding-left: 1.25rem !important; }
  .p-xl-6 {padding: 1.5rem !important; }
  .pt-xl-6, .py-xl-6 {padding-top: 1.5rem !important; }
  .pr-xl-6, .px-xl-6 {padding-right: 1.5rem !important; }
  .pb-xl-6, .py-xl-6 {padding-bottom: 1.5rem !important; }
  .pl-xl-6, .px-xl-6 {padding-left: 1.5rem !important; }
  .p-xl-7 {padding: 2rem !important; }
  .pt-xl-7, .py-xl-7 {padding-top: 2rem !important; }
  .pr-xl-7, .px-xl-7 {padding-right: 2rem !important; }
  .pb-xl-7, .py-xl-7 {padding-bottom: 2rem !important; }
  .pl-xl-7, .px-xl-7 {padding-left: 2rem !important; }
  .p-xl-8 {padding: 3rem !important; }
  .pt-xl-8, .py-xl-8 {padding-top: 3rem !important; }
  .pr-xl-8, .px-xl-8 {padding-right: 3rem !important; }
  .pb-xl-8, .py-xl-8 {padding-bottom: 3rem !important; }
  .pl-xl-8, .px-xl-8 {padding-left: 3rem !important; }
  .p-xl-9 {padding: 5rem !important; }
  .pt-xl-9, .py-xl-9 {padding-top: 5rem !important; }
  .pr-xl-9, .px-xl-9 {padding-right: 5rem !important; }
  .pb-xl-9, .py-xl-9 {padding-bottom: 5rem !important; }
  .pl-xl-9, .px-xl-9 {padding-left: 5rem !important; }
  .p-xl-10 {padding: 7rem !important; }
  .pt-xl-10, .py-xl-10 {padding-top: 7rem !important; }
  .pr-xl-10, .px-xl-10 {padding-right: 7rem !important; }
  .pb-xl-10, .py-xl-10 {padding-bottom: 7rem !important; }
  .pl-xl-10, .px-xl-10 {padding-left: 7rem !important; }
  .p-xl-11 {padding: 9rem !important; }
  .pt-xl-11, .py-xl-11 {padding-top: 9rem !important; }
  .pr-xl-11, .px-xl-11 {padding-right: 9rem !important; }
  .pb-xl-11, .py-xl-11 {padding-bottom: 9rem !important; }
  .pl-xl-11, .px-xl-11 {padding-left: 9rem !important; }
  .p-xl-12 {padding: 11rem !important; }
  .pt-xl-12, .py-xl-12 {padding-top: 11rem !important; }
  .pr-xl-12, .px-xl-12 {padding-right: 11rem !important; }
  .pb-xl-12, .py-xl-12 {padding-bottom: 11rem !important; }
  .pl-xl-12, .px-xl-12 {padding-left: 11rem !important; }
  .p-xl-13 {padding: 13rem !important; }
  .pt-xl-13, .py-xl-13 {padding-top: 13rem !important; }
  .pr-xl-13, .px-xl-13 {padding-right: 13rem !important; }
  .pb-xl-13, .py-xl-13 {padding-bottom: 13rem !important; }
  .pl-xl-13, .px-xl-13 {padding-left: 13rem !important; }
  .m-xl-auto {margin: auto !important; }
  .mt-xl-auto, .my-xl-auto {margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto {margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto {margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto {margin-left: auto !important; } 
}

.text-monospace {font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {text-align: justify !important; }
.text-nowrap {white-space: nowrap !important; }
.text-truncate {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.text-left {text-align: left !important; }
.text-right {text-align: right !important; }
.text-center {text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {text-align: left !important; }
  .text-sm-right {text-align: right !important; }
  .text-sm-center {text-align: center !important; } 
}
@media (min-width: 768px) {
  .text-md-left {text-align: left !important; }
  .text-md-right {text-align: right !important; }
  .text-md-center {text-align: center !important; } 
}
@media (min-width: 992px) {
  .text-lg-left {text-align: left !important; }
  .text-lg-right {text-align: right !important; }
  .text-lg-center {text-align: center !important; } 
}
@media (min-width: 1200px) {
  .text-xl-left {text-align: left !important; }
  .text-xl-right {text-align: right !important; }
  .text-xl-center {text-align: center !important; } 
}

.text-lowercase {text-transform: lowercase !important; }
.text-uppercase {text-transform: uppercase !important; }
.text-capitalize {text-transform: capitalize !important; }
.font-weight-light {font-weight: 300 !important; }
.font-weight-normal {font-weight: 400 !important; }
.font-weight-bold {font-weight: 700 !important; }
.font-italic {font-style: italic !important; }
.text-white {color: #ffffff !important; }
.text-primary {color: #00a8ff !important; }
.text-success {color: #26d847 !important; }
.text-secondary {color: #3a4048 !important; }
.text-info {color: #17a2b8 !important; }
.text-warning {color: #cd0015 !important; }
.text-danger {color: #da2f69 !important; }
.text-light {color: #f8f9fa !important; }
.text-dark {color: #151515 !important; }
.text-body {color: #757575 !important; }
.text-muted {color: #3a4048 !important; }
.text-black-50 {color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

a.text-primary:hover, a.text-primary:focus {color: #0086cc !important; }
a.text-secondary:hover, a.text-secondary:focus {color: #23272c !important; }
a.text-success:hover, a.text-success:focus {color: #1ead39 !important; }
a.text-info:hover, a.text-info:focus {color: #117a8b !important; }
a.text-warning:hover, a.text-warning:focus {color: #d39e00 !important; }
a.text-danger:hover, a.text-danger:focus {color: #b62053 !important; }
a.text-light:hover, a.text-light:focus {color: #dae0e5 !important; }
a.text-dark:hover, a.text-dark:focus {color: black !important; }

.visible {visibility: visible !important; }
.invisible {visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {text-shadow: none !important; box-shadow: none !important; }
  a:not(.btn) {text-decoration: underline; }
  abbr[title]::after {content: " (" attr(title) ")"; }
  pre {white-space: pre-wrap !important; }
  pre, blockquote {border: 1px solid #adb5bd; page-break-inside: avoid; }
  thead {display: table-header-group; }
  tr, img {page-break-inside: avoid; }
  p, h2, h3 {orphans: 3; widows: 3; }
  h2, h3 {page-break-after: avoid; }
  @page {size: a3; }
  body {min-width: 992px !important; }
  .container {min-width: 992px !important; }
  .navbar {display: none; }
  .badge {border: 1px solid #000000; }
  .table {border-collapse: collapse !important; }
  .table td,
  .table th {background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {border: 1px solid #dee2e6 !important; }
  .table-dark {color: inherit; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {border-color: rgba(233, 236, 239, 0.6); }
  .table .thead-dark th {color: inherit; border-color: rgba(233, 236, 239, 0.6); } 
}

/* [ Accordion ] */
.accordion .card {border: 1px solid #f2f2f2; background-color: #ffffff; margin-bottom: 1rem; }
.accordion .card:last-child {margin-bottom: 0; }
.accordion .card .card-header {padding: 0; background-color: #fafafa; border-bottom: 0; }
.accordion .card .card-header a {display: block; padding: 1.25rem 1.25rem; }
.accordion .card .card-header .icon {display: inline-block; margin-right: 1rem; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.accordion .card .card-header .icon * {font-size: 0.75rem; }
.accordion .card .card-header .collapsed .icon {-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.accordion .card:first-of-type {border-bottom: 1px solid #f2f2f2; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }
.accordion .card:not(:first-of-type):not(:last-of-type) {border-bottom: 1px solid #f2f2f2; border-radius: 0.25rem; }
.accordion-no-header .card .card-header {background: transparent; }
.accordion-no-header .card .card-body {padding-top: 0; }
.accordion-arrow-right .card .card-header .icon {float: right;margin-right: 0; }
.accordion-connected .card {margin-bottom: 0; }
.accordion-connected .card:not(:first-child):not(:last-child) {border-radius: 0; border-top: 0; }
.accordion-connected .card:first-child {border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.accordion-connected .card:last-child {border-top-left-radius: 0; border-top-right-radius: 0; border-top: 0; }

/* [ Alert ] */
.alert {border-left: 4px solid; }
.alert-primary {border-left-color: #b3e5ff; }
.alert-secondary {border-left-color: #c4c6c8; }
.alert-success {border-left-color: #bef3c8; }
.alert-info {border-left-color: #b9e3ea; }
.alert-warning {border-left-color: #ffecb5; }
.alert-danger {border-left-color: #f4c1d2; }
.alert-light {border-left-color: #fdfdfe; }
.alert-dark {border-left-color: #b9b9b9; }
.alert-no-bg {background-color: transparent; color: #757575; }
.alert-no-bg.alert-primary {border-left-color: #4dc2ff; }
.alert-no-bg.alert-secondary {border-left-color: #75797f; }
.alert-no-bg.alert-success {border-left-color: #67e47e; }
.alert-no-bg.alert-info {border-left-color: #5dbecd; }
.alert-no-bg.alert-warning {border-left-color: #ffd451; }
.alert-no-bg.alert-danger {border-left-color: #e56d96; }
.alert-no-bg.alert-light {border-left-color: #fafbfc; }
.alert-no-bg.alert-dark {border-left-color: #5b5b5b; }
.alert-solid-bg {background-color: #f8f9fa; color: #757575; }
.alert-solid-bg.alert-primary {border-left-color: #4dc2ff; }
.alert-solid-bg.alert-secondary {border-left-color: #75797f; }
.alert-solid-bg.alert-success {border-left-color: #67e47e; }
.alert-solid-bg.alert-info {border-left-color: #5dbecd; }
.alert-solid-bg.alert-warning {border-left-color: #ffd451; }
.alert-solid-bg.alert-danger {border-left-color: #e56d96; }
.alert-solid-bg.alert-light {border-left-color: #fafbfc; }
.alert-solid-bg.alert-dark {border-left-color: #5b5b5b; }
.alert-round {border-radius: 0.25rem; }
.alert-no-border {border-left: 0; }
.alert-primary .alert-icon {color: #b3e5ff; }
.alert-secondary .alert-icon {color: #c4c6c8; }
.alert-success .alert-icon {color: #bef3c8; }
.alert-info .alert-icon {color: #b9e3ea; }
.alert-warning .alert-icon {color: #ffecb5; }
.alert-danger .alert-icon {color: #f4c1d2; }
.alert-light .alert-icon {color: #fdfdfe; }
.alert-dark .alert-icon {color: #b9b9b9; }

/* [ Animations ] */
.animation-delay-0, .ad-0 {animation-delay: 0s !important; }
.animation-delay-1, .ad-1 {animation-delay: 1s !important; }
.animation-delay-2, .ad-2 {animation-delay: 2s !important; }
.animation-delay-3, .ad-3 {animation-delay: 3s !important; }
.animation-delay-4, .ad-4 {animation-delay: 4s !important; }
.animation-delay-5, .ad-5 {animation-delay: 5s !important; }
.animation-delay-6, .ad-6 {animation-delay: 6s !important; }
.animation-delay-7, .ad-7 {animation-delay: 7s !important; }
.animation-delay-8, .ad-8 {animation-delay: 8s !important; }
.animation-delay-9, .ad-9 {animation-delay: 9s !important; }
.animation-delay-10, .ad-10 {animation-delay: 10s !important; }
.animation-delay-100ms, .ad-100ms {animation-delay: 100ms !important; }
.animation-delay-200ms, .ad-200ms {animation-delay: 200ms !important; }
.animation-delay-300ms, .ad-300ms {animation-delay: 300ms !important; }
.animation-delay-400ms, .ad-400ms {animation-delay: 400ms !important; }
.animation-delay-500ms, .ad-500ms {animation-delay: 500ms !important; }
.animation-delay-600ms, .ad-600ms {animation-delay: 600ms !important; }
.animation-delay-700ms, .ad-700ms {animation-delay: 700ms !important; }
.animation-delay-800ms, .ad-800ms {animation-delay: 800ms !important; }
.animation-delay-900ms, .ad-900ms {animation-delay: 900ms !important; }
.animation-delay-1500ms, .ad-1500ms {animation-delay: 1500ms !important; }
.animation-delay-1800ms, .ad-1800ms {animation-delay: 1800ms !important; }
.animation-duration-1 {-webkit-animation-duration: 1s !important; animation-duration: 1s !important; }
.animation-duration-2 {-webkit-animation-duration: 2s !important; animation-duration: 2s !important; }
.animation-duration-3 {-webkit-animation-duration: 3s !important; animation-duration: 3s !important; }
.animation-duration-4 {-webkit-animation-duration: 4s !important; animation-duration: 4s !important; }
.animation-duration-5 {-webkit-animation-duration: 5s !important; animation-duration: 5s !important; }
.animation-duration-6 {-webkit-animation-duration: 6s !important; animation-duration: 6s !important; }
.animation-duration-7 {-webkit-animation-duration: 7s !important; animation-duration: 7s !important; }
.animation-duration-8 {-webkit-animation-duration: 8s !important; animation-duration: 8s !important; }
.animation-duration-9 {-webkit-animation-duration: 9s !important; animation-duration: 9s !important; }
.animation-duration-10 {-webkit-animation-duration: 10s !important; animation-duration: 10s !important; }
.animation-infinite {animation-iteration-count: infinite !important; }

.fadeIn {-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

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

.fadeOut {-webkit-animation-name: fadeOut; animation-name: fadeOut; -webkit-animation-duration: 1.8s; animation-duration: 1.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

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

.fadeInDown {-webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  0% {opacity: 0; -webkit-transform: translate3d(0, -30%, 0); transform: translate3d(0, -30%, 0); }
  100% {opacity: 1; -webkit-transform: none; transform: none; } 
}
@keyframes fadeInDown {
  0% {opacity: 0; -webkit-transform: translate3d(0, -30%, 0); transform: translate3d(0, -30%, 0); }
  100% {opacity: 1; -webkit-transform: none; transform: none; } 
}

.fadeOutDown {-webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes fadeOutDown {
  0% {opacity: 1; }
  100% {opacity: 0; -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0); } 
}
@keyframes fadeOutDown {
  0% {opacity: 1; }
  100% {opacity: 0; -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0); } 
}

.fadeInLeft {-webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes fadeInLeft {
  0% {opacity: 0; -webkit-transform: translate3d(-30%, 0, 0); transform: translate3d(-30%, 0, 0); }
  100% {opacity: 1; -webkit-transform: none; transform: none; } 
}
@keyframes fadeInLeft {
  0% {opacity: 0; -webkit-transform: translate3d(-30%, 0, 0); transform: translate3d(-30%, 0, 0); }
  100% {opacity: 1; -webkit-transform: none; transform: none; } 
}

.fadeOutLeft {-webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes fadeOutLeft {
  0% {opacity: 1; }
  100% {opacity: 0; -webkit-transform: translate3d(-30%, 0, 0); transform: translate3d(-30%, 0, 0); } 
}
@keyframes fadeOutLeft {
  0% {opacity: 1; }
  100% {opacity: 0; -webkit-transform: translate3d(-30%, 0, 0); transform: translate3d(-30%, 0, 0); } 
}

.fadeInRight {-webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes fadeInRight {
  0% {opacity: 0; -webkit-transform: translate3d(30%, 0, 0); transform: translate3d(30%, 0, 0); }
  100% {opacity: 1; -webkit-transform: none; transform: none; } 
}
@keyframes fadeInRight {
  0% {opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
  100% {opacity: 1; -webkit-transform: none; transform: none; } 
}

.fadeOutRight {-webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes fadeOutRight {
  0% {opacity: 1; }
  100% {opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } 
}
@keyframes fadeOutRight {
  0% {opacity: 1; }
  100% {opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } 
}

.fadeInUp,
[data-animation='fadeInUp'] {-webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: .4s; animation-duration: .4s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  0% {opacity: 0; -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0); }
  100% {opacity: 1; -webkit-transform: none; transform: none; } 
}
@keyframes fadeInUp {
  0% {opacity: 0; -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0); }
  100% {opacity: 1; -webkit-transform: none; transform: none; } 
}

.fadeOutUp {-webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes fadeOutUp {
  0% {opacity: 1; }
  100% {opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 
}
@keyframes fadeOutUp {
  0% {opacity: 1; }
  100% {opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 
}

.slideInDown {-webkit-animation-name: slideInDown; animation-name: slideInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes slideInDown {
  0% {-webkit-transform: translateY(-100%); transform: translateY(-100%); visibility: visible; }
  100% {-webkit-transform: translateY(0); transform: translateY(0); } 
}
@keyframes slideInDown {
  0% {-webkit-transform: translateY(-100%); transform: translateY(-100%); visibility: visible; }
  100% {-webkit-transform: translateY(0); transform: translateY(0); } 
}

.slideOutDown {-webkit-animation-name: slideOutDown; animation-name: slideOutDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes slideOutDown {
  0% {-webkit-transform: translateY(0); transform: translateY(0); }
  100% {visibility: hidden; -webkit-transform: translateY(100%); transform: translateY(100%); } 
}
@keyframes slideOutDown {
  0% {-webkit-transform: translateY(0); transform: translateY(0); }
  100% {visibility: hidden; -webkit-transform: translateY(100%); transform: translateY(100%); } 
}

.slideInLeft {-webkit-animation-name: slideInLeft; animation-name: slideInLeft; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes slideInLeft {
  0% {-webkit-transform: translateX(-100%); transform: translateX(-100%); visibility: visible; }
  100% {-webkit-transform: translateX(0); transform: translateX(0); } 
}
@keyframes slideInLeft {
  0% {-webkit-transform: translateX(-100%); transform: translateX(-100%); visibility: visible; }
  100% {-webkit-transform: translateX(0); transform: translateX(0); } 
}

.slideInRight {-webkit-animation-name: slideInRight; animation-name: slideInRight; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes slideInRight {
  0% {-webkit-transform: translateX(100%); transform: translateX(100%); visibility: visible; }
  100% {-webkit-transform: translateX(0); transform: translateX(0); } 
}
@keyframes slideInRight {
  0% {-webkit-transform: translateX(100%); transform: translateX(100%); visibility: visible; }
  100% {-webkit-transform: translateX(0); transform: translateX(0); } 
}

.slideInUp {-webkit-animation-name: slideInUp; animation-name: slideInUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes slideInUp {
  0% {-webkit-transform: translateY(100%); transform: translateY(100%); visibility: visible; }
  100% {-webkit-transform: translateY(0); transform: translateY(0); } 
}
@keyframes slideInUp {
  0% {-webkit-transform: translateY(100%); transform: translateY(100%); visibility: visible; }
  100% {-webkit-transform: translateY(0); transform: translateY(0); } 
}
    
.slideOutLeft {-webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes slideOutLeft {
  0% {-webkit-transform: translateX(0); transform: translateX(0); }
  100% {visibility: hidden; -webkit-transform: translateX(-100%); transform: translateX(-100%); } 
}
@keyframes slideOutLeft {
  0% {-webkit-transform: translateX(0); transform: translateX(0); }
  100% {visibility: hidden; -webkit-transform: translateX(-100%); transform: translateX(-100%); } 
}

.slideOutRight {-webkit-animation-name: slideOutRight; animation-name: slideOutRight; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes slideOutRight {
  0% {-webkit-transform: translateX(0); transform: translateX(0); }
  100% {visibility: hidden; -webkit-transform: translateX(100%); transform: translateX(100%); } 
}
@keyframes slideOutRight {
  0% {-webkit-transform: translateX(0); transform: translateX(0); }
  100% { visibility: hidden; -webkit-transform: translateX(100%); transform: translateX(100%); } 
}

.slideOutUp {-webkit-animation-name: slideOutUp; animation-name: slideOutUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes slideOutUp {
  0% {-webkit-transform: translateY(0); transform: translateY(0); }
  100% {visibility: hidden; -webkit-transform: translateY(-100%); transform: translateY(-100%); } 
}
@keyframes slideOutUp {
  0% {-webkit-transform: translateY(0); transform: translateY(0); }
  100% {visibility: hidden; -webkit-transform: translateY(-100%); transform: translateY(-100%); } 
}

.bounceIn {-webkit-animation-name: bounceIn; animation-name: bounceIn; -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-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); }
  100% {opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-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); }
  100% {opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 
}

.bounceOut {-webkit-animation-name: bounceOut; animation-name: bounceOut; -webkit-animation-duration: .75s; animation-duration: .75s; -webkit-animation-duration: 1s;animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-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); }
  100% {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); }
  100% {opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 
}

.bounceInDown {-webkit-animation-name: bounceInDown; animation-name: bounceInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-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); }
  100% {-webkit-transform: none; transform: none; } 
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-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); }
  100% {-webkit-transform: none; transform: none; } 
}

.bounceOutDown {-webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-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); }
  100% {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); }
  100% {opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } 
}
    
.bounceInLeft {-webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-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); }
  100% {-webkit-transform: none; transform: none; } 
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-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); }
  100% {-webkit-transform: none; transform: none; } 
}

.bounceOutLeft {-webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes bounceOutLeft {
  20% {opacity: 1; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); }
  100% {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); }
  100% {opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } 
}

.bounceInRight {-webkit-animation-name: bounceInRight; animation-name: bounceInRight; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-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); }
  100% {-webkit-transform: none; transform: none; } 
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-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); }
  100% {-webkit-transform: none; transform: none; } 
}

.bounceOutRight {-webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes bounceOutRight {
  20% {opacity: 1; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); }
  100% {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); }
  100% {opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } 
}

.bounceInUp {-webkit-animation-name: bounceInUp; animation-name: bounceInUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-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, -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); }
  100% {-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-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, -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); }
  100% {-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 
}

.bounceOutUp {-webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-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); }
  100% {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); }
  100% {opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } 
}
.carousel .carousel-item [data-carousel-animation="fade"]:not(.active) {-webkit-animation-name: carousel_fadeInLeft; animation-name: carousel_fadeInLeft; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.carousel .carousel-item .active[data-carousel-animation="fade"] {-webkit-animation-name: carousel_fadeOutRight; animation-name: carousel_fadeOutRight; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

@-webkit-keyframes carousel_fadeInLeft {
  0% {opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
  100% {opacity: 1; -webkit-transform: none; transform: none; } 
}
@keyframes carousel_fadeInLeft {
  0% {opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
  100% {opacity: 1; -webkit-transform: none; transform: none; } 
}
@-webkit-keyframes carousel_fadeOutRight {
  0% {opacity: 1; }
  100% {opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } 
}
@keyframes carousel_fadeOutRight {
  0% {opacity: 1; }
  100% {opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } 
}

[data-wrapper="letters-effect"] .shapes {position: absolute; top: 0; left: 0; z-index: 1; }
[data-wrapper="letters-effect"] .slideshow {position: absolute; top: 0; left: 0; }
[data-wrapper="letters-effect"] .slide {position: absolute; width: 100vw; height: 100vh; top: 0; left: 0; display: flex; align-content: center; justify-content: center; }
[data-wrapper="letters-effect"] .word {position: relative; display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); grid-area: title; font-size: 10vw; font-weight: 400; }
[data-wrapper="letters-effect"] .content *:not(.shapes) {z-index: 5; }

.card .card-hover.slideDown-hover, .card .card-hover[data-animation='slideDown-hover'] {-webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; opacity: 1; visibility: visible; }
.card:hover .slideDown-hover, .card:hover .card-hover[data-animation='slideDown-hover'] {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.card .slideLeft-hover, .card .card-hover[data-animation='slideLeft-hover'] {-webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; opacity: 1; visibility: visible; }
.card:hover .slideLeft-hover, .card:hover .card-hover[data-animation='slideLeft-hover'] {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.card .slideRight-hover, .card .card-hover[data-animation='slideRight-hover'] {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; opacity: 1; visibility: visible; }
.card:hover .slideRight-hover, .card:hover .card-hover[data-animation='slideRight-hover'] {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.card .slideUp-hover, .card .card-hover[data-animation='slideUp-hover'] {-webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; opacity: 1; visibility: visible; }
.card:hover .slideUp-hover, .card:hover .card-hover[data-animation='slideUp-hover'] {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.card .fadeDown-hover, .card .card-hover[data-animation='fadeDown-hover'] {-webkit-transform: translate3d(0, -100%, 0); -moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; opacity: 0; }
.card:hover .fadeDown-hover, .card:hover .card-hover[data-animation='fadeDown-hover'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.card .fadeLeft-hover, .card .card-hover[data-animation='fadeLeft-hover'] {-webkit-transform: translate3d(-100%, 0, 0);-moz-transform: translate3d(-100%, 0, 0);-ms-transform: translate3d(-100%, 0, 0);-o-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);-webkit-transition: 0.4s ease-out;-moz-transition: 0.4s ease-out;-ms-transition: 0.4s ease-out;transition: 0.4s ease-out;opacity: 0; }
.card:hover .fadeLeft-hover, .card:hover .card-hover[data-animation='fadeLeft-hover'] {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1; }
.card .fadeRight-hover, .card .card-hover[data-animation='fadeRight-hover'] {-webkit-transform: translate3d(100%, 0, 0);-moz-transform: translate3d(100%, 0, 0);-ms-transform: translate3d(100%, 0, 0);-o-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);-webkit-transition: 0.4s ease-out;-moz-transition: 0.4s ease-out;-ms-transition: 0.4s ease-out;transition: 0.4s ease-out;opacity: 0; }
.card:hover .fadeRight-hover, .card:hover .card-hover[data-animation='fadeRight-hover'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.card .fadeUp-hover, .card .card-hover[data-animation='fadeUp-hover'] {-webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; opacity: 0; }
.card:hover .fadeUp-hover, .card:hover .card-hover[data-animation='fadeUp-hover'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.card .zoom-hover, .card .card-hover[data-animation='zoom-hover'] {-webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3);  -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); -webkit-transition: 0.4s ease-out;  -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; opacity: 0; }
.card:hover .zoom-hover, .card:hover .card-hover[data-animation='zoom-hover'] {-webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1);  transform: scale3d(1, 1, 1); opacity: 1; }
.card .zoomDown-hover, .card .card-hover[data-animation='zoomDown-hover'] {opacity: 0;-webkit-transition: 0.4s ease-out;-moz-transition: 0.4s ease-out;-ms-transition: 0.4s ease-out;transition: 0.4s ease-out;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0);-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0);-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0);-o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); }
.card:hover .zoomDown-hover, .card:hover .card-hover[data-animation='zoomDown-hover'] {opacity: 1;-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
.card .zoomLeft-hover, .card .card-hover[data-animation='zoomLeft-hover'] {opacity: 0;-webkit-transition: 0.4s ease-out;-moz-transition: 0.4s ease-out;-ms-transition: 0.4s ease-out;transition: 0.4s ease-out;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0);-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0);-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0);-o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); }
.card:hover .zoomLeft-hover, .card:hover .card-hover[data-animation='zoomLeft-hover'] {opacity: 1;-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
.card .zoomRight-hover, .card .card-hover[data-animation='zoomRight-hover'] {opacity: 0; -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); }
.card:hover .zoomRight-hover, .card:hover .card-hover[data-animation='zoomRight-hover'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
.card .zoomUp-hover, .card .card-hover[data-animation='zoomUp-hover'] {opacity: 0; -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out;  -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); }
.card:hover .zoomUp-hover, .card:hover .card-hover[data-animation='zoomUp-hover'] {opacity: 1;-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
.card .rotate-hover, .card .card-hover[data-animation='rotate-hover'] {opacity: 0;-webkit-transition: 0.4s ease-out;-moz-transition: 0.4s ease-out;-ms-transition: 0.4s ease-out;transition: 0.4s ease-out;-webkit-transform: rotate3d(0, 0, 1, -200deg);-moz-transform: rotate3d(0, 0, 1, -200deg);-ms-transform: rotate3d(0, 0, 1, -200deg);-o-transform: rotate3d(0, 0, 1, -200deg);transform: rotate3d(0, 0, 1, -200deg);transform-origin: center; }
.card:hover .rotate-hover, .card:hover .card-hover[data-animation='rotate-hover'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; transform-origin: center; }
.card .rotateDownLeft-hover, .card .card-hover[data-animation='rotateDownLeft-hover'] {opacity: 0; -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; -webkit-transform: rotate3d(0, 0, 1, -200deg); -moz-transform: rotate3d(0, 0, 1, -200deg); -ms-transform: rotate3d(0, 0, 1, -200deg); -o-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); transform-origin: left bottom; }
.card:hover .rotateDownLeft-hover, .card:hover .card-hover[data-animation='rotateDownLeft-hover'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; transform-origin: left bottom; }
.card .rotateDownRight-hover, .card .card-hover[data-animation='rotateDownRight-hover'] {opacity: 0; -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); -ms-transform: rotate3d(0, 0, 1, 45deg); -o-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); transform-origin: right bottom; }
.card:hover .rotateDownRight-hover, .card:hover .card-hover[data-animation='rotateDownRight-hover'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; transform-origin: right bottom; }
.card .rotateUpLeft-hover, .card .card-hover[data-animation='rotateUpLeft-hover'] {opacity: 0; -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); -ms-transform: rotate3d(0, 0, 1, 45deg); -o-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); transform-origin: left bottom; }
.card:hover .rotateUpLeft-hover, .card:hover .card-hover[data-animation='rotateUpLeft-hover'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; transform-origin: left bottom; }
.card .rotateUpRight-hover, .card .card-hover[data-animation='rotateUpRight-hover'] {opacity: 0; -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; -webkit-transform: rotate3d(0, 0, 1, -90deg); -moz-transform: rotate3d(0, 0, 1, -90deg); -ms-transform: rotate3d(0, 0, 1, -90deg); -o-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); transform-origin: right bottom; }
.card:hover .rotateUpRight-hover, .card:hover .card-hover[data-animation='rotateUpRight-hover'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; transform-origin: right bottom; }
.card .lightSpeedLeft-hover, .card .card-hover[data-animation='lightSpeedLeft-hover'] {opacity: 0; -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg); -moz-transform: translate3d(-100%, 0, 0) skewX(-30deg); -ms-transform: translate3d(-100%, 0, 0) skewX(-30deg); -o-transform: translate3d(-100%, 0, 0) skewX(-30deg); transform: translate3d(-100%, 0, 0) skewX(-30deg); }
.card:hover .lightSpeedLeft-hover, .card:hover .card-hover[data-animation='lightSpeedLeft-hover'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
.card .lightSpeedRight-hover, .card .card-hover[data-animation='lightSpeedRight-hover'] {opacity: 0; -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); -moz-transform: translate3d(100%, 0, 0) skewX(-30deg); -ms-transform: translate3d(100%, 0, 0) skewX(-30deg); -o-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); }
.card:hover .lightSpeedRight-hover, .card:hover .card-hover[data-animation='lightSpeedRight-hover'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }

@media (max-width: 575.98px) {
  .offcanvas.slideDown, .offcanvas[data-animation='slideDown'], .offcanvas.slideDown, .offcanvas[data-animation='slideDown'] { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideDown, .offcanvas.show[data-animation='slideDown'], .offcanvas.show.slideDown, .offcanvas.show[data-animation='slideDown'] {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .offcanvas.slideLeft, .offcanvas[data-animation='slideLeft'], .offcanvas.slideLeft, .offcanvas[data-animation='slideLeft'] {-webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideLeft, .offcanvas.show[data-animation='slideLeft'], .offcanvas.show.slideLeft, .offcanvas.show[data-animation='slideLeft'] {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .offcanvas.slideRight, .offcanvas[data-animation='slideRight'], .offcanvas.slideRight, .offcanvas[data-animation='slideRight'] {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideRight, .offcanvas.show[data-animation='slideRight'], .offcanvas.show.slideRight, .offcanvas.show[data-animation='slideRight'] {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .offcanvas.slideUp, .offcanvas[data-animation='slideUp'], .offcanvas.slideUp, .offcanvas[data-animation='slideUp'] {-webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideUp, .offcanvas.show[data-animation='slideUp'], .offcanvas.show.slideUp, .offcanvas.show[data-animation='slideUp'] {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .offcanvas.fadeDown, .offcanvas[data-animation='fadeDown'], .offcanvas.fadeDown, .offcanvas[data-animation='fadeDown'] {-webkit-transform: translate3d(0, -100%, 0); -moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); opacity: 0; }
  .offcanvas.show.fadeDown, .offcanvas.show[data-animation='fadeDown'], .offcanvas.show.fadeDown, .offcanvas.show[data-animation='fadeDown'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1;}
  .offcanvas.fadeLeft, .offcanvas[data-animation='fadeLeft'], .offcanvas.fadeLeft, .offcanvas[data-animation='fadeLeft'] {-webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); opacity: 0; }
  .offcanvas.show.fadeLeft, .offcanvas.show[data-animation='fadeLeft'], .offcanvas.show.fadeLeft, .offcanvas.show[data-animation='fadeLeft'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
  .offcanvas.fadeRight, .offcanvas[data-animation='fadeRight'], .offcanvas.fadeRight, .offcanvas[data-animation='fadeRight'] {-webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; }
  .offcanvas.show.fadeRight, .offcanvas.show[data-animation='fadeRight'], .offcanvas.show.fadeRight, .offcanvas.show[data-animation='fadeRight'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
  .offcanvas.fadeUp, .offcanvas[data-animation='fadeUp'], .offcanvas.fadeUp, .offcanvas[data-animation='fadeUp'] {-webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); opacity: 0; }
  .offcanvas.show.fadeUp, .offcanvas.show[data-animation='fadeUp'], .offcanvas.show.fadeUp, .offcanvas.show[data-animation='fadeUp'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
  .offcanvas.zoom, .offcanvas[data-animation='zoom'], .offcanvas.zoom, .offcanvas[data-animation='zoom'] {-webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); opacity: 0; }
  .offcanvas.show.zoom, .offcanvas.show[data-animation='zoom'], .offcanvas.show.zoom, .offcanvas.show[data-animation='zoom'] {-webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 1; }
  .offcanvas.zoomDown, .offcanvas[data-animation='zoomDown'], .offcanvas.zoomDown, .offcanvas[data-animation='zoomDown'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); }
  .offcanvas.show.zoomDown, .offcanvas.show[data-animation='zoomDown'], .offcanvas.show.zoomDown, .offcanvas.show[data-animation='zoomDown'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.zoomLeft, .offcanvas[data-animation='zoomLeft'], .offcanvas.zoomLeft, .offcanvas[data-animation='zoomLeft'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); }
  .offcanvas.show.zoomLeft, .offcanvas.show[data-animation='zoomLeft'], .offcanvas.show.zoomLeft, .offcanvas.show[data-animation='zoomLeft'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.zoomRight, .offcanvas[data-animation='zoomRight'], .offcanvas.zoomRight, .offcanvas[data-animation='zoomRight'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); }
  .offcanvas.show.zoomRight, .offcanvas.show[data-animation='zoomRight'], .offcanvas.show.zoomRight, .offcanvas.show[data-animation='zoomRight'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.zoomUp, .offcanvas[data-animation='zoomUp'], .offcanvas.zoomUp, .offcanvas[data-animation='zoomUp'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); }
  .offcanvas.show.zoomUp, .offcanvas.show[data-animation='zoomUp'], .offcanvas.show.zoomUp, .offcanvas.show[data-animation='zoomUp'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.lightSpeedLeft, .offcanvas[data-animation='lightSpeedLeft'], .offcanvas.lightSpeedLeft, .offcanvas[data-animation='lightSpeedLeft'] {opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg); -moz-transform: translate3d(-100%, 0, 0) skewX(-30deg); -ms-transform: translate3d(-100%, 0, 0) skewX(-30deg); -o-transform: translate3d(-100%, 0, 0) skewX(-30deg); transform: translate3d(-100%, 0, 0) skewX(-30deg); }
  .offcanvas.show.lightSpeedLeft, .offcanvas.show[data-animation='lightSpeedLeft'], .offcanvas.show.lightSpeedLeft, .offcanvas.show[data-animation='lightSpeedLeft'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .offcanvas.lightSpeedRight, .offcanvas[data-animation='lightSpeedRight'], .offcanvas.lightSpeedRight, .offcanvas[data-animation='lightSpeedRight'] {opacity: 0; -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); -moz-transform: translate3d(100%, 0, 0) skewX(-30deg); -ms-transform: translate3d(100%, 0, 0) skewX(-30deg); -o-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); }
  .offcanvas.show.lightSpeedRight, .offcanvas.show[data-animation='lightSpeedRight'], .offcanvas.show.lightSpeedRight, .offcanvas.show[data-animation='lightSpeedRight'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } 
}
@media (max-width: 767.98px) {
  .offcanvas.slideDown, .offcanvas[data-animation='slideDown'],.offcanvas-sm.slideDown, .offcanvas-sm[data-animation='slideDown'] {-webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideDown, .offcanvas.show[data-animation='slideDown'], .offcanvas-sm.show.slideDown, .offcanvas-sm.show[data-animation='slideDown'] {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .offcanvas.slideLeft, .offcanvas[data-animation='slideLeft'], .offcanvas-sm.slideLeft, .offcanvas-sm[data-animation='slideLeft'] {-webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideLeft, .offcanvas.show[data-animation='slideLeft'], .offcanvas-sm.show.slideLeft, .offcanvas-sm.show[data-animation='slideLeft'] { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .offcanvas.slideRight, .offcanvas[data-animation='slideRight'], .offcanvas-sm.slideRight, .offcanvas-sm[data-animation='slideRight'] {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideRight, .offcanvas.show[data-animation='slideRight'], .offcanvas-sm.show.slideRight, .offcanvas-sm.show[data-animation='slideRight'] {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .offcanvas.slideUp, .offcanvas[data-animation='slideUp'], .offcanvas-sm.slideUp, .offcanvas-sm[data-animation='slideUp'] { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideUp, .offcanvas.show[data-animation='slideUp'], .offcanvas-sm.show.slideUp, .offcanvas-sm.show[data-animation='slideUp'] {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0); }
  .offcanvas.fadeDown, .offcanvas[data-animation='fadeDown'], .offcanvas-sm.fadeDown, .offcanvas-sm[data-animation='fadeDown'] {-webkit-transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);-ms-transform: translate3d(0, -100%, 0);-o-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);opacity: 0; }
  .offcanvas.show.fadeDown, .offcanvas.show[data-animation='fadeDown'], .offcanvas-sm.show.fadeDown, .offcanvas-sm.show[data-animation='fadeDown'] {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1; }
  .offcanvas.fadeLeft, .offcanvas[data-animation='fadeLeft'], .offcanvas-sm.fadeLeft, .offcanvas-sm[data-animation='fadeLeft'] {-webkit-transform: translate3d(-100%, 0, 0);-moz-transform: translate3d(-100%, 0, 0);-ms-transform: translate3d(-100%, 0, 0);-o-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);opacity: 0; }
  .offcanvas.show.fadeLeft, .offcanvas.show[data-animation='fadeLeft'], .offcanvas-sm.show.fadeLeft, .offcanvas-sm.show[data-animation='fadeLeft'] {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1; }
  .offcanvas.fadeRight, .offcanvas[data-animation='fadeRight'], .offcanvas-sm.fadeRight, .offcanvas-sm[data-animation='fadeRight'] {-webkit-transform: translate3d(100%, 0, 0);-moz-transform: translate3d(100%, 0, 0);-ms-transform: translate3d(100%, 0, 0);-o-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);opacity: 0; }
  .offcanvas.show.fadeRight, .offcanvas.show[data-animation='fadeRight'], .offcanvas-sm.show.fadeRight, .offcanvas-sm.show[data-animation='fadeRight'] {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1; }
  .offcanvas.fadeUp, .offcanvas[data-animation='fadeUp'], .offcanvas-sm.fadeUp, .offcanvas-sm[data-animation='fadeUp'] {-webkit-transform: translate3d(0, 100%, 0);-moz-transform: translate3d(0, 100%, 0);-ms-transform: translate3d(0, 100%, 0);-o-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);opacity: 0; }
  .offcanvas.show.fadeUp, .offcanvas.show[data-animation='fadeUp'], .offcanvas-sm.show.fadeUp, .offcanvas-sm.show[data-animation='fadeUp'] {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1; }
  .offcanvas.zoom, .offcanvas[data-animation='zoom'], .offcanvas-sm.zoom, .offcanvas-sm[data-animation='zoom'] {-webkit-transform: scale3d(0.3, 0.3, 0.3);-moz-transform: scale3d(0.3, 0.3, 0.3);-ms-transform: scale3d(0.3, 0.3, 0.3);-o-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);opacity: 0; }
  .offcanvas.show.zoom, .offcanvas.show[data-animation='zoom'], .offcanvas-sm.show.zoom, .offcanvas-sm.show[data-animation='zoom'] {-webkit-transform: scale3d(1, 1, 1);-moz-transform: scale3d(1, 1, 1);-ms-transform: scale3d(1, 1, 1);-o-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);opacity: 1; }
  .offcanvas.zoomDown, .offcanvas[data-animation='zoomDown'], .offcanvas-sm.zoomDown, .offcanvas-sm[data-animation='zoomDown'] {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0);-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0);-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0);-o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); }
  .offcanvas.show.zoomDown, .offcanvas.show[data-animation='zoomDown'], .offcanvas-sm.show.zoomDown, .offcanvas-sm.show[data-animation='zoomDown'] {opacity: 1;-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.zoomLeft, .offcanvas[data-animation='zoomLeft'], .offcanvas-sm.zoomLeft, .offcanvas-sm[data-animation='zoomLeft'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); }
  .offcanvas.show.zoomLeft, .offcanvas.show[data-animation='zoomLeft'], .offcanvas-sm.show.zoomLeft, .offcanvas-sm.show[data-animation='zoomLeft'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.zoomRight, .offcanvas[data-animation='zoomRight'], .offcanvas-sm.zoomRight, .offcanvas-sm[data-animation='zoomRight'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); }
  .offcanvas.show.zoomRight, .offcanvas.show[data-animation='zoomRight'], .offcanvas-sm.show.zoomRight, .offcanvas-sm.show[data-animation='zoomRight'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.zoomUp, .offcanvas[data-animation='zoomUp'], .offcanvas-sm.zoomUp, .offcanvas-sm[data-animation='zoomUp'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); }
  .offcanvas.show.zoomUp, .offcanvas.show[data-animation='zoomUp'], .offcanvas-sm.show.zoomUp, .offcanvas-sm.show[data-animation='zoomUp'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.lightSpeedLeft, .offcanvas[data-animation='lightSpeedLeft'], .offcanvas-sm.lightSpeedLeft, .offcanvas-sm[data-animation='lightSpeedLeft'] {opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg); -moz-transform: translate3d(-100%, 0, 0) skewX(-30deg); -ms-transform: translate3d(-100%, 0, 0) skewX(-30deg); -o-transform: translate3d(-100%, 0, 0) skewX(-30deg); transform: translate3d(-100%, 0, 0) skewX(-30deg); }
  .offcanvas.show.lightSpeedLeft, .offcanvas.show[data-animation='lightSpeedLeft'], .offcanvas-sm.show.lightSpeedLeft, .offcanvas-sm.show[data-animation='lightSpeedLeft'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .offcanvas.lightSpeedRight, .offcanvas[data-animation='lightSpeedRight'], .offcanvas-sm.lightSpeedRight, .offcanvas-sm[data-animation='lightSpeedRight'] {opacity: 0; -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); -moz-transform: translate3d(100%, 0, 0) skewX(-30deg); -ms-transform: translate3d(100%, 0, 0) skewX(-30deg); -o-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); }
  .offcanvas.show.lightSpeedRight, .offcanvas.show[data-animation='lightSpeedRight'], .offcanvas-sm.show.lightSpeedRight, .offcanvas-sm.show[data-animation='lightSpeedRight'] {opacity: 1;  -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } 
}
@media (max-width: 991.98px) {
  .offcanvas.slideDown, .offcanvas[data-animation='slideDown'], .offcanvas-md.slideDown, .offcanvas-md[data-animation='slideDown'] {-webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideDown, .offcanvas.show[data-animation='slideDown'], .offcanvas-md.show.slideDown, .offcanvas-md.show[data-animation='slideDown'] {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .offcanvas.slideLeft, .offcanvas[data-animation='slideLeft'], .offcanvas-md.slideLeft, .offcanvas-md[data-animation='slideLeft'] {-webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideLeft, .offcanvas.show[data-animation='slideLeft'], .offcanvas-md.show.slideLeft, .offcanvas-md.show[data-animation='slideLeft'] {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .offcanvas.slideRight, .offcanvas[data-animation='slideRight'], .offcanvas-md.slideRight, .offcanvas-md[data-animation='slideRight'] {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideRight, .offcanvas.show[data-animation='slideRight'], .offcanvas-md.show.slideRight, .offcanvas-md.show[data-animation='slideRight'] {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  .offcanvas.slideUp, .offcanvas[data-animation='slideUp'], .offcanvas-md.slideUp, .offcanvas-md[data-animation='slideUp'] {-webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideUp, .offcanvas.show[data-animation='slideUp'], .offcanvas-md.show.slideUp, .offcanvas-md.show[data-animation='slideUp'] {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  .offcanvas.fadeDown, .offcanvas[data-animation='fadeDown'], .offcanvas-md.fadeDown, .offcanvas-md[data-animation='fadeDown'] {-webkit-transform: translate3d(0, -100%, 0); -moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); opacity: 0; }
  .offcanvas.show.fadeDown, .offcanvas.show[data-animation='fadeDown'], .offcanvas-md.show.fadeDown, .offcanvas-md.show[data-animation='fadeDown'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
  .offcanvas.fadeLeft, .offcanvas[data-animation='fadeLeft'], .offcanvas-md.fadeLeft, .offcanvas-md[data-animation='fadeLeft'] {-webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); opacity: 0; }
  .offcanvas.show.fadeLeft, .offcanvas.show[data-animation='fadeLeft'], .offcanvas-md.show.fadeLeft, .offcanvas-md.show[data-animation='fadeLeft'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
  .offcanvas.fadeRight, .offcanvas[data-animation='fadeRight'], .offcanvas-md.fadeRight, .offcanvas-md[data-animation='fadeRight'] {-webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; }
  .offcanvas.show.fadeRight, .offcanvas.show[data-animation='fadeRight'], .offcanvas-md.show.fadeRight, .offcanvas-md.show[data-animation='fadeRight'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
  .offcanvas.fadeUp, .offcanvas[data-animation='fadeUp'], .offcanvas-md.fadeUp, .offcanvas-md[data-animation='fadeUp'] {-webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); opacity: 0; }
  .offcanvas.show.fadeUp, .offcanvas.show[data-animation='fadeUp'], .offcanvas-md.show.fadeUp, .offcanvas-md.show[data-animation='fadeUp'] {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1; }
  .offcanvas.zoom, .offcanvas[data-animation='zoom'], .offcanvas-md.zoom, .offcanvas-md[data-animation='zoom'] {-webkit-transform: scale3d(0.3, 0.3, 0.3);-moz-transform: scale3d(0.3, 0.3, 0.3);-ms-transform: scale3d(0.3, 0.3, 0.3);-o-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);opacity: 0; }
  .offcanvas.show.zoom, .offcanvas.show[data-animation='zoom'],.offcanvas-md.show.zoom, .offcanvas-md.show[data-animation='zoom'] {-webkit-transform: scale3d(1, 1, 1);-moz-transform: scale3d(1, 1, 1);-ms-transform: scale3d(1, 1, 1);-o-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);opacity: 1; }
  .offcanvas.zoomDown, .offcanvas[data-animation='zoomDown'], .offcanvas-md.zoomDown, .offcanvas-md[data-animation='zoomDown'] {opacity: 0;  -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); }
  .offcanvas.show.zoomDown, .offcanvas.show[data-animation='zoomDown'], .offcanvas-md.show.zoomDown, .offcanvas-md.show[data-animation='zoomDown'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.zoomLeft, .offcanvas[data-animation='zoomLeft'], .offcanvas-md.zoomLeft, .offcanvas-md[data-animation='zoomLeft'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); }
  .offcanvas.show.zoomLeft, .offcanvas.show[data-animation='zoomLeft'], .offcanvas-md.show.zoomLeft, .offcanvas-md.show[data-animation='zoomLeft'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.zoomRight, .offcanvas[data-animation='zoomRight'], .offcanvas-md.zoomRight, .offcanvas-md[data-animation='zoomRight'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); }
  .offcanvas.show.zoomRight, .offcanvas.show[data-animation='zoomRight'], .offcanvas-md.show.zoomRight, .offcanvas-md.show[data-animation='zoomRight'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.zoomUp, .offcanvas[data-animation='zoomUp'], .offcanvas-md.zoomUp, .offcanvas-md[data-animation='zoomUp'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); }
  .offcanvas.show.zoomUp, .offcanvas.show[data-animation='zoomUp'], .offcanvas-md.show.zoomUp, .offcanvas-md.show[data-animation='zoomUp'] {opacity: 1;-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.lightSpeedLeft, .offcanvas[data-animation='lightSpeedLeft'], .offcanvas-md.lightSpeedLeft, .offcanvas-md[data-animation='lightSpeedLeft'] {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);-moz-transform: translate3d(-100%, 0, 0) skewX(-30deg);-ms-transform: translate3d(-100%, 0, 0) skewX(-30deg);-o-transform: translate3d(-100%, 0, 0) skewX(-30deg);transform: translate3d(-100%, 0, 0) skewX(-30deg); }
  .offcanvas.show.lightSpeedLeft, .offcanvas.show[data-animation='lightSpeedLeft'], .offcanvas-md.show.lightSpeedLeft, .offcanvas-md.show[data-animation='lightSpeedLeft'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .offcanvas.lightSpeedRight, .offcanvas[data-animation='lightSpeedRight'], .offcanvas-md.lightSpeedRight, .offcanvas-md[data-animation='lightSpeedRight'] {opacity: 0; -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); -moz-transform: translate3d(100%, 0, 0) skewX(-30deg); -ms-transform: translate3d(100%, 0, 0) skewX(-30deg); -o-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); }
  .offcanvas.show.lightSpeedRight, .offcanvas.show[data-animation='lightSpeedRight'], .offcanvas-md.show.lightSpeedRight, .offcanvas-md.show[data-animation='lightSpeedRight'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } 
}
@media (max-width: 1199.98px) {
  .offcanvas.slideDown, .offcanvas[data-animation='slideDown'], .offcanvas-lg.slideDown, .offcanvas-lg[data-animation='slideDown'] {-webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); opacity: 1; visibility: visible; }
  .offcanvas.show.slideDown, .offcanvas.show[data-animation='slideDown'], .offcanvas-lg.show.slideDown, .offcanvas-lg.show[data-animation='slideDown'] {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0); transform: translateY(0); }
  .offcanvas.slideLeft, .offcanvas[data-animation='slideLeft'], .offcanvas-lg.slideLeft, .offcanvas-lg[data-animation='slideLeft'] {-webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-ms-transform: translateX(-100%);-o-transform: translateX(-100%);transform: translateX(-100%);opacity: 1;visibility: visible; }
  .offcanvas.show.slideLeft, .offcanvas.show[data-animation='slideLeft'], .offcanvas-lg.show.slideLeft, .offcanvas-lg.show[data-animation='slideLeft'] {-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0); }
  .offcanvas.slideRight, .offcanvas[data-animation='slideRight'], .offcanvas-lg.slideRight, .offcanvas-lg[data-animation='slideRight'] {-webkit-transform: translateX(100%); -moz-transform: translateX(100%);  -o-transform: translateX(100%); transform: translateX(100%);opacity: 1; visibility: visible; }
  .offcanvas.show.slideRight, .offcanvas.show[data-animation='slideRight'], .offcanvas-lg.show.slideRight, .offcanvas-lg.show[data-animation='slideRight'] {-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0); }
  .offcanvas.slideUp, .offcanvas[data-animation='slideUp'], .offcanvas-lg.slideUp, .offcanvas-lg[data-animation='slideUp'] {-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-ms-transform: translateY(100%);-o-transform: translateY(100%);transform: translateY(100%);opacity: 1;visibility: visible; }
  .offcanvas.show.slideUp, .offcanvas.show[data-animation='slideUp'], .offcanvas-lg.show.slideUp, .offcanvas-lg.show[data-animation='slideUp'] {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0); }
  .offcanvas.fadeDown, .offcanvas[data-animation='fadeDown'], .offcanvas-lg.fadeDown, .offcanvas-lg[data-animation='fadeDown'] {-webkit-transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);-ms-transform: translate3d(0, -100%, 0);-o-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);opacity: 0; }
  .offcanvas.show.fadeDown, .offcanvas.show[data-animation='fadeDown'], .offcanvas-lg.show.fadeDown, .offcanvas-lg.show[data-animation='fadeDown'] {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1; }
  .offcanvas.fadeLeft, .offcanvas[data-animation='fadeLeft'], .offcanvas-lg.fadeLeft, .offcanvas-lg[data-animation='fadeLeft'] {-webkit-transform: translate3d(-100%, 0, 0);-moz-transform: translate3d(-100%, 0, 0);-ms-transform: translate3d(-100%, 0, 0);-o-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);opacity: 0; }
  .offcanvas.show.fadeLeft, .offcanvas.show[data-animation='fadeLeft'], .offcanvas-lg.show.fadeLeft, .offcanvas-lg.show[data-animation='fadeLeft'] {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1; }
  .offcanvas.fadeRight, .offcanvas[data-animation='fadeRight'], .offcanvas-lg.fadeRight, .offcanvas-lg[data-animation='fadeRight'] {-webkit-transform: translate3d(100%, 0, 0);-moz-transform: translate3d(100%, 0, 0);-ms-transform: translate3d(100%, 0, 0);-o-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);opacity: 0; }
  .offcanvas.show.fadeRight, .offcanvas.show[data-animation='fadeRight'],.offcanvas-lg.show.fadeRight, .offcanvas-lg.show[data-animation='fadeRight'] {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1; }
  .offcanvas.fadeUp, .offcanvas[data-animation='fadeUp'], .offcanvas-lg.fadeUp, .offcanvas-lg[data-animation='fadeUp'] {-webkit-transform: translate3d(0, 100%, 0);-moz-transform: translate3d(0, 100%, 0);-ms-transform: translate3d(0, 100%, 0);-o-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);opacity: 0; }
  .offcanvas.show.fadeUp, .offcanvas.show[data-animation='fadeUp'], .offcanvas-lg.show[data-animation='fadeUp'] {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1; }
  .offcanvas-lg.show.fadeUp, .offcanvas.zoom, .offcanvas[data-animation='zoom'], .offcanvas-lg[data-animation='zoom'] {-webkit-transform: scale3d(0.3, 0.3, 0.3);-moz-transform: scale3d(0.3, 0.3, 0.3);-ms-transform: scale3d(0.3, 0.3, 0.3);-o-transform: scale3d(0.3, 0.3, 0.3);transform: scale3d(0.3, 0.3, 0.3);opacity: 0; }
  .offcanvas-lg.zoom, .offcanvas.show.zoom, .offcanvas.show[data-animation='zoom'], .offcanvas-lg.show[data-animation='zoom'] {-webkit-transform: scale3d(1, 1, 1);-moz-transform: scale3d(1, 1, 1);-ms-transform: scale3d(1, 1, 1);-o-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);opacity: 1; }
  .offcanvas-lg.show.zoom, .offcanvas.zoomDown, .offcanvas[data-animation='zoomDown'], .offcanvas-lg.zoomDown, .offcanvas-lg[data-animation='zoomDown'] {opacity: 0;-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0);-moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0);-ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0);-o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0);transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); }
  .offcanvas.show.zoomDown, .offcanvas.show[data-animation='zoomDown'], .offcanvas-lg.show.zoomDown, .offcanvas-lg.show[data-animation='zoomDown'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.zoomLeft, .offcanvas[data-animation='zoomLeft'], .offcanvas-lg.zoomLeft, .offcanvas-lg[data-animation='zoomLeft'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); }
  .offcanvas.show.zoomLeft, .offcanvas.show[data-animation='zoomLeft'], .offcanvas-lg.show.zoomLeft, .offcanvas-lg.show[data-animation='zoomLeft'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.zoomRight, .offcanvas[data-animation='zoomRight'], .offcanvas-lg.zoomRight, .offcanvas-lg[data-animation='zoomRight'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); }
  .offcanvas.show.zoomRight, .offcanvas.show[data-animation='zoomRight'], .offcanvas-lg.show.zoomRight, .offcanvas-lg.show[data-animation='zoomRight'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.zoomUp, .offcanvas[data-animation='zoomUp'], .offcanvas-lg.zoomUp, .offcanvas-lg[data-animation='zoomUp'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); }
  .offcanvas.show.zoomUp, .offcanvas.show[data-animation='zoomUp'], .offcanvas-lg.show.zoomUp, .offcanvas-lg.show[data-animation='zoomUp'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
  .offcanvas.lightSpeedLeft, .offcanvas[data-animation='lightSpeedLeft'], .offcanvas-lg.lightSpeedLeft, .offcanvas-lg[data-animation='lightSpeedLeft'] {opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg); -moz-transform: translate3d(-100%, 0, 0) skewX(-30deg); -ms-transform: translate3d(-100%, 0, 0) skewX(-30deg); -o-transform: translate3d(-100%, 0, 0) skewX(-30deg); transform: translate3d(-100%, 0, 0) skewX(-30deg); }
  .offcanvas.show.lightSpeedLeft, .offcanvas.show[data-animation='lightSpeedLeft'], .offcanvas-lg.show.lightSpeedLeft, .offcanvas-lg.show[data-animation='lightSpeedLeft'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .offcanvas.lightSpeedRight, .offcanvas[data-animation='lightSpeedRight'], .offcanvas-lg.lightSpeedRight, .offcanvas-lg[data-animation='lightSpeedRight'] {opacity: 0; -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); -moz-transform: translate3d(100%, 0, 0) skewX(-30deg); -ms-transform: translate3d(100%, 0, 0) skewX(-30deg); -o-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); }
  .offcanvas.show.lightSpeedRight, .offcanvas.show[data-animation='lightSpeedRight'], .offcanvas-lg.show.lightSpeedRight, .offcanvas-lg.show[data-animation='lightSpeedRight'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; } 
}

.offcanvas.slideDown, .offcanvas[data-animation='slideDown'], .offcanvas-xl.slideDown, .offcanvas-xl[data-animation='slideDown'] {-webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); opacity: 1; visibility: visible; }
.offcanvas.show.slideDown, .offcanvas.show[data-animation='slideDown'], .offcanvas-xl.show.slideDown, .offcanvas-xl.show[data-animation='slideDown'] {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.offcanvas.slideLeft, .offcanvas[data-animation='slideLeft'], .offcanvas-xl.slideLeft, .offcanvas-xl[data-animation='slideLeft'] {-webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); opacity: 1; visibility: visible; }
.offcanvas.show.slideLeft, .offcanvas.show[data-animation='slideLeft'], .offcanvas-xl.show.slideLeft, .offcanvas-xl.show[data-animation='slideLeft'] {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.offcanvas.slideRight, .offcanvas[data-animation='slideRight'], .offcanvas-xl.slideRight, .offcanvas-xl[data-animation='slideRight'] {-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); opacity: 1; visibility: visible; }
.offcanvas.show.slideRight, .offcanvas.show[data-animation='slideRight'], .offcanvas-xl.show.slideRight, .offcanvas-xl.show[data-animation='slideRight'] {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.offcanvas.slideUp, .offcanvas[data-animation='slideUp'], .offcanvas-xl.slideUp, .offcanvas-xl[data-animation='slideUp'] {-webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 1; visibility: visible; }
.offcanvas.show.slideUp, .offcanvas.show[data-animation='slideUp'], .offcanvas-xl.show.slideUp, .offcanvas-xl.show[data-animation='slideUp'] {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.offcanvas.fadeDown, .offcanvas[data-animation='fadeDown'], .offcanvas-xl.fadeDown, .offcanvas-xl[data-animation='fadeDown'] {-webkit-transform: translate3d(0, -100%, 0); -moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); opacity: 0; }
.offcanvas.show.fadeDown, .offcanvas.show[data-animation='fadeDown'], .offcanvas-xl.show.fadeDown, .offcanvas-xl.show[data-animation='fadeDown'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.offcanvas.fadeLeft, .offcanvas[data-animation='fadeLeft'], .offcanvas-xl.fadeLeft, .offcanvas-xl[data-animation='fadeLeft'] {-webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); opacity: 0; }
.offcanvas.show.fadeLeft, .offcanvas.show[data-animation='fadeLeft'], .offcanvas-xl.show.fadeLeft, .offcanvas-xl.show[data-animation='fadeLeft'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.offcanvas.fadeRight, .offcanvas[data-animation='fadeRight'], .offcanvas-xl.fadeRight, .offcanvas-xl[data-animation='fadeRight'] {-webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; }
.offcanvas.show.fadeRight, .offcanvas.show[data-animation='fadeRight'], .offcanvas-xl.show.fadeRight, .offcanvas-xl.show[data-animation='fadeRight'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.offcanvas.fadeUp, .offcanvas[data-animation='fadeUp'], .offcanvas-xl.fadeUp, .offcanvas-xl[data-animation='fadeUp'] {-webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); opacity: 0; }
.offcanvas.show.fadeUp, .offcanvas.show[data-animation='fadeUp'], .offcanvas-xl.show.fadeUp, .offcanvas-xl.show[data-animation='fadeUp'] {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.offcanvas.zoom, .offcanvas[data-animation='zoom'], .offcanvas-xl.zoom, .offcanvas-xl[data-animation='zoom'] {-webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); opacity: 0; }
.offcanvas.show.zoom, .offcanvas.show[data-animation='zoom'], .offcanvas-xl.show.zoom, .offcanvas-xl.show[data-animation='zoom'] {-webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 1; }
.offcanvas.zoomDown, .offcanvas[data-animation='zoomDown'], .offcanvas-xl.zoomDown, .offcanvas-xl[data-animation='zoomDown'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); }
.offcanvas.show.zoomDown, .offcanvas.show[data-animation='zoomDown'], .offcanvas-xl.show.zoomDown, .offcanvas-xl.show[data-animation='zoomDown'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
.offcanvas.zoomLeft, .offcanvas[data-animation='zoomLeft'], .offcanvas-xl.zoomLeft, .offcanvas-xl[data-animation='zoomLeft'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); }
.offcanvas.show.zoomLeft, .offcanvas.show[data-animation='zoomLeft'], .offcanvas-xl.show.zoomLeft, .offcanvas-xl.show[data-animation='zoomLeft'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);-o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
.offcanvas.zoomRight, .offcanvas[data-animation='zoomRight'], .offcanvas-xl.zoomRight, .offcanvas-xl[data-animation='zoomRight'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); }
.offcanvas.show.zoomRight, .offcanvas.show[data-animation='zoomRight'], .offcanvas-xl.show.zoomRight, .offcanvas-xl.show[data-animation='zoomRight'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
.offcanvas.zoomUp, .offcanvas[data-animation='zoomUp'], .offcanvas-xl.zoomUp, .offcanvas-xl[data-animation='zoomUp'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); }
.offcanvas.show.zoomUp, .offcanvas.show[data-animation='zoomUp'], .offcanvas-xl.show.zoomUp, .offcanvas-xl.show[data-animation='zoomUp'] {opacity: 1; -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
.offcanvas.lightSpeedLeft, .offcanvas[data-animation='lightSpeedLeft'], .offcanvas-xl.lightSpeedLeft, .offcanvas-xl[data-animation='lightSpeedLeft'] {opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg); -moz-transform: translate3d(-100%, 0, 0) skewX(-30deg); -ms-transform: translate3d(-100%, 0, 0) skewX(-30deg); -o-transform: translate3d(-100%, 0, 0) skewX(-30deg); transform: translate3d(-100%, 0, 0) skewX(-30deg); }
.offcanvas.show.lightSpeedLeft, .offcanvas.show[data-animation='lightSpeedLeft'], .offcanvas-xl.show.lightSpeedLeft, .offcanvas-xl.show[data-animation='lightSpeedLeft'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
.offcanvas.lightSpeedRight, .offcanvas[data-animation='lightSpeedRight'], .offcanvas-xl.lightSpeedRight, .offcanvas-xl[data-animation='lightSpeedRight'] {opacity: 0; -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); -moz-transform: translate3d(100%, 0, 0) skewX(-30deg); -ms-transform: translate3d(100%, 0, 0) skewX(-30deg); -o-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); }
.offcanvas.show.lightSpeedRight, .offcanvas.show[data-animation='lightSpeedRight'], .offcanvas-xl.show.lightSpeedRight, .offcanvas-xl.show[data-animation='lightSpeedRight'] {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }

.linear-particle-container,
.round-particle-container {position: absolute; z-index: 10; }

.linear-particle {position: absolute; width: .125rem; height: 6.25rem; background-image: url(images/fx/linear-particle-light.png); background-repeat: no-repeat; background-size: cover; background-position: bottom left; z-index: 11; animation-name: linear-particle; animation-timing-function: linear; animation-fill-mode: forwards; animation-iteration-count: infinite; will-change: top;}

@keyframes linear-particle {
  0% {top: -3.75rem; opacity: 0; }
  50% {top: 50%; opacity: .72; }
  100% {opacity: 0; top: 100%;} 
}

.linear-particle:nth-child(1) {left: 20%; animation-duration: 2.7s; }
.linear-particle:nth-child(2) {left: 20%; animation-duration: 4.8s; }
.linear-particle:nth-child(3) {left: 30%; animation-duration: 6s; }
.linear-particle:nth-child(4) {left: 40%; animation-duration: 4.3s; }
.linear-particle:nth-child(5) {left: 50%; animation-duration: 7.8s; }
.linear-particle:nth-child(6) {left: 60%; animation-duration: 3.9s; }
.linear-particle:nth-child(7) {left: 70%; animation-duration: 5.5s; }
.linear-particle:nth-child(8) {left: 80%; animation-duration: 2.4s; }
.linear-particle:nth-child(9) {left: 80%; animation-duration: 3.8s; }
.linear-particle:nth-child(10) {left: 40%; animation-duration: 9s; }

.round-particle {animation-fill-mode: forwards; animation-timing-function: ease-in-out; animation-iteration-count: infinite; background-color: rgba(255, 255, 255, 0.4); width: .3125rem; height: .3125rem; border-radius: 50%; }

@keyframes round-particle-left {
  0% {left: 50%; background-color: rgba(255, 255, 255, 0); }
  25% {background-color: rgba(255, 255, 255, 0.4); }
  100% {left: -50%; background-color: rgba(255, 255, 255, 0); } 
}
@keyframes round-particle-right {
  0% {left: 50%; background-color: rgba(255, 255, 255, 0); }
  25% {background-color: rgba(255, 255, 255, 0.4); }
  100% {left: 150%; background-color: rgba(255, 255, 255, 0); } 
}
@keyframes round-particle-up {
  0% {bottom: 0; background-color: rgba(255, 255, 255, 0); }
  20% {background-color: rgba(255, 255, 255, 0.4); }
  100% {background-color: rgba(255, 255, 255, 0); bottom: 100%; } 
}

.round-particle:nth-child(1) {animation-duration: 2.8s; }
.round-particle:nth-child(2) {animation-duration: 5.5s; }
.round-particle:nth-child(3) {animation-duration: 4.15s; }
.round-particle:nth-child(4) {animation-duration: 4.05s; }
.round-particle:nth-child(5) {animation-duration: 5.32s; }
.round-particle:nth-child(6) {animation-duration: 10.5s; }
.round-particle:nth-child(7) {animation-duration: 6.8s; }
.round-particle:nth-child(8) {animation-duration: 7.5s; }
.round-particle:nth-child(9) {animation-duration: 5.35s; }
.round-particle:nth-child(10) {animation-duration: 6.5s; }
.round-particle:nth-child(11) {animation-duration: 6.15s; }
.round-particle:nth-child(12) {animation-duration: 4.2s; }
.round-particle:nth-child(13) {animation-duration: 3.68s; }
.round-particle:nth-child(14) {animation-duration: 6.75s; }
.round-particle:nth-child(15) {animation-duration: 3.8s; }
.round-particle:nth-child(16) {animation-duration: 8.8s; }
.round-particle:nth-child(17) {animation-duration: 9.2s; }
.round-particle:nth-child(18) {animation-duration: 5.5s; }
.round-particle:nth-child(19) {animation-duration: 4.2s; }
.round-particle:nth-child(20) {animation-duration: 4.8s; }

.particle-horizontal .round-particle:nth-child(1) {top: 1%; }
.particle-horizontal .round-particle:nth-child(2) {top: 2.8%; }
.particle-horizontal .round-particle:nth-child(3) {top: 9.9%; }
.particle-horizontal .round-particle:nth-child(4) {top: 15.2%; }
.particle-horizontal .round-particle:nth-child(5) {top: 20.5%; }
.particle-horizontal .round-particle:nth-child(6) {top: 24.6%; }
.particle-horizontal .round-particle:nth-child(7) {top: 28.7%; }
.particle-horizontal .round-particle:nth-child(8) {top: 32.8%; }
.particle-horizontal .round-particle:nth-child(9) {top: 36.9%; }
.particle-horizontal .round-particle:nth-child(10) {top: 41%; }
.particle-horizontal .round-particle:nth-child(11) {top: 45.1%; }
.particle-horizontal .round-particle:nth-child(12) {top: 49.2%; }
.particle-horizontal .round-particle:nth-child(13) {top: 53.3%; }
.particle-horizontal .round-particle:nth-child(14) {top: 57.4%; }
.particle-horizontal .round-particle:nth-child(15) {top: 61.5%; }
.particle-horizontal .round-particle:nth-child(16) {top: 65.6%; }
.particle-horizontal .round-particle:nth-child(17) {top: 69.7%; }
.particle-horizontal .round-particle:nth-child(18) {top: 73.8%; }
.particle-horizontal .round-particle:nth-child(19) {top: 77.9%; }
.particle-horizontal .round-particle:nth-child(20) {top: 82%; }

.round-particle-container.particle-vertical .round-particle {position: absolute; animation-name: round-particle-up; will-change: top; }

.particle-vertical .round-particle:nth-child(1) {left: 8.2%; }
.particle-vertical .round-particle:nth-child(2) {left: 16.4%; }
.particle-vertical .round-particle:nth-child(3) {left: 24.6%; }
.particle-vertical .round-particle:nth-child(4) {left: 32.8%; }
.particle-vertical .round-particle:nth-child(5) {left: 41%; }
.particle-vertical .round-particle:nth-child(6) {left: 49.2%; }
.particle-vertical .round-particle:nth-child(7) {left: 57.4%; }
.particle-vertical .round-particle:nth-child(8) {left: 65.6%; }
.particle-vertical .round-particle:nth-child(9) {left: 73.8%; }
.particle-vertical .round-particle:nth-child(10) {left: 82%; }
.particle-vertical .round-particle:nth-child(11) {left: 90.2%; }
.particle-vertical .round-particle:nth-child(12) {left: 98.4%; }
.particle-vertical .round-particle:nth-child(13) {left: 10.4%; }
.particle-vertical .round-particle:nth-child(14) {left: 15.6%; }
.particle-vertical .round-particle:nth-child(15) {left: 24%; }
.particle-vertical .round-particle:nth-child(16) {left: 40%; }
.particle-vertical .round-particle:nth-child(17) {left: 54.7%; }
.particle-vertical .round-particle:nth-child(18) {left: 60%; }
.particle-vertical .round-particle:nth-child(19) {left: 72%; }
.particle-vertical .round-particle:nth-child(20) {left: 8.3%; }
.particle-vertical .round-particle:nth-child(21) {left: 95.2%; }
.particle-vertical .round-particle:nth-child(22) {left: 99.8%; }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {transition-duration: 50ms; }
body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {transition-delay: 0; }
body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {transition-delay: 50ms; }
body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {transition-duration: 100ms; }
body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {transition-delay: 0; }
body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {transition-delay: 100ms; }
body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {transition-duration: 150ms; }
body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {transition-delay: 0; }
body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {transition-delay: 150ms; }
body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {transition-duration: 200ms; }
body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {transition-delay: 0; }
body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {transition-delay: 200ms; }
body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {transition-duration: 250ms; }
body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {transition-delay: 0; }
body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {transition-delay: 250ms; }
body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {transition-duration: 300ms; }
body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {transition-delay: 0; }
body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {transition-delay: 300ms; }
body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {transition-duration: 350ms; }
body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {transition-delay: 0; }
body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {transition-delay: 350ms; }
body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {transition-duration: 400ms; }
body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {transition-delay: 0; }
body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {transition-delay: 400ms; }
body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {transition-duration: 450ms; }
body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {transition-delay: 0; }
body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {transition-delay: 450ms; }
body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {transition-duration: 500ms; }
body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {transition-delay: 0; }
body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {transition-delay: 500ms; }
body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {transition-duration: 550ms; }
body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {transition-delay: 0; }
body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {transition-delay: 550ms; }
body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {transition-duration: 600ms; }
body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {transition-delay: 0; }
body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {transition-delay: 600ms; }
body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {transition-duration: 650ms; }
body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {transition-delay: 0; }
body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {transition-delay: 650ms; }
body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {transition-duration: 700ms; }
body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {transition-delay: 0; }
body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {transition-delay: 700ms; }
body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {transition-duration: 750ms; }
body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {transition-delay: 0; }
body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {transition-delay: 750ms; }
body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {transition-duration: 800ms; }
body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {transition-delay: 0; }
body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {transition-delay: 800ms; }
body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {transition-duration: 850ms; }
body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {transition-delay: 0; }
body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {transition-delay: 850ms; }
body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {transition-duration: 900ms; }
body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {transition-delay: 0; }
body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {transition-delay: 900ms; }
body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {transition-duration: 950ms; }
body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {transition-delay: 0; }
body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {transition-delay: 950ms; }
body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {transition-duration: 1000ms; }
body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {transition-delay: 0; }
body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {transition-delay: 1000ms; }
body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {transition-duration: 1050ms; }
body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {transition-delay: 0; }
body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {transition-delay: 1050ms; }
body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {transition-duration: 1100ms; }
body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {transition-delay: 0; }
body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {transition-delay: 1100ms; }
body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {transition-duration: 1150ms; }
body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {transition-delay: 0; }
body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {transition-delay: 1150ms; }
body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {transition-duration: 1200ms; }
body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {transition-delay: 0; }
body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {transition-delay: 1200ms; }
body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {transition-duration: 1250ms; }
body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {transition-delay: 0; }
body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {transition-delay: 1250ms; }
body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {transition-duration: 1300ms; }
body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {transition-delay: 0; }
body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {transition-delay: 1300ms; }
body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {transition-duration: 1350ms; }
body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {transition-delay: 0; }
body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {transition-delay: 1350ms; }
body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {transition-duration: 1400ms; }
body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {transition-delay: 0; }
body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {transition-delay: 1400ms; }
body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {transition-duration: 1450ms; }
body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {transition-delay: 0; }
body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {transition-delay: 1450ms; }
body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {transition-duration: 1500ms; }
body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {transition-delay: 0; }
body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {transition-delay: 1500ms; }
body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {transition-duration: 1550ms; }
body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {transition-delay: 0; }
body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {transition-delay: 1550ms; }
body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {transition-duration: 1600ms; }
body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {transition-delay: 0; }
body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {transition-delay: 1600ms; }
body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {transition-duration: 1650ms; }
body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {transition-delay: 0; }
body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {transition-delay: 1650ms; }
body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {transition-duration: 1700ms; }
body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {transition-delay: 0; }
body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {transition-delay: 1700ms; }
body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {transition-duration: 1750ms; }
body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {transition-delay: 0; }
body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {transition-delay: 1750ms; }
body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {transition-duration: 1800ms; }
body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {transition-delay: 0; }
body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {transition-delay: 1800ms; }
body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {transition-duration: 1850ms; }
body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {transition-delay: 0; }
body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {transition-delay: 1850ms; }
body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {transition-duration: 1900ms; }
body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {transition-delay: 0; }
body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {transition-delay: 1900ms; }
body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {transition-duration: 1950ms; }
body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {transition-delay: 0; }
body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {transition-delay: 1950ms; }
body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {transition-duration: 2000ms; }
body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {transition-delay: 0; }
body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {transition-delay: 2000ms; }
body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {transition-duration: 2050ms; }
body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {transition-delay: 0; }
body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {transition-delay: 2050ms; }
body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {transition-duration: 2100ms; }
body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {transition-delay: 0; }
body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {transition-delay: 2100ms; }
body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {transition-duration: 2150ms; }
body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {transition-delay: 0; }
body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {transition-delay: 2150ms; }
body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {transition-duration: 2200ms; }
body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {transition-delay: 0; }
body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {transition-delay: 2200ms; }
body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {transition-duration: 2250ms; }
body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {transition-delay: 0; }
body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {transition-delay: 2250ms; }
body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {transition-duration: 2300ms; }
body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {transition-delay: 0; }
body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {transition-delay: 2300ms; }
body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {transition-duration: 2350ms; }
body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {transition-delay: 0; }
body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {transition-delay: 2350ms; }
body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {transition-duration: 2400ms; }
body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {transition-delay: 0; }
body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {transition-delay: 2400ms; }
body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {transition-duration: 2450ms; }
body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {transition-delay: 0; }
body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {transition-delay: 2450ms; }
body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {transition-duration: 2500ms; }
body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {transition-delay: 0; }
body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {transition-delay: 2500ms; }
body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {transition-duration: 2550ms; }
body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {transition-delay: 0; }
body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {transition-delay: 2550ms; }
body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {transition-duration: 2600ms; }
body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {transition-delay: 0; }
body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {transition-delay: 2600ms; }
body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {transition-duration: 2650ms; }
body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {transition-delay: 0; }
body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {transition-delay: 2650ms; }
body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {transition-duration: 2700ms; }
body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {transition-delay: 0; }
body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {transition-delay: 2700ms; }
body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {transition-duration: 2750ms; }
body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {transition-delay: 0; }
body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {transition-delay: 2750ms; }
body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {transition-duration: 2800ms; }
body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {transition-delay: 0; }
body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {transition-delay: 2800ms; }
body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {transition-duration: 2850ms; }
body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {transition-delay: 0; }
body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {transition-delay: 2850ms; }
body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {transition-duration: 2900ms; }
body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {transition-delay: 0; }
body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {transition-delay: 2900ms; }
body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {transition-duration: 2950ms; }
body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {transition-delay: 0; }
body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {transition-delay: 2950ms; }
body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {transition-duration: 3000ms; }
body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {transition-delay: 0; }
body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {transition-delay: 3000ms; }

[data-aos='slideDown'] {-webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); opacity: 0; visibility: visible; }
[data-aos='slideDown'].aos-animate {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
[data-aos='slideLeft'] {-webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -ms-transform: translateX(-100px); -o-transform: translateX(-100px); transform: translateX(-100px); opacity: 0; visibility: visible; }
[data-aos='slideLeft'].aos-animate {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }
[data-aos='slideRight'] {-webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); opacity: 0; visibility: visible; }
[data-aos='slideRight'].aos-animate {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }
[data-aos='slideUp'] {-webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px); opacity: 0; visibility: visible; }
[data-aos='slideUp'].aos-animate {-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }
[data-aos='fade'] {opacity: 0; }
[data-aos='fade'].aos-animate {opacity: 1; }
[data-aos='fadeDown'] {-webkit-transform: translate3d(0, -100px, 0); -moz-transform: translate3d(0, -100px, 0); -ms-transform: translate3d(0, -100px, 0); -o-transform: translate3d(0, -100px, 0); transform: translate3d(0, -100px, 0); opacity: 0; }
[data-aos='fadeDown'].aos-animate {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
[data-aos='fadeLeft'] {-webkit-transform: translate3d(-100px, 0, 0); -moz-transform: translate3d(-100px, 0, 0); -ms-transform: translate3d(-100px, 0, 0); -o-transform: translate3d(-100px, 0, 0); transform: translate3d(-100px, 0, 0); opacity: 0; }
[data-aos='fadeLeft'].aos-animate {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
[data-aos='fadeRight'] {-webkit-transform: translate3d(100px, 0, 0); -moz-transform: translate3d(100px, 0, 0); -ms-transform: translate3d(100px, 0, 0); -o-transform: translate3d(100px, 0, 0); transform: translate3d(100px, 0, 0); opacity: 0; }
[data-aos='fadeRight'].aos-animate {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
[data-aos='fadeUp'] {-webkit-transform: translate3d(0, 100px, 0); -moz-transform: translate3d(0, 100px, 0); -ms-transform: translate3d(0, 100px, 0); -o-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0); opacity: 0; }
[data-aos='fadeUp'].aos-animate {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
[data-aos='zoom'] {-webkit-transform: scale3d(0.3, 0.3, 0.3); -moz-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); -o-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); opacity: 0; }
[data-aos='zoom'].aos-animate {-webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 1; }
[data-aos='zoomDown'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -60%, 0); }
[data-aos='zoomDown'].aos-animate {-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); opacity: 1; }
[data-aos='zoomLeft'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(-60%, 0, 0); }
[data-aos='zoomLeft'].aos-animate {-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); opacity: 1; }
[data-aos='zoomRight'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(60%, 0, 0); }
[data-aos='zoomRight'].aos-animate {-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); opacity: 1; }
[data-aos='zoomUp'] {opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 60%, 0); }
[data-aos='zoomUp'].aos-animate {-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); opacity: 1; }
[data-aos='rotate'] {opacity: 0; -webkit-transform: rotate3d(0, 0, 1, -200deg); -moz-transform: rotate3d(0, 0, 1, -200deg); -ms-transform: rotate3d(0, 0, 1, -200deg); -o-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); transform-origin: center; }
[data-aos='rotate'].aos-animate {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; transform-origin: center; }
[data-aos='rotateDownLeft'] {opacity: 0; -webkit-transform: rotate3d(0, 0, 1, -200deg); -moz-transform: rotate3d(0, 0, 1, -200deg); -ms-transform: rotate3d(0, 0, 1, -200deg); -o-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); transform-origin: left bottom; }
[data-aos='rotateDownLeft'].aos-animate {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; transform-origin: left bottom; }
[data-aos='rotateDownRight'] {opacity: 0;  -moz-transform: rotate3d(0, 0, 1, 45deg); -ms-transform: rotate3d(0, 0, 1, 45deg); -o-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); transform-origin: right bottom; }
[data-aos='rotateDownRight'].aos-animate {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; transform-origin: right bottom; }
[data-aos='rotateUpLeft'] {opacity: 0; -webkit-transform: rotate3d(0, 0, 1, 45deg); -moz-transform: rotate3d(0, 0, 1, 45deg); -ms-transform: rotate3d(0, 0, 1, 45deg); -o-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); transform-origin: left bottom; }
[data-aos='rotateUpLeft'].aos-animate {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; transform-origin: left bottom; }
[data-aos='rotateUpRight'] {opacity: 0; -webkit-transform: rotate3d(0, 0, 1, -90deg); -moz-transform: rotate3d(0, 0, 1, -90deg); -ms-transform: rotate3d(0, 0, 1, -90deg); -o-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); transform-origin: right bottom; }
[data-aos='rotateUpRight'].aos-animate {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; transform-origin: right bottom; }
[data-aos='lightSpeedLeft'] {opacity: 0; -webkit-transform: translate3d(-100px, 0, 0) skewX(-30deg); -moz-transform: translate3d(-100px, 0, 0) skewX(-30deg); -ms-transform: translate3d(-100px, 0, 0) skewX(-30deg); -o-transform: translate3d(-100px, 0, 0) skewX(-30deg); transform: translate3d(-100px, 0, 0) skewX(-30deg); }
[data-aos='lightSpeedLeft'].aos-animate {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
[data-aos='lightSpeedRight'] {opacity: 0; -webkit-transform: translate3d(100px, 0, 0) skewX(-30deg); -moz-transform: translate3d(100px, 0, 0) skewX(-30deg); -ms-transform: translate3d(100px, 0, 0) skewX(-30deg); -o-transform: translate3d(100px, 0, 0) skewX(-30deg); transform: translate3d(100px, 0, 0) skewX(-30deg); }
[data-aos='lightSpeedRight'].aos-animate {opacity: 1; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }
body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }
body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }
body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }
body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }
body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/* [ Aspect ratio ] */
.ar-1_1:before, .aspect-ratio-1_1:before {display: block; content: " "; width: 100%; padding-top: 100%; }
.ar-3_2:before, .aspect-ratio-3_2:before {display: block; content: " "; width: 100%; padding-top: 66.6666666667%; }
.ar-4_3:before, .aspect-ratio-4_3:before {display: block; content: " "; width: 100%; padding-top: 75%; }
.ar-8_5:before, .aspect-ratio-8_5:before {display: block; content: " "; width: 100%; padding-top: 62.5%; }
.ar-8_9:before, .aspect-ratio-8_9:before {display: block; content: " "; width: 100%; padding-top: 112.5%; }
.ar-16_9:before, .aspect-ratio-16_9:before {display: block; content: " "; width: 100%; padding-top: 56.25%; }
.ar-body, .aspect-ratio-body {position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; }

/* [ Badge ] */
.btn .badge {font-weight: 600; font-size: .6rem; }
.badge-counter {position: relative; top: -10px; left: -8px; padding: 0.2083333333rem 0.2916666667rem; border-radius: 10rem; font-size: 0.6875rem; min-width: 1rem; min-height: 1rem; }
.badge-pale.badge-primary {color: #008dd6; background-color: #cceeff; }
.badge-pale.badge-secondary {color: #31363c; background-color: #d8d9da; }
.badge-pale.badge-success {color: #20b53c; background-color: #d4f7da; }
.badge-pale.badge-info {color: #13889b; background-color: #d1ecf1; }
.badge-pale.badge-warning {color: #d6a206; background-color: #fff3cd; }
.badge-pale.badge-danger {color: #b72758; background-color: #f8d5e1; }
.badge-pale.badge-light {background-color: #fefefe; }
.badge-pale.badge-dark {color: #121212; background-color: #d0d0d0; }
.badge-glass.badge-primary {background-color: rgba(0, 168, 255, 0.6); }
.badge-glass.badge-secondary {background-color: rgba(58, 64, 72, 0.6); }
.badge-glass.badge-success {background-color: rgba(38, 216, 71, 0.6); }
.badge-glass.badge-info {background-color: rgba(23, 162, 184, 0.6); }
.badge-glass.badge-warning {color: #ffffff; background-color: rgba(255, 193, 7, 0.6); }
.badge-glass.badge-danger {background-color: rgba(218, 47, 105, 0.6); }
.badge-glass.badge-light {color: #ffffff; background-color: rgba(248, 249, 250, 0.6); }
.badge-glass.badge-dark {background-color: rgba(21, 21, 21, 0.6); }

/* [ Background ] */
.bc-t, .bg-color-transparent {background-color: transparent !important; }
.ba-f, .bg-attachment-fixed {background-attachment: fixed !important; }
.br-n, .bg-repeat-no-repeat {background-repeat: no-repeat !important; }
.br-r, .bg-repeat-repeat {background-repeat: repeat !important; }
.br-rx, .bg-repeat-repeat-x {background-repeat: repeat-x !important; }
.br-ry, .bg-repeat-repeat-y {background-repeat: repeat-y !important; }
.bp-c, .bg-position-center {background-position: center !important; }
.bp-l, .bg-position-left {background-position: left !important; }
.bp-t, .bg-position-top {background-position: top !important; }
.bp-r, .bg-position-right {background-position: right !important; }
.bp-b, .bg-position-bottom {background-position: bottom !important; }
.bs-c, .bg-size-cover {background-size: cover !important; }
.bs-cont, .bg-size-contain {background-size: contain !important; }
.bc-dk:hover, .bc-dk:focus, .bc-dk:active {color: #ffffff !important; }
.bg-primary-end {background-color: #0022ff !important; }
.bc-blue_t {background-color: #2dcaff !important; }
.bc-blue_j {background-color: #55a0f7 !important; }
.bc-green {background-color: #26d847 !important; }
.bg-light_cherry {background-color: #da2f69 !important; }
.bg-light_cherry:hover {background-color: #b55475 !important; }
.bg-gray {background-color: #f7f7f7 !important; }
.bg-gray-start {background-color: #fbf9f9 !important; }
.bg-raisin_black {background-color: #212121 !important; }
.bg-woodsmoke {background-color: #101010 !important; }
.bg-desert {background-color: #E0C8B0 !important; }
.bg-black_haze {background-color: #F6F6F6 !important; }
.bg-lumber {background-color: #fae3ca !important; }
.bg-dark-end {background-color: #010101 !important; }
.bg-pale-primary {background-color: #cceeff; }
.bg-pale-secondary {background-color: #d8d9da; }
.bg-pale-success {background-color: #d4f7da; }
.bg-pale-info {background-color: #d1ecf1; }
.bg-pale-warning {background-color: #fff3cd; }
.bg-pale-danger {background-color: #f8d5e1; }
.bg-pale-light {background-color: #fefefe; }
.bg-pale-dark {background-color: #d0d0d0; }
.bg-dark_A-90 {background-color: rgba(0, 0, 0, 0.9) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6000000,endColorstr=#E6000000); }
.bg-dark_A-80 {background-color: rgba(0, 0, 0, 0.8) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000); }
.bg-dark_A-70 {background-color: rgba(0, 0, 0, 0.7) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000); }
.bg-dark_A-60 {background-color: rgba(0, 0, 0, 0.6) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); }
.bg-dark_A-50 {background-color: rgba(0, 0, 0, 0.5) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); }
.bg-dark_A-40 {background-color: rgba(0, 0, 0, 0.4) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); }
.bg-dark_A-30 {background-color: rgba(0, 0, 0, 0.3) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000,endColorstr=#4D000000); }
.bg-dark_A-20 {background-color: rgba(0, 0, 0, 0.2) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000); }
.bg-dark_A-10 {background-color: rgba(0, 0, 0, 0.1) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1A000000,endColorstr=#1A000000); }
.bg-light_A-90 {background-color: rgba(255, 255, 255, 0.9) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF); }
.bg-light_A-80 {background-color: rgba(255, 255, 255, 0.8) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF); }
.bg-light_A-70 {background-color: rgba(255, 255, 255, 0.7) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FFFFFF,endColorstr=#B3FFFFFF); }
.bg-light_A-60 {background-color: rgba(255, 255, 255, 0.6) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF); }
.bg-light_A-50 {background-color: rgba(255, 255, 255, 0.5) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF,endColorstr=#80FFFFFF); }
.bg-light_A-40 {background-color: rgba(255, 255, 255, 0.4) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF); }
.bg-light_A-30 {background-color: rgba(255, 255, 255, 0.3) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4DFFFFFF,endColorstr=#4DFFFFFF); }
.bg-light_A-20 {background-color: rgba(255, 255, 255, 0.2) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF); }
.bg-light_A-10 {background-color: rgba(255, 255, 255, 0.1) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1AFFFFFF,endColorstr=#1AFFFFFF); }

.bg-gradient-primary {background: #3da1ff; background: -webkit-linear-gradient(top, #3da1ff, #0c89ff 100%); background: linear-gradient(to bottom, #3da1ff, #0c89ff 100%); }
.bg-gradient-secondary {background: #61666d; background: -webkit-linear-gradient(top, #61666d, #3a4048 100%); background: linear-gradient(to bottom, #61666d, #3a4048 100%); }
.bg-gradient-success {background: #51e06c; background: -webkit-linear-gradient(top, #51e06c, #26d847 100%); background: linear-gradient(to bottom, #51e06c, #26d847 100%); }
.bg-gradient-warning {background: #f9d434; background: -webkit-linear-gradient(top, #f9d434, #F8C901 100%); background: linear-gradient(to bottom, #f9d434, #F8C901 100%); }
.bg-gradient-danger {background: #d5498a; background: -webkit-linear-gradient(top, #d5498a, #cb1c6d 100%); background: linear-gradient(to bottom, #d5498a, #cb1c6d 100%); }
.bg-gradient-light {background: white; background: -webkit-linear-gradient(top, white, #ffffff 100%); background: linear-gradient(to bottom, white, #ffffff 100%); }
.bg-gradient-dark {background: #333333; background: -webkit-linear-gradient(top, #333333, #000000 100%); background: linear-gradient(to bottom, #333333, #000000 100%); }
.bg-gradientX-primary {background: #3da1ff; background: -webkit-linear-gradient(right, #3da1ff, #0c89ff 100%); background: linear-gradient(to left, #3da1ff, #0c89ff 100%); }
.bg-gradientX-secondary {background: #61666d; background: -webkit-linear-gradient(right, #61666d, #3a4048 100%); background: linear-gradient(to left, #61666d, #3a4048 100%); }
.bg-gradientX-success {background: #51e06c; background: -webkit-linear-gradient(right, #51e06c, #26d847 100%); background: linear-gradient(to left, #51e06c, #26d847 100%); }
.bg-gradientX-warning {background: #f9d434; background: -webkit-linear-gradient(right, #f9d434, #F8C901 100%); background: linear-gradient(to left, #f9d434, #F8C901 100%); }
.bg-gradientX-danger {background: #d5498a; background: -webkit-linear-gradient(right, #d5498a, #cb1c6d 100%); background: linear-gradient(to left, #d5498a, #cb1c6d 100%); }
.bg-gradientX-light {background: white; background: -webkit-linear-gradient(right, white, #ffffff 100%); background: linear-gradient(to left, white, #ffffff 100%); }
.bg-gradientX-dark {background: #333333; background: -webkit-linear-gradient(right, #333333, #000000 100%); background: linear-gradient(to left, #333333, #000000 100%); }
.bg-gradient-progress-primary {background: #40beff; background: -webkit-linear-gradient(left, #40beff 0%, #00a8ff 100%); background: linear-gradient(to right, #40beff 0%, #00a8ff 100%); }
.bg-gradient-progress-secondary {background: #00a8ff; background: -webkit-linear-gradient(left, #00a8ff 0%, #008fd9 100%); background: linear-gradient(to right, #00a8ff 0%, #008fd9 100%); }
.bg-gradient-progress-complete {background: #f7c616; background: -webkit-linear-gradient(left, #f7c616 0%, #d88029 100%); background: linear-gradient(to right, #f7c616 0%, #d88029 100%); }
.bg-gradient-picton {background: #C195D3; background: -webkit-linear-gradient(left, #C195D3 0%, #4FB4E8 100%); background: linear-gradient(to right, #C195D3 0%, #4FB4E8 100%); }
.bg-gradient-hotpink {background: #ff69b4; background: -webkit-linear-gradient(left, #ff69b4 0%, #ff6347 100%); background: linear-gradient(to right, #ff69b4 0%, #ff6347 100%); }
.bg-gradient-glitter {background: #e7e8f0; background: -webkit-linear-gradient(left, #e7e8f0 0%, #eef1f7 100%); background: linear-gradient(to right, #e7e8f0 0%, #eef1f7 100%); }
.bg-gradient-azure_dark {background: #004b80; background: -webkit-linear-gradient(top, #004b80 0%, #000000 100%); background: linear-gradient(to bottom, #004b80 0%, #000000 100%); }

.btn.bc-blue_t {background-color: #2dcaff; }
.btn.bc-blue_t:hover {background-color: #09c1ff; }
.btn.bc-blue_j {background-color: #55a0f7; }
.btn.bc-blue_j:hover {background-color: #338df5; }
.btn.btn-outline.c-arsenic:hover {background-color: #3a4048 !important; border-color: #3a4048 !important; color: #ffffff !important; }
.btn.btn-outline.c-blue_j:hover {background-color: #55a0f7 !important; border-color: #55a0f7 !important; color: #ffffff !important; }
.btn.btn-outline.c-white:hover {background-color: #ffffff !important; border-color: #ffffff !important; color: #717171 !important; }

/* [ Breadcrumb ] */
.breadcrumb {letter-spacing: 0.125rem; font-weight: 400; font-size: 0.8125rem; }
.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {content: "\f0da"; font-family: 'Font Awesome 5 Free'; font-size:80%; font-weight:900; }
.breadcrumb-angle .breadcrumb-item + .breadcrumb-item::before {content: "\f0da"; font-family: 'Font Awesome 5 Free'; font-size:80%; font-weight:900;}
.breadcrumb-angle-double .breadcrumb-item + .breadcrumb-item::before {content: "\f0da"; font-family: 'Font Awesome 5 Free'; font-size:80%; font-weight:900;}

/* Breadcrumb Dark */
.breadcrumb-dark .breadcrumb-item {color: rgba(255, 255, 255, 0.6); }
.breadcrumb-dark + .breadcrumb-item::before {color: rgba(255, 255, 255, 0.6); }
.breadcrumb-dark.active {color: #ffffff; }

/* [ Buttons ] */
.btn {letter-spacing: 1.7px; text-transform: uppercase; font-weight: 600; letter-spacing: .2em; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; padding: 0.4375rem 1.625rem; font-size: 0.6875rem; line-height: 1.9; border-radius: 0.15rem; }
.btn:focus, .btn.focus {outline: 0; }

.btn-primary {color: #ffffff; background-color: #00a8ff; border-color: #00a8ff; }
.btn-primary:hover {color: #ffffff; background-color: #00a1f5; border-color: #00a1f5; }
.btn-primary:focus, .btn-primary.focus {box-shadow: 0 0 0 0 rgba(0, 168, 255, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {color: #ffffff; background-color: #00a8ff; border-color: #00a8ff; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {color: #ffffff; background-color: #00a1f5; border-color: #00a0f2; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(0, 168, 255, 0.5); }
.btn-primary:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(0, 168, 255, 0.3); }
.btn-primary:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(0, 168, 255, 0.3); }

.btn-secondary {color: #ffffff; background-color: #3a4048; border-color: #3a4048; }
.btn-secondary:hover {color: #ffffff; background-color: #353b42; border-color: #353b42; }
.btn-secondary:focus, .btn-secondary.focus {box-shadow: 0 0 0 0 rgba(58, 64, 72, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled {color: #ffffff; background-color: #3a4048; border-color: #3a4048; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {color: #ffffff; background-color: #353b42; border-color: #343a41; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(58, 64, 72, 0.5); }
.btn-secondary:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(58, 64, 72, 0.3); }
.btn-secondary:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(58, 64, 72, 0.3); }

.btn-success {color: #ffffff; background-color: #26d847; border-color: #26d847; }
.btn-success:hover {color: #ffffff; background-color: #24cf44; border-color: #24cf44; }
.btn-success:focus, .btn-success.focus {box-shadow: 0 0 0 0 rgba(38, 216, 71, 0.5); }
.btn-success.disabled, .btn-success:disabled {color: #ffffff; background-color: #26d847; border-color: #26d847; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {color: #ffffff; background-color: #24cf44; border-color: #24cd43; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(38, 216, 71, 0.5); }
.btn-success:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(38, 216, 71, 0.3); }
.btn-success:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(38, 216, 71, 0.3); }

.btn-info {color: #ffffff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-info:hover {color: #ffffff; background-color: #169aaf; border-color: #169aaf; }
.btn-info:focus, .btn-info.focus {box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled {color: #ffffff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {color: #ffffff; background-color: #169aaf; border-color: #1698ad; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }
.btn-info:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(23, 162, 184, 0.3); }
.btn-info:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(23, 162, 184, 0.3); }

.btn-warning {color: #fff; background-color: #cd0015; border-color: #cd0015; }
.btn-warning:hover {color: #212529; background-color: #fcbd00; border-color: #fcbd00; }
.btn-warning:focus, .btn-warning.focus {box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled {color: #212529; background-color: #cd0015; border-color: #cd0015; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {color: #212529; background-color: #fcbd00; border-color: #f9bb00; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }
.btn-warning:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(255, 193, 7, 0.3); }
.btn-warning:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(255, 193, 7, 0.3); }

.btn-danger {color: #ffffff; background-color: #da2f69; border-color: #da2f69; }
.btn-danger:hover {color: #ffffff; background-color: #d82663; border-color: #d82663; }
.btn-danger:focus, .btn-danger.focus {box-shadow: 0 0 0 0 rgba(218, 47, 105, 0.5); }
.btn-danger.disabled, .btn-danger:disabled { background-color: #da2f69; border-color: #da2f69; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {color: #ffffff; background-color: #d82663; border-color: #d62662; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(218, 47, 105, 0.5); }
.btn-danger:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(218, 47, 105, 0.3); }
.btn-danger:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(218, 47, 105, 0.3); }

.btn-light {color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-light:hover {color: #212529; background-color: #f2f4f6; border-color: #f2f4f6; }
.btn-light:focus, .btn-light.focus {box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled {color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {color: #212529; background-color: #f2f4f6; border-color: #f1f3f5; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }
.btn-light:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(248, 249, 250, 0.3); }
.btn-light:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(248, 249, 250, 0.3); }

.btn-dark {color: #ffffff; background-color: #151515; border-color: #151515; }
.btn-dark:hover {color: #ffffff; background-color: #101010; border-color: #101010; }
.btn-dark:focus, .btn-dark.focus {box-shadow: 0 0 0 0 rgba(21, 21, 21, 0.5); }
.btn-dark.disabled, .btn-dark:disabled {color: #ffffff; background-color: #151515; border-color: #151515; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {color: #ffffff; background-color: #101010; border-color: #0f0f0f; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(21, 21, 21, 0.5); }
.btn-dark:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(21, 21, 21, 0.3); }
.btn-dark:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(21, 21, 21, 0.3); }

.btn-xs {padding: 0.25rem 0.75rem; font-size: 0.625rem; line-height: 1.7; border-radius: 0.15rem; }
.btn-sm, .btn-group-sm > .btn {padding: 0.375rem 1.25rem; font-size: 0.625rem; line-height: 1.7; border-radius: 0.15rem; }
.btn-lg, .btn-group-lg > .btn {padding: 0.4375rem 2rem; font-size: 0.8125rem; line-height: 2.2; border-radius: 0.15rem; }
.btn-xl {padding: 0.625rem 2.25rem; font-size: 0.8125rem; line-height: 2.2; border-radius: 0.15rem; }

.btn-outline {background-color: transparent !important; border: 1px solid !important; }
.btn-outline-primary:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(0, 168, 255, 0.3); }
.btn-outline-primary:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(0, 168, 255, 0.3); }
.btn-outline-secondary:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(58, 64, 72, 0.3); }
.btn-outline-secondary:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(58, 64, 72, 0.3); }
.btn-outline-success:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(38, 216, 71, 0.3); }
.btn-outline-success:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(38, 216, 71, 0.3); }
.btn-outline-info:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(23, 162, 184, 0.3); }
.btn-outline-info:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(23, 162, 184, 0.3); }
.btn-outline-warning:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(255, 193, 7, 0.3); }
.btn-outline-warning:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(255, 193, 7, 0.3); }
.btn-outline-danger:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(218, 47, 105, 0.3); }
.btn-outline-danger:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(218, 47, 105, 0.3); }
.btn-outline-light:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(248, 249, 250, 0.3); }
.btn-outline-light:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(248, 249, 250, 0.3); }
.btn-outline-dark:hover {box-shadow: 0 0.0625rem 0.5625rem rgba(21, 21, 21, 0.3); }
.btn-outline-dark:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(21, 21, 21, 0.3); }

.btn-round {border-radius: 10rem; }

.btn-glass.btn-primary {background-color: rgba(0, 168, 255, 0.6); border-color: transparent; color: #ffffff; }
.btn-glass.btn-primary:hover {background-color: rgba(0, 168, 255, 0.9); }
.btn-glass.btn-secondary {background-color: rgba(58, 64, 72, 0.6); border-color: transparent; color: #ffffff; }
.btn-glass.btn-secondary:hover {background-color: rgba(58, 64, 72, 0.9); }
.btn-glass.btn-success {background-color: rgba(38, 216, 71, 0.6); border-color: transparent; color: #ffffff; }
.btn-glass.btn-success:hover {background-color: rgba(38, 216, 71, 0.9); }
.btn-glass.btn-info {background-color: rgba(23, 162, 184, 0.6); border-color: transparent; color: #ffffff; }
.btn-glass.btn-info:hover {background-color: rgba(23, 162, 184, 0.9); }
.btn-glass.btn-warning {background-color: rgba(255, 193, 7, 0.6); border-color: transparent; color: #ffffff; }
.btn-glass.btn-warning:hover {background-color: rgba(255, 193, 7, 0.9); }
.btn-glass.btn-danger {background-color: rgba(218, 47, 105, 0.6); border-color: transparent; color: #ffffff; }
.btn-glass.btn-danger:hover {background-color: rgba(218, 47, 105, 0.9); }
.btn-glass.btn-light {background-color: rgba(248, 249, 250, 0.6); border-color: transparent; color: #ffffff; }
.btn-glass.btn-light:hover {background-color: rgba(248, 249, 250, 0.9); }
.btn-glass.btn-dark {background-color: rgba(21, 21, 21, 0.6); border-color: transparent; color: #ffffff; }
.btn-glass.btn-dark:hover {background-color: rgba(21, 21, 21, 0.9); }

.btn-square {display: inline-flex; align-items: center; justify-content: center; padding-left: .3125rem; padding-right: .3125rem; width: 2.25rem; height: 2.25rem; }
.btn-square.btn-xl {width: 2.875rem; height: 2.875rem; }
.btn-square.btn-lg, .btn-group-lg > .btn-square.btn {width: 2.5rem; height: 2.5rem; }
.btn-square.btn-sm, .btn-group-sm > .btn-square.btn {width: 2rem; height: 2rem; }
.btn-square.btn-xs {width: 1.625rem; height: 1.625rem; }

.btn-circle {display: inline-flex; align-items: center; justify-content: center; width: 3.5rem; height: 3.5rem; padding-left: .3125rem; padding-right: .3125rem; border-radius: 10rem; }
.btn-circle.btn-xl {width: 4.5rem; height: 4.5rem; font-size: 0.825rem; }
.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {width: 4rem; height: 4rem; font-size: 0.75625rem; }
.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {width: 3rem; height: 3rem; font-size: 0.61875rem; }
.btn-circle.btn-xs {width: 2.5rem; height: 2.5rem; font-size: 0.48125rem; }

.btn-label {position: relative; padding-left: 3.25rem;overflow: hidden; }
.btn-label label { display: inline-flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; bottom: 0; width: 2.25rem; padding: .3125rem 0; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.1); cursor: pointer; }

.btn-android {color: #ffffff; background-color: #7CB72D; border-color: #7CB72D; }
.btn-android:hover {color: #ffffff; background-color: #76af2b; border-color: #76af2b; }
.btn-android:focus, .btn-android.focus {box-shadow: 0 0 0 0 rgba(124, 183, 45, 0.5); }
.btn-android.disabled, .btn-android:disabled {color: #ffffff; background-color: #7CB72D; border-color: #7CB72D; }
.btn-android:not(:disabled):not(.disabled):active, .btn-android:not(:disabled):not(.disabled).active, .show > .btn-android.dropdown-toggle {color: #ffffff; background-color: #76af2b; border-color: #75ad2a; }
.btn-android:not(:disabled):not(.disabled):active:focus, .btn-android:not(:disabled):not(.disabled).active:focus, .show > .btn-android.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(124, 183, 45, 0.5); }

.btn-apple {color: #ffffff; background-color: #7D7D7D; border-color: #7D7D7D; }
.btn-apple:hover {color: #ffffff; background-color: #787878; border-color: #787878; }
.btn-apple:focus, .btn-apple.focus {box-shadow: 0 0 0 0 rgba(125, 125, 125, 0.5); }
.btn-apple.disabled, .btn-apple:disabled {color: #ffffff; background-color: #7D7D7D; border-color: #7D7D7D; }
.btn-apple:not(:disabled):not(.disabled):active, .btn-apple:not(:disabled):not(.disabled).active, .show > .btn-apple.dropdown-toggle {color: #ffffff; background-color: #787878; border-color: #777777; }
.btn-apple:not(:disabled):not(.disabled):active:focus, .btn-apple:not(:disabled):not(.disabled).active:focus, .show > .btn-apple.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(125, 125, 125, 0.5); }

.btn-dribbble {color: #ffffff; background-color: #FF4790; border-color: #FF4790; }
.btn-dribbble:hover {color: #ffffff; background-color: #ff3d8a; border-color: #ff3d8a; }
.btn-dribbble:focus, .btn-dribbble.focus {box-shadow: 0 0 0 0 rgba(255, 71, 144, 0.5); }
.btn-dribbble.disabled, .btn-dribbble:disabled {color: #ffffff; background-color: #FF4790; border-color: #FF4790; }
.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active, .show > .btn-dribbble.dropdown-toggle {color: #ffffff; background-color: #ff3d8a; border-color: #ff3a88; }
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus, .show > .btn-dribbble.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(255, 71, 144, 0.5); }

.btn-dropbox {color: #ffffff; background-color: #007DE4; border-color: #007DE4; }
.btn-dropbox:hover {color: #ffffff; background-color: #0077da; border-color: #0077da; }
.btn-dropbox:focus, .btn-dropbox.focus {box-shadow: 0 0 0 0 rgba(0, 125, 228, 0.5); }
.btn-dropbox.disabled, .btn-dropbox:disabled {color: #ffffff; background-color: #007DE4; border-color: #007DE4; }
.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active, .show > .btn-dropbox.dropdown-toggle {color: #ffffff; background-color: #0077da; border-color: #0076d7; }
.btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus, .show > .btn-dropbox.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(0, 125, 228, 0.5); }

.btn-facebook {color: #ffffff;background-color: #3B5998; border-color: #3B5998; }
.btn-facebook:hover {color: #ffffff; background-color: #385591; border-color: #385591; }
.btn-facebook:focus, .btn-facebook.focus {box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.5); }
.btn-facebook.disabled, .btn-facebook:disabled {color: #ffffff; background-color: #3B5998; border-color: #3B5998; }
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {color: #ffffff; background-color: #385591; border-color: #37548f; }
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.5); }

.btn-flickr {color: #ffffff; background-color: #FE0083; border-color: #FE0083; }
.btn-flickr:hover {color: #ffffff; background-color: #f4007e; border-color: #f4007e; }
.btn-flickr:focus, .btn-flickr.focus {box-shadow: 0 0 0 0 rgba(254, 0, 131, 0.5); }
.btn-flickr.disabled, .btn-flickr:disabled {color: #ffffff; background-color: #FE0083; border-color: #FE0083; }
.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active, .show > .btn-flickr.dropdown-toggle {color: #ffffff; background-color: #f4007e; border-color: #f1007c; }
.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus, .show > .btn-flickr.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(254, 0, 131, 0.5); }

.btn-github {color: #ffffff; background-color: #211F20; border-color: #211F20; }
.btn-github:hover {color: #ffffff; background-color: #1c1a1b;border-color: #1c1a1b; }
.btn-github:focus, .btn-github.focus {box-shadow: 0 0 0 0 rgba(33, 31, 32, 0.5); }
.btn-github.disabled, .btn-github:disabled {color: #ffffff; background-color: #211F20; border-color: #211F20; }
.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show > .btn-github.dropdown-toggle {color: #ffffff; background-color: #1c1a1b; border-color: #1a191a; }
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show > .btn-github.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(33, 31, 32, 0.5); }

.btn-google {color: #ffffff; background-color: #DD4C39; border-color: #DD4C39; }
.btn-google:hover {color: #ffffff; background-color: #dc4430; border-color: #dc4430; }
.btn-google:focus, .btn-google.focus {box-shadow: 0 0 0 0 rgba(221, 76, 57, 0.5); }
.btn-google.disabled, .btn-google:disabled {color: #ffffff; background-color: #DD4C39; border-color: #DD4C39; }
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {color: #ffffff; background-color: #dc4430; border-color: #db422e; }
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(221, 76, 57, 0.5); }

.btn-instagram {color: #ffffff; background-color: #F71D5A; border-color: #F71D5A; }
.btn-instagram:hover {color: #ffffff; background-color: #f71353; border-color: #f71353; }
.btn-instagram:focus, .btn-instagram.focus {box-shadow: 0 0 0 0 rgba(247, 29, 90, 0.5); }
.btn-instagram.disabled, .btn-instagram:disabled {color: #ffffff; background-color: #F71D5A; border-color: #F71D5A; }
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {color: #ffffff; background-color: #f71353; border-color: #f71151; }
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(247, 29, 90, 0.5); }

.btn-pinterest {color: #ffffff; background-color: #D73532; border-color: #D73532; }
.btn-pinterest:hover {color: #ffffff; background-color: #d52d2a; border-color: #d52d2a; }
.btn-pinterest:focus, .btn-pinterest.focus {box-shadow: 0 0 0 0 rgba(215, 53, 50, 0.5); }
.btn-pinterest.disabled, .btn-pinterest:disabled {color: #ffffff; background-color: #D73532; border-color: #D73532; }
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {color: #ffffff; background-color: #d52d2a; border-color: #d32c29; }
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(215, 53, 50, 0.5); }

.btn-stackoverflow {color: #ffffff; background-color: #F47A20; border-color: #F47A20; }
.btn-stackoverflow:hover {color: #ffffff; background-color: #f47416; border-color: #f47416; }
.btn-stackoverflow:focus, .btn-stackoverflow.focus {box-shadow: 0 0 0 0 rgba(244, 122, 32, 0.5); }
.btn-stackoverflow.disabled, .btn-stackoverflow:disabled {color: #ffffff; background-color: #F47A20; border-color: #F47A20; }
.btn-stackoverflow:not(:disabled):not(.disabled):active, .btn-stackoverflow:not(:disabled):not(.disabled).active, .show > .btn-stackoverflow.dropdown-toggle {color: #ffffff; background-color: #f47416; border-color: #f37314; }
.btn-stackoverflow:not(:disabled):not(.disabled):active:focus, .btn-stackoverflow:not(:disabled):not(.disabled).active:focus, .show > .btn-stackoverflow.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(244, 122, 32, 0.5); }

.btn-skype {color: #ffffff; background-color: #00AFF0; border-color: #00AFF0; }
.btn-skype:hover {color: #ffffff; background-color: #00a8e6; border-color: #00a8e6; }
.btn-skype:focus, .btn-skype.focus {box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.5); }
.btn-skype.disabled, .btn-skype:disabled {color: #ffffff; background-color: #00AFF0; border-color: #00AFF0; }
.btn-skype:not(:disabled):not(.disabled):active, .btn-skype:not(:disabled):not(.disabled).active, .show > .btn-skype.dropdown-toggle {color: #ffffff; background-color: #00a8e6; border-color: #00a6e3; }
.btn-skype:not(:disabled):not(.disabled):active:focus, .btn-skype:not(:disabled):not(.disabled).active:focus, .show > .btn-skype.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(0, 175, 240, 0.5); }

.btn-tumblr {color: #ffffff; background-color: #35465C; border-color: #35465C; }
.btn-tumblr:hover {color: #ffffff; background-color: #314156; border-color: #314156; }
.btn-tumblr:focus, .btn-tumblr.focus {box-shadow: 0 0 0 0 rgba(53, 70, 92, 0.5); }
.btn-tumblr.disabled, .btn-tumblr:disabled {color: #ffffff; background-color: #35465C; border-color: #35465C; }
.btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active, .show > .btn-tumblr.dropdown-toggle {color: #ffffff; background-color: #314156; border-color: #304054; }
.btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus, .show > .btn-tumblr.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(53, 70, 92, 0.5); }

.btn-twitter {color: #ffffff; background-color: #1DA1F2;border-color: #1DA1F2; }
.btn-twitter:hover {color: #ffffff; background-color: #139df1; border-color: #139df1; }
.btn-twitter:focus, .btn-twitter.focus {box-shadow: 0 0 0 0 rgba(29, 161, 242, 0.5); }
.btn-twitter.disabled, .btn-twitter:disabled {color: #ffffff; background-color: #1DA1F2; border-color: #1DA1F2; }
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {color: #ffffff; background-color: #139df1; border-color: #119cf1; }
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(29, 161, 242, 0.5); }

.btn-linkedin {color: #ffffff; background-color: #0077B5; border-color: #0077B5; }
.btn-linkedin:hover {color: #ffffff; background-color: #0070ab; border-color: #0070ab; }
.btn-linkedin:focus, .btn-linkedin.focus {box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.5); }
.btn-linkedin.disabled, .btn-linkedin:disabled {color: #ffffff; background-color: #0077B5; border-color: #0077B5; }
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {color: #ffffff; background-color: #0070ab; border-color: #006fa8; }
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {box-shadow: 0 0 0 0 rgba(0, 119, 181, 0.5); }

.btn-outline.success {color: #26d847 !important; border-color: #26d847 !important; }
.btn-outline.success:hover {color: #ffffff !important; background-color: #26d847 !important; }

button.close:focus {outline: none; }

/* [ Border ] */
.border {border: 1px solid #eff1f3 !important; }
.border-top {border-top: 1px solid #eff1f3 !important; }
.border-right {border-right: 1px solid #eff1f3 !important; }
.border-bottom {border-bottom: 1px solid #eff1f3 !important; }
.border-left {border-left: 1px solid #eff1f3 !important; }
.border-0 {border: 0 !important; }
.border-top-0 {border-top: 0 !important; }
.border-right-0 {border-right: 0 !important; }
.border-bottom-0 {border-bottom: 0 !important; }
.border-left-0 {border-left: 0 !important; }

@media (min-width: 576px) {
  .border-sm {border: 1px solid #eff1f3 !important; }
  .border-sm-top {border-top: 1px solid #eff1f3 !important; }
  .border-sm-right {border-right: 1px solid #eff1f3 !important; }
  .border-sm-bottom {border-bottom: 1px solid #eff1f3 !important; }
  .border-sm-left {border-left: 1px solid #eff1f3 !important; }
  .border-sm-0 {border: 0 !important; }
  .border-sm-top-0 {border-top: 0 !important; }
  .border-sm-right-0 {border-right: 0 !important; }
  .border-sm-bottom-0 {border-bottom: 0 !important; }
  .border-sm-left-0 {border-left: 0 !important; } 
}
@media (min-width: 768px) {
  .border-md {border: 1px solid #eff1f3 !important; }
  .border-md-top {border-top: 1px solid #eff1f3 !important; }
  .border-md-right {border-right: 1px solid #eff1f3 !important; }
  .border-md-bottom {border-bottom: 1px solid #eff1f3 !important; }
  .border-md-left {border-left: 1px solid #eff1f3 !important; }
  .border-md-0 {border: 0 !important; }
  .border-md-top-0 {border-top: 0 !important; }
  .border-md-right-0 {border-right: 0 !important; }
  .border-md-bottom-0 {border-bottom: 0 !important; }
  .border-md-left-0 {border-left: 0 !important; } 
}
@media (min-width: 992px) {
  .border-lg {border: 1px solid #eff1f3 !important; }
  .border-lg-top {border-top: 1px solid #eff1f3 !important; }
  .border-lg-right {border-right: 1px solid #eff1f3 !important; }
  .border-lg-bottom {border-bottom: 1px solid #eff1f3 !important; }
  .border-lg-left {border-left: 1px solid #eff1f3 !important; }
  .border-lg-0 {border: 0 !important; }
  .border-lg-top-0 {border-top: 0 !important; }
  .border-lg-right-0 {border-right: 0 !important; }
  .border-lg-bottom-0 {border-bottom: 0 !important; }
  .border-lg-left-0 {border-left: 0 !important; } 
}
@media (min-width: 1200px) {
  .border-xl {border: 1px solid #eff1f3 !important; }
  .border-xl-top {border-top: 1px solid #eff1f3 !important; }
  .border-xl-right {border-right: 1px solid #eff1f3 !important; }
  .border-xl-bottom {border-bottom: 1px solid #eff1f3 !important; }
  .border-xl-left {border-left: 1px solid #eff1f3 !important; }
  .border-xl-0 {border: 0 !important; }
  .border-xl-top-0 {border-top: 0 !important; }
  .border-xl-right-0 {border-right: 0 !important; }
  .border-xl-bottom-0 {border-bottom: 0 !important; }
  .border-xl-left-0 {border-left: 0 !important; } 
}

.border-2, .br-2 {border: 2px solid #eff1f3 !important; }
.border-3, .br-3 {border: 3px solid #eff1f3 !important; }
.border-4, .br-4 {border: 4px solid #eff1f3 !important; }
.border-5, .br-5 {border: 5px solid #eff1f3 !important; }
.border-width-0, .bw-0 {border-width: 0px !important; }
.border-width-1, .bw-1 {border-width: 1px !important; }
.border-width-2, .bw-2 {border-width: 2px !important; }
.border-width-3, .bw-3 {border-width: 3px !important; }
.border-left-2, .br-l-2 {border-left: 2px solid !important; }
.border-left-3, .br-l-3 {border-left: 3px solid !important; }
.border-left-4, .br-l-4 {border-left: 4px solid !important; }
.border-left-5, .br-l-5 {border-left: 5px solid !important; }
.border-top-2, .br-t-2 {border-top: 2px solid !important; }
.border-top-3, .br-t-3 {border-top: 3px solid !important; }
.border-top-4, .br-t-4 {border-top: 4px solid !important; }
.border-top-5, .br-t-5 {border-top: 5px solid !important; }
.border-right-2, .br-r-2 {border-right: 2px solid !important; }
.border-right-3, .br-r-3 {border-right: 3px solid !important; }
.border-right-4, .br-r-4 {border-right: 4px solid !important; }
.border-right-5, .br-r-5 {border-right: 5px solid !important; }
.border-bottom-2, .br-b-2 {border-bottom: 2px solid !important; }
.border-bottom-3, .br-b-3 {border-bottom: 3px solid !important; }
.border-bottom-4, .br-b-4 {border-bottom: 4px solid !important; }
.border-bottom-5, .br-b-5 {border-bottom: 5px solid !important; }

.border-primary {border-color: #00a8ff !important; }
.border-secondary {border-color: #3a4048 !important; }
.border-success {border-color: #26d847 !important; }
.border-info {border-color: #17a2b8 !important; }
.border-warning {border-color: #cd0015 !important; }
.border-danger {border-color: #da2f69 !important; }
.border-light {border-color: #f8f9fa !important; }
.border-dark {border-color: #151515 !important; }
.border-white {border-color: #ffffff !important; }

.rounded-1 {border-radius: .5rem !important; }
.rounded-2 {border-radius: .75rem !important; }
.rounded-3 {border-radius: 1rem !important; }
.rounded-4 {border-radius: 10rem !important; }
.rounded-top-left-0 {border-top-left-radius: 0 !important; }
.rounded-bottom-left-0 {border-bottom-left-radius: 0 !important; }
.rounded-top-right-0 {border-top-right-radius: 0 !important; }
.rounded-bottom-right-0 {border-bottom-right-radius: 0 !important; }
.rounded-top-left {border-top-left-radius: 0.25rem !important; }
.rounded-bottom-left {border-bottom-left-radius: 0.25rem !important; }
.rounded-top-right {border-top-right-radius: 0.25rem !important; }
.rounded-bottom-right {border-bottom-right-radius: 0.25rem !important; }

.form-control-primary:focus {border-color: #0c89ff; }
.form-control-secondary:focus {border-color: #3a4048; }
.form-control-success:focus {border-color: #26d847; }
.form-control-warning:focus {border-color: #F8C901; }
.form-control-danger:focus {border-color: #cb1c6d; }
.form-control-light:focus {border-color: #ffffff; }
.form-control-dark:focus {border-color: #000000; }

/* [ Block ] */
.tile {align-items: stretch; flex-grow: 1; flex-shrink: 1; min-height: -webkit- min-content; min-height: -moz- min-content; min-height: min-content; }
.tile.is-vertical {flex-direction: column; }

.features {position: relative; }
.features .features ul.features-stack {margin-top: 1.25rem; }
.features .features ul.features-stack li {margin-top: 1.25rem; padding-bottom: 1.25rem; border-bottom: solid 1px #e9ecef; }
.features .features ul.features-stack li:last-child {padding-bottom: 0px;border-bottom: none; }
.features .features ul.features-stack.row li {margin-top: 1.25rem; padding-bottom: 1.25rem; border-bottom: none; }
.features .feature-icon {display: inline-block; vertical-align: top; padding: .375rem 0 0 0; margin-right: 1rem; }
.features .feature-img {display: inline-block; vertical-align: top; padding: .375rem 0 0 0; margin-right: 1.25rem; }
.features .feature-img img {width: 2.8125rem; }
.features span.icon {font-size: 45px; color: #717171; }
.features .feature-content {display: inline-block; width: 75%; }

.screenshots figure {position: relative; overflow: hidden; }
.screenshots figure img {width: 100%; height: 100%; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.screenshots figure:hover img, 
.screenshots figure:focus img {-webkit-transform: 1.1; -moz-transform: 1.1; -ms-transform: 1.1; -o-transform: 1.1; transform: 1.1; }
.screenshots figure:hover figcaption, 
.screenshots figure:focus figcaption {opacity: 1; }
.screenshots figure.cs-hover figcaption {opacity: 1; }
.screenshots figcaption {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(11, 10, 49, 0.5); opacity: 0; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.screenshots figcaption .caption-content {width: 50%; margin: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }

@media screen and (max-width: 991px) {
  .screenshots figcaption p {padding: 0 18px; margin: .5em 0 0 0; } 
}
@media screen and (max-width: 670px) {
  .screenshots figcaption p {display: none; } 
}

.service {width: 100%; min-height: 20rem; text-align: center; border: 1px solid rgba(0, 0, 0, 0.07); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.service .title {position: relative; top: 5rem; -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.service .icon-holder {display: inline-block; position: relative; top: 100px; margin-bottom: 2.5rem; padding: .625rem; background-color: #ffffff; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.service .icon-holder .icon {width: 2.5rem; }
.service .description {width: 80%; margin: 0 auto; opacity: 0; -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.service:hover .title,
.service:hover .icon-holder {top: -1.875rem; }
.service:hover .description {opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.release-header {height: calc(100vh + 125px) !important; }

.release-box {margin-top: calc(-250px/2); }
.release-box .card {height: 250px; border: 0; overflow: hidden; }
.release-box .card:not(:first-child):not(:last-child) {border-radius: 0; }
.release-box .card:first-child {border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.release-box .card:last-child {border-top-left-radius: 0; border-top-right-radius: 0; }
@media (min-width: 992px) {
  .release-box .card:first-child {border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0.25rem; }
  .release-box .card:last-child {border-top-right-radius: 0.25rem; border-top-left-radius: 0; border-bottom-left-radius: 0; } 
}
.release-box .card .card-text {-webkit-transition: transform 0.2s; -moz-transition: transform 0.2s; -ms-transition: transform 0.2s; transition: transform 0.2s; -webkit-transform: translateY(3.75rem); -moz-transform: translateY(3.75rem); -ms-transform: translateY(3.75rem); -o-transform: translateY(3.75rem); transform: translateY(3.75rem); }
.release-box .card:hover .card-text {-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

/* Footer */
.footer {padding: 1.25rem 0; border-top: 1px solid #f1f1f1; }
.footer .logo img{width: auto; height: auto; max-height: 0.8rem;}
.footer .nav {margin-right: -15px; margin-left: -15px; }
.footer .nav .nav-link {padding-left: 15px; padding-right: 15px; }
.footer .social-buttons {margin-right: -4px; margin-left: -4px; }
.footer .social-buttons a {background:#cd0015; border:4px solid #000; color:#fff; display: inline-block; width:50px; height:50px; font-size:24px; line-height:42px;  text-align: center; border-radius:100px; -moz-border-radius:100px; -webkit-border-radius:100px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -ms-transition: 0.3s ease-out; transition: 0.3s ease-out; margin-right: 4px; margin-left: 4px; }
.footer .social-buttons a:hover{color:#fff!important}

.footer.footer-dark {border-color: #1a1a1a; color: #f8f9fa !important; }
.footer.footer-dark .nav-link {color: #f8f9fa !important; }
.footer.footer-dark h1, .footer.footer-dark .h1,
.footer.footer-dark h2, .footer.footer-dark .h2,
.footer.footer-dark h3, .footer.footer-dark .h3,
.footer.footer-dark h4, .footer.footer-dark .h4,
.footer.footer-dark h5, .footer.footer-dark .h5,
.footer.footer-dark h6, .footer.footer-dark .h6 {color: #f8f9fa !important; }
.footer.footer-dark a:not([class*="social-"]),
.footer.footer-dark small {color: #f8f9fa !important; }

/* Card */
.card {overflow: hidden; -webkit-transition: 0.4s; -moz-transition: 0.4s; -ms-transition: 0.4s; transition: 0.4s; }
.card .badges {position: absolute; top: 0; padding: .75rem 1.25rem; }
.card .badges.badges-left {left: 0; }
.card .badges.badges-right {right: 0; }
.card .badges.badges-bottom {top: auto;bottom: 0; }
.card .card-img {position: relative; }

.card-primary {background-color: #00a8ff; color: rgba(255, 255, 255, 0.9); }
.card-primary h1, .card-primary h2, .card-primary h3, .card-primary h4, .card-primary h5, .card-primary h6,
.card-primary .h1, .card-primary .h2, .card-primary .h3, .card-primary .h4, .card-primary .h5, .card-primary .h6 {color: rgba(255, 255, 255, 0.9); }
.card-primary a {color: rgba(255, 255, 255, 0.9) !important; }

.card-secondary {background-color: #3a4048; color: rgba(255, 255, 255, 0.9); }
.card-secondary h1, .card-secondary h2, .card-secondary h3, .card-secondary h4, .card-secondary h5, .card-secondary h6,
.card-secondary .h1, .card-secondary .h2, .card-secondary .h3, .card-secondary .h4, .card-secondary .h5, .card-secondary .h6 {color: rgba(255, 255, 255, 0.9); }
.card-secondary a {color: rgba(255, 255, 255, 0.9) !important; }

.card-success {background-color: #26d847; color: rgba(255, 255, 255, 0.9); }
.card-success h1, .card-success h2, .card-success h3, .card-success h4, .card-success h5, .card-success h6,
.card-success .h1, .card-success .h2, .card-success .h3, .card-success .h4, .card-success .h5, .card-success .h6 {color: rgba(255, 255, 255, 0.9); }
.card-success a {color: rgba(255, 255, 255, 0.9) !important; }

.card-info {background-color: #17a2b8; color: rgba(255, 255, 255, 0.9); }
.card-info h1, .card-info h2, .card-info h3, .card-info h4, .card-info h5, .card-info h6,
.card-info .h1, .card-info .h2, .card-info .h3, .card-info .h4, .card-info .h5, .card-info .h6 {color: rgba(255, 255, 255, 0.9); }
.card-info a {color: rgba(255, 255, 255, 0.9) !important; }

.card-warning {background-color: #cd0015; color: rgba(33, 37, 41, 0.9); }
.card-warning h1, .card-warning h2, .card-warning h3, .card-warning h4, .card-warning h5, .card-warning h6,
.card-warning .h1, .card-warning .h2, .card-warning .h3, .card-warning .h4, .card-warning .h5, .card-warning .h6 {color: rgba(33, 37, 41, 0.9); }
.card-warning a {color: rgba(33, 37, 41, 0.9) !important; }

.card-danger {background-color: #da2f69; color: rgba(255, 255, 255, 0.9); }
.card-danger h1, .card-danger h2, .card-danger h3, .card-danger h4, .card-danger h5, .card-danger h6,
.card-danger .h1, .card-danger .h2, .card-danger .h3, .card-danger .h4, .card-danger .h5, .card-danger .h6 {color: rgba(255, 255, 255, 0.9); }
.card-danger a {color: rgba(255, 255, 255, 0.9) !important; }

.card-light {background-color: #f8f9fa; color: rgba(33, 37, 41, 0.9); }
.card-light h1, .card-light h2, .card-light h3, .card-light h4, .card-light h5, .card-light h6,
.card-light .h1, .card-light .h2, .card-light .h3, .card-light .h4, .card-light .h5, .card-light .h6 {color: rgba(33, 37, 41, 0.9); }
.card-light a {color: rgba(33, 37, 41, 0.9) !important; }

.card-dark {background-color: #1d1d1d; color: rgba(255, 255, 255, 0.9); }
.card-dark h1, .card-dark h2, .card-dark h3, .card-dark h4, .card-dark h5, .card-dark h6,
.card-dark .h1, .card-dark .h2, .card-dark .h3, .card-dark .h4, .card-dark .h5, .card-dark .h6 {color: rgba(255, 255, 255, 0.9); }
.card-dark a {color: rgba(255, 255, 255, 0.9) !important; }

.card-body {position: relative; }
.card-hover {position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; overflow: hidden; visibility: hidden; border-radius: inherit; -webkit-transition: 0.4s ease-out; -moz-transition: 0.4s ease-out; -ms-transition: 0.4s ease-out; transition: 0.4s ease-out; }
.card:hover .card-hover {visibility: visible; opacity: 1; }
.card-scale:hover {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }

/* [ carousel ] */
.carousel-indicators.indicators-square li,
.carousel-indicators.indicators-square .active,
.carousel-indicators.indicators-circle li,
.carousel-indicators.indicators-circle .active {width: 0.5rem; height: 0.5rem; }
.carousel-indicators.indicators-circle li,
.carousel-indicators.indicators-circle .active {border-radius: 0.5rem; }
.carousel-indicators li {background-color: rgba(100, 123, 150, 0.5); border: none; margin-left: 0; margin-right: 7px; margin-bottom: 0; }
.carousel-indicators li:last-child {margin-right: 0; }
.carousel-indicators li:hover {cursor: pointer; }
.carousel-indicators li.active {background-color: #647b96; }

.carousel-control-prev.carousel-control-light,
.carousel-control-next.carousel-control-light {color: #717171; }

@media screen and (min-width: 768px) {
  .carousel-indicators {bottom: 20px; } 
}

/* ig-slider */
.ig-slider-def .carousel-inner .carousel-item .ig-img {background-size: cover; background-position: center center; background-repeat: no-repeat; }
.ig-slider-def .carousel-inner .carousel-item .ig-sl-gr {position: absolute; top: 50%; left: 50%; -webkit-transform: translate3d(-50%, -50%, 0); -moz-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); }

.ig-slider-def,
.ig-slider-def .carousel-inner,
.ig-slider-def .carousel-inner .carousel-item .ig-img {height: 70vh; }

/* indicators */
.icon-cl-prev,
.icon-cl-next {margin: auto; bottom: 0; top: 0; font-size: 32px; height: 32px;}

@media (min-width: 768px) {
  .fl-scn .icon-cl-prev,
  .fl-scn .icon-cl-next {font-size: 42px; width: 42px; height: 42px; } 
}
@media (min-width: 992px) {
  .fl-scn .icon-cl-prev,
  .fl-scn .icon-cl-next {font-size: 3.125rem; width: 3.125rem; height: 3.125rem; } 
}
@media (min-width: 1200px) {
  .fl-scn .icon-cl-prev,
  .fl-scn .icon-cl-next {font-size: 4.375rem; width: 4.375rem; height: 4.375rem; } 
}
@media (min-width: 1480px) {
  .fl-scn .icon-cl-prev,
  .fl-scn .icon-cl-next {font-size: 6.25rem; width: 6.25rem; height: 6.25rem; } 
}

/* image carousel + tabs */
.ig-carousel_ts .item .item-cont {padding-top: 225px; padding-bottom: 225px; }
.ig-carousel_ts .item img {width: auto; margin: auto; }
.ig-carousel_ts .nav-tabs > .nav-item {float: none; cursor: default; }
.ig-carousel_ts .nav-tabs .nav-link {padding: 0; margin-right: 0; line-height: normal; border-width: 1px; border-style: solid; border-color: rgba(255, 255, 255, 0.8); border-radius: 50%; }
.ig-carousel_ts .nav-tabs .nav-link.active {background-color: initial; border-width: 2px; }
.ig-carousel_ts .nav-tabs .nav-link:hover,
.ig-carousel_ts .nav-tabs .nav-link:focus {background-color: initial; }
.ig-carousel_ts .nav-tabs > .nav-item,
.ig-carousel_ts .nav-tabs > .nav-item > a.nav-link {width: 25px; height: 25px; }
.ig-carousel_ts .ig-c-title {font-size: 5em; }

/* carousel-indicators */
.ig-carousel_ts .nav-tabs.carousel-indicators {bottom: 40px; }
.ig-carousel_ts .nav-tabs.carousel-indicators .nav-item {margin-right: 25px; background-color: transparent; }
.ig-carousel_ts .nav-tabs.carousel-indicators .nav-item:last-child {margin-right: 0; }
.ig-carousel_ts .nav-tabs.carousel-indicators .nav-item::before,
.ig-carousel_ts .nav-tabs.carousel-indicators .nav-item::after {display: none; }
.ig-carousel_ts .nav-tabs.carousel-indicators .ig-color {flex: 0 0 100%; margin-bottom: 15px; color: #ffffff; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .ig-carousel_ts .nav-tabs.carousel-indicators {bottom: 80px; } 
}
.carousel-indicators.def > li {border-radius: 3px; width: 24px; height: 4px; }

.owl-dots {display: flex; align-items: center; padding-top: 1rem; padding-bottom: 1rem; }
.owl-dots .owl-dot:focus {outline: none; }
.owl-dots .owl-dot span {width: .75rem; height: .75rem; margin: .3rem .5rem; background: #ced4da; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 0.2s ease; -moz-transition: opacity 0.2s ease; -ms-transition: opacity 0.2s ease; transition: opacity 0.2s ease; border-radius: 30px; }

/* owl + tabs fix  */
.ig-carousel .tab-content > .tab-pane {display: block; height: 0; }
.ig-carousel .tab-content > .active {height: auto; }
.ig-carousel .tab-content {overflow: hidden; }
.ig-carousel_ts .owl-nav,
.ig-carousel_ts .owl-dots {display: none; }

/* carousel-fade */
.carousel-fade .carousel-item {opacity: 0; transition-duration: .8s; transition-property: opacity; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {opacity: 0; }
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {transform: translateX(0); transform: translate3d(0, 0, 0); }

.spotlight-tabs.nav-tabs::after {content: ""; display: block; width: 100%; height: 1px; border-bottom: 1px solid #c2c2c2; position: absolute; left: 0; bottom: 0; z-index: 1; }
.spotlight-tabs.nav-tabs .nav-link {position: relative; border: 0; font-weight: 600; text-transform: uppercase; padding-top: .5rem; padding-bottom: .5rem; z-index: 2; border-bottom: 3px solid transparent; -webkit-transition: all 0.25s; -moz-transition: all 0.25s; -ms-transition: all 0.25s; transition: all 0.25s; }
.spotlight-tabs.nav-tabs .nav-link.active {background-color: transparent; border-bottom: 3px solid #292929; }
.spotlight-tabs.nav-tabs .nav-item:not(:last-child) .nav-link::after {display: block; content: ""; border-right: 2px solid rgba(28, 28, 28, 0.5); position: absolute; width: 2px; height: 16px;right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.spotlight-tabs.nav-tabs.spotlight-tabs-dark .nav-link.active {border-bottom-color: #f8f9fa; color: #f8f9fa; }
.spotlight-tabs.nav-tabs.spotlight-tabs-dark .nav-link {color: #8b8b8b; }
.spotlight-tabs.nav-tabs.spotlight-tabs-dark::after {border-bottom: 1px solid rgba(194, 194, 194, 0.7); }
.spotlight-tabs.nav-tabs.spotlight-tabs-dark .nav-item:not(:last-child) .nav-link::after {border-right: 2px solid rgba(248, 249, 250, 0.35); }

.carousel-spotlight:not(.owl-carousel-spotlight) {margin-bottom: 3rem; }
.carousel-spotlight .icon-cl-prev,
.carousel-spotlight .icon-cl-next {height: auto; background-color: #000000; color: #ffffff; }
.carousel-spotlight .carousel-control-prev,
.carousel-spotlight .carousel-control-next {width: auto; }
.carousel-spotlight .carousel-control-prev,
.carousel-spotlight .carousel-control-next {top: 50%; bottom: auto; transform: translateY(-50%); }
.carousel-spotlight .carousel-indicators {bottom: -3rem; }

.owl-carousel-spotlight .owl_item_review {margin: 0; position: relative; font-size: 0.6875rem; overflow: hidden; }
.owl-carousel-spotlight .owl_item_review .review_h {display: flex; justify-content: center; opacity: 0; padding: 1.2rem 1.6rem; position: absolute; width: 100%; left: 0; bottom: calc(-2.4rem - 0.6875rem); visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.owl-carousel-spotlight .owl_item_review .review_h a {color: #ffffff; }
.owl-carousel-spotlight .owl_item_review:hover .review_h {visibility: visible; opacity: 1; bottom: 0; background: rgba(0, 168, 255, 0.9); }
.owl-carousel-spotlight .owl_item_review .item_icon_cart {position: relative; margin-right: 14px; }
.owl-carousel-spotlight .owl_item_review .item_icon_cart:after {display: block; content: ""; border-right: 2px solid #ffffff; width: 2px; height: 8px; position: absolute; right: -8px; top: 50%; transform: translateY(-50%); }
.owl-carousel-spotlight .owl_item_review .item_atc_text {line-height: 1; font-weight: 700; text-transform: uppercase; }
.owl-carousel-spotlight .owl_item_title {margin-top: 20px; margin-bottom: 10px; }
.owl-carousel-spotlight .owl_item_title a {color: inherit; text-transform: uppercase; font-weight: 600; }
.owl-carousel-spotlight .owl_item_price,
.owl-carousel-spotlight .owl_item_genre {text-transform: uppercase; font-weight: 600; }
.owl-carousel-spotlight .owl_item_price {color: #cd0015; }
.owl-carousel-spotlight .owl_item_genre {float: right; }
.owl-carousel-spotlight .owl-nav button {outline: none; position: absolute; top: 50%; transform: translateY(-50%); }
.owl-carousel-spotlight .owl-nav button span {display: block;font-size: 2.8rem; color: #ffffff; width: 45px; height: 50px; line-height: 50px; -webkit-transition: background-color 0.3s ease-out; -moz-transition: background-color 0.3s ease-out; -ms-transition: background-color 0.3s ease-out; transition: background-color 0.3s ease-out; background-color: rgba(0, 0, 0, 0.5); }
.owl-carousel-spotlight .owl-nav button span:hover {background-color: black; }
.owl-carousel-spotlight .owl-nav button.owl-prev {left: 0; }
.owl-carousel-spotlight .owl-nav button.owl-next {right: 0; }

/* [ colors ] */
.text-arsenic {color: #3a4048 !important; }

.text-green {color: #26d847 !important; }
.text-green.btn-outline {border-color: #26d847 !important; }
.text-green.btn-outline:hover {color: #ffffff !important; background-color: #26d847 !important; }

.text-blue {color: #00a8ff !important; }
.text-red {color: #da2f69 !important; }
.text-dark {color: #000000 !important; }
.text-light h1, .text-light .h1,
.text-light h2, .text-light .h2,
.text-light h3, .text-light .h3,
.text-light h4, .text-light .h4,
.text-light h5, .text-light .h5,
.text-light h6, .text-light .h6 {color: #f8f9fa !important; }
.text-light .section-header small {color: #f8f9fa !important; }
.text-lynch {color: #717171 !important; }
.text-light_cherry {color: #da2f69 !important; }
.text-woodsmoke {color: #101010 !important; }
.text-dogwood_rose {color: #cb1c6d !important; }
.text-blue_j {color: #55a0f7 !important; }
.text-light_gray {color: #bbbbbb !important; }
.text-dark_A-90 {color: rgba(0, 0, 0, 0.9); }
.text-dark_A-80 {color: rgba(0, 0, 0, 0.8); }
.text-dark_A-70 {color: rgba(0, 0, 0, 0.7); }
.text-dark_A-60 {color: rgba(0, 0, 0, 0.6); }
.text-dark_A-50 {color: rgba(0, 0, 0, 0.5); }
.text-dark_A-40 {color: rgba(0, 0, 0, 0.4); }
.text-dark_A-30 {color: rgba(0, 0, 0, 0.3); }
.text-dark_A-20 {color: rgba(0, 0, 0, 0.2); }
.text-dark_A-10 {color: rgba(0, 0, 0, 0.1); }
.text-light_A-90 {color: rgba(255, 255, 255, 0.9); }
.text-light_A-80 {color: rgba(255, 255, 255, 0.8); }
.text-light_A-70 {color: rgba(255, 255, 255, 0.7); }
.text-light_A-60 {color: rgba(255, 255, 255, 0.6); }
.text-light_A-50 {color: rgba(255, 255, 255, 0.5); }
.text-light_A-40 {color: rgba(255, 255, 255, 0.4); }
.text-light_A-30 {color: rgba(255, 255, 255, 0.3); }
.text-light_A-20 {color: rgba(255, 255, 255, 0.2); }
.text-light_A-10 {color: rgba(255, 255, 255, 0.1); }

/* [ Countdown ] */
.countdown-outline .col.countdown-outline-box {margin-left: .75rem; margin-right: .75rem; border: 1px solid rgba(222, 226, 230, 0.8); }
@media (max-width: 768px) {
  .countdown-outline .col.countdown-outline-box {margin-top: .5rem; margin-bottom: .5rem; }
}

.countdown-default.countdown-sm,
.countdown-outline.countdown-sm {font-size: 85%; }
.countdown-default.countdown-sm h1,
.countdown-outline.countdown-sm h1 {font-size: 2.125rem; }
.countdown-default.countdown-lg h1,
.countdown-outline.countdown-lg h1 {font-size: 2.5rem; }

/* [ Forms ] */
label {font-size: 0.8125rem; letter-spacing: .03125rem; }

.form-control {color: rgba(58, 64, 72, 0.6); font-size: 0.9375rem; font-weight: 300; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.form-control:focus {border-color: rgba(128, 212, 255, 0.8); box-shadow: 0 0 1rem rgba(0, 0, 0, 0.035); }

.form-control-sm {font-size: 0.8125rem; }
.form-control-lg {font-size: 1rem; }

.custom-control {min-height: auto; padding-left: 0; }

.custom-control-label {display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; }
.custom-control-label::before {position: static; border: 1px solid #e9ecef; margin-right: .5rem; }
.custom-control-label::after {-webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: transform 0.25s; -moz-transition: transform 0.25s; -ms-transition: transform 0.25s; transition: transform 0.25s; }

.custom-control-input:checked ~ .custom-control-label::after {-webkit-box-shadow: none; box-shadow: none; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.custom-control-input:disabled ~ .custom-control-label {opacity: 0.5; }

.custom-checkbox .custom-control-label::after {width: 0.3125rem; height: 0.625rem; left: 0.40625rem; top: calc(50% - 6px); border: solid; border-width: 0 1px 1px 0; border-color: #00a8ff; -webkit-transform: scale(0) rotate(35deg); -moz-transform: scale(0) rotate(35deg); -ms-transform: scale(0) rotate(35deg); -o-transform: scale(0) rotate(35deg); transform: scale(0) rotate(35deg); }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {background: #f8f9fa; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {color: #ffffff; background-color: #f8f9fa; -webkit-transform: scale(1) rotate(35deg); -moz-transform: scale(1) rotate(35deg); -ms-transform: scale(1) rotate(35deg); -o-transform: scale(1) rotate(35deg); transform: scale(1) rotate(35deg); }

.custom-radio .custom-control-label::after {width: 0.5rem; height: 0.5rem; top: 0.5rem; left: 0.3125rem; border-radius: 50%; background-color: #00a8ff; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {background-color: #f8f9fa; }

.custom-switch {position: relative; }
.custom-switch .custom-switch-label {display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; }
.custom-switch .custom-switch-label::before {content: ''; width: 2.5rem; height: 1.25rem; background: rgba(233, 236, 239, 0.7); border: 2px solid rgba(233, 236, 239, 0.7); border-radius: 1.25rem; margin-right: .5rem; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s; }
.custom-switch .custom-switch-label::after {content: ''; display: block; position: absolute; top: calc(50% - 0.375rem); left: 4px; width: 0.75rem; height: 0.75rem; cursor: inherit; background: #ffffff; border-radius: 50%; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s; }
.custom-switch .custom-switch-input {display: none; z-index: -5;opacity: 0; }
.custom-switch .custom-switch-input:disabled ~ .custom-switch-label {opacity: 0.5; }
.custom-switch .custom-switch-input:checked ~ .custom-switch-label::before {border-color: #00a8ff; background: #00a8ff; }
.custom-switch .custom-switch-input:checked ~ .custom-switch-label::after {background: #ffffff; left: 1.5rem; }
.custom-switch.custom-switch-outline .custom-switch-label::before {background: transparent; border: 2px solid rgba(233, 236, 239, 0.7); }
.custom-switch.custom-switch-outline .custom-switch-label::after {background: rgba(233, 236, 239, 0.7); }
.custom-switch.custom-switch-outline .custom-switch-input:checked ~ .custom-switch-label::before {border-color: #99dcff; background: transparent; }
.custom-switch.custom-switch-outline .custom-switch-input:checked ~ .custom-switch-label::after {border-color: #99dcff; background: #00a8ff; }
.custom-switch.custom-switch-rounded-no .custom-switch-label::before {border-radius: 0; }
.custom-switch.custom-switch-rounded-no .custom-switch-label::after {border-radius: 0; }

input.custom-range[type=range] {-webkit-appearance: none; width: 100%; }
input.custom-range[type=range]::-webkit-slider-runnable-track {width: 100%; height: 5px; background-color: rgba(233, 236, 239, 0.8); border-radius: 3px; border: none; }
input.custom-range[type=range]::-webkit-slider-thumb {-webkit-appearance: none; width: 0.9375rem; height: 0.9375rem; border: none; border-radius: 50%; background-color: #00a8ff; margin-top: -5px; }
input.custom-range[type="range"]::-moz-range-track {width: 100%; height: 5px; background-color: rgba(233, 236, 239, 0.8); border-radius: 3px; border: none; }
input.custom-range[type="range"]::-moz-range-thumb {-webkit-appearance: none; width: 0.9375rem; height: 0.9375rem; border: none; border-radius: 50%; background-color: #00a8ff; margin-top: -5px; }
input.custom-range[type=range]::-ms-track {width: 100%; height: 5px; color: transparent; background-color: transparent; border-width: 5px 0; border-color: transparent; }
input.custom-range[type=range]::-ms-fill-lower, 
input.custom-range[type=range]::-ms-fill-upper {background-color: rgba(233, 236, 239, 0.8); border-radius: 3px; }
input.custom-range[type=range]::-ms-thumb {-webkit-appearance: none; width: 0.9375rem; height: 0.9375rem; border: none; border-radius: 50%; background-color: #00a8ff; margin-top: 0; }

.custom-file .custom-file-label,
.custom-file .custom-file-label::after {display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; }
.custom-file .custom-file-label-rounded {border-top-left-radius: 10rem; border-bottom-left-radius: 10rem; }
.custom-file .custom-file-label-rounded,
.custom-file .custom-file-label-rounded::after {border-top-right-radius: 10rem; border-bottom-right-radius: 10rem; }

/* [ global ] */
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {height: 100%; }

img {margin: 0; padding: 0; max-width: 100%; height: auto; }

:focus {outline: 0; }

a {-webkit-transition: 0.2s linear; -moz-transition: 0.2s linear; -ms-transition: 0.2s linear; transition: 0.2s linear; }
a:hover,
a:focus {text-decoration: none; }

figure {margin: 0; }

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

input.light {border-color: #ffffff; }

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

pre {position: relative; }
pre[rel] {background-color: rgba(248, 249, 250, 0.4); border: 1px solid rgba(233, 236, 239, 0.5); -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.03); box-shadow: 0 0 1rem rgba(0, 0, 0, 0.03); padding: 2.8rem 1rem .8rem; }
pre[rel]::before {font-size: .9rem; content: attr(rel); color: white; position: absolute; top: 0; left: 0; right: 0; width: 100%; padding: 1px 0; text-indent: 1rem; background-color: #00a8ff; }
pre code {display: block; overflow: auto; }

.c-pointer {cursor: pointer !important; }

#banner-section {padding:0;}
#banner-section img{float:left; width:100%}
#banner-section .banner-desktop{display:block}
#banner-section .banner-mobile{display:none}

@media (max-width:767px){
  #banner-section .banner-desktop{display:none}
  #banner-section .banner-mobile{display:block}
}

.content-section {padding-top: 5rem; padding-bottom: 5rem; }

@media (min-width: 992px) {
  .content-section {padding-top: 7rem; padding-bottom: 7rem; } 
}

.right-fluid {position: relative; z-index: -1; overflow: hidden; }
.right-fluid .right-fluid-col-6 {position: relative; right: -13.75rem; text-align: right; }
.right-fluid .right-fluid-content {position: relative; display: inline-block; }
.right-fluid .right-fluid-content .right-fluid-img {max-width: 56.25rem; width: auto; }
.right-fluid .right-fluid-content .zoom-img {position: absolute; width: 150px; height: 150px; top: 50%; left: -75px; padding: 0; transform: translateY(-50%); overflow: hidden; }

@media (min-width: 992px) {
  .right-fluid {position: absolute; }
  .right-fluid .right-fluid-col-6 {padding-left: calc(50% - 130px); top: 50%; transform: translateY(-50%); } 
}

.hr-sm {min-width: 2rem; }
.hr-md {min-width: 3rem; }
.hr-lg {min-width: 5rem; }

.hr-text,
.hr-text-left {display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; overflow: hidden; white-space: nowrap; }
.hr-text:before, 
.hr-text:after,
.hr-text-left:before,
.hr-text-left:after {border-top: 1px solid rgba(0, 0, 0, 0.07); content: ''; position: relative; width: 45%; }
.hr-text:before,
.hr-text-left:before {right: 1.5%; }
.hr-text:after,
.hr-text-left:after {left: 1.5%; }
.hr-text-left:before {width: 6%; }
.hr-text-left:after {display: none; }

/* Shadow */
.shadow-1 {-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); }
.shadow-2 {-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); }
.shadow-3 {-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); }
.shadow-4 {-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.06); box-shadow: 0 0 16px rgba(0, 0, 0, 0.06); }
.shadow-5 {-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); }
.shadow-6 {-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); }
@media (min-width: 576px) {
  .shadow-sm-1 {-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); }
  .shadow-sm-2 {-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); }
  .shadow-sm-3 {-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); }
  .shadow-sm-4 {-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.06); box-shadow: 0 0 16px rgba(0, 0, 0, 0.06); }
  .shadow-sm-5 {-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); }
  .shadow-sm-6 {-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); } 
}
@media (min-width: 768px) {
  .shadow-md-1 {-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); }
  .shadow-md-2 {-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); }
  .shadow-md-3 {-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); }
  .shadow-md-4 {-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.06); box-shadow: 0 0 16px rgba(0, 0, 0, 0.06); }
  .shadow-md-5 {-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); }
  .shadow-md-6 {-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); } 
}
@media (min-width: 992px) {
  .shadow-lg-1 {-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); }
  .shadow-lg-2 {-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); }
  .shadow-lg-3 {-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); }
  .shadow-lg-4 {-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.06); box-shadow: 0 0 16px rgba(0, 0, 0, 0.06); }
  .shadow-lg-5 {-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); }
  .shadow-lg-6 {-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); } 
}
@media (min-width: 1200px) {
  .shadow-xl-1 {-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); }
  .shadow-xl-2 {-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); }
  .shadow-xl-3 {-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); }
  .shadow-xl-4 {-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.06); box-shadow: 0 0 16px rgba(0, 0, 0, 0.06); }
  .shadow-xl-5 {-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); }
  .shadow-xl-6 {-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); } 
}
    
/* Hover Shadow */
.hover-shadow-1:hover {-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); }
.hover-shadow-2:hover {-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); }
.hover-shadow-3:hover {-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); }
.hover-shadow-4:hover {-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.06); box-shadow: 0 0 16px rgba(0, 0, 0, 0.06); }
.hover-shadow-5:hover {-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); box-shadow: 0 0 20px rgba(0, 0, 0, 0.06); }
.hover-shadow-6:hover {-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); box-shadow: 0 0 24px rgba(0, 0, 0, 0.06); }

.transition {transition: 0.3s ease-out; }

/* Social */
.social-android:hover, a.social-android:hover {color: #7CB72D !important; }
.social-apple:hover, a.social-apple:hover {color: #7D7D7D !important; }
.social-behance:hover, a.social-behance:hover {color: #1769FF !important; }
.social-dribbble:hover, a.social-dribbble:hover {color: #FF4790 !important; }
.social-dropbox:hover, a.social-dropbox:hover {color: #007DE4 !important; }
.social-envato:hover, a.social-envato:hover {color: #81B441 !important; }
.social-facebook:hover, a.social-facebook:hover {color: #3B5998 !important; }
.social-flickr:hover, a.social-flickr:hover {color: #FE0083 !important; }
.social-github:hover, a.social-github:hover {color: #211F20 !important; }
.social-google:hover, a.social-google:hover {color: #DD4C39 !important; }
.social-gplus:hover, a.social-gplus:hover {color: #DD4C39 !important; }
.social-instagram:hover, a.social-instagram:hover {color: #F71D5A !important; }
.social-lastfm:hover, a.social-lastfm:hover {color: #E4141E !important; }
.social-linkedin:hover, a.social-linkedin:hover {color: #0077B5 !important; }
.social-medium:hover, a.social-medium:hover {color: #14C767 !important; }
.social-pinterest:hover, a.social-pinterest:hover {color: #D73532 !important; }
.social-quora:hover, a.social-quora:hover {color: #A6250F !important; }
.social-reddit:hover, a.social-reddit:hover {color: #FF4500 !important; }
.social-rss:hover, a.social-rss:hover {color: #EF8321 !important; }
.social-stackoverflow:hover, a.social-stackoverflow:hover {color: #F47A20 !important; }
.social-skype:hover, a.social-skype:hover {color: #00AFF0 !important; }
.social-snapchat:hover, a.social-snapchat:hover {color: #FFFC01 !important; }
.social-soundcloud:hover, a.social-soundcloud:hover {color: #FF5510 !important; }
.social-spotify:hover, a.social-spotify:hover {color: #1ED760 !important; }
.social-telegram:hover, a.social-telegram:hover {color: #28A6E1 !important; }
.social-tumblr:hover, a.social-tumblr:hover {color: #35465C !important; }
.social-twitter:hover, a.social-twitter:hover {color: #1DA1F2 !important; }
.social-vimeo:hover, a.social-vimeo:hover {color: #1AB7EA !important; }
.social-whatsapp:hover, a.social-whatsapp:hover {color: #00E676 !important; }
.social-xing:hover, a.social-xing:hover {color: #005A5F !important; }
.social-youtube:hover, a.social-youtube:hover {color: #FE0000 !important; }

.section-header {margin: 0 auto 4rem; max-width: 92%; }
.section-header small {text-transform: uppercase; color: #717171; letter-spacing: 1px; opacity: .5; }
.section-header .section-header hr {width: 6%; }
.section-header.fl-l {width: 100%; margin: 0; }
@media (min-width: 768px) {
  .section-header {max-width: 70%; } 
}
.header {position: relative; overflow: hidden; }

[data-animation="search"] {position: relative; display: flex; }
[data-animation="search"] input[type="text"] {width: 0; padding-right: 1rem; margin-left: auto; border: 0; font-size: 0.8rem; cursor: pointer; -webkit-transition: width 0.4s cubic-bezier(0, 0.9, 0, 1); -moz-transition: width 0.4s cubic-bezier(0, 0.9, 0, 1); -ms-transition: width 0.4s cubic-bezier(0, 0.9, 0, 1); transition: width 0.4s cubic-bezier(0, 0.9, 0, 1); }
[data-animation="search"] input[type="text"]:focus {width: 100%; cursor: text; }
[data-animation="search"] .icon-search-animation {position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: flex-end; align-items: center; line-height: 1; pointer-events: none; }

.sidebar-fixed {position: fixed; top: 0; bottom: 0;}
.sidebar-fixed,
.sidebar-sm-fixed,
.sidebar-md-fixed,
.sidebar-lg-fixed,
.sidebar-xl-fixed {z-index: 1000; padding: 1rem .625rem; overflow-x: hidden; overflow-y: auto;}
.sidebar-fixed.sidebar-left,
.sidebar-sm-fixed.sidebar-left,
.sidebar-md-fixed.sidebar-left,
.sidebar-lg-fixed.sidebar-left,
.sidebar-xl-fixed.sidebar-left {left: 0;}
.sidebar-fixed.sidebar-right,
.sidebar-sm-fixed.sidebar-right,
.sidebar-md-fixed.sidebar-right,
.sidebar-lg-fixed.sidebar-right,
.sidebar-xl-fixed.sidebar-right {right: 0;}

@media (min-width: 992px) {
  .sidebar-fixed,
  .sidebar-sm-fixed,
  .sidebar-md-fixed,
  .sidebar-lg-fixed,
  .sidebar-xl-fixed {padding: 1.25rem; } 
}
.sidebar-fixed {position: fixed !important; top: 0; bottom: 0;}

@media (min-width: 576px) {
  .sidebar-sm-fixed {position: fixed !important; top: 0; bottom: 0; } 
}
@media (min-width: 768px) {
  .sidebar-md-fixed {position: fixed !important; top: 0; bottom: 0; } 
}
@media (min-width: 992px) {
  .sidebar-lg-fixed {position: fixed !important; top: 0; bottom: 0; } 
}
@media (min-width: 1200px) {
  .sidebar-xl-fixed {position: fixed !important; top: 0; bottom: 0; } 
}

/* scrollbar */
.sl-bar::-webkit-scrollbar {width: 8px; }
.sl-bar::-webkit-scrollbar-track {background-color: #ebebeb; -webkit-border-radius: 10px, 10px, 10px, 10px; -moz-border-radius: 10px, 10px, 10px, 10px; border-radius: 10px, 10px, 10px, 10px; }
.sl-bar::-webkit-scrollbar-thumb {-webkit-border-radius: 10px, 10px, 10px, 10px; -moz-border-radius: 10px, 10px, 10px, 10px; border-radius: 10px, 10px, 10px, 10px; background: rgba(187, 187, 187, 0.9); }
.sl-bar::-webkit-scrollbar-thumb:window-inactive {background: rgba(187, 187, 187, 0.5); }

[data-scroll] {cursor: pointer; }

/* opacity */
.opacity-1, .o-1 {opacity: 1 !important; }
.opacity-0, .o-0 {opacity: 0 !important; }
.opacity-5, .o-5 {opacity: 0.05 !important; }
.opacity-10, .o-10 {opacity: 0.1 !important; }
.opacity-15, .o-15 {opacity: 0.15 !important; }
.opacity-20, .o-20 {opacity: 0.2 !important; }
.opacity-25, .o-25 {opacity: 0.25 !important; }
.opacity-30, .o-30 {opacity: 0.3 !important; }
.opacity-35, .o-35 {opacity: 0.35 !important; }
.opacity-40, .o-40 {opacity: 0.4 !important; }
.opacity-45, .o-45 {opacity: 0.45 !important; }
.opacity-50, .o-50 {opacity: 0.5 !important; }
.opacity-55, .o-55 {opacity: 0.55 !important; }
.opacity-60, .o-60 {opacity: 0.6 !important; }
.opacity-65, .o-65 {opacity: 0.65 !important; }
.opacity-70, .o-70 {opacity: 0.7 !important; }
.opacity-75, .o-75 {opacity: 0.75 !important; }
.opacity-80, .o-80 {opacity: 0.8 !important; }
.opacity-85,.o-85 {opacity: 0.85 !important; }
.opacity-90, .o-90 {opacity: 0.9 !important; }
.opacity-95, .o-95 {opacity: 0.95 !important; }

/* [ grid ] */
.row.res {display: block; flex-wrap: inherit; }
.row.gutters-y {margin-top: -15px; margin-bottom: -15px; }
.row.gutters-y > .col,
.row.gutters-y > [class*="col-"] {padding-top: 15px; padding-bottom: 15px; }

/* flex */
.flex-c > .col-sm-12 {-webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; }
.jc-c {justify-content: center; }
.flex-wrap {flex-flow: wrap; }
.fd-c {flex-direction: column; }
.flex-1 {flex: 1; }

@media (min-width: 576px) {
  .flex-sm-1 {flex: 1; } 
}
@media (min-width: 768px) {
  .flex-md-1 {flex: 1; } 
}
@media (min-width: 992px) {
  .flex-lg-1 {flex: 1; } 
}
@media (min-width: 1200px) {
  .flex-xl-1 {flex: 1; } 
}

/* [ image ] */
.img-xs {max-width: 2rem; width: 100%; }
.img-sm {max-width: 3rem; width: 100%; }
.img-md {max-width: 4rem; width: 100%; }
.img-lg {max-width: 6rem; width: 100%; }
.img-xl {max-width: 9rem; width: 100%; }

/* [ textual addons ] */
.input-group-text {font-size: 0.875rem; }

.input-group .input-group-prepend .btn,
.input-group .input-group-append .btn {margin: -1px; }
.input-group .input-group-prepend .btn:focus,
.input-group .input-group-append .btn:focus {box-shadow: 0 0.0625rem 0.5625rem rgba(0, 0, 0, 0.07); }
.input-group .input-group-prepend .btn {margin-right: 1px; }
.input-group .input-group-append .btn {margin-left: 1px; }
.input-group .input-group-prepend .input-group-text,
.input-group .input-group-append .input-group-text {border-top: 0; border-bottom: 0; }
.input-group .input-group-prepend {margin-right: 0; }
.input-group .input-group-append {margin-left: 0; }
.input-group .input-group-prepend:first-child .input-group-text {border-left: 0; }
.input-group .input-group-append:last-child .input-group-text {border-right: 0; }
.input-group .form-control {border: none; box-shadow: none; }
.input-group:not(.input-line) {border: 1px solid #e9ecef; background: #ffffff; }

.input-light .input-group {border: 1px solid #e9ecef; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.input-light .input-group .input-group-text {color: rgba(58, 64, 72, 0.35); }
.input-light .input-group .form-control {border: 0; box-shadow: none; }
.input-light .input-group .input-group-prepend .input-group-text,
.input-light .input-group .input-group-append .input-group-text {background: transparent; }
.input-light .input-group .input-group-prepend .input-group-text {padding-right: 0; margin-right: 1px; }
.input-light .input-group .input-group-append .input-group-text {padding-left: 0; margin-left: 1px; }
.input-light .input-group:focus-within {border-color: rgba(128, 212, 255, 0.8); box-shadow: 0 0 1rem rgba(0, 0, 0, 0.035); }
.input-light .input-group .input-group-prepend .input-group-text,
.input-light .input-group .input-group-append .input-group-text,
.input-light.input-rounded .input-group .input-group-prepend .input-group-text,
.input-light.input-rounded .input-group .input-group-append .input-group-text {border-width: 0; }

.input-rounded .form-control:not(:focus, :focus-within),
.input-rounded .input-group:not(:focus, :focus-within),
.input-rounded .input-group-text:not(:focus, :focus-within) {border: 1px solid #e9ecef; }
.input-rounded .form-control .form-control,
.input-rounded .input-group .form-control,
.input-rounded .input-group-text .form-control {border: 0; }
.input-rounded .form-control .form-control:first-child,
.input-rounded .input-group .form-control:first-child,
.input-rounded .input-group-text .form-control:first-child {padding-left: 1rem; }
.input-rounded .form-control .form-control:last-child,
.input-rounded .input-group .form-control:last-child,
.input-rounded .input-group-text .form-control:last-child {padding-right: 1rem; }
.input-rounded .form-control .input-group-prepend .input-group-text,
.input-rounded .input-group .input-group-prepend .input-group-text,
.input-rounded .input-group-text .input-group-prepend .input-group-text {padding-left: 1rem; border-left: 0; border-top: 0; border-right: 1px solid #e9ecef; border-bottom: 0; }
.input-rounded .form-control .input-group-append .input-group-text,
.input-rounded .input-group .input-group-append .input-group-text,
.input-rounded .input-group-text .input-group-append .input-group-text {padding-right: 1rem; border-left: 1px solid #e9ecef; border-top: 0; border-right: 0; border-bottom: 0; }
.input-rounded .form-control,
.input-rounded .input-group,
.input-rounded .input-group-text,
.input-rounded .input-group .btn {border-radius: 10rem; }
.input-rounded .form-group,
.input-rounded .input-group {-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.input-rounded .form-group:focus,
.input-rounded .input-group:focus {box-shadow: none; }
.input-rounded .form-group:focus-within,
.input-rounded .input-group:focus-within {box-shadow: 0 0 2rem rgba(0, 0, 0, 0.045); }
.input-rounded textarea.form-control {border-radius: .125rem; }
.input-rounded:not(.input-light) .input-group .input-group-prepend {margin-right: 0; }
.input-rounded:not(.input-light) .input-group .input-group-append {margin-left: 0; }

.input-line .form-control {border-color: transparent; background-color: transparent; border-top: 1px solid transparent; border-bottom: 1px solid rgba(233, 236, 239, 0.7); border-radius: 0; padding-left: 0; padding-right: 0; }
.input-line .form-control:focus {border-bottom-color: rgba(0, 168, 255, 0.5); box-shadow: none; }
.input-line .input-group {border: 0; background: transparent; }
.input-line .input-group-text {border-color: transparent; background-color: transparent; }
.input-line .input-group-prepend .btn,
.input-line .input-group-append .btn {height: 100%;margin: 0; }

.text-white .input-line .form-control {border-bottom-color: rgba(255, 255, 255, 0.2); }
.text-white .input-line .form-control:focus {border-bottom-color: rgba(255, 255, 255, 0.5); }
.text-white .input-line .form-control,
.text-white .input-line .input-group,
.text-white .input-line .input-group .input-group-text {color: #ffffff; }
.text-white .input-line input::placeholder {color: rgba(255, 255, 255, 0.8); }
.text-white .input-line input:-ms-input-placeholder {color: #ffffff; }
.text-white .input-line input::-ms-input-placeholder {color: #ffffff; }
.text-white .input-line input::-webkit-input-placeholder {color: #ffffff; }
.text-white .input-line textarea::placeholder {color: #ffffff; }
.text-white .input-line textarea:-ms-input-placeholder {color: #ffffff; }
.text-white .input-line textarea::-ms-input-placeholder {color: #ffffff; }
.text-white .input-line textarea::-webkit-input-placeholder {color: #ffffff; }

.text-light .input-line .form-control {border-bottom-color: rgba(248, 249, 250, 0.3); }
.text-light .input-line .form-control:focus {border-bottom-color: rgba(248, 249, 250, 0.6); }
.text-light .input-line .form-control,
.text-light .input-line .input-group,
.text-light .input-line .input-group .input-group-text {color: #f8f9fa; }
.text-light .input-line input::placeholder {color: rgba(248, 249, 250, 0.5); }
.text-light .input-line input:-ms-input-placeholder {color: rgba(248, 249, 250, 0.5); }
.text-light .input-line input::-ms-input-placeholder {color: rgba(248, 249, 250, 0.5); }
.text-light .input-line input::-webkit-input-placeholder {color: rgba(248, 249, 250, 0.5); }
.text-light .input-line textarea::placeholder {color: rgba(248, 249, 250, 0.5); }
.text-light .input-line textarea:-ms-input-placeholder {color: rgba(248, 249, 250, 0.5); }
.text-light .input-line textarea::-ms-input-placeholder {color: rgba(248, 249, 250, 0.5); }
.text-light .input-line textarea::-webkit-input-placeholder {color: rgba(248, 249, 250, 0.5); }
.text-light .input-line input:focus::placeholder {color: rgba(248, 249, 250, 0.8); }
.text-light .input-line input:focus::-ms-input-placeholder {color: rgba(248, 249, 250, 0.8); }
.text-light .input-line input:focus::-ms-input-placeholder {color: rgba(248, 249, 250, 0.8); }
.text-light .input-line input:focus::-webkit-input-placeholder {color: rgba(248, 249, 250, 0.8); }
.text-light .input-line textarea:focus::placeholder {color: rgba(248, 249, 250, 0.5); }
.text-light .input-line textarea:focus::-ms-input-placeholder {color: rgba(248, 249, 250, 0.5); }
.text-light .input-line textarea:focus::-ms-input-placeholder {color: rgba(248, 249, 250, 0.5); }
.text-light .input-line textarea:focus::-webkit-input-placeholder {color: rgba(248, 249, 250, 0.5); }

.input-transparent {color: #ffffff; }
.input-transparent .form-control,
.input-transparent .input-group,
.input-transparent .input-group-text {background-color: transparent; }
.input-transparent .form-control,
.input-transparent .input-group,
.input-transparent .input-group .input-group-text {border-color: #3a4048;color: #ffffff; }
.input-transparent input::placeholder {color: #ffffff; }
.input-transparent input:-ms-input-placeholder {color: #ffffff; }
.input-transparent input::-ms-input-placeholder {color: #ffffff; }
.input-transparent input::-webkit-input-placeholder {color: #ffffff; }
.input-transparent textarea::placeholder {color: #ffffff; }
.input-transparent textarea:-ms-input-placeholder {color: #ffffff; }
.input-transparent textarea::-ms-input-placeholder {color: #ffffff; }
.input-transparent textarea::-webkit-input-placeholder {color: #ffffff; }
.input-transparent option {color: #3a4048 !important; }

/* [ modal ] */
.modal .close {font-weight: 100; }

.modal-dialog-bottom {align-items: flex-end; height: 100%; margin-top: 0; margin-bottom: 0; }
.modal-dialog-bottom .modal-content {margin-bottom: 0.5rem; }

@media (min-width: 576px) {
  .modal-dialog-bottom .modal-content {margin-bottom: 1.75rem; } 
}

/* [ Nav ] */
.nav.text-uppercase > .nav-link,
.nav.text-uppercase > .nav-item > .nav-link {text-transform: uppercase; font-size: 0.8125rem; }
.nav.text-uppercase:not(.nav-light) > .nav-link,
.nav.text-uppercase:not(.nav-light) > .nav-item > .nav-link {font-weight: 600; }

.nav.flex-column .nav-link {padding-top: .125rem; padding-bottom: .125rem; }
.nav.flex-column .nav-link:first-child {padding-top: 0; }

.navbar-affix {-webkit-transition: all 350ms ease; -moz-transition: all 350ms ease;-ms-transition: all 350ms ease; transition: all 350ms ease; }
.navbar-affix.affix {background-color: #ffffff; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }

.navbar {padding-top: 0; padding-bottom: 0; min-height: 3.625rem; }
.navbar .logo .logo-light,
.navbar .logo .logo-dark {display: inline-block; width: auto; height: auto; max-height: 0.8rem; -webkit-transition: all 350ms ease; -moz-transition: all 350ms ease; -ms-transition: all 350ms ease; transition: all 350ms ease; }
.navbar.shadow:not(.navbar-affix) {background-color: #ffffff; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08); }
.navbar.navbar-bottom {margin-top: 3.625rem; }
.navbar .form-control {height: auto; line-height: normal; }
.navbar .input-group-prepend .input-group-text {padding-top: 0.1875rem; padding-bottom: 0.1875rem; }
.navbar .row {align-items: center; flex-grow: 1; }

.navbar-fixed-top {position: fixed; top: 0; right: 0; left: 0; z-index: 1200; }
.fixed-top ~ .navbar:not(.fixed-to) {margin-top: 3.625rem; }
.fixed-top ~ .main-content .sidebar-fixed,
.fixed-top ~ .main-content .sidebar-sm-fixed,
.fixed-top ~ .main-content .sidebar-md-fixed,
.fixed-top ~ .main-content .sidebar-lg-fixed,
.fixed-top ~ .main-content .sidebar-xl-fixed,
.fixed-top ~ .main-content .fixed-main-content {margin-top: 3.625rem; }

.navbar-brand {display: inline-flex; -webkit-box-align: center; align-items: center; padding-top: 0; padding-bottom: 0; margin-right: 0; }
.navbar-brand.logo {padding-top:10px; padding-bottom:10px;}

.nav-link {word-spacing: 2px; letter-spacing: 1px; color: #717171; }
.navbar-nav .nav-link {padding-right: 1.125rem; padding-left: 1.125rem; font-weight: 600; text-transform: uppercase; color: #979797; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transition-property: color, border-color, background-color; transition-property: color, border-color, background-color; }
.navbar-nav > .nav-link,
.navbar-nav > .nav-item > .nav-link {font-size: 0.8rem; line-height: 3.625rem; }

.navbar-toggler:focus {outline: 0; }
@media (max-width: 991px) {
  .navbar-toggler.navbar-toggler-fixed {position: absolute; top: 0.9375rem; }
  .navbar-toggler.navbar-toggler-fixed ~ .navbar-collapse.collapsing,
  .navbar-toggler.navbar-toggler-fixed ~ .navbar-collapse.show {padding-top: 3.625rem; }
  .navbar-toggler ~ .logo {margin-left: 30px; transition: none; } 
}
@media (max-width: 991.98px) {
  .navbar-affix .navbar-collapse.collapse, .navbar-affix .navbar-collapse.collapsing {background-color: #ffffff; } 
}
.navbar-light .logo .logo-light {display: none; }
.navbar-light:not(.navbar-affix) {background-color: rgba(255, 255, 255, 0.997); }
.navbar-light .logo .logo-dark {display: inline-block; }
.navbar-light .logo .logo-light {display: none; }

.navbar-dark .logo .logo-dark {display: none; }
.navbar-dark .logo .logo-light {display: inline-block; }
.navbar-dark.affix .navbar-toggler {color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); }
.navbar-dark.navbar-affix .navbar-collapse.show .navbar-nav .nav-link {color: rgba(0, 0, 0, 0.5); }
.navbar-dark.navbar-affix .navbar-collapse.show .navbar-nav .nav-link:hover, 
.navbar-dark.navbar-affix .navbar-collapse.show .navbar-nav .nav-link:focus {color: rgba(0, 0, 0, 0.7); }
.navbar-dark.navbar-affix .navbar-collapse.show .navbar-nav .show > .nav-link,
.navbar-dark.navbar-affix .navbar-collapse.show .navbar-nav .active > .nav-link,
.navbar-dark.navbar-affix .navbar-collapse.show .navbar-nav .nav-link.show,
.navbar-dark.navbar-affix .navbar-collapse.show .navbar-nav .nav-link.active {color: rgba(0, 0, 0, 0.9); }
.navbar-dark.navbar-affix .mega-dropdown .dropdown-menu .container .nav-link,
.navbar-dark.navbar-affix .mega-dropdown .dropdown-menu .container-full .nav-link {color: rgba(0, 0, 0, 0.5); }
.navbar-dark.navbar-affix .mega-dropdown .dropdown-menu .container .nav-link:hover, 
.navbar-dark.navbar-affix .mega-dropdown .dropdown-menu .container .nav-link:focus,
.navbar-dark.navbar-affix .mega-dropdown .dropdown-menu .container-full .nav-link:hover,
.navbar-dark.navbar-affix .mega-dropdown .dropdown-menu .container-full .nav-link:focus {color: rgba(0, 0, 0, 0.7); }
.navbar-dark.navbar-affix .mega-dropdown .dropdown-menu .container .nav-link.disabled,
.navbar-dark.navbar-affix .mega-dropdown .dropdown-menu .container-full .nav-link.disabled {color: rgba(0, 0, 0, 0.3); }

.navbar-dark.affix .navbar-nav .nav-link {color: rgba(0, 0, 0, 0.5); }
.navbar-dark.affix .navbar-nav .nav-link:hover, .navbar-dark.affix .navbar-nav .nav-link:focus {color: rgba(0, 0, 0, 0.7); }
.navbar-dark.affix .navbar-nav .nav-link.disabled {color: rgba(0, 0, 0, 0.3); }
.navbar-dark.affix .navbar-nav .show > .nav-link,
.navbar-dark.affix .navbar-nav .active > .nav-link,
.navbar-dark.affix .navbar-nav .nav-link.show,
.navbar-dark.affix .navbar-nav .nav-link.active {color: rgba(0, 0, 0, 0.9); }
.navbar-dark.affix .logo .logo-dark {display: inline-block; }
.navbar-dark.affix .logo .logo-light {display: none; }

.model-selector .nav-pills.color-selector a {display: block; width: 25px; height: 25px; }

.memory-selector .nav-pills .nav-link {border: 0; }

.container .navbar-nav.px-0-falc .nav-item:first-child .nav-link {padding-left: 0; }
.container .navbar-nav.px-0-falc .nav-item:last-child .nav-link {padding-right: 0; }

.dropdown ul, .dropdown ol {padding-left: 0; list-style: none; }
.dropdown .dropdown-toggle.no-carret::after {display: none; }
.dropdown .dropdown-menu {font-size: 0.9375rem; }
.dropdown .dropdown-menu.dropdown-menu-fluid {-webkit-box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, 0.03); box-shadow: 0 0.1875rem 0.5625rem rgba(0, 0, 0, 0.03); border-top: 1px solid #f5f6f8; }
.dropdown .dropdown-menu.dropdown-menu-dark {background-color: #292929; color: #ffffff; }
.dropdown .dropdown-menu.dropdown-menu-dark {background-color: #292929; }
.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item {color: #ffffff; }
.dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item:focus, .dropdown .dropdown-menu.dropdown-menu-dark .dropdown-item:hover {color: #292929; }
.dropdown .dropdown-menu.dropdown-menu-dark-end {background-color: #151515; color: rgba(255, 255, 255, 0.7); }

@media (max-width: 575.98px) {
  .dropdown .dropdown-menu.dropdown-menu-dark-sm {background-color: #292929; }
  .dropdown .dropdown-menu.dropdown-menu-dark-sm .dropdown-item {color: #ffffff; }
  .dropdown .dropdown-menu.dropdown-menu-dark-sm .dropdown-item:focus, .dropdown .dropdown-menu.dropdown-menu-dark-sm .dropdown-item:hover {color: #292929; } 
  .dropdown .dropdown-menu.dropdown-menu-dark-end-sm .dropdown-item:focus, .dropdown .dropdown-menu.dropdown-menu-dark-end-sm .dropdown-item:hover {background-color: rgba(255, 255, 255, 0.2); color: #ffffff; } 
}
@media (max-width: 767.98px) {
  .dropdown .dropdown-menu.dropdown-menu-dark-md {background-color: #292929; }
  .dropdown .dropdown-menu.dropdown-menu-dark-md .dropdown-item {color: #ffffff; }
  .dropdown .dropdown-menu.dropdown-menu-dark-md .dropdown-item:focus, .dropdown .dropdown-menu.dropdown-menu-dark-md .dropdown-item:hover {color: #292929; } 
  .dropdown .dropdown-menu.dropdown-menu-dark-end-md .dropdown-item:focus, .dropdown .dropdown-menu.dropdown-menu-dark-end-md .dropdown-item:hover {background-color: rgba(255, 255, 255, 0.2); color: #ffffff; } 
}
@media (max-width: 991.98px) {
  .dropdown .dropdown-menu.dropdown-menu-dark-lg {background-color: #292929; }
  .dropdown .dropdown-menu.dropdown-menu-dark-lg .dropdown-item {color: #ffffff; }
  .dropdown .dropdown-menu.dropdown-menu-dark-lg .dropdown-item:focus, .dropdown .dropdown-menu.dropdown-menu-dark-lg .dropdown-item:hover {color: #292929; } 
  .dropdown .dropdown-menu.dropdown-menu-dark-end-lg .dropdown-item:focus, .dropdown .dropdown-menu.dropdown-menu-dark-end-lg .dropdown-item:hover {background-color: rgba(255, 255, 255, 0.2); color: #ffffff; } 
}
@media (max-width: 1199.98px) {
  .dropdown .dropdown-menu.dropdown-menu-dark-xl {background-color: #292929; }
  .dropdown .dropdown-menu.dropdown-menu-dark-xl .dropdown-item {color: #ffffff; }
  .dropdown .dropdown-menu.dropdown-menu-dark-xl .dropdown-item:focus, .dropdown .dropdown-menu.dropdown-menu-dark-xl .dropdown-item:hover {color: #292929; }
  .dropdown .dropdown-menu.dropdown-menu-dark-end-xl .dropdown-item:focus, .dropdown .dropdown-menu.dropdown-menu-dark-end-xl .dropdown-item:hover {background-color: rgba(255, 255, 255, 0.2); color: #ffffff; } 
}
.dropdown .dropdown-menu.dropdown-menu-dark-end .dropdown-item:focus, .dropdown .dropdown-menu.dropdown-menu-dark-end .dropdown-item:hover {background-color: rgba(255, 255, 255, 0.2); color: #ffffff; }
.dropdown .dropdown-toggle::after {margin-left:5px; }
.dropdown .dropdown-header {padding: 0 1.25rem; font-weight: 500; font-size: .7rem; line-height: 3; letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; }
.dropdown .dropdown-menu-lg {min-width: 20rem; }
.dropdown .dropdown-menu,
.dropdown .dropdown-menu .container {font-size: 0.8125rem; line-height: 1.9; margin-top: 0; }
.dropdown .dropdown-item {padding: 0 1.25rem; line-height: 2.125rem; }
.dropdown .dropdown-submenu {position: relative; }
.dropdown .dropdown-submenu .dropdown-menu {display: none; top: 0; left: 100%; }
.dropdown .dropdown-submenu .dropdown-toggle::after {margin-left: 0; border-left: 0 solid #979797; border-top: 0.0625rem solid #979797; border-right: 0.0625rem solid #979797; border-bottom: 0 solid #979797; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); padding: 0.1875rem; vertical-align: baseline; position: absolute; top: 50%; right: 1.25rem; margin-top: -0.1875rem; }
.dropdown .dropdown-submenu:hover .dropdown-menu {display: block; }

.def.form-control:focus {box-shadow: none; border-color: inherit; }
.def .divider {height: 1px; margin: 9px 0; border: 1px solid #f7f7f7; overflow: hidden; }

[data-color='azure'] .dropdown-menu .container,
[data-color='azure'] .dropdown-menu .container-full,
[data-color='azure'] .dropdown-menu.wc .container,
[data-color='azure'] .dropdown-menu.wc .container-full {border-top: 3px solid #0c89ff; }

.dropdown-hover:hover > .dropdown-menu {display: block; }

.mega-dropdown {position: static; }
.mega-dropdown .dropdown-menu {margin: auto; padding-top: 0; padding-bottom: 0; left: 0; right: 0; background: transparent; border: 0; }
.mega-dropdown .dropdown-menu .container,
.mega-dropdown .dropdown-menu .container-full {background-color: #ffffff; }
.mega-dropdown .dropdown-menu.dropdown-menu-fluid {border-radius: 0; background-color: #ffffff; padding-top: 2rem; padding-bottom: 2rem;}
@media (min-width: 992px) {
  .mega-dropdown .dropdown-menu.dropdown-menu-fluid .container,
  .mega-dropdown .dropdown-menu.dropdown-menu-fluid .container-full {border-radius: .25rem; border-top-left-radius: 0; border-top-right-radius: 0; } 
}
.mega-dropdown .dropdown-menu:not(.dropdown-menu-fluid) .container {padding-top: 2rem; padding-bottom: 2rem; }
.mega-dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {background-color: #ffffff; }
.mega-dropdown .nav .nav-link {font-weight: 400; color: rgba(113, 113, 113, 0.8); }
.mega-dropdown .dropdown-menu .nav-link {padding-left: 0; padding-right: 0; text-transform: none; font-weight: 400; }
.mega-dropdown .dropdown-menu p {margin-bottom: .5rem; }
.mega-dropdown ul {list-style: none; padding-left: 0; }
.mega-dropdown-sm .dropdown-menu:not(.dropdown-menu-fluid) .container {padding-top: .8rem; padding-bottom: .8rem; }

.nav-pills .nav-link {padding: .5rem .9375rem; }
.nav-pills.border-elpse > :first-child * {border-right: 0 !important; -webkit-border-radius: 5px 0 0 5px !important; -moz-border-radius: 5px 0 0 5px !important; border-radius: 5px 0 0 5px !important; }
.nav-pills.border-elpse > :last-child * {border-left: 0 !important; -webkit-border-radius: 0 5px 5px 0 !important; -moz-border-radius: 0 5px 5px 0 !important; border-radius: 0 5px 5px 0 !important; }
.nav-pills.nav-primary .nav-link {border-color: #00a8ff; }
.nav-pills.nav-primary .nav-link.active {background-color: #00a8ff; color: #ffffff; }
.nav-pills.nav-secondary .nav-link {border-color: #3a4048; }
.nav-pills.nav-secondary .nav-link.active {background-color: #3a4048; color: #ffffff; }
.nav-pills.nav-success .nav-link {border-color: #26d847; }
.nav-pills.nav-success .nav-link.active {background-color: #26d847; color: #ffffff; }
.nav-pills.nav-info .nav-link {border-color: #17a2b8; }
.nav-pills.nav-info .nav-link.active {background-color: #17a2b8; color: #ffffff; }
.nav-pills.nav-warning .nav-link {border-color: #cd0015; }
.nav-pills.nav-warning .nav-link.active {background-color: #cd0015; color: #212529; }
.nav-pills.nav-danger .nav-link {border-color: #da2f69; }
.nav-pills.nav-danger .nav-link.active {background-color: #da2f69; color: #ffffff; }
.nav-pills.nav-light .nav-link {border-color: #f8f9fa; }
.nav-pills.nav-light .nav-link.active {background-color: #f8f9fa; color: #212529; }
.nav-pills.nav-dark .nav-link {border-color: #151515; }
.nav-pills.nav-dark .nav-link.active {background-color: #151515; color: #ffffff; }
.nav-border .nav-link {border: 1px solid; }
.nav-bold .nav-link {font-weight: 600; font-size: 0.8125rem; }
.nav-tabs .nav-link {padding: 0.5rem 1rem; }
.nav-shadow {-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }

.offcanvas,
.offcanvas-sm,
.offcanvas-md,
.offcanvas-lg,
.offcanvas-xl {z-index: 1280; }
.offcanvas button.close,
.offcanvas-sm button.close,
.offcanvas-md button.close,
.offcanvas-lg button.close,
.offcanvas-xl button.close {opacity: 0; }

@media (max-width: 575.98px) {
  .offcanvas,
  .offcanvas {position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 1.5rem; background-color: #ffffff; visibility: hidden; }
  .offcanvas.show,
  .offcanvas.show {visibility: visible; }
  .offcanvas.show button.close,
  .offcanvas.show button.close {opacity: 1; }
  .offcanvas:not([data-animation]) .form-control,
  .offcanvas:not([data-animation]) .form-control {transition-duration: 0s; }
  .offcanvas.offcanvas-bottom,
  .offcanvas.offcanvas-bottom {top: auto; bottom: 0; }
  .offcanvas.showing,
  .offcanvas.showing {transition-duration: .3s; transition-timing-function: ease; } 
}
@media (max-width: 767.98px) {
  .offcanvas,
  .offcanvas-sm {position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 1.5rem; background-color: #ffffff; visibility: hidden; }
  .offcanvas.show,
  .offcanvas-sm.show {visibility: visible; }
  .offcanvas.show button.close,
  .offcanvas-sm.show button.close {opacity: 1; }
  .offcanvas:not([data-animation]) .form-control,
  .offcanvas-sm:not([data-animation]) .form-control {transition-duration: 0s; }
  .offcanvas.offcanvas-bottom,
  .offcanvas-sm.offcanvas-bottom {top: auto; bottom: 0; }
  .offcanvas.showing,
  .offcanvas-sm.showing {transition-duration: .3s; transition-timing-function: ease; } 
}
@media (max-width: 991.98px) {
  .offcanvas,
  .offcanvas-md {position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 1.5rem; background-color: #ffffff; visibility: hidden; }
  .offcanvas.show,
  .offcanvas-md.show {visibility: visible; }
  .offcanvas.show button.close,
  .offcanvas-md.show button.close {opacity: 1; }
  .offcanvas:not([data-animation]) .form-control,
  .offcanvas-md:not([data-animation]) .form-control {transition-duration: 0s; }
  .offcanvas.offcanvas-bottom,
  .offcanvas-md.offcanvas-bottom {top: auto; bottom: 0; }
  .offcanvas.showing,
  .offcanvas-md.showing {transition-duration: .3s; transition-timing-function: ease; } 
}
@media (max-width: 1199.98px) {
  .offcanvas,
  .offcanvas-lg {position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 1.5rem; background-color: #ffffff; visibility: hidden; }
  .offcanvas.show,
  .offcanvas-lg.show {visibility: visible; }
  .offcanvas.show button.close,
  .offcanvas-lg.show button.close {opacity: 1; }
  .offcanvas:not([data-animation]) .form-control,
  .offcanvas-lg:not([data-animation]) .form-control {transition-duration: 0s; }
  .offcanvas.offcanvas-bottom,
  .offcanvas-lg.offcanvas-bottom {top: auto; bottom: 0; }
  .offcanvas.showing,
  .offcanvas-lg.showing {transition-duration: .3s; transition-timing-function: ease; } 
}
.offcanvas,
.offcanvas-xl {position: fixed; top: 0; left: 0; width: 100%; height: 100%; padding: 1.5rem; background-color: #ffffff; visibility: hidden; }
.offcanvas.show,
.offcanvas-xl.show {visibility: visible; }
.offcanvas.show button.close,
.offcanvas-xl.show button.close {opacity: 1; }
.offcanvas:not([data-animation]) .form-control,
.offcanvas-xl:not([data-animation]) .form-control {transition-duration: 0s; }
.offcanvas.offcanvas-bottom,
.offcanvas-xl.offcanvas-bottom {top: auto; bottom: 0; }
.offcanvas.showing,
.offcanvas-xl.showing {transition-duration: .3s; transition-timing-function: ease; }

.overlay-offcanvas {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1270; }

.p-collapsing-sidebar {width: 17rem; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -ms-transition: 0.3s ease-out; transition: 0.3s ease-out; white-space: nowrap; }
.p-collapsing-sidebar .admin-user_avatar {width: 2.5rem; height: 2.5rem; }
.p-collapsing-sidebar ~ .main-container {-webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -ms-transition: 0.3s ease-out; transition: 0.3s ease-out; }

@media (max-width: 575.98px) {
  .p-collapsing-sidebar {width: 100%; margin-left: -100%; }
  .p-collapsing-sidebar.p-collapse {margin-left: 0; } 
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .p-collapsing-sidebar {margin-left: -17rem; }
  .p-collapsing-sidebar.p-collapse {margin-left: 0; }
  .p-collapsing-sidebar.p-collapse ~ .main-container {margin-left: 17rem; }
  .p-collapsing-sidebar ~ .main-container {margin-left: 0; } 
}
@media (min-width: 768px) {
  .p-collapsing-sidebar .p-collapsing-title {opacity: 1; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; }
  .p-collapsing-sidebar.p-collapse {width: 5rem; }
  .p-collapsing-sidebar.p-collapse:not(:hover) {text-align: center; }
  .p-collapsing-sidebar.p-collapse:not(:hover) .p-collapsing-title {opacity: 0 !important; display: none !important; }
  .p-collapsing-sidebar.p-collapse ~ .main-container {margin-left: 5rem; }
  .p-collapsing-sidebar.p-collapse:hover {width: 17rem; }
  .p-collapsing-sidebar ~ .main-container {margin-left: 17rem; } 
}
.p-collapsing-sidebar-toggler {cursor: pointer; background: transparent; border: none; }
.p-collapsing-sidebar-toggler:focus {outline: none; }
.p-collapsing-sidebar-toggler.sidebar-toggler-secondary {color: rgba(58, 64, 72, 0.8); border: 1px solid rgba(58, 64, 72, 0.5); }
.p-collapsing-sidebar-toggler.sidebar-toggler-secondary:hover {color: #ffffff; background-color: rgba(58, 64, 72, 0.8); }
.p-collapsing-sidebar-toggler.sidebar-toggler-light {color: white; border: 1px solid rgba(255, 255, 255, 0.5); }
.p-collapsing-sidebar-toggler.sidebar-toggler-light:hover {color: rgba(58, 64, 72, 0.8); background-color: rgba(255, 255, 255, 0.9); }

.sidebar-nav-light-hover .nav-link {padding: 0; }
.sidebar-nav-light-hover .nav-item .nav-link {border-radius: 0.25rem; }
.sidebar-nav-light-hover .nav-item:not(.active) .nav-link:hover,
.sidebar-nav-light-hover .nav-item:not(.active) .nav-link.collapser-active {background: rgba(255, 255, 255, 0.15); }
.sidebar-nav-light-hover .nav-item.active .nav-link {background: rgba(255, 255, 255, 0.2); }
.sidebar-nav-light-hover > .nav-item .collapser.collapser-active.nav-link-border {border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.sidebar-nav-light-hover > .nav-item .collapser.nav-link-border ~ .nav-collapse {border: 1px solid rgba(255, 255, 255, 0.15) !important; border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }
.sidebar-nav-light-hover > .nav-item .collapser.nav-link-border ~ .nav-collapse .nav-item .nav-link {border-radius: 0; }

/* [ sizing ] */
.w-fullscreen, .w-100vw {width: 100vw !important; }
.h-fullscreen, .h-100vh {height: 100vh !important; }
.mw-fullscreen, .mw-100vw {min-width: 100vw !important; }
.mh-fullscreen, .mh-100vh {min-height: 100vh !important; }

.w-xs {width: 6.25rem !important; }
.w-sm {width: 12.5rem !important; }
.w-md {width: 18.75rem !important; }
.w-lg {width: 25rem !important; }
.w-xl {width: 37.5rem !important; }
.h-xs {height: 6.25rem !important; }
.h-sm {height: 12.5rem !important; }
.h-md {height: 18.75rem !important; }
.h-lg {height: 25rem !important; }
.h-xl {height: 37.5rem !important; }
.w-25 {width: 25% !important; }
.w-50 {width: 50% !important; }
.w-75 {width: 75% !important; }
.w-100 {width: 100% !important; }
.w-auto {width: auto !important; }
.w-5 {width: 5% !important; }
.w-10 {width: 10% !important; }
.w-15 {width: 15% !important; }
.h-25 {height: 25% !important; }
.h-50 {height: 50% !important; }
.h-75 {height: 75% !important; }
.h-100 {height: 100% !important; }
.h-auto {height: auto !important; }
.h-5 {height: 5% !important; }
.h-10 {height: 10% !important; }
.h-15 {height: 15% !important; }

@media (min-width: 576px) {
  .w-sm-25 {width: 25% !important; }
  .w-sm-50 {width: 50% !important; }
  .w-sm-75 {width: 75% !important; }
  .w-sm-100 {width: 100% !important; }
  .w-sm-auto {width: auto !important; }
  .w-sm-5 {width: 5% !important; }
  .w-sm-10 {width: 10% !important; }
  .w-sm-15 {width: 15% !important; }
  .h-sm-25 {height: 25% !important; }
  .h-sm-50 {height: 50% !important; }
  .h-sm-75 {height: 75% !important; }
  .h-sm-100 {height: 100% !important; }
  .h-sm-auto {height: auto !important; }
  .h-sm-5 {height: 5% !important; }
  .h-sm-10 {height: 10% !important; }
  .h-sm-15 {height: 15% !important; } 
}
@media (min-width: 768px) {
  .w-md-25 {width: 25% !important; }
  .w-md-50 {width: 50% !important; }
  .w-md-75 {width: 75% !important; }
  .w-md-100 {width: 100% !important; }
  .w-md-auto {width: auto !important; }
  .w-md-5 {width: 5% !important; }
  .w-md-10 {width: 10% !important; }
  .w-md-15 {width: 15% !important; }
  .h-md-25 {height: 25% !important; }
  .h-md-50 {height: 50% !important; }
  .h-md-75 {height: 75% !important; }
  .h-md-100 {height: 100% !important; }
  .h-md-auto {height: auto !important; }
  .h-md-5 {height: 5% !important; }
  .h-md-10 {height: 10% !important; }
  .h-md-15 {height: 15% !important; } 
}
@media (min-width: 992px) {
  .w-lg-25 {width: 25% !important; }
  .w-lg-50 {width: 50% !important; }
  .w-lg-75 {width: 75% !important; }
  .w-lg-100 {width: 100% !important; }
  .w-lg-auto {width: auto !important; }
  .w-lg-5 {width: 5% !important; }
  .w-lg-10 {width: 10% !important; }
  .w-lg-15 {width: 15% !important; }
  .h-lg-25 {height: 25% !important; }
  .h-lg-50 {height: 50% !important; }
  .h-lg-75 {height: 75% !important; }
  .h-lg-100 {height: 100% !important; }
  .h-lg-auto {height: auto !important; }
  .h-lg-5 {height: 5% !important; }
  .h-lg-10 {height: 10% !important; }
  .h-lg-15 {height: 15% !important; } 
}
@media (min-width: 1200px) {
  .w-xl-25 {width: 25% !important; }
  .w-xl-50 {width: 50% !important; }
  .w-xl-75 {width: 75% !important; }
  .w-xl-100 {width: 100% !important; }
  .w-xl-auto {width: auto !important; }
  .w-xl-5 {width: 5% !important; }
  .w-xl-10 {width: 10% !important; }
  .w-xl-15 {width: 15% !important; }
  .h-xl-25 {height: 25% !important; }
  .h-xl-50 {height: 50% !important; }
  .h-xl-75 {height: 75% !important; }
  .h-xl-100 {height: 100% !important; }
  .h-xl-auto {height: auto !important; }
  .h-xl-5 {height: 5% !important; }
  .h-xl-10 {height: 10% !important; }
  .h-xl-15 {height: 15% !important; } 
}

.height-1,.h-1 {height: 1px !important; }
.height-2, .h-2 {height: 2px !important; }
.height-3, .h-3 {height: 3px !important; }
.height-4, .h-4 {height: 4px !important; }

.square-md {width: 2rem !important; height: 2rem !important; }

/* [ pagination ] */
.page-link {margin-left: 0.1875rem; margin-right: 0.1875rem; display: flex; align-items: center; justify-content: center; height: 100%; }
.pagination-connected .page-link {margin-left: -1px; margin-right: 0; }
.pagination-sm .page-link {min-width: 1.875rem; min-height: 1.875rem; }

/* [ position ] */
.overflow-h, .overflow-hidden {overflow: hidden !important; }
.overflow-x-h, .overflow-x-hidden {overflow-x: hidden !important; }
.overflow-y-h, .overflow-y-hidden {overflow-y: hidden !important; }

.z-index-auto, .zi-auto {z-index: auto; }
.z-index--10, .zi--10 {z-index: -10; }
.z-index--9, .zi--9 {z-index: -9; }
.z-index--8, .zi--8 {z-index: -8; }
.z-index--7, .zi--7 {z-index: -7; }
.z-index--6, .zi--6 {z-index: -6; }
.z-index--5, .zi--5 {z-index: -5; }
.z-index--4, .zi--4 {z-index: -4; }
.z-index--3, .zi--3 {z-index: -3; }
.z-index--2, .zi--2 {z-index: -2; }
.z-index--1, .zi--1 {z-index: -1; }
.z-index-0, .zi-0 {z-index: 0; }
.z-index-1, .zi-1 {z-index: 1; }
.z-index-2, .zi-2 {z-index: 2; }
.z-index-3, .zi-3 {z-index: 3; }
.z-index-4, .zi-4 {z-index: 4; }
.z-index-5, .zi-5 {z-index: 5; }
.z-index-6, .zi-6 {z-index: 6; }
.z-index-7, .zi-7 {z-index: 7; }
.z-index-8, .zi-8 {z-index: 8; }
.z-index-9, .zi-9 {z-index: 9; }
.z-index-10, .zi-10 {z-index: 10; }

.p-static, .position-static {position: static !important; }
.p-relative, .position-relative {position: relative !important; }
.p-absolute, .position-absolute { position: absolute !important; }
.p-fixed, .position-fixed {position: fixed !important; }
.p-sticky, .position-sticky {position: sticky !important; }

/* font weight */
.left-15, .l-15 {left: 15% !important; }
.top-15, .t-15 {top: 15% !important; }
.right-15, .r-15 {right: 15% !important; }
.bottom-15, .b-15 {bottom: 15% !important; }
.left-20, .l-20 {left: 20% !important; }
.top-20, .t-20 {top: 20% !important; }
.right-20, .r-20 {right: 20% !important; }
.bottom-20, .b-20 {bottom: 20% !important; }
.left-30, .l-30 {left: 30% !important; }
.top-30, .t-30 {top: 30% !important; }
.right-30, .r-30 {right: 30% !important; }
.bottom-30, .b-30 {bottom: 30% !important; }
.left-40, .l-40 {left: 40% !important; }
.top-40, .t-40 {top: 40% !important; }
.right-40, .r-40 {right: 40% !important; }
.bottom-40, .b-40 {bottom: 40% !important; }
.left-50, .l-50 {left: 50% !important; }
.top-50, .t-50 {top: 50% !important; }
.right-50, .r-50 {right: 50% !important; }
.bottom-50, .b-50 {bottom: 50% !important; }
.left-60, .l-60 {left: 60% !important; }
.top-60, .t-60 {top: 60% !important; }
.right-60, .r-60 {right: 60% !important; }
.bottom-60, .b-60 {bottom: 60% !important; }
.left-70, .l-70 {left: 70% !important; }
.top-70, .t-70 {top: 70% !important; }
.right-70, .r-70 {right: 70% !important; }
.bottom-70, .b-70 {bottom: 70% !important; }
.left-80, .l-80 {left: 80% !important; }
.top-80, .t-80 {top: 80% !important; }
.right-80, .r-80 {right: 80% !important; }
.bottom-80, .b-80 {bottom: 80% !important; }
.left-90, .l-90 {left: 90% !important; }
.top-90, .t-90 {top: 90% !important; }
.right-90, .r-90 {right: 90% !important; }
.bottom-90, .b-90 {bottom: 90% !important; }
.left-100, .l-100 {left: 100% !important; }
.top-100, .t-100 {top: 100% !important; }
.right-100, .r-100 {right: 100% !important; }
.bottom-100, .b-100 {bottom: 100% !important; }
.l-auto, .left-auto {left: auto !important; }
.t-auto, .top-auto {top: auto !important; }
.r-auto, .right-auto {right: auto !important; }
.b-auto, .bottom-auto {bottom: auto !important; }
.l-0, .left-0 {left: 0 !important; }
.l--0, .left--0 {left: -0 !important; }
.t-0, .top-0 {top: 0 !important; }
.t--0, .top--0 {top: -0 !important; }
.r-0, .right-0 {right: 0 !important; }
.r--0, .right--0 {right: -0 !important; }
.b-0, .bottom-0 {bottom: 0 !important; }
.b--0, .bottom--0 {bottom: -0 !important; }
.l-1, .left-1 {left: 0.25rem !important; }
.l--1, .left--1 {left: -0.25rem !important; }
.t-1, .top-1 {top: 0.25rem !important; }
.t--1, .top--1 {top: -0.25rem !important; }
.r-1, .right-1 {right: 0.25rem !important; }
.r--1, .right--1 {right: -0.25rem !important; }
.b-1, .bottom-1 {bottom: 0.25rem !important; }
.b--1, .bottom--1 {bottom: -0.25rem !important; }
.l-2, .left-2 {left: 0.5rem !important; }
.l--2, .left--2 {left: -0.5rem !important; }
.t-2, .top-2 {top: 0.5rem !important; }
.t--2, .top--2 {top: -0.5rem !important; }
.r-2, .right-2 {right: 0.5rem !important; }
.r--2, .right--2 {right: -0.5rem !important; }
.b-2, .bottom-2 {bottom: 0.5rem !important; }
.b--2, .bottom--2 {bottom: -0.5rem !important; }
.l-3, .left-3 {left: 0.75rem !important; }
.l--3, .left--3 {left: -0.75rem !important; }
.t-3, .top-3 {top: 0.75rem !important; }
.t--3, .top--3 {top: -0.75rem !important; }
.r-3, .right-3 {right: 0.75rem !important; }
.r--3, .right--3 {right: -0.75rem !important; }
.b-3, .bottom-3 {bottom: 0.75rem !important; }
.b--3, .bottom--3 {bottom: -0.75rem !important; }
.l-4, .left-4 {left: 1rem !important; }
.l--4, .left--4 {left: -1rem !important; }
.t-4, .top-4 {top: 1rem !important; }
.t--4, .top--4 {top: -1rem !important; }
.r-4, .right-4 {right: 1rem !important; }
.r--4, .right--4 {right: -1rem !important; }
.b-4, .bottom-4 {bottom: 1rem !important; }
.b--4, .bottom--4 {bottom: -1rem !important; }
.l-5, .left-5 {left: 1.25rem !important; }
.l--5, .left--5 {left: -1.25rem !important; }
.t-5, .top-5 {top: 1.25rem !important; }
.t--5, .top--5 {top: -1.25rem !important; }
.r-5, .right-5 {right: 1.25rem !important; }
.r--5, .right--5 {right: -1.25rem !important; }
.b-5, .bottom-5 {bottom: 1.25rem !important; }
.b--5, .bottom--5 {bottom: -1.25rem !important; }
.l-6, .left-6 {left: 1.5rem !important; }
.l--6, .left--6 {left: -1.5rem !important; }
.t-6, .top-6 {top: 1.5rem !important; }
.t--6, .top--6 {top: -1.5rem !important; }
.r-6, .right-6 {right: 1.5rem !important; }
.r--6, .right--6 {right: -1.5rem !important; }
.b-6, .bottom-6 {bottom: 1.5rem !important; }
.b--6, .bottom--6 {bottom: -1.5rem !important; }
.l-7, .left-7 {left: 2rem !important; }
.l--7, .left--7 {left: -2rem !important; }
.t-7, .top-7 {top: 2rem !important; }
.t--7, .top--7 {top: -2rem !important; }
.r-7, .right-7 {right: 2rem !important; }
.r--7, .right--7 {right: -2rem !important; }
.b-7, .bottom-7 {bottom: 2rem !important; }
.b--7, .bottom--7 {bottom: -2rem !important; }
.l-8, .left-8 {left: 3rem !important; }
.l--8, .left--8 {left: -3rem !important; }
.t-8, .top-8 {top: 3rem !important; }
.t--8, .top--8 {top: -3rem !important; }
.r-8, .right-8 {right: 3rem !important; }
.r--8, .right--8 {right: -3rem !important; }
.b-8, .bottom-8 {bottom: 3rem !important; }
.b--8, .bottom--8 {bottom: -3rem !important; }
.l-9, .left-9 {left: 5rem !important; }
.l--9, .left--9 {left: -5rem !important; }
.t-9, .top-9 {top: 5rem !important; }
.t--9, .top--9 {top: -5rem !important; }
.r-9, .right-9 {right: 5rem !important; }
.r--9, .right--9 {right: -5rem !important; }
.b-9, .bottom-9 {bottom: 5rem !important; }
.b--9, .bottom--9 {bottom: -5rem !important; }
.l-10, .left-10 {left: 7rem !important; }
.l--10, .left--10 {left: -7rem !important; }
.t-10, .top-10 {top: 7rem !important; }
.t--10, .top--10 {top: -7rem !important; }
.r-10, .right-10 {right: 7rem !important; }
.r--10, .right--10 {right: -7rem !important; }
.b-10, .bottom-10 {bottom: 7rem !important; }
.b--10, .bottom--10 {bottom: -7rem !important; }
.l-11, .left-11 {left: 9rem !important; }
.l--11, .left--11 {left: -9rem !important; }
.t-11, .top-11 {top: 9rem !important; }
.t--11, .top--11 {top: -9rem !important; }
.r-11, .right-11 {right: 9rem !important; }
.r--11, .right--11 {right: -9rem !important; }
.b-11, .bottom-11 {bottom: 9rem !important; }
.b--11, .bottom--11 {bottom: -9rem !important; }
.l-12, .left-12 {left: 11rem !important; }
.l--12, .left--12 {left: -11rem !important; }
.t-12, .top-12 {top: 11rem !important; }
.t--12, .top--12 {top: -11rem !important; }
.r-12, .right-12 {right: 11rem !important; }
.r--12, .right--12 {right: -11rem !important; }
.b-12, .bottom-12 {bottom: 11rem !important; }
.b--12, .bottom--12 {bottom: -11rem !important; }
.l-13, .left-13 {left: 13rem !important; }
.l--13, .left--13 {left: -13rem !important; }
.t-13, .top-13 {top: 13rem !important; }
.t--13, .top--13 {top: -13rem !important; }
.r-13, .right-13 {right: 13rem !important; }
.r--13, .right--13 {right: -13rem !important; }
.b-13, .bottom-13 {bottom: 13rem !important; }
.b--13, .bottom--13 {bottom: -13rem !important; }

.absolute-center {left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.absolute-center-X:not(.absolute-center-Y) {left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.absolute-center-Y:not(.absolute-center-X) {top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

/* [ preloader ] */
body.preloader {overflow: hidden; }
body.preloader .preloaderWrapper {content: ""; height: 100%; width: 100%; background: #FFF; position: fixed; top: 0; left: 0; z-index: 9999999; background-image: url(images/preloader.svg); background-position: center center; background-repeat: no-repeat; background-size: 80px; }

/* [ spacing ] */
.m-0 {margin: 0 !important; }
.m-0-auto {margin: 0 auto !important; }

.px-10-per {padding-right: 10% !important; padding-left: 10% !important; }
.px-15-per {padding-right: 15% !important; padding-left: 15% !important; }
.px-20-per {padding-right: 20% !important; padding-left: 20% !important; }
.px-25-per {padding-right: 25% !important; padding-left: 25% !important; }
.px-30-per {padding-right: 30% !important; padding-left: 30% !important; }
.px-35-per {padding-right: 35% !important; padding-left: 35% !important; }
.px-40-per {padding-right: 40% !important; padding-left: 40% !important; }
.px-45-per {padding-right: 45% !important; padding-left: 45% !important; }
.px-50-per {padding-right: 50% !important; padding-left: 50% !important; }

.mx--0 {margin-left: -0 !important; margin-right: -0 !important; }
.my--0 {margin-top: -0 !important; margin-bottom: -0 !important; }
.ml--0 {margin-left: -0 !important; }
.mr--0 {margin-right: -0 !important; }
.mt--0 {margin-top: -0 !important; }
.mb--0 {margin-bottom: -0 !important; }
.mx--1 {margin-left: -0.25rem !important; margin-right: -0.25rem !important; }
.my--1 {margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
.ml--1 {margin-left: -0.25rem !important; }
.mr--1 {margin-right: -0.25rem !important; }
.mt--1 {margin-top: -0.25rem !important; }
.mb--1 {margin-bottom: -0.25rem !important; }
.mx--2 {margin-left: -0.5rem !important; margin-right: -0.5rem !important; }
.my--2 {margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
.ml--2 {margin-left: -0.5rem !important; }
.mr--2 {margin-right: -0.5rem !important; }
.mt--2 {margin-top: -0.5rem !important; }
.mb--2 {margin-bottom: -0.5rem !important; }
.mx--3 {margin-left: -0.75rem !important; margin-right: -0.75rem !important; }
.my--3 {margin-top: -0.75rem !important; margin-bottom: -0.75rem !important; }
.ml--3 {margin-left: -0.75rem !important; }
.mr--3 {margin-right: -0.75rem !important; }
.mt--3 {margin-top: -0.75rem !important; }
.mb--3 {margin-bottom: -0.75rem !important; }
.mx--4 {margin-left: -1rem !important; margin-right: -1rem !important; }
.my--4 {margin-top: -1rem !important; margin-bottom: -1rem !important; }
.ml--4 {margin-left: -1rem !important; }
.mr--4 {margin-right: -1rem !important; }
.mt--4 {margin-top: -1rem !important; }
.mb--4 {margin-bottom: -1rem !important; }
.mx--5 {margin-left: -1.25rem !important; margin-right: -1.25rem !important; }
.my--5 {margin-top: -1.25rem !important; margin-bottom: -1.25rem !important; }
.ml--5 {margin-left: -1.25rem !important; }
.mr--5 {margin-right: -1.25rem !important; }
.mt--5 {margin-top: -1.25rem !important; }
.mb--5 {margin-bottom: -1.25rem !important; }
.mx--6 {margin-left: -1.5rem !important; margin-right: -1.5rem !important; }
.my--6 {margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
.ml--6 {margin-left: -1.5rem !important; }
.mr--6 {margin-right: -1.5rem !important; }
.mt--6 {margin-top: -1.5rem !important; }
.mb--6 {margin-bottom: -1.5rem !important; }
.mx--7 {margin-left: -2rem !important; margin-right: -2rem !important; }
.my--7 {margin-top: -2rem !important; margin-bottom: -2rem !important; }
.ml--7 {margin-left: -2rem !important; }
.mr--7 {margin-right: -2rem !important; }
.mt--7 {margin-top: -2rem !important; }
.mb--7 {margin-bottom: -2rem !important; }
.mx--8 {margin-left: -3rem !important; margin-right: -3rem !important; }
.my--8 {margin-top: -3rem !important; margin-bottom: -3rem !important; }
.ml--8 {margin-left: -3rem !important; }
.mr--8 {margin-right: -3rem !important; }
.mt--8 {margin-top: -3rem !important; }
.mb--8 {margin-bottom: -3rem !important; }
.mx--9 {margin-left: -5rem !important; margin-right: -5rem !important; }
.my--9 {margin-top: -5rem !important; margin-bottom: -5rem !important; }
.ml--9 {margin-left: -5rem !important; }
.mr--9 {margin-right: -5rem !important; }
.mt--9 {margin-top: -5rem !important; }
.mb--9 {margin-bottom: -5rem !important; }
.mx--10 {margin-left: -7rem !important; margin-right: -7rem !important; }
.my--10 {margin-top: -7rem !important; margin-bottom: -7rem !important; }
.ml--10 {margin-left: -7rem !important; }
.mr--10 {margin-right: -7rem !important; }
.mt--10 {margin-top: -7rem !important; }
.mb--10 {margin-bottom: -7rem !important; }
.mx--11 {margin-left: -9rem !important; margin-right: -9rem !important; }
.my--11 {margin-top: -9rem !important;margin-bottom: -9rem !important; }
.ml--11 {margin-left: -9rem !important; }
.mr--11 {margin-right: -9rem !important; }
.mt--11 {margin-top: -9rem !important; }
.mb--11 {margin-bottom: -9rem !important; }
.mx--12 {margin-left: -11rem !important; margin-right: -11rem !important; }
.my--12 {margin-top: -11rem !important; margin-bottom: -11rem !important; }
.ml--12 {margin-left: -11rem !important; }
.mr--12 {margin-right: -11rem !important; }
.mt--12 {margin-top: -11rem !important; }
.mb--12 {margin-bottom: -11rem !important; }
.mx--13 {margin-left: -13rem !important; margin-right: -13rem !important; }
.my--13 {margin-top: -13rem !important; margin-bottom: -13rem !important; }
.ml--13 {margin-left: -13rem !important; }
.mr--13 {margin-right: -13rem !important; }
.mt--13 {margin-top: -13rem !important; }
.mb--13 {margin-bottom: -13rem !important; }

@media (min-width: 576px) {
  .mx-sm--0 {margin-left: -0 !important; margin-right: -0 !important; }
  .my-sm--0 {margin-top: -0 !important; margin-bottom: -0 !important; }
  .ml-sm--0 {margin-left: -0 !important; }
  .mr-sm--0 {margin-right: -0 !important; }
  .mt-sm--0 {margin-top: -0 !important; }
  .mb-sm--0 {margin-bottom: -0 !important; }
  .mx-sm--1 {margin-left: -0.25rem !important; margin-right: -0.25rem !important; }
  .my-sm--1 {margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
  .ml-sm--1 {margin-left: -0.25rem !important; }
  .mr-sm--1 {margin-right: -0.25rem !important; }
  .mt-sm--1 {margin-top: -0.25rem !important; }
  .mb-sm--1 {margin-bottom: -0.25rem !important; }
  .mx-sm--2 {margin-left: -0.5rem !important; margin-right: -0.5rem !important; }
  .my-sm--2 {margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
  .ml-sm--2 {margin-left: -0.5rem !important; }
  .mr-sm--2 {margin-right: -0.5rem !important; }
  .mt-sm--2 {margin-top: -0.5rem !important; }
  .mb-sm--2 {margin-bottom: -0.5rem !important; }
  .mx-sm--3 {margin-left: -0.75rem !important; margin-right: -0.75rem !important; }
  .my-sm--3 {margin-top: -0.75rem !important; margin-bottom: -0.75rem !important; }
  .ml-sm--3 {margin-left: -0.75rem !important; }
  .mr-sm--3 {margin-right: -0.75rem !important; }
  .mt-sm--3 {margin-top: -0.75rem !important; }
  .mb-sm--3 {margin-bottom: -0.75rem !important; }
  .mx-sm--4 {margin-left: -1rem !important; margin-right: -1rem !important; }
  .my-sm--4 {margin-top: -1rem !important; margin-bottom: -1rem !important; }
  .ml-sm--4 {margin-left: -1rem !important; }
  .mr-sm--4 {margin-right: -1rem !important; }
  .mt-sm--4 {margin-top: -1rem !important; }
  .mb-sm--4 {margin-bottom: -1rem !important; }
  .mx-sm--5 {margin-left: -1.25rem !important; margin-right: -1.25rem !important; }
  .my-sm--5 {margin-top: -1.25rem !important; margin-bottom: -1.25rem !important; }
  .ml-sm--5 {margin-left: -1.25rem !important; }
  .mr-sm--5 {margin-right: -1.25rem !important; }
  .mt-sm--5 {margin-top: -1.25rem !important; }
  .mb-sm--5 {margin-bottom: -1.25rem !important; }
  .mx-sm--6 {margin-left: -1.5rem !important; margin-right: -1.5rem !important; }
  .my-sm--6 {margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
  .ml-sm--6 {margin-left: -1.5rem !important; }
  .mr-sm--6 {margin-right: -1.5rem !important; }
  .mt-sm--6 {margin-top: -1.5rem !important; }
  .mb-sm--6 {margin-bottom: -1.5rem !important; }
  .mx-sm--7 {margin-left: -2rem !important; margin-right: -2rem !important; }
  .my-sm--7 {margin-top: -2rem !important; margin-bottom: -2rem !important; }
  .ml-sm--7 {margin-left: -2rem !important; }
  .mr-sm--7 {margin-right: -2rem !important; }
  .mt-sm--7 {margin-top: -2rem !important; }
  .mb-sm--7 {margin-bottom: -2rem !important; }
  .mx-sm--8 {margin-left: -3rem !important; margin-right: -3rem !important; }
  .my-sm--8 {margin-top: -3rem !important; margin-bottom: -3rem !important; }
  .ml-sm--8 {margin-left: -3rem !important; }
  .mr-sm--8 {margin-right: -3rem !important; }
  .mt-sm--8 {margin-top: -3rem !important; }
  .mb-sm--8 {margin-bottom: -3rem !important; }
  .mx-sm--9 {margin-left: -5rem !important; margin-right: -5rem !important; }
  .my-sm--9 {margin-top: -5rem !important; margin-bottom: -5rem !important; }
  .ml-sm--9 {margin-left: -5rem !important; }
  .mr-sm--9 {margin-right: -5rem !important; }
  .mt-sm--9 {margin-top: -5rem !important; }
  .mb-sm--9 {margin-bottom: -5rem !important; }
  .mx-sm--10 {margin-left: -7rem !important; margin-right: -7rem !important; }
  .my-sm--10 {margin-top: -7rem !important; margin-bottom: -7rem !important; }
  .ml-sm--10 {margin-left: -7rem !important; }
  .mr-sm--10 {margin-right: -7rem !important; }
  .mt-sm--10 {margin-top: -7rem !important; }
  .mb-sm--10 {margin-bottom: -7rem !important; }
  .mx-sm--11 {margin-left: -9rem !important; margin-right: -9rem !important; }
  .my-sm--11 {margin-top: -9rem !important; margin-bottom: -9rem !important; }
  .ml-sm--11 {margin-left: -9rem !important; }
  .mr-sm--11 {margin-right: -9rem !important; }
  .mt-sm--11 {margin-top: -9rem !important; }
  .mb-sm--11 {margin-bottom: -9rem !important; }
  .mx-sm--12 {margin-left: -11rem !important; margin-right: -11rem !important; }
  .my-sm--12 {margin-top: -11rem !important; margin-bottom: -11rem !important; }
  .ml-sm--12 {margin-left: -11rem !important; }
  .mr-sm--12 {margin-right: -11rem !important; }
  .mt-sm--12 {margin-top: -11rem !important; }
  .mb-sm--12 {margin-bottom: -11rem !important; }
  .mx-sm--13 {margin-left: -13rem !important; margin-right: -13rem !important; }
  .my-sm--13 {margin-top: -13rem !important; margin-bottom: -13rem !important; }
  .ml-sm--13 {margin-left: -13rem !important; }
  .mr-sm--13 {margin-right: -13rem !important; }
  .mt-sm--13 {margin-top: -13rem !important; }
  .mb-sm--13 {margin-bottom: -13rem !important; } 
}
@media (min-width: 768px) {
  .mx-md--0 {margin-left: -0 !important; margin-right: -0 !important; }
  .my-md--0 {margin-top: -0 !important; margin-bottom: -0 !important; }
  .ml-md--0 {margin-left: -0 !important; }
  .mr-md--0 {margin-right: -0 !important; }
  .mt-md--0 {margin-top: -0 !important; }
  .mb-md--0 {margin-bottom: -0 !important; }
  .mx-md--1 {margin-left: -0.25rem !important; margin-right: -0.25rem !important; }
  .my-md--1 {margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
  .ml-md--1 {margin-left: -0.25rem !important; }
  .mr-md--1 {margin-right: -0.25rem !important; }
  .mt-md--1 {margin-top: -0.25rem !important; }
  .mb-md--1 {margin-bottom: -0.25rem !important; }
  .mx-md--2 {margin-left: -0.5rem !important; margin-right: -0.5rem !important; }
  .my-md--2 {margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
  .ml-md--2 {margin-left: -0.5rem !important; }
  .mr-md--2 {margin-right: -0.5rem !important; }
  .mt-md--2 {margin-top: -0.5rem !important; }
  .mb-md--2 {margin-bottom: -0.5rem !important; }
  .mx-md--3 {margin-left: -0.75rem !important; margin-right: -0.75rem !important; }
  .my-md--3 {margin-top: -0.75rem !important; margin-bottom: -0.75rem !important; }
  .ml-md--3 {margin-left: -0.75rem !important; }
  .mr-md--3 {margin-right: -0.75rem !important; }
  .mt-md--3 {margin-top: -0.75rem !important; }
  .mb-md--3 {margin-bottom: -0.75rem !important; }
  .mx-md--4 {margin-left: -1rem !important; margin-right: -1rem !important; }
  .my-md--4 {margin-top: -1rem !important; margin-bottom: -1rem !important; }
  .ml-md--4 {margin-left: -1rem !important; }
  .mr-md--4 {margin-right: -1rem !important; }
  .mt-md--4 {margin-top: -1rem !important; }
  .mb-md--4 {margin-bottom: -1rem !important; }
  .mx-md--5 {margin-left: -1.25rem !important; margin-right: -1.25rem !important; }
  .my-md--5 {margin-top: -1.25rem !important; margin-bottom: -1.25rem !important; }
  .ml-md--5 {margin-left: -1.25rem !important; }
  .mr-md--5 {margin-right: -1.25rem !important; }
  .mt-md--5 {margin-top: -1.25rem !important; }
  .mb-md--5 {margin-bottom: -1.25rem !important; }
  .mx-md--6 {margin-left: -1.5rem !important; margin-right: -1.5rem !important; }
  .my-md--6 {margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
  .ml-md--6 {margin-left: -1.5rem !important; }
  .mr-md--6 {margin-right: -1.5rem !important; }
  .mt-md--6 {margin-top: -1.5rem !important; }
  .mb-md--6 {margin-bottom: -1.5rem !important; }
  .mx-md--7 {margin-left: -2rem !important; margin-right: -2rem !important; }
  .my-md--7 {margin-top: -2rem !important; margin-bottom: -2rem !important; }
  .ml-md--7 {margin-left: -2rem !important; }
  .mr-md--7 {margin-right: -2rem !important; }
  .mt-md--7 {margin-top: -2rem !important; }
  .mb-md--7 {margin-bottom: -2rem !important; }
  .mx-md--8 {margin-left: -3rem !important; margin-right: -3rem !important; }
  .my-md--8 {margin-top: -3rem !important; margin-bottom: -3rem !important; }
  .ml-md--8 {margin-left: -3rem !important; }
  .mr-md--8 {margin-right: -3rem !important; }
  .mt-md--8 {margin-top: -3rem !important; }
  .mb-md--8 {margin-bottom: -3rem !important; }
  .mx-md--9 {margin-left: -5rem !important; margin-right: -5rem !important; }
  .my-md--9 {margin-top: -5rem !important; margin-bottom: -5rem !important; }
  .ml-md--9 {margin-left: -5rem !important; }
  .mr-md--9 {margin-right: -5rem !important; }
  .mt-md--9 {margin-top: -5rem !important; }
  .mb-md--9 {margin-bottom: -5rem !important; }
  .mx-md--10 {margin-left: -7rem !important; margin-right: -7rem !important; }
  .my-md--10 {margin-top: -7rem !important; margin-bottom: -7rem !important; }
  .ml-md--10 {margin-left: -7rem !important; }
  .mr-md--10 {margin-right: -7rem !important; }
  .mt-md--10 {margin-top: -7rem !important; }
  .mb-md--10 {margin-bottom: -7rem !important; }
  .mx-md--11 {margin-left: -9rem !important; margin-right: -9rem !important; }
  .my-md--11 {margin-top: -9rem !important; margin-bottom: -9rem !important; }
  .ml-md--11 {margin-left: -9rem !important; }
  .mr-md--11 {margin-right: -9rem !important; }
  .mt-md--11 {margin-top: -9rem !important; }
  .mb-md--11 {margin-bottom: -9rem !important; }
  .mx-md--12 {margin-left: -11rem !important; margin-right: -11rem !important; }
  .my-md--12 {margin-top: -11rem !important; margin-bottom: -11rem !important; }
  .ml-md--12 {margin-left: -11rem !important; }
  .mr-md--12 {margin-right: -11rem !important; }
  .mt-md--12 {margin-top: -11rem !important; }
  .mb-md--12 {margin-bottom: -11rem !important; }
  .mx-md--13 {margin-left: -13rem !important; margin-right: -13rem !important; }
  .my-md--13 {margin-top: -13rem !important; margin-bottom: -13rem !important; }
  .ml-md--13 {margin-left: -13rem !important; }
  .mr-md--13 {margin-right: -13rem !important; }
  .mt-md--13 {margin-top: -13rem !important; }
  .mb-md--13 {margin-bottom: -13rem !important; } 
}
@media (min-width: 992px) {
  .mx-lg--0 {margin-left: -0 !important; margin-right: -0 !important; }
  .my-lg--0 {margin-top: -0 !important; margin-bottom: -0 !important; }
  .ml-lg--0 {margin-left: -0 !important; }
  .mr-lg--0 {margin-right: -0 !important; }
  .mt-lg--0 {margin-top: -0 !important; }
  .mb-lg--0 {margin-bottom: -0 !important; }
  .mx-lg--1 {margin-left: -0.25rem !important; margin-right: -0.25rem !important; }
  .my-lg--1 {margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
  .ml-lg--1 {margin-left: -0.25rem !important; }
  .mr-lg--1 {margin-right: -0.25rem !important; }
  .mt-lg--1 {margin-top: -0.25rem !important; }
  .mb-lg--1 {margin-bottom: -0.25rem !important; }
  .mx-lg--2 {margin-left: -0.5rem !important; margin-right: -0.5rem !important; }
  .my-lg--2 {margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
  .ml-lg--2 {margin-left: -0.5rem !important; }
  .mr-lg--2 {margin-right: -0.5rem !important; }
  .mt-lg--2 {margin-top: -0.5rem !important; }
  .mb-lg--2 {margin-bottom: -0.5rem !important; }
  .mx-lg--3 {margin-left: -0.75rem !important; margin-right: -0.75rem !important; }
  .my-lg--3 {margin-top: -0.75rem !important; margin-bottom: -0.75rem !important; }
  .ml-lg--3 {margin-left: -0.75rem !important; }
  .mr-lg--3 {margin-right: -0.75rem !important; }
  .mt-lg--3 {margin-top: -0.75rem !important; }
  .mb-lg--3 {margin-bottom: -0.75rem !important; }
  .mx-lg--4 {margin-left: -1rem !important; margin-right: -1rem !important; }
  .my-lg--4 {margin-top: -1rem !important; margin-bottom: -1rem !important; }
  .ml-lg--4 {margin-left: -1rem !important; }
  .mr-lg--4 {margin-right: -1rem !important; }
  .mt-lg--4 {margin-top: -1rem !important; }
  .mb-lg--4 {margin-bottom: -1rem !important; }
  .mx-lg--5 {margin-left: -1.25rem !important; margin-right: -1.25rem !important; }
  .my-lg--5 {margin-top: -1.25rem !important; margin-bottom: -1.25rem !important; }
  .ml-lg--5 {margin-left: -1.25rem !important; }
  .mr-lg--5 {margin-right: -1.25rem !important; }
  .mt-lg--5 {margin-top: -1.25rem !important; }
  .mb-lg--5 {margin-bottom: -1.25rem !important; }
  .mx-lg--6 {margin-left: -1.5rem !important; margin-right: -1.5rem !important; }
  .my-lg--6 {margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
  .ml-lg--6 {margin-left: -1.5rem !important; }
  .mr-lg--6 {margin-right: -1.5rem !important; }
  .mt-lg--6 {margin-top: -1.5rem !important; }
  .mb-lg--6 {margin-bottom: -1.5rem !important; }
  .mx-lg--7 {margin-left: -2rem !important; margin-right: -2rem !important; }
  .my-lg--7 {margin-top: -2rem !important; margin-bottom: -2rem !important; }
  .ml-lg--7 {margin-left: -2rem !important; }
  .mr-lg--7 {margin-right: -2rem !important; }
  .mt-lg--7 {margin-top: -2rem !important; }
  .mb-lg--7 {margin-bottom: -2rem !important; }
  .mx-lg--8 {margin-left: -3rem !important; margin-right: -3rem !important; }
  .my-lg--8 {margin-top: -3rem !important; margin-bottom: -3rem !important; }
  .ml-lg--8 {margin-left: -3rem !important; }
  .mr-lg--8 {margin-right: -3rem !important; }
  .mt-lg--8 {margin-top: -3rem !important; }
  .mb-lg--8 {margin-bottom: -3rem !important; }
  .mx-lg--9 {margin-left: -5rem !important; margin-right: -5rem !important; }
  .my-lg--9 {margin-top: -5rem !important; margin-bottom: -5rem !important; }
  .ml-lg--9 {margin-left: -5rem !important; }
  .mr-lg--9 {margin-right: -5rem !important; }
  .mt-lg--9 {margin-top: -5rem !important; }
  .mb-lg--9 {margin-bottom: -5rem !important; }
  .mx-lg--10 {margin-left: -7rem !important; margin-right: -7rem !important; }
  .my-lg--10 {margin-top: -7rem !important; margin-bottom: -7rem !important; }
  .ml-lg--10 {margin-left: -7rem !important; }
  .mr-lg--10 {margin-right: -7rem !important; }
  .mt-lg--10 {margin-top: -7rem !important; }
  .mb-lg--10 {margin-bottom: -7rem !important; }
  .mx-lg--11 {margin-left: -9rem !important; margin-right: -9rem !important; }
  .my-lg--11 {margin-top: -9rem !important; margin-bottom: -9rem !important; }
  .ml-lg--11 {margin-left: -9rem !important; }
  .mr-lg--11 {margin-right: -9rem !important; }
  .mt-lg--11 {margin-top: -9rem !important; }
  .mb-lg--11 {margin-bottom: -9rem !important; }
  .mx-lg--12 {margin-left: -11rem !important; margin-right: -11rem !important; }
  .my-lg--12 {margin-top: -11rem !important; margin-bottom: -11rem !important; }
  .ml-lg--12 {margin-left: -11rem !important; }
  .mr-lg--12 {margin-right: -11rem !important; }
  .mt-lg--12 {margin-top: -11rem !important; }
  .mb-lg--12 {margin-bottom: -11rem !important; }
  .mx-lg--13 {margin-left: -13rem !important; margin-right: -13rem !important; }
  .my-lg--13 {margin-top: -13rem !important; margin-bottom: -13rem !important; }
  .ml-lg--13 {margin-left: -13rem !important; }
  .mr-lg--13 {margin-right: -13rem !important; }
  .mt-lg--13 {margin-top: -13rem !important; }
  .mb-lg--13 {margin-bottom: -13rem !important; } 
}
@media (min-width: 1200px) {
  .mx-xl--0 {margin-left: -0 !important; margin-right: -0 !important; }
  .my-xl--0 {margin-top: -0 !important; margin-bottom: -0 !important; }
  .ml-xl--0 {margin-left: -0 !important; }
  .mr-xl--0 {margin-right: -0 !important; }
  .mt-xl--0 {margin-top: -0 !important; }
  .mb-xl--0 {margin-bottom: -0 !important; }
  .mx-xl--1 {margin-left: -0.25rem !important; margin-right: -0.25rem !important; }
  .my-xl--1 {margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
  .ml-xl--1 {margin-left: -0.25rem !important; }
  .mr-xl--1 {margin-right: -0.25rem !important; }
  .mt-xl--1 {margin-top: -0.25rem !important; }
  .mb-xl--1 {margin-bottom: -0.25rem !important; }
  .mx-xl--2 {margin-left: -0.5rem !important; margin-right: -0.5rem !important; }
  .my-xl--2 {margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
  .ml-xl--2 {margin-left: -0.5rem !important; }
  .mr-xl--2 {margin-right: -0.5rem !important; }
  .mt-xl--2 {margin-top: -0.5rem !important; }
  .mb-xl--2 {margin-bottom: -0.5rem !important; }
  .mx-xl--3 {margin-left: -0.75rem !important; margin-right: -0.75rem !important; }
  .my-xl--3 {margin-top: -0.75rem !important; margin-bottom: -0.75rem !important; }
  .ml-xl--3 {margin-left: -0.75rem !important;}
  .mr-xl--3 {margin-right: -0.75rem !important; }
  .mt-xl--3 {margin-top: -0.75rem !important; }
  .mb-xl--3 {margin-bottom: -0.75rem !important; }
  .mx-xl--4 {margin-left: -1rem !important; margin-right: -1rem !important; }
  .my-xl--4 {margin-top: -1rem !important; margin-bottom: -1rem !important; }
  .ml-xl--4 {margin-left: -1rem !important; }
  .mr-xl--4 {margin-right: -1rem !important; }
  .mt-xl--4 {margin-top: -1rem !important; }
  .mb-xl--4 {margin-bottom: -1rem !important; }
  .mx-xl--5 {margin-left: -1.25rem !important; margin-right: -1.25rem !important; }
  .my-xl--5 {margin-top: -1.25rem !important; margin-bottom: -1.25rem !important; }
  .ml-xl--5 {margin-left: -1.25rem !important; }
  .mr-xl--5 {margin-right: -1.25rem !important; }
  .mt-xl--5 {margin-top: -1.25rem !important; }
  .mb-xl--5 {margin-bottom: -1.25rem !important; }
  .mx-xl--6 {margin-left: -1.5rem !important; margin-right: -1.5rem !important; }
  .my-xl--6 {margin-top: -1.5rem !important;margin-bottom: -1.5rem !important; }
  .ml-xl--6 {margin-left: -1.5rem !important; }
  .mr-xl--6 {margin-right: -1.5rem !important; }
  .mt-xl--6 {margin-top: -1.5rem !important; }
  .mb-xl--6 {margin-bottom: -1.5rem !important; }
  .mx-xl--7 {margin-left: -2rem !important; margin-right: -2rem !important; }
  .my-xl--7 {margin-top: -2rem !important; margin-bottom: -2rem !important; }
  .ml-xl--7 {margin-left: -2rem !important; }
  .mr-xl--7 {margin-right: -2rem !important; }
  .mt-xl--7 {margin-top: -2rem !important; }
  .mb-xl--7 {margin-bottom: -2rem !important; }
  .mx-xl--8 {margin-left: -3rem !important; margin-right: -3rem !important; }
  .my-xl--8 {margin-top: -3rem !important; margin-bottom: -3rem !important; }
  .ml-xl--8 {margin-left: -3rem !important; }
  .mr-xl--8 {margin-right: -3rem !important; }
  .mt-xl--8 {margin-top: -3rem !important; }
  .mb-xl--8 {margin-bottom: -3rem !important; }
  .mx-xl--9 {margin-left: -5rem !important; margin-right: -5rem !important; }
  .my-xl--9 {margin-top: -5rem !important; margin-bottom: -5rem !important; }
  .ml-xl--9 {margin-left: -5rem !important; }
  .mr-xl--9 {margin-right: -5rem !important; }
  .mt-xl--9 {margin-top: -5rem !important; }
  .mb-xl--9 {margin-bottom: -5rem !important; }
  .mx-xl--10 {margin-left: -7rem !important; margin-right: -7rem !important; }
  .my-xl--10 {margin-top: -7rem !important; margin-bottom: -7rem !important; }
  .ml-xl--10 {margin-left: -7rem !important; }
  .mr-xl--10 {margin-right: -7rem !important; }
  .mt-xl--10 {margin-top: -7rem !important; }
  .mb-xl--10 {margin-bottom: -7rem !important; }
  .mx-xl--11 {margin-left: -9rem !important; margin-right: -9rem !important; }
  .my-xl--11 {margin-top: -9rem !important; margin-bottom: -9rem !important; }
  .ml-xl--11 {margin-left: -9rem !important; }
  .mr-xl--11 {margin-right: -9rem !important; }
  .mt-xl--11 {margin-top: -9rem !important; }
  .mb-xl--11 {margin-bottom: -9rem !important; }
  .mx-xl--12 {margin-left: -11rem !important; margin-right: -11rem !important; }
  .my-xl--12 {margin-top: -11rem !important; margin-bottom: -11rem !important; }
  .ml-xl--12 {margin-left: -11rem !important; }
  .mr-xl--12 {margin-right: -11rem !important; }
  .mt-xl--12 {margin-top: -11rem !important; }
  .mb-xl--12 {margin-bottom: -11rem !important; }
  .mx-xl--13 {margin-left: -13rem !important; margin-right: -13rem !important; }
  .my-xl--13 {margin-top: -13rem !important; margin-bottom: -13rem !important; }
  .ml-xl--13 {margin-left: -13rem !important; }
  .mr-xl--13 {margin-right: -13rem !important; }
  .mt-xl--13 {margin-top: -13rem !important; }
  .mb-xl--13 {margin-bottom: -13rem !important; } 
}

    /* [ pricing_table ] */
.pricing_table {display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; width: 100%; margin: 0 auto 3em; }
.pricing_item {position: relative; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: stretch; align-items: stretch; text-align: center; -webkit-flex: 0 1 330px; flex: 0 1 330px; }
.pricing_feature-list {text-align: left; }

/* palden */
.pricing--palden .pricing_item {cursor: default; box-shadow: 0 0 10px rgba(46, 59, 125, 0.23); border-radius: 1.25rem 1.25rem .625rem .625rem; margin: 1em; }

@media screen and (min-width: 66.25em) {
  .pricing--palden .pricing_item {margin: 1em -0.5em; }
  .pricing--palden .pricing_item--featured {margin: 0; z-index: 10;box-shadow: 0 0 20px rgba(46, 59, 125, 0.23); } 
}

.pricing--palden .pricing_deco {border-radius: 10px 10px 0 0; background: #55a0f7; padding: 4em 0 9em; position: relative; }
.pricing--palden .pricing_deco-img {position: absolute; bottom: 0; left: 0; width: 100%; height: 160px; }
.pricing--palden .pricing_item--featured .pricing__deco {padding: 5em 0 8.885em 0; }
.pricing--palden .pricing_title {margin: 0; text-transform: uppercase; letter-spacing: 5px; color: #ffd5bd; }
.pricing--palden .deco-layer {-webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; }
.pricing--palden .pricing_item:hover .deco-layer--1 {-webkit-transform: translate3d(15px, 0, 0); transform: translate3d(15px, 0, 0); }
.pricing--palden .pricing_item:hover .deco-layer--2 {-webkit-transform: translate3d(-15px, 0, 0); transform: translate3d(-15px, 0, 0); }
.pricing--palden .icon {font-size: 2.5em; }
.pricing--palden .pricing_price {font-size: 5em; font-weight: bold; padding: 0; color: #fff; margin: 0 0 0.25em 0; line-height: 0.75; }
.pricing--palden .pricing_currency {font-size: 0.15em; vertical-align: top; color: rgba(0, 0, 0, 0.4); }
.pricing--palden .pricing_period {font-size: 0.15em; padding: 0 0 0 0.5em; color: rgba(0, 0, 0, 0.4); font-style: italic; }
.pricing--palden .pricing_sentence {font-weight: bold; margin: 0 0 1em 0; padding: 0 0 0.5em; }
.pricing--palden .pricing_feature-list {margin: 0; padding: 0.25em 0 2.5em; list-style: none; text-align: center; }
.pricing--palden .pricing_action {margin: auto 1rem 1.75rem 1rem; border-radius: 1.875rem; -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; -ms-transition: background-color 0.3s; transition: background-color 0.3s; }

/* [ Process ] */
.timeline-item {padding: 1.3125rem 1.875rem 1.875rem; position: relative; border-left: 0.125rem solid #cd0015; }
.timeline-item::before {content: attr(data-time); display: block; position: absolute; top: 0; line-height: 1.2; font-size: 0.8125rem; }
.timeline-item::after {content: ''; display: block; width: 1rem; height: 1rem; position: absolute; top: 0; left: -0.5rem; border-radius: 1rem; border: 0.125rem solid #cd0015; background-color: #0F131E; margin-left: -0.0625rem; }

.timeline-centered {display: flex; flex-wrap: wrap; }
.timeline-centered .timeline-item {max-width: 50%; flex: 0 0 50%; }
.timeline-centered .timeline-item:not(:nth-child(even)) {border-left: 0; border-right: 0.125rem solid #00a8ff; text-align: right; }
.timeline-centered .timeline-item:not(:nth-child(even))::before {right: 1.875rem; }
.timeline-centered .timeline-item:not(:nth-child(even))::after {left: auto; right: -0.5rem; margin-left: auto; margin-right: -0.0625rem; }
.timeline-centered .timeline-item:nth-child(even) {margin-left: calc(50% - 0.125rem); }

.timeline-horizontal {display: flex; }
.timeline-horizontal .timeline-item {border-left: 0; border-top: 0.125rem solid #00a8ff; padding-top: 3.3125rem; }
.timeline-horizontal .timeline-item::before {top: 1.25rem; }
.timeline-horizontal .timeline-item::after {left: 1.875rem; top: -0.5rem; margin-top: -0.0625rem; }

.timeline-vertical-x .timeline-item {border-left: 0; border-left: 0.125rem solid #00a8ff; border-bottom: 0.125rem solid #00a8ff; padding-top: 4.3125rem; }
.timeline-vertical-x .timeline-item::before {top: 2.3125rem; }
.timeline-vertical-x .timeline-item::after {top: 2.8125rem; }
.timeline-vertical-x .timeline-item:not(:nth-child(even)) {margin-right: 2rem; border-bottom-left-radius: 2rem; }
.timeline-vertical-x .timeline-item:not(:nth-child(even)):not(:first-child) {border-top-left-radius: 2rem; border-top: 0.125rem solid #00a8ff; margin-top: -0.125rem; }
.timeline-vertical-x .timeline-item:nth-child(even) {border-left: 0; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-top: 0.125rem solid #00a8ff; border-right: 0.125rem solid #00a8ff; margin-top: -0.125rem; padding-left: 0; margin-left: 2rem; text-align: right; }
.timeline-vertical-x .timeline-item:nth-child(even):before {right: 1.875rem; }
.timeline-vertical-x .timeline-item:nth-child(even):after {left: auto; margin-left: 0; right: -0.5rem; margin-right: -0.0625rem; }
.timeline-vertical-x .timeline-item:last-child:not(:nth-child(even)) {border-bottom: 0; border-bottom-left-radius: 0; }

[data-step].timeline-item::after {content: attr(data-step); display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; left: -1rem; border-radius: 2rem; font-weight: 500; color: #00a8ff; }
[data-step].timeline-item:nth-child(even)::after {left: auto; right: -1rem; }
.timeline-horizontal [data-step].timeline-item::after {top: -1rem; left: 1.875rem; }

/* [ shapes ] */
.parallelogram {-webkit-transform: skew(15deg); -moz-transform: skew(15deg); -o-transform: skew(15deg); }
.parallelogram > * {display: block; -webkit-transform: skew(-15deg); -moz-transform: skew(-15deg); -o-transform: skew(-15deg); transform: skew(-15deg); }

.triangle-bottomleft {width: 0; height: 0; border-bottom: 100vh solid rgba(0, 0, 0, 0.5); border-right: 100vh solid transparent; }
.triangle-bottomleft:before {content: ""; display: block; background-color: rgba(0, 0, 0, 0.5); width: 100vw; height: 100vh; position: absolute; left: -100vw; }

.light.triangle-bottomleft {border-bottom: 100vh solid rgba(255, 255, 255, 0.5); }
.light.triangle-bottomleft:before {background-color: rgba(255, 255, 255, 0.5); }

.light_A-2.triangle-bottomleft {border-bottom: 100vh solid rgba(255, 255, 255, 0.2); }
.light_A-2.triangle-bottomleft:before {background-color: rgba(255, 255, 255, 0.2); }

/* [ Effects ] */
.effect-wrapper .content {position: relative; z-index: 2; }

/* Grayscale */
.effect-grayscale.hover {-webkit-transition: filter 900ms linear; -moz-transition: filter 900ms linear; -ms-transition: filter 900ms linear; transition: filter 900ms linear; }
.effect-grayscale.hover:hover {-webkit-filter: grayscale(100%); filter: grayscale(100%); }

/* Layla */
.effect-layla {margin: 0; width: 100%; height: 100%; position: absolute; bottom: 0; left: 0; z-index: 1; }
figure.effect-layla::before,
figure.effect-layla::after {position: absolute; content: ''; opacity: 0; }
figure.effect-layla::before {top: 50px; right: 30px; bottom: 50px; left: 30px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1);-ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
figure.effect-layla::after {top: 30px; right: 50px; bottom: 30px; left: 50px; border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: scale(1, 0); -moz-transform: scale(1, 0); -ms-transform: scale(1, 0); -o-transform: scale(1, 0); transform: scale(1, 0); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; }
figure.effect-layla::before,
figure.effect-layla::after {-webkit-transition: opacity 0.35s, transform 0.35s; -moz-transition: opacity 0.35s, transform 0.35s; -ms-transition: opacity 0.35s, transform 0.35s; transition: opacity 0.35s, transform 0.35s; }

.effect-wrapper:hover figure.effect-layla::before,
.effect-wrapper:hover figure.effect-layla::after {opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.effect-wrapper:hover figure.effect-layla::after {-webkit-transition-delay: 0.15s; transition-delay: 0.15s; }

.fx--zoom-media-item {overflow: hidden; }
.fx--zoom-media-item .fx--zoom-media {-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; }
.fx--zoom-media-item:hover .fx--zoom-media {-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

/* [ overlay ] */
.fill {position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; border-radius: inherit; }
.overlay {position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: inherit; }

[data-overlay],
[data-overlay-top],
[data-overlay-bottom] {position: relative; }
[data-overlay]::before,
[data-overlay-top]::before,
[data-overlay-bottom]::before {position: absolute; content: ''; left: 0; top: 0; right: 0; bottom: 0; border-radius: inherit; }

[data-overlay="1"]::before {background-color: rgba(16, 16, 16, 0.1) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1A101010,endColorstr=#1A101010); }
[data-overlay="2"]::before {background-color: rgba(16, 16, 16, 0.2) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33101010,endColorstr=#33101010); }
[data-overlay="3"]::before {background-color: rgba(16, 16, 16, 0.3) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D101010,endColorstr=#4D101010); }
[data-overlay="4"]::before {background-color: rgba(16, 16, 16, 0.4) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66101010,endColorstr=#66101010); }
[data-overlay="5"]::before {background-color: rgba(16, 16, 16, 0.5) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80101010,endColorstr=#80101010); }
[data-overlay="6"]::before {background-color: rgba(16, 16, 16, 0.6) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99101010,endColorstr=#99101010); }
[data-overlay="7"]::before {background-color: rgba(16, 16, 16, 0.7) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3101010,endColorstr=#B3101010); }
[data-overlay="8"]::before {background-color: rgba(16, 16, 16, 0.8) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC101010,endColorstr=#CC101010); }
[data-overlay="9"]::before {background-color: rgba(16, 16, 16, 0.9) !important; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6101010,endColorstr=#E6101010); }

[data-overlay-bottom="1"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.1) 100%); background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.1) 100%); }
[data-overlay-bottom="2"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.2) 100%); background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.2) 100%); }
[data-overlay-bottom="3"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.3) 100%); background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.3) 100%); }
[data-overlay-bottom="4"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.4) 100%); background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.4) 100%); }
[data-overlay-bottom="5"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 100%); background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 100%); }
[data-overlay-bottom="6"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.6) 100%); background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.6) 100%); }
[data-overlay-bottom="7"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.7) 100%); background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.7) 100%); }
[data-overlay-bottom="8"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.8) 100%); background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.8) 100%); }
[data-overlay-bottom="9"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.9) 100%); background: linear-gradient(to bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.9) 100%); }

[data-overlay-top="1"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.1) 100%); background: linear-gradient(to top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.1) 100%); }
[data-overlay-top="2"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.2) 100%); background: linear-gradient(to top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.2) 100%); }
[data-overlay-top="3"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.3) 100%); background: linear-gradient(to top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.3) 100%); }
[data-overlay-top="4"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.4) 100%); background: linear-gradient(to top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.4) 100%); }
[data-overlay-top="5"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 100%); background: linear-gradient(to top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.5) 100%); }
[data-overlay-top="6"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.6) 100%); background: linear-gradient(to top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.6) 100%); }
[data-overlay-top="7"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.7) 100%); background: linear-gradient(to top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.7) 100%); }
[data-overlay-top="8"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.8) 100%); background: linear-gradient(to top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.8) 100%); }
[data-overlay-top="9"]::before {background: rgba(16, 16, 16, 0); background: -webkit-linear-gradient(bottom, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.9) 100%); background: linear-gradient(to top, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 0.9) 100%); }

/* [ Tabs ] */
.nav-tabs-minimal {border-bottom: 1px solid #e9ecef; }
.nav-tabs-minimal .nav-item {margin-bottom: -1px; }
.nav-tabs-minimal .nav-link {padding: 0.5rem 1rem; border-bottom: 2px solid transparent; }
.nav-tabs-minimal .nav-link.active,
.nav-tabs-minimal .nav-item.show .nav-link {border-bottom-color: #00a8ff; }

.nav-tabs-topline {border-bottom: 1px solid #e9ecef; }
.nav-tabs-topline .nav-item {margin-bottom: -1px; }
.nav-tabs-topline .nav-link {padding: 0.5rem 1rem; border: 1px solid transparent; border-top-width: 2px; }
.nav-tabs-topline .nav-link.active,
.nav-tabs-topline .nav-item.show .nav-link {border-color: #00a8ff #eff1f3 #ffffff; }

.nav-tabs-linetriangle {border-bottom: 1px solid #e9ecef; } 
.nav-tabs-linetriangle .nav-link { padding: 0.5rem 1rem; position: relative; }
.nav-tabs-linetriangle .nav-link.active::before, 
.nav-tabs-linetriangle .nav-link.active::after,
.nav-tabs-linetriangle .nav-item.show .nav-link::before,
.nav-tabs-linetriangle .nav-item.show .nav-link::after {content: ''; position: absolute; top: 100%; left: 50%; width: 0; height: 0; border: solid transparent; pointer-events: none; }
.nav-tabs-linetriangle .nav-link.active::before,
.nav-tabs-linetriangle .nav-item.show .nav-link::before {margin-left: -.6875rem; border-width: .6875rem; border-top-color: #e9ecef; }
.nav-tabs-linetriangle .nav-link.active::after,
.nav-tabs-linetriangle .nav-item.show .nav-link::after {margin-left: -.625rem; border-width: .625rem; border-top-color: #ffffff; }

.nav-tabs-linebox .nav-link {padding: 0.5rem 1rem; position: relative; overflow: hidden; }
.nav-tabs-linebox .nav-link::after {content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #00a8ff; -webkit-transition: background-color .3s, -webkit-transform .3s; transition: background-color .3s, transform .3s; -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1); transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1); -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0); -moz-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0); -ms-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0); -o-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0); transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0); z-index: -1; }
.nav-tabs-linebox .nav-link.active,
.nav-tabs-linebox .nav-item.show .nav-link {color: #ffffff; border-color: #00a8ff #eff1f3 #ffffff; }
.nav-tabs-linebox .nav-link.active::after,
.nav-tabs-linebox .nav-item.show .nav-link::after {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.nav-tabs-fillup .nav-item:last-child .nav-link {border-right: 0; }
.nav-tabs-fillup .nav-link {padding: 0.5rem 1rem; border-right: 1px solid #00a8ff; position: relative; overflow: hidden; }
.nav-tabs-fillup .nav-link::after {content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #00a8ff; -webkit-transition: background-color .3s, -webkit-transform .3s; transition: background-color .3s, transform .3s; -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1); transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1); -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 0, 0); -moz-transform: translate3d(0, 100%, 0) translate3d(0, 0, 0); -ms-transform: translate3d(0, 100%, 0) translate3d(0, 0, 0); -o-transform: translate3d(0, 100%, 0) translate3d(0, 0, 0); transform: translate3d(0, 100%, 0) translate3d(0, 0, 0); z-index: -1; }
.nav-tabs-fillup .nav-link .icon {display: block; -webkit-transition: transform 0.5s; -moz-transition: transform 0.5s; -ms-transition: transform 0.5s; transition: transform 0.5s; -webkit-transform: translate3d(0, 2px, 0); -moz-transform: translate3d(0, 2px, 0); -ms-transform: translate3d(0, 2px, 0); -o-transform: translate3d(0, 2px, 0); transform: translate3d(0, 2px, 0); }
.nav-tabs-fillup .nav-link.active,
.nav-tabs-fillup .nav-item.show .nav-link {color: #ffffff; }
.nav-tabs-fillup .nav-link.active::after,
.nav-tabs-fillup .nav-item.show .nav-link::after {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.nav-tabs-fillup .nav-link.active .icon,
.nav-tabs-fillup .nav-item.show .nav-link .icon {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* [ tables ] */
.table th {font-weight: 500; }
.table thead th {vertical-align: bottom; border-bottom: 1px solid rgba(233, 236, 239, 0.6); }
.table tbody + tbody {border-top: 1px solid rgba(233, 236, 239, 0.6); }
.table.table-align-middle thead th {vertical-align: middle; }

.table-dark th,
.table-dark td,
.table-dark thead th {border-color: #32383e; }
.table-dark.table-bordered {border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) {background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover {background-color: rgba(255, 255, 255, 0.075); }

/* [ text ] */
.text-white {color: rgba(255, 255, 255, 0.9); }
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6,
.text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6 {color: #ffffff; }
.text-white a {color: rgba(255, 255, 255, 0.9); }

.text-default {color: #757575 !important; }
a.text-default:hover, 
a.text-default:focus {color: #5c5c5c !important; }

.text-gray {color: #adb5bd !important; }
a.text-gray:hover, 
a.text-gray:focus {color: #919ca6 !important; }

/* [ theme ] */
.abs-tran-center {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.progress-bar {width: 0%; }

/* [ Typography ] */
body {font-family: "Open Sans", sans-serif; font-size: 0.9375rem; font-weight: 300; line-height: 1.9; }

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: #3a4048; }

b, strong {font-weight: 600; }

.text-unset {color: inherit !important; }
.text-unset a {color: inherit !important; }

a.unset {color: inherit !important; }

ul.unset {color: inherit !important; }
ul.unset a {color: inherit !important; }

ul.list-style-circle {list-style-type: circle; }
ul.list-style-disc {list-style-type: disc; }
ul.list-style-square {list-style-type: square; }

.lead-1 {font-size: 1.0625rem !important; }
.lead-2 {font-size: 1.1875rem !important; }
.lead-3 {font-size: 1.4375rem !important; }
.lead-4 {font-size: 1.625rem !important; }
.lead-5 {font-size: 1.875rem !important; }
.lead-6 {font-size: 2.375rem !important; }
.lead-7 {font-size: 3.0625rem !important; }
.lead-8 {font-size: 3.75rem !important; }
.lead-9 {font-size: 4.6875rem !important; }
.lead-10 {font-size: 5rem !important; }

.small-1 {font-size: 0.9375rem !important; }
.small-2 {font-size: 0.875rem !important; }
.small-3 {font-size: 0.8125rem !important; }
.small-4 {font-size: 0.75rem !important; }
.small-5 {font-size: 0.6875rem !important; }
.small-6 {font-size: 0.625rem !important; }
.small-7 {font-size: 0.5625rem !important; }
.small-8 {font-size: 0.5rem !important; }
.small-9 {font-size: 0.4375rem !important; }
.small-10 {font-size: 0.375rem !important; }

/* font weight */
.font-weight-100, .fw-100 {font-weight: 100 !important; }
.font-weight-200, .fw-200 {font-weight: 200 !important; }
.font-weight-300, .fw-300 {font-weight: 300 !important; }
.font-weight-400, .fw-400 {font-weight: 400 !important; }
.font-weight-500, .fw-500 {font-weight: 500 !important; }
.font-weight-600, .fw-600 {font-weight: 600 !important; }
.font-weight-700, .fw-700 {font-weight: 700 !important; }
.font-weight-800, .fw-800 {font-weight: 800 !important; }
.font-weight-900, .fw-900 {font-weight: 900 !important; }

/* line-height */
.lh-1 {line-height: 1 !important; }
.line-height-2, .lh-2 {line-height: 1.2 !important; }
.line-height-3, .lh-3 {line-height: 1.3 !important; }
.line-height-4, .lh-4 {line-height: 1.4 !important; }
.line-height-5, .lh-5 {line-height: 1.5 !important; }
.line-height-6, .lh-6 {line-height: 1.6 !important; }
.line-height-7, .lh-7 {line-height: 1.7 !important; }
.line-height-8, .lh-8 {line-height: 1.8 !important; }
.line-height-9, .lh-9 {line-height: 1.9 !important; }
.letter-spacing-1, .ls-1 {letter-spacing: 0.0625rem !important; }
.letter-spacing-2, .ls-2 {letter-spacing: 0.125rem !important; }
.letter-spacing-3, .ls-3 {letter-spacing: 0.1875rem !important; }
.letter-spacing-4, .ls-4 {letter-spacing: 0.25rem !important; }
.letter-spacing-8, .ls-8 {letter-spacing: 0.5rem !important; }
.letter-spacing-16, .ls-16 {letter-spacing: 1rem !important; }
.letter-spacing-48, .ls-48 {letter-spacing: 3rem !important; }

/* text-decoration */
.td-lt {text-decoration: line-through; }
.text-base {color: #757575; }

.blockquote p::before,
.blockquote p::after {font-size: 1.5rem; line-height: 1; opacity: .6; }
.blockquote p::before {content: '“'; margin-left: -.8125rem; padding-right: .25rem; }
.blockquote p::after {content: '”'; margin-right: -.8125rem; padding-left: .25rem; }
.blockquote footer {font-size: 0.875rem; }

.text-quoted::before, 
.text-quoted::after {opacity: .8; }
.text-quoted::before {content: '“'; padding-right: .125rem; }
.text-quoted::after {content: '”'; padding-left: .125rem; }

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

.hr-ixt {position: relative; }
.hr-ixt:before, 
.hr-ixt:after {content: ""; height: 1px; top: 50%; width: calc(50% - 25px); position: absolute; background-color: rgba(0, 0, 0, 0.05); }
.hr-ixt:before {left: 0; }
.hr-ixt:after {right: 0; }

.dot-wizard-wrap {width: 1.25rem; height: 1.25rem; background-color: rgba(255, 255, 255, 0.5); }
.dot-wizard {display: block; width: .5rem; height: .5rem; background-color: #ffffff; border-radius: 50% !important; }

.t-underline,
.text-underline {position: relative; }
.t-underline:after,
.text-underline:after {content: ''; opacity: .7; width: 100%; height: 1px; background-color: #ced4da; position: absolute; left: 0; bottom: -2px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; transition: all 0.2s; }
.t-underline:hover::after,
.text-underline:hover::after {opacity: 1; }

.text-primary .nav-link {color: #00a8ff !important; }
.text-secondary .nav-link {color: #3a4048 !important; }
.text-success .nav-link {color: #26d847 !important; }
.text-info .nav-link {color: #17a2b8 !important; }
.text-warning .nav-link {color: #cd0015 !important; }
.text-danger .nav-link {color: #da2f69 !important; }
.text-light .nav-link {color: #f8f9fa !important; }
.text-dark .nav-link {color: #151515 !important; }

.font-size-1, .fs-1 {font-size: 0.5rem !important; }
.font-size-2, .fs-2 {font-size: 0.75rem !important; }
.font-size-3, .fs-3 {font-size: 0.8125rem !important; }
.font-size-4, .fs-4 {font-size: 1rem !important; }
.font-size-5, .fs-5 {font-size: 1.125rem !important; }
.font-size-6, .fs-6 {font-size: 1.25rem !important; }
.font-size-7, .fs-7 {font-size: 1.5rem !important; }
.font-size-8, .fs-8 {font-size: 1.75rem !important; }
.font-size-9, .fs-9 {font-size: 1.875rem !important; }
.font-size-10, .fs-10 {font-size: 2rem !important; }

.display-1 {font-size: 6rem; font-weight: 300; line-height: 1.5; }
.display-2 {font-size: 5.5rem; font-weight: 300; line-height: 1.5; }
.display-3 {font-size: 4.5rem; font-weight: 300; line-height: 1.5; }
.display-4 {font-size: 3.5rem; font-weight: 300; line-height: 1.5; }
@media (min-width: 576px) {
  .display-sm-1 {font-size: 6rem; font-weight: 300; line-height: 1.5; }
  .display-sm-2 {font-size: 5.5rem; font-weight: 300; line-height: 1.5; }
  .display-sm-3 {font-size: 4.5rem; font-weight: 300; line-height: 1.5; }
  .display-sm-4 {font-size: 3.5rem; font-weight: 300; line-height: 1.5; } 
}
@media (min-width: 768px) {
  .display-md-1 {font-size: 6rem; font-weight: 300; line-height: 1.5; }
  .display-md-2 {font-size: 5.5rem; font-weight: 300; line-height: 1.5; }
  .display-md-3 {font-size: 4.5rem; font-weight: 300; line-height: 1.5; }
  .display-md-4 {font-size: 3.5rem; font-weight: 300; line-height: 1.5; } 
}
@media (min-width: 992px) {
  .display-lg-1 {font-size: 6rem; font-weight: 300; line-height: 1.5; }
  .display-lg-2 {font-size: 5.5rem; font-weight: 300; line-height: 1.5; }
  .display-lg-3 {font-size: 4.5rem; font-weight: 300; line-height: 1.5; }
  .display-lg-4 {font-size: 3.5rem; font-weight: 300; line-height: 1.5; } 
}
@media (min-width: 1200px) {
  .display-xl-1 {font-size: 6rem; font-weight: 300; line-height: 1.5; }
  .display-xl-2 {font-size: 5.5rem; font-weight: 300; line-height: 1.5; }
  .display-xl-3 {font-size: 4.5rem; font-weight: 300; line-height: 1.5; }
  .display-xl-4 {font-size: 3.5rem; font-weight: 300; line-height: 1.5; } 
}
/* [ background decorative ] */
/* Canvas positions */
.bg-animation-scene .scene {position: absolute; }
.bg-animation-scene .scene-left {width: 100vmin; height: 100vmin; transform: translate3d(-50vmin, 0, 0); }
.bg-animation-scene .scene-full {width: 100%; height: 100vh; }
.bg-animation-scene .scene-up {height: 150vmin; width: 150vmin; top: -50vh; left: 50%; margin-left: -75vmin; }

/* [ letter effects ] */
.letter-effect-space-1 .letter {margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
.letter-effect-space-2 .letter {margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.letter-effect-space-3 .letter {margin-left: 0.75rem !important; margin-right: 0.75rem !important; }
.letter-effect-space-4 .letter {margin-left: 1rem !important; margin-right: 1rem !important; }
.letter-effect-space-5 .letter {margin-left: 1.25rem !important; margin-right: 1.25rem !important; }
.letter-effect-space-6 .letter {margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.letter-effect-space-7 .letter {margin-left: 1.75rem !important; margin-right: 1.75rem !important; }
.letter-effect-space-8 .letter {margin-left: 2rem !important; margin-right: 2rem !important; }
.letter-effect-space-9 .letter {margin-left: 2.25rem !important; margin-right: 2.25rem !important; }

/* Rating */
.rating_circle-wrapper{width:2.625rem;height:2.625rem;border-radius:2.625rem;background:rgba(15,19,30,0.75);margin:0;padding:0;position:relative;overflow:hidden}
.rating_circle-wrapper:after{content:"";display:block;width:2.625rem;height:2.625rem;background:none;border-radius:2.625rem;position:absolute;top:0;left:0;outline:0;z-index:6;box-sizing:inherit;overflow:hidden}
.rating_circle-foreground{display:block;position:absolute;margin:.375rem;width:1.875rem;height:1.875rem;background:#0F131E;border-radius:1.875rem;z-index:2}
.rating_circle-foreground .rating_circle-number{font-size:80%;font-weight:500;text-align:center;vertical-align:middle;line-height:1.875rem;display:block;height:100%;color:#cd0015}
.rating_circle{display:block;position:relative;width:1.3125rem;height:2.625rem;overflow:hidden;-webkit-transform-origin:left center;transform-origin:left center;margin-left:1.3125rem}
.rating_circle:before{content:" ";width:1.3125rem;height:2.625rem;background:#cd0015;position:absolute;left:-100%;border-radius:.5em 0 0 .5em;-webkit-transform-origin:right center;transform-origin:right center}
.rating_circle[data-rating-total="1"]:before{-webkit-transform:rotate(36deg);-moz-transform:rotate(36deg);-ms-transform:rotate(36deg);-o-transform:rotate(36deg);transform:rotate(36deg)}
.rating_circle[data-rating-total="2"]:before{-webkit-transform:rotate(72deg);-moz-transform:rotate(72deg);-ms-transform:rotate(72deg);-o-transform:rotate(72deg);transform:rotate(72deg)}
.rating_circle[data-rating-total="3"]:before{-webkit-transform:rotate(108deg);-moz-transform:rotate(108deg);-ms-transform:rotate(108deg);-o-transform:rotate(108deg);transform:rotate(108deg)}
.rating_circle[data-rating-total="4"]:before{-webkit-transform:rotate(144deg);-moz-transform:rotate(144deg);-ms-transform:rotate(144deg);-o-transform:rotate(144deg);transform:rotate(144deg)}
.rating_circle[data-rating-total="5"]:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.rating_circle[data-rating-total="6"]:before{-webkit-transform:rotate(216deg);-moz-transform:rotate(216deg);-ms-transform:rotate(216deg);-o-transform:rotate(216deg);transform:rotate(216deg);left:0}
.rating_circle[data-rating-total="7"]:before{-webkit-transform:rotate(252deg);-moz-transform:rotate(252deg);-ms-transform:rotate(252deg);-o-transform:rotate(252deg);transform:rotate(252deg);left:0}
.rating_circle[data-rating-total="8"]:before{-webkit-transform:rotate(288deg);-moz-transform:rotate(288deg);-ms-transform:rotate(288deg);-o-transform:rotate(288deg);transform:rotate(288deg);left:0}
.rating_circle[data-rating-total="9"]:before{-webkit-transform:rotate(324deg);-moz-transform:rotate(324deg);-ms-transform:rotate(324deg);-o-transform:rotate(324deg);transform:rotate(324deg);left:0}
.rating_circle[data-rating-total="10"]:before{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);left:0}
.rating_circle[data-rating-total="6"]{width:2.625rem;-webkit-transform-origin:center center;transform-origin:center center;margin-left:0}
.rating_circle[data-rating-total="6"]:after{left:50%;border-radius:0 .5em .5em 0;content:" ";position:absolute;width:1.3125rem;height:2.625rem;background:#cd0015}
.rating_circle[data-rating-total="7"]{width:2.625rem;-webkit-transform-origin:center center;transform-origin:center center;margin-left:0}
.rating_circle[data-rating-total="7"]:after{left:50%;border-radius:0 .5em .5em 0;content:" ";position:absolute;width:1.3125rem;height:2.625rem;background:#cd0015}
.rating_circle[data-rating-total="8"]{width:2.625rem;-webkit-transform-origin:center center;transform-origin:center center;margin-left:0}
.rating_circle[data-rating-total="8"]:after{left:50%;border-radius:0 .5em .5em 0;content:" ";position:absolute;width:1.3125rem;height:2.625rem;background:#cd0015}
.rating_circle[data-rating-total="9"]{width:2.625rem;-webkit-transform-origin:center center;transform-origin:center center;margin-left:0}
.rating_circle[data-rating-total="9"]:after{left:50%;border-radius:0 .5em .5em 0;content:" ";position:absolute;width:1.3125rem;height:2.625rem;background:#cd0015}
.rating_circle[data-rating-total="10"]{width:2.625rem;-webkit-transform-origin:center center;transform-origin:center center;margin-left:0}
.rating_circle[data-rating-total="10"]:after{left:50%;border-radius:0 .5em .5em 0;content:" ";position:absolute;width:1.3125rem;height:2.625rem;background:#cd0015}

.XL-rating_circle-wrapper{width:4.2rem;height:4.2rem;border-radius:4.2rem;background:rgba(15,19,30,0.75);margin:0;padding:0;position:relative;overflow:hidden}
.XL-rating_circle-wrapper:after{content:"";display:block;width:4.2rem;height:4.2rem;background:none;border-radius:4.2rem;position:absolute;top:0;left:0;outline:0;z-index:6;box-sizing:inherit;overflow:hidden}
.XL-rating_circle-foreground{display:block;position:absolute;margin:.25rem;width:3.7rem;height:3.7rem;background:#0F131E;border-radius:3.7rem;z-index:2}
.XL-rating_circle-foreground .rating_circle-number{font-weight:500;text-align:center;vertical-align:middle;line-height:3.7rem;display:block;height:100%;color:#cd0015}
.XL-rating_circle{display:block;position:relative;width:2.1rem;height:4.2rem;overflow:hidden;-webkit-transform-origin:left center;transform-origin:left center;margin-left:2.1rem}
.XL-rating_circle:before{content:" ";width:2.1rem;height:4.2rem;background:#cd0015;position:absolute;left:-100%;border-radius:.5em 0 0 .5em;-webkit-transform-origin:right center;transform-origin:right center}
.XL-rating_circle[data-rating-total="1"]:before{-webkit-transform:rotate(36deg);-moz-transform:rotate(36deg);-ms-transform:rotate(36deg);-o-transform:rotate(36deg);transform:rotate(36deg)}
.XL-rating_circle[data-rating-total="2"]:before{-webkit-transform:rotate(72deg);-moz-transform:rotate(72deg);-ms-transform:rotate(72deg);-o-transform:rotate(72deg);transform:rotate(72deg)}
.XL-rating_circle[data-rating-total="3"]:before{-webkit-transform:rotate(108deg);-moz-transform:rotate(108deg);-ms-transform:rotate(108deg);-o-transform:rotate(108deg);transform:rotate(108deg)}
.XL-rating_circle[data-rating-total="4"]:before{-webkit-transform:rotate(144deg);-moz-transform:rotate(144deg);-ms-transform:rotate(144deg);-o-transform:rotate(144deg);transform:rotate(144deg)}
.XL-rating_circle[data-rating-total="5"]:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.XL-rating_circle[data-rating-total="6"]:before{-webkit-transform:rotate(216deg);-moz-transform:rotate(216deg);-ms-transform:rotate(216deg);-o-transform:rotate(216deg);transform:rotate(216deg);left:0}
.XL-rating_circle[data-rating-total="7"]:before{-webkit-transform:rotate(252deg);-moz-transform:rotate(252deg);-ms-transform:rotate(252deg);-o-transform:rotate(252deg);transform:rotate(252deg);left:0}
.XL-rating_circle[data-rating-total="8"]:before{-webkit-transform:rotate(288deg);-moz-transform:rotate(288deg);-ms-transform:rotate(288deg);-o-transform:rotate(288deg);transform:rotate(288deg);left:0}
.XL-rating_circle[data-rating-total="9"]:before{-webkit-transform:rotate(324deg);-moz-transform:rotate(324deg);-ms-transform:rotate(324deg);-o-transform:rotate(324deg);transform:rotate(324deg);left:0}
.XL-rating_circle[data-rating-total="10"]:before{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);left:0}
.XL-rating_circle[data-rating-total="6"]{width:4.2rem;-webkit-transform-origin:center center;transform-origin:center center;margin-left:0}
.XL-rating_circle[data-rating-total="6"]:after{left:50%;border-radius:0 .5em .5em 0;content:" ";position:absolute;width:2.1rem;height:4.2rem;background:#cd0015}
.XL-rating_circle[data-rating-total="7"]{width:4.2rem;-webkit-transform-origin:center center;transform-origin:center center;margin-left:0}
.XL-rating_circle[data-rating-total="7"]:after{left:50%;border-radius:0 .5em .5em 0;content:" ";position:absolute;width:2.1rem;height:4.2rem;background:#cd0015}
.XL-rating_circle[data-rating-total="8"]{width:4.2rem;-webkit-transform-origin:center center;transform-origin:center center;margin-left:0}
.XL-rating_circle[data-rating-total="8"]:after{left:50%;border-radius:0 .5em .5em 0;content:" ";position:absolute;width:2.1rem;height:4.2rem;background:#cd0015}
.XL-rating_circle[data-rating-total="9"]{width:4.2rem;-webkit-transform-origin:center center;transform-origin:center center;margin-left:0}
.XL-rating_circle[data-rating-total="9"]:after{left:50%;border-radius:0 .5em .5em 0;content:" ";position:absolute;width:2.1rem;height:4.2rem;background:#cd0015}
.XL-rating_circle[data-rating-total="10"]{width:4.2rem;-webkit-transform-origin:center center;transform-origin:center center;margin-left:0}
.XL-rating_circle[data-rating-total="10"]:after{left:50%;border-radius:0 .5em .5em 0;content:" ";position:absolute;width:2.1rem;height:4.2rem;background:#cd0015}

/* Slick */
.slick-loading .slick-list{background:#fff url(plugins/slick/ajax-loader.gif) center center no-repeat}
.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;font-weight:600;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:none;z-index:10}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}
.slick-prev:before,.slick-next:before{font-family:"Font Awesome 5 Free";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-prev{left:0}
[dir="rtl"] .slick-prev{left:auto;right:0}
.slick-prev:before{content:""}
[dir="rtl"] .slick-prev:before{content:""}
.slick-next{right:0}
[dir="rtl"] .slick-next{left:0;right:auto}
.slick-next:before{content:""}
[dir="rtl"] .slick-next:before{content:""}
.slick-dotted.slick-slider{margin-bottom:30px}
.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}
.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"Font Awesome 5 Free";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{color:#000;opacity:.75}

.parallax-mirror{pointer-events:none}

.navbar .logo .logo-light,
.navbar .logo .logo-dark{max-height:50px}

.fixed-top ~ .navbar:not(.fixed-to){margin-top:5.3125rem}
.border-nav{border:1px solid;border-color:#212529}

/* Navbar Mobile */
.navbar-toggler{border:0; color:#fff; float:right; font-size: 26px; margin-left:20px; padding: 13px 10px;}

/* Search Form */
.search-toggler{background:transparent; border:0; color:#fff; cursor:pointer; float:right; font-size:20px; padding:9px 5px;}
.search-toggler:focus,
.search-toggler:active{outline:0; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;}

#search-form{background: #000!important; display:none; padding: 20px; position:absolute; right:0; top:70px; width: 100%;}
#search-form .form-control{background:#000; border:1px solid #444; color:#fff}
#search-form button{background:transparent; border:0; color:#fff; position:absolute; right:30px; top:20px}
#search-form button:focus,
#search-form button:active{outline:0; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}



/* Content */
.main-content{position:relative!important}
.media-container{position:relative;overflow:hidden;height:100%;width:100%}

.page-body{background:#000 url(images/bg-body2.jpg) repeat; color:#eaf8ff; padding-top:70px}
.product_name{margin-bottom:0}

.alert-share{background-color:#232533}

a{color:#fff}
a:hover,
a:focus{color:#cd0015}

.card{background:transparent}
.btn-sub.btn-light{background-color:#f8f9fa!important;color:#212529!important}
.text-lt{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
figure.effect-layla-dark::before,figure.effect-layla-dark::after{border-color:#3a4048}

.breadcrumb-nowrap{}
.breadcrumb-nowrap .breadcrumb-item{}
.breadcrumb-nowrap .breadcrumb-item:last-child{overflow:hidden;text-overflow:ellipsis}

.triangle-bottomleft{pointer-events:none;border-bottom:100vh solid rgba(0,0,0,0.77)}
.triangle-bottomleft:before{background-color:rgba(0,0,0,0.77)}

.text__gradient{position:relative;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:-webkit-linear-gradient(top,#fff 0,#c6c6c6 7%,#fff 20%,#cfcfcf 38%,#fef9ef 68%,#c7beac 83%,#dccdbc 100%);background-size:1em 1em;background-position:center}
.text__gradient.text-mod:before{display:inline-block;content:attr(data-text);position:absolute;left:0;right:0;z-index:-1;text-shadow:0 1px 9px rgba(0,0,0,0.7),0 1px 9px rgba(0,0,0,0.7);-webkit-text-fill-color:rgba(0,0,0,0.7)}

.text-shadow{text-shadow:0 0 1px transparent,0 1px 2px rgba(0,0,0,0.8)}
.text-mod{font-family:"Open Sans",sans-serif}

.review_score-btn,.autor-btn-se{z-index:2;display:flex;align-items:center;height:30px;background:#cd0015;position:relative;padding:5px 8px 5px 16px;color:#fff;font-weight:600}
.review_score-btn:after,.autor-btn-se:after{content:"";width:0;height:0;border-style:solid;border-width:15px 0 15px 15px;border-color:transparent transparent transparent #cd0015;position:absolute;top:0;left:100%}

.autor-name-ft{max-width:130px}
.autor-name-ft,.autor-date-ft{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

.partner-logo{height: auto; display: inherit; max-height: 60px; margin: 0 auto 30px; width: auto; max-width: 100%;}

.star_rating-se,.post-date-se{z-index:1;display:flex;align-items:center;height:30px;background:#151515;position:relative;padding:5px 3px 5px 25px;color:#cd0015;font-weight:600;letter-spacing:4px}
.star_rating-se:after,.post-date-se:after{content:"";width:0;height:0;border-style:solid;border-width:15px 0 15px 14px;border-color:transparent transparent transparent #151515;position:absolute;top:0;left:100%}
.offcanvas-cart{background:rgba(21,21,21,0.95)}

.dropdown-menu-share{background:#111931;border:1px solid #3a4048}
.dropdown-menu-share a{color:#fff}
.dropdown-menu-share a:hover{background:#cd0015}
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:#fff}
.down-arrow{font-size:1rem;position:absolute;bottom:1.8rem}

.floating-arrow{-webkit-animation-name:floating-arrow;animation-name:floating-arrow;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
@-webkit-keyframes floating-arrow {
    from{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}
    65%{-webkit-transform:translate(-50%,15px);transform:translate(-50%,15px)}
    to{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}
}
@keyframes floating-arrow {
    from{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}
    65%{-webkit-transform:translate(-50%,15px);transform:translate(-50%,15px)}
    to{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}
}

.readmore{position:relative}
.readmore p{margin:0}
.readmore:not(.show){display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:6.875rem;overflow:hidden}
.readmore:not(.show).r-fade.collapse p:after{content:'';display:block;width:100%;height:3.75rem;position:absolute;bottom:0;left:0;background:linear-gradient(to bottom,rgba(15,19,30,0.5),#0f131e)}
.readmore.collapsing{min-height:6.875rem!important}
.readmore-btn{text-transform:uppercase;font-weight:600;font-size:.75rem;color:#17a2b8}
.readmore-btn:after{content:'+ Read More'}
.readmore-btn:not(.collapsed):after{content:'- Show Less'}

.tag-list{display:flex}
.tag-list .tag-item{margin-right:.5rem}
.tag-list .tag-item:not(:last-child):after{content:'|';margin-left:.5rem}

.breadcrumb-product .breadcrumb-item a{color:rgba(255,255,255,0.7)}
.breadcrumb-product .breadcrumb-item.active{color:#fff}
.breadcrumb-product .breadcrumb-item+.breadcrumb-item::before{color:rgba(255,255,255,0.7)}

.product-body{border:1px solid #3a4048;padding:.9375rem}

.release-date{color:#fff}
.release-soc{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;padding:.2rem}

.platform,.developer{color:rgba(255,255,255,0.5);font-size:.875rem;font-weight:600;text-transform:uppercase}
.platform-item{font-size:.75rem;font-weight:400;padding:.25rem .5rem;margin-left:.5rem}
.developer-wrapper{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.developer-item{padding:.25rem .5rem;margin-left:.5rem;color:#fff}
.price-wrapper .input-group{background-color:transparent;border-color:#3a4048;max-width:5rem}
.price-wrapper .input-group .form-control{color:#17a2b8;background-color:transparent}
.price-wrapper .discount{display:flex;align-items:center;background-color:#da2f69;padding:.3rem .75rem;border-radius:.15rem;font-size:.85rem;font-weight:600}
.price-wrapper .price{line-height:1.4}
.price-wrapper .price .price-prev{display:inline-block;font-size:.775rem;position:relative}
.price-wrapper .price .price-prev:before{content:"";position:absolute;border-top:1px solid #fff;left:0;right:0;top:50%}
.price-wrapper .price .price-current{font-size:1.6rem;font-weight:600;color:#cd0015;margin-bottom:.6rem}
.price-box{display:flex;border:1px solid #3a4048;padding:.75rem}
.quantity_wrapper{display:flex;flex-direction:column;line-height:1}
.quantity_wrapper .btn-quantity{cursor:pointer;height:50%;border-left:1px solid #3a4048;text-align:center;padding:0 .3rem}
.quantity_wrapper .btn-quantity:hover{background:#3a4048}
.quantity_wrapper .btn-quantity:not(:last-child){border-bottom:1px solid #3a4048}
.carousel-header .carousel-control-prev,.carousel-header .carousel-control-next{width:3.75rem}
.carousel-header .carousel-shape{margin-left:9rem}
.carousel-header .carousel-shape__light{margin-left:13rem}

.spotlight-tabs.nav-tabs.spotlight-tabs-dark::after{border-bottom:1px solid #3a4048}
.carousel-product .product-slider-nav .slick-list{padding-top:1rem!important;padding-bottom:1rem!important}
.carousel-product .product-slider-nav .slick-track .slick-slide .slide-item .screenshot{cursor:pointer}
.carousel-product .product-slider-nav .slick-track .slick-slide.slick-current .slide-item{position:relative}
.carousel-product .product-slider-nav .slick-track .slick-slide.slick-current .slide-item::before{content:"";display:block;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:12px solid #cd0015;position:absolute;top:-12px;left:calc(50% - 10px)}
.carousel-product .product-slider-nav .slick-track .slick-slide.slick-current .slide-item .screenshot{border:1px solid #cd0015}
.carousel-indicators li{background-color:rgba(255,255,255,0.5)}
.carousel-indicators li.active{background-color:rgba(255,255,255,0.7)}
.carousel:not(.carousel-header) .icon-cl-prev,.carousel:not(.carousel-header) .icon-cl-next{background-color:#0F131E}
.carousel .carousel-item [data-carousel-animation="fade"]:not(.active){animation-fill-mode:none}
.owl-carousel-spotlight .owl_item_review:hover .review_h{background:rgba(255,193,7,0.9)}

.carousel_sm .owl-dots{justify-content:center}
.carousel_sm .owl-dots .owl-dot span{width:.5rem;height:.5rem;border-radius:0}
.carousel_sm .owl-dots .owl-dot.active span{background:#cd0015}
.ig-sl-gr{background:linear-gradient(to bottom,rgba(17,25,49,0.8) 30%,rgba(15,19,30,0.8) 50%)}
.ig-slider-def,.ig-slider-def .carousel-inner,.ig-slider-def .carousel-inner .carousel-item .ig-img{height:78vh}

.po_carousel__wrapper{position:absolute;right:0;bottom:10px;left:0;z-index:15;padding-left:0;margin-right:15%;margin-left:15%;display:flex;justify-content:center}
.po_carousel-indicators{display:flex;justify-content:center;padding:1rem;background:#cd0015;border-radius:.25rem;margin-bottom:0}
.po_carousel-indicators>li{border-radius:3px;width:24px;height:4px;background-color:rgba(255,255,255,0.5)}
.po_carousel-indicators.active{background:#fff!important}
.po_carousel-indicators.carousel-indicators{position:static;margin-left:0;margin-right:0;z-index:16}
.h-fullscreen__page{height:calc(100vh - 143px)}

.about{color:#ced4da}
.about-features .counter-total{font-size:1.8rem;font-family:"Montserrat",sans-serif}

.sreq_nav{background:linear-gradient(to right,rgba(23,162,184,0.15) 0%,rgba(23,162,184,0) 100%);border-color:#3a4048}
.sreq_nav.nav-tabs-minimal .nav-link.active,.sreq_nav.nav-tabs-minimal .nav-item.show .nav-link{border-bottom-color:#cd0015}

.avatar{min-width:3.125rem;height:3.125rem}
.review-box .review-item{width:100%}
.review-box .dropdown .dropdown-toggle::after{display:none}
.review-box .dropdown .dropdown-menu{min-width:auto}
.gradient-lg{background:linear-gradient(to bottom,#111931 0%,#0f131e 100%)}

.main-fb-product:before{display:block;content:" ";width:100%;padding-top:149.0196078431%}

.top_sellers .product-item .img{max-height:4.5rem}
.top_sellers .spotlight-tabs.nav-tabs.spotlight-tabs-dark::after{border-bottom:1px solid #3a4048}
.top_sellers .spotlight-tabs.nav-tabs.spotlight-tabs-dark .nav-item:not(:last-child) .nav-link::after{border-right:2px solid #3a4048}
.top_sellers .spotlight-tabs ~ .tab-content a:hover,.top_sellers .spotlight-tabs ~ .tab-content a:focus{color:rgba(255,255,255,0.9)}

.filters .sidebar-nav-light-hover .nav-item.active .nav-link{background:transparent}
.filters .sidebar-nav-light-hover .nav-item.active>.nav-link{background:rgba(255,255,255,0.2)}
.filters .sidebar-nav-light-hover .nav-item:not(.active) .nav-link:hover,.filters .sidebar-nav-light-hover .nav-item:not(.active) .nav-link.collapser-active{background:rgba(255,255,255,0.15)}
.filters a.collapsed.collapser{position:relative}
.filters a.collapsed.collapser:after{content:"\f078";font-family:"Font Awesome 5 Free";position:absolute;right:.75rem;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;transition:all .3s linear}
.filters a.collapsed.collapser.collapser-active:after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.filters .sidebar-nav-light-hover .nav-item:last-child{margin-bottom:0!important}

.custom-control-label{cursor:pointer}
.custom-control-label::before{border:1px solid #3a4048;background-color:#0F131E}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{background:#3a4048}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-color:#3a4048}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before{color:#fff;background-color:#3a4048}
.custom-checkbox .custom-control-label::after{border-color:#fff}

.hr-text,.hr-text-left{justify-content:center}
.hr-text:before,.hr-text-left:before{border-color:#3a4048}
.hr-text:after,.hr-text-left:after{border-color:#3a4048}

.pagination .page-link{background:transparent;border-color:#3a4048}
.pagination .page-link:not(:first-child):not(:last-child){border-color:transparent}
.pagination .page-item.active .page-link{background-color:#cd0015;border-color:#cd0015}
.pagination a{color:#fff}

.wp-pagenavi{float:left; margin:10px 0 0; text-align:center; width:100%;}
.wp-pagenavi a, 
.wp-pagenavi span{border-color:#3a4048!important; padding: 8px 13px!important; margin: 0 5px!important; font-size: 13px;}
.wp-pagenavi span.current{background-color:#cd0015; border-color:#cd0015!important; color:#fff}

.characters .article-image{border:1px solid #0c0c0c}
.countdown-outline-box{border-radius:.1rem;border-color:rgba(255,255,255,0.45)!important}

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

.news-header{height:30rem;background:#0F131E}
.news-header .release-subheader{background:rgba(15,19,30,0.85)}
.news-section .news-list .news-item:not(:first-child){padding-top:1rem}
.news-section .news-list .news-item:not(:last-child){border-bottom:1px solid #3a4048;padding-bottom:1rem}
.news-section .news-list .news-item .comments{color:#adb5bd}

.player{float:left; position:relative; width:100%}
.player .photo {background:#444; position:relative; float: left; width: 100%; border-radius: 10px;}
.player .photo img{float:left; margin:0; width:100%}
.player .photo .photo-1{display:block;}
.player .photo .photo-2{display:none}
.player:hover .photo .photo-1{display:none;}
.player:hover .photo .photo-2{display:block}
.player .name{position:absolute; position: absolute; bottom: 10px; left:0; padding:0 10px; width:100%}
.player .name h3{background:#cd0015; color:#fff; font-size:11px; float:left; font-weight:bold; margin:0 0 10px; padding:5px}
.player .name h4{background:#cd0015; color:#fff; font-size:11px; float:left; margin:0; padding:5px;}

.single-player-header h2{font-size:28p; margin:0}
.single-player-header h3{font-size:16px}

.single-player-content{padding:40px 0 0!important; position:relative}
.single-player-content .container{min-height:250px; padding-bottom:60px; position:relative}
.single-player-content .social a{font-size:20px; margin:0 20px 0 0}
.single-player-content hr{margin-top: 10px; margin-bottom: 20px; border: 0; border-top: 1px solid #444;}
.single-player-content .profile-photo{position: absolute; bottom: 0; right: 0; width:400px; max-width:100%}

.entry-content{}
.entry-content iframe{max-width:100%; text-align:center; display:inherit}
.entry-content .youtube-streaming{height:600px; width:100%}

@media(max-width:767px){
  .entry-content .youtube-streaming{height:300px;}
}
@media(max-width:542px){
  .entry-content .youtube-streaming{height:240px;}
}

.comments .comment-item{display:flex;padding-bottom:1rem}
.comments .comment-item a.comment-metadata{text-transform:uppercase}
.comments .comment-reply-link{text-transform:uppercase;color:rgba(58,64,72,0.95);font-weight:500;font-size:.8125rem}
.comments .comment-main{position:relative;width:100%;border:1px solid #3a4048}
.comments .comment-main .comment-header{background:rgba(0,0,0,0.15);border-bottom:1px solid #3a4048}
.comments .comment-main .comment-reply{position:absolute;right:1rem;bottom:-1rem;border:1px solid #cd0015;padding-left:1rem;padding-right:1rem;background:#cd0015;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.comments .comment-main .comment-reply:hover{background:#edb100}
.comments .comment-item .comment-img img{max-width:6.25rem}

.post-date-se{background:rgba(255,255,255,0.05)}
.post-date-se:after{border-color:transparent transparent transparent rgba(255,255,255,0.05)}

.footer .logo img {max-height:160px}

.sponsor{float: right; position: relative; width: 160px;}
.sponsor-slide .slick-arrow{display:none!important}
.sponsor-slide .slick-slide{height:40px!important; left:0!important; top:-20px!important; position:absolute!important;}
.sponsor-slide .slick-slide .image{text-align:center}
.sponsor-slide .slick-slide img {display:inline-block; margin:0 auto; position:relative; max-height: 40px; max-width: 100%; width:auto}

#scheduleTab {border:0}
#scheduleTab .nav-item:first-child .nav-link{padding:5px 10px;}
#scheduleTab .nav-link{border:0!important; font-size:14px; font-weight:600; color:#fff!important; padding:5px 0;}
#scheduleTab .nav-link.active, 
#scheduleTab .nav-item.show .nav-link{background:#cd0015!important; border:0!important; color:#fff; border-radius:0!important; -moz-border-radius:0!important; -webkit-border-radius:0!important;}
#scheduleTab .nav-link .nav-logo{height:15px; width:auto}

#scheduleTabContent{margin-bottom:30px}

table.schedule{border-top:1px solid #222; border-right:1px solid #222; border-bottom:1px solid #222}
table.schedule td{border-top:0; border-bottom:1px solid #222; background:transparent; color:#ddd}
table.schedule td:first-child{background: #222; border-bottom:1px solid #000; width:20%}
table.schedule td:first-child label{color:#fff; font-size:14px; font-weight:bold; text-align:center; text-transform:uppercase; width:100%}
table.schedule td p{margin:0; font-weight:400}
table.schedule tr:last-child td:first-child{border-bottom:1px solid #222;}
table.schedule .game-logo{height:20px; width:auto}
table.schedule .blink-live{color:#cd0015; margin:20px; font-weight:600; animation: blink 1s linear infinite;}

@keyframes blink{
  0%{opacity: 0;}
  50%{opacity: .5;}
  100%{opacity: 1;}
}

#instagram-youtube-Tab{border:0; display:inherit; margin:0; text-align:center}
#instagram-youtube-Tab .nav-item{display:inline-block; margin:0 20px}
#instagram-youtube-Tab .nav-link{border:0; font-size:30px; font-weight:500; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;} 
#instagram-youtube-Tab .nav-link.active, 
#instagram-youtube-Tab .nav-item.show .nav-link{background:#cd0015; color:#fff!important; font-size:30px; font-weight:500; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;}

#instagram-youtube-TabContent{background:#cd0015; padding:10px 0 0}

#divisionTab{border:0!important; display: inline; float: left; margin:0 0 30px; text-align:center; width: 100%; }
#divisionTab .nav-item{display:inline-block}
#divisionTab .nav-link{background:transparent; border:0!important; border-bottom:2px solid transparent!important; color:#aaa!important; font-weight:600}
#divisionTab .nav-link.active, 
#divisionTab .nav-item.show .nav-link{background:transparent!important; border:0!important; border-bottom:2px solid #cd0015!important; color:#fff!important}

#cff.cff-fixed-height{height:auto!important}
#cff.cff-masonry.masonry-6-desktop .cff-item{left:0!important; padding:0!important; margin-top:0!important; margin-bottom:0!important; display: inline-block!important; position: relative!important;}

.baca-juga{background: #222; padding: 15px;}
.baca-juga h3{font-size:16px; font-weight:600}
.baca-juga h3 a{color:#cd0015}
.baca-juga .read-more{color:#cd0015; font-size:16px; font-weight:600}

/* Gallery */
.filter-gallery{margin:0 0 40px; text-align:center}
.filter-gallery button{background:#fff; cursor:pointer; color:#cd0015; border:0; font-size:14px; padding: 5px 15px; margin: 0 5px; border-radius:5px;}
.filter-gallery button:focus{outline:0}
.filter-gallery button.is-checked{background:#cd0015; color:#fff}

.grid-gallery {margin:0 -15px}
.grid-gallery .grid-item{margin:0 0 20px; padding:0 15px; width:25%}
.grid-gallery .grid-item h5{background:#cd0015; padding:5px 10px; position: absolute; margin:0; bottom: 10px; left: 10px; font-size: 11px;}

/* Responsive */
@media screen and (min-width: 576px) {
  .carousel-header .carousel-control-prev,.carousel-header .carousel-control-next{width:5rem}
  .release-container{max-width:540px}
}
@media screen and (min-width: 768px) {
  .carousel-header .carousel-control-prev,.carousel-header .carousel-control-next{width:4.5rem}
  .comments .comment-item .comment-reply{right:1.5rem}
  .release-container{max-width:720px}
}
@media screen and (min-width: 992px) {
  .lead-lg{font-size:1.1875rem!important}
  .carousel-header .carousel-control-prev,.carousel-header .carousel-control-next{width:4rem}
  .ig-slider-def,.ig-slider-def .carousel-inner,.ig-slider-def .carousel-inner .carousel-item .ig-img{height:70vh}
  .release-container{max-width:960px}
  .about-features .counter-total{font-size:2.5rem}
}
@media screen and (min-width: 1200px) {
  .carousel-header .carousel-control-prev,.carousel-header .carousel-control-next{width:7%}
  .release-subheader{max-width:1110px;padding-left:15px}
  .release-container{max-width:100%;padding-left:0;padding-right:0}
}
@media screen and (min-width: 1300px) {
  .carousel-header .carousel-control-prev,.carousel-header .carousel-control-next{width:9%}
}
@media screen and (min-width: 1400px) {
  .carousel-header .carousel-control-prev,.carousel-header .carousel-control-next{width:12%}
}
@media screen and (min-width: 1525px) {
  .carousel-header .carousel-control-prev,.carousel-header .carousel-control-next{width:15%}
}

@media screen and (max-width: 991.98px) {
  h1,.h1{font-size:2.125rem}
  h2,.h2{font-size:1.75rem}
  h3,.h3{font-size:1.5rem}
  h4,.h4{font-size:1.45rem}
  h5,.h5{font-size:1.4rem}
  .section-header{margin:0 auto 3rem}
  #collapsingNavbar{background:#151515 !important; position:absolute; top:100%; left:0; padding:0 0 20px; width:100%}
  .navbar-nav > .nav-link, 
  .navbar-nav > .nav-item > .nav-link{line-height:20px; padding:10px; text-align:center}
}
@media screen and (max-width: 767.98px) {
  h1,.h1{font-size:1.5rem}
  h2,.h2{font-size:1.38rem}
  h3,.h3{font-size:1.35rem}
  h4,.h4{font-size:1.25rem}
  h5,.h5{font-size:1.2rem}
  .release-soc-container{display:flex;position:absolute;top:-1rem;right:1rem}
  .comments .comment-item .comment-img img{max-width:5rem}
  #instagram-youtube-Tab .nav-link,
  #instagram-youtube-Tab .nav-link.active, 
  #instagram-youtube-Tab .nav-item.show .nav-link{font-size:16px}
}
@media (max-width: 575.98px) {
  .text-fnwp{flex-grow:1;flex-basis:0;overflow:hidden}
  .text-fnwp .nav-link{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .header .carousel .main_carousel__content .carousel__text{max-height:130px;overflow:hidden}
  .footer h6,
  .footer a,
  .footer .social-buttons{text-align:center}
}
@media only screen and (max-width: 480px) {
  .autor-date-ft{max-width:14rem}
  .comments .comment-item .comment-img img{max-width:4.375rem}
}
@media only screen and (max-width: 420px) {
  .autor-date-ft{max-width:7.4rem}
  .comments .comment-item .comment-img img{max-width:3.75rem}
}
@media (max-width: 320.98px) {
  .header .carousel .main_carousel__content .carousel__heading{font-size:1.425rem}
  .header .carousel .main_carousel__content .carousel__discount{display:none}
}
    
