@charset "UTF-8";

html {
    font-size: 14px;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

body {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #828282;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word
}

body,
html {
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
    color: #0038e3;
}

a,
a.nav-link,
a:active,
a:focus {
    color: #828282;
}

a,
a.nav-link,
.btn,
input,
textarea,
select {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

p {
    margin: 0 0 25px;
}

b,
strong {
    font-weight: 600;
}

.alt-font strong {
    font-weight: 600;
}

.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}

ul,
ol,
dl {
    list-style-position: outside;
    margin-bottom: 25px;
}

ul {
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
    outline: none;
    color: #828282;
    line-height: initial;
    word-break: initial;
}

select {
    background-image: url(../images/down-arrow.png);
    background-position: right 14px center;
    background-repeat: no-repeat;
    background-size: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type="submit"] {
    width: auto;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
input[type="submit"],
input[type="tel"] {
    -webkit-appearance: none;
}

input:focus,
textarea:focus {
    border: 1px solid #b9b9b9;
    outline: none;
}

input[type="submit"]:focus {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input::-ms-clear {
    display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    transition: background-color 5000s;
    transition: all 0s 50000s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

select::-ms-expand {
    display: none;
}

iframe {
    border: 0;
}

button,
button:focus,
button:hover {
    outline: none;
}

.main-content {
    z-index: 2;
    background-color: #fff;
    overflow: visible;
    position: relative;
}

::selection {
    color: #000;
    background: #dbdbdb;
}

::-moz-selection {
    color: #a6a6a6;
    background: #dbdbdb;
}

::-webkit-input-placeholder {
    color: #a6a6a6;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: #a6a6a6;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #a6a6a6;
    text-overflow: ellipsis;
    opacity: 1;
}

.placeholder-light::-webkit-input-placeholder {
    color: #fff;
}

.placeholder-light::-moz-placeholder {
    color: #fff;
}

.placeholder-light:-ms-input-placeholder {
    color: #fff;
}

.placeholder-dark::-webkit-input-placeholder {
    color: #232323;
}

.placeholder-dark::-moz-placeholder {
    color: #232323;
}

.placeholder-dark:-ms-input-placeholder {
    color: #232323;
}

.no-transition {
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
}

.transition {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

.row.g-0 {
    margin-right: 0;
    margin-left: 0;
}

.row.g-0>* {
    padding-right: 0;
    padding-left: 0;
}

header [class^="container-"] [class^="col-"],
header [class^="container-"] [class*=" col-"] {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

.alt-font {
}

.main-font {
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    letter-spacing: -0.5px;
    font-weight: inherit;
}

h1 {
    font-size: 5rem;
    line-height: 5rem;
}

h2 {
    font-size: 3.9rem;
    line-height: 4.2rem;
}

h3 {
    font-size: 3.4rem;
    line-height: 3.9rem;
}

h4 {
    font-size: 2.85rem;
    line-height: 3.4rem;
}

h5 {
    font-size: 2.30rem;
    line-height: 3rem;
}

h6 {
    font-size: 1.80rem;
    line-height: 2.5rem;
}

.font-size-0 {
    font-size: 0;
}

.text-very-small {
    font-size: 11px;
    line-height: 14px;
}

.text-extra-small {
    font-size: 12px;
    line-height: 16px;
}

.text-small {
    font-size: 13px;
    line-height: 22px;
}

.text-medium {
    font-size: 14px;
    line-height: 20px;
}

.text-extra-medium {
    font-size: 16px;
    line-height: 28px;
}

.text-large {
    font-size: 18px;
    line-height: 22px;
}

.text-extra-large {
    font-size: 20px;
    line-height: 28px;
}

.title-extra-small {
    font-size: 30px;
    line-height: 32px;
}

.title-small {
    font-size: 36px;
    line-height: 42px;
}

.title-large {
    font-size: 100px;
    line-height: 95px;
}

.title-large-2 {
    font-size: 70px;
    line-height: 80px;
}

.title-large-3 {
    font-size: 80px;
    line-height: 80px;
}

.title-extra-large {
    font-size: 130px;
    line-height: 120px;
}

.title-extra-large-heavy {
    font-size: 11rem;
    line-height: 11rem;
}

.text-big {
    font-size: 200px;
    line-height: 200px;
}

.text-extra-big {
    font-size: 230px;
    line-height: 230px;
}

.text-extra-big-2 {
    font-size: 300px;
    line-height: 260px;
}

.parallax-title {
    padding: 16px 35px;
    display: inline-block
}

.text-white,
.btn-link.text-white,
a.text-white-hover:hover {
    color: #fff;
}

.text-black,
.btn-link.text-black,
a.text-black-hover:hover {
    color: #000;
}

.text-extra-dark-gray,
.btn-link.text-extra-dark-gray,
a.text-extra-dark-gray-hover:hover {
    color: #232323;
}

.text-dark-gray,
.btn-link.text-dark-gray,
a.text-dark-gray-hover:hover {
    color: #626262;
}

.text-extra-medium-gray,
.btn-link.text-extra-medium-gray,
a.text-extra-medium-gray-hover:hover {
    color: #757575;
}

.text-medium-gray,
.btn-link.text-medium-gray,
a.text-medium-gray-hover:hover {
    color: #939393;
}

.text-extra-light-gray,
.btn-link.text-extra-light-gray,
a.text-extra-light-gray-hover:hover {
    color: #b7b7b7;
}

.text-light-gray,
.btn-link.text-light-gray,
a.text-light-gray-hover:hover {
    color: #d6d5d5;
}

.text-very-light-gray,
.btn-link.text-very-light-gray,
a.text-very-light-gray-hover:hover {
    color: #ededed;
}

.text-fast-blue,
.btn-link.text-fast-blue,
a.text-fast-blue-hover:hover {
    color: #0038e3;
}

.text-neon-blue,
.btn-link.text-neon-blue,
a.text-neon-blue-hover:hover {
    color: #3452ff;
}

.text-light-pink,
.btn-link.text-light-pink,
a.text-light-pink-hover:hover {
    color: #f18c8c;
}

.text-red,
.btn-link.text-red,
a.text-red-hover:hover {
    color: #fe0127;
}

.text-dark-red,
.btn-link.text-dark-red,
a.text-dark-red-hover:hover {
    color: #d23134;
}

.text-parrot-green,
.btn-link.text-parrot-green,
a.text-parrot-green-hover:hover {
    color: #cee002;
}

.text-green,
.btn-link.text-green,
a.text-green-hover:hover {
    color: #27AE60;
}

.text-olivine-green,
.btn-link.text-olivine-green,
a.text-olivine-green-hover:hover {
    color: #8bb867;
}

.text-dark-charcoal,
.btn-link.text-dark-charcoal,
a.text-dark-charcoal-hover:hover {
    color: #2f2f2f;
}

.text-penguin-white,
.btn-link.text-penguin-white,
a.text-penguin-white-hover:hover {
    color: #f1edea;
}

.text-orange,
.btn-link.text-orange,
a.text-orange-hover:hover {
    color: #fd961e;
}

.text-dark-orange,
.btn-link.text-dark-orange,
a.text-dark-orange-hover:hover {
    color: #ff6437;
}

.text-neon-orange,
.btn-link.text-neon-orange,
a.text-neon-orange-hover:hover {
    color: #ff7a56;
}

.text-light-orange,
.btn-link.text-light-orange,
a.text-light-orange-hover:hover {
    color: #e8bf47;
}

.text-dark-red,
.btn-link.text-dark-red,
a.text-dark-red-hover:hover {
    color: #e12837;
}

.text-radical-red,
.btn-link.text-radical-red,
a.text-radical-red-hover:hover {
    color: #fb4f58;
}

.text-golden,
.btn-link.text-golden,
a.text-golden-hover:hover {
    color: #ca943d;
}

.text-golden-yellow,
.btn-link.text-golden-yellow,
a.text-golden-yellow-hover:hover {
    color: #FF9C00;
}

.text-dark-golden-yellow,
.btn-link.text-dark-golden-yellow,
a.text-dark-golden-yellow-hover:hover {
    color: #cb933d;
}

.text-golden-brown,
.btn-link.text-golden-brown,
a.text-golden-brown-hover:hover {
    color: #cd9452;
}

.text-slate-blue,
.btn-link.text-slate-blue,
a.text-slate-blue-hover:hover {
    color: #262b35;
}

.text-slate-blue-light,
.btn-link.text-slate-blue-light,
a.text-slate-blue-light-hover:hover {
    color: #8890a4;
}

.text-medium-slate-blue,
.btn-link.text-medium-slate-blue,
a.text-medium-slate-blue-hover:hover {
    color: #374162;
}

.text-dark-slate-blue,
.btn-link.text-dark-slate-blue,
a.text-dark-slate-blue-hover:hover {
    color: #1f232c;
}

.text-brown,
.btn-link.text-brown,
a.text-brown-hover:hover {
    color: #986248;
}

.text-blue-wood,
.btn-link.text-blue-wood,
a.text-blue-wood-hover:hover {
    color: #373a63;
}

.text-purple,
.btn-link.text-purple,
a.text-purple-hover:hover {
    color: #502e95;
}

.text-medium-purple,
.btn-link.text-medium-purple,
a.text-medium-purple-hover:hover {
    color: #3a285e;
}

.text-dark-purple,
.btn-link.text-dark-purple,
a.text-dark-purple-hover:hover {
    color: #333045;
}

.text-very-light-desert-storm,
.btn-link.text-very-light-desert-storm,
a.very-light-desert-storm:hover {
    color: #faf6f3;
}

.text-yellow-ochre,
.btn-link.text-yellow-ochre,
a.text-yellow-ochre-hover:hover {
    color: #c89965;
}

.text-yellow-ochre-light,
.btn-link.text-yellow-ochre-light,
a.text-yellow-ochre-light-hover:hover {
    color: #c3964e;
}

.text-fast-yellow,
.btn-link.text-fast-yellow,
a.text-fast-yellow-hover:hover {
    color: #F4D956;
}

.text-yellow,
.btn-link.text-yellow,
a.text-yellow-hover:hover {
    color: #ffeb04;
}

.text-salmon-rose,
.btn-link.text-salmon-rose,
a.text-salmon-rose-hover:hover {
    color: #ea9d8d;
}

.text-tussock,
.btn-link.text-tussock,
a.text-tussock-hover:hover {
    color: #bf8c4c;
}

.text-greenish-slate,
.btn-link.text-greenish-slate,
a.text-greenish-slate-hover:hover {
    color: #445a58;
}

.text-seashell,
.btn-link.text-seashell,
a.text-seashell-hover:hover {
    color: #f9f6f3;
}

.text-shamrock-green,
.btn-link.text-shamrock-green,
a.text-shamrock-green-hover:hover {
    color: #2ed47c;
}

.text-light-brownish-orange,
.btn-link.text-light-brownish-orange,
a.text-light-brownish-orange-hover:hover {
    color: #e6994e;
}

.text-greenish-gray,
.btn-link.text-greenish-gray,
a.text-greenish-gray-hover:hover {
    color: #969896;
}

.text-light-greenish-gray,
.btn-link.text-light-greenish-gray,
a.text-light-greenish-gray-hover:hover {
    color: #9fa29f;
}

.text-yellowish-green,
.btn-link.text-yellowish-green,
a.text-yellowish-green-hover:hover {
    color: #c7da26;
}

.text-copper-red,
.btn-link.text-copper-red,
a.text-copper-red-hover:hover {
    color: #cc754c;
}

.text-sunglow,
.btn-link.text-sunglow,
a.text-sunglow-hover:hover {
    color: #ffcc2e;
}

.text-orange-zest,
.btn-link.text-orange-zest,
a.text-orange-zest-hover:hover {
    color: #CA7741;
}

.text-dark-tussock,
.btn-link.text-dark-tussock,
a.text-dark-tussock-hover:hover {
    color: #BD884C;
}

.text-echo-blue,
.btn-link.text-echo-blue,
a.text-echo-blue-hover:hover {
    color: #abadb7;
}

.text-violet,
.btn-link.text-violet,
a.text-violet-hover:hover {
    color: #89af44;
}

.text-iris-blue,
.btn-link.text-iris-blue,
a.text-iris-blue-hover:hover {
    color: #00B8B8;
}

.text-teal-blue,
.btn-link.text-teal-blue,
a.text-teal-blue-hover:hover {
    color: #204755;
}

.text-black-pearl,
.btn-link.text-black-pearl,
a.text-black-pearl-hover:hover {
    color: #0F252A;
}

.text-saffron,
.btn-link.text-saffron,
a.text-saffron-hover:hover {
    color: #FFC226;
}

.text-red-damask,
.btn-link.text-red-damask,
a.text-red-damask-hover:hover {
    color: #BD7655;
}

.text-very-light-gray-transparent,
.btn-link.text-very-light-gray-transparent,
a.text-very-light-gray-transparent-hover:hover {
    color: rgba(237, 237, 237, 0.22);
}

.text-extra-dark-gray-transparent,
.btn-link.text-extra-dark-gray-transparent,
a.text-extra-dark-gray-transparent-hover:hover {
    color: rgba(46, 46, 46, 0.15);
}

.text-dark-gray-transparent,
.btn-link.text-dark-gray-transparent,
a.text-dark-gray-transparent-hover:hover {
    color: rgba(98, 98, 98, 0.1);
}

.text-white-transparent,
.btn-link.text-white-transparent,
a.text-white-transparent-hover:hover {
    color: rgba(255, 255, 255, 0.7);
}

.text-medium-white-transparent,
.btn-link.text-medium-white-transparent,
a.text-very-light-white-transparent-hover:hover {
    color: rgba(255, 255, 255, 0.5);
}

.text-very-light-white-transparent,
.btn-link.text-very-light-white-transparent,
a.text-very-light-white-transparent-hover:hover {
    color: rgba(255, 255, 255, 0.3);
}

.text-gradient-magenta-orange {
    background: linear-gradient(to right, #e42464, #e42464, #f44f5c, #fa6259, #ff7357);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-magenta-orange-2 {
    background: linear-gradient(to right, #ec606c, #ee6362, #ee6757, #ed6c4d, #eb7242);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-purple-magenta {
    background: linear-gradient(to right, #502970, #502970, #ac2775, #d42d6b, #f34259);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-light-purple-light-orange {
    background: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-sky-blue-pink {
    background: linear-gradient(to right, #556fff, #556fff, #e05fc4, #f767a6, #ff798e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-sky-blue-dark-pink {
    background: linear-gradient(to right, #5065da, #556fff, #c557ad, #e65f9a, #e66176);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-sky-blue-pink-2 {
    background: linear-gradient(to right top, #6670ed, #556fff, #d45eba, #f767a6, #f5667d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-peacock-blue-crome-yellow {
    background: linear-gradient(to right, #36c1e1, #36c1e1, #74cf8e, #bac962, #feb95b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-peacock-blue-crome-yellow-2 {
    background-image: linear-gradient(to right, #5cc088, #50c28d, #83b879, #c9a95e, #dda556);
    ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-fast-blue-purple {
    background: linear-gradient(to right, #0039e3, #0039e3, #5e28dd, #741bd9, #8600d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-tan-geraldine {
    background-image: linear-gradient(to right, #ff9e78, #ff9979, #ff887c, #ff7c7d, #ff767e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-tussock-greenish-slate {
    background: linear-gradient(90deg, rgba(191, 140, 76, 1) 0%, rgba(68, 90, 88, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-light-purple-light-red {
    background: linear-gradient(to right, #975ade, #af63d2, #d473c0, #ef7da7, #e6686f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-light-brownish-orange-black {
    background: linear-gradient(to right, #e79e57, #9d9049, #62794c, #405c4c, #353d3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-turquoise-green-yellowish {
    background: linear-gradient(to right, #3edfb6, #58e49a, #7ce878, #a5e850, #d0e51b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-red-violet-purple {
    background-image: linear-gradient(to right, #b93c90, #a92a96, #951a9d, #7b10a5, #5412ae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-orange-pink,
.btn-link.text-gradient-orange-pink,
a.text-gradient-orange-pink,
a.text-gradient-orange-pink-hover:hover {
    background: linear-gradient(to right, #ff6557 0%, #ff367c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-fuego-turquoise,
.btn-link.text-gradient-fuego-turquoise,
a.text-gradient-fuego-turquoise,
a.text-gradient-fuego-turquoise-hover:hover {
    background: linear-gradient(to left, #0cd6a2, #56de9c, #91dc5d, #aedb40, #c7da26);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-border {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.text-border-width-1px {
    -webkit-text-stroke-width: 1px;
}

.text-border-width-2px {
    -webkit-text-stroke-width: 2px;
}

.text-border-width-3px {
    -webkit-text-stroke-width: 3px;
}

.text-border-width-4px {
    -webkit-text-stroke-width: 4px;
}

.text-border-width-5px {
    -webkit-text-stroke-width: 5px;
}

.text-border-color-black {
    -webkit-text-stroke-color: #000000;
}

.letter-spacing-1-half {
    letter-spacing: 0.50px;
}

.letter-spacing-1px {
    letter-spacing: 1px;
}

.letter-spacing-2px {
    letter-spacing: 2px;
}

.letter-spacing-3px {
    letter-spacing: 3px;
}

.letter-spacing-4px {
    letter-spacing: 4px;
}

.letter-spacing-5px {
    letter-spacing: 5px;
}

.letter-spacing-8px {
    letter-spacing: 8px;
}

.letter-spacing-10px {
    letter-spacing: 10px;
}

.letter-spacing-15px {
    letter-spacing: 15px;
}

.letter-spacing-20px {
    letter-spacing: 20px;
}

.letter-spacing-22px {
    letter-spacing: 22px;
}

.letter-spacing-25px {
    letter-spacing: 25px;
}

.letter-spacing-minus-1-half {
    letter-spacing: -0.50px;
}

.letter-spacing-minus-1px {
    letter-spacing: -1px;
}

.letter-spacing-minus-2px {
    letter-spacing: -2px;
}

.letter-spacing-minus-3px {
    letter-spacing: -3px;
}

.letter-spacing-minus-4px {
    letter-spacing: -4px;
}

.letter-spacing-minus-5px {
    letter-spacing: -5px;
}

.letter-spacing-minus-6px {
    letter-spacing: -6px;
}

.letter-spacing-minus-7px {
    letter-spacing: -7px;
}

.letter-spacing-minus-8px {
    letter-spacing: -8px;
}

.letter-spacing-minus-9px {
    letter-spacing: -9px;
}

.letter-spacing-minus-10px {
    letter-spacing: -10px;
}

.letter-spacing-inherit {
    letter-spacing: inherit;
}

.white-space-normal {
    white-space: normal;
}

.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.text-normal {
    text-transform: unset !important;
}

.text-decoration-underline {
    text-decoration: underline;
}

.text-decoration-none {
    text-decoration: none;
}

.word-wrap {
    word-wrap: break-word;
}

.text-transform-none {
    text-transform: none;
}

.line-height-unset {
    line-height: unset;
}

.line-height-normal {
    line-height: normal;
}

.line-height-none {
    line-height: 0;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

.text-decoration-underline-yellow {
    text-decoration: underline;
    text-decoration-color: #fee11c;
    -webkit-text-decoration-color: #fee11c;
}

.text-highlight {
    padding: 4px 16px
}

.text-middle-line,
.text-decoration-line-wide,
.text-decoration-line-thick,
.text-decoration-line-bottom,
.text-decoration-line-bottom-thick,
.text-decoration-line-bottom-medium {
    position: relative;
    white-space: nowrap;
}

.text-middle-line:before {
    border-bottom: 1px solid;
    position: absolute;
    content: "";
    width: 100%;
    top: 50%;
    left: 0;
    opacity: 0.35;
}

.text-decoration-line-wide:before {
    content: "";
    border-bottom: 1px solid;
    left: -10px;
    position: absolute;
    top: 50%;
    width: calc(100% + 20px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-decoration-line-thick:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #333333;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: -1;
}

.text-decoration-line-bottom:before {
    content: "";
    border-bottom: 1px solid;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.text-decoration-line-bottom-medium:before {
    content: "";
    border-bottom: 2px solid;
    left: 0;
    position: absolute;
    top: 90%;
    width: 100%;
}

.text-decoration-line-bottom-thick:before {
    content: "";
    border-bottom: 3px solid;
    left: 0;
    position: absolute;
    top: 85%;
    width: 100%;
}

.text-decoration-line-bottom-gradient {
    position: relative
}

.text-decoration-line-bottom-gradient span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px
}

.first-letter {
    float: left;
    font-size: 50px;
    line-height: normal;
    margin: 0 20px 0 0;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
}

.first-letter-big {
    float: left;
    font-size: 100px;
    line-height: 100px;
    margin: 0 35px 0 0;
    padding: 0 8px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.first-letter-big:before {
    position: absolute;
    border-bottom: 1px solid;
    content: "";
    display: block;
    width: 100%;
    top: 55%;
    left: 0;
}

.first-letter-block {
    font-size: 30px;
    height: 55px;
    line-height: 25px;
    padding: 15px 0;
    width: 55px;
    font-weight: 500;
    margin-top: 5px;
}

.first-letter-block-round {
    border-radius: 6px;
    border: 1px solid;
}

.first-letter-round {
    border-radius: 50%;
    font-size: 35px;
    padding: 15px;
    width: 65px;
    height: 65px;
    line-height: 35px;
}

.line-height-0px {
    line-height: 0px;
}

.line-height-8px {
    line-height: 8px;
}

.line-height-10px {
    line-height: 10px;
}

.line-height-12px {
    line-height: 12px;
}

.line-height-14px {
    line-height: 14px;
}

.line-height-15px {
    line-height: 15px;
}

.line-height-16px {
    line-height: 16px;
}

.line-height-18px {
    line-height: 18px;
}

.line-height-20px {
    line-height: 20px;
}

.line-height-22px {
    line-height: 22px;
}

.line-height-24px {
    line-height: 24px;
}

.line-height-26px {
    line-height: 26px;
}

.line-height-28px {
    line-height: 28px;
}

.line-height-30px {
    line-height: 30px;
}

.line-height-32px {
    line-height: 32px;
}

.line-height-34px {
    line-height: 34px;
}

.line-height-36px {
    line-height: 36px;
}

.line-height-38px {
    line-height: 38px;
}

.line-height-40px {
    line-height: 40px;
}

.line-height-42px {
    line-height: 42px;
}

.line-height-44px {
    line-height: 44px;
}

.line-height-46px {
    line-height: 46px;
}

.line-height-50px {
    line-height: 50px;
}

.line-height-55px {
    line-height: 55px;
}

.line-height-60px {
    line-height: 60px;
}

.line-height-65px {
    line-height: 65px;
}

.line-height-70px {
    line-height: 70px;
}

.line-height-75px {
    line-height: 75px;
}

.line-height-80px {
    line-height: 80px;
}

.line-height-85px {
    line-height: 85px;
}

.line-height-90px {
    line-height: 90px;
}

.line-height-95px {
    line-height: 95px;
}

.line-height-100px {
    line-height: 100px;
}

.line-height-120px {
    line-height: 120px;
}

.line-height-140px {
    line-height: 140px;
}

.line-height-160px {
    line-height: 160px;
}

.line-height-170px {
    line-height: 170px;
}

.bg-white {
    background-color: #FFF;
}

.bg-black {
    background-color: #000;
}

.bg-smoky-black {
    background-color: #101010;
}

.bg-dark-gray {
    background-color: #757575;
}

.bg-extra-dark-gray {
    background-color: #232323;
}

.bg-extra-dark-gray-2 {
    background-color: #060606;
}

.bg-extra-medium-gray {
    background-color: #939393;
}

.bg-medium-gray {
    background-color: #e4e4e4;
}

.bg-extra-light-gray {
    background-color: #cfcfcf;
}

.bg-medium-light-gray {
    background-color: #ededed;
}

.bg-very-light-gray {
    background-color: #fafafa;
}

.bg-nero-gray {
    background-color: #141414;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-bright-red {
    background-color: #98272a;
}

.bg-fast-blue {
    background-color: #0038e3;
}

.bg-neon-blue {
    background-color: #3452ff;
}

.bg-transparent {
    background-color: transparent;
}

.bg-sky-blue {
    background-color: #2e94eb;
}

.bg-green {
    background-color: #27ae60;
}

.bg-olivine-green {
    background-color: #8bb867;
}

.bg-orange {
    background-color: #fd961e;
}

.bg-dark-orange {
    background-color: #ff6437;
}

.bg-neon-orange {
    background-color: #ff7a56;
}

.bg-very-light-orange {
    background-color: #fff9f6;
}

.bg-dark-red {
    background-color: #e12837;
}

.bg-red {
    background-color: #fe0127;
}

.bg-dark-red {
    background-color: #d23134;
}

.bg-light-pink {
    background-color: #f74961;
}

.bg-very-light-pink {
    background-color: #f7edee;
}

.bg-parrot-green {
    background-color: #cee002;
}

.bg-slate-blue {
    background-color: #262b35;
}

.bg-medium-slate-blue {
    background-color: #374162;
}

.bg-extra-medium-slate-blue {
    background-color: #23262d;
}

.bg-dark-slate-blue {
    background-color: #1f232c;
}

.bg-light-peach {
    background-color: #ffd7c4;
}

.bg-brown {
    background-color: #986248;
}

.bg-blue-wood {
    background-color: #373a63;
}

.bg-purple {
    background-color: #502e95;
}

.bg-medium-purple {
    background-color: #3a285e;
}

.bg-dark-purple {
    background-color: #333045;
}

.bg-dark-purple-2 {
    background-color: #241526;
}

.bg-yellow-ochre {
    background-color: #c89965;
}

.bg-light-desert-storm {
    background-color: #f8f2eb;
}

.bg-medium-desert-storm {
    background-color: #eee7de;
}

.bg-yellow-ochre-light {
    background-color: #c3964e;
}

.bg-yellow {
    background-color: #ffeb04;
}

.bg-very-light-desert-storm {
    background-color: #faf6f3;
}

.bg-light-blue {
    background-color: #F7F8FC;
}

.bg-penguin-white {
    background-color: #f1edea;
}

.bg-tussock {
    background-color: #bf8c4c;
}

.bg-greenish-slate {
    background-color: #445a58;
}

.bg-seashell {
    background-color: #f9f6f3;
}

.bg-shamrock-green {
    background-color: #2ed47c;
}

.bg-light-orange {
    background-color: #ffded8;
}

.bg-light-cream {
    background-color: #f8f4f0;
}

.bg-golden {
    background-color: #ca943d;
}

.bg-light-brownish-orange {
    background-color: #e6994e;
}

.bg-greenish-gray {
    background-color: #969896;
}

.bg-fast-yellow {
    background-color: #F4D956;
}

.bg-light-greenish-gray {
    background-color: #f0f2f0;
}

.bg-cod-gray {
    background-color: #131313;
}

.bg-yellowish-green {
    background-color: #c7da26;
}

.bg-copper-red {
    background-color: #cc754c;
}

.bg-sunglow {
    background-color: #ffcc2e;
}

.bg-orange-zest {
    background-color: #CA7741;
}

.bg-dark-tussock {
    background-color: #BD884C;
}

.bg-golden-brown {
    background-color: #cd9452;
}

.bg-solitude {
    background-color: #f4f5f9;
}

.bg-east-bay {
    background-color: #4c505f;
}

.bg-quartz {
    background-color: #e1e2e9;
}

.bg-iris-blue {
    background-color: #00B8B8;
}

.bg-light-iris-blue {
    background-color: #F0F9F9;
}

.bg-dark-iris-blue {
    background-color: #048C8C;
}

.bg-alice-blue {
    background-color: #EFF6F8;
}

.bg-teal-blue {
    background-color: #204755;
}

.bg-black-pearl {
    background-color: #0F252A;
}

.bg-rose-white {
    background-color: #FBF1EB;
}

.bg-red-damask {
    background-color: #BD7655;
}

.bg-transparent-black {
    background-color: rgba(0, 0, 0, 0.70);
}

.bg-transparent-black-light {
    background-color: rgba(0, 0, 0, 0.35);
}

.bg-transparent-black-very-light {
    background-color: rgba(0, 0, 0, 0.12);
}

.bg-transparent-deep-green {
    background-color: rgba(115, 180, 103, 0.9);
}

.bg-transparent-dark-gray {
    background-color: rgba(117, 117, 117, .5);
}

.bg-transparent-mengo-yellow {
    background-color: rgba(254, 187, 26, 0.9);
}

.bg-transparent-chocolate {
    background-color: rgba(201, 153, 101, 0.9);
}

.bg-transparent-extra-dark-gray {
    background-color: rgba(28, 28, 28, 0.9);
}

.bg-transparent-extra-dark-gray2 {
    background-color: rgba(30, 30, 30, 0.8);
}

.bg-transparent-white {
    background-color: rgba(255, 255, 255, 0.9);
}

.bg-transparent-white2 {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-transparent-white3 {
    background-color: rgba(255, 255, 255, 0.18);
}

.bg-transparent-dark-purple {
    background-color: rgba(86, 79, 220, 0.9);
}

.bg-transparent-dark-purple-2 {
    background-color: rgba(36, 21, 38, 0.9);
}

.bg-transparent-red {
    background-color: rgba(225, 40, 55, 0.9);
}

.bg-transparent-light-red {
    background-color: rgba(254, 1, 39, .8);
}

.bg-transparent-sky-blue {
    background-color: rgba(33, 136, 224, .8);
}

.bg-transparent-fast-blue {
    background-color: rgba(0, 56, 227, .90);
}

.bg-transparent-fast-blue2 {
    background-color: rgba(0, 56, 227, .80);
}

.bg-transparent-yellow-ochre {
    background-color: rgba(200, 153, 101, .8);
}

.bg-transparent-golden-brown {
    background-color: rgba(205, 148, 82, .8);
}

.bg-transparent-iris-blue {
    background-color: rgba(0, 184, 184, .9);
}

.bg-gradient-magenta-orange {
    background-image: linear-gradient(to right top, #e42464, #ed3c5f, #f44f5c, #fa6259, #ff7357);
}

.bg-gradient-magenta-orange-2 {
    background-image: linear-gradient(to right top, #ec606c, #ee6362, #ee6757, #ed6c4d, #eb7242);
}

.bg-gradient-purple-magenta {
    background-image: linear-gradient(to right top, #502970, #7f2977, #ac2775, #d42d6b, #f34259);
}

.bg-gradient-light-purple-light-orange {
    background-image: linear-gradient(to right top, #b783ff, #e37be0, #fa7cc1, #ff85a6, #ff9393);
}

.bg-gradient-sky-blue-pink {
    background-image: linear-gradient(to right top, #556fff, #b263e4, #e05fc4, #f767a6, #ff798e);
}

.bg-gradient-peacock-blue-crome-yellow {
    background-image: linear-gradient(to right top, #36c1e1, #28ccc0, #74cf8e, #bac962, #feb95b);
}

.bg-gradient-fast-blue-purple {
    background-image: linear-gradient(to right top, #0039e3, #4132e0, #5e28dd, #741bd9, #8600d4);
}

.bg-gradient-orange-pink {
    background-image: linear-gradient(to right top, #ff6557, #ff5a5f, #ff4e68, #ff4271, #ff367c);
}

.bg-gradient-light-orange-light-pink {
    background-image: linear-gradient(to right top, #f5bb8d, #feb399, #ffaea8, #fdaab9, #f3aaca);
}

.bg-gradient-white-light-gray {
    background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfbfb, #f9f9f9, #f7f7f7);
}

.bg-gradient-solitude-white {
    background-image: linear-gradient(to top, #f4f5f9, #f4f5f9, #fbfbfd, #ffffff, #ffffff);
}

.bg-gradient-light-gray-white {
    background-image: linear-gradient(to bottom, #f7f7f7, #f9f9f9, #fbfbfb, #fdfdfd, #ffffff);
}

.bg-gradient-tan-geraldine {
    background-image: linear-gradient(to right top, #fb7f87, #fc8a82, #fb957f, #fa9f7f, #f7aa80);
}

.bg-gradient-white-light {
    background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.66), hsla(0, 0%, 0%, 0.4), rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.1))
}

.bg-gradient-black-transparent {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}

.bg-gradient-tan-geraldine-2 {
    background-image: linear-gradient(to right, #ff788d, #FF8286, #FE8681, #FE8D7D, #ff9578);
}

.bg-gradient-dark-slate-blue {
    background-image: linear-gradient(to right, #252c3e, rgba(37, 44, 62, 0.66), rgba(37, 44, 62, 0.42), rgba(37, 44, 62, 0.1), rgba(37, 44, 62, 0))
}

.bg-gradient-light-violet-light-orange {
    background-image: linear-gradient(to right top, #2f0959, #3b1059, #5c2359, #b85457, #fd7956);
}

.bg-gradient-tussock-greenish-slate {
    background: linear-gradient(40deg, rgba(191, 140, 76, 1) 0%, rgba(68, 90, 88, 1) 100%);
}

.bg-gradient-black-blue {
    background: linear-gradient(30deg, rgba(4, 5, 6, 1) 0%, rgba(19, 14, 62, 1) 100%);
}

.bg-gradient-shamrock-green-light-orange {
    background-image: linear-gradient(20deg, rgba(46, 212, 124, 1) 0%, rgba(232, 191, 71, 1) 100%);
}

.bg-gradient-dark-slate-blue-transparent {
    background: rgba(31, 35, 44, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(31, 35, 44, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(31, 35, 44, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(31, 35, 44, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(31, 35, 44, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(31, 35, 44, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(31, 35, 44, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}

.bg-gradient-light-purple-light-red {
    background-image: linear-gradient(to right top, #bb85f9, #c887e5, #da8bca, #eb8fb0, #fb9398);
}

.bg-gradient-white-light-greenish-gray {
    background-image: linear-gradient(to bottom, #ffffff, #f0f2f0);
}

.bg-gradient-yellowish-green-turquoise {
    background-image: linear-gradient(to right top, #d0e51b, #a5e850, #7ce878, #58e49a, #3edfb6);
}

.bg-gradient-extra-dark-gray-transparent {
    background: rgba(35, 35, 35, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(35, 35, 35, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(35, 35, 35, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#232323', GradientType=0);
}

.bg-gradient-peacock-blue-crome-yellow-2 {
    background-image: linear-gradient(to right top, #5dcaa3, #84c685, #a8bf6d, #cab561, #e7a965);
}

.bg-gradient-midium-dark-gray-transparent {
    background: rgba(20, 20, 20, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(20, 20, 20, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#141414', GradientType=0);
}

.bg-gradient-midium-gray-transparent {
    background: rgba(20, 20, 20, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 150%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(150%, rgba(20, 20, 20, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 150%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 150%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 150%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 1) 150%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#141414', GradientType=0);
}

.bg-gradient-extra-midium-gray-transparent {
    background: rgba(20, 20, 20, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, .6) 150%);
    background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(150%, rgba(20, 20, 20, .6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, .6) 150%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, .6) 150%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, .6) 150%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(20, 20, 20, .6) 150%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#141414', GradientType=0);
}

.bg-gradient-red-violet-purple {
    background-image: linear-gradient(to right top, #b93c90, #a92a96, #951a9d, #7b10a5, #5412ae);
}

.bg-gradient-turquoise-green-yellowish {
    background-image: linear-gradient(to right top, #3edfb6, #58e49a, #7ce878, #a5e850, #d0e51b);
}

.bg-gradient-alice-blue-white-light {
    background-image: linear-gradient(to bottom, #eff6f8, #ffffff);
}

.bg-transparent-gradient-magenta-orange {
    background-image: linear-gradient(to right top, rgba(228, 36, 100, .8), rgba(237, 60, 95, .8), rgba(244, 79, 92, .8), rgba(250, 98, 89, .8), rgba(255, 115, 87, .8));
}

.bg-transparent-gradient-purple-magenta {
    background-image: linear-gradient(to right top, rgba(80, 41, 112, .8), rgba(127, 41, 119, .8), rgba(172, 39, 117, .8), rgba(212, 45, 107, .8), rgba(243, 66, 89, .8));
}

.bg-transparent-gradient-light-purple-light-orange {
    background-image: linear-gradient(to right top, rgba(183, 131, 255, .95), rgba(227, 123, 224, .95), rgba(250, 124, 193, .95), rgba(255, 133, 166, .95), rgba(255, 147, 147, .95));
}

.bg-transparent-gradient-sky-blue-pink {
    background-image: linear-gradient(to right top, rgba(85, 111, 255, .8), rgba(178, 99, 228, .8), rgba(224, 95, 196, .8), rgba(247, 103, 166, .8), rgba(255, 121, 142, .8));
}

.bg-transparent-gradient-peacock-blue-crome-yellow {
    background-image: linear-gradient(to right top, rgba(54, 193, 225, .8), rgba(40, 204, 192, .8), rgba(116, 207, 142, .8), rgba(186, 201, 98, .8), rgba(254, 185, 91, .8));
}

.bg-transparent-gradient-fast-blue-purple {
    background-image: linear-gradient(to right top, rgba(0, 57, 227, .8), rgba(65, 50, 224, .8), rgba(94, 40, 221, .8), rgba(116, 27, 217, .8), rgba(134, 0, 212, .8));
}

.bg-transparent-gradient-light-red-orange {
    background-image: linear-gradient(to right top, rgba(248, 78, 48, 0.8), rgba(251, 111, 86, 0));
}

.bg-transparent-gradiant-black {
    background: rgb(35, 35, 35);
    background: linear-gradient(0deg, rgba(35, 35, 35, 1) 0%, rgba(35, 35, 35, 0) 89%);
}

.bg-transparent-gradiant-white-black {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, .95) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, .95) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 18%, rgba(0, 0, 0, .95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
}

.bg-transparent-gradient-light-violet-light-orange {
    background-image: linear-gradient(to right top, rgba(43, 8, 89, .90), rgba(74, 24, 86, .90), rgba(127, 53, 88, .90), rgba(200, 92, 87, .90), rgba(255, 122, 86, .90));
}

.bg-transparent-gradient-tussock-greenish-slate {
    background: linear-gradient(40deg, rgba(191, 140, 76, .90) 0%, rgba(68, 90, 88, 1) 90%);
}

.bg-transparent-gradient-shamrock-green-light-orange {
    background: linear-gradient(45deg, rgba(46, 212, 124, 0.9) 0%, rgba(232, 166, 38, 0.9) 100%);
}

.bg-transparent-gradient-smoky-black {
    background: rgb(16, 16, 16);
    background: -moz-radial-gradient(circle, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 1) 100%);
    background: radial-gradient(circle, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010", endColorstr="#101010", GradientType=1);
}

.feature-box-bg-white-hover:hover {
    background-color: #fff;
    border-color: #fff !important
}

section {
    padding: 40px 0;
    overflow: hidden;
}

section.big-section {
    padding: 160px 0;
}

section.extra-big-section {
    padding: 200px 0;
}

section.half-section {
    padding: 80px 0;
}

.cursor-none {
    cursor: none;
}

.cursor-default {
    cursor: default;
}

.box-layout {
    padding: 0 90px;
}

.box-layout-large {
    padding: 0 150px;
}

.overlap-section {
    position: relative;
}

.overlap-section-bottom {
    position: relative;
}

.overlayer-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.overlap-image {
    margin-bottom: -215px;
    z-index: 1;
}

.text-overlap {
    margin-bottom: -60px;
    position: relative;
    z-index: -1;
}

.text-overlap-style-01 {
    position: absolute;
    right: 0;
    bottom: -110px;
    font-size: 300px;
    line-height: 300px;
    letter-spacing: -10px;
    white-space: nowrap;
}

.text-overlap-style-02 {
    position: absolute;
    left: -25px;
    top: -60px;
    font-size: 154px;
    line-height: 154px;
    letter-spacing: -8px;
    white-space: nowrap;
}

.text-overlap-style-03 {
    position: absolute;
    left: -115px;
    top: 0;
    font-size: 255px;
    line-height: 255px;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.text-overlap-style-04 {
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 80px;
    line-height: 80px;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hermes .tp-bullet {
    height: 10px;
    width: 10px;
}

.uranus.tparrows:before {
    font-size: 26px;
}

.drawing-animation path,
.drawing-animation circle,
drawing-animation rect,
.drawing-animation polygon,
.drawing-animation ellipse {
    fill: none;
    stroke-width: 20px;
    stroke-dasharray: 20000;
    stroke-dashoffset: 20000;
    -webkit-animation: drawing-animation 6s linear forwards;
    animation: drawing-animation 6s linear forwards;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.filter-grayscale-50 {
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
}

.filter-grayscale-100 {
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.filter-invert-50 {
    -ms-filter: invert(50%);
    filter: invert(50%);
}

.filter-invert-100 {
    -ms-filter: invert(100%);
    filter: invert(100%);
}

.filter-mix-100 {
    -ms-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
}

.map iframe {
    height: 619px;
    vertical-align: bottom;
    width: 100%;
}

blockquote {
    border-left: 2px solid;
    color: #232323;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding: 2px 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}

blockquote p {
    margin-bottom: 17px !important;
}

blockquote footer {
    color: #828282;
}

.blog-image blockquote h6::before {
    content: "\e67f";
    font-family: 'themify';
    font-size: 40px;
    top: 5px;
    position: relative;
    margin-right: 12px;
    color: #2e94eb;
}

.blog-image blockquote {
    padding: 60px;
    border: 0;
    margin: 0;
}

.input-border-bottom,
.input-border-bottom:focus {
    border: 0;
    border-bottom: 1px solid;
    padding-left: 0;
    padding-right: 0;
}

.small-input,
.small-textarea {
    padding: 13px 15px;
    font-size: 14px;
}

.small-select select {
    padding: 13px 15px;
}

.medium-input,
.medium-textarea,
.medium-select select {
    padding: 15px 20px;
    font-size: 14px;
}

.extra-medium-textarea {
    font-size: 14px;
}

.large-input {
    padding: 18px 25px 19px;
}

.extra-large-input {
    padding: 20px 36px 23px;
    font-size: 16px;
}

.newsletter {
    position: relative;
}

.newsletter input {
    padding-left: 0;
    padding-right: 0;
}

.newsletter input+a.btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding-right: 0;
}

.newsletter input.small-input+a.btn {
    top: 0px
}

.newsletter input.medium-input+a.btn {
    top: 3px
}

.newsletter input.large-input+a.btn {
    top: 8px
}

.newsletter-popup form {
    position: relative;
}

.newsletter-popup form .btn-newsletter {
    border: 1px solid #dfdfdf;
    background: transparent;
}

.tag-cloud a {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    margin: 0 6px 10px 0;
    padding: 5px 18px 6px;
    border-radius: 4px;
    border: 1px solid #e4e4e4
}

.tag-cloud a:hover,
.tag-cloud a.active {
    box-shadow: 0 0 10px rgba(23, 23, 23, .1);
    color: #828282
}

.separator-line-vertical {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.left-line {
    position: relative;
}

.left-line:after {
    border-bottom: 3px solid;
    border-color: #1dcf79;
    content: "";
    left: -60px;
    position: absolute;
    top: 48%;
    width: 40px;
}

.left-line-double {
    position: relative;
}

.left-line-double:after {
    border-bottom: 3px solid;
    border-color: #1dcf79;
    content: "";
    left: -60px;
    position: absolute;
    top: 18px;
    width: 40px;
}

.text-side-line {
    position: relative;
    display: inline-block;
}

.text-side-line:after {
    content: "";
    height: 1px;
    left: -65px;
    position: absolute;
    top: 50%;
    width: 45px;
    background: #00e092;
}

.text-side-line:before {
    content: "";
    height: 1px;
    right: -65px;
    position: absolute;
    top: 50%;
    width: 45px;
    background: #00e092;
}

.divider-full .divider-border:before,
.divider-full .divider-border:after {
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    content: "";
    border-top: 1px solid #e4e4e4;
}

.divider-full .divider-border.divider-light:before,
.divider-full .divider-border.divider-light:after {
    border-color: rgba(255, 255, 255, .1);
}

.overlay-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
}

.opacity-very-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
}

.opacity-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
}

.opacity-extra-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.opacity-extra-medium-2 {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    top: 0;
    left: 0;
}

.opacity-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    top: 0;
    left: 0;
}

.opacity-medium-2 {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.70;
    top: 0;
    left: 0;
}

.opacity-full {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
}

.opacity-full-dark {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    top: 0;
    left: 0;
}

.opacity-0 {
    opacity: 0;
}

.opacity-0-half {
    opacity: 0.05;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-1-half {
    opacity: 0.15;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-2-half {
    opacity: 0.25;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-3-half {
    opacity: 0.35;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-4-half {
    opacity: 0.45;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-5-half {
    opacity: 0.55;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-6-half {
    opacity: 0.65;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-7-half {
    opacity: 0.75;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-8-half {
    opacity: 0.85;
}

.opacity-9 {
    opacity: 0.9;
}

.opacity-9-half {
    opacity: 0.95;
}

.btn-shadow {
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.box-shadow,
.box-shadow-hover:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.box-shadow-double-large,
.box-shadow-double-large-hover:hover {
    box-shadow: 0 0 35px rgba(40, 42, 54, .18);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.box-shadow-large,
.box-shadow-large-hover:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.box-shadow-extra-large,
.box-shadow-extra-large-hover:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, .08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.box-shadow-medium,
.box-shadow-medium-hover:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.box-shadow-small,
.box-shadow-small-hover:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.box-shadow-very-light-hover:hover,
.box-shadow-light-hover:hover,
.box-shadow-dark-hover:hover,
.box-shadow-large-hover:hover,
.box-shadow-extra-large-hover:hover,
.box-shadow-medium-hover:hover,
.box-shadow-small-hover:hover,
.box-shadow-double-large-hover:hover {
    -moz-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.text-shadow-large {
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}

.text-shadow-extra-large {
    text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}

.text-shadow-double-large {
    text-shadow: 0 0 100px rgba(0, 0, 0, .9);
}

.drop-shadow svg {
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, .1));
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-6 {
    z-index: 6;
}

.z-index-7 {
    z-index: 7;
}

.z-index-8 {
    z-index: 8;
}

.z-index-9 {
    z-index: 9;
}

.z-index-0 {
    z-index: 0;
}

.z-index-minus-1 {
    z-index: -1;
}

.z-index-minus-2 {
    z-index: -2;
}

.z-index-minus-3 {
    z-index: -3;
}

.z-index-minus-4 {
    z-index: -4;
}

.z-index-minus-5 {
    z-index: -5;
}

/* absolute middle center */
.absolute-middle-center {
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.absolute-middle-center.move-top-bottom,
.absolute-middle-center.move-bottom-top {
    margin-left: -10px;
    margin-top: -10px;
}

/* checkbox - radio button */
input[type="checkbox"] {
    width: auto;
}

input[type="checkbox"]+label {
    color: #939393;
    font-weight: normal;
    margin-bottom: 0;
}

input[type="checkbox"]:checked+label {
    color: inherit;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    position: relative;
}

input[type="checkbox"]:checked+label span:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

input[type="radio"] {
    width: auto;
}

input[type="radio"]+label {
    font-weight: normal;
    margin-bottom: 0;
}

input[type="radio"]+label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 0;
    position: relative;
    border-radius: 100%;
}

input[type="radio"]:checked+label span:after {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 9px;
    line-height: 15px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* ===================================
    06. Button
====================================== */

.btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-weight: 500;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: medium none;
    outline-offset: 0;
}

input.btn:focus {
    border-width: 2px;
}

.btn.active,
.btn:active,
.btn:focus {
    box-shadow: none;
}

.btn i {
    vertical-align: middle;
    position: relative;
    top: -1px
}

/* button size */
.btn.btn-very-small {
    font-size: 10px;
    padding: 6px 16px;
}

.btn.btn-small {
    font-size: 11px;
    padding: 8px 22px;
}

.btn.btn-medium {
    font-size: 12px;
    padding: 10px 26px;
}

.btn.btn-large {
    font-size: 13px;
    padding: 12px 32px;
}

.btn.btn-extra-large {
    font-size: 14px;
    padding: 16px 40px;
}

.btn-dual .btn {
    margin-left: 10px;
    margin-right: 10px;
}

.btn-dual .btn:first-child {
    margin-left: 0
}

.btn .right-icon,
.btn-link .right-icon {
    margin-left: 8px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.btn .left-icon,
.btn-link .left-icon {
    margin-right: 8px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

/* rounded button */
.btn.btn-round-edge-small {
    border-radius: 2px;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn.btn-rounded.btn-very-small {
    padding: 6px 20px;
}

.btn.btn-rounded.btn-small {
    padding: 8px 26px
}

.btn.btn-rounded.btn-medium {
    padding: 10px 32px;
}

.btn.btn-rounded.btn-large {
    padding: 12px 38px;
}

.btn.btn-rounded.btn-extra-large {
    padding: 16px 44px;
}

.btn.btn-round-edge {
    border-radius: 4px;
}

.btn-fixed-bottom {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.btn.btn-rounded.btn-extra-large.btn-expand-ltr {
    padding: 15px 28px 15px;
}

.btn.btn-rounded.btn-extra-large.btn-expand-ltr span {
    width: 50px;
}

.btn.btn-rounded.btn-large.btn-expand-ltr {
    padding: 14px 26px 14px;
}

.btn.btn-rounded.btn-large.btn-expand-ltr span {
    width: 46px;
}

.btn.btn-rounded.btn-medium.btn-expand-ltr {
    padding: 7px 21px 7px;
}

.btn.btn-rounded.btn-medium.btn-expand-ltr span {
    width: 32px;
}

.btn.btn-rounded.btn-small.btn-expand-ltr {
    padding: 7px 20px 7px;
}

.btn.btn-rounded.btn-small.btn-expand-ltr span {
    width: 30px;
}

.btn.btn-rounded.btn-very-small.btn-expand-ltr {
    padding: 5px 17px 5px
}

.btn.btn-rounded.btn-very-small.btn-expand-ltr span {
    width: 25px;
}

/* animation button */
.btn.btn-slide-up-bg,
.btn.btn-slide-down-bg,
.btn.btn-slide-left-bg,
.btn.btn-slide-right-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn.btn-slide-up-bg span,
.btn.btn-slide-down-bg span,
.btn.btn-slide-left-bg span,
.btn.btn-slide-right-bg span {
    position: absolute;
    height: 100%;
    width: 101%;
    z-index: -1;
    left: -1px;
    top: 0;
}

.btn.btn-slide-up-bg span,
.btn.btn-slide-down-bg span,
.btn.btn-slide-left-bg span,
.btn.btn-slide-right-bg span {
    position: absolute;
    height: 100%;
    width: 101%;
    z-index: -1;
    left: -1px;
    top: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* slide button */
.btn.btn-slide-up-bg span {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.btn.btn-slide-down-bg span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.btn.btn-slide-up-bg:hover span,
.btn.btn-slide-down-bg:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.btn.btn-slide-left-bg span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.btn.btn-slide-right-bg span {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn.btn-slide-left-bg:hover span,
.btn.btn-slide-right-bg:hover span {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.btn-slide-icon i {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-slide-icon:hover i {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-slide-icon-left i {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-slide-icon-left:hover i {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* fancy button */
.btn.btn-fancy.btn-very-small {
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 7px 18px;
}

.btn.btn-fancy.btn-small {
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 10px 24px;
}

.btn.btn-fancy.btn-medium {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 28px;
}

.btn.btn-fancy.btn-large {
    font-size: 13px;
    letter-spacing: 1px;
    padding: 13px 32px;
}

.btn.btn-fancy.btn-extra-large {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 18px 38px;
}

/* expanded button */
.btn.btn-expand-ltr {
    position: relative;
    z-index: 1;
}

.btn.btn-expand-ltr.btn-rounded span {
    border-radius: 50px;
}

.btn.btn-expand-ltr:hover span {
    width: 100% !important;
}

.btn.btn-expand-ltr:active {
    border-color: transparent;
}

.btn.btn-expand-ltr.text-extra-dark-gray:active,
.btn.btn-expand-ltr.text-extra-dark-gray:focus,
.btn.btn-expand-ltr.text-extra-dark-gray:hover {
    color: #232323;
}

.btn.btn-expand-ltr.text-extra-dark-gray.text-white-hover:active,
.btn.btn-expand-ltr.text-extra-dark-gray.text-white-hover:focus,
.btn.btn-expand-ltr.text-extra-dark-gray.text-white-hover:hover {
    color: #fff;
}

.btn.btn-expand-ltr span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn.btn-expand-ltr i {
    display: inline-block;
    margin-left: 3px;
    opacity: 0;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.btn.btn-expand-ltr:hover i {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/* link button */
.btn.btn-link {
    padding: 7px 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid;
    background-color: transparent;
}

.btn.btn-link:active {
    border-bottom: 2px solid;
}

.btn.btn-link:hover,
.btn.btn-link-gradient:hover {
    opacity: .7;
}

.btn.btn-link.thin {
    padding: 7px 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 1px solid;
    background-color: transparent;
}

.btn.btn-link.thin:hover,
.btn.btn-link-gradient:hover {
    opacity: .7;
}

.btn.btn-link-gradient {
    padding: 7px 0 2px;
    position: relative;
    border: 0;
    background-color: transparent;
}

.btn.btn-link-gradient>span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
}

/* button box shadow */
.btn-box-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.btn-box-shadow:hover {
    box-shadow: 0 8px 30px -5px rgba(0, 0, 0, .2);
    -moz-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.btn.btn-box-shadow.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #232323;
}

.btn.btn-box-shadow.btn-white:hover,
.btn.btn-white:focus {
    background: #ffffff;
    color: #232323;
}

.btn.btn-box-shadow.btn-dark-gray {
    background: #232323;
    border-color: #232323;
    color: #fff;
}

.btn.btn-box-shadow.btn-dark-gray:hover,
.btn.btn-extra-dark-gray:focus {
    background: #232323;
    color: #fff;
}

.btn.btn-box-shadow.btn-golden-brown {
    background: #CD9452;
    border-color: #CD9452;
    color: #fff;
}

.btn.btn-box-shadow.btn-golden-brown:hover,
.btn.btn-extra-dark-gray:focus {
    background: #CD9452;
    color: #fff;
}

/* button box shadow flat */
.btn-box-shadow-flat {
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
    border-width: 1px;
}

.btn-box-shadow-flat:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn.btn-box-shadow-flat.btn-transparent-dark-gray {
    background: transparent;
    border-color: #232323;
    color: #232323;
}

.btn.btn-box-shadow-flat.btn-transparent-dark-gray:hover,
.btn.btn-transparent-dark-gray:focus {
    background: #232323;
    color: #fff;
    border-color: transparent
}

/* button flat background */
.btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #232323;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background: transparent;
    color: #fff;
}

.btn.btn-black {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.btn.btn-black:hover,
.btn.btn-black:focus {
    background: transparent;
    color: #000;
}

.btn.btn-dark-gray {
    background: #232323;
    border-color: #232323;
    color: #fff;
}

.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:focus {
    background: transparent;
    color: #232323;
}

.btn.btn-light-gray {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #232323;
}

.btn.btn-light-gray:hover,
.btn.btn-light-gray:focus {
    background: transparent;
    border-color: #dbdbdb;
    color: #dbdbdb;
}

.btn.btn-fast-blue {
    background: #0038e3;
    border-color: #0038e3;
    color: #ffffff;
}

.btn.btn-fast-blue:hover,
.btn.btn-fast-blue:focus {
    background: transparent;
    color: #0038e3;
}

.btn.btn-green {
    background: #27AE60;
    border-color: #27AE60;
    color: #ffffff;
}

.btn.btn-green:hover,
.btn.btn-green:focus {
    background: transparent;
    color: #27AE60;
}

.btn.btn-olivine-green {
    background: #8bb867;
    border-color: #8bb867;
    color: #ffffff;
}

.btn.btn-olivine-green:hover,
.btn.btn-olivine-green:focus {
    background: transparent;
    color: #8bb867;
}

.btn.btn-sky-blue {
    background: #2e94eb;
    border-color: #2e94eb;
    color: #ffffff;
}

.btn.btn-sky-blue:hover,
.btn.btn-sky-blue:focus {
    background: transparent;
    color: #2e94eb;
}

.btn.btn-yellow-ochre {
    background: #c89965;
    border-color: #c89965;
    color: #ffffff;
}

.btn.btn-yellow-ochre:hover,
.btn.btn-yellow-ochre:focus {
    background: transparent;
    color: #c89965;
}

.btn.btn-fast-yellow {
    background: #F4D956;
    border-color: #F4D956;
    color: #232323;
}

.btn.btn-fast-yellow:hover,
.btn.btn-fast-yellow:focus {
    background: transparent;
    color: #F4D956;
}

.btn.btn-dark-purple {
    background: #333045;
    border-color: #333045;
    color: #ffffff;
}

.btn.btn-dark-purple:hover,
.btn.btn-dark-purple:focus {
    background: transparent;
    color: #333045;
}

.btn.btn-slate-blue {
    background: #262b35;
    border-color: #262b35;
    color: #ffffff;
}

.btn.btn-slate-blue:hover,
.btn.btn-slate-blue:focus {
    background: transparent;
    color: #262b35;
}

.btn.btn-medium-slate-blue {
    background: #374162;
    border-color: #374162;
    color: #ffffff;
}

.btn.btn-medium-slate-blue:hover,
.btn.btn-medium-slate-blue:focus {
    background: transparent;
    color: #374162;
}

.btn.btn-neon-orange {
    background: #ff7a56;
    border-color: #ff7a56;
    color: #ffffff;
}

.btn.btn-neon-orange:hover,
.btn.btn-neon-orange:focus {
    background: transparent;
    color: #ff7a56;
}

.btn.btn-salmon-rose {
    background: #ea9d8d;
    border-color: #ea9d8d;
    color: #232323;
}

.btn.btn-salmon-rose:hover,
.btn.btn-salmon-rose:focus {
    background: transparent;
    color: #ea9d8d;
}

.btn.btn-tussock {
    background: #bf8c4c;
    border-color: #bf8c4c;
    color: #ffffff;
}

.btn.btn-tussock:hover,
.btn.btn-tussock:focus {
    background: transparent;
    color: #bf8c4c;
}

.btn.btn-golden {
    background: #ca943d;
    border-color: #ca943d;
    color: #ffffff;
}

.btn.btn-golden:hover,
.btn.btn-golden:focus {
    background: transparent;
    color: #ca943d;
}

.btn.btn-golden-brown {
    background: #CD9452;
    border-color: #CD9452;
    color: #ffffff;
}

.btn.btn-golden-brown:hover,
.btn.btn-golden-brown:focus {
    background: transparent;
    color: #CD9452;
}

.btn.btn-iris-blue {
    background: #00B8B8;
    border-color: #00B8B8;
    color: #ffffff;
}

.btn.btn-iris-blue:hover,
.btn.btn-iris-blue:focus {
    background: transparent;
    color: #00B8B8;
}

.btn.btn-teal-blue {
    background: #204755;
    border-color: #204755;
    color: #ffffff;
}

.btn.btn-teal-blue:hover,
.btn.btn-teal-blue:focus {
    background: transparent;
    color: #204755;
}

.btn.btn-nero {
    background: #1C1C1C;
    border-color: #1C1C1C;
    color: #ffffff;
}

.btn.btn-nero:hover,
.btn.btn-nero:focus {
    background: transparent;
    color: #1C1C1C;
}

/* button only border */
.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #232323;
}

.btn.btn-transparent-black {
    background: transparent;
    border-color: #000000;
    color: #000000;
}

.btn.btn-transparent-black:hover,
.btn.btn-transparent-black:focus {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn.btn-transparent-dark-gray {
    background: transparent;
    border-color: #232323;
    color: #232323;
}

.btn.btn-transparent-dark-gray:hover,
.btn.btn-transparent-dark-gray:focus {
    background: #232323;
    border-color: #232323;
    color: #ffffff;
}

.btn.btn-transparent-light-gray {
    background: transparent;
    border-color: #dbdbdb;
    color: #232323;
}

.btn.btn-transparent-light-gray:hover,
.btn.btn-transparent-light-gray:focus {
    background: #232323;
    border-color: #232323;
    color: #ffffff;
}

.btn.btn-transparent-medium-light-gray {
    background: transparent;
    border-color: #757575;
    color: #757575;
}

.btn.btn-transparent-medium-light-gray:hover,
.btn.btn-transparent-medium-light-gray:focus {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #232323;
}

.btn.btn-transparent-fast-blue {
    background: transparent;
    border-color: #0038e3;
    color: #0038e3;
}

.btn.btn-transparent-fast-blue:hover,
.btn.btn-transparent-fast-blue:focus {
    background: #0038e3;
    border-color: #0038e3;
    color: #fff;
}

.btn.btn-transparent-green {
    background: transparent;
    border-color: #1dcf79;
    color: #1dcf79;
}

.btn.btn-transparent-green:hover,
.btn.btn-transparent-green:focus {
    background: #1dcf79;
    border-color: #1dcf79;
    color: #fff;
}

.btn.btn-transparent-slate-blue {
    background: transparent;
    border-color: #262b35;
    color: #262b35;
}

.btn.btn-transparent-slate-blue:hover,
.btn.btn-transparent-slate-blue:focus {
    background: #262b35;
    border-color: #262b35;
    color: #fff;
}

.btn.btn-transparent-medium-slate-blue {
    background: transparent;
    border-color: #374162;
    color: #374162;
}

.btn.btn-transparent-medium-slate-blue:hover,
.btn.btn-transparent-medium-slate-blue:focus {
    background: #374162;
    border-color: #374162;
    color: #fff;
}

.btn.btn-transparent-tussock {
    background: transparent;
    border-color: #bf8c4c;
    color: #bf8c4c;
}

.btn.btn-transparent-tussock:hover,
.btn.btn-transparent-tussock:focus {
    background: #bf8c4c;
    border-color: #bf8c4c;
    color: #fff;
}

.btn.btn-transparent-golden-brown {
    background: transparent;
    border-color: #CD9452;
    color: #CD9452;
}

.btn.btn-transparent-golden-brown:hover,
.btn.btn-transparent-golden-brown:focus {
    background: #CD9452;
    border-color: #CD9452;
    color: #fff;
}

/* button gradient */
.btn-gradient-magenta-orange {
    background-image: linear-gradient(to right, #e42564, #fa6259, #e42564);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-magenta-orange:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-magenta-orange-2 {
    background-image: linear-gradient(to right, #ec606c, #eb7242, #ec606c);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-magenta-orange-2:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-purple-magenta {
    background: linear-gradient(to right, #502970, #f34259, #502970);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-purple-magenta:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-light-purple-light-orange {
    background-image: linear-gradient(to right, #b884fd, #fe73a8, #b884fd);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-light-purple-light-orange:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-sky-blue-pink {
    background: linear-gradient(to right, #556fff, #ff798e, #556fff);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-sky-blue-pink:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-peacock-blue-crome-yellow {
    background: linear-gradient(to right, #36c1e1, #feb95b, #36c1e1);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-peacock-blue-crome-yellow:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-fast-blue-purple {
    background: linear-gradient(to right, #0039e3, #8600d4, #0039e3);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-fast-blue-purple:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-tan-geraldine {
    background-image: linear-gradient(to right, #fe8182, #f8a380, #fe8182);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-tan-geraldine:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-tan-geraldine-2 {
    background-image: linear-gradient(to right, #ff798c, #ff7e89, #ff8584, #ff8d7e, #ff927a);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-tan-geraldine-2:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-shamrock-green-light-orange {
    background-image: linear-gradient(to right, #2ed47c, #e8a626, #2ed47c);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-shamrock-green-light-orange:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-light-purple-light-red {
    background-image: linear-gradient(to right, #b884fd, #fd9395, #b884fd);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-light-purple-light-red:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-yellowish-green-turquoise {
    background-image: linear-gradient(to right, #d0e51b, #3edfb6, #d0e51b);
    color: #232323;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-yellowish-green-turquoise:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-peacock-blue-crome-yellow-2 {
    background-image: linear-gradient(to right, #5cc088, #e7a965, #5cc088);
    color: #ffffff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn.btn-gradient-peacock-blue-crome-yellow-2:active {
    color: #fff;
    border-color: transparent;
}

.btn-gradient-shamrock-green-light-orange:hover,
.btn-gradient-shamrock-green-light-orange:focus,
.btn-gradient-tan-geraldine-2:hover,
.btn-gradient-tan-geraldine-2:focus,
.btn-gradient-magenta-orange:hover,
.btn-gradient-magenta-orange:focus,
.btn-gradient-magenta-orange-2:hover,
.btn-gradient-magenta-orange-2:focus,
.btn-gradient-purple-magenta:hover,
.btn-gradient-purple-magenta:focus,
.btn-gradient-light-purple-light-orange:hover,
.btn-gradient-light-purple-light-orange:focus,
.btn-gradient-sky-blue-pink:hover,
.btn-gradient-sky-blue-pink:focus,
.btn-gradient-peacock-blue-crome-yellow:hover,
.btn-gradient-peacock-blue-crome-yellow:focus,
.btn-gradient-fast-blue-purple:hover,
.btn-gradient-fast-blue-purple:focus,
.btn-gradient-tan-geraldine:hover,
.btn-gradient-tan-geraldine:focus,
.btn-gradient-light-purple-light-red:hover,
.btn-gradient-light-purple-light-red:focus,
.btn-gradient-yellowish-green-turquoise:hover,
.btn-gradient-yellowish-green-turquoise:focus,
.btn-gradient-peacock-blue-crome-yellow-2:hover,
.btn-gradient-peacock-blue-crome-yellow-2:focus {
    background-position: right center;
    color: #fff;
}

/* button gradient border */
.btn.btn-transparent-gradient-sky-blue-pink {
    background: transparent;
    color: #232323;
    border-image-slice: 1;
    border-image-source: linear-gradient(45deg, rgb(85, 111, 255), rgb(255, 121, 142));
}

.btn.btn-transparent-gradient-sky-blue-pink:hover,
.btn.btn-transparent-gradient-sky-blue-pink:focus {
    background: transparent;
    color: #232323;
}

/* action button */
.btn-primary:focus,
.btn-success:focus,
.btn-danger:focus {
    color: #fff;
}

.btn-info:focus,
.btn-warning:focus {
    color: var(--bs-btn-color);
}

/* ===================================
    07. Border
====================================== */

.border-all {
    border: 1px solid !important;
}

.border-top {
    border-top: 1px solid !important;
}

.border-bottom {
    border-bottom: 1px solid !important;
}

.border-left {
    border-left: 1px solid !important;
}

.border-right {
    border-right: 1px solid !important;
}

.border-lr {
    border-left: 1px solid;
    border-right: 1px solid !important;
}

.border-tb {
    border-top: 1px solid;
    border-bottom: 1px solid !important;
}

/* border width */
.border-width-1px {
    border-width: 1px !important;
}

.border-width-2px {
    border-width: 2px !important;
}

.border-width-3px {
    border-width: 3px !important;
}

.border-width-4px {
    border-width: 4px !important;
}

.border-width-5px {
    border-width: 5px !important;
}

.border-width-6px {
    border-width: 6px !important;
}

.border-width-7px {
    border-width: 7px !important;
}

.border-width-8px {
    border-width: 8px !important;
}

.border-width-9px {
    border-width: 9px !important;
}

.border-width-10px {
    border-width: 10px !important;
}

.border-width-11px {
    border-width: 11px !important;
}

.border-width-12px {
    border-width: 12px !important;
}

.border-width-13px {
    border-width: 13px !important;
}

.border-width-14px {
    border-width: 14px !important;
}

.border-width-15px {
    border-width: 15px !important;
}

.border-width-16px {
    border-width: 16px !important;
}

.border-width-17px {
    border-width: 17px !important;
}

.border-width-18px {
    border-width: 18px !important;
}

.border-width-19px {
    border-width: 19px !important;
}

.border-width-20px {
    border-width: 20px !important;
}

/* border color */
.border-color-white {
    border-color: #fff !important;
}

.border-color-black {
    border-color: #000 !important;
}

.border-color-sky-blue {
    border-color: #2e94eb !important;
}

.border-color-extra-dark-gray {
    border-color: #232323 !important;
}

.border-color-medium-dark-gray {
    border-color: #363636 !important;
}

.border-color-dark-gray {
    border-color: #939393 !important;
}

.border-color-extra-medium-gray {
    border-color: #dbdbdb !important;
}

.border-color-medium-gray {
    border-color: #e4e4e4 !important;
}

.border-color-medium-light-gray {
    border-color: #757575 !important;
}

.border-color-extra-light-gray {
    border-color: #ededed !important;
}

.border-color-light-gray {
    border-color: #f5f5f5 !important;
}

.border-color-light-pink {
    border-color: #ff85a6 !important;
}

.border-color-fast-blue {
    border-color: #0038e3 !important;
}

.border-color-light-peach {
    border-color: #ffd7c4 !important;
}

.border-color-neon-orange {
    border-color: #ff7a56 !important;
}

.border-color-green {
    border-color: #27ae60 !important;
}

.border-color-olivine-green {
    border-color: #8bb867 !important;
}

.border-color-shamrock-green {
    border-color: #2ed47c !important;
}

.border-color-light-brownish-orange {
    border-color: #e6994e !important;
}

.border-color-golden-brown {
    border-color: #CD9452 !important;
}

/* transparent border */
.border-color-transparent {
    border-color: transparent !important;
}

.border-color-black-transparent {
    border-color: rgba(0, 0, 0, .1) !important;
}

.border-color-white-transparent {
    border-color: rgba(255, 255, 255, .1) !important;
}

.border-color-golden-transparent {
    border-color: rgba(202, 148, 61, 0.4) !important;
}

.border-color-pink-transparent {
    border-color: rgba(255, 33, 79, 0.45) !important;
}

.border-color-dark-white-transparent {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-color-medium-white-transparent {
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.border-color-full-dark-white-transparent {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

.border-color-light-white-transparent {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.border-color-nero-transparent {
    border-color: rgba(25, 25, 25, 0.1) !important;
}

.border-color-extra-medium-gray-transparent {
    border-color: rgba(219, 219, 219, .04) !important;
}

.border-color-copper-red-transparent {
    border-color: rgba(204, 117, 76, .3) !important;
}

/* border gradient */
.border-gradient-magenta-orange {
    border-image: linear-gradient(to right top, #e42464, #ed3c5f, #f44f5c, #fa6259, #ff7357);
    border-image-slice: 1;
}

.border-gradient-purple-magenta {
    border-image: linear-gradient(to right top, #502970, #7f2977, #ac2775, #d42d6b, #f34259);
    border-image-slice: 1;
}

.border-gradient-light-purple-light-orange {
    border-image: linear-gradient(to right top, #b783ff, #e37be0, #fa7cc1, #ff85a6, #ff9393);
    border-image-slice: 1;
}

.border-gradient-sky-blue-pink {
    border-image: linear-gradient(to right top, #556fff, #b263e4, #e05fc4, #f767a6, #ff798e);
    border-image-slice: 1;
}

.border-gradient-peacock-blue-crome-yellow {
    border-image: linear-gradient(to right top, #36c1e1, #28ccc0, #74cf8e, #bac962, #feb95b);
    border-image-slice: 1;
}

.border-gradient-fast-blue-purple {
    border-image: linear-gradient(to right top, #0039e3, #4132e0, #5e28dd, #741bd9, #8600d4);
    border-image-slice: 1;
}

.border-gradient-light-purple-light-red {
    border-image: linear-gradient(to right top, #bb85f9, #c887e5, #da8bca, #eb8fb0, #fb9398);
    border-image-slice: 1;
}

.border-gradient-light-brownish-orange-black {
    border-image: linear-gradient(to right top, #e79e57, #9d9049, #62794c, #405c4c, #353d3c);
    border-image-slice: 1;
}

.border-gradient-red-violet-purple {
    border-image: linear-gradient(to right, #b93d90, #a92b95, #951b9c, #7a11a4, #5412ad);
    border-image-slice: 1;
}

/* border style */
.border-dotted {
    border-style: dotted !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-solid {
    border-style: solid !important;
}

.border-double {
    border-style: double !important;
}

.border-groove {
    border-style: groove !important;
}

.border-ridge {
    border-style: ridge !important;
}

.border-inset {
    border-style: inset !important;
}

.border-outset {
    border-style: outset !important;
}

.border-none {
    border-style: none !important;
}

.border-hidden {
    border-style: hidden !important;
}

.border-transperent {
    border-color: transparent !important;
}

/* no border */
.no-border {
    border: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-top-bottom {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.no-border-left-right {
    border-left: 0 !important;
    border-right: 0 !important;
}

/* border radius */
.border-radius-0px {
    border-radius: 0;
}

.border-radius-1px {
    border-radius: 1px;
}

.border-radius-2px {
    border-radius: 2px;
}

.border-radius-3px {
    border-radius: 3px;
}

.border-radius-4px {
    border-radius: 4px;
}

.border-radius-5px {
    border-radius: 5px;
}

.border-radius-6px {
    border-radius: 6px;
}

.border-radius-7px {
    border-radius: 7px;
}

.border-radius-8px {
    border-radius: 8px;
}

.border-radius-9px {
    border-radius: 9px;
}

.border-radius-10px {
    border-radius: 10px;
}

.border-radius-20px {
    border-radius: 20px;
}

.border-radius-30px {
    border-radius: 30px;
}

.border-radius-40px {
    border-radius: 40px;
}

.border-radius-50px {
    border-radius: 50px;
}

.border-radius-100px {
    border-radius: 100px;
}

.border-radius-50 {
    border-radius: 50%;
}

.border-radius-100 {
    border-radius: 100%;
}

.no-border-radius {
    border-radius: 0 !important;
}

/* ===================================
    08. Video
====================================== */

.video-wrapper {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.html-video {
    background-color: #000;
    left: 50%;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: -3;
}

.video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: -5px !important;
    width: 100%;
}

.video-background {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    background: rgba(67, 67, 67, 0.5)
}

.html-video-play {
    position: relative;
    text-align: center;
}

.html-video-play .play-icon,
.html-video-play .pause-icon {
    position: absolute;
    left: 50%;
    padding-left: 8px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.html-video-play[ playing="true"] .play-icon,
.html-video-play .pause-icon {
    opacity: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.html-video-play[ playing="true"] .play-icon {
    top: 0;
}

.html-video-play .pause-icon {
    top: 100%;
}

.html-video-play .play-icon,
.html-video-play[ playing="true"] .pause-icon {
    opacity: 1;
    top: 50%;
    visibility: visible;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.play-icon-animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.play-icon-animation:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.bg-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.bg-video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ===================================
    09. Background image
====================================== */

.cover-background {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
}

.fix-background {
    position: relative;
    background-size: cover !important;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.background-size-inherit {
    background-size: inherit;
}

.background-attachment-inherit {
    background-attachment: inherit;
}

.background-position-left {
    background-position: left center;
}

.background-position-left-bottom {
    background-position: left bottom;
}

.background-position-right {
    background-position: right center;
}

.background-position-top {
    background-position: right top;
}

.background-position-center-top {
    background-position: center top;
}

.background-position-right-bottom {
    background-position: right bottom;
}

.background-position-center-bottom {
    background-position: center bottom !important;
}

.background-repeat {
    background-repeat: repeat;
}

.background-no-repeat {
    background-repeat: no-repeat;
}

.background-position-center {
    background-position: center;
}

.up-down-ani {
    display: table;
    position: relative;
    -webkit-animation-name: down-arrow;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: down-arrow;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-delay: 0.8s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    margin: 0 auto;
}

.cover-img {
    object-fit: cover;
    height: 100%;
}

/* background parallax */
.parallax {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.parallax-fix {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}

/* ===================================
    10. Margin
====================================== */

.margin-one-all {
    margin: 1%;
}

.margin-two-all {
    margin: 2%;
}

.margin-three-all {
    margin: 3%;
}

.margin-four-all {
    margin: 4%;
}

.margin-five-all {
    margin: 5%;
}

.margin-six-all {
    margin: 6%;
}

.margin-seven-all {
    margin: 7%;
}

.margin-eight-all {
    margin: 8%;
}

.margin-nine-all {
    margin: 9%;
}

.margin-ten-all {
    margin: 10%;
}

.margin-eleven-all {
    margin: 11%;
}

.margin-twelve-all {
    margin: 12%;
}

.margin-thirteen-all {
    margin: 13%;
}

.margin-fourteen-all {
    margin: 14%;
}

.margin-fifteen-all {
    margin: 15%;
}

.margin-sixteen-all {
    margin: 16%;
}

.margin-seventeen-all {
    margin: 17%;
}

.margin-eighteen-all {
    margin: 18%;
}

.margin-nineteen-all {
    margin: 19%;
}

.margin-twenty-all {
    margin: 20%;
}

.margin-5px-all {
    margin: 5px;
}

.margin-10px-all {
    margin: 10px;
}

.margin-15px-all {
    margin: 15px;
}

.margin-20px-all {
    margin: 20px;
}

.margin-25px-all {
    margin: 25px;
}

.margin-30px-all {
    margin: 30px;
}

.margin-35px-all {
    margin: 35px;
}

.margin-40px-all {
    margin: 40px;
}

.margin-45px-all {
    margin: 45px;
}

.margin-50px-all {
    margin: 50px;
}

.margin-55px-all {
    margin: 55px;
}

.margin-60px-all {
    margin: 60px;
}

.margin-65px-all {
    margin: 65px;
}

.margin-70px-all {
    margin: 70px;
}

.margin-75px-all {
    margin: 75px;
}

.margin-80px-all {
    margin: 80px;
}

.margin-85px-all {
    margin: 85px;
}

.margin-90px-all {
    margin: 90px;
}

.margin-95px-all {
    margin: 95px;
}

.margin-100px-all {
    margin: 100px;
}

.margin-1-rem-all {
    margin: 1rem;
}

.margin-1-half-rem-all {
    margin: 1.5rem;
}

.margin-2-rem-all {
    margin: 2rem;
}

.margin-2-half-rem-all {
    margin: 2.5rem;
}

.margin-3-rem-all {
    margin: 3rem;
}

.margin-3-half-rem-all {
    margin: 3.5rem;
}

.margin-4-rem-all {
    margin: 4rem;
}

.margin-4-half-rem-all {
    margin: 4.5rem;
}

.margin-5-rem-all {
    margin: 5rem;
}

.margin-5-half-rem-all {
    margin: 5.5rem;
}

.margin-6-rem-all {
    margin: 6rem;
}

.margin-6-half-rem-all {
    margin: 6.5rem;
}

.margin-7-rem-all {
    margin: 7rem;
}

.margin-7-half-rem-all {
    margin: 7.5rem;
}

.margin-8-rem-all {
    margin: 8rem;
}

.margin-8-half-rem-all {
    margin: 8.5rem;
}

.margin-9-rem-all {
    margin: 9rem;
}

.margin-9-half-rem-all {
    margin: 9.5rem;
}

.margin-10-rem-all {
    margin: 10rem;
}

.margin-10-half-rem-all {
    margin: 10.5rem;
}

/* margin top */
.margin-one-top {
    margin-top: 1%;
}

.margin-two-top {
    margin-top: 2%;
}

.margin-three-top {
    margin-top: 3%;
}

.margin-four-top {
    margin-top: 4%;
}

.margin-five-top {
    margin-top: 5%;
}

.margin-six-top {
    margin-top: 6%;
}

.margin-seven-top {
    margin-top: 7%;
}

.margin-eight-top {
    margin-top: 8%;
}

.margin-nine-top {
    margin-top: 9%;
}

.margin-ten-top {
    margin-top: 10%;
}

.margin-eleven-top {
    margin-top: 11%;
}

.margin-twelve-top {
    margin-top: 12%;
}

.margin-thirteen-top {
    margin-top: 13%;
}

.margin-fourteen-top {
    margin-top: 14%;
}

.margin-fifteen-top {
    margin-top: 15%;
}

.margin-sixteen-top {
    margin-top: 16%;
}

.margin-seventeen-top {
    margin-top: 17%;
}

.margin-eighteen-top {
    margin-top: 18%;
}

.margin-nineteen-top {
    margin-top: 19%;
}

.margin-twenty-top {
    margin-top: 20%;
}

.margin-twenty-five-top {
    margin-top: 20%;
}

.margin-5px-top {
    margin-top: 5px;
}

.margin-10px-top {
    margin-top: 10px;
}

.margin-15px-top {
    margin-top: 15px;
}

.margin-20px-top {
    margin-top: 20px;
}

.margin-25px-top {
    margin-top: 25px;
}

.margin-30px-top {
    margin-top: 30px;
}

.margin-35px-top {
    margin-top: 35px;
}

.margin-40px-top {
    margin-top: 40px;
}

.margin-45px-top {
    margin-top: 45px;
}

.margin-50px-top {
    margin-top: 50px;
}

.margin-55px-top {
    margin-top: 55px;
}

.margin-60px-top {
    margin-top: 60px;
}

.margin-65px-top {
    margin-top: 65px;
}

.margin-70px-top {
    margin-top: 70px;
}

.margin-75px-top {
    margin-top: 75px;
}

.margin-80px-top {
    margin-top: 80px;
}

.margin-85px-top {
    margin-top: 85px;
}

.margin-90px-top {
    margin-top: 90px;
}

.margin-95px-top {
    margin-top: 95px;
}

.margin-100px-top {
    margin-top: 100px;
}

.margin-1-rem-top {
    margin-top: 1rem;
}

.margin-1-half-rem-top {
    margin-top: 1.5rem;
}

.margin-2-rem-top {
    margin-top: 2rem;
}

.margin-2-half-rem-top {
    margin-top: 2.5rem;
}

.margin-3-rem-top {
    margin-top: 3rem;
}

.margin-3-half-rem-top {
    margin-top: 3.5rem;
}

.margin-4-rem-top {
    margin-top: 4rem;
}

.margin-4-half-rem-top {
    margin-top: 4.5rem;
}

.margin-5-rem-top {
    margin-top: 5rem;
}

.margin-5-half-rem-top {
    margin-top: 5.5rem;
}

.margin-6-rem-top {
    margin-top: 6rem;
}

.margin-6-half-rem-top {
    margin-top: 6.5rem;
}

.margin-7-rem-top {
    margin-top: 7rem;
}

.margin-7-half-rem-top {
    margin-top: 7.5rem;
}

.margin-8-rem-top {
    margin-top: 8rem;
}

.margin-8-half-rem-top {
    margin-top: 8.5rem;
}

.margin-9-rem-top {
    margin-top: 9rem;
}

.margin-9-half-rem-top {
    margin-top: 9.5rem;
}

.margin-10-rem-top {
    margin-top: 10rem;
}

.margin-10-half-rem-top {
    margin-top: 10.5rem;
}

/* margin bottom */
.margin-one-bottom {
    margin-bottom: 1%;
}

.margin-two-bottom {
    margin-bottom: 2%;
}

.margin-three-bottom {
    margin-bottom: 3%;
}

.margin-four-bottom {
    margin-bottom: 4%;
}

.margin-five-bottom {
    margin-bottom: 5%;
}

.margin-six-bottom {
    margin-bottom: 6%;
}

.margin-seven-bottom {
    margin-bottom: 7%;
}

.margin-eight-bottom {
    margin-bottom: 8%;
}

.margin-nine-bottom {
    margin-bottom: 9%;
}

.margin-ten-bottom {
    margin-bottom: 10%;
}

.margin-eleven-bottom {
    margin-bottom: 11%;
}

.margin-twelve-bottom {
    margin-bottom: 12%;
}

.margin-thirteen-bottom {
    margin-bottom: 13%;
}

.margin-fourteen-bottom {
    margin-bottom: 14%;
}

.margin-fifteen-bottom {
    margin-bottom: 15%;
}

.margin-sixteen-bottom {
    margin-bottom: 16%;
}

.margin-seventeen-bottom {
    margin-bottom: 17%;
}

.margin-eighteen-bottom {
    margin-bottom: 18%;
}

.margin-nineteen-bottom {
    margin-bottom: 19%;
}

.margin-twenty-bottom {
    margin-bottom: 20%;
}

.margin-5px-bottom {
    margin-bottom: 5px;
}

.margin-10px-bottom {
    margin-bottom: 10px;
}

.margin-15px-bottom {
    margin-bottom: 15px;
}

.margin-20px-bottom {
    margin-bottom: 20px;
}

.margin-25px-bottom {
    margin-bottom: 25px;
}

.margin-30px-bottom {
    margin-bottom: 30px;
}

.margin-35px-bottom {
    margin-bottom: 35px;
}

.margin-40px-bottom {
    margin-bottom: 40px;
}

.margin-45px-bottom {
    margin-bottom: 45px;
}

.margin-50px-bottom {
    margin-bottom: 50px;
}

.margin-55px-bottom {
    margin-bottom: 55px;
}

.margin-60px-bottom {
    margin-bottom: 60px;
}

.margin-65px-bottom {
    margin-bottom: 65px;
}

.margin-70px-bottom {
    margin-bottom: 70px;
}

.margin-75px-bottom {
    margin-bottom: 75px;
}

.margin-80px-bottom {
    margin-bottom: 80px;
}

.margin-85px-bottom {
    margin-bottom: 85px;
}

.margin-90px-bottom {
    margin-bottom: 90px;
}

.margin-95px-bottom {
    margin-bottom: 95px;
}

.margin-100px-bottom {
    margin-bottom: 100px;
}

.margin-1-rem-bottom {
    margin-bottom: 1rem;
}

.margin-1-half-rem-bottom {
    margin-bottom: 1.5rem;
}

.margin-2-rem-bottom {
    margin-bottom: 2rem;
}

.margin-2-half-rem-bottom {
    margin-bottom: 2.5rem;
}

.margin-3-rem-bottom {
    margin-bottom: 3rem;
}

.margin-3-half-rem-bottom {
    margin-bottom: 3.5rem;
}

.margin-4-rem-bottom {
    margin-bottom: 4rem;
}

.margin-4-half-rem-bottom {
    margin-bottom: 4.5rem;
}

.margin-5-rem-bottom {
    margin-bottom: 5rem;
}

.margin-5-half-rem-bottom {
    margin-bottom: 5.5rem;
}

.margin-6-rem-bottom {
    margin-bottom: 6rem;
}

.margin-6-half-rem-bottom {
    margin-bottom: 6.5rem;
}

.margin-7-rem-bottom {
    margin-bottom: 7rem;
}

.margin-7-half-rem-bottom {
    margin-bottom: 7.5rem;
}

.margin-8-rem-bottom {
    margin-bottom: 8rem;
}

.margin-8-half-rem-bottom {
    margin-bottom: 8.5rem;
}

.margin-9-rem-bottom {
    margin-bottom: 9rem;
}

.margin-9-half-rem-bottom {
    margin-bottom: 9.5rem;
}

.margin-10-rem-bottom {
    margin-bottom: 10rem;
}

.margin-10-half-rem-bottom {
    margin-bottom: 10.5rem;
}

.margin-15-rem-bottom {
    margin-bottom: 15rem;
}

.margin-27-rem-bottom {
    margin-bottom: 27rem;
}

/* margin right */
.margin-one-right {
    margin-right: 1%;
}

.margin-two-right {
    margin-right: 2%;
}

.margin-three-right {
    margin-right: 3%;
}

.margin-four-right {
    margin-right: 4%;
}

.margin-five-right {
    margin-right: 5%;
}

.margin-six-right {
    margin-right: 6%;
}

.margin-seven-right {
    margin-right: 7%;
}

.margin-eight-right {
    margin-right: 8%;
}

.margin-nine-right {
    margin-right: 9%;
}

.margin-ten-right {
    margin-right: 10%;
}

.margin-eleven-right {
    margin-right: 11%;
}

.margin-twelve-right {
    margin-right: 12%;
}

.margin-thirteen-right {
    margin-right: 13%;
}

.margin-fourteen-right {
    margin-right: 14%;
}

.margin-fifteen-right {
    margin-right: 15%;
}

.margin-sixteen-right {
    margin-right: 16%;
}

.margin-seventeen-right {
    margin-right: 17%;
}

.margin-eighteen-right {
    margin-right: 18%;
}

.margin-nineteen-right {
    margin-right: 19%;
}

.margin-twenty-right {
    margin-right: 20%;
}

.margin-5px-right {
    margin-right: 5px;
}

.margin-10px-right {
    margin-right: 10px;
}

.margin-15px-right {
    margin-right: 15px;
}

.margin-20px-right {
    margin-right: 20px;
}

.margin-25px-right {
    margin-right: 25px;
}

.margin-30px-right {
    margin-right: 30px;
}

.margin-35px-right {
    margin-right: 35px;
}

.margin-40px-right {
    margin-right: 40px;
}

.margin-45px-right {
    margin-right: 45px;
}

.margin-50px-right {
    margin-right: 50px;
}

.margin-55px-right {
    margin-right: 55px;
}

.margin-60px-right {
    margin-right: 60px;
}

.margin-65px-right {
    margin-right: 65px;
}

.margin-70px-right {
    margin-right: 70px;
}

.margin-75px-right {
    margin-right: 75px;
}

.margin-80px-right {
    margin-right: 80px;
}

.margin-85px-right {
    margin-right: 85px;
}

.margin-90px-right {
    margin-right: 90px;
}

.margin-95px-right {
    margin-right: 95px;
}

.margin-100px-right {
    margin-right: 100px;
}

.margin-1-rem-right {
    margin-right: 1rem;
}

.margin-1-half-rem-right {
    margin-right: 1.5rem;
}

.margin-2-rem-right {
    margin-right: 2rem;
}

.margin-2-half-rem-right {
    margin-right: 2.5rem;
}

.margin-3-rem-right {
    margin-right: 3rem;
}

.margin-3-half-rem-right {
    margin-right: 3.5rem;
}

.margin-4-rem-right {
    margin-right: 4rem;
}

.margin-4-half-rem-right {
    margin-right: 4.5rem;
}

.margin-5-rem-right {
    margin-right: 5rem;
}

.margin-5-half-rem-right {
    margin-right: 5.5rem;
}

.margin-6-rem-right {
    margin-right: 6rem;
}

.margin-6-half-rem-right {
    margin-right: 6.5rem;
}

.margin-7-rem-right {
    margin-right: 7rem;
}

.margin-7-half-rem-right {
    margin-right: 7.5rem;
}

.margin-8-rem-right {
    margin-right: 8rem;
}

.margin-8-half-rem-right {
    margin-right: 8.5rem;
}

.margin-9-rem-right {
    margin-right: 9rem;
}

.margin-9-half-rem-right {
    margin-right: 9.5rem;
}

.margin-10-rem-right {
    margin-right: 10rem;
}

.margin-10-half-rem-right {
    margin-right: 10.5rem;
}

/* margin left */
.margin-one-left {
    margin-left: 1%;
}

.margin-two-left {
    margin-left: 2%;
}

.margin-three-left {
    margin-left: 3%;
}

.margin-four-left {
    margin-left: 4%;
}

.margin-five-left {
    margin-left: 5%;
}

.margin-six-left {
    margin-left: 6%;
}

.margin-seven-left {
    margin-left: 7%;
}

.margin-eight-left {
    margin-left: 8%;
}

.margin-nine-left {
    margin-left: 9%;
}

.margin-ten-left {
    margin-left: 10%;
}

.margin-eleven-left {
    margin-left: 11%;
}

.margin-twelve-left {
    margin-left: 12%;
}

.margin-thirteen-left {
    margin-left: 13%;
}

.margin-fourteen-left {
    margin-left: 14%;
}

.margin-fifteen-left {
    margin-left: 15%;
}

.margin-sixteen-left {
    margin-left: 16%;
}

.margin-seventeen-left {
    margin-left: 17%;
}

.margin-eighteen-left {
    margin-left: 18%;
}

.margin-nineteen-left {
    margin-left: 19%;
}

.margin-twenty-left {
    margin-left: 20%;
}

.margin-5px-left {
    margin-left: 5px;
}

.margin-10px-left {
    margin-left: 10px;
}

.margin-15px-left {
    margin-left: 15px;
}

.margin-20px-left {
    margin-left: 20px;
}

.margin-25px-left {
    margin-left: 25px;
}

.margin-30px-left {
    margin-left: 30px;
}

.margin-35px-left {
    margin-left: 35px;
}

.margin-40px-left {
    margin-left: 40px;
}

.margin-45px-left {
    margin-left: 45px;
}

.margin-50px-left {
    margin-left: 50px;
}

.margin-55px-left {
    margin-left: 55px;
}

.margin-60px-left {
    margin-left: 60px;
}

.margin-65px-left {
    margin-left: 65px;
}

.margin-70px-left {
    margin-left: 70px;
}

.margin-75px-left {
    margin-left: 75px;
}

.margin-80px-left {
    margin-left: 80px;
}

.margin-85px-left {
    margin-left: 85px;
}

.margin-90px-left {
    margin-left: 90px;
}

.margin-95px-left {
    margin-left: 95px;
}

.margin-100px-left {
    margin-left: 100px;
}

.margin-1-rem-left {
    margin-left: 1rem;
}

.margin-1-half-rem-left {
    margin-left: 1.5rem;
}

.margin-2-rem-left {
    margin-left: 2rem;
}

.margin-2-half-rem-left {
    margin-left: 2.5rem;
}

.margin-3-rem-left {
    margin-left: 3rem;
}

.margin-3-half-rem-left {
    margin-left: 3.5rem;
}

.margin-4-rem-left {
    margin-left: 4rem;
}

.margin-4-half-rem-left {
    margin-left: 4.5rem;
}

.margin-5-rem-left {
    margin-left: 5rem;
}

.margin-5-half-rem-left {
    margin-left: 5.5rem;
}

.margin-6-rem-left {
    margin-left: 6rem;
}

.margin-6-half-rem-left {
    margin-left: 6.5rem;
}

.margin-7-rem-left {
    margin-left: 7rem;
}

.margin-7-half-rem-left {
    margin-left: 7.5rem;
}

.margin-8-rem-left {
    margin-left: 8rem;
}

.margin-8-half-rem-left {
    margin-left: 8.5rem;
}

.margin-9-rem-left {
    margin-left: 9rem;
}

.margin-9-half-rem-left {
    margin-left: 9.5rem;
}

.margin-10-rem-left {
    margin-left: 10rem;
}

.margin-10-half-rem-left {
    margin-left: 10.5rem;
}

/* margin left right */
.margin-one-lr {
    margin-left: 1%;
    margin-right: 1%;
}

.margin-two-lr {
    margin-left: 2%;
    margin-right: 2%;
}

.margin-three-lr {
    margin-left: 3%;
    margin-right: 3%;
}

.margin-four-lr {
    margin-left: 4%;
    margin-right: 4%;
}

.margin-five-lr {
    margin-left: 5%;
    margin-right: 5%;
}

.margin-six-lr {
    margin-left: 6%;
    margin-right: 6%;
}

.margin-seven-lr {
    margin-left: 7%;
    margin-right: 7%;
}

.margin-eight-lr {
    margin-left: 8%;
    margin-right: 8%;
}

.margin-nine-lr {
    margin-left: 9%;
    margin-right: 9%;
}

.margin-ten-lr {
    margin-left: 10%;
    margin-right: 10%;
}

.margin-eleven-lr {
    margin-left: 11%;
    margin-right: 11%;
}

.margin-twelve-lr {
    margin-left: 12%;
    margin-right: 12%;
}

.margin-thirteen-lr {
    margin-left: 13%;
    margin-right: 13%;
}

.margin-fourteen-lr {
    margin-left: 14%;
    margin-right: 14%;
}

.margin-fifteen-lr {
    margin-left: 15%;
    margin-right: 15%;
}

.margin-sixteen-lr {
    margin-left: 16%;
    margin-right: 16%;
}

.margin-seventeen-lr {
    margin-left: 17%;
    margin-right: 17%;
}

.margin-eighteen-lr {
    margin-left: 18%;
    margin-right: 18%;
}

.margin-nineteen-lr {
    margin-left: 19%;
    margin-right: 19%;
}

.margin-twenty-lr {
    margin-left: 20%;
    margin-right: 20%;
}

.margin-5px-lr {
    margin-left: 5px;
    margin-right: 5px;
}

.margin-10px-lr {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-15px-lr {
    margin-left: 15px;
    margin-right: 15px;
}

.margin-20px-lr {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-25px-lr {
    margin-left: 25px;
    margin-right: 25px;
}

.margin-30px-lr {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-35px-lr {
    margin-left: 35px;
    margin-right: 35px;
}

.margin-40px-lr {
    margin-left: 40px;
    margin-right: 40px;
}

.margin-45px-lr {
    margin-left: 45px;
    margin-right: 45px;
}

.margin-50px-lr {
    margin-left: 50px;
    margin-right: 50px;
}

.margin-55px-lr {
    margin-left: 55px;
    margin-right: 55px;
}

.margin-60px-lr {
    margin-left: 60px;
    margin-right: 60px;
}

.margin-65px-lr {
    margin-left: 65px;
    margin-right: 65px;
}

.margin-70px-lr {
    margin-left: 70px;
    margin-right: 70px;
}

.margin-75px-lr {
    margin-left: 75px;
    margin-right: 75px;
}

.margin-80px-lr {
    margin-left: 80px;
    margin-right: 80px;
}

.margin-85px-lr {
    margin-left: 85px;
    margin-right: 85px;
}

.margin-90px-lr {
    margin-left: 90px;
    margin-right: 90px;
}

.margin-95px-lr {
    margin-left: 95px;
    margin-right: 95px;
}

.margin-100px-lr {
    margin-left: 100px;
    margin-right: 100px;
}

.margin-1-rem-lr {
    margin-left: 1rem;
    margin-right: 1rem;
}

.margin-1-half-rem-lr {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.margin-2-rem-lr {
    margin-left: 2rem;
    margin-right: 2rem;
}

.margin-2-half-rem-lr {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.margin-3-rem-lr {
    margin-left: 3rem;
    margin-right: 3rem;
}

.margin-3-half-rem-lr {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
}

.margin-4-rem-lr {
    margin-left: 4rem;
    margin-right: 4rem;
}

.margin-4-half-rem-lr {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
}

.margin-5-rem-lr {
    margin-left: 5rem;
    margin-right: 5rem;
}

.margin-5-half-rem-lr {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
}

.margin-6-rem-lr {
    margin-left: 6rem;
    margin-right: 6rem;
}

.margin-6-half-rem-lr {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
}

.margin-7-rem-lr {
    margin-left: 7rem;
    margin-right: 7rem;
}

.margin-7-half-rem-lr {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
}

.margin-8-rem-lr {
    margin-left: 8rem;
    margin-right: 8rem;
}

.margin-8-half-rem-lr {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
}

.margin-9-rem-lr {
    margin-left: 9rem;
    margin-right: 9rem;
}

.margin-9-half-rem-lr {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
}

.margin-10-rem-lr {
    margin-left: 10rem;
    margin-right: 10rem;
}

.margin-10-half-rem-lr {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
}

/* margin top bottom */
.margin-one-tb {
    margin-top: 1%;
    margin-bottom: 1%;
}

.margin-two-tb {
    margin-top: 2%;
    margin-bottom: 2%;
}

.margin-three-tb {
    margin-top: 3%;
    margin-bottom: 3%;
}

.margin-four-tb {
    margin-top: 4%;
    margin-bottom: 4%;
}

.margin-five-tb {
    margin-top: 5%;
    margin-bottom: 5%;
}

.margin-six-tb {
    margin-top: 6%;
    margin-bottom: 6%;
}

.margin-seven-tb {
    margin-top: 7%;
    margin-bottom: 7%;
}

.margin-eight-tb {
    margin-top: 8%;
    margin-bottom: 8%;
}

.margin-nine-tb {
    margin-top: 9%;
    margin-bottom: 9%;
}

.margin-ten-tb {
    margin-top: 10%;
    margin-bottom: 10%;
}

.margin-eleven-tb {
    margin-top: 11%;
    margin-bottom: 11%;
}

.margin-twelve-tb {
    margin-top: 12%;
    margin-bottom: 12%;
}

.margin-thirteen-tb {
    margin-top: 13%;
    margin-bottom: 13%;
}

.margin-fourteen-tb {
    margin-top: 14%;
    margin-bottom: 14%;
}

.margin-fifteen-tb {
    margin-top: 15%;
    margin-bottom: 15%;
}

.margin-sixteen-tb {
    margin-top: 16%;
    margin-bottom: 16%;
}

.margin-seventeen-tb {
    margin-top: 17%;
    margin-bottom: 17%;
}

.margin-eighteen-tb {
    margin-top: 18%;
    margin-bottom: 18%;
}

.margin-nineteen-tb {
    margin-top: 19%;
    margin-bottom: 19%;
}

.margin-twenty-tb {
    margin-top: 20%;
    margin-bottom: 20%;
}

.margin-5px-tb {
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin-10px-tb {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.margin-20px-tb {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-25px-tb {
    margin-top: 25px;
    margin-bottom: 25px;
}

.margin-30px-tb {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-35px-tb {
    margin-top: 35px;
    margin-bottom: 35px;
}

.margin-40px-tb {
    margin-top: 40px;
    margin-bottom: 40px;
}

.margin-45px-tb {
    margin-top: 45px;
    margin-bottom: 45px;
}

.margin-50px-tb {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-55px-tb {
    margin-top: 55px;
    margin-bottom: 55px;
}

.margin-60px-tb {
    margin-top: 60px;
    margin-bottom: 60px;
}

.margin-65px-tb {
    margin-top: 65px;
    margin-bottom: 65px;
}

.margin-70px-tb {
    margin-top: 70px;
    margin-bottom: 70px;
}

.margin-75px-tb {
    margin-top: 75px;
    margin-bottom: 75px;
}

.margin-80px-tb {
    margin-top: 80px;
    margin-bottom: 80px;
}

.margin-85px-tb {
    margin-top: 85px;
    margin-bottom: 85px;
}

.margin-90px-tb {
    margin-top: 90px;
    margin-bottom: 90px;
}

.margin-95px-tb {
    margin-top: 95px;
    margin-bottom: 95px;
}

.margin-100px-tb {
    margin-top: 100px;
    margin-bottom: 100px;
}

.margin-1-rem-tb {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.margin-1-half-rem-tb {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.margin-2-rem-tb {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.margin-2-half-rem-tb {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.margin-3-rem-tb {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.margin-3-half-rem-tb {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.margin-4-rem-tb {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.margin-4-half-rem-tb {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}

.margin-5-rem-tb {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.margin-5-half-rem-tb {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
}

.margin-6-rem-tb {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.margin-6-half-rem-tb {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
}

.margin-7-rem-tb {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.margin-7-half-rem-tb {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
}

.margin-8-rem-tb {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.margin-8-half-rem-tb {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
}

.margin-9-rem-tb {
    margin-top: 9rem;
    margin-bottom: 9rem;
}

.margin-9-half-rem-tb {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
}

.margin-10-rem-tb {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.margin-10-half-rem-tb {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
}

.margin-auto-lr {
    margin: 0 auto;
}

.margin-auto {
    margin: auto;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-lr {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* ===================================
    11. Padding
====================================== */

.padding-one-all {
    padding: 1%;
}

.padding-two-all {
    padding: 2%;
}

.padding-three-all {
    padding: 3%;
}

.padding-four-all {
    padding: 4%;
}

.padding-five-all {
    padding: 5%;
}

.padding-six-all {
    padding: 6%;
}

.padding-seven-all {
    padding: 7%;
}

.padding-eight-all {
    padding: 8%;
}

.padding-nine-all {
    padding: 9%;
}

.padding-ten-all {
    padding: 10%;
}

.padding-eleven-all {
    padding: 11%;
}

.padding-twelve-all {
    padding: 12%;
}

.padding-thirteen-all {
    padding: 13%;
}

.padding-fourteen-all {
    padding: 14%;
}

.padding-fifteen-all {
    padding: 15%;
}

.padding-sixteen-all {
    padding: 16%;
}

.padding-seventeen-all {
    padding: 17%;
}

.padding-eighteen-all {
    padding: 18%;
}

.padding-nineteen-all {
    padding: 19%;
}

.padding-twenty-all {
    padding: 20%;
}

.padding-5px-all {
    padding: 5px;
}

.padding-10px-all {
    padding: 10px;
}

.padding-15px-all {
    padding: 15px;
}

.padding-20px-all {
    padding: 20px;
}

.padding-25px-all {
    padding: 25px;
}

.padding-30px-all {
    padding: 30px;
}

.padding-35px-all {
    padding: 35px;
}

.padding-40px-all {
    padding: 40px;
}

.padding-45px-all {
    padding: 45px;
}

.padding-50px-all {
    padding: 50px;
}

.padding-55px-all {
    padding: 55px;
}

.padding-60px-all {
    padding: 60px;
}

.padding-65px-all {
    padding: 65px;
}

.padding-70px-all {
    padding: 70px;
}

.padding-75px-all {
    padding: 75px;
}

.padding-80px-all {
    padding: 80px;
}

.padding-85px-all {
    padding: 85px;
}

.padding-90px-all {
    padding: 90px;
}

.padding-95px-all {
    padding: 95px;
}

.padding-100px-all {
    padding: 100px;
}

.padding-1-rem-all {
    padding: 1rem;
}

.padding-1-half-rem-all {
    padding: 1.5rem;
}

.padding-2-rem-all {
    padding: 2rem;
}

.padding-2-half-rem-all {
    padding: 2.5rem;
}

.padding-3-rem-all {
    padding: 3rem;
}

.padding-3-half-rem-all {
    padding: 3.5rem;
}

.padding-4-rem-all {
    padding: 4rem;
}

.padding-4-half-rem-all {
    padding: 4.5rem;
}

.padding-5-rem-all {
    padding: 5rem;
}

.padding-5-half-rem-all {
    padding: 5.5rem;
}

.padding-6-rem-all {
    padding: 6rem;
}

.padding-6-half-rem-all {
    padding: 6.5rem;
}

.padding-7-rem-all {
    padding: 7rem;
}

.padding-7-half-rem-all {
    padding: 7.5rem;
}

.padding-8-rem-all {
    padding: 8rem;
}

.padding-8-half-rem-all {
    padding: 8.5rem;
}

.padding-9-rem-all {
    padding: 9rem;
}

.padding-9-half-rem-all {
    padding: 9.5rem;
}

.padding-10-rem-all {
    padding: 10rem;
}

.padding-10-half-rem-all {
    padding: 10.5rem;
}

/* padding top */
.padding-one-top {
    padding-top: 1%;
}

.padding-two-top {
    padding-top: 2%;
}

.padding-three-top {
    padding-top: 3%;
}

.padding-four-top {
    padding-top: 4%;
}

.padding-five-top {
    padding-top: 5%;
}

.padding-six-top {
    padding-top: 6%;
}

.padding-seven-top {
    padding-top: 7%;
}

.padding-eight-top {
    padding-top: 8%;
}

.padding-nine-top {
    padding-top: 9%;
}

.padding-ten-top {
    padding-top: 10%;
}

.padding-eleven-top {
    padding-top: 11%;
}

.padding-twelve-top {
    padding-top: 12%;
}

.padding-thirteen-top {
    padding-top: 13%;
}

.padding-fourteen-top {
    padding-top: 14%;
}

.padding-fifteen-top {
    padding-top: 15%;
}

.padding-sixteen-top {
    padding-top: 16%;
}

.padding-seventeen-top {
    padding-top: 17%;
}

.padding-eighteen-top {
    padding-top: 18%;
}

.padding-nineteen-top {
    padding-top: 19%;
}

.padding-twenty-top {
    padding-top: 20%;
}

.padding-5px-top {
    padding-top: 5px;
}

.padding-10px-top {
    padding-top: 10px;
}

.padding-15px-top {
    padding-top: 15px;
}

.padding-20px-top {
    padding-top: 20px;
}

.padding-25px-top {
    padding-top: 25px;
}

.padding-30px-top {
    padding-top: 30px;
}

.padding-35px-top {
    padding-top: 35px;
}

.padding-40px-top {
    padding-top: 40px;
}

.padding-45px-top {
    padding-top: 45px;
}

.padding-50px-top {
    padding-top: 50px;
}

.padding-55px-top {
    padding-top: 55px;
}

.padding-60px-top {
    padding-top: 60px;
}

.padding-65px-top {
    padding-top: 65px;
}

.padding-70px-top {
    padding-top: 70px;
}

.padding-75px-top {
    padding-top: 75px;
}

.padding-80px-top {
    padding-top: 80px;
}

.padding-85px-top {
    padding-top: 85px;
}

.padding-90px-top {
    padding-top: 90px;
}

.padding-95px-top {
    padding-top: 95px;
}

.padding-100px-top {
    padding-top: 100px;
}

.padding-1-rem-top {
    padding-top: 1rem;
}

.padding-1-half-rem-top {
    padding-top: 1.5rem;
}

.padding-2-rem-top {
    padding-top: 2rem;
}

.padding-2-half-rem-top {
    padding-top: 2.5rem;
}

.padding-3-rem-top {
    padding-top: 3rem;
}

.padding-3-half-rem-top {
    padding-top: 3.5rem;
}

.padding-4-rem-top {
    padding-top: 4rem;
}

.padding-4-half-rem-top {
    padding-top: 4.5rem;
}

.padding-5-rem-top {
    padding-top: 5rem;
}

.padding-5-half-rem-top {
    padding-top: 5.5rem;
}

.padding-6-rem-top {
    padding-top: 6rem;
}

.padding-6-half-rem-top {
    padding-top: 6.5rem;
}

.padding-7-rem-top {
    padding-top: 7rem;
}

.padding-7-half-rem-top {
    padding-top: 7.5rem;
}

.padding-8-rem-top {
    padding-top: 8rem;
}

.padding-8-half-rem-top {
    padding-top: 8.5rem;
}

.padding-9-rem-top {
    padding-top: 9rem;
}

.padding-9-half-rem-top {
    padding-top: 9.5rem;
}

.padding-10-rem-top {
    padding-top: 10rem;
}

.padding-10-half-rem-top {
    padding-top: 10.5rem;
}

/* padding bottom */
.padding-one-bottom {
    padding-bottom: 1%;
}

.padding-two-bottom {
    padding-bottom: 2%;
}

.padding-three-bottom {
    padding-bottom: 3%;
}

.padding-four-bottom {
    padding-bottom: 4%;
}

.padding-five-bottom {
    padding-bottom: 5%;
}

.padding-six-bottom {
    padding-bottom: 6%;
}

.padding-seven-bottom {
    padding-bottom: 7%;
}

.padding-eight-bottom {
    padding-bottom: 8%;
}

.padding-nine-bottom {
    padding-bottom: 9%;
}

.padding-ten-bottom {
    padding-bottom: 10%;
}

.padding-eleven-bottom {
    padding-bottom: 11%;
}

.padding-twelve-bottom {
    padding-bottom: 12%;
}

.padding-thirteen-bottom {
    padding-bottom: 13%;
}

.padding-fourteen-bottom {
    padding-bottom: 14%;
}

.padding-fifteen-bottom {
    padding-bottom: 15%;
}

.padding-sixteen-bottom {
    padding-bottom: 16%;
}

.padding-seventeen-bottom {
    padding-bottom: 17%;
}

.padding-eighteen-bottom {
    padding-bottom: 18%;
}

.padding-nineteen-bottom {
    padding-bottom: 19%;
}

.padding-twenty-bottom {
    padding-bottom: 20%;
}

.padding-5px-bottom {
    padding-bottom: 5px;
}

.padding-10px-bottom {
    padding-bottom: 10px;
}

.padding-15px-bottom {
    padding-bottom: 15px;
}

.padding-20px-bottom {
    padding-bottom: 20px;
}

.padding-25px-bottom {
    padding-bottom: 25px;
}

.padding-30px-bottom {
    padding-bottom: 30px;
}

.padding-35px-bottom {
    padding-bottom: 35px;
}

.padding-40px-bottom {
    padding-bottom: 40px;
}

.padding-45px-bottom {
    padding-bottom: 45px;
}

.padding-50px-bottom {
    padding-bottom: 50px;
}

.padding-55px-bottom {
    padding-bottom: 55px;
}

.padding-60px-bottom {
    padding-bottom: 60px;
}

.padding-65px-bottom {
    padding-bottom: 65px;
}

.padding-70px-bottom {
    padding-bottom: 70px;
}

.padding-75px-bottom {
    padding-bottom: 75px;
}

.padding-80px-bottom {
    padding-bottom: 80px;
}

.padding-85px-bottom {
    padding-bottom: 85px;
}

.padding-90px-bottom {
    padding-bottom: 90px;
}

.padding-95px-bottom {
    padding-bottom: 95px;
}

.padding-100px-bottom {
    padding-bottom: 100px;
}

.padding-1-rem-bottom {
    padding-bottom: 1rem;
}

.padding-1-half-rem-bottom {
    padding-bottom: 1.5rem;
}

.padding-2-rem-bottom {
    padding-bottom: 2rem;
}

.padding-2-half-rem-bottom {
    padding-bottom: 2.5rem;
}

.padding-3-rem-bottom {
    padding-bottom: 3rem;
}

.padding-3-half-rem-bottom {
    padding-bottom: 3.5rem;
}

.padding-4-rem-bottom {
    padding-bottom: 4rem;
}

.padding-4-half-rem-bottom {
    padding-bottom: 4.5rem;
}

.padding-5-rem-bottom {
    padding-bottom: 5rem;
}

.padding-5-half-rem-bottom {
    padding-bottom: 5.5rem;
}

.padding-6-rem-bottom {
    padding-bottom: 6rem;
}

.padding-6-half-rem-bottom {
    padding-bottom: 6.5rem;
}

.padding-7-rem-bottom {
    padding-bottom: 7rem;
}

.padding-7-half-rem-bottom {
    padding-bottom: 7.5rem;
}

.padding-8-rem-bottom {
    padding-bottom: 8rem;
}

.padding-8-half-rem-bottom {
    padding-bottom: 8.5rem;
}

.padding-9-rem-bottom {
    padding-bottom: 9rem;
}

.padding-9-half-rem-bottom {
    padding-bottom: 9.5rem;
}

.padding-10-rem-bottom {
    padding-bottom: 10rem;
}

.padding-10-half-rem-bottom {
    padding-bottom: 10.5rem;
}

/* padding right */
.padding-one-right {
    padding-right: 1%;
}

.padding-two-right {
    padding-right: 2%;
}

.padding-three-right {
    padding-right: 3%;
}

.padding-four-right {
    padding-right: 4%
}

.padding-five-right {
    padding-right: 5%;
}

.padding-six-right {
    padding-right: 6%;
}

.padding-seven-right {
    padding-right: 7%;
}

.padding-eight-right {
    padding-right: 8%;
}

.padding-nine-right {
    padding-right: 9%;
}

.padding-ten-right {
    padding-right: 10%;
}

.padding-eleven-right {
    padding-right: 11%;
}

.padding-twelve-right {
    padding-right: 12%;
}

.padding-thirteen-right {
    padding-right: 13%;
}

.padding-fourteen-right {
    padding-right: 14%;
}

.padding-fifteen-right {
    padding-right: 15%;
}

.padding-sixteen-right {
    padding-right: 16%;
}

.padding-seventeen-right {
    padding-right: 17%;
}

.padding-eighteen-right {
    padding-right: 18%;
}

.padding-nineteen-right {
    padding-right: 19%;
}

.padding-twenty-right {
    padding-right: 20%;
}

.padding-5px-right {
    padding-right: 5px;
}

.padding-10px-right {
    padding-right: 10px;
}

.padding-15px-right {
    padding-right: 15px;
}

.padding-20px-right {
    padding-right: 20px;
}

.padding-25px-right {
    padding-right: 25px;
}

.padding-30px-right {
    padding-right: 30px;
}

.padding-35px-right {
    padding-right: 35px;
}

.padding-40px-right {
    padding-right: 40px;
}

.padding-45px-right {
    padding-right: 45px;
}

.padding-50px-right {
    padding-right: 50px;
}

.padding-55px-right {
    padding-right: 55px;
}

.padding-60px-right {
    padding-right: 60px;
}

.padding-65px-right {
    padding-right: 65px;
}

.padding-70px-right {
    padding-right: 70px;
}

.padding-75px-right {
    padding-right: 75px;
}

.padding-80px-right {
    padding-right: 80px;
}

.padding-85px-right {
    padding-right: 85px;
}

.padding-90px-right {
    padding-right: 90px;
}

.padding-95px-right {
    padding-right: 95px;
}

.padding-100px-right {
    padding-right: 100px;
}

.padding-1-rem-right {
    padding-right: 1rem;
}

.padding-1-half-rem-right {
    padding-right: 1.5rem;
}

.padding-2-rem-right {
    padding-right: 2rem;
}

.padding-2-half-rem-right {
    padding-right: 2.5rem;
}

.padding-3-rem-right {
    padding-right: 3rem;
}

.padding-3-half-rem-right {
    padding-right: 3.5rem;
}

.padding-4-rem-right {
    padding-right: 4rem;
}

.padding-4-half-rem-right {
    padding-right: 4.5rem;
}

.padding-5-rem-right {
    padding-right: 5rem;
}

.padding-5-half-rem-right {
    padding-right: 5.5rem;
}

.padding-6-rem-right {
    padding-right: 6rem;
}

.padding-6-half-rem-right {
    padding-right: 6.5rem;
}

.padding-7-rem-right {
    padding-right: 7rem;
}

.padding-7-half-rem-right {
    padding-right: 7.5rem;
}

.padding-8-rem-right {
    padding-right: 8rem;
}

.padding-8-half-rem-right {
    padding-right: 8.5rem;
}

.padding-9-rem-right {
    padding-right: 9rem;
}

.padding-9-half-rem-right {
    padding-right: 9.5rem;
}

.padding-10-rem-right {
    padding-right: 10rem;
}

.padding-10-half-rem-right {
    padding-right: 10.5rem;
}

/* padding left */
.padding-one-left {
    padding-left: 1%;
}

.padding-two-left {
    padding-left: 2%;
}

.padding-three-left {
    padding-left: 3%;
}

.padding-four-left {
    padding-left: 4%;
}

.padding-five-left {
    padding-left: 5%;
}

.padding-six-left {
    padding-left: 6%;
}

.padding-seven-left {
    padding-left: 7%;
}

.padding-eight-left {
    padding-left: 8%;
}

.padding-nine-left {
    padding-left: 9%;
}

.padding-ten-left {
    padding-left: 10%;
}

.padding-eleven-left {
    padding-left: 11%;
}

.padding-twelve-left {
    padding-left: 12%;
}

.padding-thirteen-left {
    padding-left: 13%;
}

.padding-fourteen-left {
    padding-left: 14%;
}

.padding-fifteen-left {
    padding-left: 15%;
}

.padding-sixteen-left {
    padding-left: 16%;
}

.padding-seventeen-left {
    padding-left: 17%;
}

.padding-eighteen-left {
    padding-left: 18%;
}

.padding-nineteen-left {
    padding-left: 19%;
}

.padding-twenty-left {
    padding-left: 20%;
}

.padding-5px-left {
    padding-left: 5px;
}

.padding-10px-left {
    padding-left: 10px;
}

.padding-15px-left {
    padding-left: 15px;
}

.padding-20px-left {
    padding-left: 20px;
}

.padding-25px-left {
    padding-left: 25px;
}

.padding-30px-left {
    padding-left: 30px;
}

.padding-35px-left {
    padding-left: 35px;
}

.padding-40px-left {
    padding-left: 40px;
}

.padding-45px-left {
    padding-left: 45px;
}

.padding-50px-left {
    padding-left: 50px;
}

.padding-55px-left {
    padding-left: 55px;
}

.padding-60px-left {
    padding-left: 60px;
}

.padding-65px-left {
    padding-left: 65px;
}

.padding-70px-left {
    padding-left: 70px;
}

.padding-75px-left {
    padding-left: 75px;
}

.padding-80px-left {
    padding-left: 80px;
}

.padding-85px-left {
    padding-left: 85px;
}

.padding-90px-left {
    padding-left: 90px;
}

.padding-95px-left {
    padding-left: 95px;
}

.padding-100px-left {
    padding-left: 100px;
}

.padding-1-rem-left {
    padding-left: 1rem;
}

.padding-1-half-rem-left {
    padding-left: 1.5rem;
}

.padding-2-rem-left {
    padding-left: 2rem;
}

.padding-2-half-rem-left {
    padding-left: 2.5rem;
}

.padding-3-rem-left {
    padding-left: 3rem;
}

.padding-3-half-rem-left {
    padding-left: 3.5rem;
}

.padding-4-rem-left {
    padding-left: 4rem;
}

.padding-4-half-rem-left {
    padding-left: 4.5rem;
}

.padding-5-rem-left {
    padding-left: 5rem;
}

.padding-5-half-rem-left {
    padding-left: 5.5rem;
}

.padding-6-rem-left {
    padding-left: 6rem;
}

.padding-6-half-rem-left {
    padding-left: 6.5rem;
}

.padding-7-rem-left {
    padding-left: 7rem;
}

.padding-7-half-rem-left {
    padding-left: 7.5rem;
}

.padding-8-rem-left {
    padding-left: 8rem;
}

.padding-8-half-rem-left {
    padding-left: 8.5rem;
}

.padding-9-rem-left {
    padding-left: 9rem;
}

.padding-9-half-rem-left {
    padding-left: 9.5rem;
}

.padding-10-rem-left {
    padding-left: 10rem;
}

.padding-10-half-rem-left {
    padding-left: 10.5rem;
}

/* padding top bottom */
.padding-one-tb {
    padding-top: 1%;
    padding-bottom: 1%;
}

.padding-two-tb {
    padding-top: 2%;
    padding-bottom: 2%;
}

.padding-three-tb {
    padding-top: 3%;
    padding-bottom: 3%;
}

.padding-four-tb {
    padding-top: 4%;
    padding-bottom: 4%;
}

.padding-five-tb {
    padding-top: 5%;
    padding-bottom: 5%;
}

.padding-six-tb {
    padding-top: 6%;
    padding-bottom: 6%;
}

.padding-seven-tb {
    padding-top: 7%;
    padding-bottom: 7%;
}

.padding-eight-tb {
    padding-top: 8%;
    padding-bottom: 8%;
}

.padding-nine-tb {
    padding-top: 9%;
    padding-bottom: 9%;
}

.padding-ten-tb {
    padding-top: 10%;
    padding-bottom: 10%;
}

.padding-eleven-tb {
    padding-top: 11%;
    padding-bottom: 11%;
}

.padding-twelve-tb {
    padding-top: 12%;
    padding-bottom: 12%;
}

.padding-thirteen-tb {
    padding-top: 13%;
    padding-bottom: 13%;
}

.padding-fourteen-tb {
    padding-top: 14%;
    padding-bottom: 14%;
}

.padding-fifteen-tb {
    padding-top: 15%;
    padding-bottom: 15%;
}

.padding-sixteen-tb {
    padding-top: 16%;
    padding-bottom: 16%;
}

.padding-seventeen-tb {
    padding-top: 17%;
    padding-bottom: 17%;
}

.padding-eighteen-tb {
    padding-top: 18%;
    padding-bottom: 18%;
}

.padding-nineteen-tb {
    padding-top: 19%;
    padding-bottom: 19%;
}

.padding-twenty-tb {
    padding-top: 20%;
    padding-bottom: 20%;
}

.padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-15px-tb {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-20px-tb {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-25px-tb {
    padding-top: 25px;
    padding-bottom: 25px;
}

.padding-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-35px-tb {
    padding-top: 35px;
    padding-bottom: 35px;
}

.padding-40px-tb {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-45px-tb {
    padding-top: 45px;
    padding-bottom: 45px;
}

.padding-50px-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-55px-tb {
    padding-top: 55px;
    padding-bottom: 55px;
}

.padding-60px-tb {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-65px-tb {
    padding-top: 65px;
    padding-bottom: 65px;
}

.padding-70px-tb {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-75px-tb {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-80px-tb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-85px-tb {
    padding-top: 85px;
    padding-bottom: 85px;
}

.padding-90px-tb {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-95px-tb {
    padding-top: 95px;
    padding-bottom: 95px;
}

.padding-100px-tb {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-1-rem-tb {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.padding-1-half-rem-tb {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.padding-2-rem-tb {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.padding-2-half-rem-tb {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.padding-3-rem-tb {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.padding-3-half-rem-tb {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.padding-4-rem-tb {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.padding-4-half-rem-tb {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.padding-5-rem-tb {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.padding-5-half-rem-tb {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.padding-6-rem-tb {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.padding-6-half-rem-tb {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
}

.padding-7-rem-tb {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.padding-7-half-rem-tb {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.padding-8-rem-tb {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.padding-8-half-rem-tb {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
}

.padding-9-rem-tb {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.padding-9-half-rem-tb {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
}

.padding-10-rem-tb {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.padding-10-half-rem-tb {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
}

/* padding left right */
.padding-one-lr {
    padding-left: 1%;
    padding-right: 1%;
}

.padding-two-lr {
    padding-left: 2%;
    padding-right: 2%;
}

.padding-three-lr {
    padding-left: 3%;
    padding-right: 3%;
}

.padding-four-lr {
    padding-left: 4%;
    padding-right: 4%;
}

.padding-five-lr {
    padding-left: 5%;
    padding-right: 5%;
}

.padding-six-lr {
    padding-left: 6%;
    padding-right: 6%;
}

.padding-seven-lr {
    padding-left: 7%;
    padding-right: 7%;
}

.padding-eight-lr {
    padding-left: 8%;
    padding-right: 8%;
}

.padding-nine-lr {
    padding-left: 9%;
    padding-right: 9%;
}

.padding-ten-lr {
    padding-left: 10%;
    padding-right: 10%;
}

.padding-eleven-lr {
    padding-left: 11%;
    padding-right: 11%;
}

.padding-twelve-lr {
    padding-left: 12%;
    padding-right: 12%;
}

.padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%;
}

.padding-fourteen-lr {
    padding-left: 14%;
    padding-right: 14%;
}

.padding-fifteen-lr {
    padding-left: 15%;
    padding-right: 15%;
}

.padding-sixteen-lr {
    padding-left: 16%;
    padding-right: 16%;
}

.padding-seventeen-lr {
    padding-left: 17%;
    padding-right: 17%;
}

.padding-eighteen-lr {
    padding-left: 18%;
    padding-right: 18%;
}

.padding-nineteen-lr {
    padding-left: 19%;
    padding-right: 19%;
}

.padding-twenty-lr {
    padding-left: 20%;
    padding-right: 20%;
}

.padding-5px-lr {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-10px-lr {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-20px-lr {
    padding-left: 20px;
    padding-right: 20px;
}

.padding-25px-lr {
    padding-left: 25px;
    padding-right: 25px;
}

.padding-30px-lr {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-35px-lr {
    padding-left: 35px;
    padding-right: 35px;
}

.padding-40px-lr {
    padding-left: 40px;
    padding-right: 40px;
}

.padding-45px-lr {
    padding-left: 45px;
    padding-right: 45px;
}

.padding-50px-lr {
    padding-left: 50px;
    padding-right: 50px;
}

.padding-55px-lr {
    padding-left: 55px;
    padding-right: 55px;
}

.padding-60px-lr {
    padding-left: 60px;
    padding-right: 60px;
}

.padding-65px-lr {
    padding-left: 65px;
    padding-right: 65px;
}

.padding-70px-lr {
    padding-left: 70px;
    padding-right: 70px;
}

.padding-75px-lr {
    padding-left: 75px;
    padding-right: 75px;
}

.padding-80px-lr {
    padding-left: 80px;
    padding-right: 80px;
}

.padding-85px-lr {
    padding-left: 85px;
    padding-right: 85px;
}

.padding-90px-lr {
    padding-left: 90px;
    padding-right: 90px;
}

.padding-95px-lr {
    padding-left: 95px;
    padding-right: 95px;
}

.padding-100px-lr {
    padding-left: 100px;
    padding-right: 100px;
}

.padding-1-rem-lr {
    padding-left: 1rem;
    padding-right: 1rem;
}

.padding-1-half-rem-lr {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.padding-2-rem-lr {
    padding-left: 2rem;
    padding-right: 2rem;
}

.padding-2-half-rem-lr {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.padding-3-rem-lr {
    padding-left: 3rem;
    padding-right: 3rem;
}

.padding-3-half-rem-lr {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.padding-4-rem-lr {
    padding-left: 4rem;
    padding-right: 4rem;
}

.padding-4-half-rem-lr {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.padding-5-rem-lr {
    padding-left: 5rem;
    padding-right: 5rem;
}

.padding-5-half-rem-lr {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
}

.padding-6-rem-lr {
    padding-left: 6rem;
    padding-right: 6rem;
}

.padding-6-half-rem-lr {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
}

.padding-7-rem-lr {
    padding-left: 7rem;
    padding-right: 7rem;
}

.padding-7-half-rem-lr {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}

.padding-8-rem-lr {
    padding-left: 8rem;
    padding-right: 8rem;
}

.padding-8-half-rem-lr {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
}

.padding-9-rem-lr {
    padding-left: 9rem;
    padding-right: 9rem;
}

.padding-9-half-rem-lr {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
}

.padding-10-rem-lr {
    padding-left: 10rem;
    padding-right: 10rem;
}

.padding-10-half-rem-lr {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

/* ===================================
    12. Display and overflow
====================================== */

.d-initial {
    display: initial !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-auto {
    overflow: auto !important;
}

/* ===================================
    13. Position
====================================== */

.position-inherit {
    position: inherit !important;
}

/* top */
.top-0px {
    top: 0;
}

.top-1px {
    top: 1px;
}

.top-2px {
    top: 2px;
}

.top-3px {
    top: 3px;
}

.top-4px {
    top: 4px;
}

.top-5px {
    top: 5px;
}

.top-6px {
    top: 6px;
}

.top-7px {
    top: 7px;
}

.top-8px {
    top: 8px;
}

.top-9px {
    top: 9px;
}

.top-10px {
    top: 10px;
}

.top-15px {
    top: 15px;
}

.top-20px {
    top: 20px;
}

.top-25px {
    top: 25px;
}

.top-30px {
    top: 30px;
}

.top-35px {
    top: 35px;
}

.top-40px {
    top: 40px;
}

.top-45px {
    top: 45px;
}

.top-50px {
    top: 50px;
}

.top-60px {
    top: 60px;
}

.top-70px {
    top: 70px;
}

.top-80px {
    top: 80px;
}

.top-90px {
    top: 90px;
}

.top-100px {
    top: 100px;
}

.top-auto {
    top: auto;
}

.top-inherit {
    top: inherit;
}

/* top minus */
.top-minus-1px {
    top: -1px;
}

.top-minus-2px {
    top: -2px;
}

.top-minus-3px {
    top: -3px;
}

.top-minus-4px {
    top: -4px;
}

.top-minus-5px {
    top: -5px;
}

.top-minus-6px {
    top: -6px;
}

.top-minus-7px {
    top: -7px;
}

.top-minus-8px {
    top: -8px;
}

.top-minus-9px {
    top: -9px;
}

.top-minus-10px {
    top: -10px;
}

.top-minus-15px {
    top: -15px;
}

.top-minus-20px {
    top: -20px;
}

.top-minus-25px {
    top: -25px;
}

.top-minus-30px {
    top: -30px;
}

.top-minus-35px {
    top: -35px;
}

.top-minus-40px {
    top: -40px;
}

.top-minus-45px {
    top: -45px;
}

.top-minus-50px {
    top: -50px;
}

.top-minus-60px {
    top: -60px;
}

.top-minus-70px {
    top: -70px;
}

/* bottom */
.bottom-0px {
    bottom: 0;
}

.bottom-1px {
    bottom: 1px;
}

.bottom-2px {
    bottom: 2px;
}

.bottom-3px {
    bottom: 3px;
}

.bottom-4px {
    bottom: 4px;
}

.bottom-5px {
    bottom: 5px;
}

.bottom-6px {
    bottom: 6px;
}

.bottom-7px {
    bottom: 7px;
}

.bottom-8px {
    bottom: 8px;
}

.bottom-9px {
    bottom: 9px;
}

.bottom-10px {
    bottom: 10px;
}

.bottom-15px {
    bottom: 15px;
}

.bottom-20px {
    bottom: 20px;
}

.bottom-25px {
    bottom: 25px;
}

.bottom-30px {
    bottom: 30px;
}

.bottom-35px {
    bottom: 35px;
}

.bottom-40px {
    bottom: 40px;
}

.bottom-45px {
    bottom: 45px;
}

.bottom-50px {
    bottom: 50px;
}

.bottom-55px {
    bottom: 55px;
}

.bottom-60px {
    bottom: 60px;
}

.bottom-65px {
    bottom: 65px;
}

.bottom-70px {
    bottom: 70px;
}

.bottom-75px {
    bottom: 75px;
}

.bottom-80px {
    bottom: 80px;
}

.bottom-85px {
    bottom: 85px;
}

.bottom-90px {
    bottom: 90px;
}

.bottom-95px {
    bottom: 95px;
}

.bottom-100px {
    bottom: 100px;
}

.bottom-auto {
    bottom: auto;
}

.bottom-inherit {
    bottom: inherit;
}

/* bottom minus */
.bottom-minus-1px {
    bottom: -1px;
}

.bottom-minus-2px {
    bottom: -2px;
}

.bottom-minus-3px {
    bottom: -3px;
}

.bottom-minus-4px {
    bottom: -4px;
}

.bottom-minus-5px {
    bottom: -5px;
}

.bottom-minus-6px {
    bottom: -6px;
}

.bottom-minus-7px {
    bottom: -7px;
}

.bottom-minus-8px {
    bottom: -8px;
}

.bottom-minus-9px {
    bottom: -9px;
}

.bottom-minus-10px {
    bottom: -10px;
}

.bottom-minus-15px {
    bottom: -15px;
}

.bottom-minus-20px {
    bottom: -20px;
}

.bottom-minus-25px {
    bottom: -25px;
}

.bottom-minus-30px {
    bottom: -30px;
}

.bottom-minus-35px {
    bottom: -35px;
}

.bottom-minus-40px {
    bottom: -40px;
}

.bottom-minus-45px {
    bottom: -45px;
}

.bottom-minus-50px {
    bottom: -50px;
}

/* right */
.right-0px {
    right: 0;
}

.right-1px {
    right: 1px;
}

.right-2px {
    right: 2px;
}

.right-3px {
    right: 3px;
}

.right-4px {
    right: 4px;
}

.right-5px {
    right: 5px;
}

.right-6px {
    right: 6px;
}

.right-7px {
    right: 7px;
}

.right-8px {
    right: 8px;
}

.right-9px {
    right: 9px;
}

.right-10px {
    right: 10px;
}

.right-15px {
    right: 15px;
}

.right-20px {
    right: 20px;
}

.right-25px {
    right: 25px;
}

.right-30px {
    right: 30px;
}

.right-35px {
    right: 35px;
}

.right-40px {
    right: 40px;
}

.right-45px {
    right: 45px;
}

.right-50px {
    right: 50px;
}

.right-55px {
    right: 55px;
}

.right-60px {
    right: 60px;
}

.right-auto {
    right: auto;
}

.right-inherit {
    right: inherit;
}

/* right minus */
.right-minus-1px {
    right: -1px;
}

.right-minus-2px {
    right: -2px;
}

.right-minus-3px {
    right: -3px;
}

.right-minus-4px {
    right: -4px;
}

.right-minus-5px {
    right: -5px;
}

.right-minus-6px {
    right: -6px;
}

.right-minus-7px {
    right: -7px;
}

.right-minus-8px {
    right: -8px;
}

.right-minus-9px {
    right: -9px;
}

.right-minus-10px {
    right: -10px;
}

.right-minus-15px {
    right: -15px;
}

.right-minus-20px {
    right: -20px;
}

.right-minus-25px {
    right: -25px;
}

.right-minus-30px {
    right: -30px;
}

.right-minus-35px {
    right: -35px;
}

.right-minus-40px {
    right: -40px;
}

.right-minus-45px {
    right: -45px;
}

.right-minus-50px {
    right: -50px;
}

.right-minus-60px {
    right: -60px;
}

.right-minus-70px {
    right: -70px;
}

/* left */
.left-0px {
    left: 0;
}

.left-1px {
    left: 1px;
}

.left-2px {
    left: 2px;
}

.left-3px {
    left: 3px;
}

.left-4px {
    left: 4px;
}

.left-5px {
    left: 5px;
}

.left-6px {
    left: 6px;
}

.left-7px {
    left: 7px;
}

.left-8px {
    left: 8px;
}

.left-9px {
    left: 9px;
}

.left-10px {
    left: 10px;
}

.left-15px {
    left: 15px;
}

.left-20px {
    left: 20px;
}

.left-25px {
    left: 25px;
}

.left-30px {
    left: 30px;
}

.left-35px {
    left: 35px;
}

.left-40px {
    left: 40px;
}

.left-45px {
    left: 45px;
}

.left-50px {
    left: 50px;
}

.left-auto {
    left: auto;
}

.left-inherit {
    left: inherit;
}

/* left minus */
.left-0px {
    left: 0;
}

.left-minus-1px {
    left: -1px;
}

.left-minus-2px {
    left: -2px;
}

.left-minus-3px {
    left: -3px;
}

.left-minus-4px {
    left: -4px;
}

.left-minus-5px {
    left: -5px;
}

.left-minus-6px {
    left: -6px;
}

.left-minus-7px {
    left: -7px;
}

.left-minus-8px {
    left: -8px;
}

.left-minus-9px {
    left: -9px;
}

.left-minus-10px {
    left: -10px;
}

.left-minus-15px {
    left: -15px;
}

.left-minus-20px {
    left: -20px;
}

.left-minus-25px {
    left: -25px;
}

.left-minus-30px {
    left: -30px;
}

.left-minus-35px {
    left: -35px;
}

.left-minus-40px {
    left: -40px;
}

.left-minus-45px {
    left: -45px;
}

.left-minus-50px {
    left: -50px;
}

/* ===================================
    14. Width
====================================== */

.w-1px {
    width: 1px;
}

.w-2px {
    width: 2px;
}

.w-3px {
    width: 3px;
}

.w-4px {
    width: 4px;
}

.w-5px {
    width: 5px;
}

.w-6px {
    width: 6px;
}

.w-7px {
    width: 7px;
}

.w-8px {
    width: 8px;
}

.w-9px {
    width: 9px;
}

.w-10px {
    width: 10px;
}

.w-15px {
    width: 15px;
}

.w-20px {
    width: 20px;
}

.w-25px {
    width: 25px;
}

.w-30px {
    width: 30px;
}

.w-35px {
    width: 35px;
}

.w-40px {
    width: 40px;
}

.w-45px {
    width: 45px;
}

.w-50px {
    width: 50px;
}

.w-55px {
    width: 55px;
}

.w-60px {
    width: 60px;
}

.w-65px {
    width: 65px;
}

.w-70px {
    width: 70px;
}

.w-75px {
    width: 75px;
}

.w-80px {
    width: 80px;
}

.w-85px {
    width: 85px;
}

.w-90px {
    width: 90px;
}

.w-95px {
    width: 95px;
}

.w-100px {
    width: 100px;
}

.w-110px {
    width: 110px;
}

.w-120px {
    width: 120px;
}

.w-130px {
    width: 130px;
}

.w-140px {
    width: 140px;
}

.w-150px {
    width: 150px;
}

.w-160px {
    width: 160px;
}

.w-170px {
    width: 170px;
}

.w-180px {
    width: 180px;
}

.w-190px {
    width: 190px;
}

.w-200px {
    width: 200px;
}

.w-250px {
    width: 250px;
}

.w-300px {
    width: 300px;
}

.w-350px {
    width: 350px;
}

.w-400px {
    width: 400px;
}

.w-450px {
    width: 450px;
}

.w-500px {
    width: 500px;
}

.w-550px {
    width: 550px;
}

.w-600px {
    width: 600px;
}

.w-650px {
    width: 650px;
}

.w-700px {
    width: 700px;
}

.w-750px {
    width: 750px;
}

.w-800px {
    width: 800px;
}

.w-850px {
    width: 850px;
}

.w-900px {
    width: 900px;
}

.w-950px {
    width: 950px;
}

.w-1000px {
    width: 1000px;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-57 {
    width: 57%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

/* ===================================
    15. Height
====================================== */

.swiper {
    width: 100%;
    height: 100%;
}

.h-1px {
    height: 1px;
}

.h-2px {
    height: 2px;
}

.h-3px {
    height: 3px;
}

.h-4px {
    height: 4px;
}

.h-5px {
    height: 5px;
}

.h-6px {
    height: 6px;
}

.h-7px {
    height: 7px;
}

.h-8px {
    height: 8px;
}

.h-9px {
    height: 9px;
}

.h-10px {
    height: 10px;
}

.h-15px {
    height: 15px;
}

.h-20px {
    height: 20px;
}

.h-25px {
    height: 25px;
}

.h-30px {
    height: 30px;
}

.h-35px {
    height: 35px;
}

.h-40px {
    height: 40px;
}

.h-42px {
    height: 42px;
}

.h-45px {
    height: 45px;
}

.h-50px {
    height: 50px;
}

.h-55px {
    height: 55px;
}

.h-60px {
    height: 60px;
}

.h-65px {
    height: 65px;
}

.h-70px {
    height: 70px;
}

.h-75px {
    height: 75px;
}

.h-80px {
    height: 80px;
}

.h-85px {
    height: 85px;
}

.h-90px {
    height: 90px;
}

.h-95px {
    height: 95px;
}

.h-100px {
    height: 100px;
}

.h-110px {
    height: 110px;
}

.h-120px {
    height: 120px;
}

.h-130px {
    height: 130px;
}

.h-140px {
    height: 140px;
}

.h-150px {
    height: 150px;
}

.h-160px {
    height: 160px;
}

.h-170px {
    height: 170px;
}

.h-180px {
    height: 180px;
}

.h-190px {
    height: 190px;
}

.h-200px {
    height: 200px;
}

.h-250px {
    height: 250px;
}

.h-300px {
    height: 300px;
}

.h-350px {
    height: 350px;
}

.h-400px {
    height: 400px;
}

.h-450px {
    height: 450px;
}

.h-480px {
    height: 490px;
}

.h-500px {
    height: 500px;
}

.h-520px {
    height: 520px;
}

.h-550px {
    height: 550px;
}

.h-580px {
    height: 580px;
}

.h-600px {
    height: 600px;
}

.h-650px {
    height: 650px;
}

.h-700px {
    height: 700px;
}

.h-720px {
    height: 720px;
}

.h-750px {
    height: 750px;
}

.h-800px {
    height: 800px;
}

.h-820px {
    height: 820px;
}

.h-830px {
    height: 830px;
}

.h-850px {
    height: 850px;
}

.h-50 {
    height: 50%;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.max-h-100 {
    max-height: 100%;
}

.max-h-inherit {
    max-height: inherit !important;
}

.full-screen,
.mobileoff-fullscreen-top-space,
.fullscreenabanner {
    height: 980px;
}

/* min height */
.min-h-100px {
    min-height: 100px;
}

.min-h-200px {
    min-height: 200px;
}

.min-h-300px {
    min-height: 300px;
}

.min-h-400px {
    min-height: 400px;
}

.min-h-500px {
    min-height: 500px;
}

.min-h-600px {
    min-height: 600px;
}

.min-h-700px {
    min-height: 700px;
}

.min-h-100vh {
    min-height: 100vh;
}

/* screen height */
.extra-small-screen {
    height: 300px;
}

.small-screen {
    height: 400px;
}

.one-half-screen {
    height: 600px;
}

.one-third-screen {
    height: 700px;
}

.one-fourth-screen {
    height: 800px;
}

.one-fifth-screen {
    height: 86vh;
}

.content-box-image {
    width: 100%;
    height: -webkit-calc(100% / 3);
    height: -moz-calc(100% / 3);
    height: calc(100% / 3);
}

[class^="ti-"],
[class*=" ti-"],
[class^="line-icon"],
[class*=" line-icon"],
[class^="solid-icon"],
[class*=" solid-icon"] {
    display: inline-block;
}

.video-icon-box {
    z-index: 1;
}

.video-icon-box>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-direction: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-icon-box .video-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.video-icon-box .video-icon i {
    margin-left: 5px;
    line-height: normal;
}

.video-icon-large.video-icon-box .video-icon i {
    margin-left: 8px;
}

.video-icon-double-large.video-icon-box .video-icon i {
    margin-left: 10px;
}

.video-icon .video-icon-sonar {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -10;
    -webkit-animation: video-icon-sonar 2s linear infinite;
    animation: video-icon-sonar 2s linear infinite;
}

.video-icon .video-icon-sonar .video-icon-sonar-bfr {
    position: absolute;
    border-radius: 50%;
    content: '';
    top: -25px;
    left: -25px;
    z-index: -100;
}

.video-icon .video-icon-sonar .video-icon-sonar-afr {
    position: absolute;
    border-radius: 50%;
    content: '';
    top: -10px;
    left: -10px;
    z-index: -50;
}

.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    top: -15px;
    left: -15px;
}

.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-afr {
    top: 0px;
    left: 0px;
}

.video-icon-small .video-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 70px;
    height: 70px;
}

.video-icon-small .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 40px;
    height: 40px;
}

.video-icon-medium .video-icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
}

.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 100px;
    height: 100px;
}

.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 70px;
    height: 70px;
}

.video-icon-large .video-icon {
    width: 75px;
    height: 75px;
    font-size: 26px;
}

.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 125px;
    height: 125px;
}

.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 95px;
    height: 95px;
}

.video-icon-extra-large .video-icon {
    width: 100px;
    height: 100px;
    font-size: 25px;
}

.video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 150px;
    height: 150px;
}

.video-icon-extra-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 120px;
    height: 120px;
}

.video-icon-double-large .video-icon {
    width: 120px;
    height: 120px;
    font-size: 34px;
}

.video-icon-double-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 170px;
    height: 170px;
}

.video-icon-double-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 140px;
    height: 140px;
}

.icon-extra-large {
    font-size: 60px;
}

.icon-large {
    font-size: 50px;
}

.icon-medium {
    font-size: 40px;
}

.icon-very-medium {
    font-size: 35px;
}

.icon-extra-medium {
    font-size: 32px;
}

.icon-small {
    font-size: 28px;
}

.icon-extra-small {
    font-size: 18px;
}

.icon-very-small {
    font-size: 13px;
}

.icon-country {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 10px 0 5px;
}

/* social media icon */
.extra-small-icon,
.small-icon,
.medium-icon,
.large-icon,
.extra-large-icon {
    list-style: none;
    padding: 0;
}

.extra-small-icon li,
.small-icon li,
.medium-icon li,
.large-icon li,
.extra-large-icon li {
    display: inline-block;
}

.extra-small-icon li:first-child,
.small-icon li:first-child,
.medium-icon li:first-child,
.large-icon li:first-child,
.extra-large-icon li:first-child {
    margin-left: 0;
}

.extra-small-icon li:last-child,
.small-icon li:last-child,
.medium-icon li:last-child,
.large-icon li:last-child,
.extra-large-icon li:last-child {
    margin-right: 0;
}

.extra-small-icon li {
    margin: 0 2px;
}

.small-icon li {
    margin: 0 5px;
}

.medium-icon li {
    margin: 0 8px;
}

.large-icon li {
    margin: 0 10px;
}

.extra-large-icon li {
    margin: 0 12px;
}

.extra-small-icon a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.small-icon a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.medium-icon a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.large-icon a {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.extra-large-icon a {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.social-icon a {
    margin: 0 15px;
}

.social-icon a:first-child {
    margin-left: 0;
}

.social-icon a:last-child {
    margin-right: 0;
}

[class^="social-icon-"] ul,
[class*=" social-icon-"] ul {
    list-style: none;
}

/* icon like counter */
a.likes-count {
    width: auto;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 18px 6px;
    line-height: 20px;
    margin: 0 0 10px 0;
    display: inline-block
}

a.likes-count i {
    margin-right: 8px;
    color: #fa5c47
}

a.likes-count:hover {
    box-shadow: 0 0 10px rgba(23, 23, 23, .1);
    color: #232323
}

/* social icon style 01 */
.social-icon-style-01 ul li a {
    text-align: center;
    display: inline-block
}

.social-icon-style-01 a:hover {
    color: #0038e3;
}

/* social icon style 02 */
.social-icon-style-02 ul li a {
    text-align: center;
    display: inline-block;
    color: #232323
}

.social-icon-style-02.icon-with-animation a {
    display: inline-block;
}

.social-icon-style-02.icon-with-animation a:hover {
    transform: translateY(-8px);
}

.social-icon-style-02 ul.light li a {
    color: #fff
}

.social-icon-style-02 ul.dark li a {
    color: #232323
}

.social-icon-style-02 a.facebook:hover,
.social-icon-style-04 a.facebook:hover,
.social-icon-style-07 a.facebook,
.social-icon-style-08 a.facebook,
.social-icon-style-10 a.facebook,
.social-icon-style-11 a.facebook .social-front i,
.menu-sidebar a .facebook {
    color: #3b5998;
}

.social-icon-style-02 a.twitter:hover,
.social-icon-style-04 a.twitter:hover,
.social-icon-style-07 a.twitter,
.social-icon-style-08 a.twitter,
.social-icon-style-10 a.twitter,
.social-icon-style-11 a.twitter .social-front i,
.menu-sidebar a .twitter {
    color: #00aced;
}

.social-icon-style-02 a.google:hover,
.social-icon-style-04 a.google:hover,
.social-icon-style-07 a.google,
.social-icon-style-08 a.google,
.social-icon-style-10 a.google,
.social-icon-style-11 a.google .social-front i,
.menu-sidebar a .google {
    color: #dc4a38;
}

.social-icon-style-02 a.dribbble:hover,
.social-icon-style-04 a.dribbble:hover,
.social-icon-style-07 a.dribbble,
.social-icon-style-08 a.dribbble,
.social-icon-style-10 a.dribbble,
.social-icon-style-11 a.dribbble .social-front i,
.menu-sidebar a .dribbble {
    color: #ea4c89;
}

.social-icon-style-02 a.youtube:hover,
.social-icon-style-04 a.youtube:hover,
.social-icon-style-07 a.youtube,
.social-icon-style-08 a.youtube,
.social-icon-style-10 a.youtube,
.social-icon-style-11 a.youtube .social-front i,
.menu-sidebar a .youtube {
    color: #bb0000;
}

.social-icon-style-02 a.linkedin:hover,
.social-icon-style-04 a.linkedin:hover,
.social-icon-style-07 a.linkedin,
.social-icon-style-08 a.linkedin,
.social-icon-style-10 a.linkedin,
.social-icon-style-11 a.linkedin .social-front i,
.menu-sidebar a .linkedin {
    color: #0077b5;
}

.social-icon-style-02 a.instagram:hover,
.social-icon-style-04 a.instagram:hover,
.social-icon-style-07 a.instagram,
.social-icon-style-08 a.instagram,
.social-icon-style-10 a.instagram,
.social-icon-style-11 a.instagram .social-front i,
.menu-sidebar a .instagram {
    color: #FE1F49;
}

.social-icon-style-02 a.pinterest:hover,
.social-icon-style-04 a.pinterest:hover,
.social-icon-style-07 a.pinterest,
.social-icon-style-08 a.pinterest,
.social-icon-style-10 a.pinterest,
.social-icon-style-11 a.pinterest .social-front i,
.menu-sidebar a .pinterest {
    color: #CB2027;
}

.social-icon-style-02 a.flickr:hover,
.social-icon-style-04 a.flickr:hover,
.social-icon-style-07 a.flickr,
.social-icon-style-08 a.flickr,
.social-icon-style-10 a.flickr,
.social-icon-style-11 a.flickr .social-front i,
.menu-sidebar a .flickr {
    color: #ff0084;
}

.social-icon-style-02 a.rss:hover,
.social-icon-style-04 a.rss:hover,
.social-icon-style-07 a.rss,
.social-icon-style-08 a.rss,
.social-icon-style-10 a.rss,
.social-icon-style-11 a.rss .social-front i,
.menu-sidebar a .rss {
    color: #f2890a;
}

.social-icon-style-02 a.behance:hover,
.social-icon-style-04 a.behance:hover,
.social-icon-style-07 a.behance,
.social-icon-style-08 a.behance,
.social-icon-style-10 a.behance,
.social-icon-style-11 a.behance .social-front i,
.menu-sidebar a .behance {
    color: #1769ff;
}

.social-icon-style-02 a.vine:hover,
.social-icon-style-04 a.vine:hover,
.social-icon-style-07 a.vine,
.social-icon-style-08 a.vine,
.social-icon-style-10 a.vine,
.social-icon-style-11 a.vine .social-front i,
.menu-sidebar a .vine {
    color: #00bf8f;
}

.social-icon-style-02 a.email:hover,
.social-icon-style-04 a.email:hover,
.social-icon-style-07 a.email,
.social-icon-style-08 a.email,
.social-icon-style-10 a.email,
.social-icon-style-11 a.email .social-front i,
.menu-sidebar a .email {
    color: #7d7d7d;
}

.social-icon-style-02 a.sms:hover,
.social-icon-style-04 a.sms:hover,
.social-icon-style-07 a.sms,
.social-icon-style-08 a.sms,
.social-icon-style-10 a.sms,
.social-icon-style-11 a.sms .social-front i,
.menu-sidebar a .sms {
    color: #ffbd00;
}

.social-icon-style-02 a.sharethis:hover,
.social-icon-style-04 a.sharethis:hover,
.social-icon-style-07 a.sharethis,
.social-icon-style-08 a.sharethis,
.social-icon-style-10 a.sharethis,
.social-icon-style-11 a.sharethis .social-front i,
.menu-sidebar a .sharethis {
    color: #95D03A;
}

.social-icon-style-02 a.reddit:hover,
.social-icon-style-04 a.reddit:hover,
.social-icon-style-07 a.reddit,
.social-icon-style-08 a.reddit,
.social-icon-style-10 a.reddit,
.social-icon-style-11 a.reddit .social-front i,
.menu-sidebar a .reddit {
    color: #ff4500;
}

.social-icon-style-02 a.tumblr:hover,
.social-icon-style-04 a.tumblr:hover,
.social-icon-style-07 a.tumblr,
.social-icon-style-08 a.tumblr,
.social-icon-style-10 a.tumblr,
.social-icon-style-11 a.tumblr .social-front i,
.menu-sidebar a .tumblr {
    color: #32506d;
}

.social-icon-style-02 a.digg:hover,
.social-icon-style-04 a.digg:hover,
.social-icon-style-07 a.digg,
.social-icon-style-08 a.digg,
.social-icon-style-10 a.digg,
.social-icon-style-11 a.digg .social-front i,
.menu-sidebar a .digg {
    color: #262626;
}

.social-icon-style-02 a.stumbleupon:hover,
.social-icon-style-04 a.stumbleupon:hover,
.social-icon-style-07 a.stumbleupon,
.social-icon-style-08 a.stumbleupon,
.social-icon-style-10 a.stumbleupon,
.social-icon-style-11 a.stumbleupon .social-front i,
.menu-sidebar a .stumbleupon {
    color: #eb4924;
}

.social-icon-style-02 a.whatsapp:hover,
.social-icon-style-04 a.whatsapp:hover,
.social-icon-style-07 a.whatsapp,
.social-icon-style-08 a.whatsapp,
.social-icon-style-10 a.whatsapp,
.social-icon-style-11 a.whatsapp .social-front i,
.menu-sidebar a .whatsapp {
    color: #25d366;
}

.social-icon-style-02 a.vk:hover,
.social-icon-style-04 a.vk:hover,
.social-icon-style-07 a.vk,
.social-icon-style-08 a.vk,
.social-icon-style-10 a.vk,
.social-icon-style-11 a.vk .social-front i,
.menu-sidebar a .vk {
    color: #4c6c91;
}

.social-icon-style-02 a.weibo:hover,
.social-icon-style-04 a.weibo:hover,
.social-icon-style-07 a.weibo,
.social-icon-style-08 a.weibo,
.social-icon-style-10 a.weibo,
.social-icon-style-11 a.weibo .social-front i,
.menu-sidebar a .weibo {
    color: #ff9933;
}

.social-icon-style-02 a.odnoklassniki:hover,
.social-icon-style-04 a.odnoklassniki:hover,
.social-icon-style-07 a.odnoklassniki,
.social-icon-style-08 a.odnoklassniki,
.social-icon-style-10 a.odnoklassniki,
.social-icon-style-11 a.odnoklassniki .social-front i,
.menu-sidebar a .odnoklassniki {
    color: #d7772d;
}

.social-icon-style-02 a.xing:hover,
.social-icon-style-04 a.xing:hover,
.social-icon-style-07 a.xing,
.social-icon-style-08 a.xing,
.social-icon-style-10 a.xing,
.social-icon-style-11 a.xing .social-front i,
.menu-sidebar a .xing {
    color: #1a7576;
}

.social-icon-style-02 a.print:hover,
.social-icon-style-04 a.print:hover,
.social-icon-style-07 a.print,
.social-icon-style-08 a.print,
.social-icon-style-10 a.print,
.social-icon-style-11 a.print .social-front i,
.menu-sidebar a .print {
    color: #222222;
}

.social-icon-style-02 a.blogger:hover,
.social-icon-style-04 a.blogger:hover,
.social-icon-style-07 a.blogger,
.social-icon-style-08 a.blogger,
.social-icon-style-10 a.blogger,
.social-icon-style-11 a.blogger .social-front i,
.menu-sidebar a .blogger {
    color: #ff8000;
}

.social-icon-style-02 a.flipboard:hover,
.social-icon-style-04 a.flipboard:hover,
.social-icon-style-07 a.flipboard,
.social-icon-style-08 a.flipboard,
.social-icon-style-10 a.flipboard,
.social-icon-style-11 a.flipboard .social-front i,
.menu-sidebar a .flipboard {
    color: #e12828;
}

.social-icon-style-02 a.meneame:hover,
.social-icon-style-04 a.meneame:hover,
.social-icon-style-07 a.meneame,
.social-icon-style-08 a.meneame,
.social-icon-style-10 a.meneame,
.social-icon-style-11 a.meneame .social-front i,
.menu-sidebar a .meneame {
    color: #ff6400;
}

.social-icon-style-02 a.mailru:hover,
.social-icon-style-04 a.mailru:hover,
.social-icon-style-07 a.mailru,
.social-icon-style-08 a.mailru,
.social-icon-style-10 a.mailru,
.social-icon-style-11 a.mailru .social-front i,
.menu-sidebar a .mailru {
    color: #168de2;
}

.social-icon-style-02 a.delicious:hover,
.social-icon-style-04 a.delicious:hover,
.social-icon-style-07 a.delicious,
.social-icon-style-08 a.delicious,
.social-icon-style-10 a.delicious,
.social-icon-style-11 a.delicious .social-front i,
.menu-sidebar a .delicious {
    color: #205cc0;
}

.social-icon-style-02 a.livejournal:hover,
.social-icon-style-04 a.livejournal:hover,
.social-icon-style-07 a.livejournal,
.social-icon-style-08 a.livejournal,
.social-icon-style-10 a.livejournal,
.social-icon-style-11 a.livejournal .social-front i,
.menu-sidebar a .livejournal {
    color: #00b0ea;
}

/* social icon style 03 */
.social-icon-style-03 a {
    text-align: center;
    display: inline-block;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    color: #fff;
}

.social-icon-style-03 a:hover {
    border-radius: 100%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.social-icon-style-03 a.facebook,
.social-icon-style-05 a.facebook span,
.social-icon-style-04 a.facebook,
.social-icon-style-09 a.facebook:hover,
.social-icon-style-10 a.facebook span,
.social-icon-style-11 a.facebook .social-back {
    background-color: #3b5998;
}

.social-icon-style-03 a.twitter,
.social-icon-style-05 a.twitter span,
.social-icon-style-04 a.twitter,
.social-icon-style-09 a.twitter:hover,
.social-icon-style-10 a.twitter span,
.social-icon-style-11 a.twitter .social-back {
    background-color: #00aced;
}

.social-icon-style-03 a.google,
.social-icon-style-05 a.google span,
.social-icon-style-04 a.google,
.social-icon-style-09 a.google:hover,
.social-icon-style-10 a.google span,
.social-icon-style-11 a.google .social-back {
    background-color: #dc4a38;
}

.social-icon-style-03 a.dribbble,
.social-icon-style-05 a.dribbble span,
.social-icon-style-04 a.dribbble,
.social-icon-style-09 a.dribbble:hover,
.social-icon-style-10 a.dribbble span,
.social-icon-style-11 a.dribbble .social-back {
    background-color: #ea4c89;
}

.social-icon-style-03 a.youtube,
.social-icon-style-05 a.youtube span,
.social-icon-style-04 a.youtube,
.social-icon-style-09 a.youtube:hover,
.social-icon-style-10 a.youtube span,
.social-icon-style-11 a.youtube .social-back {
    background-color: #bb0000;
}

.social-icon-style-03 a.linkedin,
.social-icon-style-05 a.linkedin span,
.social-icon-style-04 a.linkedin,
.social-icon-style-09 a.linkedin:hover,
.social-icon-style-10 a.linkedin span,
.social-icon-style-11 a.linkedin .social-back {
    background-color: #007bb6;
}

.social-icon-style-03 a.instagram,
.social-icon-style-05 a.instagram span,
.social-icon-style-04 a.instagram,
.social-icon-style-09 a.instagram:hover,
.social-icon-style-10 a.instagram span,
.social-icon-style-11 a.instagram .social-back {
    background-color: #FE1F49;
}

.social-icon-style-03 a.pinterest,
.social-icon-style-05 a.pinterest span,
.social-icon-style-04 a.pinterest,
.social-icon-style-09 a.pinterest:hover,
.social-icon-style-10 a.pinterest span,
.social-icon-style-11 a.pinterest .social-back {
    background-color: #CB2027;
}

.social-icon-style-03 a.flickr,
.social-icon-style-05 a.flickr span,
.social-icon-style-04 a.flickr,
.social-icon-style-09 a.flickr:hover,
.social-icon-style-10 a.flickr span,
.social-icon-style-11 a.flickr .social-back {
    background-color: #ff0084;
}

.social-icon-style-03 a.rss,
.social-icon-style-05 a.rss span,
.social-icon-style-04 a.rss,
.social-icon-style-09 a.rss:hover,
.social-icon-style-10 a.rss span,
.social-icon-style-11 a.rss .social-back {
    background-color: #f2890a;
}

.social-icon-style-03 a.behance,
.social-icon-style-05 a.behance span,
.social-icon-style-04 a.behance,
.social-icon-style-09 a.behance:hover,
.social-icon-style-10 a.behance span,
.social-icon-style-11 a.behance .social-back {
    background-color: #1769ff;
}

.social-icon-style-03 a.vine,
.social-icon-style-05 a.vine span,
.social-icon-style-04 a.vine,
.social-icon-style-09 a.vine:hover,
.social-icon-style-10 a.vine span,
.social-icon-style-11 a.vine .social-back {
    background-color: #00bf8f;
}

.social-icon-style-03 a.email,
.social-icon-style-05 a.email span,
.social-icon-style-04 a.email,
.social-icon-style-09 a.email:hover,
.social-icon-style-10 a.email span,
.social-icon-style-11 a.email .social-back {
    background-color: #7d7d7d;
}

.social-icon-style-03 a.sms,
.social-icon-style-05 a.sms span,
.social-icon-style-04 a.sms,
.social-icon-style-09 a.sms:hover,
.social-icon-style-10 a.sms span,
.social-icon-style-11 a.sms .social-back {
    background-color: #ffbd00;
}

.social-icon-style-03 a.sharethis,
.social-icon-style-05 a.sharethis span,
.social-icon-style-04 a.sharethis,
.social-icon-style-09 a.sharethis:hover,
.social-icon-style-10 a.sharethis span,
.social-icon-style-11 a.sharethis .social-back {
    background-color: #95D03A;
}

.social-icon-style-03 a.reddit,
.social-icon-style-05 a.reddit span,
.social-icon-style-04 a.reddit,
.social-icon-style-09 a.reddit:hover,
.social-icon-style-10 a.reddit span,
.social-icon-style-11 a.reddit .social-back {
    background-color: #ff4500;
}

.social-icon-style-03 a.tumblr,
.social-icon-style-05 a.tumblr span,
.social-icon-style-04 a.tumblr,
.social-icon-style-09 a.tumblr:hover,
.social-icon-style-10 a.tumblr span,
.social-icon-style-11 a.tumblr .social-back {
    background-color: #32506d;
}

.social-icon-style-03 a.digg,
.social-icon-style-05 a.digg span,
.social-icon-style-04 a.digg,
.social-icon-style-09 a.digg:hover,
.social-icon-style-10 a.digg span,
.social-icon-style-11 a.digg .social-back {
    background-color: #262626;
}

.social-icon-style-03 a.stumbleupon,
.social-icon-style-05 a.stumbleupon span,
.social-icon-style-04 a.stumbleupon,
.social-icon-style-09 a.stumbleupon:hover,
.social-icon-style-10 a.stumbleupon span,
.social-icon-style-11 a.stumbleupon .social-back {
    background-color: #eb4924;
}

.social-icon-style-03 a.whatsapp,
.social-icon-style-05 a.whatsapp span,
.social-icon-style-04 a.whatsapp,
.social-icon-style-09 a.whatsapp:hover,
.social-icon-style-10 a.whatsapp span,
.social-icon-style-11 a.whatsapp .social-back {
    background-color: #25d366;
}

.social-icon-style-03 a.vk,
.social-icon-style-05 a.vk span,
.social-icon-style-04 a.vk,
.social-icon-style-09 a.vk:hover,
.social-icon-style-10 a.vk span,
.social-icon-style-11 a.vk .social-back {
    background-color: #4c6c91;
}

.social-icon-style-03 a.weibo,
.social-icon-style-05 a.weibo span,
.social-icon-style-04 a.weibo,
.social-icon-style-09 a.weibo:hover,
.social-icon-style-10 a.weibo span,
.social-icon-style-11 a.weibo .social-back {
    background-color: #ff9933;
}

.social-icon-style-03 a.odnoklassniki,
.social-icon-style-05 a.odnoklassniki span,
.social-icon-style-04 a.odnoklassniki,
.social-icon-style-09 a.odnoklassniki:hover,
.social-icon-style-10 a.odnoklassniki span,
.social-icon-style-11 a.odnoklassniki .social-back {
    background-color: #d7772d;
}

.social-icon-style-03 a.xing,
.social-icon-style-05 a.xing span,
.social-icon-style-04 a.xing,
.social-icon-style-09 a.xing:hover,
.social-icon-style-10 a.xing span,
.social-icon-style-11 a.xing .social-back {
    background-color: #1a7576;
}

.social-icon-style-03 a.print,
.social-icon-style-05 a.print span,
.social-icon-style-04 a.print,
.social-icon-style-09 a.print:hover,
.social-icon-style-10 a.print span,
.social-icon-style-11 a.print .social-back {
    background-color: #222222;
}

.social-icon-style-03 a.blogger,
.social-icon-style-05 a.blogger span,
.social-icon-style-04 a.blogger,
.social-icon-style-09 a.blogger:hover,
.social-icon-style-10 a.blogger span,
.social-icon-style-11 a.blogger .social-back {
    background-color: #ff8000;
}

.social-icon-style-03 a.flipboard,
.social-icon-style-05 a.flipboard span,
.social-icon-style-04 a.flipboard,
.social-icon-style-09 a.flipboard:hover,
.social-icon-style-10 a.flipboard span,
.social-icon-style-11 a.flipboard .social-back {
    background-color: #e12828;
}

.social-icon-style-03 a.meneame,
.social-icon-style-05 a.meneame span,
.social-icon-style-04 a.meneame,
.social-icon-style-09 a.meneame:hover,
.social-icon-style-10 a.meneame span,
.social-icon-style-11 a.meneame .social-back {
    background-color: #ff6400;
}

.social-icon-style-03 a.mailru,
.social-icon-style-05 a.mailru span,
.social-icon-style-04 a.mailru,
.social-icon-style-09 a.mailru:hover,
.social-icon-style-10 a.mailru span,
.social-icon-style-11 a.mailru .social-back {
    background-color: #168de2;
}

.social-icon-style-03 a.delicious,
.social-icon-style-05 a.delicious span,
.social-icon-style-04 a.delicious,
.social-icon-style-09 a.delicious:hover,
.social-icon-style-10 a.delicious span,
.social-icon-style-11 a.delicious .social-back {
    background-color: #205cc0;
}

.social-icon-style-03 a.livejournal,
.social-icon-style-05 a.livejournal span,
.social-icon-style-04 a.livejournal,
.social-icon-style-09 a.livejournal:hover,
.social-icon-style-10 a.livejournal span,
.social-icon-style-11 a.livejournal .social-back {
    background-color: #00b0ea;
}

/* social icon style 04 */
.social-icon-style-04 a {
    text-align: center;
    display: inline-block;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    border-radius: 100%;
    color: #fff;
}

.social-icon-style-04 a:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(23, 23, 23, .25);
    -moz-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

/* social icon style 05 */
.social-icon-style-05 a {
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    color: #232323;
    text-align: center;
    z-index: 1;
}

.social-icon-style-05 a:hover {
    color: #fff;
}

.social-icon-style-05 a span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 0;
    z-index: -1;
}

.social-icon-style-05 a:hover span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
}

/* social icon style 06 */
.social-icon-style-06 a {
    text-align: center;
    display: inline-block;
    color: #232323;
}

.social-icon-style-06 a:hover {
    color: #fff;
    border-radius: 100%;
    background-color: #0038e3;
}

/* social icon style 07 */
.social-icon-style-07 {
    position: relative;
}

.social-icon-style-07 a {
    text-align: center;
    border-radius: 100%;
    position: relative;
    display: inline-block;
}

.social-icon-style-07 a:hover {
    color: #fff;
}

.social-icon-style-07.dark a:hover,
.social-icon-style-07 .dark a:hover {
    color: #000;
}

/* social icon style 08 */
.social-icon-style-08 a {
    color: #fff;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0 24px;
    position: relative;
    overflow: hidden;
}

.social-icon-style-08 a .brand-icon {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.social-icon-style-08 a:hover .brand-icon {
    top: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.social-icon-style-08 a>span {
    line-height: inherit;
    font-weight: 500;
    top: 0px;
    position: relative;
    -webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.social-icon-style-08 a:hover>span.brand-label {
    top: -50px;
    -webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    -o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
    transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

/* social icon style 09 */
.social-icon-style-09 a {
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    color: #232323;
    position: relative;
    text-align: center;
}

.social-icon-style-09 a:hover {
    color: #fff;
}

.social-icon-style-09 a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    border: 1px solid;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all .5s cubic-bezier(0, 0, .2, 1);
    transition: all .5s cubic-bezier(0, 0, .2, 1);
}

.social-icon-style-09 a:hover:after {
    opacity: .4;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.social-icon-style-09 a.facebook:after {
    border-color: #3b5998;
    color: #3b5998;
}

.social-icon-style-09 a.twitter:after {
    border-color: #00aced;
    color: #00aced;
}

.social-icon-style-09 a.google:after {
    border-color: #dc4a38;
    color: #dc4a38;
}

.social-icon-style-09 a.dribbble:after {
    border-color: #ea4c89;
    color: #ea4c89;
}

.social-icon-style-09 a.youtube:after {
    border-color: #bb0000;
    color: #bb0000;
}

.social-icon-style-09 a.linkedin:after {
    border-color: #0077b5;
    color: #0077b5;
}

.social-icon-style-09 a.instagram:after {
    border-color: #FE1F49;
    color: #FE1F49;
}

.social-icon-style-09 a.pinterest:after {
    border-color: #CB2027;
    color: #CB2027;
}

.social-icon-style-09 a.flickr:after {
    border-color: #ff0084;
    color: #ff0084;
}

.social-icon-style-09 a.rss:after {
    border-color: #f2890a;
    color: #f2890a;
}

.social-icon-style-09 a.behance:after {
    border-color: #1769ff;
    color: #1769ff;
}

.social-icon-style-09 a.vine:after {
    border-color: #00bf8f;
    color: #00bf8f;
}

.social-icon-style-09 a.email:after {
    border-color: #7d7d7d;
    color: #7d7d7d;
}

.social-icon-style-09 a.sms:after {
    border-color: #ffbd00;
    color: #ffbd00;
}

.social-icon-style-09 a.sharethis:after {
    border-color: #95D03A;
    color: #95D03A;
}

.social-icon-style-09 a.reddit:after {
    border-color: #ff4500;
    color: #ff4500;
}

.social-icon-style-09 a.tumblr:after {
    border-color: #32506d;
    color: #32506d;
}

.social-icon-style-09 a.digg:after {
    border-color: #262626;
    color: #262626;
}

.social-icon-style-09 a.stumbleupon:after {
    border-color: #eb4924;
    color: #eb4924;
}

.social-icon-style-09 a.whatsapp:after {
    border-color: #25d366;
    color: #25d366;
}

.social-icon-style-09 a.vk:after {
    border-color: #4c6c91;
    color: #4c6c91;
}

.social-icon-style-09 a.weibo:after {
    border-color: #ff9933;
    color: #ff9933;
}

.social-icon-style-09 a.odnoklassniki:after {
    border-color: #d7772d;
    color: #d7772d;
}

.social-icon-style-09 a.xing:after {
    border-color: #1a7576;
    color: #1a7576;
}

.social-icon-style-09 a.print:after {
    border-color: #222222;
    color: #222222;
}

.social-icon-style-09 a.blogger:after {
    border-color: #ff8000;
    color: #ff8000;
}

.social-icon-style-09 a.flipboard:after {
    border-color: #e12828;
    color: #e12828;
}

.social-icon-style-09 a.meneame:after {
    border-color: #ff6400;
    color: #ff6400;
}

.social-icon-style-09 a.mailru:after {
    border-color: #168de2;
    color: #168de2;
}

.social-icon-style-09 a.delicious:after {
    border-color: #205cc0;
    color: #205cc0;
}

.social-icon-style-09 a.livejournal:after {
    border-color: #00b0ea;
    color: #00b0ea;
}

/* social icon style 10 */
.social-icon-style-10 a {
    display: inline-block;
    position: relative;
    z-index: 3;
    overflow: hidden;
    text-align: center;
}

.social-icon-style-10 a>span {
    position: absolute;
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all .5s cubic-bezier(0, 0, .2, 1);
    transition: all .5s cubic-bezier(0, 0, .2, 1);
}

.social-icon-style-10 a:hover>span {
    top: 0;
    z-index: -1;
}

.social-icon-style-10 a:hover {
    color: #fff;
}

/* social icon style 11 */
.social-icon-style-11 a {
    display: inline-block;
    vertical-align: middle;
    height: 160px;
    width: 160px;
    position: relative;
    margin: 0 15px;
}

.social-icon-style-11 a .social-front,
.social-icon-style-11 a .social-back {
    height: 140px;
    width: 140px;
    padding: 30px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.social-icon-style-11 a .social-front i {
    display: block;
    margin: 0 0 20px 0;
    font-size: 28px;
}

.social-icon-style-11 a .social-front .social-count {
    display: block;
}

.social-icon-style-11 a .social-front {
    background-color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-shadow: 0 0 35px rgba(23, 23, 23, 0.06);
    -moz-box-shadow: 0 0 35px rgba(23, 23, 23, 0.06);
    box-shadow: 0 0 35px rgba(23, 23, 23, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.social-icon-style-11 a .social-back {
    background-color: #ddd;
    position: relative;
}

.social-icon-style-11 a .social-back span {
    position: absolute;
    bottom: 3px;
    right: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
}

.social-icon-style-11 a.move-up .social-back span,
.social-icon-style-11.small-box a.move-up .social-back span {
    width: 100%;
    right: 0;
    text-align: center;
}

.social-icon-style-11 a.move-right .social-back span {
    left: 30px;
    right: auto;
}

.social-icon-style-11.small-box a {
    height: 100px;
    width: 100px;
}

.social-icon-style-11.small-box a .social-front,
.social-icon-style-11.small-box a .social-back {
    height: 85px;
    width: 85px;
}

.social-icon-style-11.small-box a .social-front i {
    margin: 6px 0;
    font-size: 22px;
}

.social-icon-style-11.small-box a .social-front,
.social-icon-style-11.small-box a .social-back {
    padding: 15px;
    top: 18px;
    left: 18px;
}

.social-icon-style-11.small-box a .social-back span {
    bottom: 2px;
    right: 5px;
    line-height: normal;
    font-size: 10px;
}

.social-icon-style-11.small-box a.move-right .social-back span {
    left: 18px;
    right: auto;
}

.social-icon-style-11 a:hover .social-front {
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.social-icon-style-11 a.move-up:hover .social-front {
    top: 0;
    left: 30px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.social-icon-style-11.small-box a.move-up:hover .social-front {
    top: 0;
    left: 18px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.social-icon-style-11 a.move-right:hover .social-front {
    top: 0;
    left: 60px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* social icon style 12 */
.social-icon-style-12 li a {
    color: #232323;
    display: inline-block;
}

.social-icon-style-12 .light li a {
    color: #fff;
    display: inline-block;
}

.social-icon-style-12 li a:hover {
    opacity: .5;
}

/* icon box */
.icon-box i {
    margin: 25px;
}

.icon-box-circled {
    border-radius: 50%;
}

.icon-box-large {
    width: 100px;
    height: 100px;
    line-height: 98px;
    text-align: center;
    font-size: 40px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.icon-box-medium {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.icon-box-small {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
}

.icon-box-extra-small {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
}

.icon-box-very-small {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
}

/* ===================================
    17. Magnific popup
====================================== */

.mfp-bg {
    background: #232323;
    opacity: 0.9;
}

.mfp-bg,
.mfp-wrap {
    z-index: 10007;
}

#popup-form {
    cursor: default;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    background: transparent;
}

.mfp-close,
.mfp-close:active {
    opacity: 1;
    background-color: transparent;
    right: 30px;
    top: 30px;
}

.modal-popup-main .mfp-close,
.modal-popup-main .mfp-close:active {
    right: 0;
    top: 0;
}

.mfp-close-btn-in .modal-popup-main .mfp-close {
    position: absolute;
}

.mfp-removing .mfp-close {
    display: none;
}

.subscribe-popup .modal-popup-main .mfp-close,
.subscribe-popup .modal-popup-main .mfp-close:active {
    position: absolute;
    color: #fff
}

.lightbox-gallery a {
    position: relative;
    display: block
}

.lightbox-gallery .gallary-over-layer {
    position: absolute;
    top: 0;
    left: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-left:after {
    display: none;
}

.mfp-arrow-right:before {
    border-left: none;
    content: "\e628";
    font-size: 18px;
    font-family: 'themify';
    color: #fff;
    line-height: 60px;
    background: #232323;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: none
}

.mfp-arrow-left:before {
    border-right: none;
    content: "\e629";
    font-size: 18px;
    font-family: 'themify';
    color: #fff;
    line-height: 60px;
    background: #232323;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: none
}

.mfp-bottom-bar {
    margin-top: -24px;
    font-size: 12px
}

.mfp-close {
    font-size: 30px;
    font-weight: 300;
}

.mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -ms-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.mfp-ajax-holder {
    width: 70%;
    height: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

button.mfp-close,
.mfp-image-holder button.mfp-close,
.mfp-iframe-holder button.mfp-close {
    position: fixed;
    top: 30px;
    right: 30px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.93;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.93;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.93;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -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;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1020px;
}

/* notify popup */
.show-notify-popup>section {
    filter: grayscale(100%);
}

.show-notify-popup .mfp-notify.mfp-bg.mfp-ready {
    opacity: 0.8;
    background-color: #000000;
}

.show-notify-popup .mfp-close,
.show-notify-popup .mfp-close:active {
    color: #fff;
}

.show-notify-popup .notify-form .notify-input {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.show-notify-popup .mfp-container {
    position: fixed;
    padding-top: 100px;
    height: auto;
    background-color: #fff;
    animation-name: comingsoonpopup;
    -webkit-animation-name: comingsoonpopup;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

.show-notify-popup .mfp-removing .mfp-container {
    animation-name: comingsoonpopupclose;
    -webkit-animation-name: comingsoonpopupclose;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

.mfp-notify .mfp-container {
    top: auto;
    bottom: 0;
}

/* ===================================
    18. Header
====================================== */

.navbar {
    padding: 0;
}

.navbar.navbar-boxed {
    padding-left: 35px;
    padding-right: 35px;
}

.navbar-brand {
    margin-right: 0;
    font-size: 0;
    display: inline-block;
}

.dropdown.open>.dropdown-menu {
    display: block;
}

.header-social-icon a>i {
    padding: 0px 10px;
    font-size: 14px;
    vertical-align: middle;
}

.header-cart-icon a>i,
.header-cart-icon a>i,
.header-language a>i,
.header-search-icon a>i,
.header-push-button a>i {
    padding: 30px 0;
    display: inline-block;
}

.top-bar .header-cart-icon a>i,
.top-bar .header-cart-icon a>i,
.top-bar .header-language a>i,
.top-bar .header-search-icon a>i,
.top-bar .header-push-button a>i {
    padding: 14px 0;
    display: inline-block;
}

.header-social-icon {
    line-height: 12px;
    padding-left: 10px;
}

.navbar.navbar-dark .header-social-icon,
.sticky .navbar.header-dark .header-social-icon {
    border-color: rgba(255, 255, 255, .45);
}

.sticky .navbar.header-light .header-social-icon {
    border-color: rgba(0, 0, 0, .22);
}

.header-search-icon,
.header-cart-icon,
.header-language,
.header-push-button,
.header-button {
    display: inline-block;
    vertical-align: middle;
    padding-left: 17px;
    font-size: 17px;
}

.header-cart-icon {
    margin-right: 10px;
}

.nav-item>.dropdown-toggle {
    display: none;
}

.dropdown-toggle:after {
    visibility: hidden;
    width: 0;
    height: 0;
}

.mCustomScrollbar .mCSB_container {
    padding-right: 20px !important;
    margin-right: 0;
}

.mCustomScrollbar.mCS_no_scrollbar .mCSB_container,
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    padding-right: 0 !important;
}

/* menu label */
.menu-lable {
    color: #fff;
    font-size: 10px;
    margin-left: 8px;
    padding: 1px 7px 1px 6px;
    line-height: 18px;
    text-transform: uppercase;
    vertical-align: middle;
}

.menu-lable.new {
    background-color: #27ae60;
}

.menu-lable.hot {
    background-color: #d74a3a;
}

/* header static overlay */
header nav.navbar.navbar-static-overlay {
    position: absolute;
    width: 100%;
}

/* center logo */
header .menu-logo-center .menu-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.navbar-left,
.navbar-right {
    width: 40%;
}

.menu-logo-center .navbar-brand {
    position: relative;
    z-index: 1;
    padding: 22px 0;
}

/* header with topbar */
header .top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1031;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

header .top-bar+.navbar.fixed-top {
    top: 48px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

header.sticky .top-bar+.navbar.fixed-top {
    top: 0px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* header with top logo */
.top-logo .header-cart-icon a>i,
.top-logo .header-cart-icon a>i,
.top-logo .header-language a>i,
.top-logo .header-search-icon a>i,
.top-logo .header-push-button a>i {
    padding: 26px 0;
}

/* header responsive sticky */
header.sticky .navbar.responsive-sticky .navbar-brand img {
    max-height: 32px;
}

.sticky .navbar.responsive-sticky .navbar-nav .nav-link {
    padding: 18px 0;
}

.sticky .navbar.responsive-sticky .header-cart-icon a>i,
.sticky .navbar.responsive-sticky .header-cart-icon a>i,
.sticky .navbar.responsive-sticky .header-language a>i,
.sticky .navbar.responsive-sticky .header-search-icon a>i,
.sticky .navbar.responsive-sticky .header-push-button a>i {
    padding: 20px 0;
}

.navbar.responsive-sticky .header-cart-icon a,
.navbar.responsive-sticky .header-cart-icon a,
.navbar.responsive-sticky .header-language a,
.navbar.responsive-sticky .header-search-icon a,
.navbar.responsive-sticky .header-push-button a {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

header .navbar.responsive-sticky .navbar-brand img,
.navbar.responsive-sticky .header-cart-icon a>i,
.navbar.responsive-sticky .header-cart-icon a>i,
.navbar.responsive-sticky .header-language a>i,
.navbar.responsive-sticky .header-search-icon a>i,
.navbar.responsive-sticky .header-push-button a>i {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* header sidebar */
.sidebar-nav-action {
    position: fixed;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    z-index: 10006;
    padding: 30px 0;
}

.page-wrapper {
    padding-left: 65px;
}

.sticky-nav-aaa {
    padding-left: 290px;
}

.sidebar-nav-action-main {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
    height: 100%;
}

/* sidebar nav menu */
.sidebar-nav-menu {
    position: absolute;
    height: 100%;
    width: 290px;
    border-right: 1px solid #f3f3f3;
    overflow-y: auto;
    z-index: 10005;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-ransition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.menu-style-2 .sidebar-nav-menu {
    position: fixed;
    height: 100%;
    width: 380px;
    border-right: none;
    overflow-y: auto;
    z-index: 10005;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-ransition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.menu-style-2 .sidebar-nav-menu {
    left: -100%;
}

.show-menu {
    overflow: hidden;
}

.show-menu.left-classic-mobile-menu {
    overflow: visible;
}

.show-menu .menu-style-2 .sidebar-nav-menu {
    left: 65px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-ransition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.menu-style-2 .sidebar-nav-menu .hover-background-color {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-ransition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.show-menu .menu-style-2 .sidebar-nav-menu:hover .hover-background-color,
.menu-style-2 .sidebar-nav-menu .hover-background-color:hover {
    opacity: 1;
}

.show-menu .menu-style-2 .sidebar-nav-menu:hover .sub-menu-item .sub-menu-item li a {
    color: rgba(255, 255, 255, .6)
}

.side-menu .sidebar-nav-menu .menu-list-wrapper {
    height: 100%;
    overflow-y: hidden;
    padding: 75px 0;
}

.side-menu .sidebar-nav-menu .menu-list-wrapper .mCustomScrollBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.side-menu .sidebar-nav-menu .menu-list-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
    -ms-flex-item-align: center;
    align-self: center;
}

.side-menu .sidebar-nav-menu .menu-list-wrapper .mCustomScrollBox .mCSB_container {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.side-menu .sidebar-nav-menu .menu-list-wrapper .mCSB_inside>.mCSB_container {
    margin: 0 !important;
    padding: 0 15px !important;
}

.side-menu-header .side-menu-button {
    display: none;
}

.sidebar-nav-menu.left-sidebar-nav {
    position: fixed;
    width: 290px;
    overflow: hidden;
    height: inherit;
}

.left-sidebar-nav .menu-list li {
    list-style: none;
}

.left-sidebar-nav .menu-list .menu-list-item .sub-menu-item li:last-child {
    margin-bottom: 10px
}

.left-sidebar-nav .menu-list li a {
    font-size: 14px;
    padding: 13px 0 14px;
    line-height: normal;
}

.left-sidebar-nav .menu-list .menu-list-item .sub-menu-item li a {
    font-size: 13px;
    padding: 5px 0
}

.left-sidebar-nav .menu-toggle:before,
.left-sidebar-nav .menu-toggle:after {
    right: 7px;
    top: 23px;
    height: 1px;
    width: 9px;
}

.left-sidebar-nav .sub-menu-item .menu-toggle {
    width: 30px;
    height: 30px;
}

.left-sidebar-nav .sub-menu-item .menu-toggle:before,
.left-sidebar-nav .sub-menu-item .menu-toggle:after {
    right: 8px;
    top: 15px;
    height: 1px;
    width: 7px;
}

.left-sidebar-nav .menu-toggle {
    width: 48px;
    height: 48px;
    top: 24px;
    line-height: 48px;
}

.sidebar-nav-menu.left-sidebar-nav .footer-holder .newsletter-email input {
    min-height: 44px;
}

/* sidebar nav */
.sidebar-nav {
    position: fixed;
    height: 100%;
    width: 290px;
    border-right: 1px solid #f3f3f3;
    z-index: 10005;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-ransition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sidebar-nav .footer-holder {
    text-align: center;
}

.side-menu-header .side-menu-button {
    display: none;
}

header.side-menu-nav {
    position: absolute;
    left: 0;
    width: 290px;
    top: -100%;
    min-height: 100vh;
    bottom: 0;
    z-index: 999;
    border-right: 1px solid #f3f3f3;
}

.left-sidebar-wrapper {
    position: relative;
    min-height: 300px;
    width: 100%;
    padding-left: 290px;
}

/* header toggle button */
.navbar-toggler {
    font-size: 24px;
    width: 22px;
    height: 14px;
    display: inline-block;
    position: relative;
    padding: 0;
    border: none;
    vertical-align: middle;
    border-radius: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-line {
    background: #232323;
    height: 2px;
    width: 22px;
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-dark .navbar-toggler-line {
    background: #fff;
}

header.sticky .header-light .navbar-toggler-line {
    background: #232323;
}

header.sticky .navbar.header-dark .navbar-toggler-line {
    background: #fff;
}

.navbar-toggler-line:nth-child(1) {
    top: 0px;
    width: 14px;
}

.navbar-toggler-line:nth-child(2),
.navbar-toggler-line:nth-child(3) {
    top: 6px;
}

.navbar-toggler-line:nth-child(4) {
    top: 12px;
    width: 14px;
}

.navbar-collapse-show .navbar-toggler-line:nth-child(1) {
    top: 7px;
    width: 0%;
}

.navbar-collapse-show .navbar-toggler-line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-collapse-show .navbar-toggler-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-collapse-show .navbar-toggler-line:nth-child(4) {
    top: 7px;
    width: 0%;
}

/* header background color on scroll */
.sticky.header-appear .header-light,
.sticky .header-light.header-always-fixed-scroll {
    background-color: #fff !important;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-bottom: none !important
}

.sticky.header-appear .header-dark,
.sticky .header-dark.header-always-fixed-scroll {
    background-color: #000 !important;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-bottom: none !important;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.sticky .header-light,
.sticky .header-light.header-always-fixed-scroll {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.sticky.header-appear .header-light.transparent,
.sticky .header-light.transparent.header-always-fixed-scroll {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.sticky.header-appear .header-dark.transparent,
.sticky .header-dark.transparent.header-always-fixed-scroll {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.sticky .header-reverse-scroll {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: none;
}

.sticky.header-appear .header-reverse-scroll {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sticky .navbar.header-light .navbar-nav .nav-link,
.sticky .navbar.header-light .header-search-icon>a,
.sticky .navbar.header-light .header-social-icon>a,
.sticky .navbar.header-light .header-cart-icon>a,
.sticky .navbar.header-light .header-language>a,
.sticky .navbar.header-light .nav-bar-contact {
    color: #232323 !important;
}

.sticky .navbar.header-light .header-push-button .push-button>span {
    background: #232323
}

.sticky .navbar.header-dark .navbar-nav .nav-link,
.sticky .navbar.header-dark .header-search-icon>a,
.sticky .navbar.header-dark .header-social-icon>a,
.sticky .navbar.header-dark .header-cart-icon>a,
.sticky .navbar.header-dark .header-language>a {
    color: #fff !important;
}

.sticky .navbar.header-light .btn.btn-white {
    background-color: #232323;
    border-color: #232323;
    color: #fff;
}

/* header navigation white */
.navbar.navbar-dark .navbar-nav .nav-link,
.navbar.navbar-dark .header-search-icon>a,
.navbar.navbar-dark .header-social-icon>a,
.navbar.navbar-dark .header-cart-icon>a,
.navbar.navbar-dark .header-language>a,
.navbar.navbar-dark .nav-bar-contact,
.top-bar.navbar-light,
.top-bar.navbar-light .header-search-icon>a,
.top-bar.navbar-light .header-social-icon>a,
.top-bar.navbar-light .header-cart-icon>a,
.top-bar.navbar-light .header-language>a,
.top-bar.navbar-light .top-bar-contact-list>a,
.top-bar.navbar-light .header-language.dropdown-style-01 .btn {
    color: #fff;
}

.navbar.navbar-light .header-search-icon>a,
.navbar.navbar-light .header-social-icon>a,
.navbar.navbar-light .header-cart-icon>a,
.navbar.navbar-light .header-language>a,
.top-bar.navbar-dark,
.top-bar.navbar-dark .header-search-icon>a,
.top-bar.navbar-dark .header-social-icon>a,
.top-bar.navbar-dark .header-cart-icon>a,
.top-bar.navbar-dark .header-language>a,
.top-bar.navbar-dark .header-language.dropdown-style-01 .btn {
    color: #232323;
}

.navbar.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar.navbar-dark .header-search-icon>a:hover,
.navbar.navbar-dark .header-social-icon>a:hover,
.navbar.navbar-dark .header-cart-icon>a:hover,
.navbar.navbar-dark .header-language>a:hover,
.navbar.navbar-dark .header-language a>i>a:hover,
.sticky .navbar-light.header-dark .navbar-nav .nav-link.active,
.sticky .navbar-light.header-dark .navbar-nav .nav-link:hover,
.sticky .navbar-light.header-dark .navbar-nav .nav-link:focus,
.sticky .navbar-light.header-dark .header-search-icon>a:hover,
.sticky .navbar-light.header-dark .header-social-icon>a:hover,
.sticky .navbar-light.header-dark .header-cart-icon>a:hover,
.sticky .navbar-light.header-dark .header-language>a:hover,
.sticky .navbar-light.header-dark .header-language>a:hover,
.top-bar.navbar-light .header-search-icon>a:hover,
.top-bar.navbar-light .header-social-icon>a:hover,
.top-bar.navbar-light .header-cart-icon>a:hover,
.top-bar.navbar-light .header-language>a:hover,
.top-bar.navbar-light .top-bar-contact-list>a:hover,
.top-bar.navbar-light .header-language.dropdown-style-01 .btn:hover {
    color: rgba(255, 255, 255, .6) !important;
    cursor: pointer;
}

/* header navigation dark */
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .header-search-icon>a:hover,
.navbar.navbar-light .header-social-icon>a:hover,
.navbar.navbar-light .header-cart-icon>a:hover,
.navbar.navbar-light .header-language>a:hover,
.navbar.navbar-light .header-language>a:hover,
.sticky .navbar-dark.header-light .navbar-nav .nav-link.active,
.sticky .navbar-dark.header-light .navbar-nav .nav-link:hover,
.sticky .navbar-dark.header-light .navbar-nav .nav-link:focus,
.sticky .navbar-dark.header-light .header-search-icon>a:hover,
.sticky .navbar-dark.header-light .header-social-icon>a:hover,
.sticky .navbar-dark.header-light .header-cart-icon>a:hover,
.sticky .navbar-dark.header-light .header-language>a:hover,
.sticky .navbar-dark.header-light .header-language>a:hover,
.top-bar.navbar-dark .header-search-icon>a:hover,
.top-bar.navbar-dark .header-social-icon>a:hover,
.top-bar.navbar-dark .header-cart-icon>a:hover,
.top-bar.navbar-dark .header-language>a:hover,
.top-bar.navbar-dark .header-language.dropdown-style-01 .btn:hover {
    color: rgba(0, 0, 0, .6) !important;
    cursor: pointer;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #232323;
}

.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

/* header navigation active color */
.navbar.navbar-dark .navbar-nav>.dropdown.active>a,
.sticky .navbar.header-dark .navbar-nav>.dropdown.active>a,
.navbar.navbar-dark .navbar-nav>.nav-item.dropdown.megamenu:hover>a,
.navbar.navbar-dark .navbar-nav>.nav-item.dropdown.simple-dropdown:hover>a,
.sticky .navbar.navbar-light.header-dark .navbar-nav>.nav-item.dropdown.megamenu:hover>a,
.sticky .navbar.navbar-light.header-dark .navbar-nav>.nav-item.dropdown.simple-dropdown:hover>a {
    color: rgba(255, 255, 255, 0.6) !important;
}

.navbar.navbar-light .navbar-nav>.dropdown.active>a,
.sticky .navbar.header-light .navbar-nav>.dropdown.active>a,
.navbar.navbar-light .navbar-nav>.nav-item.dropdown.megamenu:hover>a,
.navbar.navbar-light .navbar-nav>.nav-item.dropdown.simple-dropdown:hover>a,
.sticky .navbar.navbar-dark.header-light .navbar-nav>.nav-item.dropdown.megamenu:hover>a,
.sticky .navbar.navbar-dark.header-light .navbar-nav>.nav-item.dropdown.simple-dropdown:hover>a {
    color: rgba(0, 0, 0, 0.6) !important;
}

/* header logo */
header .navbar .navbar-brand img,
header.side-menu .logo img,
header .sidebar-nav-menu .navbar-brand img {
    max-height: 36px;
}

header .navbar .navbar-brand .default-logo,
header.sticky .navbar-brand .alt-logo,
header .sidebar-nav-menu .navbar-brand .default-logo {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header.sticky .navbar .navbar-brand .default-logo,
header .navbar-brand .alt-logo,
header .navbar .navbar-brand .mobile-logo,
header .sidebar-nav-menu .navbar-brand .mobile-logo {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header .navbar.always-fixed .navbar-brand .default-logo,
header.sticky .always-fixed .navbar-brand .alt-logo,
header.sticky .navbar.always-fixed .navbar-brand .default-logo,
header .always-fixed .navbar-brand .alt-logo,
header .header-always-fixed-scroll .navbar-brand .default-logo,
header .header-always-fixed-scroll .navbar-brand .alt-logo,
header .navbar.always-fixed .navbar-brand .mobile-logo,
header .sidebar-nav-menu .navbar-brand .mobile-logo,
header .header-always-fixed-scroll .navbar-brand .mobile-logo {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
}

/* header navigation spacing */
.navbar .navbar-nav .nav-link {
    padding: 25px 0;
    font-weight: 500;
    font-size: 14px;
    margin: 0 18px;
    word-break: normal;
}

.navbar.top-logo .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar .justify-content-end .navbar-nav li:last-child .nav-link {
    margin-right: 0;
}

.navbar .justify-content-start .navbar-nav li:first-child .nav-link {
    margin-left: 0;
}

/* header cart icon */
.header-cart-icon>a {
    position: relative;
}

header .header-cart-icon .cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 9px;
    line-height: 16px;
    border-radius: 100%;
}

/* header push button */
.navbar.navbar-dark .push-button>span,
.sticky .navbar.header-dark .push-button>span {
    background: #fff;
}

.navbar.navbar-dark .push-button:hover,
.sticky .navbar.header-dark .push-button:hover {
    opacity: 0.6;
}

.navbar.navbar-light .push-button>span,
.sticky .navbar.header-light .push-button>span {
    background: #232323;
}

.navbar.navbar-light .push-button:hover,
.sticky .navbar.header-light .push-button:hover {
    opacity: 0.6;
}

.push-button {
    position: relative;
    width: 22px;
    height: 14px;
    display: block;
    top: 1px;
}

.push-button>span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.push-button>span:nth-child(1) {
    top: 0px;
    width: 14px
}

.push-button>span:nth-child(2),
.push-button>span:nth-child(3) {
    top: 6px;
}

.push-button>span:nth-child(4) {
    top: 12px;
    width: 14px
}

.show-menu .push-button>span:nth-child(1) {
    top: 7px;
    width: 0%;
}

.show-menu .push-button>span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.show-menu .push-button>span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.show-menu .push-button>span:nth-child(4) {
    top: 7px;
    width: 0%;
}

.push-button.alt-push-button-left>span:nth-child(2) {
    width: 22px;
}

.side-menu-button {
    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%);
}

.left-sidebar-nav .side-menu-button {
    left: auto;
    right: 15px;
    text-align: right;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.sidebar-social-icon li {
    margin: 15px 0;
}

/* sidebar action button */
.side-menu-button a {
    width: 22px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.nav-icon span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon.dark span {
    background-color: #232323;
}

.nav-icon span:nth-child(1) {
    top: 0px;
    width: 14px
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 6px;
}

.nav-icon span:nth-child(4) {
    top: 12px;
    width: 14px
}

.show-menu .nav-icon span:nth-child(1) {
    top: 7px;
    width: 0%;
}

.show-menu .nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.show-menu .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.show-menu .nav-icon span:nth-child(4) {
    top: 7px;
    width: 0%;
}

/* header push menu close button */
.close-menu {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.close-menu:hover {
    color: #232323
}

/* header push menu */
.push-menu {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 500px;
    height: 100vh;
    z-index: 1060;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.show-menu .push-menu {
    right: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.push-menu .instagram-follow-api ul {
    display: block;
}

.push-menu .btn i {
    top: 0
}

.push-menu .push-menu-wrapper {
    height: 100%;
    overflow-y: hidden;
    padding: 70px 0;
    -webkit-overflow-scrolling: touch;
}

.push-menu .push-menu-wrapper .mCustomScrollBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.push-menu .push-menu-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
    -ms-flex-item-align: center;
    align-self: center;
}

.push-menu .push-menu-wrapper .mCustomScrollBox .mCSB_container {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.push-menu .push-menu-wrapper .mCSB_inside>.mCSB_container {
    margin: 0 !important;
    padding: 0 15px !important;
}

/* hamburger menu */
.hamburger-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    z-index: 1031;
    overflow-y: auto;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hamburger-menu.full-width {
    width: 100%;
}

.show-menu .hamburger-menu {
    right: 0;
}

.menu-list-wrapper {
    overflow: auto;
    height: calc(100vh - 150px);
}

.menu-list-wrapper.menu-list-wrapper-small {
    max-height: calc(65vh - 100px);
}

.menu-list-wrapper.small-wrapper {
    max-height: calc(70% - 50px);
}

.menu-list-wrapper .mCSB_inside>.mCSB_container {
    margin: 0 !important;
}

.menu-list-wrapper .mCustomScrollBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.menu-list-wrapper .mCustomScrollBox .mCSB_container.mCS_y_hidden.mCS_no_scrollbar_y {
    -ms-flex-item-align: center;
    align-self: center;
}

.menu-list-wrapper .mCustomScrollBox .mCSB_container {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.menu-list li {
    clear: both;
    position: relative;
    list-style: none;
}

.menu-list li a {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    color: #fff;
    padding: 14px 0;
    display: inline-block;
}

.menu-list li a i {
    margin-right: 10px;
    vertical-align: middle
}

.menu-list .menu-list-item .sub-menu-item li a {
    font-size: 13px;
    line-height: normal;
    color: #fff;
    padding: 0;
}

.menu-list .menu-list-item .sub-menu-item {
    position: relative;
    width: 100%;
    background-color: transparent;
}

.menu-list .menu-list-item .sub-menu-item .sub-menu-item {
    padding-left: 15px;
}

.menu-list .menu-list-item .sub-menu-item .sub-menu-item li:first-child {
    margin-top: 8px;
}

.menu-list .menu-list-item .sub-menu-item .sub-menu-item li:last-child {
    margin-bottom: 10px;
}

.menu-list .menu-list-item .sub-menu-item .sub-menu-item li a {
    color: #888888
}

.menu-sidebar a {
    padding: 10px 0;
    display: block;
    position: relative;
}

/* hamburger menu dark text */
.menu-list.dark li a,
.menu-list.dark .menu-list-item .sub-menu-item li a {
    color: #232323;
}

.menu-list.dark .menu-list-item .sub-menu-item .sub-menu-item li a {
    color: #656565
}

.menu-toggle {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 30px;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
}

.sub-menu-item .menu-toggle {
    width: 20px;
    height: 20px;
    top: 15px;
}

.menu-toggle:before,
.menu-toggle:after {
    content: "";
    display: block;
    position: absolute;
    right: 7px;
    top: 14px;
    height: 1px;
    width: 11px;
    background-color: #fff;
}

.sub-menu-item .menu-toggle:before,
.sub-menu-item .menu-toggle:after {
    right: 9px;
    top: 10px;
    height: 1px;
    width: 9px;
    background: rgba(255, 255, 255, .5);
}

.dark .menu-toggle:before,
.dark .menu-toggle:after {
    background-color: #232323;
}

.menu-toggle.collapsed:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transition-duration: 0.3s;
}

.menu-toggle:after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transition-duration: 0.3s;
}

.menu-list.dark li.active>a,
.menu-list.dark>li:hover>a,
.menu-list.dark>li:focus>a,
.menu-list.dark>.menu-list-item .sub-menu-item li.active a,
.menu-list.dark>.menu-list-item .sub-menu-item>li:hover a,
.menu-list.dark>.menu-list-item .sub-menu-item>li:focus a {
    color: rgba(0, 0, 0, .6) !important;
}

.menu-list.dark>.menu-list-item .sub-menu-item li.active>.sub-menu-item li.active a,
.menu-list.dark>.menu-list-item .sub-menu-item li.active>.sub-menu-item li a:hover,
.menu-list.dark>.menu-list-item .sub-menu-item li.active>.sub-menu-item li a:focus {
    color: rgba(0, 0, 0, .3) !important;
}

.menu-list li.active>a,
.menu-list .menu-list-item:hover>a,
.menu-list .menu-list-item:focus>a,
.menu-list .menu-list-item .sub-menu-item li.active a,
.menu-list .menu-list-item .sub-menu-item>li:hover a,
.menu-list .menu-list-item .sub-menu-item>li:focus a {
    color: rgba(255, 255, 255, .5) !important;
}

.menu-list .menu-list-item .sub-menu-item li.active>.sub-menu-item li.active a,
.menu-list .menu-list-item .sub-menu-item li.active>.sub-menu-item li a:hover,
.menu-list .menu-list-item .sub-menu-item li.active>.sub-menu-item li a:focus {
    color: rgba(255, 255, 255, .3) !important
}

/* hamburger menu big text */
.hamburger-menu-big-font .menu-list li {
    padding: 13px 0;
}

.hamburger-menu-big-font .menu-list li a {
    font-size: 44px;
    line-height: 50px;
    position: relative;
    padding: 0;
}

.hamburger-menu-big-font .menu-list li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: rgba(255, 255, 255, .5);
    visibility: hidden;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.hamburger-menu-big-font .menu-list.dark li a:before {
    background-color: rgba(23, 23, 23, .5);
}

.hamburger-menu-big-font .menu-list li>a:hover:before {
    visibility: visible;
    width: 100%;
}

.hamburger-menu-big-font .menu-list li .menu-toggle {
    top: 41px;
}

.hamburger-menu-big-font .menu-list li .sub-menu-item {
    padding: 25px 0 0 20px;
}

.hamburger-menu-big-font .menu-list li .sub-menu-item li {
    padding: 0 0 4px 0;
}

.hamburger-menu-big-font .menu-list li .sub-menu-item li a:before {
    display: none
}

.hamburger-menu-big-font .menu-list li .sub-menu-item li a:hover {
    text-decoration: underline;
}

.hamburger-menu-big-font .menu-list li .sub-menu-item li .menu-toggle {
    top: 15px;
}

.hamburger-menu-big-font .menu-list li .sub-menu-item .sub-menu-item {
    padding: 0;
}

/* mega menu */
.dropdown-menu.megamenu-content {
    padding: 25px;
    margin: 0;
    border-radius: 0;
}

.dropdown-menu.megamenu-content li a {
    text-align: left;
    font-size: 13px;
    color: #828282;
    padding: 0;
    margin: 0 0 5px 0;
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500
}

.dropdown-menu.megamenu-content li.active a,
.dropdown-menu.megamenu-content li a:hover {
    color: #232323;
}

.dropdown-menu.megamenu-content li.dropdown-header {
    color: #232323;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0 10px 0;
    border-bottom: none;
}

.dropdown-menu.megamenu-content li.dropdown-header:first-child {
    margin-top: 0;
}

.nav-item.dropdown.megamenu {
    position: inherit;
}

.nav-item.dropdown.megamenu .menu-back-div {
    box-sizing: border-box;
    background: #fff;
    padding: 60px 80px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 0;
    left: auto;
}

.nav-item.dropdown.megamenu .menu-back-div .col,
.nav-item.dropdown.megamenu .menu-back-div [class *="col-"] {
    padding-left: 0;
    padding-right: 90px;
    list-style: none;
}

.nav-item.dropdown.megamenu .menu-back-div .col:last-child,
.nav-item.dropdown.megamenu .menu-back-div [class *="col-"]:last-child {
    padding-right: 0;
}

.dropdown-menu.megamenu-content li a>i {
    font-size: 14px;
    vertical-align: middle;
    width: 26px;
}

.nav-item.dropdown.megamenu .menu-back-div .col,
.nav-item.dropdown.megamenu .menu-back-div ul[class *="d-"] {
    padding-left: 0;
    padding-right: 90px;
    list-style: none;
}

.nav-item.dropdown.megamenu .menu-back-div ul.small-gap[class *="d-"] {
    padding-left: 0;
    padding-right: 30px;
}

.nav-item.dropdown.megamenu .menu-back-div .col:last-child,
.nav-item.dropdown.megamenu .menu-back-div ul[class *="d-"]:last-child {
    padding-right: 50px;
}

.nav-item.dropdown.megamenu img {
    max-width: 210px
}

/* simple dropdown */
.simple-dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    width: 240px;
    padding: 25px 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    margin: 0;
    border: none;
    border-radius: 4px;
}

.simple-dropdown .dropdown-menu .dropdown .dropdown-menu {
    left: 241px;
    margin-top: 0;
    top: -25px;
}

.simple-dropdown.menu-left .dropdown-menu {
    position: absolute;
    left: auto;
    min-width: 240px;
    padding: 25px 0 20px;
    ;
}

.simple-dropdown.menu-left .dropdown-menu .dropdown .dropdown-menu,
.simple-dropdown .dropdown.menu-left .dropdown-menu {
    left: auto;
    right: 241px;
}

.simple-dropdown .dropdown-menu li {
    padding: 9px 45px 9px 35px;
    display: block;
}

.simple-dropdown .dropdown-menu .dropdown a {
    display: block;
    color: #828282;
    font-size: 13px;
    line-height: normal;
    font-weight: 500
}

.simple-dropdown .dropdown-menu .dropdown:hover>a,
.simple-dropdown .dropdown-menu .dropdown a:hover,
.simple-dropdown .dropdown-menu .dropdown li.active>a,
.simple-dropdown .dropdown-menu .dropdown a.active,
.simple-dropdown .dropdown-menu .dropdown a:focus,
.simple-dropdown .dropdown-menu .dropdown.active>a {
    color: #232323;
}

.simple-dropdown .dropdown-menu .dropdown a .dropdown-toggle {
    position: absolute;
    right: 23px;
    font-size: 12px;
    margin-top: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* shipping cart */
.cart-item-list {
    left: auto;
    right: 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: 0;
    padding: 0;
    min-width: 250px;
    margin: 0;
}

.cart-item-list .cart-item {
    display: flex;
    padding: 17px;
    border-bottom: 1px solid #ededed;
    position: relative;
}

.cart-item-list .cart-item.cart-total {
    background-color: #f7f7f7;
}

.cart-item-list .cart-item a.close {
    font-size: 16px;
    line-height: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 400;
}

.cart-item-list .cart-item a.close:hover {
    color: #000;
}

.cart-item-list .cart-item .product-detail a {
    color: #232323;
    font-size: 12px;
    display: inline-block;
    line-height: 16px
}

.cart-item-list .cart-item .product-detail a:hover {
    color: #000;
}

.cart-item-list .cart-item:last-child {
    border-bottom: none;
    border-radius: 0 0 6px 6px;
}

.cart-item-list .cart-item.cart-total {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.cart-item-list .cart-item.cart-total .btn {
    width: 100%;
    display: block;
    margin: 4px 0
}

.cart-item-list .cart-item.cart-total .btn:last-child {
    margin-bottom: 0
}

.cart-item-list .cart-item .product-image {
    max-width: 50px;
    width: 30%;
    display: inline-block
}

.cart-item-list .cart-item .product-detail {
    padding-left: 15px;
    width: 70%;
    display: inline-block
}

.cart-item-list .cart-item .product-detail .item-ammount {
    display: block;
    font-size: 11px;
    color: #828282;
    line-height: normal
}

/* language dropdown */
.header-language .dropdown-menu {
    left: auto !important;
    right: 0;
    padding: 15px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: 0;
    margin: 0;
    min-width: 140px;
}

.header-language .dropdown-menu a {
    color: #828282;
    display: block;
    padding: 2px 0;
    font-size: 12px
}

.header-language .dropdown-menu a:hover {
    color: #000;
}

/* language dropdown style 01 */
.header-language.dropdown-style-01 .btn {
    color: #828282;
    border: 1px solid rgba(0, 0, 0, .1);
    border-left: 0;
    border-top: 0 !important;
    border-bottom: 0 !important;
    font-size: 12px;
    line-height: 11px;
    padding: 18px 18px 14px 18px;
    margin: 0;
    background: transparent;
    font-weight: normal;
}

.top-bar .header-language.dropdown-style-01 {
    padding-left: 0;
}

.header-language.dropdown-style-01 .btn:hover {
    color: #232323;
}

.header-language.dropdown-style-01 .btn i {
    margin-left: 2px;
    top: -1px
}

.header-language.dropdown-style-01 .dropdown-menu {
    z-index: 99999;
    margin-top: 1px;
    border: 0;
}

.header-language.dropdown-style-01 .btn.dropdown-toggle:after {
    display: none;
}

/* megamenu and dropdown dark background color */
.megamenu-dropdown-dark .nav-item.dropdown.megamenu .menu-back-div,
.megamenu-dropdown-dark .dropdown-menu,
.megamenu-dropdown-dark .nav-item.dropdown.simple-dropdown .dropdown-menu {
    background: #232323;
}

.megamenu-dropdown-dark .dropdown-menu.megamenu-content li.dropdown-header {
    color: #fff;
}

.megamenu-dropdown-dark .dropdown-menu.megamenu-content li.active a,
.megamenu-dropdown-dark .dropdown-menu.megamenu-content li a:hover {
    color: #fff;
}

.megamenu-dropdown-dark .simple-dropdown .dropdown-menu .dropdown:hover>a,
.megamenu-dropdown-dark .simple-dropdown .dropdown-menu .dropdown a:hover,
.megamenu-dropdown-dark .simple-dropdown .dropdown-menu .dropdown li.active>a,
.megamenu-dropdown-dark .simple-dropdown .dropdown-menu .dropdown a.active,
.megamenu-dropdown-dark .simple-dropdown .dropdown-menu .dropdown a:focus,
.megamenu-dropdown-dark .simple-dropdown .dropdown-menu .dropdown.active>a {
    color: #fff;
}

.megamenu-dropdown-dark .header-language .dropdown-menu a:hover {
    color: #fff;
}

.megamenu-dropdown-dark .cart-item-list .cart-item a {
    color: #828282;
}

.megamenu-dropdown-dark .cart-item-list .cart-item a:hover {
    color: #fff;
}

.megamenu-dropdown-dark .cart-item-list .cart-item.cart-total {
    background-color: #333333;
}

.megamenu-dropdown-dark .cart-item-list .cart-item {
    border-color: rgba(255, 255, 255, .1);
}

.megamenu-dropdown-dark .cart-item-list .cart-item .product-detail {
    color: #fff;
}

.megamenu-dropdown-dark .cart-item-list .cart-item.cart-total span {
    color: #fff;
}

/* top bar */
.top-bar-contact {
    display: inline-block;
    vertical-align: middle;
}

.top-bar-contact .top-bar-contact-list {
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 18px;
    font-size: 13px;
    display: inline-block;
    float: left;
}

.top-bar-contact .top-bar-contact-list:first-child {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.top-bar-contact .top-bar-contact-list i {
    margin-right: 6px;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.top-bar .social-icon li {
    font-size: 13px;
    padding: 0 9px;
    display: inline-block
}

/* header search form */
.form-wrapper {
    background: rgba(35, 35, 35, .9);
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden !important;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    display: block !important;
    height: 100%;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.active-form .form-wrapper {
    opacity: 1;
    visibility: visible;
    cursor: url(../images/mfg-close.png), auto;
}

.form-wrapper .search-form {
    height: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.active-form .form-wrapper .search-form {
    height: 450px;
    cursor: default;
}

.form-wrapper .search-close {
    color: #000;
    position: fixed;
    top: 30px;
    right: 35px;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    font-size: 30px;
    font-weight: 300;
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.form-wrapper .search-form .search-input {
    color: #232323;
    border-bottom: 1px solid #232323;
    width: 100%;
}

.form-wrapper .search-form-box {
    position: relative;
    width: 45%;
}

.form-wrapper .search-form .search-button {
    color: #232323;
    bottom: 33px;
    position: absolute;
}

.form-wrapper .search-form .search-input::-webkit-input-placeholder {
    color: #232323;
    opacity: 1;
}

.form-wrapper .search-form .search-input::-moz-placeholder {
    color: #232323;
    opacity: 1;
}

.form-wrapper .search-form .search-input::-ms-input-placeholder {
    color: #232323;
    opacity: 1;
}

.show-search-popup {
    overflow: hidden;
}

.show-search-popup header .top-bar {
    z-index: 9;
}

.show-search-popup .fixed-top {
    z-index: 1032;
}

.show-search-popup.show-search-popup-mini-header .top-bar {
    z-index: 1033;
}

.search-form .search-input {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 20px;
    font-weight: 300;
    padding: 10px 38px 10px 2px;
    background: transparent;
    line-height: 40px;
    color: #fff;
}

.search-form .search-input:focus {
    outline: none;
}

.search-input::-moz-placeholder,
.search-input [placeholder] {
    color: #787878;
}

.search-form .search-button {
    font-size: 16px;
    color: #fff;
    bottom: 37px;
    right: 0;
    line-height: normal;
    outline: none;
    cursor: pointer;
    z-index: 0;
    margin-right: 0;
    border: none;
    background: none;
    top: inherit;
}

.search-button {
    cursor: pointer;
    z-index: 0;
    margin-right: 0;
    border: none;
    background: none;
}

/* menu modern */
.navbar-modern-inner,
.navbar-full-screen-menu-inner {
    display: none
}

/* ===================================
    19. Page title
====================================== */

.page-title-extra-small h1 {
    font-size: 16px;
    line-height: 20px;
}

.page-title-small h1 {
    font-size: 18px;
    line-height: 20px;
}

.page-title-medium h1 {
    font-size: 28px;
    line-height: 32px;
}

.page-title-large h1 {
    font-size: 42px;
    line-height: 49px;
}

.page-title-extra-large h1 {
    font-size: 55px;
    line-height: 62px;
}

.page-title-small span {
    padding-left: 25px;
    margin-left: 25px;
    position: relative;
    top: -1px;
}

.page-title-small span:before {
    position: absolute;
    border-left: 2px solid #232323;
    content: "";
    height: 12px;
    top: 4px;
    left: 0
}

.page-title-separator-line {
    height: 1px;
    position: absolute;
    top: 9px;
    left: 0;
}

.page-title-separator-line:before {
    display: none;
}

/* colorfull background page title */
.page-title-colorful {
    -webkit-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -ms-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
}

/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li:last-child {
    margin-right: 0;
}

.breadcrumb ul>li:after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 10px 0 11px;
    display: inline-block;
    vertical-align: middle;
    font-size: 4px;
    opacity: .6;
}

.breadcrumb ul>li:last-child:after {
    border-right: 0;
    content: "";
    padding: 0
}

/* down scroll */
.down-section {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    right: 0;
}

.down-section-arrow {
    border-radius: 100%;
    height: 45px;
    width: 45px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.scroll-down-bottom {
    position: absolute;
    bottom: 30px;
    width: auto;
    left: 0;
    right: 0;
    z-index: 99;
}

.scroll-down-bottom .scroll-down-text {
    position: absolute;
    bottom: 25px;
    transform: rotate(-90deg);
    width: 100px;
    height: auto;
    transform-origin: 0;
}

.scroll-down {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: auto;
    left: 0;
    right: 0;
    z-index: 99;
}

/* ===================================
    20. Swiper carousel
====================================== */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-fraction {
    bottom: 45px;
}

.swiper-pagination-bullet {
    background: transparent;
    vertical-align: middle;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    margin: 0 7px;
    width: 12px;
    border: 2px solid #232323;
    outline: none;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #232323;
}

.swiper-pagination-bullets {
    width: 100%;
    left: 0;
}

.swiper-pagination-custom {
    bottom: 0;
}

/* slides auto slide */
.swiper.swiper-auto-slide {
    width: 100%;
    height: 100%;
}

.swiper.swiper-auto-slide .swiper-slide {
    width: auto;
}

.swiper.swiper-auto-slide .swiper-slide:nth-child(2n) {
    width: auto !important;
}

.swiper.swiper-auto-slide .swiper-slide:nth-child(3n) {
    width: auto !important;
}

/* swiper vertical */
.slider-vertical {
    width: 100%;
    height: 100%;
    position: absolute;
}

.slider-vertical .swiper-slide {
    text-align: center;
    background: #fff;
}

.slider-vertical>.swiper-pagination-bullets {
    right: 60px;
}

.slider-vertical .swiper-pagination {
    width: auto;
    left: inherit;
    bottom: inherit !important;
}

.slider-vertical .swiper-slide .swiper-bottom-content {
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.slider-vertical .swiper-slide-active .swiper-bottom-content {
    opacity: 1;
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -ms-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
}

.slider-vertical .swiper-slide .swiper-right-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.slider-vertical .swiper-slide-active .swiper-right-content {
    opacity: 1;
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -ms-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
}

.slider-vertical .swiper-number-pagination {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    left: 105px;
    bottom: 125px;
}

.slider-vertical .swiper-number-pagination .swiper-pagination-current:after {
    content: '/';
    margin: 0 5px;
}

/* swiper thumb */
.swiper-thumb-next-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    z-index: 1;
}

.swiper-thumb-next-prev .swiper-thumb-prev,
.swiper-thumb-next-prev .swiper-thumb-next {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0);
    width: 48%;
    display: inline-block;
    background: #232323;
    color: #fff;
}

.single-product-thumb .swiper-slide {
    height: auto !important;
    cursor: pointer;
}

/* swiper zoom slide */
.slider-zoom-slide {
    position: relative;
}

.slider-zoom-slide .swiper-slide {
    opacity: 0.3;
    transform: scale(1);
}

.slider-zoom-slide .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.slider-zoom-slide .swiper-slide .slider-zoom-content {
    opacity: 0
}

.slider-zoom-slide .swiper-slide.swiper-slide-active .slider-zoom-content {
    opacity: 1
}

.slider-zoom-content .slider-zoom-label {
    margin-top: -70px;
    margin-right: -25px;
    width: 75px;
    text-align: center;
}

.slider-zoom-slide.slider-zoom-slide-dark .swiper-slide.swiper-slide-prev,
.slider-zoom-slide.slider-zoom-slide-dark .swiper-slide.swiper-slide-next {
    opacity: 1;
}

.slider-zoom-slide.slider-zoom-slide-dark .swiper-slide.swiper-slide-prev .slider-zoom-slide-dark-overlay,
.slider-zoom-slide.slider-zoom-slide-dark .swiper-slide.swiper-slide-next .slider-zoom-slide-dark-overlay {
    opacity: .6;
}

/* caption slider */
.slider-caption-blog-caption {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    left: 0;
}

.slider-caption-blog-caption .swiper-slide {
    padding: 55px 60px;
}

.slider-caption-blog-caption .swiper-slide h6 {
    font-size: 24px
}

.caption-blog-next,
.caption-blog-prev {
    background-color: #000;
    color: #fff;
    position: absolute;
    bottom: 0;
    border: 0;
    right: 0;
    font-size: 20px;
    width: 50px;
    display: flex;
    height: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
}

.caption-blog-next {
    top: 0;
    height: calc(50% - 2px);
}

.caption-blog-next:focus,
.caption-blog-prev:focus {
    outline: none;
}

/* product and portfolio slider */
.product-slider .swiper-slide .portfolio-box:hover .portfolio-image img {
    opacity: 0.5;
}

/* horizontal portfolio slider */
.horizontal-portfolio-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.horizontal-portfolio-slider .swiper-slide .slider-title {
    position: relative;
    display: inline-block;
}

.horizontal-portfolio-slider .swiper-slide .slider-title .slider-title-hover {
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 1;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.horizontal-portfolio-slider .swiper-slide:hover .slider-title-hover {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

/* swiper horizontal 3d */
.swiper-horizontal-3d.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-horizontal-3d .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-horizontal-3d.swiper-pagination-bottom .swiper-wrapper {
    margin-bottom: 0;
}

.swiper-horizontal-3d .swiper-slide {
    filter: grayscale(100%);
    opacity: 0;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-horizontal-3d .swiper-slide.swiper-slide-prev,
.swiper-horizontal-3d .swiper-slide.swiper-slide-next {
    opacity: .7
}

.swiper-horizontal-3d .swiper-slide.swiper-slide-active {
    opacity: 1;
    filter: grayscale(0);
    box-shadow: 0 0 60px rgba(0, 0, 0, .17);
}

.swiper-horizontal-3d.swiper {
    width: 100%;
    padding-bottom: 60px;
}

.swiper-horizontal-3d .swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.swiper-horizontal-3d.swiper-3d .swiper-slide-shadow-left,
.swiper-horizontal-3d.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.swiper-horizontal-3d .swiper-slide img {
    opacity: 0;
}

.swiper-horizontal-3d .swiper-slide-active img {
    opacity: 1;
}

/* tilt box style */
.tilt-box {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.tilt-box .tilt-box-content {
    -webkit-transform: translateZ(150px);
    -moz-transform: translateZ(150px);
    -ms-transform: translateZ(150px);
    -o-transform: translateZ(150px);
    transform: translateZ(150px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

/* split slider */
.home-split-portfolio .swiper-slide .swiper-slide-l {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1;
    min-height: 600px;
}

.home-split-portfolio .swiper-slide .swiper-slide-r {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    min-height: 600px;
}

.home-split-portfolio .swiper-slide-active .swiper-slide-l,
.home-split-portfolio .swiper-slide-active .swiper-slide-r,
.home-split-portfolio .swiper-slide-duplicate-active .swiper-slide-l,
.home-split-portfolio .swiper-slide-duplicate-active .swiper-slide-r {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.home-split-portfolio .slider-split-scroll>.swiper-pagination-bullets {
    right: 60px;
    width: auto;
    left: auto;
}

/* blog banner slider */
.slider-blog-banner .swiper-slide {
    opacity: 0.6;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.slider-blog-banner .swiper-slide.swiper-slide-active {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.slider-blog-banner .swiper-bottom-content {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.slider-blog-banner .swiper-slide-active .swiper-bottom-content {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.slider-blog-banner .swiper-slide .btn-fancy {
    padding: 6px 16px;
    font-size: 12px
}

/* swiper custom image bullets */
.slider-custom-image-pagination .swiper-pagination-bullet {
    background-size: cover;
    border: 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .8;
    width: 60px;
    height: 60px;
    margin: 0 12px !important;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.slider-custom-image-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.slider-custom-image-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-custom-image-pagination .swiper-pagination-bullet:hover {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.white-move .swiper-slide,
.white-move .swiper-wrapper {
    cursor: url("../images/icon-move-light.png"), move;
}

.black-move .swiper-slide,
.black-move .swiper-wrapper {
    cursor: url("../images/icon-move-black.png"), move;
}

.vertical-white-move .swiper-slide,
.vertical-white-move .swiper-wrapper {
    cursor: url("../images/vertical-icon-move-light.png"), move;
}

.vertical-black-move .swiper-slide,
.vertical-black-move .swiper-wrapper {
    cursor: url("../images/vertical-icon-move-black.png"), move;
}

.swiper-pagination-medium .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-medium .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
}

.swiper-pagination-big .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.slider-custom-image>.swiper-button-next,
.slider-custom-image>.swiper-button-prev {
    bottom: 0;
    top: inherit;
    left: inherit
}

/* swiper vertical pagination */
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0
}

/* swiper pagination bottom */
.swiper-pagination-bottom .swiper-wrapper {
    margin-bottom: 65px;
}

.swiper-pagination-bottom.small-bottom .swiper-wrapper {
    margin-bottom: 50px;
}

.swiper-pagination-bottom>.swiper-pagination-bullets {
    bottom: 0;
}

.swiper-pagination-bottom>.swiper-button-next,
.swiper-pagination-bottom>.swiper-button-prev {
    bottom: 0;
    top: inherit;
    left: inherit
}

/* swiper pagination light */
.swiper-light-pagination .swiper-pagination-bullet {
    border: 2px solid #fff;
    opacity: 0.5;
}

.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-medium.swiper-light-pagination .swiper-pagination-bullet {
    border: 2px solid #fff;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-medium.swiper-light-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #fff;
    background-color: transparent;
}

/* dot pagination dark */
.swiper-pagination-dot .swiper-pagination-bullet {
    background: #000;
    border-color: #000;
    opacity: 0.4;
}

.swiper-pagination-dot .swiper-pagination-bullet-active {
    background: #000;
    border-color: #000;
    opacity: 1;
}

/* dot pagination light */
.swiper-pagination-dot.swiper-light-pagination .swiper-pagination-bullet {
    background: #fff;
    border-color: #fff;
    opacity: 0.5;
}

.swiper-pagination-dot.swiper-light-pagination .swiper-pagination-bullet-active {
    background: #fff;
    border-color: #fff;
    opacity: 1;
}

/* square pagination */
.swiper-pagination-square .swiper-pagination-bullet {
    height: 3px;
    width: 30px;
    border-radius: 0;
    opacity: 0.3;
    cursor: pointer;
}

.swiper-pagination-square .swiper-pagination-bullet-active {
    opacity: 1;
}

/* slider navigation */
.swiper-next.swiper-button-disabled,
.swiper-prev.swiper-button-disabled {
    opacity: 0.6;
}

.swiper-button-next,
.swiper-button-prev {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    outline: none;
}

.swiper-button-next.large,
.swiper-button-prev.large {
    height: 62px;
    width: 62px;
    line-height: 62px;
    font-size: 18px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

/* slider navigation style 01 */
.slider-navigation-style-01.swiper-button-next,
.slider-navigation-style-01.swiper-button-prev {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.slider-navigation-style-01.swiper-button-next:hover,
.slider-navigation-style-01.swiper-button-prev:hover {
    background-color: #fff;
    color: #232323;
}

.slider-navigation-style-01.swiper-button-next.light,
.slider-navigation-style-01.swiper-button-prev.light {
    background-color: #fff;
    color: #232323;
}

.slider-navigation-style-01.swiper-button-next.light:hover,
.slider-navigation-style-01.swiper-button-prev.light:hover {
    background-color: #232323;
    color: #fff;
}

.slider-navigation-style-01.swiper-button-next.dark,
.slider-navigation-style-01.swiper-button-prev.dark {
    background-color: #232323;
    color: #fff;
}

.slider-navigation-style-01.swiper-button-next.dark:hover,
.slider-navigation-style-01.swiper-button-prev.dark:hover {
    background-color: #fff;
    color: #232323;
}

.slider-navigation-style-01.swiper-button-next.rounded-circle {
    right: 40px;
}

.slider-navigation-style-01.swiper-button-prev.rounded-circle {
    left: 40px;
}

/* slider navigation style 02 */
.slider-navigation-style-02.swiper-button-next {
    right: -90px;
}

.slider-navigation-style-02.swiper-button-prev {
    left: -90px;
}

.slider-navigation-style-02.swiper-button-next,
.slider-navigation-style-02.swiper-button-prev {
    border: 2px solid rgba(0, 0, 0, .15);
    font-size: 16px;
    color: #232323;
    height: 45px;
    width: 45px;
    line-height: 45px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.slider-navigation-style-02.swiper-button-prev:hover,
.slider-navigation-style-02.swiper-button-next:hover {
    background: #232323;
    color: #fff;
    border: 1px solid #fff;
}

.slider-navigation-style-02.swiper-button-next.light,
.slider-navigation-style-02.swiper-button-prev.light {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 12px;
    line-height: 42px
}

.slider-navigation-style-02.swiper-button-next.light:hover,
.slider-navigation-style-02.swiper-button-prev.light:hover {
    background-color: #fff;
    color: #232323;
}

/* slider navigation style 03 */
.slider-navigation-style-03.swiper-button-next,
.slider-navigation-style-03.swiper-button-prev {
    border: 1px solid #e4e4e4;
    font-size: 16px;
    color: #232323;
    line-height: 40px;
    transform: none;
    top: inherit;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.slider-navigation-style-03.swiper-button-next:hover,
.slider-navigation-style-03.swiper-button-prev:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    border-color: #ffffff;
    background: #ffffff;
}

.slider-navigation-style-03.swiper-button-next.light,
.slider-navigation-style-03.swiper-button-prev.light {
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    line-height: 38px
}

.slider-navigation-style-03.swiper-button-next.light:hover,
.slider-navigation-style-03.swiper-button-prev.light:hover {
    background-color: #fff;
    color: #232323;
}

.slider-navigation-style-03.swiper-button-next.white-transparent,
.slider-navigation-style-03.swiper-button-prev.white-transparent {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border: 0 solid #fff;
    background-color: rgba(255, 255, 255, 0.3);
    color: #828282;
}

.slider-navigation-style-03.swiper-button-next.white-transparent:hover,
.slider-navigation-style-03.swiper-button-prev.white-transparent:hover {
    background-color: #fff;
    color: #232323;
}

.slider-navigation-style-03.swiper-button-next {
    right: inherit;
    left: 65px;
}

.slider-navigation-style-03.swiper-button-prev {
    left: 15px;
}

.slider-navigation-style-03.swiper-button-next.center-next {
    left: calc(50% + 5px);
    bottom: 15px;
}

.slider-navigation-style-03.swiper-button-prev.center-prev {
    left: calc(50% - 45px);
    bottom: 15px;
}

.slider-navigation-style-03.swiper-button-next.white,
.slider-navigation-style-03.swiper-button-prev.white {
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    border: none;
    background-color: #fff;
    color: #232323;
}

.slider-navigation-style-03.swiper-button-next.white:hover,
.slider-navigation-style-03.swiper-button-prev.white:hover {
    background-color: #fff;
    color: #232323;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

/* slider navigation style 04 */
.slider-navigation-style-04.swiper-button-prev {
    left: -30%;
}

.slider-navigation-style-04.swiper-button-next {
    right: -30%;
}

/* slider navigation style 05 */
.slider-navigation-style-05.swiper-button-next,
.slider-navigation-style-05.swiper-button-prev {
    font-size: 40px;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.slider-navigation-style-05.swiper-button-next:hover,
.slider-navigation-style-05.swiper-button-prev:hover {
    opacity: 0.5
}

.slider-navigation-style-05.swiper-button-next {
    right: 40px;
}

.slider-navigation-style-05.swiper-button-prev {
    left: 40px;
}

/* slider navigation style 06 */
.slider-navigation-style-06.swiper-button-next,
.slider-navigation-style-06.swiper-button-prev {
    font-size: 40px;
    color: #828282;
    line-height: 40px;
    transform: none;
    top: inherit;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: auto;
    height: 40px;
}

.slider-navigation-style-06.swiper-button-next:hover,
.slider-navigation-style-06.swiper-button-prev:hover {
    color: #232323;
}

.slider-navigation-style-06.swiper-button-next {
    right: inherit;
    left: 80px;
}

.slider-navigation-style-06.swiper-button-prev {
    left: 15px;
}

/* slider navigation style 07 */
.slider-navigation-style-07.swiper-button-next,
.slider-navigation-style-07.swiper-button-prev {
    background-color: rgba(23, 23, 23, .5);
    color: #fff;
}

.slider-navigation-style-07.swiper-button-next:hover,
.slider-navigation-style-07.swiper-button-prev:hover {
    background-color: #fff;
    color: #232323;
}

.slider-navigation-style-07.swiper-button-next.light,
.slider-navigation-style-07.swiper-button-prev.light {
    background-color: #fff;
    color: #232323;
}

.slider-navigation-style-07.swiper-button-next.light:hover,
.slider-navigation-style-07.swiper-button-prev.light:hover {
    background-color: #232323;
    color: #fff;
}

.slider-navigation-style-07.swiper-button-next.light {
    right: -70px;
}

.slider-navigation-style-07.swiper-button-prev.light {
    left: -70px;
}

.slider-navigation-style-07.swiper-button-next {
    right: 40px;
}

.slider-navigation-style-07.swiper-button-prev {
    left: 40px;
}

/* slider navigation style 08 */
.slider-navigation-style-08.swiper-button-next,
.slider-navigation-style-08.swiper-button-prev {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.slider-navigation-style-08.swiper-button-next:hover,
.slider-navigation-style-08.swiper-button-prev:hover {
    background-color: #fff;
    color: #232323;
}

.slider-navigation-style-08.swiper-button-next.light,
.slider-navigation-style-08.swiper-button-prev.light {
    background-color: #fff;
    color: #232323;
}

.slider-navigation-style-08.swiper-button-next.light:hover,
.slider-navigation-style-08.swiper-button-prev.light:hover {
    background-color: #232323;
    color: #fff;
}

.slider-navigation-style-08.swiper-button-next.dark,
.slider-navigation-style-08.swiper-button-prev.dark {
    background-color: #232323;
    color: #fff;
}

.slider-navigation-style-08.swiper-button-next.dark:hover,
.slider-navigation-style-08.swiper-button-prev.dark:hover {
    background-color: #fff;
    color: #232323;
}

.slider-navigation-style-08.swiper-button-next {
    width: 50px;
    height: 50px;
    right: 15px;
}

.slider-navigation-style-08.swiper-button-prev {
    width: 50px;
    height: 50px;
    left: 15px;
}

.slider-navigation-style-08.swiper-button-next.rounded-circle {
    right: 40px;
}

.slider-navigation-style-08.swiper-button-prev.rounded-circle {
    left: 40px;
}

/* slider arrow right bottom */
.slider-arrow-rb {
    position: absolute;
    bottom: 0;
    right: 100%;
    z-index: 1;
}

.slider-arrow-rb .swiper-button-next,
.slider-arrow-rb .swiper-button-prev {
    transform: none;
    position: static;
    margin-top: 1px;
}

/* swiper custom text */
.slider-custom-text-next.swiper-button-next,
.slider-custom-text-prev.swiper-button-prev {
    padding: 25px 0 25px 0;
    width: auto;
    height: auto;
}

.slider-custom-text-next.swiper-button-next:hover,
.slider-custom-text-prev.swiper-button-prev:hover {
    opacity: .7
}

.slider-custom-text-next.swiper-button-next {
    border-left: 1px solid #E4E4E4;
    padding-left: 45px;
}

.slider-custom-text-prev.swiper-button-prev {
    border-right: 1px solid #E4E4E4;
    padding-right: 45px;
}

/* slider image thumbs */
.slider-review-image-thumbs {
    height: auto;
}

.slider-review-image-thumbs .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
    visibility: hidden;
    opacity: 0;
}

.slider-review-image-thumbs .swiper-slide:not(.swiper-slide-active) img {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
}

.slider-review-image-thumbs img {
    border: 6px solid transparent;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.slider-review-image-thumbs .swiper-slide-active img {
    box-shadow: 0 0 20px rgba(0, 0, 0, .14);
    border: 6px solid #fff;
}

.slider-review-image-thumbs .swiper-slide {
    cursor: pointer;
}

/* ===================================
    21. Grid
====================================== */

.blog-post-image img,
.portfolio-image img {
    width: 100%;
}

.grid {
    list-style: none;
}

.grid-sizer {
    padding: 0 !important;
    margin: 0 !important;
}

/* gutter size */
.grid.gutter-very-small li {
    padding: 3px 3px;
}

.grid.gutter-small li {
    padding: 5px 5px;
}

.grid.gutter-medium li {
    padding: 7px 7px;
}

.grid.gutter-large li {
    padding: 10px 10px;
}

.grid.gutter-extra-large li {
    padding: 15px;
}

.grid.gutter-double-extra-large li {
    padding: 20px;
}

.grid.gutter-triple-extra-large li {
    padding: 30px;
}

/* grid 6 column */
.grid.grid-6col li {
    width: 16.67%;
    list-style: none;
}

.grid.grid-6col li.grid-item-double {
    width: 33.33%;
}

/* grid 5 column */
.grid.grid-5col li {
    width: 20%;
    list-style: none;
}

.grid.grid-5col li.grid-item-double {
    width: 40%;
}

/* grid 4 column */
.grid.grid-4col li {
    width: 25%;
    list-style: none;
}

.grid.grid-4col li.grid-item-double {
    width: 50%;
}

/* grid 3 column */
.grid.grid-3col li {
    width: 33.33%;
    float: left;
    list-style: none;
}

.grid.grid-3col li.grid-item-double {
    width: 66.67%;
}

/* grid 2 column */
.grid.grid-2col li {
    width: 50%;
    list-style: none;
}

.grid.grid-2col li.grid-item-double {
    width: 100%;
}

/* grid 1 column */
.grid.grid-1col li {
    width: 100%;
    list-style: none;
}

/* grid filter */
.grid-filter li {
    display: inline-block;
    float: none;
    padding: 0 20px;
    border: 0;
    position: relative;
}

.grid-filter li:first-child {
    padding-left: 0;
}

.grid-filter li:last-child {
    padding-right: 0;
}

.grid-filter li a {
    border: 0;
    border-bottom: 1px solid;
    border-color: transparent;
    color: #828282;
    padding-bottom: 2px;
}

.grid-filter>li.active>a,
.grid-filter>li.active>a:focus,
.grid-filter>li.active>a:hover,
.grid-filter>li>a:hover {
    border: 0;
    color: inherit;
    border-bottom: 1px solid;
    color: #232323
}

/* ===================================
    22. Portfolio
====================================== */

.portfolio-box .portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-box .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.portfolio-box:hover .portfolio-hover {
    opacity: 1;
}

.portfolio-box .portfolio-hover .portfolio-icon {
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px;
}

.portfolio-box *,
.portfolio-box:hover * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.portfolio-box .move-top-bottom {
    opacity: 0;
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
}

.portfolio-box .move-bottom-top {
    opacity: 0;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
}

.portfolio-box:hover .move-top-bottom,
.portfolio-box:hover .move-bottom-top {
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

.portfolio-box .move-left-right {
    opacity: 0;
    transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
}

.portfolio-box .move-right-left {
    opacity: 0;
    transform: translateX(15px);
    -moz-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
}

.portfolio-box:hover .move-left-right,
.portfolio-box:hover .move-right-left {
    opacity: 1;
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
}

.portfolio-classic .portfolio-box:hover .portfolio-image img,
.portfolio-overlay .portfolio-box:hover .portfolio-image img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    opacity: 0.15;
}

.portfolio-box .move-bottom-top-self {
    overflow: hidden
}

.portfolio-box .move-bottom-top-self span {
    opacity: 0;
    display: block;
    will-change: transform;
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    -moz-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -webkit-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.portfolio-box:hover .move-bottom-top-self span {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-box .move-top-bottom-self {
    overflow: hidden
}

.portfolio-box .move-top-bottom-self span {
    opacity: 0;
    display: block;
    will-change: transform;
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -moz-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -o-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    -webkit-transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all .5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.portfolio-box:hover .move-top-bottom-self span {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-box .scale {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 1);
    -o-transform: scale3d(0.8, 0.8, 1);
    -ms-transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

.portfolio-box:hover .scale {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* portfolio classic */
.portfolio-classic .portfolio-box .portfolio-image>a {
    position: relative;
    height: 100%;
    z-index: 1;
}

.portfolio-classic .portfolio-icon a {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    margin: 0 3px;
    position: relative;
    z-index: 3;
}

.portfolio-classic .portfolio-box {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.portfolio-classic .portfolio-box:hover {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.portfolio-classic .portfolio-box:hover .portfolio-image img {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

.portfolio-classic .portfolio-icon a:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, .3);
}

.portfolio-classic .portfolio-box .portfolio-icon a {
    opacity: 0;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
}

.portfolio-classic .portfolio-box:hover .portfolio-icon a {
    opacity: 1;
    transition-delay: .1s;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

.portfolio-classic .portfolio-box:hover .portfolio-icon a:last-child {
    transition-delay: .2s;
}

/* portfolio bordered */
.portfolio-bordered .portfolio-box .portfolio-hover {
    opacity: 0;
}

.portfolio-bordered .portfolio-box:hover .portfolio-hover {
    left: 20px;
    opacity: 1;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.portfolio-bordered .portfolio-box:hover .portfolio-image img {
    opacity: .5;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

/* portfolio boxed */
.portfolio-boxed .portfolio-box .portfolio-hover {
    opacity: 0;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    height: auto;
    top: inherit;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
}

.portfolio-boxed .portfolio-box:hover .portfolio-hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .20);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
}

.portfolio-boxed .portfolio-box .portfolio-hover:hover i {
    transform: translateX(5px);
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
}

.portfolio-boxed .portfolio-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 3s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: -moz-transform 3s cubic-bezier(.165, .84, .44, 1);
    transition: transform 3s cubic-bezier(.165, .84, .44, 1);
}

/* portfolio switch image */
.portfolio-switch-image .portfolio-image .portfolio-switch-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.portfolio-switch-image .portfolio-box:hover .portfolio-switch-image {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.portfolio-switch-image .portfolio-box:hover .portfolio-image {
    -moz-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.portfolio-switch-image .portfolio-box:hover .portfolio-caption {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

/* portfolio scattered */
.portfolio-scattered .portfolio-image {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.portfolio-scattered .portfolio-box:hover .portfolio-image {
    -webkit-clip-path: inset(5% 5% 5% 5%);
    clip-path: inset(5% 5% 5% 5%);
}

.portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+0) .portfolio-box,
.portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+1) .portfolio-box {
    padding: 15% 0;
}

.portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+2) .portfolio-box,
.portfolio-scattered.row-cols-lg-2 .col:nth-child(4n+3) .portfolio-box {
    padding: 0 15%;
}

.portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+0) .portfolio-box,
.portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+1) .portfolio-box,
.portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+3) .portfolio-box,
.portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+5) .portfolio-box {
    padding: 15% 0;
}

.portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+2) .portfolio-box,
.portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+4) .portfolio-box,
.portfolio-scattered.row-cols-lg-3 .col:nth-child(6n+6) .portfolio-box {
    padding: 0 15%;
}

.pagination-style-01 .page-item .page-link.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+0) .portfolio-box,
.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+1) .portfolio-box,
.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+3) .portfolio-box,
.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+6) .portfolio-box {
    padding: 25% 0;
}

.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+2) .portfolio-box,
.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+4) .portfolio-box,
.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+5) .portfolio-box,
.portfolio-scattered.row-cols-xl-4 .col:nth-child(8n+7) .portfolio-box {
    padding: 0 15%;
}

/* portfolio overlay */
.portfolio-overlay .portfolio-box .portfolio-image img {
    opacity: 1;
}

/* portfolio justified gallery */
.justified-gallery>a>.jg-caption.jg-caption-visible,
.justified-gallery>div>.jg-caption.jg-caption-visible,
.justified-gallery>figure>.jg-caption.jg-caption-visible {
    display: none;
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

.justified-gallery>a>.jg-caption,
.justified-gallery>div>.jg-caption,
.justified-gallery>figure>.jg-caption {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background-color: #fff;
    color: inherit;
    padding: 15px 25px 12px;
    box-shadow: 0 5px 20px rgba(23, 23, 23, .2);
    white-space: nowrap;
    z-index: 1;
    font-family: inherit;
}

/* ===================================
    23. Blog
====================================== */

.blog-post {
    position: relative;
    overflow: hidden;
}

.blog-post .blog-post-image img {
    -webkit-transition: all 1s cubic-bezier(0, 0, .2, 1);
    -moz-transition: all 1s cubic-bezier(0, 0, .2, 1);
    -ms-transition: all 1s cubic-bezier(0, 0, .2, 1);
    transition: all 1s cubic-bezier(0, 0, .2, 1);
}

.blog-post .blog-post-image {
    overflow: hidden;
    position: relative;
}

.blog-post:hover .blog-post-image img {
    opacity: 0.6;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

/* blog grid */
.blog-grid .blog-post-image .blog-category {
    position: absolute;
    top: 23px;
    right: 23px;
    font-size: 11px;
    line-height: 14px;
    background: rgba(23, 23, 23, .75);
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 6px 13px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.blog-grid .blog-post:hover .blog-post-image .blog-category {
    background: #fff;
    color: #232323;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.blog-grid .avtar-image {
    width: 30px;
    border-radius: 100%;
    margin-right: 10px;
}

.blog-grid .blog-like {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-grid .blog-like i {
    margin-right: 4px;
}

.blog-grid .blog-like span {
    flex-shrink: 0;
}

/* blog masonry */
.blog-masonry .blog-post {
    box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    -moz-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    -ms-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
    transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}

.blog-masonry .blog-post:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, 0, 0);
}

.blog-masonry .blog-post:hover .blog-post-image img {
    opacity: 1
}

.blog-masonry .blog-post-image .blog-category {
    position: absolute;
    background: #fff;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    border-radius: 0px;
    padding: 13px 25px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500
}

.blog-masonry .blog-post:hover .blog-post-image .blog-category {
    box-shadow: none
}

.blog-masonry .blog-post p {
    margin-bottom: 5px
}

.blog-masonry .blog-like span,
.blog-masonry .blog-comment span {
    position: relative;
    top: 0
}

.blog-masonry .blog-like,
.blog-masonry .blog-comment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-masonry .blog-like i,
.blog-masonry .blog-comment i {
    margin-right: 4px;
}

.blog-masonry .blog-comment {
    margin-left: 13px;
}

/* blog classic */
.blog-classic .blog-post:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.blog-classic .blog-post-image {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.blog-classic .blog-post:hover .blog-post-image img {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.blog-classic .separator {
    width: 28px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    -webkit-transition: all 1s cubic-bezier(0, 0, .2, 1);
    transition: all 1s cubic-bezier(0, 0, .2, 1);
}

.blog-classic .blog-post:hover .separator {
    width: 50px;
}

.blog-classic .blog-post p {
    margin-bottom: 20px
}

/* blog simple */
.blog-simple .blog-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-simple .blog-post-image,
.blog-simple .post-details {
    width: 50%;
}

.blog-simple .post-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-simple .blog-post .blog-category {
    font-size: 11px;
    line-height: 14px;
    box-shadow: 0 0 20px rgba(23, 23, 23, .08);
    border-radius: 20px;
    border: 1px solid;
    padding: 6px 16px;
    text-transform: uppercase;
    font-weight: 500
}

.blog-simple .blog-post:hover .blog-category {
    box-shadow: 0 0 0 rgba(23, 23, 23, .08);
}

.blog-simple .blog-post .blog-post-image .blog-post-image-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.blog-simple .blog-post .cover-background {
    background-position: right center !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.blog-simple .blog-post:hover .cover-background {
    background-position: left center !important;
}

.blog-simple .blog-post:hover .blog-post-image .blog-post-image-overlay {
    opacity: .3;
}

/* blog side image */
.blog-side-image .blog-post {
    padding: 28px;
}

.blog-side-image .blog-post:nth-child(odd) {
    padding-right: 0;
}

.blog-side-image .blog-post:nth-child(even) {
    padding-left: 0;
}

.blog-side-image .blog-post-image {
    width: 55%;
}

.blog-side-image .post-details {
    width: 45%;
}

.blog-side-image .post-details i {
    margin-right: 7px;
}

.blog-side-image .post-details i:last-of-type {
    margin-left: 20px;
}

.blog-side-image .blog-post:hover .blog-post-image img {
    opacity: 1
}

.blog-side-image .blog-post:nth-child(even) .post-details {
    -ms-flex-order: 1;
    order: 1;
}

.blog-side-image .blog-post:nth-child(even) .blog-post-image {
    -ms-flex-order: 2;
    order: 2;
}

.blog-side-image .avtar-image {
    width: 25px;
    border-radius: 100%;
    margin-right: 10px;
}

.blog-side-image .separator {
    margin-left: 15px;
    margin-right: 15px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    height: 1px
}

/* blog metro */
.blog-metro .blog-post:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.blog-metro .blog-post:hover .blog-post-image img {
    opacity: .6;
}

.blog-metro .blog-post .blog-post-image .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(31, 35, 44);
    background: linear-gradient(0deg, rgba(23, 23, 23, 0.95) 0%, rgba(23, 23, 23, 0) 88%);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.blog-metro .blog-post .post-details {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.blog-metro .post-details .blog-category {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 13px;
    background: rgba(20, 21, 22, .7);
    border-radius: 2px;
}

.blog-metro .post-details:hover .blog-category {
    background: #fff;
    color: #232323;
    box-shadow: 0 0 20px rgba(23, 23, 23, .2);
}

/* blog overlay image */
.blog-overlay-image {
    z-index: 1;
}

.blog-overlay-image .blog-post {
    z-index: 1;
}

.blog-overlay-image .post-details {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    position: relative;
}

.blog-overlay-image .blog-post .blog-post-image,
.blog-overlay-image .blog-post .blog-post-image .blog-overlay-image {
    transform: scale(1.1, 1.1);
    opacity: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.blog-overlay-image .blog-post .blog-post-image .blog-overlay-image {
    z-index: 1;
}

.blog-overlay-image .blog-post:hover .blog-post-image,
.blog-overlay-image .blog-post:hover .blog-post-image .blog-overlay-image {
    transform: scale(1, 1);
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.blog-overlay-image .blog-post:hover .post-details * {
    color: #fff;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.blog-overlay-image .blog-category,
.blog-overlay-image .blog-post .post-details .post-date,
.blog-overlay-image .blog-post .post-details .post-read,
.blog-overlay-image .blog-post .post-details .post-title {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.blog-overlay-image .blog-category {
    border-radius: 2px;
    padding: 6px 13px;
    border: 1px solid;
    text-transform: uppercase;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
}

.blog-overlay-image .blog-post:hover .blog-category {
    background: #232323;
    color: #fff !important;
    border-color: #232323 !important
}

.blog-overlay-image .blog-post .post-details .post-date {
    opacity: 0;
    margin-bottom: -20px;
    transform: scale(1, 0);
}

.blog-overlay-image .blog-post:hover .post-details .post-date {
    opacity: .75;
    margin-bottom: 15px;
    transform: scale(1, 1);
}

.blog-overlay-image .blog-post .post-details .post-read {
    opacity: 1;
    transform: scale(1, 1);
}

.blog-overlay-image .blog-post:hover .post-details .post-read {
    opacity: 0;
    transform: scale(1, 0);
}

.blog-overlay-image .blog-post:hover .post-details .post-title {
    margin-bottom: -20px;
    position: relative;
    z-index: 4
}

/* blog modern */
.blog-modern .blog-category {
    display: inline-block;
}

.blog-modern .blog-post:hover .blog-post-image img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.blog-modern .blog-post {
    overflow: visible;
}

.blog-modern .blog-post-image {
    margin-bottom: 150px;
}

.blog-modern .post-details {
    position: absolute;
    bottom: -100px;
    left: 30px;
    width: calc(100% - 60px);
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    -webkit-transition: all 0.5s cubic-bezier(0, 0, .2, 1);
    transition: all 0.5s cubic-bezier(0, 0, .2, 1);
}

.blog-modern .grid-item:hover .post-details {
    transform: translateY(-20px);
}

.blog-modern .grid-item:hover .post-details {
    box-shadow: 0 0 40px rgba(0, 0, 0, .08);
}

/* blog standard */
.blog-hover-btn * {
    transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
}

.blog-hover-btn a {
    position: relative;
    padding-left: 19px;
}

.blog-hover-btn .blog-icon {
    position: absolute;
    left: 0;
    top: 2px;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

.blog-hover-btn .blog-icon-hover {
    opacity: 0;
    transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
}

.blog-hover-btn:hover .blog-icon {
    opacity: 0;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

.blog-hover-btn:hover .blog-icon-hover {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

/* blog widget */
.blog-widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-widget li figure {
    height: auto;
    width: 140px;
    margin-bottom: 0;
}

.blog-widget li .media-body {
    line-height: normal;
    padding-left: 30px;
    position: relative;
    top: -1px;
}

.blog-post-image .blog-plus-icon {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.blog-post:hover .blog-plus-icon {
    opacity: 1;
}

.blog-post-image .blog-rounded-icon {
    width: 46px;
    height: 46px;
    line-height: 48px;
    border: 1px solid;
    border-radius: 100%;
    text-align: center;
    opacity: 0;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.blog-post:hover .blog-rounded-icon {
    opacity: 1;
    margin-top: 0;
}

.blog-image img {
    width: 100%;
}

.blog-text .blog-details-overlap {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 0;
    padding: 6px 20px 5px;
    white-space: nowrap;
}

.to-top {
    animation: toTop 0.3s linear forwards;
}

.to-right {
    animation: toRight 0.3s linear forwards;
}

.to-bottom {
    animation: toBottom 0.3s linear forwards;
}

.to-left {
    animation: toLeft 0.3s linear forwards;
}

/* sidebar */
.blog-left-side-bar .blog-content,
.blog-right-side-bar .blog-sidebar {
    float: right;
}

.blog-left-side-bar .blog-sidebar,
.blog-right-side-bar .blog-content {
    float: left;
}

.aside-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.aside-title span {
    padding: 2px 20px;
}

.shopping-left-side-bar .shopping-content,
.shopping-right-side-bar .shopping-sidebar,
.blog-left-side-bar .blog-content,
.blog-right-side-bar .blog-sidebar {
    order: 13;
    -ms-flex-order: 13;
}

.shopping-left-side-bar .shopping-sidebar,
.shopping-right-side-bar .shopping-content,
.blog-right-side-bar .blog-content,
.blog-left-side-bar .blog-sidebar {
    order: 1;
    -ms-flex-order: 1;
}

/* blog tag */
.blog-tag {
    font-size: 10px;
    padding: 6px 14px;
    text-transform: uppercase;
    margin-right: 3px;
    text-align: center;
    vertical-align: middle
}

.blog-tag:hover {
    border-color: #0038e3 !important;
    color: #fff;
    background-color: #0038e3;
}

.blog-tag:last-child {
    margin-right: 0;
}

.blog-auther-tag {
    font-size: 11px;
    line-height: 11px;
    padding: 5px 10px;
    text-transform: uppercase;
    position: absolute;
}

.blog-auther-tag:hover {
    border-color: transparent;
    color: #232323 !important;
    background-color: #fff;
}

/* blog category style 01 */
.blog-category-style-01 {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.blog-category-style-01 .blog-image {
    width: calc(100% + 50px);
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -webkit-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
}

.blog-category-style-01:hover .blog-image {
    width: calc(100% + 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.blog-category-style-01 img {
    transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
}

.blog-category-style-01:hover img {
    opacity: 0.5;
    transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
}

.blog-category-style-01 .blog-post-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-category-style-01 .post-details {
    padding: 8px 22px
}

/* author */
.about-author-img {
    float: left;
    max-width: 100px;
    margin-right: 35px;
    margin-bottom: 15px;
}

.about-author-text {
    top: -5px;
}

.author-sharing a {
    margin-right: 15px;
    color: #737373;
}

.author-sharing a:hover {
    color: #000;
}

.alignnone {
    margin: 5px 30px 40px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 30px 40px;
}

.alignleft {
    float: left;
    margin: 5px 40px 30px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 40px 30px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #f7f7f7;
    padding: 17px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    max-width: 50%;
}

.wp-caption figcaption {
    padding: 18px 25px 0 25px;
}

.wp-caption img {
    width: 100%;
}

.wp-caption.alignnone {
    margin: 5px 30px 40px 0;
}

.wp-caption.alignleft {
    margin: 5px 40px 30px 0;
}

.wp-caption.alignright {
    margin: 5px 0 40px 30px;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 1;
}

/* blog comments */
.blog-comment li {
    padding-bottom: 65px;
    position: relative;
    list-style: none;
}

.blog-comment li .user-comment {
    overflow: hidden;
    flex: 1;
    max-width: 100%;
}

.blog-comment>li:first-child {
    padding-top: 0;
}

.blog-comment li:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}

.blog-comment li .blog-comment-box {
    padding: 40px 50px;
    border-radius: 10px;
}

.blog-comment li .btn-reply {
    float: right;
    font-size: 11px;
    line-height: initial;
    padding: 7px 16px 6px;
    border-radius: 50px;
    border: 1px solid rgba(43.9, 43.9, 43.9, 0.25);
    background-color: #ffffff;
}

.blog-comment li .btn-reply:hover {
    border-color: #0038e3;
    background: #0038e3;
    color: #fff;
}

.blog-comment li ul.child-comment {
    list-style: outside none none;
    margin-left: 70px;
}

.blog-comment li ul.child-comment li {
    margin-top: 60px;
    padding-bottom: 0;
}

/* sidebar latest post */
.latest-post-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.latest-post-sidebar li {
    margin-bottom: 45px;
}

.latest-post-sidebar li:last-child {
    margin-bottom: 0;
}

.latest-post-sidebar li figure {
    height: 65px;
    width: 80px;
    margin: 0;
}

.latest-post-sidebar li .media-body {
    line-height: normal;
    padding-left: 30px;
    position: relative;
    top: -3px;
}

/* pagination style 01 */
.pagination-style-01 .page-item .page-link {
    border: 0;
    padding: 12px 5px;
    margin: 0 10px;
    background: transparent;
    color: #828282;
    min-width: 40px;
    text-align: center;
    border-radius: 100%;
    line-height: 1.25
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    padding: 0;
}

.pagination-style-01 .page-item:last-child .page-link {
    margin-right: 0;
}

.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    background: transparent;
    color: #232323;
    box-shadow: none
}

.pagination-style-01 .page-item .page-link:hover,
.pagination-style-01 .page-item.active .page-link {
    background: #fff;
    color: #232323;
    box-shadow: 0 0 10px rgba(23, 23, 23, .15)
}

.pagination-style-01 .page-item:first-child .page-link {
    margin-left: 0;
}


/* ===================================
    24. Shop
====================================== */

.product-box,
.product-box .product-image {
    position: relative;
    overflow: hidden;
}

.product-box,
.product-box .product-image img {
    width: 100%;
}

.product-image .product-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.product-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.product-image:hover .product-hover {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.product-price del {
    margin-right: 8px
}

.product-box .product-hover-right {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.product-box:hover .product-hover-right {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.product-image .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.product-box:hover .hover-image {
    display: block;
    opacity: 1;
    visibility: visible;
}

.product-box:hover .default-image {
    opacity: 0 !important;
    visibility: hidden;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.product-box .product-hover-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.product-box:hover .product-hover-bottom {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.product-box:hover .hover-img {
    opacity: 1;
}

.product-box .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-box:hover .product-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-box .move-top-bottom {
    opacity: 0;
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
}

.product-box .move-bottom-top {
    opacity: 0;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
}

.product-box:hover .move-top-bottom,
.product-box:hover .move-bottom-top {
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

.product-box .move-left-right {
    opacity: 0;
    transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
}

.product-box .move-right-left {
    opacity: 0;
    transform: translateX(15px);
    -moz-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
}

.product-box:hover .move-left-right,
.product-box:hover .move-right-left {
    opacity: 1;
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
}

.product-image .product-link-icon:nth-child(1),
.product-image:hover .product-link-icon:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.product-image .product-link-icon:nth-child(2),
.product-image:hover .product-link-icon:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.product-image .product-link-icon:nth-child(3),
.product-image:hover .product-link-icon:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.product-image .product-link-icon:nth-child(4),
.product-image:hover .product-link-icon:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.product-image .product-link-icon:nth-child(5),
.product-image:hover .product-link-icon:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.tooltip-inner {
    font-size: 11px;
    padding: 4px 13px 5px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
}

.product-link-icon {
    position: relative;
    border-radius: 100%;
    background-color: #fff;
    color: #232323;
    display: inline-block;
    margin: 5px;
    height: 40px;
    width: 40px;
    line-height: 42px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.product-link-icon:hover {
    color: #232323;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.product-link-icon i {
    margin: 0;
    font-size: 15px;
}

.product-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 5px 8px;
    border-radius: 2px;
}

.product-badge.green {
    background-color: #21b375;
}

.product-badge.red {
    background-color: #f34a53;
}

.product-badge.orange {
    background-color: #f36e4a;
}

.product-image .product-hover-details a {
    background: #232323;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 12px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 1;
}

.product-image .product-hover-details a:hover {
    color: #fff;
}

.product-image .product-hover-details a:after {
    content: "/";
    color: #545553;
    font-size: 11px;
    position: absolute;
    right: -5px;
    top: 2px;
}

.product-image .product-hover-details a:last-child:after {
    content: "";
}

.product-image .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

.product-box:hover .product-hover-details a {
    bottom: 0;
}

.product-box:hover .hover-img {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

/* shop detail color */
.shop-color {
    display: inline-block;
}

.shop-color li {
    display: inline-block;
}

.shop-color li>input[type="radio"]+label span {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    margin-right: 8px;
}

.shop-color li>input[type="radio"]+label span:after {
    line-height: 32px;
    font-size: 10px
}

.shop-color li>input[type="radio"]:checked+label span:after {
    color: #fff
}

/* shop detail size */
.shop-size {
    display: inline-block;
}

.shop-size li {
    display: inline-block;
}

.shop-size li>input[type="radio"]+label span {
    height: 32px;
    width: 32px;
    line-height: 30px;
    border-radius: 100%;
    background: #f7f7f7;
    border: 1px solid transparent;
    text-align: center;
    margin-right: 10px;
}

.shop-size li>input[type="radio"]:checked+label span {
    border: 1px solid rgba(35, 35, 35, .25);
    color: #232323
}

.shop-size li>input[type="radio"]+label span:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
}

.shop-size li>input[type="radio"]:checked+label span:after {
    display: none;
}

/* shop category style 01 */
.shop-category-style-01 .shop-product,
.shop-category-style-01 .shop-product-image {
    position: relative;
    overflow: hidden;
}

.shop-category-style-01 .shop-product-image .shop-product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.shop-category-style-01 .shop-product .shop-product-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: calc(100% - 50px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-category-style-01 .shop-product-content a,
.shop-category-style-01 .shop-product-content i {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.shop-category-style-01 .shop-product:hover .shop-product-content a,
.shop-category-style-01 .shop-product:hover .shop-product-content i {
    color: #fff !important;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.shop-category-style-01 .shop-product:hover .shop-product-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.shop-category-style-01 .shop-product:hover .shop-product-content {
    background-color: #232323 !important;
    border-radius: 4px;
    bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-category-style-01 .shop-product-image img {
    width: 100%;
}

/* shop category style 02 */
.shop-category-style-02 .shop-product-image {
    margin-right: -25px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative
}

.shop-category-style-02 .shop-product-image img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-category-style-02:hover .shop-product-image img {
    opacity: .3;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-category-style-02 .shop-product-image .product-view-link {
    opacity: 0;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
    -moz-transform: scale(1, 1) translate(-50%, -50%);
    -ms-transform: scale(1, 1) translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 50%;
    left: 50%;
}

.shop-category-style-02:hover .shop-product-image a.product-view-link {
    opacity: 1;
    transform: scale(1.1, 1.1) translate(-50%, -50%);
    -webkit-transform: scale(1.1, 1.1) translate(-50%, -50%);
    -moz-transform: scale(1.1, 1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1, 1.1) translate(-50%, -50%);
}

/* products details page */
.product-image-slider img {
    cursor: crosshair;
}

.product-images-box .slider-product-next,
.product-images-box .slider-product-prev {
    width: 65px;
    height: 65px
}

/* other */
.cart-products td {
    color: #828282;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
    border-top: 0;
    padding: 25px 10px;
    line-height: 28px;
}

.cart-products th {
    border-top: 0;
    border-bottom: 1px solid #e4e4e4 !important;
    padding: 15px 10px;
    font-weight: 500;
    text-transform: capitalize;
}

.cart-products .product-remove {
    width: 25px;
}

.cart-products .cart-product-image {
    max-width: 75px;
}

.cart-products .product-thumbnail {
    width: 110px;
}

.cart-products .product-name .variation {
    float: left;
    width: 100%;
}

.cart-products .product-name .variation .variation-Size {
    float: left;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside;
    font-weight: normal;
}

.cart-products .product-name .variation .variation-Size p {
    margin: 0;
}

.quantity {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.qty-btn {
    width: 22px;
    height: 19px;
    line-height: 19px;
    border: 0;
    border-left: 1px solid #e8e8e8;
    padding: 0;
    margin: 0;
    position: absolute;
    background: transparent;
}

.qty-btn:focus {
    border: none;
    border-left: 1px solid #e8e8e8;
}

.qty-plus:focus {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.qty-minus {
    right: 1px;
    top: 20px;
    padding-left: 2px;
    border-radius: 0;
}

.qty-plus {
    top: 1px;
    right: 1px;
    border-bottom: 1px solid #e8e8e8;
    height: 20px;
    line-height: 20px;
    padding-left: 1px;
    border-radius: 0;
}

.qty-text {
    margin: 0;
    padding: 0 24px 0 0;
    width: 65px;
    line-height: 40px;
    height: 40px;
    outline: none;
    border-radius: 0;
    outline: none;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.coupon-code-panel {
    position: relative;
}

.coupon-code-panel input {
    margin: 0;
    border: none;
    border: 1px dashed #e4e4e4;
    padding: 10px 70px 11px 45px;
    width: 100%;
    position: relative
}

.coupon-code-panel:before {
    position: absolute;
    content: "\e8bf";
    font-family: 'feather';
    position: absolute;
    left: 20px;
    z-index: 2;
    line-height: 44px
}

.coupon-code-panel .apply-coupon-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #232323;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
}

.cart-btn {
    position: relative;
    font-size: 12px;
    line-height: 20px;
}

.cart-btn:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: #000;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.total-price-table td,
.total-price-table th {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.total-price-table tr:last-child th,
.total-price-table tr:last-child td {
    border: none;
}

.total-price-table .calculate-shipping th .calculate-shipping-title {
    position: relative;
    color: #212529;
}

.total-price-table .calculate-shipping th .calculate-shipping-title:after {
    font-family: 'feather';
    content: "\e842";
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
}

.total-price-table .calculate-shipping th .calculate-shipping-title:hover {
    outline: none;
    color: #212529;
}

.price-filter.ui-widget.ui-widget-content {
    border-radius: 0;
    background-color: #dfdfdf;
    border: 1px solid #fff;
    height: 5px;
    margin: 25px 3px 30px 8px;
}

.price-filter .ui-slider-range {
    background-color: #232323;
    height: 3px;
}

.price-filter .ui-slider-handle {
    background-color: #fff;
    width: 13px;
    height: 13px;
    top: -5px;
    border: 1px solid #bbb;
    border-radius: 100%;
    cursor: ew-resize;
    outline: 0;
}

.price-filter-details .btn-filter {
    font-size: 10px;
    color: #101010;
    background-color: transparent;
    float: right;
    padding: 1px 12px;
    outline: none;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #d6d6d6;
    line-height: 19px;
}

.price-filter-details .btn-filter:hover {
    color: #fff;
    background-color: #232323;
    border: 1px solid #232323;
}

.price-filter-details .price-filter-amount .price-amount {
    border: none;
    padding: 0;
    max-width: 115px;
    background-color: transparent;
}

/* ===================================
    25. Elements
====================================== */

/* client logo style 01 */
.client-logo-style-01 .client-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 0;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    opacity: 1;
}

.client-logo-style-01 .client-box:hover {
    z-index: 10;
}

.client-logo-style-01 .client-box:before,
.client-logo-style-01 .client-box:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    opacity: 1;
}

.client-logo-style-01 .client-box:before {
    width: calc(100% + 3px);
    height: calc(100% + 4px);
    z-index: 1;
    transition: height 1s ease, opacity .8s ease;
    -webkit-transition: height 1s ease, opacity .8s ease;
    -moz-transition: height 1s ease, opacity .8s ease;
    -ms-transition: height 1s ease, opacity .8s ease;
    -o-transition: height 1s ease, opacity .8s ease;
}

.client-logo-style-01 .client-box:after {
    height: calc(100% + 4px);
    width: 100%;
    z-index: 1;
    transition: width 1s ease, opacity .8s ease;
}

.client-logo-style-01 .client-box:hover:before {
    transition: height .2s ease, opacity .3s ease;
    -webkit-transition: height .2s ease, opacity .3s ease;
    -moz-transition: height .2s ease, opacity .3s ease;
    -ms-transition: height .2s ease, opacity .3s ease;
    -o-transition: height .2s ease, opacity .3s ease;
    height: calc(100% - 20px);
    opacity: .7;
}

.client-logo-style-01 .client-box:hover:after {
    transition: width .2s ease, opacity .3s ease;
    -webkit-transition: width .2s ease, opacity .3s ease;
    -moz-transition: width .2s ease, opacity .3s ease;
    -ms-transition: width .2s ease, opacity .3s ease;
    -o-transition: width .2s ease, opacity .3s ease;
    width: calc(100% - 20px);
    opacity: .8;
}

.client-logo-style-01 .client-box .client-box-image {
    z-index: 2;
    position: relative;
}

/* client logo style 02 */
.client-logo-style-02 .client-logo {
    opacity: 0.6;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

.client-logo-style-02 .client-logo:hover {
    opacity: 1;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

/* client logo style 03 */
.client-logo-style-03 img {
    filter: grayscale(1);
    transition-property: filter;
    -webkit-transition-property: filter;
    -moz-transition-property: filter;
    -ms-transition-property: filter;
    -o-transition-property: filter;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.client-logo-style-03 a:hover img {
    filter: grayscale(0);
    transition-property: filter;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

/* client logo style 04 */
.client-logo-style-04 .client-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 0;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.client-logo-style-04 .client-box .client-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale(0.8);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.client-logo-style-04 .client-box:hover .client-overlay {
    opacity: 1;
    transform: scale(1);
}

/* client logo style 05 */
.client-logo-style-05 a {
    display: block
}

.client-logo-style-05 a img {
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.client-logo-style-05 a:hover img {
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

/* client logo style 06 */
.client-logo-style-06 .client-box {
    opacity: .5;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

.client-logo-style-06 .client-box:hover {
    opacity: 1;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

/* client logo style 07 */
.client-logo-style-07 .client-logo {
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.client-logo-style-07:hover .client-logo {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: .6;
}

.client-logo-style-07 .client-logo:hover {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

/* interactive banner style 01 */
.interactive-banners-style-01 * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.interactive-banners-style-01 {
    display: inline-block;
    float: none;
    border: 0;
    position: relative;
}

.interactive-banners-style-01 .interactive-banners-image {
    position: relative;
    overflow: hidden;
}

.interactive-banners-style-01 .interactive-banners-image img {
    width: 100%;
}

.interactive-banners-style-01 .interactive-banners-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.interactive-banners-style-01:hover .interactive-banners-hover {
    opacity: 1;
}

.interactive-banners-style-01 .interactive-banners-icon {
    width: 35px;
    height: 35px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
}

.interactive-banners-style-01:hover .rounded-icon {
    opacity: 1;
    transform: translateX(-18px);
    -moz-transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
}

.interactive-banners-style-01 .interactive-banners-title {
    opacity: 1;
    transform: translateY(35px);
    -moz-transform: translateY(35px);
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
}

.interactive-banners-style-01:hover .interactive-banners-title {
    opacity: 0;
    transform: translateY(70px);
    -moz-transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
}

.interactive-banners-style-01 .interactive-banners-sub-title {
    opacity: 0;
    transform: translateY(70px);
    -moz-transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
}

.interactive-banners-style-01:hover .interactive-banners-sub-title {
    opacity: 1;
    transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
}

.interactive-banners-style-01 .scale {
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.interactive-banners-style-01:hover .scale {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.interactive-banners-style-01:hover img {
    opacity: .5
}

/* interactive banner style 02 */
.interactive-banners-style-02 .category-name {
    position: absolute;
    top: 40px;
    left: 50px;
    line-height: 14px;
    background: #fff;
    color: #232323;
    text-transform: uppercase;
    padding: 8px 15px;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.interactive-banners-style-02>a {
    position: relative;
    display: block;
}

.interactive-banners-style-02:hover .category-name {
    background: #232323;
    color: #fff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.interactive-banners-style-02 .category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 50px 40px;
    width: 100%;
}

.interactive-banners-style-02 .interactive-banners-icon {
    opacity: 0;
    transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.interactive-banners-style-02:hover .interactive-banners-icon {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

/* interactive banner style 03 */
.interactive-banners-style-03 * {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.interactive-banners-style-03 {
    z-index: 0;
    position: relative;
}

.interactive-banners-style-03 .interactive-banners-image {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    top: 0;
}

.interactive-banners-style-03:hover .interactive-banners-image {
    opacity: 1;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.interactive-banners-style-03:hover span a,
.interactive-banners-style-03:hover i,
.interactive-banners-style-03:hover h6 a,
.interactive-banners-style-03:hover span {
    color: #fff !important;
}

.interactive-banners-style-03:hover .interactive-banners-name {
    border-color: #fff !important;
}

/* interactive banner style 04 */
.interactive-banners-style-04 .interactive-banners-content .btn {
    position: absolute;
    bottom: -30px;
    opacity: 0;
    margin: 0 auto;
    left: 0;
    right: 0
}

.interactive-banners-style-04 .interactive-banners-content:hover .btn {
    bottom: 0;
    opacity: 1
}

/* interactive banner style 05 */
.interactive-banners-style-05 * {
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.interactive-banners-style-05 {
    position: relative;
    overflow: hidden;
}

.interactive-banners-style-05 .interactive-banners-content,
.interactive-banners-style-05 .interactive-banners-overlayer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(calc(100% - 130px));
    -webkit-transform: translateY(calc(100% - 130px));
    -moz-transform: translateY(calc(100% - 130px));
    -ms-transform: translateY(100%) translateY(-130px);
}

.interactive-banners-style-05:hover .interactive-banners-content,
.interactive-banners-style-05:hover .interactive-banners-overlayer {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

.interactive-banners-style-05 .interactive-banners-content .interactive-banners-content-text {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.interactive-banners-style-05:hover .interactive-banners-content .interactive-banners-content-text {
    opacity: 1;
    visibility: visible;
}

.interactive-banners-style-05 .overlayer-box {
    height: 0;
    z-index: -1;
}

.interactive-banners-style-05:hover .overlayer-box {
    height: 100%;
}

.interactive-banners-style-05:hover .section-link {
    transform: translateY(0);
}

.interactive-banners-style-05:hover .section-link {
    opacity: 0;
    transform: translateY(100%);
}

/* interactive banner style 06 */
.interactive-banners-style-06 {
    display: inline-block;
    position: relative;
}

.interactive-banners-style-06 .interactive-banners-text {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    transition: -webkit-transform .3s cubic-bezier(.2, .95, .25, 1);
    transition: transform .3s cubic-bezier(.2, .95, .25, 1);
    transition: transform .3s cubic-bezier(.2, .95, .25, 1), -webkit-transform .3s cubic-bezier(.2, .95, .25, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.interactive-banners-style-06 a:hover .interactive-banners-text {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.interactive-banners-style-06 .interactive-banners-icon {
    -webkit-transform: scaleX(0) translateX(0);
    transform: scaleX(0) translateX(0);
    transition: -webkit-transform .3s cubic-bezier(.2, .95, .25, 1);
    transition: transform .3s cubic-bezier(.2, .95, .25, 1);
    transition: transform .3s cubic-bezier(.2, .95, .25, 1), -webkit-transform .3s cubic-bezier(.2, .95, .25, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.interactive-banners-style-06 a:hover .interactive-banners-icon {
    -webkit-transform: scaleX(1) translateX(-3.727em);
    transform: scaleX(1) translateX(0);
}

/* interactive banner style 07 */
.interactive-banners-style-07 .interactive-banners-box,
.interactive-banners-style-07 .interactive-banners-box .interactive-banners-box-image {
    position: relative;
    overflow: hidden;
}

.interactive-banners-style-07 .interactive-banners-box-image .fancy-text-overlay,
.interactive-banners-style-07 .interactive-banners-box .fancy-text-content,
.interactive-banners-style-07 .interactive-banners-box img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.interactive-banners-style-07 .interactive-banners-box .fancy-text-content {
    position: absolute;
    width: 100%;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    height: auto;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
}

.interactive-banners-style-07 .interactive-banners-box:hover .fancy-text-content {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
}

.interactive-banners-style-07 .interactive-banners-box .fancy-text-content span {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.interactive-banners-style-07 .interactive-banners-box:hover .fancy-text-content span {
    opacity: 0;
}

.interactive-banners-style-07 .interactive-banners-box .fancy-text-content .btn {
    opacity: 0;
    white-space: nowrap;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
}

.interactive-banners-style-07 .interactive-banners-box:hover .fancy-text-content .btn {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

.interactive-banners-style-07 .interactive-banners-box:hover img {
    opacity: .7
}

/* interactive banner style 08 */
.interactive-banners-style-08 .interactive-banners-box-image {
    position: relative;
    overflow: hidden;
}

.interactive-banners-style-08 .interactive-banners-box-image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.interactive-banners-style-08:hover .interactive-banners-box-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.interactive-banners-style-08 .interactive-banners-box-image .btn {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 44px;
    width: 44px;
    line-height: 40px;
    padding: 0;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.interactive-banners-style-08:hover .interactive-banners-box-image .btn {
    opacity: 1;
}

.interactive-banners-style-08 span {
    opacity: 1;
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.interactive-banners-style-08:hover span {
    opacity: 0;
}

.interactive-banners-style-08 .interactive-banners-box-sub-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.interactive-banners-style-08:hover .interactive-banners-box-sub-title {
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

.interactive-banners-style-08 .interactive-banners-box-hover {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.interactive-banners-style-08:hover .interactive-banners-box-hover {
    opacity: 1;
}

/* interactive banner style 09 */
.interactive-banners-style-09 figure {
    position: relative;
    overflow: hidden;
}

.interactive-banners-style-09 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.interactive-banners-style-09 .interactive-banners-content .interactive-banners-hover-icon {
    position: absolute;
    left: 60px;
    bottom: 60px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.interactive-banners-style-09 figcaption:hover .interactive-banners-content .interactive-banners-hover-icon {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.interactive-banners-style-09 .interactive-banners-hover-action {
    opacity: 0;
    position: absolute;
    bottom: -25px;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.interactive-banners-style-09 .interactive-banners-action-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.interactive-banners-style-09 figcaption:hover .interactive-banners-hover-action {
    opacity: 1;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.interactive-banners-style-09 figure img {
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    transition-duration: 2s;
}

.interactive-banners-style-09 figure:hover img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
}

.interactive-banners-style-09 .interactive-banners-overlay {
    opacity: 0;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.interactive-banners-style-09 figure:hover .interactive-banners-overlay {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

/* interactive banner style 10 */
.interactive-banners-style-10 figure {
    position: relative;
    margin-bottom: 0;
}

.interactive-banners-style-10 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.interactive-banners-style-10 figcaption a {
    top: -15px;
    position: relative
}

.interactive-banners-style-10 figure:hover figcaption {
    opacity: 1;
}

.interactive-banners-style-10 figure:hover figcaption a {
    top: 0
}

/* interactive banner style 11 */
.interactive-banners-style-11 .interactive-banners-box,
.interactive-banners-style-11 .interactive-banners-box .interactive-banners-box-image {
    position: relative;
    overflow: hidden;
}

.interactive-banners-style-11 .interactive-banners-box-image .interactive-banners-text-overlay,
.interactive-banners-style-11 .interactive-banners-box .interactive-banners-text-content,
.interactive-banners-style-11 .interactive-banners-box .interactive-banners-box-image img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.interactive-banners-style-11 .interactive-banners-box-image .interactive-banners-text-overlay {
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.interactive-banners-style-11 .interactive-banners-box:hover .interactive-banners-text-overlay {
    opacity: .77;
}

.interactive-banners-style-11 .interactive-banners-box:hover .interactive-banners-box-image img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.interactive-banners-style-11 .interactive-banners-box .interactive-banners-text-content {
    position: absolute;
    width: 100%;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    height: auto;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
}

.interactive-banners-style-11 .interactive-banners-box:hover .interactive-banners-text-content {
    transform: translateY(-65px);
    -webkit-transform: translateY(-65px);
    -moz-transform: translateY(-65px);
    -ms-transform: translateY(-65px);
}

.interactive-banners-style-11 .interactive-banners-box .interactive-banners-text-content .btn {
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
}

.interactive-banners-style-11 .interactive-banners-box:hover .interactive-banners-text-content .btn {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

/* interactive banner style 12 */
.interactive-banners-style-12 figure {
    margin: 0;
}

.interactive-banners-style-12 figure .interactive-banners-image {
    position: relative;
    overflow: hidden;
}

.interactive-banners-style-12 figure .interactive-banners-image img {
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
}

.interactive-banners-style-12 figure:hover img {
    opacity: 0.4;
}

.interactive-banners-style-12 figure .interactive-banners-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
}

.interactive-banners-style-12 figure .interactive-banners-details a {
    transform: scale(.9, .9);
    -webkit-transform: scale(.9, .9);
    -moz-transform: scale(.9, .9);
    -ms-transform: scale(.9, .9);
    -o-transform: scale(.9, .9);
    opacity: 0;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
}

.interactive-banners-style-12 figure:hover .interactive-banners-details a {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    opacity: 1;
}

.interactive-banners-style-12 figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(50%);
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
}

.interactive-banners-style-12 figure:hover figcaption {
    transform: translateY(30px);
    opacity: 0
}

/* interactive banner style 13 */
.interactive-banners-style-13 * {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.interactive-banners-style-13 {
    overflow: hidden;
    position: relative;
}

.interactive-banners-style-13 .interactive-banners-content {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.interactive-banners-style-13 .interactive-banners-content .interactive-banners-title {
    margin-bottom: -20px;
}

.interactive-banners-style-13:hover .interactive-banners-title {
    margin-bottom: 10px;
}

.interactive-banners-style-13 .interactive-banners-content .interactive-banners-link {
    opacity: 0;
    transform: scale(1, 1);
}

.interactive-banners-style-13:hover .interactive-banners-link {
    opacity: 1;
    transform: scale(1, 1);
}

.interactive-banners-style-13 .interactive-banners-image {
    position: relative;
    left: 0;
    width: 75%;
}

.interactive-banners-style-13:hover .interactive-banners-image {
    left: -20%;
    filter: grayscale(100%);
    opacity: .8
}

/* interactive banner style 14 */
.interactive-banners-style-14 * {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.interactive-banners-style-14 figure {
    position: relative;
    overflow: hidden;
}

.interactive-banners-style-14 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.interactive-banners-style-14 figcaption .hover-show-content {
    opacity: 0;
    visibility: hidden;
    margin-bottom: -40px;
}

.interactive-banners-style-14 figure figcaption .hover-content-detail {
    opacity: 0;
    min-height: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}

.interactive-banners-style-14 figure:hover figcaption .hover-content-detail {
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.interactive-banners-style-14 figure:hover figcaption .hover-content {
    transform: translateY(-40px);
}

.interactive-banners-style-14 figure:hover figcaption .hover-show-content {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.interactive-banners-style-14 figure figcaption .overlayer-box {
    opacity: 0;
}

.interactive-banners-style-14 figure:hover figcaption .overlayer-box {
    opacity: .85;
}

.interactive-banners-style-14 figcaption .hover-action-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.interactive-banners-style-14 figure:hover figcaption .hover-action-btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
}

/* interactive list style */
.fullscreen-hover-list {
    max-height: 80vh;
    overflow: auto;
}

.fullscreen-hover-list .hover-list-item {
    display: table;
}

.fullscreen-hover-list .hover-list-item a {
    display: inline-block;
}

.fullscreen-hover-list .hover-list-item .fullscreen-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fullscreen-hover-list .hover-list-item.active .fullscreen-hover-image {
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fullscreen-hover-list .hover-list-item .interactive-title {
    display: inline-block;
    vertical-align: middle;
    padding: 25px 35px;
    color: transparent;
    -webkit-text-stroke: 2px #000;
    text-stroke: 2px #000;
    position: relative;
}

.fullscreen-hover-list.light .hover-list-item .interactive-title {
    color: #3e3e3e;
    -webkit-text-stroke: 2px #4e4e4f;
    text-stroke: 2px #4e4e4f;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    transition-duration: 0.5s;
}

.fullscreen-hover-list.light .hover-list-item:hover .interactive-title {
    color: #fff;
    -webkit-text-stroke: 0 #4e4e4f;
    text-stroke: 0 #4e4e4f;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.fullscreen-hover-list .hover-list-item .interactive-title:after {
    content: attr(data-link-text);
    position: absolute;
    left: 35px;
    bottom: 25px;
    width: 0;
    height: calc(100% - 50px);
    -webkit-text-fill-color: #000;
    transition-duration: 0.4s;
    overflow: hidden;
    transition-timing-function: ease-in-out;
}

.fullscreen-hover-list.light .hover-list-item .interactive-title:after {
    -webkit-text-fill-color: #fff;
}

.fullscreen-hover-list .hover-list-item.active .interactive-title:after {
    width: calc(100% - 70px);
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
}

.fullscreen-hover-list .hover-list-item .interactive-number {
    opacity: .3;
    display: inline-block;
    vertical-align: middle;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
}

.fullscreen-hover-list .hover-list-item.active .interactive-number {
    opacity: 1;
    transform: translateX(65px);
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
}

.fullscreen-hover-list .hover-list-item .interactive-line {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 1px;
    margin-left: 35px;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
}

.fullscreen-hover-list .hover-list-item.active .interactive-line {
    transform: scale(0);
    opacity: 0;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
}

.fullscreen-hover-list .hover-list-item.active .interactive-title {
    color: #fff;
    -webkit-text-stroke: 0 #4e4e4f;
    text-stroke: 0 #4e4e4f;
}

.fullscreen-hover-list .hover-list-item .interactive-icon {
    vertical-align: middle;
    line-height: normal;
    font-size: 50px;
    position: relative;
    top: 6px;
    opacity: 0;
    visibility: hidden;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
}

/* services box style 01 */
.services-box-style-01 * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.services-box-style-01 .services-box-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.services-box-style-01:hover .services-box-hover {
    opacity: 1;
}

.services-box-style-01 .services-box-hover .services-icon {
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px;
    opacity: 0;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
}

.services-box-style-01 .services-icon a {
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    line-height: 46px;
    text-align: center;
    margin: 0 3px;
}

.services-box-style-01:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    opacity: 0.5;
}

.services-box-style-01:hover .services-icon {
    transition-delay: .2s;
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

/* pie charts style 01 */
.pie-chart-style-01 {
    text-align: center;
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pie-chart-style-01 .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* pie charts style 02 */
.pie-chart-style-02 {
    text-align: center;
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pie-chart-style-02 .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* list style 01 */
.list-style-01 * {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
}

.list-style-01 li {
    position: relative;
    padding: 12px 25px 14px 25px;
    z-index: 1;
    list-style: none;
}

.list-style-01 li i {
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 16px;
    opacity: .7
}

.list-style-01 li .list-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.list-style-01 li:hover .list-hover {
    opacity: 1;
}

.list-style-01 li:hover i {
    left: 25px;
    opacity: 1
}

.list-style-01 li:hover {
    padding: 12px 25px 14px 50px;
}

/* list style 02 */
.list-style-02 li {
    list-style: none;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.list-style-02 li i {
    line-height: 30px;
}

/* list style 03 */
.list-style-03 {
    list-style: none;
}

.list-style-03.light li {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.list-style-03 li {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

.list-style-03 li:last-child {
    border-bottom: none;
}

/* list style 04 */
.list-style-04 li {
    padding: 10px 20px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-style-04 li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* list style 05 */
.list-style-05 {
    padding-left: 20px;
    text-align: left;
    margin-left: 10px;
}

.list-style-05 li {
    margin-bottom: 10px
}

/* list style 06 */
.list-style-06 li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.list-style-06 li i {
    font-size: 14px;
    margin: auto;
}

/* list style 07 */
.list-style-07 li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 18px;
}

.list-style-07 li:last-child {
    margin-bottom: 0;
}

.list-style-07 li a {
    display: inline-block;
    text-align: left;
}

.list-style-07 li .item-qty {
    font-size: 14px;
    position: absolute;
    top: 1px;
    right: 0;
    text-align: right;
}

.list-style-07 li a:hover .product-cb:after,
.list-style-07 li a.active .product-cb:after,
.list-style-07 li a .product-cb:hover:after {
    font-family: "Font Awesome\ 5 Free";
    font-size: 10px;
    content: "\f00c";
    position: absolute;
    left: 3px;
    top: -1px;
    font-weight: 900;
    line-height: 16px;
}

.list-style-07 li a:hover {
    color: #0038e3;
}

.list-style-07.filter-category li,
.list-style-07.filter-size li {
    padding: 0 30px;
}

.list-style-07.filter-category li a .product-cb,
.list-style-07.filter-size li a .product-cb {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    text-align: center;
    margin-right: 12px;
    display: inline-block;
    border: 1px solid #cacaca;
    background-color: #fff;
    position: relative;
    top: 4px;
}

.list-style-07.filter-category li a .product-cb.product-category-cb,
.list-style-07.filter-size li a .product-cb.product-size-cb {
    position: absolute;
    top: 2px;
    left: 0;
}

.list-style-07.filter-color li a .product-cb {
    width: 16px;
    height: 16px;
    text-align: center;
    margin-right: 12px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    top: 2px;
}

.list-style-07.filter-color li a:hover .product-cb:after {
    color: #fff;
    top: 0;
    left: 4px;
}

/* list style 08 */
.list-style-08 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 0;
}

.list-style-08 li:last-child {
    padding-bottom: 0;
}

.list-style-08 li .label-new,
.list-style-08 li .label-hot {
    background-color: #70a967;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 9px;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: 1px;
}

.list-style-08 li .label-hot {
    background-color: #d74a3a;
}

/* accordion style 01 */
.accordion-style-01 .panel .panel-heading {
    padding: 5px 0;
}

.accordion-style-01 .panel .panel-body {
    padding: 20px 15px 25px 7px;
}

/* accordion style 02 */
.accordion-style-02 .panel .panel-heading {
    border-bottom: 1px solid;
    padding: 15px 25px 15px 0;
    position: relative;
}

.accordion-style-02 .panel:last-child .panel-heading {
    border: none;
}

.accordion-style-02 .panel:last-child .panel-heading.active-accordion {
    border-bottom: 1px solid;
}

.accordion-style-02 .panel .panel-heading i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.accordion-style-02 .panel .panel-body {
    padding: 30px 20px 30px 0;
}

/* accordion style 03 */
.accordion-style-03 .panel {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 22px
}

.accordion-style-03 .panel .panel-heading {
    padding: 18px 25px 18px 0;
    position: relative;
}

.accordion-style-03 .panel .panel-heading i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.accordion-style-03 .panel .panel-body {
    padding: 0 20px 30px 0;
}

/* accordion style 04 */
.accordion-style-04 .panel {
    border-bottom: 1px solid;
    padding: 20px 30px;
}

.accordion-style-04 .panel:first-child {
    padding-top: 0;
}

.accordion-style-04 .panel:last-child {
    border: none;
    padding-bottom: 0;
}

.accordion-style-04 .panel-heading {
    position: relative;
}

.accordion-style-04 .panel .panel-time {
    min-width: 195px;
    display: inline-block;
}

.accordion-style-04 .panel .accordion-toggle {
    display: inline-block;
    width: calc(100% - 400px);
}

.accordion-style-04 .panel .panel-title i {
    position: absolute;
    right: 0;
    top: 8px;
    font-weight: 700;
}

.accordion-style-04 .panel .panel-speaker {
    display: inline-block;
}

.accordion-style-04 .panel .panel-body {
    margin-left: 199px;
    width: 38%;
    padding: 10px 0 7px;
}

/* accordion style 05 */
.accordion-style-05 * {
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.accordion-style-05 .panel .panel-heading {
    border-bottom: 1px solid;
    padding: 15px 50px 15px 50px;
    position: relative;
}

.accordion-style-05 .panel .panel-heading.active-accordion {
    background-color: #1C101E;
    border-bottom-color: #1C101E !important;
    padding-top: 35px;
}

.accordion-style-05 .panel:last-child .panel-heading {
    border: none;
}

.accordion-style-05 .panel:last-child .panel-heading.active-accordion {
    border-bottom: 1px solid;
}

.accordion-style-05 .panel .panel-heading i {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.accordion-style-05 .panel .panel-heading.active-accordion i {
    top: calc(50% + 10px);
}

.accordion-style-05 .panel .panel-body {
    padding: 0 90px 20px 50px;
}

.accordion-style-05 .panel .collapse.show,
.accordion-style-05 .panel .collapsing {
    background-color: #1C101E;
}

.accordion-style-05 .panel .collapse.show .panel-body,
.accordion-style-05 .panel .collapsing .panel-body {
    padding-bottom: 40px;
}

/* time table */
.time-table .panel {
    border-bottom: 1px solid;
    padding: 35px 70px;
}

.time-table .panel-heading {
    position: relative;
}

.time-table .panel .panel-time {
    min-width: 210px;
    display: inline-block;
}

.time-table .panel .panel-body {
    margin-left: 0;
    width: calc(100% - 410px);
    padding: 10px 0 7px;
    display: inline-flex;
}

.time-table .panel .panel-speaker {
    display: inline-block;
}

.time-table .tab-content>.tab-pane {
    padding: 0 15px;
}

/* newsletter email */
.newsletter-email input {
    padding-right: 130px;
}

.newsletter-email .btn {
    position: absolute;
    line-height: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    border: 1px solid #b0b0b0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0 25px
}

/* newsletter style 01 */
.newsletter-style-01 .btn {
    position: absolute;
    top: 50%;
    border-radius: 0 100px 100px 0;
    right: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 24px;
    letter-spacing: inherit;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 100%;
}

.newsletter-style-01 .btn.bg-fast-blue:hover,
.newsletter-style-01 .btn.bg-fast-blue:focus {
    background-color: #0038e3;
}

.newsletter-style-01 .btn.text-slate-blue:hover,
.newsletter-style-01 .btn.text-slate-blue:focus {
    color: #262b35;
}

.newsletter-style-01 input {
    padding-right: 125px;
}

/* newsletter style 02 */
.newsletter-style-02 .btn {
    position: absolute;
    top: 50%;
    border-radius: 0;
    right: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: inherit;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.newsletter-style-02 .btn.text-fast-blue:hover {
    color: #0038e3;
}

.newsletter-style-02 input {
    padding-right: 145px;
}

/* newsletter style 03 */
.newsletter-style-03 .btn {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    padding: 4px 18px;
    letter-spacing: inherit;
    overflow: hidden;
}

.newsletter-style-03 input {
    padding-right: 70px;
}

.newsletter-style-03 .medium-input+.btn {
    padding: 4px 18px;
}

.newsletter-style-03 .large-input+.btn {
    padding: 4px 23px;
}

/* newsletter style 04 */
.newsletter-style-04 .btn {
    position: absolute;
    top: 50%;
    border-radius: 0 6px 6px 0;
    right: 0px;
    border: 0 solid rgba(0, 0, 0, 0.1);
    padding: 8px 35px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 99%;
}

.newsletter-style-04 input {
    padding-right: 210px;
}

/* instagram */
.instafeed-grid {
    list-style: none;
    text-align: center;
}

.instafeed-grid figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 3px;
}

.instafeed-grid figure a .insta-counts {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(35, 35, 35, 0.7);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.instafeed-grid figure a .insta-counts i {
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.instafeed-grid figure:hover a .insta-counts {
    opacity: 1
}

.instagram-follow-api .instagram-title {
    z-index: 1;
    white-space: nowrap;
    padding: 15px 30px;
    box-shadow: 0 0 35px rgba(23, 23, 23, .4)
}

/* sidebar instagram */
aside .instafeed-grid.gutter-small {
    margin-left: -5px;
    margin-right: -5px;
}

aside .instafeed-grid.gutter-very-small {
    margin-left: -3px;
    margin-right: -3px;
}

aside .instafeed-grid.gutter-medium {
    margin-left: -7px;
    margin-right: -7px;
}

aside .instafeed-grid.gutter-large {
    margin-left: -10px;
    margin-right: -10px;
}

aside .instafeed-grid.gutter-extra-large {
    margin-left: -15px;
    margin-right: -15px;
}

aside .instafeed-grid.gutter-double-extra-large {
    margin-left: -20px;
    margin-right: -20px;
}

/* feature box */
.feature-box * {
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
}

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    z-index: 1;
    position: relative;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
}

.feature-box .feature-box-content {
    max-width: 100%;
}

.feature-box-left-icon .feature-box-icon {
    margin-right: 35px;
}

.feature-box-left-icon {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

.feature-box-left-icon .feature-box-content {
    overflow: hidden;
    flex: 1;
}

.feature-box-left-icon-middle {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

.feature-box-left-icon-middle .feature-box-content {
    overflow: hidden;
    -webkit-box-flex: 1;
    flex: 1;
}

.feature-box.text-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.feature-box.text-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.feature-box.feature-box-shadow:hover,
.feature-box .feature-box-shadow:hover {
    border-color: transparent !important;
    -moz-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.feature-box.feature-box-shadow .feature-box-overlay {
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    opacity: 0;
}

.feature-box.feature-box-shadow:hover .feature-box-overlay {
    opacity: 1;
}

.feature-box-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

.feature-box:hover .feature-box-overlay {
    opacity: 1;
}

.feature-box.feature-box-dark-hover:hover .feature-box-icon,
.feature-box.feature-box-dark-hover:hover i,
.feature-box.feature-box-dark-hover:hover span,
.feature-box.feature-box-dark-hover:hover p,
.feature-box.feature-box-dark-hover:hover .btn,
.feature-box.feature-box-dark-hover:hover a,
.feature-box.feature-box-dark-hover:hover h1,
.feature-box.feature-box-dark-hover:hover h2,
.feature-box.feature-box-dark-hover:hover h3,
.feature-box.feature-box-dark-hover:hover h4,
.feature-box.feature-box-dark-hover:hover h5,
.feature-box.feature-box-dark-hover:hover h6 {
    color: #ffffff !important;
}

.feature-box.feature-box-dark-hover:hover .btn {
    border-color: #ffffff !important;
}

.feature-box.feature-box-dark-hover:hover [class^="text-gradient"],
.feature-box.feature-box-dark-hover:hover [class*=" text-gradient"] {
    color: #ffffff !important;
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}

.feature-box.feature-box-light-hover:hover .feature-box-icon,
.feature-box.feature-box-light-hover:hover i,
.feature-box.feature-box-light-hover:hover span,
.feature-box.feature-box-light-hover:hover p,
.feature-box.feature-box-light-hover:hover .btn,
.feature-box.feature-box-light-hover:hover a,
.feature-box.feature-box-light-hover:hover h1,
.feature-box.feature-box-light-hover:hover h2,
.feature-box.feature-box-light-hover:hover h3,
.feature-box.feature-box-light-hover:hover h4,
.feature-box.feature-box-light-hover:hover h5,
.feature-box.feature-box-light-hover:hover h6 {
    color: #232323 !important;
}

.feature-box.feature-box-light-hover:hover .btn {
    border-color: #232323 !important;
}

.feature-box.feature-box-light-hover:hover [class^="text-gradient"],
.feature-box.feature-box-light-hover:hover [class*=" text-gradient"] {
    color: #232323 !important;
    background-image: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}

.feature-box.feature-box-light-hover:hover p,
.feature-box.feature-box-dark-hover:hover p {
    opacity: .65
}

/* feature box icon hover */
.feature-box-icon-rounded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.feature-box-icon-rounded i {
    position: relative;
    z-index: 1;
}

.feature-box-icon-rounded .feature-box-icon-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.feature-box:hover .feature-box-icon-hover {
    opacity: 1;
}

.feature-box:hover .light i {
    color: #232323;
}

.feature-box:hover .dark i {
    color: #ffffff;
}

/* feature box show hover */
.feature-box.feature-box-show-hover .feature-box-move-bottom-top {
    width: 100%;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    overflow: hidden;
}

.feature-box.feature-box-show-hover:hover .feature-box-move-bottom-top {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.feature-box.feature-box-show-hover .move-bottom-top {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.feature-box.feature-box-show-hover:hover .move-bottom-top {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* feature box hide show hover */
.feature-box.feature-box-hide-show-hover .feature-box-move-bottom-top {
    width: 100%;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    overflow: hidden;
}

.feature-box.feature-box-hide-show-hover:hover .feature-box-move-bottom-top {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}

.feature-box.feature-box-hide-show-hover .move-bottom-top {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.feature-box.feature-box-hide-show-hover:hover .move-bottom-top {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.feature-box.feature-box-hide-show-hover:hover .feature-box-icon {
    opacity: 0;
}

/* feature box svg */
.feature-box-svg {
    position: relative;
}

.feature-box-svg i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* tab */
.nav-tabs {
    border: none;
}

.nav-tabs>li.nav-item {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 20px;
}

.nav-tabs>li.nav-item>a.nav-link {
    border: none;
    margin-bottom: 0;
}

.nav-tabs>li.nav-item>a.nav-link {
    border-bottom: 1px solid transparent;
}

.nav-tabs>li.nav-item>a.nav-link.active,
.nav-tabs>li.nav-item>a.nav-link.active:hover,
.nav-tabs>li.nav-item>a.nav-link:hover {
    background: transparent;
    border-color: #222222;
    color: #222222;
    cursor: pointer;
}

.nav-tabs.nav-tabs-light>li.nav-item>a.nav-link.active,
.nav-tabs.nav-tabs-light>li.nav-item>a.nav-link.active:focus,
.nav-tabs.nav-tabs-light>li.nav-item>a.nav-link:focus,
.nav-tabs.nav-tabs-light>li.nav-item>a.nav-link:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}

/* tab style 01 */
.tab-style-01 .nav-tabs>li.nav-item {
    padding: 0 35px;
}

.tab-style-01 .nav-tabs>li.nav-item>a.nav-link {
    padding: 0;
    margin-left: 25px;
    position: relative;
    border-bottom: none !important
}

.tab-style-01 .grid-filter.nav-tabs>li.nav-item>a.nav-link {
    margin-left: 0;
}

.tab-style-01 .nav-tabs>li.nav-item .tab-border {
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.5s;
}

.tab-style-01 .nav-tabs>li.nav-item>a.nav-link.active+.tab-border,
.tab-style-01 .nav-tabs>li.active .tab-border {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.tab-style-01 .nav-tabs>ul {
    counter-reset: slideNum;
}

.tab-style-01 .nav-tabs>li {
    counter-increment: slideNum;
    line-height: 16px
}

.tab-style-01 .nav-tabs>li.nav-item>a.nav-link:before {
    content: "0" counter(slideNum)".";
    position: absolute;
    left: -25px;
}

.tab-style-01 .grid-filter.nav-tabs>li.nav-item>a.nav-link:before {
    display: none;
}

.tab-style-01 .nav-tabs>li:last-child {
    border-right: none;
    padding-right: 0
}

.tab-style-01 .nav-tabs>li:first-child {
    padding-left: 0
}

.tab-style-01.without-number .nav-tabs>li.nav-item>a.nav-link:before {
    content: ""
}

.tab-style-01.without-number .nav-tabs>li.nav-item>a.nav-link {
    margin-left: 0
}

@media(hover: hover) {
    .tab-style-01 .nav-tabs>li.nav-item>a.nav-link:hover+.tab-border {
        opacity: 1;
        width: 100%;
        visibility: visible;
    }
}

/* tab style 02 */
.tab-style-02 .nav-tabs>li.nav-item {
    margin: 0 20px;
}

.tab-style-02 .nav-tabs>li.nav-item *,
.tab-style-02 .nav-tabs>li.nav-item:hover * {
    transition-duration: 0.3s;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link {
    border-bottom: none;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link>i {
    display: block;
    margin: 0 auto 15px;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:hover>i,
.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:focus>i,
.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active>i {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link>.tab-label {
    display: block;
    margin: 0 auto 20px;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:hover>.tab-label,
.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:focus>.tab-label,
.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active>.tab-label {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link>.tab-label {
    opacity: 0;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:hover>.tab-label,
.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:focus>.tab-label,
.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active>.tab-label {
    opacity: 1;
}

.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active,
.tab-style-02 .nav-tabs>li.nav-item>a.nav-link.active:focus,
.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:focus,
.tab-style-02 .nav-tabs>li.nav-item>a.nav-link:hover {
    border-bottom: none;
    color: #0038e3;
    background: none;
}

.tab-style-02 .nav-tabs.nav-tabs-light>li.nav-item>a.nav-link.active,
.tab-style-02 .nav-tabs.nav-tabs-light>li.nav-item>a.nav-link.active:focus,
.tab-style-02 .nav-tabs.nav-tabs-light>li.nav-item>a.nav-link:focus,
.tab-style-02 .nav-tabs.nav-tabs-light>li.nav-item>a.nav-link:hover {
    color: #fff;
}

/* tab style 03 */
.tab-style-03 .nav-tabs>li.nav-item {
    padding: 0 35px;
}

.tab-style-03 .nav-tabs>li {
    border-right: 1px solid rgba(130, 130, 130, 0.3);
    line-height: 12px;
}

.tab-style-03 .nav-tabs>li.nav-item>a.nav-link {
    padding: 0;
    position: relative;
    border-bottom: none !important
}

.tab-style-03 .nav-tabs>li:last-child {
    border-right: none;
    padding-right: 0
}

.tab-style-03 .nav-tabs>li:first-child {
    padding-left: 0
}

.tab-style-03 .nav-tabs.nav-tabs-light>li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* tab style 04 */
.tab-style-04 .nav-tabs>li.nav-item {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 1px solid;
}

.tab-style-04 .nav-tabs>li.nav-item>a.nav-link {
    border-bottom: none;
    border-radius: 0;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
    padding: 16px 50px;
    text-transform: uppercase;
    z-index: 1;
}

.tab-style-04 .tab-bg-active {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    opacity: 0;
}

.tab-style-04 .nav-tabs>li.nav-item>a.nav-link.active {
    color: #fff !important;
}

.tab-style-04 .nav-tabs>li.nav-item>a.nav-link.active+.tab-bg-active {
    opacity: 1;
}

.tab-style-04 .nav-tabs>li.nav-item>a.nav-link.active:focus,
.tab-style-04 .nav-tabs>li.nav-item>a.nav-link:focus,
.tab-style-04 .nav-tabs>li.nav-item>a.nav-link:hover {
    border-bottom: none;
    color: #232323;
    background: none;
}

.tab-style-04 .nav-tabs.nav-tabs-light>li.nav-item>a.nav-link.active,
.tab-style-04 .nav-tabs.nav-tabs-light>li.nav-item>a.nav-link.active:focus,
.tab-style-04 .nav-tabs.nav-tabs-light>li.nav-item>a.nav-link:focus,
.tab-style-04 .nav-tabs.nav-tabs-light>li.nav-item>a.nav-link:hover {
    color: #fff;
}

/* tab style 05 */
.tab-style-05 .nav-tabs {
    border: none;
}

.tab-style-05 .nav-tabs li {
    font-size: 14px;
    line-height: 28px;
    padding: 0;
}

.tab-style-05 .nav-tabs li a {
    display: flex;
    align-items: center;
    padding: 8px 40px;
    border-radius: 25px;
    border: none !important;
    justify-content: center
}

.tab-style-05 .nav-tabs li i {
    font-size: 18px
}

.tab-style-05 .nav-tabs li a:hover {
    border: none;
    color: #262B35 !important;
}

.tab-style-05 .nav-tabs .nav-link.active {
    background: #fff !important;
    box-shadow: 0 0px 15px 0 rgba(23, 23, 23, .08);
    border: none;
    color: #262B35 !important;
}

/* tab style 06 */
.tab-style-06 .nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.tab-style-06 .nav-tabs>li.nav-item {
    width: 20%;
    padding: 0;
}

.tab-style-06 .nav-tabs>li.nav-item>a.nav-link>span {
    display: block;
    color: #828282;
    font-weight: 400;
}

.tab-style-06 .nav-tabs>li.nav-item>a.nav-link {
    padding: 0 40px 22px;
    color: #232323;
    font-weight: 600;
    border-width: 3px;
}

.tab-style-06 .nav-tabs>li.nav-item>a.nav-link:hover,
.tab-style-06 .nav-tabs>li.nav-item>a.nav-link.active,
.tab-style-06 .nav-tabs>li.nav-item>a.nav-link.active:focus,
.tab-style-06 .nav-tabs>li.nav-item>a.nav-link:focus,
.tab-style-06 .nav-tabs>li.nav-item>a.nav-link:hover {
    border-bottom: 3px solid #ff7a56;
    color: #232323;
    opacity: 1;
}

/* tab style 07 */
.tab-style-07 .nav-tabs>li.nav-item {
    margin: 0 0 -1px 0;
}

.tab-style-07 .nav-tabs>li.nav-item *,
.tab-style-07 .nav-tabs>li.nav-item:hover * {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tab-style-07 .nav-tabs>li.nav-item>a.nav-link {
    color: #232323;
    border-bottom: 3px solid transparent;
    padding: 30px 40px 28px 40px;
}

.tab-style-07 .nav-tabs>li.nav-item>a.nav-link.active {
    border-color: #232323;
}

.tab-style-07 .nav-tabs>li.nav-item>a.nav-link>.tab-label {
    opacity: 0;
    display: block;
    margin: 0 auto 20px;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.tab-style-07 .nav-tabs>li.nav-item>a.nav-link:hover>.tab-label,
.tab-style-07 .nav-tabs>li.nav-item>a.nav-link:focus>.tab-label,
.tab-style-07 .nav-tabs>li.nav-item>a.nav-link.active>.tab-label {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* testimonials style 01 */
.testimonials-style-01 * {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.testimonials-style-01 {
    position: relative;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.testimonials-style-01 .testimonials-quotes {
    position: absolute;
    top: 0;
    -ms-transform: translateY(-50%) rotateY(0deg) rotateX(0deg);
    -moz-transform: translateY(-50%) rotateY(0deg) rotateX(0deg);
    -webkit-transform: translateY(-50%) rotateY(0deg) rotateX(0deg);
    transform: translateY(-50%) rotateY(0deg) rotateX(0deg);
}

.testimonials-style-01:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    background: #fff
}

.testimonials-style-01:hover .testimonials-bubble {
    color: #0039CC;
}

.testimonials-style-01:hover .testimonials-quotes {
    -ms-transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
    -moz-transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
    -webkit-transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
    transform: translateY(-50%) rotateY(-180deg) rotateX(-180deg);
}

/* testimonials style 02 */
.testimonials-style-02 {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.testimonials-style-02:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.testimonials-style-02 .testimonials-content {
    position: relative;
}

.testimonials-style-02 .testimonials-content .testimonials-rounded-icon {
    height: 75px;
    width: 75px;
    line-height: 71px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease-in-out;
}

.testimonials-style-02 .testimonials-content .testimonials-rounded-icon i {
    line-height: inherit;
}

.testimonials-style-02:hover .testimonials-rounded-icon {
    transform: translate(-50%, -50%) scale(1.2);
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
}

/* testimonials style 03 */
.testimonials-style-03 .testimonials-bubble {
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.testimonials-style-03 .testimonials-bubble:before,
.testimonials-style-01 .testimonials-bubble:after {
    content: "";
    height: 0;
    width: 0;
    border-width: 19px 14px 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: border-color 0.2s ease, bottom 0.2s ease;
    transition: border-color 0.2s ease, bottom 0.2s ease;
}

.testimonials-style-03 .testimonials-bubble:before {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #fff transparent transparent;
    border-width: 27px 10px 0;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -19px;
    left: 50px;
    z-index: 1;
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg);
}

/* testimonials style 04 */
.testimonials-style-04 .testimonials-bubble {
    position: relative;
    border: 1px solid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.testimonials-style-04 .testimonials-bubble:after,
.testimonials-style-04 .testimonials-bubble:before {
    top: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.testimonials-style-04 .testimonials-bubble:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 14px 13px 0 0;
    margin-left: 2px;
}

.testimonials-style-04 .testimonials-bubble:before {
    border-color: rgba(237, 237, 237, 0);
    border-top-color: #ededed;
    border-width: 18px 18px 0 0;
}

/* testimonials carousel style 01 */
.testimonials-carousel-style-01 {
    min-width: 1170px;
}

/* testimonials carousel style 02 */
.testimonials-carousel-style-02 {
    min-width: 1170px;
}

/* team style 01 */
.team-style-01 figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.team-style-01 figure .team-member-image {
    position: relative;
    overflow: hidden;
}

.team-style-01 .team-overlay,
.team-style-01 figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.team-style-01 figure figcaption .social-icon a {
    margin: 0 10px
}

.team-style-01 figure figcaption .social-icon a:first-child {
    margin-left: 0
}

.team-style-01 figure figcaption .social-icon a:last-child {
    margin-right: 0
}

.team-style-01 figure:hover figcaption,
.team-style-01 figure:hover .team-overlay {
    opacity: 1;
    visibility: visible;
}

.team-style-01 figure figcaption .social-icon,
.team-style-01 figure figcaption .team-title,
.team-style-01 figure figcaption .team-sub-title {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    transition: opacity .85s cubic-bezier(.19, 1, .22, 1), -webkit-transform .85s cubic-bezier(.19, 1, .22, 1);
    transition: transform .85s cubic-bezier(.19, 1, .22, 1), opacity .85s cubic-bezier(.19, 1, .22, 1);
    transition: transform .85s cubic-bezier(.19, 1, .22, 1), opacity .85s cubic-bezier(.19, 1, .22, 1), -webkit-transform .85s cubic-bezier(.19, 1, .22, 1);
}

.team-style-01 figure:hover figcaption .social-icon,
.team-style-01 figure:hover figcaption .team-title,
.team-style-01 figure:hover figcaption .team-sub-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.team-style-01 figure:hover figcaption .team-title {
    transition-delay: 0s;
}

.team-style-01 figure:hover figcaption .team-sub-title {
    transition-delay: .2s;
}

.team-style-01 figure:hover figcaption .social-icon {
    transition-delay: .1s;
}

.team-style-01 figure figcaption .social-icon a:hover {
    opacity: .7;
}

/* team style 02 */
.team-style-02 figure .team-member-image {
    position: relative;
    overflow: hidden;
}

.team-style-02 figure .team-member-details {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
}

.team-style-02 figure .team-member-image,
.team-style-02 figure:hover .team-member-image {
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.team-style-02 figure {
    margin: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.team-style-02 figure:hover .team-member-details {
    top: 0;
}

.team-style-02 figure .social-icon a i {
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.team-style-02 figure .social-icon a:hover i {
    -moz-transform: scale3d(1.3, 1.3, 1.3);
    -o-transform: scale3d(1.3, 1.3, 1.3);
    -ms-transform: scale3d(1.3, 1.3, 1.3);
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
}

/* team style 03 */
.team-style-03 figure {
    overflow: hidden;
}

.team-style-03 figure .team-member-image {
    position: relative;
    overflow: hidden;
}

.team-style-03 figure .team-member-image img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.team-style-03 figure:hover .team-member-image img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

/* vertical counter */
.vertical-counter-number {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.vertical-counter-number ul {
    text-align: center;
    margin: 0;
    padding: 0;
    transform: translateY(0);
    transition: 2s ease-in-out;
    list-style: none;
}

/* counter style 01 */
.counter-style-01 .counter {
    position: relative;
    display: inline-block;
}

.counter-style-01 .counter:after {
    position: absolute;
    content: "+";
    left: 100%;
    top: 0;
    margin-left: 5px;
}

/* progress bar */
.progress {
    overflow: visible;
    height: 4px;
    position: relative;
    border-radius: 0
}

.progress .progress-title {
    position: absolute;
    top: -28px;
}

.progress .progress-bar {
    position: relative;
    overflow: visible;
}

.progress .progress-bar span {
    position: absolute;
    top: -30px;
    right: 0;
    opacity: 0
}

.progress .progress-bar.appear span {
    opacity: 1;
}

/* progress bar style 01 */
.progress-step-style-01 {
    overflow: visible;
    height: 8px;
    position: relative;
    border-radius: 0;
    background-color: transparent;
    margin-top: 30px;
}

.progress-step-style-01 .progress-bar {
    border-radius: 6px;
}

/* process step style 01 */
.process-step-style-01 .process-step-icon-box {
    position: relative;
}

.process-step-style-01 .process-step-icon-box .process-step-bfr {
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.process-step-style-01:last-child .process-step-bfr {
    display: none;
}

.process-step-style-01 .process-step-icon {
    width: 130px;
    height: 130px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    line-height: 130px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
}

.process-step-style-01 .process-step-icon i {
    vertical-align: middle;
}

.process-step-style-01:hover .process-step-icon {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .11);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* process step style 02 */
.process-step-style-02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.process-step-style-02 * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.process-step-style-02 .process-step-item {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    align-items: stretch !important;
    justify-content: flex-start;
    text-align: left;
    transition: box-shadow .3s ease, background .3s ease;
}

.process-step-style-02 .process-step-item:hover .process-step-icon {
    background-color: #fff;
    color: #27ae60;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ootransform: scale(1.1);
    transform: scale(1.1);
}

.process-step-style-02 .process-step-icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 19px;
    line-height: 48px;
    color: #fff;
}

.process-step-style-02 .process-step-icon-wrap {
    position: relative;
    margin-right: 40px;
}

.process-step-style-02 .process-step-icon-wrap .process-step-item-box-bfr {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 1px;
    height: calc(100% - 90px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.process-step-style-02 .process-content {
    overflow: hidden;
    flex: 1;
    max-width: 100%;
    margin-bottom: 3.7em;
}

.process-step-style-02:last-child .process-content {
    margin-bottom: 0;
}

/* process step style 03 */
.process-step-style-03 .process-step-item {
    display: block;
    position: relative;
    float: left;
    padding: 45px 25px 0;
    z-index: 1;
}

.process-step-style-03 .process-step-item:hover .process-step-number-bfr,
.process-step-style-03 .process-step-item:hover .process-step-number-afr {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ootransform: scale(1.1);
    transform: scale(1.1);
}

.process-step-style-03 .process-step-item .process-step-number-afr,
.process-step-style-03 .process-step-number .process-step-number-bfr {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -28px;
    z-index: -1;
    -webkit-transition: .3s cubic-bezier(.3, .58, .55, 1);
    transition: .3s cubic-bezier(.3, .58, .55, 1);
}

.process-step-style-03 .process-step-icon {
    position: absolute;
    margin-bottom: 0;
    line-height: 1;
    top: 10px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    text-align: center;
}

.process-step-style-03 .process-step-item-box .process-step-item-box-bfr {
    display: block;
    width: calc(100% + 30px);
    height: 1px;
    position: absolute;
    content: '';
    top: 28px;
    left: -15px;
}

.process-step-style-03 .process-step-number {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 21px;
    line-height: 38px;
    display: block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.process-step-style-03 .process-step-number .process-step-number-bfr {
    width: 72px;
    height: 72px;
    top: -17px;
    margin-left: -36px;
    z-index: -1;
    opacity: 0;
}

.process-step-style-03 .process-step-item:hover .process-step-number .process-step-number-bfr {
    opacity: 1;
}

.process-step-style-03 .process-content {
    padding-top: 50px;
}

.process-step-style-03.simple .process-step-number .process-step-number-bfr {
    opacity: 1;
}

/* process step style 04 */
.process-step-style-04 .process-step-item {
    display: block;
    position: relative;
    float: left;
    padding: 45px 25px 0;
    z-index: 1;
}

.process-step-style-04 .process-step-item:hover .process-step-item-bfr,
.process-step-style-04 .process-step-item:hover .process-step-icon-bfr,
.process-step-style-04 .process-step-item:hover .process-step-number-bfr {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -ootransform: scale(1.2);
    transform: scale(1.2);
}

.process-step-style-04 .process-step-item .process-step-item-bfr,
.process-step-style-04 .process-step-icon .process-step-icon-bfr,
.process-step-style-04 .process-step-number .process-step-number-bfr {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -20px;
    -webkit-transition: .3s cubic-bezier(.3, .58, .55, 1);
    transition: .3s cubic-bezier(.3, .58, .55, 1);
}

.process-step-style-04 .process-step-icon {
    position: absolute;
    margin-bottom: 0;
    line-height: 1;
    top: 10px;
    left: 50%;
    font-weight: 700;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    text-align: center;
}

.process-step-style-04 .process-step-item-box .process-step-item-box-bfr {
    display: block;
    width: 60%;
    height: 1px;
    position: absolute;
    content: '';
    top: 28px;
    left: 75%;
}

.process-step-style-04:last-child .process-step-item-box .process-step-item-box-bfr {
    display: none;
}

.process-step-style-04 .process-step-icon .process-step-icon-bfr {
    width: 72px;
    height: 72px;
    opacity: .2;
    margin-left: -36px;
    top: -18px;
    z-index: -1;
}

.process-step-style-04 .process-step-number {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    display: block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.process-step-style-04 .process-step-number .process-step-number-bfr {
    width: 56px;
    height: 56px;
    top: -10px;
    margin-left: -28px;
    z-index: -1;
    opacity: .4;
}

.process-step-style-04 .process-content {
    padding-top: 50px;
}

/* fancy box */
.fancy-box * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.fancy-box {
    overflow: hidden;
    position: relative;
}

.fancy-box .fancy-box-content {
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    height: auto;
}

.fancy-box:hover .fancy-box-content {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
}

.fancy-box .fancy-box-content .btn {
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
}

.fancy-box:hover .fancy-box-content .btn {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}

.fancy-box .fancy-box-image img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
}

.fancy-box:hover .fancy-box-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
}

/* fancy box background */
.fancy-box-background {
    position: relative;
    z-index: 1;
}

.bg-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    visibility: hidden;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-size: cover
}

.fancy-box-background .opacity-medium {
    z-index: -1;
}

.fancy-box-background .fancy-box-item {
    position: static;
}

.fancy-box-background.fancy-box-col .fancy-box-item {
    position: relative;
}

.fancy-box-background .fancy-box-item:hover .bg-banner-image {
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.fancy-box-background .fancy-box-item:hover .light,
.fancy-box-background .fancy-box-item:hover .light i {
    color: #fff;
}

.fancy-box-background .fancy-box-item:hover .dark {
    color: #232323;
}

.fancy-box-background:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
}

.fancy-box-background .fancy-text-box li:hover {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    cursor: pointer;
}

.fancy-box-background .fancy-text-box li:hover span {
    color: rgba(255, 255, 255, 0.9);
}

.fancy-box-background .fancy-text-box li:hover a {
    color: rgba(255, 255, 255, 0.9);
}

/* fancy text box style 01 */
.fancy-text-box-style-01 .fancy-text-box {
    display: inline-block;
    position: relative;
}

.fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-left,
.fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-right {
    border: 10px solid #0039cc;
    height: 100%;
    width: 67px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-left {
    border-right: 0;
}

.fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-right {
    border-left: 0;
    right: 0;
    left: inherit;
}

.fancy-text-box-style-01 .fancy-text-box .fancy-text-content {
    font-size: 80px;
    line-height: 72px;
    margin-bottom: 0;
    margin-right: 15px;
}

/* fancy text box style 02 */
.fancy-text-box-style-02 {
    border-bottom: 1px solid;
    border-right: 1px solid;
    overflow: hidden;
}

.fancy-text-box-style-02:last-child {
    border-right: 0
}

.fancy-text-box-style-02 .text-box-wrapper .text-box,
.fancy-text-box-style-02 .text-box-wrapper .text-box-hover {
    padding: 52px 20px 43px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fancy-text-box-style-02 .text-box-wrapper:hover .text-box {
    color: #ff6437;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fancy-text-box-style-02 .text-box-wrapper .text-box-hover {
    opacity: 0;
    position: absolute;
}

.fancy-text-box-style-02 .text-box-wrapper:hover .text-box-hover {
    opacity: 1;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* fancy text box style 03 */
.fancy-text-box-style-03 {
    position: relative;
    overflow: hidden;
}

.fancy-text-box-style-03 * {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.fancy-text-box-style-03 .fancy-text-content {
    position: absolute;
    width: 100%;
    left: 0px;
    top: auto;
    z-index: 9;
    bottom: 0px;
    height: auto;
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
}

.fancy-text-box-style-03:hover .fancy-text-content {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

.fancy-text-box-style-03:hover .fancy-text-content .feature-box-overlay {
    opacity: 1;
}

.fancy-text-box-style-03 .fancy-text-content .fancy-text-box-bottom {
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
}

.fancy-text-box-style-03:hover .fancy-text-content .fancy-text-box-bottom {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

/* image masking */
.image-mask {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

/* pricing table style 01 */
.pricing-table-style-01 .pricing-table {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pricing-table-style-01 .pricing-header .popular-label {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 6px 17px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* pricing table style 02 */
.pricing-table-style-02 .pricing-table {
    overflow: hidden;
}

.pricing-table-style-02 .pricing-table .popular-label {
    position: absolute;
    top: -28px;
    right: -47px;
    width: 120px;
    transform-origin: 0;
    padding: 10px 0 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.pricing-table-style-02 .pricing-body ul li {
    padding: 15px 0;
}

.pricing-table-style-02 .pricing-body ul li:last-child {
    padding-bottom: 0;
}

.pricing-table-style-02 .pricing-popular {
    left: -10px;
    position: relative;
    z-index: 1;
    width: calc(100% + 20px);
}

/* countdown style 01 */
.countdown.countdown-style-01 .countdown-box {
    display: inline-block;
    text-align: center;
    padding: 0;
    float: none;
    margin: 0 40px;
}

.countdown.countdown-style-01 .countdown-box:first-child {
    margin-left: 0;
}

.countdown.countdown-style-01 .countdown-box:last-child {
    margin-right: 0;
}

.countdown.countdown-style-01 .number {
    font-size: 47px;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
}

.countdown.countdown-style-01 span {
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-top: -2px;
    opacity: .5;
}

/* countdown style 02 */
.countdown.countdown-style-02 .countdown-box {
    display: inline-block;
    text-align: center;
    padding: 0;
    float: none;
    margin: 0;
    padding: 0 20px;
    position: relative;
}

.countdown.countdown-style-02 .countdown-box:after {
    content: ":";
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 34px;
    opacity: .45;
}

.countdown.countdown-style-02 .countdown-box:last-child:after {
    display: none;
}

.countdown.countdown-style-02 .number {
    width: 90px;
    font-size: 47px;
    text-align: center;
    font-weight: 300;
    line-height: 50px;
    color: #232323;
}

.countdown.countdown-style-02 span {
    display: block;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    color: #828282;
    text-transform: uppercase;
    margin-top: -2px;
    opacity: 1;
}

/* countdown style 03 */
.countdown.countdown-style-03 .countdown-box {
    display: inline-block;
    text-align: center;
    padding: 0;
    float: none;
    margin: 0;
    padding: 0 20px;
    position: relative;
}

.countdown.countdown-style-03 .countdown-box:after {
    content: ":";
    position: absolute;
    right: 0;
    top: 18%;
    font-size: 34px;
    font-weight: 600;
    color: #232323;
}

.countdown.countdown-style-03 .countdown-box:last-child:after {
    display: none;
}

.countdown.countdown-style-03 .number {
    width: 80px;
    font-size: 38px;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 600;
    line-height: 38px;
    color: #fff;
}

.countdown.countdown-style-03 span {
    display: block;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-top: -2px;
    opacity: 1;
}

/* table style 01 */
.table-style-01 {
    width: 100%;
}

.table-style-01 table {
    width: 100%;
}

.table-style-01 td,
.table-style-01 th {
    padding: 12px 10px;
    text-align: center;
}

.table-style-01 tr th:first-child,
.table-style-01 tr td:first-child {
    padding-left: 20px;
    text-align: left;
}

/* table style 02 */
.table-style-02 {
    width: 100%;
}

.table-style-02 th,
.table-style-02 td {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px;
}

.table-style-02 tr:last-child th,
.table-style-02 tr:last-child td {
    border: 0;
}

.table-style-02 th {
    width: 150px;
}

/* rotate box */
.rm-rotate-box {
    position: relative;
    text-align: center;
}

.rm-rotate-box .flipper:hover .front,
.rm-rotate-box .flipper:hover .back {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
}

.rm-rotate-box .to-left .front,
.rm-rotate-box .to-right .front {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}

.rm-rotate-box .to-top .front,
.rm-rotate-box .to-bottom .front {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
}

.rm-rotate-box .to-left .back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.rm-rotate-box .to-left:hover .front {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}

.rm-rotate-box .to-left:hover .back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}

.rm-rotate-box .to-right:hover .front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.rm-rotate-box .to-right .back {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
}

.rm-rotate-box .to-right:hover .back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}

.rm-rotate-box .to-top .back {
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
}

.rm-rotate-box .to-top:hover .front {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
}

.rm-rotate-box .to-top:hover .back {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
}

.rm-rotate-box .to-bottom .back {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
}

.rm-rotate-box .to-bottom:hover .front {
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
}

.rm-rotate-box .to-bottom:hover .back {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
}

.rm-rotate-box .thumb-wrap {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.rm-rotate-box .front,
.rm-rotate-box .back {
    background-size: cover;
    min-height: 415px;
    z-index: 1;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: inherit;
    transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}

.rm-rotate-box .back {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rm-rotate-box .back .content-wrap {
    top: 50%;
    bottom: inherit;
    left: 0;
    transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    -moz-transform: translate3d(0, -50%, 0) scale(1);
    -ms-transform: translate3d(0, -50%, 0) scale(1);
}

.rm-rotate-box .content-wrap {
    position: absolute;
    width: 100%;
    display: block;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 2;
    bottom: 55px;
    left: 0;
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
}

/* image back offset shadow */
.image-back-offset-shadow {
    z-index: 1;
    opacity: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.image-back-offset-shadow.active {
    opacity: 1;
}

.image-back-offset-shadow img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.image-back-offset-shadow.active img {
    -webkit-transform: translate(12px, -12px);
    transform: translate(15px, -15px);
}

.image-back-offset-shadow .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.image-back-offset-shadow.active .overlay {
    -webkit-transform: translate(-9px, 9px);
    transform: translate(-9px, 9px);
}

.image-back-offset-shadow.position-right.active img {
    -webkit-transform: translate(10px, -20px);
    transform: translate(10px, -20px);
}

.image-back-offset-shadow.position-right .overlay {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.image-back-offset-shadow.position-right.active .overlay {
    -webkit-transform: translate(35px, 5px);
    transform: translate(35px, 5px);
}

/* alert message */
.alert-dismissible .btn-close {
    height: 100%;
    background-size: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.alert-dismissible .btn-close:focus {
    box-shadow: none;
}

/* ===================================
    26. Footer
====================================== */

footer .footer-logo img {
    max-height: 36px;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 7px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer .footer-top ul li.media {
    margin-bottom: 25px;
}

footer .footer-top ul li.media:last-child {
    margin-bottom: 0;
}

footer .instagram-follow-api ul li {
    margin-bottom: 0
}

footer .footer-horizontal-link li {
    margin-right: 35px;
    list-style: none;
    margin-bottom: 0
}

footer .footer-horizontal-link li:last-child {
    margin-right: 0
}

/* footer dark */
.footer-dark,
.footer-dark a {
    color: #8890A4;
}

.footer-dark a:hover {
    color: #fff;
}

.footer-dark .footer-social a {
    color: #fff;
}

.footer-dark .footer-social a:hover {
    color: #8890A4;
}

/*footer sticky*/
.footer-sticky {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

/* scroll to top */
.scroll-top-arrow,
.scroll-top-arrow:focus {
    background: #fff;
    font-size: 17px;
    line-height: 34px;
    box-shadow: 0 0 25px rgba(23, 23, 23, .25);
    display: none;
    height: 34px;
    width: 34px;
    padding: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    bottom: 45px;
    z-index: 1029;
    border-radius: 100%;
}

.scroll-top-arrow:hover {
    background: #fff;
    color: #828282;
    box-shadow: 0 0 30px rgba(23, 23, 23, .4);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* footer instagram feed */
footer .instafeed-grid.gutter-small {
    margin-left: -5px;
    margin-right: -5px;
}

footer .instafeed-grid.gutter-very-small {
    margin-left: -3px;
    margin-right: -3px;
}

footer .instafeed-grid.gutter-medium {
    margin-left: -7px;
    margin-right: -7px;
}

footer .instafeed-grid.gutter-large {
    margin-left: -10px;
    margin-right: -10px;
}

footer .instafeed-grid.gutter-extra-large {
    margin-left: -15px;
    margin-right: -15px;
}

footer .instafeed-grid.gutter-double-extra-large {
    margin-left: -20px;
    margin-right: -20px;
}

/* ===================================
    27. home and other pages
====================================== */

/* startup */
.home-startup .ares {
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
}

.home-startup .ares:before {
    color: #fff;
    font-family: 'feather' !important;
}

.home-startup .ares.tp-leftarrow,
.home-startup .ares.tparrows.tp-leftarrow:before {
    content: "\e828";
    font-size: 19px;
}

.home-startup .ares.tp-rightarrow,
.home-startup .ares.tparrows.tp-rightarrow:before {
    content: "\e829";
    font-size: 19px;
}

.home-startup .ares.tparrows:hover:before {
    color: #fff;
}

.home-startup .ares:hover {
    background: rgba(0, 0, 0, 0.9);
}

.home-startup .rs-btn:hover div,
.home-startup .rs-btn:hover .fa-play {
    transition: 0.3s ease-in-out !important;
}

.home-startup .rs-btn:hover div {
    background: #fff !important;
}

.home-startup .rs-btn:hover .fa-play {
    color: #00B057 !important;
}

.home-startup .tp-mask-wrap {
    display: inline !important;
}

.home-startup .tp-bullet .tp-bullet-image,
.home-startup .tp-bullet .tp-bullet-title {
    display: none !important;
}

.footer-startup.footer-light a:hover {
    color: #27ae60;
}

/* hotel and resort */
.footer-hotel-resort.footer-dark,
.footer-hotel-resort.footer-dark a {
    color: rgba(255, 255, 255, .4);
}

.footer-hotel-resort.footer-dark .footer-social a,
.footer-hotel-resort .social-icon-style-12 .light li a:hover {
    color: #fff;
}

.footer-hotel-resort.footer-dark a:hover {
    color: #c89965;
}

.home-hotel-resort .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 2px rgba(204, 204, 204, 0);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute
}

.home-hotel-resort .hermes .tp-bullet:hover {
    background-color: rgba(255, 255, 255, 1)
}

.home-hotel-resort .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 1px rgba(204, 204, 204, 0);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease
}

.home-hotel-resort .hermes .tp-bullet.selected:after {
    height: 100%
}

.home-hotel-resort .book-now-btn {
    transition: background-color 0.3s ease-in-out !important;
    padding: 10px 26px !important;
}

.home-hotel-resort .book-now-btn:hover {
    background-color: #fff !important;
    color: #232323 !important;
}

/* architecture */
.box-layout .navbar.navbar-boxed {
    padding-left: 75px;
    padding-right: 75px;
}

.architecture.fancy-text-box-style-01 .fancy-text-box:before,
.architecture.fancy-text-box-style-01 .fancy-text-box:after {
    border-color: rgba(130, 130, 130, .2);
}

.home-architecture .metis.tparrows {
    width: 67px;
    height: 67px;
}

.home-architecture .metis.tparrows:before {
    font-family: 'feather' !important;
    font-size: 20px;
    padding-top: 3px;
}

.home-architecture .tparrows.tp-rightarrow {
    transform: matrix(1, 0, 0, 1, -67, -327) !important;
}

.home-architecture .tparrows.tp-leftarrow {
    transform: matrix(1, 0, 0, 1, -67, -260) !important;
}

.home-architecture .tparrows.tp-rightarrow:before {
    content: "\e829";
}

.home-architecture .tparrows.tp-leftarrow:before {
    content: "\e828";
}

.home-architecture .tparrows:hover {
    background: #23262d !important;
}

.home-architecture .tparrows:hover:before {
    color: white;
    transform: scale(1) !important;
}

.home-architecture-middle-text {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* application */
.footer-application.footer-dark,
.footer-application.footer-dark a {
    color: rgba(255, 255, 255, .5);
}

.footer-application.footer-dark a:hover {
    color: #fff;
}

.footer-application.footer-dark .footer-social a {
    color: #fff;
}

.footer-application.footer-dark .footer-social a:hover {
    opacity: .5;
}

.banner-bottom-right-images>img {
    bottom: -95px;
    position: relative;
}

/* events and conference */
.footer-events-conference.footer-dark,
.footer-events-conference.footer-dark a {
    color: rgba(255, 255, 255, .4);
}

.footer-events-conference.footer-dark a:hover {
    color: #fff;
}

/* spa salon */
.rev-nav-ares-effect .ares {
    background: none !important;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.home-spa-salon .ares {
    overflow: hidden;
    background: transparent;
}

.home-spa-salon .ares:before {
    font-family: 'feather' !important;
    font-size: 16px !important;
    color: #fff !important;
    transition: 0.3s ease-in-out !important;
}

.home-spa-salon .ares:hover .tp-arr-titleholder {
    color: #FF8089 !important;
}

.home-spa-salon .tp-leftarrow:before {
    content: '\e828' !important;
    left: -10px;
}

.home-spa-salon .ares:hover:before {
    transform: translateX(-10px) !important;
    color: #FF8089 !important;
}

.home-spa-salon .tp-rightarrow:before {
    content: '\e829' !important;
    right: -10px;
}

.home-spa-salon .tp-rightarrow:hover:before {
    transform: translateX(10px) !important;
}

.home-spa-salon .tp-arr-titleholder {
    top: -60px !important;
    left: 5px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.home-spa-salon .tp-rightarrow .tp-arr-titleholder {
    left: auto !important;
    right: 15px !important;
}

.home-spa-salon .explore-btn {
    transition: background 0.3s ease-in-out !important;
    z-index: 100 !important;
}

.home-spa-salon .tp-tab-mask {
    overflow: visible !important;
}

.home-spa-salon .tp-tab {
    opacity: 0.5 !important;
    width: 35px !important;
    height: 19px !important;
}

.home-spa-salon .tp-tab.selected {
    opacity: 1 !important;
}

.home-spa-salon .tp-tab.selected .tp-tab-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 46%;
    height: 1px;
    background: #fff;
    transform: translateX(-50%);
}

.home-spa-salon .tp-tab-title {
    background: transparent !important;
    color: #fff !important;
    padding: 0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.footer-spa-salon.footer-dark,
.footer-spa-salon.footer-dark a {
    color: #828282;
}

.footer-spa-salon.footer-dark a:hover {
    color: #fff;
}

/* finance */
.footer-finance.footer-light a:hover {
    color: #8bb867;
}

.footer-finance.footer-light .social-icon-style-12 li a:hover {
    opacity: 1;
    color: #828282
}

/* seo agency */
.footer-seo-agency.footer-light a:hover {
    color: #374162
}

/* consulting */
.footer-consulting.footer-dark .footer-top,
.footer-consulting.footer-dark .footer-bottom,
.footer-consulting.footer-dark .footer-top a,
.footer-consulting.footer-dark .footer-bottom a {
    color: #828282;
}

.footer-consulting.footer-dark .footer-top a:hover,
.footer-consulting.footer-dark .footer-bottom a:hover {
    color: #fff;
}

.footer-consulting.footer-dark .social-icon-style-12 li a:hover {
    opacity: 1
}

/* home decor */
.home-decor .tp-caption.btn {
    transition: all 0.3s ease-in-out !important;
}

.home-decor .tp-bullet {
    background: #BF8C4C !important;
    opacity: 0.6;
    border: 1px solid #BF8C4C !important;
    width: 10px !important;
    height: 10px !important;
}

.home-decor .tp-bullet.selected {
    opacity: 0.2;
}

.home-decor .tp-bullet:after {
    display: none !important;
}

.footer-decor.footer-dark,
.footer-decor.footer-dark a {
    color: #828282;
}

.footer-decor.footer-dark a:hover {
    color: #cb933d;
}

.footer-decor.footer-dark .social-icon-style-12 li a:hover {
    opacity: 1
}

/* web agency */
.web-agency .process-step-style-02 .process-step-item:hover .process-step-icon {
    color: #0038e3;
}

/* restaurant */
.footer-restaurant.footer-light a:hover {
    color: #ca943d;
}

/* digital agency */
.footer-digital-agency .footer-logo img {
    max-height: inherit;
}

.footer-digital-agency.footer-light a:hover {
    color: #e6994e;
}

.footer-digital-agency.footer-light .social-icon-style-12 li a:hover {
    opacity: 1
}

/* marketing agency */
.team-tulip-bubble {
    position: absolute;
    left: 10px;
    bottom: 160px;
    border-radius: 4px;
    padding: 40px 45px;
}

.team-tulip-bubble:before {
    top: 100%;
    right: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(237, 237, 237, 0);
    border-top-color: #F4D956;
    border-width: 18px 0 0 18px;
}

.footer-marketing-agency.footer-light a:hover {
    color: #969896;
}

/* photography */
.home-photography .ares {
    opacity: 0;
    background: transparent !important;
    min-width: 176px !important;
    transition: 0.3s ease-in-out;
}

.home-photography .ares:before {
    content: '' !important;
    position: absolute;
    top: 50%;
    width: 0;
    height: 1px;
    background: linear-gradient(to left, #3edfb6, #58e49a, #7ce878, #a5e850, #d0e51b) !important;
    transition: width 0.3s ease-in-out !important;
}

.home-photography .ares.tp-rightarrow:before {
    position: absolute;
    right: 0 !important;
}

.home-photography .ares .tp-title-wrap {
    transform: scale(1) !important;
    background: transparent;
    margin: 0 !important;
    overflow: visible;
}

.home-photography .ares .tp-arr-titleholder {
    opacity: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #828282;
    margin: 0 !important;
    padding: 0;
    transition: 0.3s ease-in-out;
}

.home-photography .tparrows:hover .tp-arr-titleholder {
    color: #fff;
}

.home-photography .ares:hover:before {
    width: 133px;
}

.home-photography .ares .tp-title-wrap:before {
    content: "" !important;
    position: absolute;
    width: 133px;
    height: 1px;
    background: #28292B;
    top: 50%;
    transition: 0.3s ease-in-out;
}

.home-photography .ares.tp-rightarrow:hover .tp-arr-titleholder {
    transform: translateX(-200px);
}

.home-photography .ares.tp-leftarrow:hover .tp-arr-titleholder {
    transform: translateX(200px);
}

.home-photography .tp-leftarrow .tp-title-wrap .tp-arr-titleholder {
    display: inline-block;
    left: -48px;
}

.home-photography .tp-rightarrow .tp-title-wrap:before {
    right: 0;
}

.home-photography .tp-rightarrow .tp-title-wrap .tp-arr-titleholder {
    display: inline-block;
    right: -52px;
}

.home-photography .zeus {
    display: none !important;
}

.home-photography .anim-text {
    animation: myanim 70s infinite;
    animation-timing-function: linear;
}

.home-photography .anim-text2 {
    animation: myanim 70s infinite;
    animation-delay: 35s;
    animation-timing-function: linear;
}

.footer-photography.footer-dark,
.footer-photography.footer-dark a {
    color: #828282;
}

.footer-photography.footer-dark a.btn {
    color: #c7da26;
}

.footer-photography.footer-dark a:hover {
    color: #c7da26;
}

.footer-photography.footer-dark .social-icon-style-12 li a:hover {
    opacity: 1
}

/* dentist */
.footer-dentist.footer-light a:hover {
    color: #00B8B8;
}

@keyframes myanim {
    0% {
        right: 0;
    }

    100% {
        right: 4000px;
    }
}

/* cafe */
.home-cafe .nav-tabs>li.nav-item>a.nav-link.active,
.home-cafe.nav-tabs>li.nav-item>a.nav-link.active:hover,
.home-cafe .nav-tabs>li.nav-item>a.nav-link:hover {
    color: #cd9452;
}

/* creative agency */
.footer-creative-agency .footer-logo img {
    max-height: inherit;
}

.footer-creative-agency.footer-dark,
.footer-creative-agency.footer-dark a {
    color: #828282;
}

.footer-creative-agency.footer-dark ul li a {
    font-size: 16px;
    line-height: 34px;
}

.footer-creative-agency.footer-dark a:hover {
    color: #cc754c;
}

.home-creative-agency.client-logo-style-06 .client-box {
    opacity: .25;
}

.home-creative-agency.client-logo-style-06 .client-box:hover,
.footer-creative-agency.footer-dark .social-icon-style-12 li a:hover {
    opacity: 1;
}

/* design agency */
.footer-design-agency.footer-light a:hover {
    color: #ffcc2e;
}

/* vertical portfolio */
.home-vertical-portfolio .navbar {
    padding: 0 6rem;
}

/* furniture shop */
.home-furniture-shop .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: rgba(35, 35, 35, 0.2);
    box-shadow: inset 0 0 0 2px rgba(204, 204, 204, 0);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute
}

.home-furniture-shop .hermes .tp-bullet:hover {
    background-color: rgba(35, 35, 35, 1)
}

.home-furniture-shop .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: rgb(35, 35, 35);
    box-shadow: 0 0 1px rgba(204, 204, 204, 0);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease
}

.home-furniture-shop .hermes .tp-bullet.selected:after {
    height: 100%
}

.home-furniture-shop .tparrows.tp-leftarrow:before {
    content: "\e657";
    font-family: 'icomoon';
    color: #232323;
    opacity: 0.5;
    font-size: 45px;
}

.home-furniture-shop .tparrows.tp-rightarrow:before {
    content: "\e658";
    font-family: 'icomoon';
    color: #232323;
    opacity: 0.5;
    font-size: 45px;
}

.footer-furniture-shop.footer-dark .footer-top,
.footer-furniture-shop.footer-dark .footer-top a,
.footer-furniture-shop.footer-dark .footer-bottom,
.footer-furniture-shop.footer-dark .footer-bottom a {
    color: #828282;
}

.footer-furniture-shop.footer-dark a:hover {
    color: #fff;
}

/* fashion shop */
.home-fashion-shop .tp-tab {
    opacity: 0.5;
}

.home-fashion-shop .tp-tab-mask {
    max-width: inherit !important;
    width: auto;
    padding: 0;
    margin: 0;
}

.home-fashion-shop .tp-tab.selected span {
    border-bottom: 2px solid #232323;
}

.home-fashion-shop .tp-tabs:before {
    display: none;
}

.footer-fashion-shop.footer-dark .footer-top,
.footer-fashion-shop.footer-dark .footer-top a {
    color: #828282;
}

.footer-fashion-shop.footer-dark a:hover {
    color: #fff;
}

/* magazine */
.footer-magazine.footer-dark,
.footer-magazine.footer-dark a {
    color: #828282;
}

.footer-magazine.footer-dark a:hover {
    color: #fff;
}

.home-magazine.blog-metro .post-details .blog-category {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 13px;
    background: #c89965;
    border-radius: 2px;
}

.home-magazine.blog-metro .post-details:hover .blog-category {
    background: #fff;
    color: #232323;
    box-shadow: 0 0 20px rgba(23, 23, 23, .2);
}

/* lifestyle blog */
.footer-lifestyle-blog.footer-dark .footer-top,
.footer-lifestyle-blog.footer-dark .footer-top a {
    color: #828282;
}

.footer-lifestyle-blog.footer-dark a:hover {
    color: #fff;
}

/* features header pages */
.footer-dark-header.footer-dark,
.footer-dark-header.footer-dark a,
.footer-header-with-push.footer-dark,
.footer-header-with-push.footer-dark a,
.footer-hamburger-menu-modern.footer-dark,
.footer-hamburger-menu-modern.footer-dark a,
.footer-hamburger-menu-half.footer-dark,
.footer-hamburger-menu-half.footer-dark a,
.footer-left-menu-modern,
.footer-left-menu-modern.footer-dark a,
.footer-responsive-sticky,
.footer-responsive-sticky.footer-dark a {
    color: #828282;
}

.footer-dark-header.footer-dark a:hover,
.footer-header-with-push.footer-dark a:hover,
.footer-hamburger-menu-modern a:hover,
.footer-hamburger-menu-half a:hover,
.footer-left-menu-modern a:hover,
.footer-responsive-sticky a:hover {
    color: #fff;
}

/* what we offers */
.cd-headline.slide span b {
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}

/* onepage */
.footer-onepage.footer-dark,
.footer-onepage.footer-dark a {
    color: #828282;
}

.footer-onepage.footer-dark a:hover {
    color: #F4D956;
}

/* landing page */
.litho-parallax-bg {
    width: 870px;
}

.litho-landing-header .navbar-brand:after {
    background: rgba(130, 130, 130, .35);
    content: "";
    height: calc(100% - 18px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.customer-bg-section {
    position: absolute;
    left: -70px;
    bottom: 150px;
}

/* consulting */
.home-dentist .popup-youtube.absolute-middle-center {
    left: 100%;
}

/* elerning */
.footer-elerning.footer-dark,
.footer-elerning.footer-dark a {
    color: #828282;
}

.footer-elerning.footer-dark a:hover {
    color: #fff;
}

/* beauty salon */
.footer-beauty-salon.footer-dark,
.footer-beauty-salon.footer-dark a {
    color: #828282;
}

.footer-beauty-salon.footer-dark a:hover {
    color: #fff;
}

/* ===================================
    28. Others
====================================== */

/* outside box */
.outside-box-left {
    margin-left: -30vw;
}

.outside-box-right {
    margin-right: -30vw;
}

.outside-box-bottom {
    margin-bottom: -14vw;
}

/* outside box text */
.outside-box-text-start {
    margin-left: -50vw;
}

.outside-box-text-end {
    margin-right: -50vw;
}

/* contact form */
.required.error {
    border: 1px solid #ff0000 !important;
}

input[type="checkbox"].error {
    box-shadow: 0px 0px 0px 1px rgb(255 0 0), 1px 1px 0px 0px rgb(255 0 0);
}

.search-error {
    border: 1px solid red !important;
}

.search-form-box .search-error {
    border: 0 !important;
    border-bottom: 1px solid red !important;
}

.input-border-bottom.required.error {
    border-bottom: 1px solid #ff0000 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important
}

.g-recaptcha.error iframe {
    border: 1px solid #ff0000;
}

.form-results {
    padding: 13px 20px;
    clear: both;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    z-index: 2;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

/* page loading */
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading {
    position: relative;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    z-index: 99;
}

.loading::after {
    background: none;
    content: "" !important;
    position: absolute;
    left: calc(50% - 10px) !important;
    top: calc(50% - 10px) !important;
    width: 20px !important;
    height: 20px !important;
    opacity: 1 !important;
    right: inherit !important;
    z-index: 9;
    text-align: center;
    border: 2px solid rgba(23, 23, 23, 0.2);
    border-top-color: rgba(23, 23, 23, 0.7);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
}

.loading:before {
    content: "";
    background-color: rgba(255, 255, 255, .8) !important;
    position: absolute;
    right: 2px;
    top: 1px;
    width: calc(100% - 4px);
    height: calc(100% - 2px);
    border-radius: inherit;
    z-index: 1;
}

.loading.dark:before {
    background-color: rgba(0, 0, 0, .8) !important;
}

.loading.dark::after {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: rgba(255, 255, 255, 0.7);
}

.page-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 1) !important;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    z-index: 99999;
}

.page-loader::after {
    background: none;
    content: "" !important;
    position: absolute;
    left: calc(50% - 25px) !important;
    top: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    right: inherit !important;
    z-index: 9;
    text-align: center;
    border: 2px solid rgba(23, 23, 23, 0.2);
    border-top-color: rgba(23, 23, 23, 0.7);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
}

.grid-loading {
    overflow: hidden;
    position: relative;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    z-index: 99;
}

.grid-loading::after {
    background: none;
    content: "" !important;
    position: absolute;
    top: 100px !important;
    left: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    right: inherit !important;
    z-index: 9;
    text-align: center;
    border: 3px solid rgba(23, 23, 23, 0.2);
    border-top-color: rgba(23, 23, 23, 0.7);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
}

.grid-loading:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 1px;
    width: calc(100% - 4px);
    height: calc(100% - 2px);
    border-radius: inherit;
    z-index: 1;
}

.grid-loading .grid-item {
    visibility: hidden;
}

.grid-loading li.grid-item {
    overflow: hidden;
    opacity: 0;
}

/*grid*/
.show-grid [class^="col-"] {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center;
}

/* for retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
    .show-notify-popup .mfp-container {
        -webkit-animation-duration: 0.1s;
        -moz-animation-duration: 0.1s;
        -o-animation-duration: 0.1s;
        animation-duration: 0.1s;
    }
}

/* animation keyframe */
@-webkit-keyframes down-arrow {
    0% {
        opacity: 0;
        top: 0px;
    }

    18% {
        opacity: 0.2;
        top: 3px;
    }

    36% {
        opacity: .4;
        top: 8px;
    }

    54% {
        opacity: .6;
        top: 18px;
    }

    72% {
        opacity: .8;
        top: 18px;
    }

    100% {
        opacity: 1;
        top: 18px;
    }
}

@keyframes down-arrow {
    0% {
        opacity: 0;
        top: 0px;
    }

    18% {
        opacity: .0.2;
        top: 3px;
    }

    36% {
        opacity: .4;
        top: 8px;
    }

    54% {
        opacity: .6;
        top: 18px;
    }

    72% {
        opacity: .8;
        top: 18px;
    }

    100% {
        opacity: 1;
        top: 18px;
    }
}

@-webkit-keyframes social-icon-animation {
    0% {
        top: 130px;
        left: -100px;
    }

    80% {
        top: 30px;
        left: -50px;
    }

    100% {
        top: -30px;
        left: -15px;
    }
}

@keyframes social-icon-animation {
    0% {
        top: 130px;
        left: -100px;
    }

    80% {
        top: 30px;
        left: -50px;
    }

    100% {
        top: -30px;
        left: -15px;
    }
}

@-webkit-keyframes ani-mfp {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: hidden;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
}

@keyframes ani-mfp {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: hidden;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
}

@-webkit-keyframes ani-mfp-close {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes ani-mfp-close {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: hidden;
        opacity: 0;
    }
}

@-webkit-keyframes comingsoonpopup {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
}

@keyframes comingsoonpopup {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
}

@-webkit-keyframes comingsoonpopupclose {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes comingsoonpopupclose {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
        opacity: 0;
    }
}

@-webkit-keyframes drawing-animation {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes drawing-animation {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fromTop {
    0% {
        left: 0;
        top: -100%
    }

    100% {
        left: 0;
        top: 0
    }
}

@keyframes fromTop {
    0% {
        left: 0;
        top: -100%
    }

    100% {
        left: 0;
        top: 0
    }
}

@-webkit-keyframes toTop {
    0% {
        left: 0;
        top: 0
    }

    100% {
        left: 0;
        top: -100%
    }
}

@keyframes toTop {
    0% {
        left: 0;
        top: 0
    }

    100% {
        left: 0;
        top: -100%
    }
}

@-webkit-keyframes fromRight {
    0% {
        top: 0;
        left: 100%
    }

    100% {
        top: 0;
        left: 0
    }
}

@keyframes fromRight {
    0% {
        top: 0;
        left: 100%
    }

    100% {
        top: 0;
        left: 0
    }
}

@-webkit-keyframes toRight {
    0% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: 100%
    }
}

@keyframes toRight {
    0% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: 100%
    }
}

@-webkit-keyframes fromBottom {
    0% {
        left: 0;
        top: 100%
    }

    100% {
        left: 0;
        top: 0
    }
}

@keyframes fromBottom {
    0% {
        left: 0;
        top: 100%
    }

    100% {
        left: 0;
        top: 0
    }
}

@-webkit-keyframes toBottom {
    0% {
        left: 0;
        top: 0
    }

    100% {
        left: 0;
        top: 100%
    }
}

@keyframes toBottom {
    0% {
        left: 0;
        top: 0
    }

    100% {
        left: 0;
        top: 100%
    }
}

@-webkit-keyframes fromLeft {
    0% {
        top: 0;
        left: -100%
    }

    100% {
        top: 0;
        left: 0
    }
}

@keyframes fromLeft {
    0% {
        top: 0;
        left: -100%
    }

    100% {
        top: 0;
        left: 0
    }
}

@-webkit-keyframes toLeft {
    0% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: -100%
    }
}

@keyframes toLeft {
    0% {
        top: 0;
        left: 0
    }

    100% {
        top: 0;
        left: -100%
    }
}

@-webkit-keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.10);
        transform: scale(1.10);
    }
}

@keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.10);
        transform: scale(1.10);
    }
}



/* for safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .border-gradient-magenta-orange {
        border-image: linear-gradient(to right top, #e42464, #ed3c5f, #f44f5c, #fa6259, #ff7357) 1 / 0 0 1 0;
        border-image-slice: 1;
    }

    .border-gradient-purple-magenta {
        border-image: linear-gradient(to right top, #502970, #7f2977, #ac2775, #d42d6b, #f34259) 1 / 0 0 1 0;
        border-image-slice: 1;
    }

    .border-gradient-light-purple-light-orange {
        border-image: linear-gradient(to right top, #b783ff, #e37be0, #fa7cc1, #ff85a6, #ff9393) 1 / 0 0 1 0;
        border-image-slice: 1;
    }

    .border-gradient-sky-blue-pink {
        border-image: linear-gradient(to right top, #556fff, #b263e4, #e05fc4, #f767a6, #ff798e) 1 / 0 0 1 0;
        border-image-slice: 1;
    }

    .border-gradient-peacock-blue-crome-yellow {
        border-image: linear-gradient(to right top, #36c1e1, #28ccc0, #74cf8e, #bac962, #feb95b) 1 / 0 0 1 0;
        border-image-slice: 1;
    }

    .border-gradient-fast-blue-purple {
        border-image: linear-gradient(to right top, #0039e3, #4132e0, #5e28dd, #741bd9, #8600d4) 1 / 0 0 1 0;
        border-image-slice: 1;
    }

    .border-gradient-light-purple-light-red {
        border-image: linear-gradient(to right top, #bb85f9, #c887e5, #da8bca, #eb8fb0, #fb9398) 1 / 0 0 1 0;
        border-image-slice: 1;
    }

    .border-gradient-light-brownish-orange-black {
        border-image: linear-gradient(to right top, #e79e57, #9d9049, #62794c, #405c4c, #353d3c) 1 / 0 0 1 0;
        border-image-slice: 1;
    }

    .border-gradient-red-violet-purple {
        border-image: linear-gradient(to right, #b93d90, #a92b95, #951b9c, #7a11a4, #5412ad) 1 / 0 0 1 0;
        border-image-slice: 1;
    }

    .btn.btn-transparent-gradient-sky-blue-pink {
        border-color: #000000;
    }

}

/* for only safari */
@media not all and (min-resolution:.001dpcm) {
    .tilt-box:not(:root:root) {
        z-index: -1;
    }

    .interactive-banners-style-01 [class^="border-radius-"],
    .interactive-banners-style-01 [class*=" border-radius-"],
    .interactive-banners-style-07 [class^="border-radius-"],
    .interactive-banners-style-07 [class*=" border-radius-"],
    .interactive-banners-style-07[class*=" border-radius-"],
    .interactive-banners-style-08[class*=" border-radius-"],
    .interactive-banners-style-10 [class^="border-radius-"],
    .interactive-banners-style-10 [class*=" border-radius-"],
    .team-style-01 [class^="border-radius-"],
    .team-style-01 [class*=" border-radius-"],
    [class^="border-radius-"] .blog-post-image,
    [class*=" border-radius-"] .blog-post-image,
    .product-box .product-image[class*=" border-radius-"],
    .instafeed-grid figure {
        -webkit-mask-image: -webkit-radial-gradient(white, black);
    }
}

/* for buy and demo button */


/* cookie message */
.gdpr-wrapper {
    top: 0 !important;
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .8);
}

.gdpr-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px;
}

.gdpr-container .gdpr-content {
    display: inline-block;
    margin-right: 20px;
}

.gdpr-container .btn {
    display: inline-block;
}

.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.fs-0 {
    font-size: 0px !important;
}

.m-1 {
    margin: 1px !important;
}

.p-1 {
    padding: 1px !important;
}

.mr-1 {
    margin-right: 1px !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.pr-1 {
    padding-right: 1px !important;
}

.pl-1 {
    padding-left: 1px !important;
}

.pt-1 {
    padding-top: 1px !important;
}

.pb-1 {
    padding-bottom: 1px !important;
}

.fs-1 {
    font-size: 1px !important;
}

.m-2 {
    margin: 2px !important;
}

.p-2 {
    padding: 2px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pt-2 {
    padding-top: 2px !important;
}

.pb-2 {
    padding-bottom: 2px !important;
}

.fs-2 {
    font-size: 2px !important;
}

.m-3 {
    margin: 3px !important;
}

.p-3 {
    padding: 3px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.pr-3 {
    padding-right: 3px !important;
}

.pl-3 {
    padding-left: 3px !important;
}

.pt-3 {
    padding-top: 3px !important;
}

.pb-3 {
    padding-bottom: 3px !important;
}

.fs-3 {
    font-size: 3px !important;
}

.m-4 {
    margin: 4px !important;
}

.p-4 {
    padding: 4px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.fs-4 {
    font-size: 4px !important;
}

.m-5 {
    margin: 5px !important;
}

.p-5 {
    padding: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.fs-5 {
    font-size: 5px !important;
}

.m-6 {
    margin: 6px !important;
}

.p-6 {
    padding: 6px !important;
}

.mr-6 {
    margin-right: 6px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

.pr-6 {
    padding-right: 6px !important;
}

.pl-6 {
    padding-left: 6px !important;
}

.pt-6 {
    padding-top: 6px !important;
}

.pb-6 {
    padding-bottom: 6px !important;
}

.fs-6 {
    font-size: 6px !important;
}

.m-7 {
    margin: 7px !important;
}

.p-7 {
    padding: 7px !important;
}

.mr-7 {
    margin-right: 7px !important;
}

.ml-7 {
    margin-left: 7px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}

.pr-7 {
    padding-right: 7px !important;
}

.pl-7 {
    padding-left: 7px !important;
}

.pt-7 {
    padding-top: 7px !important;
}

.pb-7 {
    padding-bottom: 7px !important;
}

.fs-7 {
    font-size: 7px !important;
}

.m-8 {
    margin: 8px !important;
}

.p-8 {
    padding: 8px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.m-9 {
    margin: 9px !important;
}

.p-9 {
    padding: 9px !important;
}

.mr-9 {
    margin-right: 9px !important;
}

.ml-9 {
    margin-left: 9px !important;
}

.mt-9 {
    margin-top: 9px !important;
}

.mb-9 {
    margin-bottom: 9px !important;
}

.pr-9 {
    padding-right: 9px !important;
}

.pl-9 {
    padding-left: 9px !important;
}

.pt-9 {
    padding-top: 9px !important;
}

.pb-9 {
    padding-bottom: 9px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.m-10 {
    margin: 10px !important;
}

.p-10 {
    padding: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.m-11 {
    margin: 11px !important;
}

.p-11 {
    padding: 11px !important;
}

.mr-11 {
    margin-right: 11px !important;
}

.ml-11 {
    margin-left: 11px !important;
}

.mt-11 {
    margin-top: 11px !important;
}

.mb-11 {
    margin-bottom: 11px !important;
}

.pr-11 {
    padding-right: 11px !important;
}

.pl-11 {
    padding-left: 11px !important;
}

.pt-11 {
    padding-top: 11px !important;
}

.pb-11 {
    padding-bottom: 11px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.m-12 {
    margin: 12px !important;
}

.p-12 {
    padding: 12px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pt-12 {
    padding-top: 12px !important;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.m-13 {
    margin: 13px !important;
}

.p-13 {
    padding: 13px !important;
}

.mr-13 {
    margin-right: 13px !important;
}

.ml-13 {
    margin-left: 13px !important;
}

.mt-13 {
    margin-top: 13px !important;
}

.mb-13 {
    margin-bottom: 13px !important;
}

.pr-13 {
    padding-right: 13px !important;
}

.pl-13 {
    padding-left: 13px !important;
}

.pt-13 {
    padding-top: 13px !important;
}

.pb-13 {
    padding-bottom: 13px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.m-14 {
    margin: 14px !important;
}

.p-14 {
    padding: 14px !important;
}

.mr-14 {
    margin-right: 14px !important;
}

.ml-14 {
    margin-left: 14px !important;
}

.mt-14 {
    margin-top: 14px !important;
}

.mb-14 {
    margin-bottom: 14px !important;
}

.pr-14 {
    padding-right: 14px !important;
}

.pl-14 {
    padding-left: 14px !important;
}

.pt-14 {
    padding-top: 14px !important;
}

.pb-14 {
    padding-bottom: 14px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.m-15 {
    margin: 15px !important;
}

.p-15 {
    padding: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.m-16 {
    margin: 16px !important;
}

.p-16 {
    padding: 16px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.m-17 {
    margin: 17px !important;
}

.p-17 {
    padding: 17px !important;
}

.mr-17 {
    margin-right: 17px !important;
}

.ml-17 {
    margin-left: 17px !important;
}

.mt-17 {
    margin-top: 17px !important;
}

.mb-17 {
    margin-bottom: 17px !important;
}

.pr-17 {
    padding-right: 17px !important;
}

.pl-17 {
    padding-left: 17px !important;
}

.pt-17 {
    padding-top: 17px !important;
}

.pb-17 {
    padding-bottom: 17px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.m-18 {
    margin: 18px !important;
}

.p-18 {
    padding: 18px !important;
}

.mr-18 {
    margin-right: 18px !important;
}

.ml-18 {
    margin-left: 18px !important;
}

.mt-18 {
    margin-top: 18px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.pr-18 {
    padding-right: 18px !important;
}

.pl-18 {
    padding-left: 18px !important;
}

.pt-18 {
    padding-top: 18px !important;
}

.pb-18 {
    padding-bottom: 18px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.m-19 {
    margin: 19px !important;
}

.p-19 {
    padding: 19px !important;
}

.mr-19 {
    margin-right: 19px !important;
}

.ml-19 {
    margin-left: 19px !important;
}

.mt-19 {
    margin-top: 19px !important;
}

.mb-19 {
    margin-bottom: 19px !important;
}

.pr-19 {
    padding-right: 19px !important;
}

.pl-19 {
    padding-left: 19px !important;
}

.pt-19 {
    padding-top: 19px !important;
}

.pb-19 {
    padding-bottom: 19px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.m-20 {
    margin: 20px !important;
}

.p-20 {
    padding: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.m-21 {
    margin: 21px !important;
}

.p-21 {
    padding: 21px !important;
}

.mr-21 {
    margin-right: 21px !important;
}

.ml-21 {
    margin-left: 21px !important;
}

.mt-21 {
    margin-top: 21px !important;
}

.mb-21 {
    margin-bottom: 21px !important;
}

.pr-21 {
    padding-right: 21px !important;
}

.pl-21 {
    padding-left: 21px !important;
}

.pt-21 {
    padding-top: 21px !important;
}

.pb-21 {
    padding-bottom: 21px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.m-22 {
    margin: 22px !important;
}

.p-22 {
    padding: 22px !important;
}

.mr-22 {
    margin-right: 22px !important;
}

.ml-22 {
    margin-left: 22px !important;
}

.mt-22 {
    margin-top: 22px !important;
}

.mb-22 {
    margin-bottom: 22px !important;
}

.pr-22 {
    padding-right: 22px !important;
}

.pl-22 {
    padding-left: 22px !important;
}

.pt-22 {
    padding-top: 22px !important;
}

.pb-22 {
    padding-bottom: 22px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.m-23 {
    margin: 23px !important;
}

.p-23 {
    padding: 23px !important;
}

.mr-23 {
    margin-right: 23px !important;
}

.ml-23 {
    margin-left: 23px !important;
}

.mt-23 {
    margin-top: 23px !important;
}

.mb-23 {
    margin-bottom: 23px !important;
}

.pr-23 {
    padding-right: 23px !important;
}

.pl-23 {
    padding-left: 23px !important;
}

.pt-23 {
    padding-top: 23px !important;
}

.pb-23 {
    padding-bottom: 23px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.m-24 {
    margin: 24px !important;
}

.p-24 {
    padding: 24px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.ml-24 {
    margin-left: 24px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.pr-24 {
    padding-right: 24px !important;
}

.pl-24 {
    padding-left: 24px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.m-25 {
    margin: 25px !important;
}

.p-25 {
    padding: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.m-26 {
    margin: 26px !important;
}

.p-26 {
    padding: 26px !important;
}

.mr-26 {
    margin-right: 26px !important;
}

.ml-26 {
    margin-left: 26px !important;
}

.mt-26 {
    margin-top: 26px !important;
}

.mb-26 {
    margin-bottom: 26px !important;
}

.pr-26 {
    padding-right: 26px !important;
}

.pl-26 {
    padding-left: 26px !important;
}

.pt-26 {
    padding-top: 26px !important;
}

.pb-26 {
    padding-bottom: 26px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.m-27 {
    margin: 27px !important;
}

.p-27 {
    padding: 27px !important;
}

.mr-27 {
    margin-right: 27px !important;
}

.ml-27 {
    margin-left: 27px !important;
}

.mt-27 {
    margin-top: 27px !important;
}

.mb-27 {
    margin-bottom: 27px !important;
}

.pr-27 {
    padding-right: 27px !important;
}

.pl-27 {
    padding-left: 27px !important;
}

.pt-27 {
    padding-top: 27px !important;
}

.pb-27 {
    padding-bottom: 27px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.m-28 {
    margin: 28px !important;
}

.p-28 {
    padding: 28px !important;
}

.mr-28 {
    margin-right: 28px !important;
}

.ml-28 {
    margin-left: 28px !important;
}

.mt-28 {
    margin-top: 28px !important;
}

.mb-28 {
    margin-bottom: 28px !important;
}

.pr-28 {
    padding-right: 28px !important;
}

.pl-28 {
    padding-left: 28px !important;
}

.pt-28 {
    padding-top: 28px !important;
}

.pb-28 {
    padding-bottom: 28px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.m-29 {
    margin: 29px !important;
}

.p-29 {
    padding: 29px !important;
}

.mr-29 {
    margin-right: 29px !important;
}

.ml-29 {
    margin-left: 29px !important;
}

.mt-29 {
    margin-top: 29px !important;
}

.mb-29 {
    margin-bottom: 29px !important;
}

.pr-29 {
    padding-right: 29px !important;
}

.pl-29 {
    padding-left: 29px !important;
}

.pt-29 {
    padding-top: 29px !important;
}

.pb-29 {
    padding-bottom: 29px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.m-30 {
    margin: 30px !important;
}

.p-30 {
    padding: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.m-31 {
    margin: 31px !important;
}

.p-31 {
    padding: 31px !important;
}

.mr-31 {
    margin-right: 31px !important;
}

.ml-31 {
    margin-left: 31px !important;
}

.mt-31 {
    margin-top: 31px !important;
}

.mb-31 {
    margin-bottom: 31px !important;
}

.pr-31 {
    padding-right: 31px !important;
}

.pl-31 {
    padding-left: 31px !important;
}

.pt-31 {
    padding-top: 31px !important;
}

.pb-31 {
    padding-bottom: 31px !important;
}

.fs-31 {
    font-size: 31px !important;
}

.m-32 {
    margin: 32px !important;
}

.p-32 {
    padding: 32px !important;
}

.mr-32 {
    margin-right: 32px !important;
}

.ml-32 {
    margin-left: 32px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.pr-32 {
    padding-right: 32px !important;
}

.pl-32 {
    padding-left: 32px !important;
}

.pt-32 {
    padding-top: 32px !important;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.m-33 {
    margin: 33px !important;
}

.p-33 {
    padding: 33px !important;
}

.mr-33 {
    margin-right: 33px !important;
}

.ml-33 {
    margin-left: 33px !important;
}

.mt-33 {
    margin-top: 33px !important;
}

.mb-33 {
    margin-bottom: 33px !important;
}

.pr-33 {
    padding-right: 33px !important;
}

.pl-33 {
    padding-left: 33px !important;
}

.pt-33 {
    padding-top: 33px !important;
}

.pb-33 {
    padding-bottom: 33px !important;
}

.fs-33 {
    font-size: 33px !important;
}

.m-34 {
    margin: 34px !important;
}

.p-34 {
    padding: 34px !important;
}

.mr-34 {
    margin-right: 34px !important;
}

.ml-34 {
    margin-left: 34px !important;
}

.mt-34 {
    margin-top: 34px !important;
}

.mb-34 {
    margin-bottom: 34px !important;
}

.pr-34 {
    padding-right: 34px !important;
}

.pl-34 {
    padding-left: 34px !important;
}

.pt-34 {
    padding-top: 34px !important;
}

.pb-34 {
    padding-bottom: 34px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.m-35 {
    margin: 35px !important;
}

.p-35 {
    padding: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.m-36 {
    margin: 36px !important;
}

.p-36 {
    padding: 36px !important;
}

.mr-36 {
    margin-right: 36px !important;
}

.ml-36 {
    margin-left: 36px !important;
}

.mt-36 {
    margin-top: 36px !important;
}

.mb-36 {
    margin-bottom: 36px !important;
}

.pr-36 {
    padding-right: 36px !important;
}

.pl-36 {
    padding-left: 36px !important;
}

.pt-36 {
    padding-top: 36px !important;
}

.pb-36 {
    padding-bottom: 36px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.m-37 {
    margin: 37px !important;
}

.p-37 {
    padding: 37px !important;
}

.mr-37 {
    margin-right: 37px !important;
}

.ml-37 {
    margin-left: 37px !important;
}

.mt-37 {
    margin-top: 37px !important;
}

.mb-37 {
    margin-bottom: 37px !important;
}

.pr-37 {
    padding-right: 37px !important;
}

.pl-37 {
    padding-left: 37px !important;
}

.pt-37 {
    padding-top: 37px !important;
}

.pb-37 {
    padding-bottom: 37px !important;
}

.fs-37 {
    font-size: 37px !important;
}

.m-38 {
    margin: 38px !important;
}

.p-38 {
    padding: 38px !important;
}

.mr-38 {
    margin-right: 38px !important;
}

.ml-38 {
    margin-left: 38px !important;
}

.mt-38 {
    margin-top: 38px !important;
}

.mb-38 {
    margin-bottom: 38px !important;
}

.pr-38 {
    padding-right: 38px !important;
}

.pl-38 {
    padding-left: 38px !important;
}

.pt-38 {
    padding-top: 38px !important;
}

.pb-38 {
    padding-bottom: 38px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.m-39 {
    margin: 39px !important;
}

.p-39 {
    padding: 39px !important;
}

.mr-39 {
    margin-right: 39px !important;
}

.ml-39 {
    margin-left: 39px !important;
}

.mt-39 {
    margin-top: 39px !important;
}

.mb-39 {
    margin-bottom: 39px !important;
}

.pr-39 {
    padding-right: 39px !important;
}

.pl-39 {
    padding-left: 39px !important;
}

.pt-39 {
    padding-top: 39px !important;
}

.pb-39 {
    padding-bottom: 39px !important;
}

.fs-39 {
    font-size: 39px !important;
}

.m-40 {
    margin: 40px !important;
}

.p-40 {
    padding: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.m-41 {
    margin: 41px !important;
}

.p-41 {
    padding: 41px !important;
}

.mr-41 {
    margin-right: 41px !important;
}

.ml-41 {
    margin-left: 41px !important;
}

.mt-41 {
    margin-top: 41px !important;
}

.mb-41 {
    margin-bottom: 41px !important;
}

.pr-41 {
    padding-right: 41px !important;
}

.pl-41 {
    padding-left: 41px !important;
}

.pt-41 {
    padding-top: 41px !important;
}

.pb-41 {
    padding-bottom: 41px !important;
}

.fs-41 {
    font-size: 41px !important;
}

.m-42 {
    margin: 42px !important;
}

.p-42 {
    padding: 42px !important;
}

.mr-42 {
    margin-right: 42px !important;
}

.ml-42 {
    margin-left: 42px !important;
}

.mt-42 {
    margin-top: 42px !important;
}

.mb-42 {
    margin-bottom: 42px !important;
}

.pr-42 {
    padding-right: 42px !important;
}

.pl-42 {
    padding-left: 42px !important;
}

.pt-42 {
    padding-top: 42px !important;
}

.pb-42 {
    padding-bottom: 42px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.m-43 {
    margin: 43px !important;
}

.p-43 {
    padding: 43px !important;
}

.mr-43 {
    margin-right: 43px !important;
}

.ml-43 {
    margin-left: 43px !important;
}

.mt-43 {
    margin-top: 43px !important;
}

.mb-43 {
    margin-bottom: 43px !important;
}

.pr-43 {
    padding-right: 43px !important;
}

.pl-43 {
    padding-left: 43px !important;
}

.pt-43 {
    padding-top: 43px !important;
}

.pb-43 {
    padding-bottom: 43px !important;
}

.fs-43 {
    font-size: 43px !important;
}

.m-44 {
    margin: 44px !important;
}

.p-44 {
    padding: 44px !important;
}

.mr-44 {
    margin-right: 44px !important;
}

.ml-44 {
    margin-left: 44px !important;
}

.mt-44 {
    margin-top: 44px !important;
}

.mb-44 {
    margin-bottom: 44px !important;
}

.pr-44 {
    padding-right: 44px !important;
}

.pl-44 {
    padding-left: 44px !important;
}

.pt-44 {
    padding-top: 44px !important;
}

.pb-44 {
    padding-bottom: 44px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.m-45 {
    margin: 45px !important;
}

.p-45 {
    padding: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.fs-45 {
    font-size: 45px !important;
}

.m-46 {
    margin: 46px !important;
}

.p-46 {
    padding: 46px !important;
}

.mr-46 {
    margin-right: 46px !important;
}

.ml-46 {
    margin-left: 46px !important;
}

.mt-46 {
    margin-top: 46px !important;
}

.mb-46 {
    margin-bottom: 46px !important;
}

.pr-46 {
    padding-right: 46px !important;
}

.pl-46 {
    padding-left: 46px !important;
}

.pt-46 {
    padding-top: 46px !important;
}

.pb-46 {
    padding-bottom: 46px !important;
}

.fs-46 {
    font-size: 46px !important;
}

.m-47 {
    margin: 47px !important;
}

.p-47 {
    padding: 47px !important;
}

.mr-47 {
    margin-right: 47px !important;
}

.ml-47 {
    margin-left: 47px !important;
}

.mt-47 {
    margin-top: 47px !important;
}

.mb-47 {
    margin-bottom: 47px !important;
}

.pr-47 {
    padding-right: 47px !important;
}

.pl-47 {
    padding-left: 47px !important;
}

.pt-47 {
    padding-top: 47px !important;
}

.pb-47 {
    padding-bottom: 47px !important;
}

.fs-47 {
    font-size: 47px !important;
}

.m-48 {
    margin: 48px !important;
}

.p-48 {
    padding: 48px !important;
}

.mr-48 {
    margin-right: 48px !important;
}

.ml-48 {
    margin-left: 48px !important;
}

.mt-48 {
    margin-top: 48px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.pr-48 {
    padding-right: 48px !important;
}

.pl-48 {
    padding-left: 48px !important;
}

.pt-48 {
    padding-top: 48px !important;
}

.pb-48 {
    padding-bottom: 48px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.m-49 {
    margin: 49px !important;
}

.p-49 {
    padding: 49px !important;
}

.mr-49 {
    margin-right: 49px !important;
}

.ml-49 {
    margin-left: 49px !important;
}

.mt-49 {
    margin-top: 49px !important;
}

.mb-49 {
    margin-bottom: 49px !important;
}

.pr-49 {
    padding-right: 49px !important;
}

.pl-49 {
    padding-left: 49px !important;
}

.pt-49 {
    padding-top: 49px !important;
}

.pb-49 {
    padding-bottom: 49px !important;
}

.fs-49 {
    font-size: 49px !important;
}

.m-50 {
    margin: 50px !important;
}

.p-50 {
    padding: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.m-51 {
    margin: 51px !important;
}

.p-51 {
    padding: 51px !important;
}

.mr-51 {
    margin-right: 51px !important;
}

.ml-51 {
    margin-left: 51px !important;
}

.mt-51 {
    margin-top: 51px !important;
}

.mb-51 {
    margin-bottom: 51px !important;
}

.pr-51 {
    padding-right: 51px !important;
}

.pl-51 {
    padding-left: 51px !important;
}

.pt-51 {
    padding-top: 51px !important;
}

.pb-51 {
    padding-bottom: 51px !important;
}

.fs-51 {
    font-size: 51px !important;
}

.m-52 {
    margin: 52px !important;
}

.p-52 {
    padding: 52px !important;
}

.mr-52 {
    margin-right: 52px !important;
}

.ml-52 {
    margin-left: 52px !important;
}

.mt-52 {
    margin-top: 52px !important;
}

.mb-52 {
    margin-bottom: 52px !important;
}

.pr-52 {
    padding-right: 52px !important;
}

.pl-52 {
    padding-left: 52px !important;
}

.pt-52 {
    padding-top: 52px !important;
}

.pb-52 {
    padding-bottom: 52px !important;
}

.fs-52 {
    font-size: 52px !important;
}

.m-53 {
    margin: 53px !important;
}

.p-53 {
    padding: 53px !important;
}

.mr-53 {
    margin-right: 53px !important;
}

.ml-53 {
    margin-left: 53px !important;
}

.mt-53 {
    margin-top: 53px !important;
}

.mb-53 {
    margin-bottom: 53px !important;
}

.pr-53 {
    padding-right: 53px !important;
}

.pl-53 {
    padding-left: 53px !important;
}

.pt-53 {
    padding-top: 53px !important;
}

.pb-53 {
    padding-bottom: 53px !important;
}

.fs-53 {
    font-size: 53px !important;
}

.m-54 {
    margin: 54px !important;
}

.p-54 {
    padding: 54px !important;
}

.mr-54 {
    margin-right: 54px !important;
}

.ml-54 {
    margin-left: 54px !important;
}

.mt-54 {
    margin-top: 54px !important;
}

.mb-54 {
    margin-bottom: 54px !important;
}

.pr-54 {
    padding-right: 54px !important;
}

.pl-54 {
    padding-left: 54px !important;
}

.pt-54 {
    padding-top: 54px !important;
}

.pb-54 {
    padding-bottom: 54px !important;
}

.fs-54 {
    font-size: 54px !important;
}

.m-55 {
    margin: 55px !important;
}

.p-55 {
    padding: 55px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.fs-55 {
    font-size: 55px !important;
}

.m-56 {
    margin: 56px !important;
}

.p-56 {
    padding: 56px !important;
}

.mr-56 {
    margin-right: 56px !important;
}

.ml-56 {
    margin-left: 56px !important;
}

.mt-56 {
    margin-top: 56px !important;
}

.mb-56 {
    margin-bottom: 56px !important;
}

.pr-56 {
    padding-right: 56px !important;
}

.pl-56 {
    padding-left: 56px !important;
}

.pt-56 {
    padding-top: 56px !important;
}

.pb-56 {
    padding-bottom: 56px !important;
}

.fs-56 {
    font-size: 56px !important;
}

.m-57 {
    margin: 57px !important;
}

.p-57 {
    padding: 57px !important;
}

.mr-57 {
    margin-right: 57px !important;
}

.ml-57 {
    margin-left: 57px !important;
}

.mt-57 {
    margin-top: 57px !important;
}

.mb-57 {
    margin-bottom: 57px !important;
}

.pr-57 {
    padding-right: 57px !important;
}

.pl-57 {
    padding-left: 57px !important;
}

.pt-57 {
    padding-top: 57px !important;
}

.pb-57 {
    padding-bottom: 57px !important;
}

.fs-57 {
    font-size: 57px !important;
}

.m-58 {
    margin: 58px !important;
}

.p-58 {
    padding: 58px !important;
}

.mr-58 {
    margin-right: 58px !important;
}

.ml-58 {
    margin-left: 58px !important;
}

.mt-58 {
    margin-top: 58px !important;
}

.mb-58 {
    margin-bottom: 58px !important;
}

.pr-58 {
    padding-right: 58px !important;
}

.pl-58 {
    padding-left: 58px !important;
}

.pt-58 {
    padding-top: 58px !important;
}

.pb-58 {
    padding-bottom: 58px !important;
}

.fs-58 {
    font-size: 58px !important;
}

.m-59 {
    margin: 59px !important;
}

.p-59 {
    padding: 59px !important;
}

.mr-59 {
    margin-right: 59px !important;
}

.ml-59 {
    margin-left: 59px !important;
}

.mt-59 {
    margin-top: 59px !important;
}

.mb-59 {
    margin-bottom: 59px !important;
}

.pr-59 {
    padding-right: 59px !important;
}

.pl-59 {
    padding-left: 59px !important;
}

.pt-59 {
    padding-top: 59px !important;
}

.pb-59 {
    padding-bottom: 59px !important;
}

.fs-59 {
    font-size: 59px !important;
}

.m-60 {
    margin: 60px !important;
}

.p-60 {
    padding: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.m-61 {
    margin: 61px !important;
}

.p-61 {
    padding: 61px !important;
}

.mr-61 {
    margin-right: 61px !important;
}

.ml-61 {
    margin-left: 61px !important;
}

.mt-61 {
    margin-top: 61px !important;
}

.mb-61 {
    margin-bottom: 61px !important;
}

.pr-61 {
    padding-right: 61px !important;
}

.pl-61 {
    padding-left: 61px !important;
}

.pt-61 {
    padding-top: 61px !important;
}

.pb-61 {
    padding-bottom: 61px !important;
}

.fs-61 {
    font-size: 61px !important;
}

.m-62 {
    margin: 62px !important;
}

.p-62 {
    padding: 62px !important;
}

.mr-62 {
    margin-right: 62px !important;
}

.ml-62 {
    margin-left: 62px !important;
}

.mt-62 {
    margin-top: 62px !important;
}

.mb-62 {
    margin-bottom: 62px !important;
}

.pr-62 {
    padding-right: 62px !important;
}

.pl-62 {
    padding-left: 62px !important;
}

.pt-62 {
    padding-top: 62px !important;
}

.pb-62 {
    padding-bottom: 62px !important;
}

.fs-62 {
    font-size: 62px !important;
}

.m-63 {
    margin: 63px !important;
}

.p-63 {
    padding: 63px !important;
}

.mr-63 {
    margin-right: 63px !important;
}

.ml-63 {
    margin-left: 63px !important;
}

.mt-63 {
    margin-top: 63px !important;
}

.mb-63 {
    margin-bottom: 63px !important;
}

.pr-63 {
    padding-right: 63px !important;
}

.pl-63 {
    padding-left: 63px !important;
}

.pt-63 {
    padding-top: 63px !important;
}

.pb-63 {
    padding-bottom: 63px !important;
}

.fs-63 {
    font-size: 63px !important;
}

.m-64 {
    margin: 64px !important;
}

.p-64 {
    padding: 64px !important;
}

.mr-64 {
    margin-right: 64px !important;
}

.ml-64 {
    margin-left: 64px !important;
}

.mt-64 {
    margin-top: 64px !important;
}

.mb-64 {
    margin-bottom: 64px !important;
}

.pr-64 {
    padding-right: 64px !important;
}

.pl-64 {
    padding-left: 64px !important;
}

.pt-64 {
    padding-top: 64px !important;
}

.pb-64 {
    padding-bottom: 64px !important;
}

.fs-64 {
    font-size: 64px !important;
}

.m-65 {
    margin: 65px !important;
}

.p-65 {
    padding: 65px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.fs-65 {
    font-size: 65px !important;
}

.m-66 {
    margin: 66px !important;
}

.p-66 {
    padding: 66px !important;
}

.mr-66 {
    margin-right: 66px !important;
}

.ml-66 {
    margin-left: 66px !important;
}

.mt-66 {
    margin-top: 66px !important;
}

.mb-66 {
    margin-bottom: 66px !important;
}

.pr-66 {
    padding-right: 66px !important;
}

.pl-66 {
    padding-left: 66px !important;
}

.pt-66 {
    padding-top: 66px !important;
}

.pb-66 {
    padding-bottom: 66px !important;
}

.fs-66 {
    font-size: 66px !important;
}

.m-67 {
    margin: 67px !important;
}

.p-67 {
    padding: 67px !important;
}

.mr-67 {
    margin-right: 67px !important;
}

.ml-67 {
    margin-left: 67px !important;
}

.mt-67 {
    margin-top: 67px !important;
}

.mb-67 {
    margin-bottom: 67px !important;
}

.pr-67 {
    padding-right: 67px !important;
}

.pl-67 {
    padding-left: 67px !important;
}

.pt-67 {
    padding-top: 67px !important;
}

.pb-67 {
    padding-bottom: 67px !important;
}

.fs-67 {
    font-size: 67px !important;
}

.m-68 {
    margin: 68px !important;
}

.p-68 {
    padding: 68px !important;
}

.mr-68 {
    margin-right: 68px !important;
}

.ml-68 {
    margin-left: 68px !important;
}

.mt-68 {
    margin-top: 68px !important;
}

.mb-68 {
    margin-bottom: 68px !important;
}

.pr-68 {
    padding-right: 68px !important;
}

.pl-68 {
    padding-left: 68px !important;
}

.pt-68 {
    padding-top: 68px !important;
}

.pb-68 {
    padding-bottom: 68px !important;
}

.fs-68 {
    font-size: 68px !important;
}

.m-69 {
    margin: 69px !important;
}

.p-69 {
    padding: 69px !important;
}

.mr-69 {
    margin-right: 69px !important;
}

.ml-69 {
    margin-left: 69px !important;
}

.mt-69 {
    margin-top: 69px !important;
}

.mb-69 {
    margin-bottom: 69px !important;
}

.pr-69 {
    padding-right: 69px !important;
}

.pl-69 {
    padding-left: 69px !important;
}

.pt-69 {
    padding-top: 69px !important;
}

.pb-69 {
    padding-bottom: 69px !important;
}

.fs-69 {
    font-size: 69px !important;
}

.m-70 {
    margin: 70px !important;
}

.p-70 {
    padding: 70px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.fs-70 {
    font-size: 70px !important;
}

.m-71 {
    margin: 71px !important;
}

.p-71 {
    padding: 71px !important;
}

.mr-71 {
    margin-right: 71px !important;
}

.ml-71 {
    margin-left: 71px !important;
}

.mt-71 {
    margin-top: 71px !important;
}

.mb-71 {
    margin-bottom: 71px !important;
}

.pr-71 {
    padding-right: 71px !important;
}

.pl-71 {
    padding-left: 71px !important;
}

.pt-71 {
    padding-top: 71px !important;
}

.pb-71 {
    padding-bottom: 71px !important;
}

.fs-71 {
    font-size: 71px !important;
}

.m-72 {
    margin: 72px !important;
}

.p-72 {
    padding: 72px !important;
}

.mr-72 {
    margin-right: 72px !important;
}

.ml-72 {
    margin-left: 72px !important;
}

.mt-72 {
    margin-top: 72px !important;
}

.mb-72 {
    margin-bottom: 72px !important;
}

.pr-72 {
    padding-right: 72px !important;
}

.pl-72 {
    padding-left: 72px !important;
}

.pt-72 {
    padding-top: 72px !important;
}

.pb-72 {
    padding-bottom: 72px !important;
}

.fs-72 {
    font-size: 72px !important;
}

.m-73 {
    margin: 73px !important;
}

.p-73 {
    padding: 73px !important;
}

.mr-73 {
    margin-right: 73px !important;
}

.ml-73 {
    margin-left: 73px !important;
}

.mt-73 {
    margin-top: 73px !important;
}

.mb-73 {
    margin-bottom: 73px !important;
}

.pr-73 {
    padding-right: 73px !important;
}

.pl-73 {
    padding-left: 73px !important;
}

.pt-73 {
    padding-top: 73px !important;
}

.pb-73 {
    padding-bottom: 73px !important;
}

.fs-73 {
    font-size: 73px !important;
}

.m-74 {
    margin: 74px !important;
}

.p-74 {
    padding: 74px !important;
}

.mr-74 {
    margin-right: 74px !important;
}

.ml-74 {
    margin-left: 74px !important;
}

.mt-74 {
    margin-top: 74px !important;
}

.mb-74 {
    margin-bottom: 74px !important;
}

.pr-74 {
    padding-right: 74px !important;
}

.pl-74 {
    padding-left: 74px !important;
}

.pt-74 {
    padding-top: 74px !important;
}

.pb-74 {
    padding-bottom: 74px !important;
}

.fs-74 {
    font-size: 74px !important;
}

.m-75 {
    margin: 75px !important;
}

.p-75 {
    padding: 75px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.fs-75 {
    font-size: 75px !important;
}

.m-76 {
    margin: 76px !important;
}

.p-76 {
    padding: 76px !important;
}

.mr-76 {
    margin-right: 76px !important;
}

.ml-76 {
    margin-left: 76px !important;
}

.mt-76 {
    margin-top: 76px !important;
}

.mb-76 {
    margin-bottom: 76px !important;
}

.pr-76 {
    padding-right: 76px !important;
}

.pl-76 {
    padding-left: 76px !important;
}

.pt-76 {
    padding-top: 76px !important;
}

.pb-76 {
    padding-bottom: 76px !important;
}

.fs-76 {
    font-size: 76px !important;
}

.m-77 {
    margin: 77px !important;
}

.p-77 {
    padding: 77px !important;
}

.mr-77 {
    margin-right: 77px !important;
}

.ml-77 {
    margin-left: 77px !important;
}

.mt-77 {
    margin-top: 77px !important;
}

.mb-77 {
    margin-bottom: 77px !important;
}

.pr-77 {
    padding-right: 77px !important;
}

.pl-77 {
    padding-left: 77px !important;
}

.pt-77 {
    padding-top: 77px !important;
}

.pb-77 {
    padding-bottom: 77px !important;
}

.fs-77 {
    font-size: 77px !important;
}

.m-78 {
    margin: 78px !important;
}

.p-78 {
    padding: 78px !important;
}

.mr-78 {
    margin-right: 78px !important;
}

.ml-78 {
    margin-left: 78px !important;
}

.mt-78 {
    margin-top: 78px !important;
}

.mb-78 {
    margin-bottom: 78px !important;
}

.pr-78 {
    padding-right: 78px !important;
}

.pl-78 {
    padding-left: 78px !important;
}

.pt-78 {
    padding-top: 78px !important;
}

.pb-78 {
    padding-bottom: 78px !important;
}

.fs-78 {
    font-size: 78px !important;
}

.m-79 {
    margin: 79px !important;
}

.p-79 {
    padding: 79px !important;
}

.mr-79 {
    margin-right: 79px !important;
}

.ml-79 {
    margin-left: 79px !important;
}

.mt-79 {
    margin-top: 79px !important;
}

.mb-79 {
    margin-bottom: 79px !important;
}

.pr-79 {
    padding-right: 79px !important;
}

.pl-79 {
    padding-left: 79px !important;
}

.pt-79 {
    padding-top: 79px !important;
}

.pb-79 {
    padding-bottom: 79px !important;
}

.fs-79 {
    font-size: 79px !important;
}

.m-80 {
    margin: 80px !important;
}

.p-80 {
    padding: 80px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.fs-80 {
    font-size: 80px !important;
}

.m-81 {
    margin: 81px !important;
}

.p-81 {
    padding: 81px !important;
}

.mr-81 {
    margin-right: 81px !important;
}

.ml-81 {
    margin-left: 81px !important;
}

.mt-81 {
    margin-top: 81px !important;
}

.mb-81 {
    margin-bottom: 81px !important;
}

.pr-81 {
    padding-right: 81px !important;
}

.pl-81 {
    padding-left: 81px !important;
}

.pt-81 {
    padding-top: 81px !important;
}

.pb-81 {
    padding-bottom: 81px !important;
}

.fs-81 {
    font-size: 81px !important;
}

.m-82 {
    margin: 82px !important;
}

.p-82 {
    padding: 82px !important;
}

.mr-82 {
    margin-right: 82px !important;
}

.ml-82 {
    margin-left: 82px !important;
}

.mt-82 {
    margin-top: 82px !important;
}

.mb-82 {
    margin-bottom: 82px !important;
}

.pr-82 {
    padding-right: 82px !important;
}

.pl-82 {
    padding-left: 82px !important;
}

.pt-82 {
    padding-top: 82px !important;
}

.pb-82 {
    padding-bottom: 82px !important;
}

.fs-82 {
    font-size: 82px !important;
}

.m-83 {
    margin: 83px !important;
}

.p-83 {
    padding: 83px !important;
}

.mr-83 {
    margin-right: 83px !important;
}

.ml-83 {
    margin-left: 83px !important;
}

.mt-83 {
    margin-top: 83px !important;
}

.mb-83 {
    margin-bottom: 83px !important;
}

.pr-83 {
    padding-right: 83px !important;
}

.pl-83 {
    padding-left: 83px !important;
}

.pt-83 {
    padding-top: 83px !important;
}

.pb-83 {
    padding-bottom: 83px !important;
}

.fs-83 {
    font-size: 83px !important;
}

.m-84 {
    margin: 84px !important;
}

.p-84 {
    padding: 84px !important;
}

.mr-84 {
    margin-right: 84px !important;
}

.ml-84 {
    margin-left: 84px !important;
}

.mt-84 {
    margin-top: 84px !important;
}

.mb-84 {
    margin-bottom: 84px !important;
}

.pr-84 {
    padding-right: 84px !important;
}

.pl-84 {
    padding-left: 84px !important;
}

.pt-84 {
    padding-top: 84px !important;
}

.pb-84 {
    padding-bottom: 84px !important;
}

.fs-84 {
    font-size: 84px !important;
}

.m-85 {
    margin: 85px !important;
}

.p-85 {
    padding: 85px !important;
}

.mr-85 {
    margin-right: 85px !important;
}

.ml-85 {
    margin-left: 85px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.pr-85 {
    padding-right: 85px !important;
}

.pl-85 {
    padding-left: 85px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.fs-85 {
    font-size: 85px !important;
}

.m-86 {
    margin: 86px !important;
}

.p-86 {
    padding: 86px !important;
}

.mr-86 {
    margin-right: 86px !important;
}

.ml-86 {
    margin-left: 86px !important;
}

.mt-86 {
    margin-top: 86px !important;
}

.mb-86 {
    margin-bottom: 86px !important;
}

.pr-86 {
    padding-right: 86px !important;
}

.pl-86 {
    padding-left: 86px !important;
}

.pt-86 {
    padding-top: 86px !important;
}

.pb-86 {
    padding-bottom: 86px !important;
}

.fs-86 {
    font-size: 86px !important;
}

.m-87 {
    margin: 87px !important;
}

.p-87 {
    padding: 87px !important;
}

.mr-87 {
    margin-right: 87px !important;
}

.ml-87 {
    margin-left: 87px !important;
}

.mt-87 {
    margin-top: 87px !important;
}

.mb-87 {
    margin-bottom: 87px !important;
}

.pr-87 {
    padding-right: 87px !important;
}

.pl-87 {
    padding-left: 87px !important;
}

.pt-87 {
    padding-top: 87px !important;
}

.pb-87 {
    padding-bottom: 87px !important;
}

.fs-87 {
    font-size: 87px !important;
}

.m-88 {
    margin: 88px !important;
}

.p-88 {
    padding: 88px !important;
}

.mr-88 {
    margin-right: 88px !important;
}

.ml-88 {
    margin-left: 88px !important;
}

.mt-88 {
    margin-top: 88px !important;
}

.mb-88 {
    margin-bottom: 88px !important;
}

.pr-88 {
    padding-right: 88px !important;
}

.pl-88 {
    padding-left: 88px !important;
}

.pt-88 {
    padding-top: 88px !important;
}

.pb-88 {
    padding-bottom: 88px !important;
}

.fs-88 {
    font-size: 88px !important;
}

.m-89 {
    margin: 89px !important;
}

.p-89 {
    padding: 89px !important;
}

.mr-89 {
    margin-right: 89px !important;
}

.ml-89 {
    margin-left: 89px !important;
}

.mt-89 {
    margin-top: 89px !important;
}

.mb-89 {
    margin-bottom: 89px !important;
}

.pr-89 {
    padding-right: 89px !important;
}

.pl-89 {
    padding-left: 89px !important;
}

.pt-89 {
    padding-top: 89px !important;
}

.pb-89 {
    padding-bottom: 89px !important;
}

.fs-89 {
    font-size: 89px !important;
}

.m-90 {
    margin: 90px !important;
}

.p-90 {
    padding: 90px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.fs-90 {
    font-size: 90px !important;
}

.m-91 {
    margin: 91px !important;
}

.p-91 {
    padding: 91px !important;
}

.mr-91 {
    margin-right: 91px !important;
}

.ml-91 {
    margin-left: 91px !important;
}

.mt-91 {
    margin-top: 91px !important;
}

.mb-91 {
    margin-bottom: 91px !important;
}

.pr-91 {
    padding-right: 91px !important;
}

.pl-91 {
    padding-left: 91px !important;
}

.pt-91 {
    padding-top: 91px !important;
}

.pb-91 {
    padding-bottom: 91px !important;
}

.fs-91 {
    font-size: 91px !important;
}

.m-92 {
    margin: 92px !important;
}

.p-92 {
    padding: 92px !important;
}

.mr-92 {
    margin-right: 92px !important;
}

.ml-92 {
    margin-left: 92px !important;
}

.mt-92 {
    margin-top: 92px !important;
}

.mb-92 {
    margin-bottom: 92px !important;
}

.pr-92 {
    padding-right: 92px !important;
}

.pl-92 {
    padding-left: 92px !important;
}

.pt-92 {
    padding-top: 92px !important;
}

.pb-92 {
    padding-bottom: 92px !important;
}

.fs-92 {
    font-size: 92px !important;
}

.m-93 {
    margin: 93px !important;
}

.p-93 {
    padding: 93px !important;
}

.mr-93 {
    margin-right: 93px !important;
}

.ml-93 {
    margin-left: 93px !important;
}

.mt-93 {
    margin-top: 93px !important;
}

.mb-93 {
    margin-bottom: 93px !important;
}

.pr-93 {
    padding-right: 93px !important;
}

.pl-93 {
    padding-left: 93px !important;
}

.pt-93 {
    padding-top: 93px !important;
}

.pb-93 {
    padding-bottom: 93px !important;
}

.fs-93 {
    font-size: 93px !important;
}

.m-94 {
    margin: 94px !important;
}

.p-94 {
    padding: 94px !important;
}

.mr-94 {
    margin-right: 94px !important;
}

.ml-94 {
    margin-left: 94px !important;
}

.mt-94 {
    margin-top: 94px !important;
}

.mb-94 {
    margin-bottom: 94px !important;
}

.pr-94 {
    padding-right: 94px !important;
}

.pl-94 {
    padding-left: 94px !important;
}

.pt-94 {
    padding-top: 94px !important;
}

.pb-94 {
    padding-bottom: 94px !important;
}

.fs-94 {
    font-size: 94px !important;
}

.m-95 {
    margin: 95px !important;
}

.p-95 {
    padding: 95px !important;
}

.mr-95 {
    margin-right: 95px !important;
}

.ml-95 {
    margin-left: 95px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.pl-95 {
    padding-left: 95px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.fs-95 {
    font-size: 95px !important;
}

.m-96 {
    margin: 96px !important;
}

.p-96 {
    padding: 96px !important;
}

.mr-96 {
    margin-right: 96px !important;
}

.ml-96 {
    margin-left: 96px !important;
}

.mt-96 {
    margin-top: 96px !important;
}

.mb-96 {
    margin-bottom: 96px !important;
}

.pr-96 {
    padding-right: 96px !important;
}

.pl-96 {
    padding-left: 96px !important;
}

.pt-96 {
    padding-top: 96px !important;
}

.pb-96 {
    padding-bottom: 96px !important;
}

.fs-96 {
    font-size: 96px !important;
}

.m-97 {
    margin: 97px !important;
}

.p-97 {
    padding: 97px !important;
}

.mr-97 {
    margin-right: 97px !important;
}

.ml-97 {
    margin-left: 97px !important;
}

.mt-97 {
    margin-top: 97px !important;
}

.mb-97 {
    margin-bottom: 97px !important;
}

.pr-97 {
    padding-right: 97px !important;
}

.pl-97 {
    padding-left: 97px !important;
}

.pt-97 {
    padding-top: 97px !important;
}

.pb-97 {
    padding-bottom: 97px !important;
}

.fs-97 {
    font-size: 97px !important;
}

.m-98 {
    margin: 98px !important;
}

.p-98 {
    padding: 98px !important;
}

.mr-98 {
    margin-right: 98px !important;
}

.ml-98 {
    margin-left: 98px !important;
}

.mt-98 {
    margin-top: 98px !important;
}

.mb-98 {
    margin-bottom: 98px !important;
}

.pr-98 {
    padding-right: 98px !important;
}

.pl-98 {
    padding-left: 98px !important;
}

.pt-98 {
    padding-top: 98px !important;
}

.pb-98 {
    padding-bottom: 98px !important;
}

.fs-98 {
    font-size: 98px !important;
}

.m-99 {
    margin: 99px !important;
}

.p-99 {
    padding: 99px !important;
}

.mr-99 {
    margin-right: 99px !important;
}

.ml-99 {
    margin-left: 99px !important;
}

.mt-99 {
    margin-top: 99px !important;
}

.mb-99 {
    margin-bottom: 99px !important;
}

.pr-99 {
    padding-right: 99px !important;
}

.pl-99 {
    padding-left: 99px !important;
}

.pt-99 {
    padding-top: 99px !important;
}

.pb-99 {
    padding-bottom: 99px !important;
}

.fs-99 {
    font-size: 99px !important;
}

.m-100 {
    margin: 100px !important;
}

.p-100 {
    padding: 100px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.fs-100 {
    font-size: 100px !important;
}

.m-101 {
    margin: 101px !important;
}

.p-101 {
    padding: 101px !important;
}

.mr-101 {
    margin-right: 101px !important;
}

.ml-101 {
    margin-left: 101px !important;
}

.mt-101 {
    margin-top: 101px !important;
}

.mb-101 {
    margin-bottom: 101px !important;
}

.pr-101 {
    padding-right: 101px !important;
}

.pl-101 {
    padding-left: 101px !important;
}

.pt-101 {
    padding-top: 101px !important;
}

.pb-101 {
    padding-bottom: 101px !important;
}

.fs-101 {
    font-size: 101px !important;
}

.m-102 {
    margin: 102px !important;
}

.p-102 {
    padding: 102px !important;
}

.mr-102 {
    margin-right: 102px !important;
}

.ml-102 {
    margin-left: 102px !important;
}

.mt-102 {
    margin-top: 102px !important;
}

.mb-102 {
    margin-bottom: 102px !important;
}

.pr-102 {
    padding-right: 102px !important;
}

.pl-102 {
    padding-left: 102px !important;
}

.pt-102 {
    padding-top: 102px !important;
}

.pb-102 {
    padding-bottom: 102px !important;
}

.fs-102 {
    font-size: 102px !important;
}

.m-103 {
    margin: 103px !important;
}

.p-103 {
    padding: 103px !important;
}

.mr-103 {
    margin-right: 103px !important;
}

.ml-103 {
    margin-left: 103px !important;
}

.mt-103 {
    margin-top: 103px !important;
}

.mb-103 {
    margin-bottom: 103px !important;
}

.pr-103 {
    padding-right: 103px !important;
}

.pl-103 {
    padding-left: 103px !important;
}

.pt-103 {
    padding-top: 103px !important;
}

.pb-103 {
    padding-bottom: 103px !important;
}

.fs-103 {
    font-size: 103px !important;
}

.m-104 {
    margin: 104px !important;
}

.p-104 {
    padding: 104px !important;
}

.mr-104 {
    margin-right: 104px !important;
}

.ml-104 {
    margin-left: 104px !important;
}

.mt-104 {
    margin-top: 104px !important;
}

.mb-104 {
    margin-bottom: 104px !important;
}

.pr-104 {
    padding-right: 104px !important;
}

.pl-104 {
    padding-left: 104px !important;
}

.pt-104 {
    padding-top: 104px !important;
}

.pb-104 {
    padding-bottom: 104px !important;
}

.fs-104 {
    font-size: 104px !important;
}

.m-105 {
    margin: 105px !important;
}

.p-105 {
    padding: 105px !important;
}

.mr-105 {
    margin-right: 105px !important;
}

.ml-105 {
    margin-left: 105px !important;
}

.mt-105 {
    margin-top: 105px !important;
}

.mb-105 {
    margin-bottom: 105px !important;
}

.pr-105 {
    padding-right: 105px !important;
}

.pl-105 {
    padding-left: 105px !important;
}

.pt-105 {
    padding-top: 105px !important;
}

.pb-105 {
    padding-bottom: 105px !important;
}

.fs-105 {
    font-size: 105px !important;
}

.m-106 {
    margin: 106px !important;
}

.p-106 {
    padding: 106px !important;
}

.mr-106 {
    margin-right: 106px !important;
}

.ml-106 {
    margin-left: 106px !important;
}

.mt-106 {
    margin-top: 106px !important;
}

.mb-106 {
    margin-bottom: 106px !important;
}

.pr-106 {
    padding-right: 106px !important;
}

.pl-106 {
    padding-left: 106px !important;
}

.pt-106 {
    padding-top: 106px !important;
}

.pb-106 {
    padding-bottom: 106px !important;
}

.fs-106 {
    font-size: 106px !important;
}

.m-107 {
    margin: 107px !important;
}

.p-107 {
    padding: 107px !important;
}

.mr-107 {
    margin-right: 107px !important;
}

.ml-107 {
    margin-left: 107px !important;
}

.mt-107 {
    margin-top: 107px !important;
}

.mb-107 {
    margin-bottom: 107px !important;
}

.pr-107 {
    padding-right: 107px !important;
}

.pl-107 {
    padding-left: 107px !important;
}

.pt-107 {
    padding-top: 107px !important;
}

.pb-107 {
    padding-bottom: 107px !important;
}

.fs-107 {
    font-size: 107px !important;
}

.m-108 {
    margin: 108px !important;
}

.p-108 {
    padding: 108px !important;
}

.mr-108 {
    margin-right: 108px !important;
}

.ml-108 {
    margin-left: 108px !important;
}

.mt-108 {
    margin-top: 108px !important;
}

.mb-108 {
    margin-bottom: 108px !important;
}

.pr-108 {
    padding-right: 108px !important;
}

.pl-108 {
    padding-left: 108px !important;
}

.pt-108 {
    padding-top: 108px !important;
}

.pb-108 {
    padding-bottom: 108px !important;
}

.fs-108 {
    font-size: 108px !important;
}

.m-109 {
    margin: 109px !important;
}

.p-109 {
    padding: 109px !important;
}

.mr-109 {
    margin-right: 109px !important;
}

.ml-109 {
    margin-left: 109px !important;
}

.mt-109 {
    margin-top: 109px !important;
}

.mb-109 {
    margin-bottom: 109px !important;
}

.pr-109 {
    padding-right: 109px !important;
}

.pl-109 {
    padding-left: 109px !important;
}

.pt-109 {
    padding-top: 109px !important;
}

.pb-109 {
    padding-bottom: 109px !important;
}

.fs-109 {
    font-size: 109px !important;
}

.m-110 {
    margin: 110px !important;
}

.p-110 {
    padding: 110px !important;
}

.mr-110 {
    margin-right: 110px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.pr-110 {
    padding-right: 110px !important;
}

.pl-110 {
    padding-left: 110px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.fs-110 {
    font-size: 110px !important;
}

.m-111 {
    margin: 111px !important;
}

.p-111 {
    padding: 111px !important;
}

.mr-111 {
    margin-right: 111px !important;
}

.ml-111 {
    margin-left: 111px !important;
}

.mt-111 {
    margin-top: 111px !important;
}

.mb-111 {
    margin-bottom: 111px !important;
}

.pr-111 {
    padding-right: 111px !important;
}

.pl-111 {
    padding-left: 111px !important;
}

.pt-111 {
    padding-top: 111px !important;
}

.pb-111 {
    padding-bottom: 111px !important;
}

.fs-111 {
    font-size: 111px !important;
}

.m-112 {
    margin: 112px !important;
}

.p-112 {
    padding: 112px !important;
}

.mr-112 {
    margin-right: 112px !important;
}

.ml-112 {
    margin-left: 112px !important;
}

.mt-112 {
    margin-top: 112px !important;
}

.mb-112 {
    margin-bottom: 112px !important;
}

.pr-112 {
    padding-right: 112px !important;
}

.pl-112 {
    padding-left: 112px !important;
}

.pt-112 {
    padding-top: 112px !important;
}

.pb-112 {
    padding-bottom: 112px !important;
}

.fs-112 {
    font-size: 112px !important;
}

.m-113 {
    margin: 113px !important;
}

.p-113 {
    padding: 113px !important;
}

.mr-113 {
    margin-right: 113px !important;
}

.ml-113 {
    margin-left: 113px !important;
}

.mt-113 {
    margin-top: 113px !important;
}

.mb-113 {
    margin-bottom: 113px !important;
}

.pr-113 {
    padding-right: 113px !important;
}

.pl-113 {
    padding-left: 113px !important;
}

.pt-113 {
    padding-top: 113px !important;
}

.pb-113 {
    padding-bottom: 113px !important;
}

.fs-113 {
    font-size: 113px !important;
}

.m-114 {
    margin: 114px !important;
}

.p-114 {
    padding: 114px !important;
}

.mr-114 {
    margin-right: 114px !important;
}

.ml-114 {
    margin-left: 114px !important;
}

.mt-114 {
    margin-top: 114px !important;
}

.mb-114 {
    margin-bottom: 114px !important;
}

.pr-114 {
    padding-right: 114px !important;
}

.pl-114 {
    padding-left: 114px !important;
}

.pt-114 {
    padding-top: 114px !important;
}

.pb-114 {
    padding-bottom: 114px !important;
}

.fs-114 {
    font-size: 114px !important;
}

.m-115 {
    margin: 115px !important;
}

.p-115 {
    padding: 115px !important;
}

.mr-115 {
    margin-right: 115px !important;
}

.ml-115 {
    margin-left: 115px !important;
}

.mt-115 {
    margin-top: 115px !important;
}

.mb-115 {
    margin-bottom: 115px !important;
}

.pr-115 {
    padding-right: 115px !important;
}

.pl-115 {
    padding-left: 115px !important;
}

.pt-115 {
    padding-top: 115px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.fs-115 {
    font-size: 115px !important;
}

.m-116 {
    margin: 116px !important;
}

.p-116 {
    padding: 116px !important;
}

.mr-116 {
    margin-right: 116px !important;
}

.ml-116 {
    margin-left: 116px !important;
}

.mt-116 {
    margin-top: 116px !important;
}

.mb-116 {
    margin-bottom: 116px !important;
}

.pr-116 {
    padding-right: 116px !important;
}

.pl-116 {
    padding-left: 116px !important;
}

.pt-116 {
    padding-top: 116px !important;
}

.pb-116 {
    padding-bottom: 116px !important;
}

.fs-116 {
    font-size: 116px !important;
}

.m-117 {
    margin: 117px !important;
}

.p-117 {
    padding: 117px !important;
}

.mr-117 {
    margin-right: 117px !important;
}

.ml-117 {
    margin-left: 117px !important;
}

.mt-117 {
    margin-top: 117px !important;
}

.mb-117 {
    margin-bottom: 117px !important;
}

.pr-117 {
    padding-right: 117px !important;
}

.pl-117 {
    padding-left: 117px !important;
}

.pt-117 {
    padding-top: 117px !important;
}

.pb-117 {
    padding-bottom: 117px !important;
}

.fs-117 {
    font-size: 117px !important;
}

.m-118 {
    margin: 118px !important;
}

.p-118 {
    padding: 118px !important;
}

.mr-118 {
    margin-right: 118px !important;
}

.ml-118 {
    margin-left: 118px !important;
}

.mt-118 {
    margin-top: 118px !important;
}

.mb-118 {
    margin-bottom: 118px !important;
}

.pr-118 {
    padding-right: 118px !important;
}

.pl-118 {
    padding-left: 118px !important;
}

.pt-118 {
    padding-top: 118px !important;
}

.pb-118 {
    padding-bottom: 118px !important;
}

.fs-118 {
    font-size: 118px !important;
}

.m-119 {
    margin: 119px !important;
}

.p-119 {
    padding: 119px !important;
}

.mr-119 {
    margin-right: 119px !important;
}

.ml-119 {
    margin-left: 119px !important;
}

.mt-119 {
    margin-top: 119px !important;
}

.mb-119 {
    margin-bottom: 119px !important;
}

.pr-119 {
    padding-right: 119px !important;
}

.pl-119 {
    padding-left: 119px !important;
}

.pt-119 {
    padding-top: 119px !important;
}

.pb-119 {
    padding-bottom: 119px !important;
}

.fs-119 {
    font-size: 119px !important;
}

.m-120 {
    margin: 120px !important;
}

.p-120 {
    padding: 120px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

.pl-120 {
    padding-left: 120px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.fs-120 {
    font-size: 120px !important;
}

.m-121 {
    margin: 121px !important;
}

.p-121 {
    padding: 121px !important;
}

.mr-121 {
    margin-right: 121px !important;
}

.ml-121 {
    margin-left: 121px !important;
}

.mt-121 {
    margin-top: 121px !important;
}

.mb-121 {
    margin-bottom: 121px !important;
}

.pr-121 {
    padding-right: 121px !important;
}

.pl-121 {
    padding-left: 121px !important;
}

.pt-121 {
    padding-top: 121px !important;
}

.pb-121 {
    padding-bottom: 121px !important;
}

.fs-121 {
    font-size: 121px !important;
}

.m-122 {
    margin: 122px !important;
}

.p-122 {
    padding: 122px !important;
}

.mr-122 {
    margin-right: 122px !important;
}

.ml-122 {
    margin-left: 122px !important;
}

.mt-122 {
    margin-top: 122px !important;
}

.mb-122 {
    margin-bottom: 122px !important;
}

.pr-122 {
    padding-right: 122px !important;
}

.pl-122 {
    padding-left: 122px !important;
}

.pt-122 {
    padding-top: 122px !important;
}

.pb-122 {
    padding-bottom: 122px !important;
}

.fs-122 {
    font-size: 122px !important;
}

.m-123 {
    margin: 123px !important;
}

.p-123 {
    padding: 123px !important;
}

.mr-123 {
    margin-right: 123px !important;
}

.ml-123 {
    margin-left: 123px !important;
}

.mt-123 {
    margin-top: 123px !important;
}

.mb-123 {
    margin-bottom: 123px !important;
}

.pr-123 {
    padding-right: 123px !important;
}

.pl-123 {
    padding-left: 123px !important;
}

.pt-123 {
    padding-top: 123px !important;
}

.pb-123 {
    padding-bottom: 123px !important;
}

.fs-123 {
    font-size: 123px !important;
}

.m-124 {
    margin: 124px !important;
}

.p-124 {
    padding: 124px !important;
}

.mr-124 {
    margin-right: 124px !important;
}

.ml-124 {
    margin-left: 124px !important;
}

.mt-124 {
    margin-top: 124px !important;
}

.mb-124 {
    margin-bottom: 124px !important;
}

.pr-124 {
    padding-right: 124px !important;
}

.pl-124 {
    padding-left: 124px !important;
}

.pt-124 {
    padding-top: 124px !important;
}

.pb-124 {
    padding-bottom: 124px !important;
}

.fs-124 {
    font-size: 124px !important;
}

.m-125 {
    margin: 125px !important;
}

.p-125 {
    padding: 125px !important;
}

.mr-125 {
    margin-right: 125px !important;
}

.ml-125 {
    margin-left: 125px !important;
}

.mt-125 {
    margin-top: 125px !important;
}

.mb-125 {
    margin-bottom: 125px !important;
}

.pr-125 {
    padding-right: 125px !important;
}

.pl-125 {
    padding-left: 125px !important;
}

.pt-125 {
    padding-top: 125px !important;
}

.pb-125 {
    padding-bottom: 125px !important;
}

.fs-125 {
    font-size: 125px !important;
}

.m-126 {
    margin: 126px !important;
}

.p-126 {
    padding: 126px !important;
}

.mr-126 {
    margin-right: 126px !important;
}

.ml-126 {
    margin-left: 126px !important;
}

.mt-126 {
    margin-top: 126px !important;
}

.mb-126 {
    margin-bottom: 126px !important;
}

.pr-126 {
    padding-right: 126px !important;
}

.pl-126 {
    padding-left: 126px !important;
}

.pt-126 {
    padding-top: 126px !important;
}

.pb-126 {
    padding-bottom: 126px !important;
}

.fs-126 {
    font-size: 126px !important;
}

.m-127 {
    margin: 127px !important;
}

.p-127 {
    padding: 127px !important;
}

.mr-127 {
    margin-right: 127px !important;
}

.ml-127 {
    margin-left: 127px !important;
}

.mt-127 {
    margin-top: 127px !important;
}

.mb-127 {
    margin-bottom: 127px !important;
}

.pr-127 {
    padding-right: 127px !important;
}

.pl-127 {
    padding-left: 127px !important;
}

.pt-127 {
    padding-top: 127px !important;
}

.pb-127 {
    padding-bottom: 127px !important;
}

.fs-127 {
    font-size: 127px !important;
}

.m-128 {
    margin: 128px !important;
}

.p-128 {
    padding: 128px !important;
}

.mr-128 {
    margin-right: 128px !important;
}

.ml-128 {
    margin-left: 128px !important;
}

.mt-128 {
    margin-top: 128px !important;
}

.mb-128 {
    margin-bottom: 128px !important;
}

.pr-128 {
    padding-right: 128px !important;
}

.pl-128 {
    padding-left: 128px !important;
}

.pt-128 {
    padding-top: 128px !important;
}

.pb-128 {
    padding-bottom: 128px !important;
}

.fs-128 {
    font-size: 128px !important;
}

.m-129 {
    margin: 129px !important;
}

.p-129 {
    padding: 129px !important;
}

.mr-129 {
    margin-right: 129px !important;
}

.ml-129 {
    margin-left: 129px !important;
}

.mt-129 {
    margin-top: 129px !important;
}

.mb-129 {
    margin-bottom: 129px !important;
}

.pr-129 {
    padding-right: 129px !important;
}

.pl-129 {
    padding-left: 129px !important;
}

.pt-129 {
    padding-top: 129px !important;
}

.pb-129 {
    padding-bottom: 129px !important;
}

.fs-129 {
    font-size: 129px !important;
}

.m-130 {
    margin: 130px !important;
}

.p-130 {
    padding: 130px !important;
}

.mr-130 {
    margin-right: 130px !important;
}

.ml-130 {
    margin-left: 130px !important;
}

.mt-130 {
    margin-top: 130px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.pr-130 {
    padding-right: 130px !important;
}

.pl-130 {
    padding-left: 130px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.fs-130 {
    font-size: 130px !important;
}

.m-131 {
    margin: 131px !important;
}

.p-131 {
    padding: 131px !important;
}

.mr-131 {
    margin-right: 131px !important;
}

.ml-131 {
    margin-left: 131px !important;
}

.mt-131 {
    margin-top: 131px !important;
}

.mb-131 {
    margin-bottom: 131px !important;
}

.pr-131 {
    padding-right: 131px !important;
}

.pl-131 {
    padding-left: 131px !important;
}

.pt-131 {
    padding-top: 131px !important;
}

.pb-131 {
    padding-bottom: 131px !important;
}

.fs-131 {
    font-size: 131px !important;
}

.m-132 {
    margin: 132px !important;
}

.p-132 {
    padding: 132px !important;
}

.mr-132 {
    margin-right: 132px !important;
}

.ml-132 {
    margin-left: 132px !important;
}

.mt-132 {
    margin-top: 132px !important;
}

.mb-132 {
    margin-bottom: 132px !important;
}

.pr-132 {
    padding-right: 132px !important;
}

.pl-132 {
    padding-left: 132px !important;
}

.pt-132 {
    padding-top: 132px !important;
}

.pb-132 {
    padding-bottom: 132px !important;
}

.fs-132 {
    font-size: 132px !important;
}

.m-133 {
    margin: 133px !important;
}

.p-133 {
    padding: 133px !important;
}

.mr-133 {
    margin-right: 133px !important;
}

.ml-133 {
    margin-left: 133px !important;
}

.mt-133 {
    margin-top: 133px !important;
}

.mb-133 {
    margin-bottom: 133px !important;
}

.pr-133 {
    padding-right: 133px !important;
}

.pl-133 {
    padding-left: 133px !important;
}

.pt-133 {
    padding-top: 133px !important;
}

.pb-133 {
    padding-bottom: 133px !important;
}

.fs-133 {
    font-size: 133px !important;
}

.m-134 {
    margin: 134px !important;
}

.p-134 {
    padding: 134px !important;
}

.mr-134 {
    margin-right: 134px !important;
}

.ml-134 {
    margin-left: 134px !important;
}

.mt-134 {
    margin-top: 134px !important;
}

.mb-134 {
    margin-bottom: 134px !important;
}

.pr-134 {
    padding-right: 134px !important;
}

.pl-134 {
    padding-left: 134px !important;
}

.pt-134 {
    padding-top: 134px !important;
}

.pb-134 {
    padding-bottom: 134px !important;
}

.fs-134 {
    font-size: 134px !important;
}

.m-135 {
    margin: 135px !important;
}

.p-135 {
    padding: 135px !important;
}

.mr-135 {
    margin-right: 135px !important;
}

.ml-135 {
    margin-left: 135px !important;
}

.mt-135 {
    margin-top: 135px !important;
}

.mb-135 {
    margin-bottom: 135px !important;
}

.pr-135 {
    padding-right: 135px !important;
}

.pl-135 {
    padding-left: 135px !important;
}

.pt-135 {
    padding-top: 135px !important;
}

.pb-135 {
    padding-bottom: 135px !important;
}

.fs-135 {
    font-size: 135px !important;
}

.m-136 {
    margin: 136px !important;
}

.p-136 {
    padding: 136px !important;
}

.mr-136 {
    margin-right: 136px !important;
}

.ml-136 {
    margin-left: 136px !important;
}

.mt-136 {
    margin-top: 136px !important;
}

.mb-136 {
    margin-bottom: 136px !important;
}

.pr-136 {
    padding-right: 136px !important;
}

.pl-136 {
    padding-left: 136px !important;
}

.pt-136 {
    padding-top: 136px !important;
}

.pb-136 {
    padding-bottom: 136px !important;
}

.fs-136 {
    font-size: 136px !important;
}

.m-137 {
    margin: 137px !important;
}

.p-137 {
    padding: 137px !important;
}

.mr-137 {
    margin-right: 137px !important;
}

.ml-137 {
    margin-left: 137px !important;
}

.mt-137 {
    margin-top: 137px !important;
}

.mb-137 {
    margin-bottom: 137px !important;
}

.pr-137 {
    padding-right: 137px !important;
}

.pl-137 {
    padding-left: 137px !important;
}

.pt-137 {
    padding-top: 137px !important;
}

.pb-137 {
    padding-bottom: 137px !important;
}

.fs-137 {
    font-size: 137px !important;
}

.m-138 {
    margin: 138px !important;
}

.p-138 {
    padding: 138px !important;
}

.mr-138 {
    margin-right: 138px !important;
}

.ml-138 {
    margin-left: 138px !important;
}

.mt-138 {
    margin-top: 138px !important;
}

.mb-138 {
    margin-bottom: 138px !important;
}

.pr-138 {
    padding-right: 138px !important;
}

.pl-138 {
    padding-left: 138px !important;
}

.pt-138 {
    padding-top: 138px !important;
}

.pb-138 {
    padding-bottom: 138px !important;
}

.fs-138 {
    font-size: 138px !important;
}

.m-139 {
    margin: 139px !important;
}

.p-139 {
    padding: 139px !important;
}

.mr-139 {
    margin-right: 139px !important;
}

.ml-139 {
    margin-left: 139px !important;
}

.mt-139 {
    margin-top: 139px !important;
}

.mb-139 {
    margin-bottom: 139px !important;
}

.pr-139 {
    padding-right: 139px !important;
}

.pl-139 {
    padding-left: 139px !important;
}

.pt-139 {
    padding-top: 139px !important;
}

.pb-139 {
    padding-bottom: 139px !important;
}

.fs-139 {
    font-size: 139px !important;
}

.m-140 {
    margin: 140px !important;
}

.p-140 {
    padding: 140px !important;
}

.mr-140 {
    margin-right: 140px !important;
}

.ml-140 {
    margin-left: 140px !important;
}

.mt-140 {
    margin-top: 140px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.pr-140 {
    padding-right: 140px !important;
}

.pl-140 {
    padding-left: 140px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.fs-140 {
    font-size: 140px !important;
}

.m-141 {
    margin: 141px !important;
}

.p-141 {
    padding: 141px !important;
}

.mr-141 {
    margin-right: 141px !important;
}

.ml-141 {
    margin-left: 141px !important;
}

.mt-141 {
    margin-top: 141px !important;
}

.mb-141 {
    margin-bottom: 141px !important;
}

.pr-141 {
    padding-right: 141px !important;
}

.pl-141 {
    padding-left: 141px !important;
}

.pt-141 {
    padding-top: 141px !important;
}

.pb-141 {
    padding-bottom: 141px !important;
}

.fs-141 {
    font-size: 141px !important;
}

.m-142 {
    margin: 142px !important;
}

.p-142 {
    padding: 142px !important;
}

.mr-142 {
    margin-right: 142px !important;
}

.ml-142 {
    margin-left: 142px !important;
}

.mt-142 {
    margin-top: 142px !important;
}

.mb-142 {
    margin-bottom: 142px !important;
}

.pr-142 {
    padding-right: 142px !important;
}

.pl-142 {
    padding-left: 142px !important;
}

.pt-142 {
    padding-top: 142px !important;
}

.pb-142 {
    padding-bottom: 142px !important;
}

.fs-142 {
    font-size: 142px !important;
}

.m-143 {
    margin: 143px !important;
}

.p-143 {
    padding: 143px !important;
}

.mr-143 {
    margin-right: 143px !important;
}

.ml-143 {
    margin-left: 143px !important;
}

.mt-143 {
    margin-top: 143px !important;
}

.mb-143 {
    margin-bottom: 143px !important;
}

.pr-143 {
    padding-right: 143px !important;
}

.pl-143 {
    padding-left: 143px !important;
}

.pt-143 {
    padding-top: 143px !important;
}

.pb-143 {
    padding-bottom: 143px !important;
}

.fs-143 {
    font-size: 143px !important;
}

.m-144 {
    margin: 144px !important;
}

.p-144 {
    padding: 144px !important;
}

.mr-144 {
    margin-right: 144px !important;
}

.ml-144 {
    margin-left: 144px !important;
}

.mt-144 {
    margin-top: 144px !important;
}

.mb-144 {
    margin-bottom: 144px !important;
}

.pr-144 {
    padding-right: 144px !important;
}

.pl-144 {
    padding-left: 144px !important;
}

.pt-144 {
    padding-top: 144px !important;
}

.pb-144 {
    padding-bottom: 144px !important;
}

.fs-144 {
    font-size: 144px !important;
}

.m-145 {
    margin: 145px !important;
}

.p-145 {
    padding: 145px !important;
}

.mr-145 {
    margin-right: 145px !important;
}

.ml-145 {
    margin-left: 145px !important;
}

.mt-145 {
    margin-top: 145px !important;
}

.mb-145 {
    margin-bottom: 145px !important;
}

.pr-145 {
    padding-right: 145px !important;
}

.pl-145 {
    padding-left: 145px !important;
}

.pt-145 {
    padding-top: 145px !important;
}

.pb-145 {
    padding-bottom: 145px !important;
}

.fs-145 {
    font-size: 145px !important;
}

.m-146 {
    margin: 146px !important;
}

.p-146 {
    padding: 146px !important;
}

.mr-146 {
    margin-right: 146px !important;
}

.ml-146 {
    margin-left: 146px !important;
}

.mt-146 {
    margin-top: 146px !important;
}

.mb-146 {
    margin-bottom: 146px !important;
}

.pr-146 {
    padding-right: 146px !important;
}

.pl-146 {
    padding-left: 146px !important;
}

.pt-146 {
    padding-top: 146px !important;
}

.pb-146 {
    padding-bottom: 146px !important;
}

.fs-146 {
    font-size: 146px !important;
}

.m-147 {
    margin: 147px !important;
}

.p-147 {
    padding: 147px !important;
}

.mr-147 {
    margin-right: 147px !important;
}

.ml-147 {
    margin-left: 147px !important;
}

.mt-147 {
    margin-top: 147px !important;
}

.mb-147 {
    margin-bottom: 147px !important;
}

.pr-147 {
    padding-right: 147px !important;
}

.pl-147 {
    padding-left: 147px !important;
}

.pt-147 {
    padding-top: 147px !important;
}

.pb-147 {
    padding-bottom: 147px !important;
}

.fs-147 {
    font-size: 147px !important;
}

.m-148 {
    margin: 148px !important;
}

.p-148 {
    padding: 148px !important;
}

.mr-148 {
    margin-right: 148px !important;
}

.ml-148 {
    margin-left: 148px !important;
}

.mt-148 {
    margin-top: 148px !important;
}

.mb-148 {
    margin-bottom: 148px !important;
}

.pr-148 {
    padding-right: 148px !important;
}

.pl-148 {
    padding-left: 148px !important;
}

.pt-148 {
    padding-top: 148px !important;
}

.pb-148 {
    padding-bottom: 148px !important;
}

.fs-148 {
    font-size: 148px !important;
}

.m-149 {
    margin: 149px !important;
}

.p-149 {
    padding: 149px !important;
}

.mr-149 {
    margin-right: 149px !important;
}

.ml-149 {
    margin-left: 149px !important;
}

.mt-149 {
    margin-top: 149px !important;
}

.mb-149 {
    margin-bottom: 149px !important;
}

.pr-149 {
    padding-right: 149px !important;
}

.pl-149 {
    padding-left: 149px !important;
}

.pt-149 {
    padding-top: 149px !important;
}

.pb-149 {
    padding-bottom: 149px !important;
}

.fs-149 {
    font-size: 149px !important;
}

.m-150 {
    margin: 150px !important;
}

.p-150 {
    padding: 150px !important;
}

.mr-150 {
    margin-right: 150px !important;
}

.ml-150 {
    margin-left: 150px !important;
}

.mt-150 {
    margin-top: 150px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.pr-150 {
    padding-right: 150px !important;
}

.pl-150 {
    padding-left: 150px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.fs-150 {
    font-size: 150px !important;
}

.m-151 {
    margin: 151px !important;
}

.p-151 {
    padding: 151px !important;
}

.mr-151 {
    margin-right: 151px !important;
}

.ml-151 {
    margin-left: 151px !important;
}

.mt-151 {
    margin-top: 151px !important;
}

.mb-151 {
    margin-bottom: 151px !important;
}

.pr-151 {
    padding-right: 151px !important;
}

.pl-151 {
    padding-left: 151px !important;
}

.pt-151 {
    padding-top: 151px !important;
}

.pb-151 {
    padding-bottom: 151px !important;
}

.fs-151 {
    font-size: 151px !important;
}

.m-152 {
    margin: 152px !important;
}

.p-152 {
    padding: 152px !important;
}

.mr-152 {
    margin-right: 152px !important;
}

.ml-152 {
    margin-left: 152px !important;
}

.mt-152 {
    margin-top: 152px !important;
}

.mb-152 {
    margin-bottom: 152px !important;
}

.pr-152 {
    padding-right: 152px !important;
}

.pl-152 {
    padding-left: 152px !important;
}

.pt-152 {
    padding-top: 152px !important;
}

.pb-152 {
    padding-bottom: 152px !important;
}

.fs-152 {
    font-size: 152px !important;
}

.m-153 {
    margin: 153px !important;
}

.p-153 {
    padding: 153px !important;
}

.mr-153 {
    margin-right: 153px !important;
}

.ml-153 {
    margin-left: 153px !important;
}

.mt-153 {
    margin-top: 153px !important;
}

.mb-153 {
    margin-bottom: 153px !important;
}

.pr-153 {
    padding-right: 153px !important;
}

.pl-153 {
    padding-left: 153px !important;
}

.pt-153 {
    padding-top: 153px !important;
}

.pb-153 {
    padding-bottom: 153px !important;
}

.fs-153 {
    font-size: 153px !important;
}

.m-154 {
    margin: 154px !important;
}

.p-154 {
    padding: 154px !important;
}

.mr-154 {
    margin-right: 154px !important;
}

.ml-154 {
    margin-left: 154px !important;
}

.mt-154 {
    margin-top: 154px !important;
}

.mb-154 {
    margin-bottom: 154px !important;
}

.pr-154 {
    padding-right: 154px !important;
}

.pl-154 {
    padding-left: 154px !important;
}

.pt-154 {
    padding-top: 154px !important;
}

.pb-154 {
    padding-bottom: 154px !important;
}

.fs-154 {
    font-size: 154px !important;
}

.m-155 {
    margin: 155px !important;
}

.p-155 {
    padding: 155px !important;
}

.mr-155 {
    margin-right: 155px !important;
}

.ml-155 {
    margin-left: 155px !important;
}

.mt-155 {
    margin-top: 155px !important;
}

.mb-155 {
    margin-bottom: 155px !important;
}

.pr-155 {
    padding-right: 155px !important;
}

.pl-155 {
    padding-left: 155px !important;
}

.pt-155 {
    padding-top: 155px !important;
}

.pb-155 {
    padding-bottom: 155px !important;
}

.fs-155 {
    font-size: 155px !important;
}

.m-156 {
    margin: 156px !important;
}

.p-156 {
    padding: 156px !important;
}

.mr-156 {
    margin-right: 156px !important;
}

.ml-156 {
    margin-left: 156px !important;
}

.mt-156 {
    margin-top: 156px !important;
}

.mb-156 {
    margin-bottom: 156px !important;
}

.pr-156 {
    padding-right: 156px !important;
}

.pl-156 {
    padding-left: 156px !important;
}

.pt-156 {
    padding-top: 156px !important;
}

.pb-156 {
    padding-bottom: 156px !important;
}

.fs-156 {
    font-size: 156px !important;
}

.m-157 {
    margin: 157px !important;
}

.p-157 {
    padding: 157px !important;
}

.mr-157 {
    margin-right: 157px !important;
}

.ml-157 {
    margin-left: 157px !important;
}

.mt-157 {
    margin-top: 157px !important;
}

.mb-157 {
    margin-bottom: 157px !important;
}

.pr-157 {
    padding-right: 157px !important;
}

.pl-157 {
    padding-left: 157px !important;
}

.pt-157 {
    padding-top: 157px !important;
}

.pb-157 {
    padding-bottom: 157px !important;
}

.fs-157 {
    font-size: 157px !important;
}

.m-158 {
    margin: 158px !important;
}

.p-158 {
    padding: 158px !important;
}

.mr-158 {
    margin-right: 158px !important;
}

.ml-158 {
    margin-left: 158px !important;
}

.mt-158 {
    margin-top: 158px !important;
}

.mb-158 {
    margin-bottom: 158px !important;
}

.pr-158 {
    padding-right: 158px !important;
}

.pl-158 {
    padding-left: 158px !important;
}

.pt-158 {
    padding-top: 158px !important;
}

.pb-158 {
    padding-bottom: 158px !important;
}

.fs-158 {
    font-size: 158px !important;
}

.m-159 {
    margin: 159px !important;
}

.p-159 {
    padding: 159px !important;
}

.mr-159 {
    margin-right: 159px !important;
}

.ml-159 {
    margin-left: 159px !important;
}

.mt-159 {
    margin-top: 159px !important;
}

.mb-159 {
    margin-bottom: 159px !important;
}

.pr-159 {
    padding-right: 159px !important;
}

.pl-159 {
    padding-left: 159px !important;
}

.pt-159 {
    padding-top: 159px !important;
}

.pb-159 {
    padding-bottom: 159px !important;
}

.fs-159 {
    font-size: 159px !important;
}

.m-160 {
    margin: 160px !important;
}

.p-160 {
    padding: 160px !important;
}

.mr-160 {
    margin-right: 160px !important;
}

.ml-160 {
    margin-left: 160px !important;
}

.mt-160 {
    margin-top: 160px !important;
}

.mb-160 {
    margin-bottom: 160px !important;
}

.pr-160 {
    padding-right: 160px !important;
}

.pl-160 {
    padding-left: 160px !important;
}

.pt-160 {
    padding-top: 160px !important;
}

.pb-160 {
    padding-bottom: 160px !important;
}

.fs-160 {
    font-size: 160px !important;
}

.m-161 {
    margin: 161px !important;
}

.p-161 {
    padding: 161px !important;
}

.mr-161 {
    margin-right: 161px !important;
}

.ml-161 {
    margin-left: 161px !important;
}

.mt-161 {
    margin-top: 161px !important;
}

.mb-161 {
    margin-bottom: 161px !important;
}

.pr-161 {
    padding-right: 161px !important;
}

.pl-161 {
    padding-left: 161px !important;
}

.pt-161 {
    padding-top: 161px !important;
}

.pb-161 {
    padding-bottom: 161px !important;
}

.fs-161 {
    font-size: 161px !important;
}

.m-162 {
    margin: 162px !important;
}

.p-162 {
    padding: 162px !important;
}

.mr-162 {
    margin-right: 162px !important;
}

.ml-162 {
    margin-left: 162px !important;
}

.mt-162 {
    margin-top: 162px !important;
}

.mb-162 {
    margin-bottom: 162px !important;
}

.pr-162 {
    padding-right: 162px !important;
}

.pl-162 {
    padding-left: 162px !important;
}

.pt-162 {
    padding-top: 162px !important;
}

.pb-162 {
    padding-bottom: 162px !important;
}

.fs-162 {
    font-size: 162px !important;
}

.m-163 {
    margin: 163px !important;
}

.p-163 {
    padding: 163px !important;
}

.mr-163 {
    margin-right: 163px !important;
}

.ml-163 {
    margin-left: 163px !important;
}

.mt-163 {
    margin-top: 163px !important;
}

.mb-163 {
    margin-bottom: 163px !important;
}

.pr-163 {
    padding-right: 163px !important;
}

.pl-163 {
    padding-left: 163px !important;
}

.pt-163 {
    padding-top: 163px !important;
}

.pb-163 {
    padding-bottom: 163px !important;
}

.fs-163 {
    font-size: 163px !important;
}

.m-164 {
    margin: 164px !important;
}

.p-164 {
    padding: 164px !important;
}

.mr-164 {
    margin-right: 164px !important;
}

.ml-164 {
    margin-left: 164px !important;
}

.mt-164 {
    margin-top: 164px !important;
}

.mb-164 {
    margin-bottom: 164px !important;
}

.pr-164 {
    padding-right: 164px !important;
}

.pl-164 {
    padding-left: 164px !important;
}

.pt-164 {
    padding-top: 164px !important;
}

.pb-164 {
    padding-bottom: 164px !important;
}

.fs-164 {
    font-size: 164px !important;
}

.m-165 {
    margin: 165px !important;
}

.p-165 {
    padding: 165px !important;
}

.mr-165 {
    margin-right: 165px !important;
}

.ml-165 {
    margin-left: 165px !important;
}

.mt-165 {
    margin-top: 165px !important;
}

.mb-165 {
    margin-bottom: 165px !important;
}

.pr-165 {
    padding-right: 165px !important;
}

.pl-165 {
    padding-left: 165px !important;
}

.pt-165 {
    padding-top: 165px !important;
}

.pb-165 {
    padding-bottom: 165px !important;
}

.fs-165 {
    font-size: 165px !important;
}

.m-166 {
    margin: 166px !important;
}

.p-166 {
    padding: 166px !important;
}

.mr-166 {
    margin-right: 166px !important;
}

.ml-166 {
    margin-left: 166px !important;
}

.mt-166 {
    margin-top: 166px !important;
}

.mb-166 {
    margin-bottom: 166px !important;
}

.pr-166 {
    padding-right: 166px !important;
}

.pl-166 {
    padding-left: 166px !important;
}

.pt-166 {
    padding-top: 166px !important;
}

.pb-166 {
    padding-bottom: 166px !important;
}

.fs-166 {
    font-size: 166px !important;
}

.m-167 {
    margin: 167px !important;
}

.p-167 {
    padding: 167px !important;
}

.mr-167 {
    margin-right: 167px !important;
}

.ml-167 {
    margin-left: 167px !important;
}

.mt-167 {
    margin-top: 167px !important;
}

.mb-167 {
    margin-bottom: 167px !important;
}

.pr-167 {
    padding-right: 167px !important;
}

.pl-167 {
    padding-left: 167px !important;
}

.pt-167 {
    padding-top: 167px !important;
}

.pb-167 {
    padding-bottom: 167px !important;
}

.fs-167 {
    font-size: 167px !important;
}

.m-168 {
    margin: 168px !important;
}

.p-168 {
    padding: 168px !important;
}

.mr-168 {
    margin-right: 168px !important;
}

.ml-168 {
    margin-left: 168px !important;
}

.mt-168 {
    margin-top: 168px !important;
}

.mb-168 {
    margin-bottom: 168px !important;
}

.pr-168 {
    padding-right: 168px !important;
}

.pl-168 {
    padding-left: 168px !important;
}

.pt-168 {
    padding-top: 168px !important;
}

.pb-168 {
    padding-bottom: 168px !important;
}

.fs-168 {
    font-size: 168px !important;
}

.m-169 {
    margin: 169px !important;
}

.p-169 {
    padding: 169px !important;
}

.mr-169 {
    margin-right: 169px !important;
}

.ml-169 {
    margin-left: 169px !important;
}

.mt-169 {
    margin-top: 169px !important;
}

.mb-169 {
    margin-bottom: 169px !important;
}

.pr-169 {
    padding-right: 169px !important;
}

.pl-169 {
    padding-left: 169px !important;
}

.pt-169 {
    padding-top: 169px !important;
}

.pb-169 {
    padding-bottom: 169px !important;
}

.fs-169 {
    font-size: 169px !important;
}

.m-170 {
    margin: 170px !important;
}

.p-170 {
    padding: 170px !important;
}

.mr-170 {
    margin-right: 170px !important;
}

.ml-170 {
    margin-left: 170px !important;
}

.mt-170 {
    margin-top: 170px !important;
}

.mb-170 {
    margin-bottom: 170px !important;
}

.pr-170 {
    padding-right: 170px !important;
}

.pl-170 {
    padding-left: 170px !important;
}

.pt-170 {
    padding-top: 170px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

.fs-170 {
    font-size: 170px !important;
}

.m-171 {
    margin: 171px !important;
}

.p-171 {
    padding: 171px !important;
}

.mr-171 {
    margin-right: 171px !important;
}

.ml-171 {
    margin-left: 171px !important;
}

.mt-171 {
    margin-top: 171px !important;
}

.mb-171 {
    margin-bottom: 171px !important;
}

.pr-171 {
    padding-right: 171px !important;
}

.pl-171 {
    padding-left: 171px !important;
}

.pt-171 {
    padding-top: 171px !important;
}

.pb-171 {
    padding-bottom: 171px !important;
}

.fs-171 {
    font-size: 171px !important;
}

.m-172 {
    margin: 172px !important;
}

.p-172 {
    padding: 172px !important;
}

.mr-172 {
    margin-right: 172px !important;
}

.ml-172 {
    margin-left: 172px !important;
}

.mt-172 {
    margin-top: 172px !important;
}

.mb-172 {
    margin-bottom: 172px !important;
}

.pr-172 {
    padding-right: 172px !important;
}

.pl-172 {
    padding-left: 172px !important;
}

.pt-172 {
    padding-top: 172px !important;
}

.pb-172 {
    padding-bottom: 172px !important;
}

.fs-172 {
    font-size: 172px !important;
}

.m-173 {
    margin: 173px !important;
}

.p-173 {
    padding: 173px !important;
}

.mr-173 {
    margin-right: 173px !important;
}

.ml-173 {
    margin-left: 173px !important;
}

.mt-173 {
    margin-top: 173px !important;
}

.mb-173 {
    margin-bottom: 173px !important;
}

.pr-173 {
    padding-right: 173px !important;
}

.pl-173 {
    padding-left: 173px !important;
}

.pt-173 {
    padding-top: 173px !important;
}

.pb-173 {
    padding-bottom: 173px !important;
}

.fs-173 {
    font-size: 173px !important;
}

.m-174 {
    margin: 174px !important;
}

.p-174 {
    padding: 174px !important;
}

.mr-174 {
    margin-right: 174px !important;
}

.ml-174 {
    margin-left: 174px !important;
}

.mt-174 {
    margin-top: 174px !important;
}

.mb-174 {
    margin-bottom: 174px !important;
}

.pr-174 {
    padding-right: 174px !important;
}

.pl-174 {
    padding-left: 174px !important;
}

.pt-174 {
    padding-top: 174px !important;
}

.pb-174 {
    padding-bottom: 174px !important;
}

.fs-174 {
    font-size: 174px !important;
}

.m-175 {
    margin: 175px !important;
}

.p-175 {
    padding: 175px !important;
}

.mr-175 {
    margin-right: 175px !important;
}

.ml-175 {
    margin-left: 175px !important;
}

.mt-175 {
    margin-top: 175px !important;
}

.mb-175 {
    margin-bottom: 175px !important;
}

.pr-175 {
    padding-right: 175px !important;
}

.pl-175 {
    padding-left: 175px !important;
}

.pt-175 {
    padding-top: 175px !important;
}

.pb-175 {
    padding-bottom: 175px !important;
}

.fs-175 {
    font-size: 175px !important;
}

.m-176 {
    margin: 176px !important;
}

.p-176 {
    padding: 176px !important;
}

.mr-176 {
    margin-right: 176px !important;
}

.ml-176 {
    margin-left: 176px !important;
}

.mt-176 {
    margin-top: 176px !important;
}

.mb-176 {
    margin-bottom: 176px !important;
}

.pr-176 {
    padding-right: 176px !important;
}

.pl-176 {
    padding-left: 176px !important;
}

.pt-176 {
    padding-top: 176px !important;
}

.pb-176 {
    padding-bottom: 176px !important;
}

.fs-176 {
    font-size: 176px !important;
}

.m-177 {
    margin: 177px !important;
}

.p-177 {
    padding: 177px !important;
}

.mr-177 {
    margin-right: 177px !important;
}

.ml-177 {
    margin-left: 177px !important;
}

.mt-177 {
    margin-top: 177px !important;
}

.mb-177 {
    margin-bottom: 177px !important;
}

.pr-177 {
    padding-right: 177px !important;
}

.pl-177 {
    padding-left: 177px !important;
}

.pt-177 {
    padding-top: 177px !important;
}

.pb-177 {
    padding-bottom: 177px !important;
}

.fs-177 {
    font-size: 177px !important;
}

.m-178 {
    margin: 178px !important;
}

.p-178 {
    padding: 178px !important;
}

.mr-178 {
    margin-right: 178px !important;
}

.ml-178 {
    margin-left: 178px !important;
}

.mt-178 {
    margin-top: 178px !important;
}

.mb-178 {
    margin-bottom: 178px !important;
}

.pr-178 {
    padding-right: 178px !important;
}

.pl-178 {
    padding-left: 178px !important;
}

.pt-178 {
    padding-top: 178px !important;
}

.pb-178 {
    padding-bottom: 178px !important;
}

.fs-178 {
    font-size: 178px !important;
}

.m-179 {
    margin: 179px !important;
}

.p-179 {
    padding: 179px !important;
}

.mr-179 {
    margin-right: 179px !important;
}

.ml-179 {
    margin-left: 179px !important;
}

.mt-179 {
    margin-top: 179px !important;
}

.mb-179 {
    margin-bottom: 179px !important;
}

.pr-179 {
    padding-right: 179px !important;
}

.pl-179 {
    padding-left: 179px !important;
}

.pt-179 {
    padding-top: 179px !important;
}

.pb-179 {
    padding-bottom: 179px !important;
}

.fs-179 {
    font-size: 179px !important;
}

.m-180 {
    margin: 180px !important;
}

.p-180 {
    padding: 180px !important;
}

.mr-180 {
    margin-right: 180px !important;
}

.ml-180 {
    margin-left: 180px !important;
}

.mt-180 {
    margin-top: 180px !important;
}

.mb-180 {
    margin-bottom: 180px !important;
}

.pr-180 {
    padding-right: 180px !important;
}

.pl-180 {
    padding-left: 180px !important;
}

.pt-180 {
    padding-top: 180px !important;
}

.pb-180 {
    padding-bottom: 180px !important;
}

.fs-180 {
    font-size: 180px !important;
}

.m-181 {
    margin: 181px !important;
}

.p-181 {
    padding: 181px !important;
}

.mr-181 {
    margin-right: 181px !important;
}

.ml-181 {
    margin-left: 181px !important;
}

.mt-181 {
    margin-top: 181px !important;
}

.mb-181 {
    margin-bottom: 181px !important;
}

.pr-181 {
    padding-right: 181px !important;
}

.pl-181 {
    padding-left: 181px !important;
}

.pt-181 {
    padding-top: 181px !important;
}

.pb-181 {
    padding-bottom: 181px !important;
}

.fs-181 {
    font-size: 181px !important;
}

.m-182 {
    margin: 182px !important;
}

.p-182 {
    padding: 182px !important;
}

.mr-182 {
    margin-right: 182px !important;
}

.ml-182 {
    margin-left: 182px !important;
}

.mt-182 {
    margin-top: 182px !important;
}

.mb-182 {
    margin-bottom: 182px !important;
}

.pr-182 {
    padding-right: 182px !important;
}

.pl-182 {
    padding-left: 182px !important;
}

.pt-182 {
    padding-top: 182px !important;
}

.pb-182 {
    padding-bottom: 182px !important;
}

.fs-182 {
    font-size: 182px !important;
}

.m-183 {
    margin: 183px !important;
}

.p-183 {
    padding: 183px !important;
}

.mr-183 {
    margin-right: 183px !important;
}

.ml-183 {
    margin-left: 183px !important;
}

.mt-183 {
    margin-top: 183px !important;
}

.mb-183 {
    margin-bottom: 183px !important;
}

.pr-183 {
    padding-right: 183px !important;
}

.pl-183 {
    padding-left: 183px !important;
}

.pt-183 {
    padding-top: 183px !important;
}

.pb-183 {
    padding-bottom: 183px !important;
}

.fs-183 {
    font-size: 183px !important;
}

.m-184 {
    margin: 184px !important;
}

.p-184 {
    padding: 184px !important;
}

.mr-184 {
    margin-right: 184px !important;
}

.ml-184 {
    margin-left: 184px !important;
}

.mt-184 {
    margin-top: 184px !important;
}

.mb-184 {
    margin-bottom: 184px !important;
}

.pr-184 {
    padding-right: 184px !important;
}

.pl-184 {
    padding-left: 184px !important;
}

.pt-184 {
    padding-top: 184px !important;
}

.pb-184 {
    padding-bottom: 184px !important;
}

.fs-184 {
    font-size: 184px !important;
}

.m-185 {
    margin: 185px !important;
}

.p-185 {
    padding: 185px !important;
}

.mr-185 {
    margin-right: 185px !important;
}

.ml-185 {
    margin-left: 185px !important;
}

.mt-185 {
    margin-top: 185px !important;
}

.mb-185 {
    margin-bottom: 185px !important;
}

.pr-185 {
    padding-right: 185px !important;
}

.pl-185 {
    padding-left: 185px !important;
}

.pt-185 {
    padding-top: 185px !important;
}

.pb-185 {
    padding-bottom: 185px !important;
}

.fs-185 {
    font-size: 185px !important;
}

.m-186 {
    margin: 186px !important;
}

.p-186 {
    padding: 186px !important;
}

.mr-186 {
    margin-right: 186px !important;
}

.ml-186 {
    margin-left: 186px !important;
}

.mt-186 {
    margin-top: 186px !important;
}

.mb-186 {
    margin-bottom: 186px !important;
}

.pr-186 {
    padding-right: 186px !important;
}

.pl-186 {
    padding-left: 186px !important;
}

.pt-186 {
    padding-top: 186px !important;
}

.pb-186 {
    padding-bottom: 186px !important;
}

.fs-186 {
    font-size: 186px !important;
}

.m-187 {
    margin: 187px !important;
}

.p-187 {
    padding: 187px !important;
}

.mr-187 {
    margin-right: 187px !important;
}

.ml-187 {
    margin-left: 187px !important;
}

.mt-187 {
    margin-top: 187px !important;
}

.mb-187 {
    margin-bottom: 187px !important;
}

.pr-187 {
    padding-right: 187px !important;
}

.pl-187 {
    padding-left: 187px !important;
}

.pt-187 {
    padding-top: 187px !important;
}

.pb-187 {
    padding-bottom: 187px !important;
}

.fs-187 {
    font-size: 187px !important;
}

.m-188 {
    margin: 188px !important;
}

.p-188 {
    padding: 188px !important;
}

.mr-188 {
    margin-right: 188px !important;
}

.ml-188 {
    margin-left: 188px !important;
}

.mt-188 {
    margin-top: 188px !important;
}

.mb-188 {
    margin-bottom: 188px !important;
}

.pr-188 {
    padding-right: 188px !important;
}

.pl-188 {
    padding-left: 188px !important;
}

.pt-188 {
    padding-top: 188px !important;
}

.pb-188 {
    padding-bottom: 188px !important;
}

.fs-188 {
    font-size: 188px !important;
}

.m-189 {
    margin: 189px !important;
}

.p-189 {
    padding: 189px !important;
}

.mr-189 {
    margin-right: 189px !important;
}

.ml-189 {
    margin-left: 189px !important;
}

.mt-189 {
    margin-top: 189px !important;
}

.mb-189 {
    margin-bottom: 189px !important;
}

.pr-189 {
    padding-right: 189px !important;
}

.pl-189 {
    padding-left: 189px !important;
}

.pt-189 {
    padding-top: 189px !important;
}

.pb-189 {
    padding-bottom: 189px !important;
}

.fs-189 {
    font-size: 189px !important;
}

.m-190 {
    margin: 190px !important;
}

.p-190 {
    padding: 190px !important;
}

.mr-190 {
    margin-right: 190px !important;
}

.ml-190 {
    margin-left: 190px !important;
}

.mt-190 {
    margin-top: 190px !important;
}

.mb-190 {
    margin-bottom: 190px !important;
}

.pr-190 {
    padding-right: 190px !important;
}

.pl-190 {
    padding-left: 190px !important;
}

.pt-190 {
    padding-top: 190px !important;
}

.pb-190 {
    padding-bottom: 190px !important;
}

.fs-190 {
    font-size: 190px !important;
}

.m-191 {
    margin: 191px !important;
}

.p-191 {
    padding: 191px !important;
}

.mr-191 {
    margin-right: 191px !important;
}

.ml-191 {
    margin-left: 191px !important;
}

.mt-191 {
    margin-top: 191px !important;
}

.mb-191 {
    margin-bottom: 191px !important;
}

.pr-191 {
    padding-right: 191px !important;
}

.pl-191 {
    padding-left: 191px !important;
}

.pt-191 {
    padding-top: 191px !important;
}

.pb-191 {
    padding-bottom: 191px !important;
}

.fs-191 {
    font-size: 191px !important;
}

.m-192 {
    margin: 192px !important;
}

.p-192 {
    padding: 192px !important;
}

.mr-192 {
    margin-right: 192px !important;
}

.ml-192 {
    margin-left: 192px !important;
}

.mt-192 {
    margin-top: 192px !important;
}

.mb-192 {
    margin-bottom: 192px !important;
}

.pr-192 {
    padding-right: 192px !important;
}

.pl-192 {
    padding-left: 192px !important;
}

.pt-192 {
    padding-top: 192px !important;
}

.pb-192 {
    padding-bottom: 192px !important;
}

.fs-192 {
    font-size: 192px !important;
}

.m-193 {
    margin: 193px !important;
}

.p-193 {
    padding: 193px !important;
}

.mr-193 {
    margin-right: 193px !important;
}

.ml-193 {
    margin-left: 193px !important;
}

.mt-193 {
    margin-top: 193px !important;
}

.mb-193 {
    margin-bottom: 193px !important;
}

.pr-193 {
    padding-right: 193px !important;
}

.pl-193 {
    padding-left: 193px !important;
}

.pt-193 {
    padding-top: 193px !important;
}

.pb-193 {
    padding-bottom: 193px !important;
}

.fs-193 {
    font-size: 193px !important;
}

.m-194 {
    margin: 194px !important;
}

.p-194 {
    padding: 194px !important;
}

.mr-194 {
    margin-right: 194px !important;
}

.ml-194 {
    margin-left: 194px !important;
}

.mt-194 {
    margin-top: 194px !important;
}

.mb-194 {
    margin-bottom: 194px !important;
}

.pr-194 {
    padding-right: 194px !important;
}

.pl-194 {
    padding-left: 194px !important;
}

.pt-194 {
    padding-top: 194px !important;
}

.pb-194 {
    padding-bottom: 194px !important;
}

.fs-194 {
    font-size: 194px !important;
}

.m-195 {
    margin: 195px !important;
}

.p-195 {
    padding: 195px !important;
}

.mr-195 {
    margin-right: 195px !important;
}

.ml-195 {
    margin-left: 195px !important;
}

.mt-195 {
    margin-top: 195px !important;
}

.mb-195 {
    margin-bottom: 195px !important;
}

.pr-195 {
    padding-right: 195px !important;
}

.pl-195 {
    padding-left: 195px !important;
}

.pt-195 {
    padding-top: 195px !important;
}

.pb-195 {
    padding-bottom: 195px !important;
}

.fs-195 {
    font-size: 195px !important;
}

.m-196 {
    margin: 196px !important;
}

.p-196 {
    padding: 196px !important;
}

.mr-196 {
    margin-right: 196px !important;
}

.ml-196 {
    margin-left: 196px !important;
}

.mt-196 {
    margin-top: 196px !important;
}

.mb-196 {
    margin-bottom: 196px !important;
}

.pr-196 {
    padding-right: 196px !important;
}

.pl-196 {
    padding-left: 196px !important;
}

.pt-196 {
    padding-top: 196px !important;
}

.pb-196 {
    padding-bottom: 196px !important;
}

.fs-196 {
    font-size: 196px !important;
}

.m-197 {
    margin: 197px !important;
}

.p-197 {
    padding: 197px !important;
}

.mr-197 {
    margin-right: 197px !important;
}

.ml-197 {
    margin-left: 197px !important;
}

.mt-197 {
    margin-top: 197px !important;
}

.mb-197 {
    margin-bottom: 197px !important;
}

.pr-197 {
    padding-right: 197px !important;
}

.pl-197 {
    padding-left: 197px !important;
}

.pt-197 {
    padding-top: 197px !important;
}

.pb-197 {
    padding-bottom: 197px !important;
}

.fs-197 {
    font-size: 197px !important;
}

.m-198 {
    margin: 198px !important;
}

.p-198 {
    padding: 198px !important;
}

.mr-198 {
    margin-right: 198px !important;
}

.ml-198 {
    margin-left: 198px !important;
}

.mt-198 {
    margin-top: 198px !important;
}

.mb-198 {
    margin-bottom: 198px !important;
}

.pr-198 {
    padding-right: 198px !important;
}

.pl-198 {
    padding-left: 198px !important;
}

.pt-198 {
    padding-top: 198px !important;
}

.pb-198 {
    padding-bottom: 198px !important;
}

.fs-198 {
    font-size: 198px !important;
}

.m-199 {
    margin: 199px !important;
}

.p-199 {
    padding: 199px !important;
}

.mr-199 {
    margin-right: 199px !important;
}

.ml-199 {
    margin-left: 199px !important;
}

.mt-199 {
    margin-top: 199px !important;
}

.mb-199 {
    margin-bottom: 199px !important;
}

.pr-199 {
    padding-right: 199px !important;
}

.pl-199 {
    padding-left: 199px !important;
}

.pt-199 {
    padding-top: 199px !important;
}

.pb-199 {
    padding-bottom: 199px !important;
}

.fs-199 {
    font-size: 199px !important;
}

.m-200 {
    margin: 200px !important;
}

.p-200 {
    padding: 200px !important;
}

.mr-200 {
    margin-right: 200px !important;
}

.ml-200 {
    margin-left: 200px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mb-200 {
    margin-bottom: 200px !important;
}

.pr-200 {
    padding-right: 200px !important;
}

.pl-200 {
    padding-left: 200px !important;
}

.pt-200 {
    padding-top: 200px !important;
}

.pb-200 {
    padding-bottom: 200px !important;
}

.fs-200 {
    font-size: 200px !important;
}

.m-201 {
    margin: 201px !important;
}

.p-201 {
    padding: 201px !important;
}

.mr-201 {
    margin-right: 201px !important;
}

.ml-201 {
    margin-left: 201px !important;
}

.mt-201 {
    margin-top: 201px !important;
}

.mb-201 {
    margin-bottom: 201px !important;
}

.pr-201 {
    padding-right: 201px !important;
}

.pl-201 {
    padding-left: 201px !important;
}

.pt-201 {
    padding-top: 201px !important;
}

.pb-201 {
    padding-bottom: 201px !important;
}

.fs-201 {
    font-size: 201px !important;
}

.m-202 {
    margin: 202px !important;
}

.p-202 {
    padding: 202px !important;
}

.mr-202 {
    margin-right: 202px !important;
}

.ml-202 {
    margin-left: 202px !important;
}

.mt-202 {
    margin-top: 202px !important;
}

.mb-202 {
    margin-bottom: 202px !important;
}

.pr-202 {
    padding-right: 202px !important;
}

.pl-202 {
    padding-left: 202px !important;
}

.pt-202 {
    padding-top: 202px !important;
}

.pb-202 {
    padding-bottom: 202px !important;
}

.fs-202 {
    font-size: 202px !important;
}

.m-203 {
    margin: 203px !important;
}

.p-203 {
    padding: 203px !important;
}

.mr-203 {
    margin-right: 203px !important;
}

.ml-203 {
    margin-left: 203px !important;
}

.mt-203 {
    margin-top: 203px !important;
}

.mb-203 {
    margin-bottom: 203px !important;
}

.pr-203 {
    padding-right: 203px !important;
}

.pl-203 {
    padding-left: 203px !important;
}

.pt-203 {
    padding-top: 203px !important;
}

.pb-203 {
    padding-bottom: 203px !important;
}

.fs-203 {
    font-size: 203px !important;
}

.m-204 {
    margin: 204px !important;
}

.p-204 {
    padding: 204px !important;
}

.mr-204 {
    margin-right: 204px !important;
}

.ml-204 {
    margin-left: 204px !important;
}

.mt-204 {
    margin-top: 204px !important;
}

.mb-204 {
    margin-bottom: 204px !important;
}

.pr-204 {
    padding-right: 204px !important;
}

.pl-204 {
    padding-left: 204px !important;
}

.pt-204 {
    padding-top: 204px !important;
}

.pb-204 {
    padding-bottom: 204px !important;
}

.fs-204 {
    font-size: 204px !important;
}

.m-205 {
    margin: 205px !important;
}

.p-205 {
    padding: 205px !important;
}

.mr-205 {
    margin-right: 205px !important;
}

.ml-205 {
    margin-left: 205px !important;
}

.mt-205 {
    margin-top: 205px !important;
}

.mb-205 {
    margin-bottom: 205px !important;
}

.pr-205 {
    padding-right: 205px !important;
}

.pl-205 {
    padding-left: 205px !important;
}

.pt-205 {
    padding-top: 205px !important;
}

.pb-205 {
    padding-bottom: 205px !important;
}

.fs-205 {
    font-size: 205px !important;
}

.m-206 {
    margin: 206px !important;
}

.p-206 {
    padding: 206px !important;
}

.mr-206 {
    margin-right: 206px !important;
}

.ml-206 {
    margin-left: 206px !important;
}

.mt-206 {
    margin-top: 206px !important;
}

.mb-206 {
    margin-bottom: 206px !important;
}

.pr-206 {
    padding-right: 206px !important;
}

.pl-206 {
    padding-left: 206px !important;
}

.pt-206 {
    padding-top: 206px !important;
}

.pb-206 {
    padding-bottom: 206px !important;
}

.fs-206 {
    font-size: 206px !important;
}

.m-207 {
    margin: 207px !important;
}

.p-207 {
    padding: 207px !important;
}

.mr-207 {
    margin-right: 207px !important;
}

.ml-207 {
    margin-left: 207px !important;
}

.mt-207 {
    margin-top: 207px !important;
}

.mb-207 {
    margin-bottom: 207px !important;
}

.pr-207 {
    padding-right: 207px !important;
}

.pl-207 {
    padding-left: 207px !important;
}

.pt-207 {
    padding-top: 207px !important;
}

.pb-207 {
    padding-bottom: 207px !important;
}

.fs-207 {
    font-size: 207px !important;
}

.m-208 {
    margin: 208px !important;
}

.p-208 {
    padding: 208px !important;
}

.mr-208 {
    margin-right: 208px !important;
}

.ml-208 {
    margin-left: 208px !important;
}

.mt-208 {
    margin-top: 208px !important;
}

.mb-208 {
    margin-bottom: 208px !important;
}

.pr-208 {
    padding-right: 208px !important;
}

.pl-208 {
    padding-left: 208px !important;
}

.pt-208 {
    padding-top: 208px !important;
}

.pb-208 {
    padding-bottom: 208px !important;
}

.fs-208 {
    font-size: 208px !important;
}

.m-209 {
    margin: 209px !important;
}

.p-209 {
    padding: 209px !important;
}

.mr-209 {
    margin-right: 209px !important;
}

.ml-209 {
    margin-left: 209px !important;
}

.mt-209 {
    margin-top: 209px !important;
}

.mb-209 {
    margin-bottom: 209px !important;
}

.pr-209 {
    padding-right: 209px !important;
}

.pl-209 {
    padding-left: 209px !important;
}

.pt-209 {
    padding-top: 209px !important;
}

.pb-209 {
    padding-bottom: 209px !important;
}

.fs-209 {
    font-size: 209px !important;
}

.m-210 {
    margin: 210px !important;
}

.p-210 {
    padding: 210px !important;
}

.mr-210 {
    margin-right: 210px !important;
}

.ml-210 {
    margin-left: 210px !important;
}

.mt-210 {
    margin-top: 210px !important;
}

.mb-210 {
    margin-bottom: 210px !important;
}

.pr-210 {
    padding-right: 210px !important;
}

.pl-210 {
    padding-left: 210px !important;
}

.pt-210 {
    padding-top: 210px !important;
}

.pb-210 {
    padding-bottom: 210px !important;
}

.fs-210 {
    font-size: 210px !important;
}

.m-211 {
    margin: 211px !important;
}

.p-211 {
    padding: 211px !important;
}

.mr-211 {
    margin-right: 211px !important;
}

.ml-211 {
    margin-left: 211px !important;
}

.mt-211 {
    margin-top: 211px !important;
}

.mb-211 {
    margin-bottom: 211px !important;
}

.pr-211 {
    padding-right: 211px !important;
}

.pl-211 {
    padding-left: 211px !important;
}

.pt-211 {
    padding-top: 211px !important;
}

.pb-211 {
    padding-bottom: 211px !important;
}

.fs-211 {
    font-size: 211px !important;
}

.m-212 {
    margin: 212px !important;
}

.p-212 {
    padding: 212px !important;
}

.mr-212 {
    margin-right: 212px !important;
}

.ml-212 {
    margin-left: 212px !important;
}

.mt-212 {
    margin-top: 212px !important;
}

.mb-212 {
    margin-bottom: 212px !important;
}

.pr-212 {
    padding-right: 212px !important;
}

.pl-212 {
    padding-left: 212px !important;
}

.pt-212 {
    padding-top: 212px !important;
}

.pb-212 {
    padding-bottom: 212px !important;
}

.fs-212 {
    font-size: 212px !important;
}

.m-213 {
    margin: 213px !important;
}

.p-213 {
    padding: 213px !important;
}

.mr-213 {
    margin-right: 213px !important;
}

.ml-213 {
    margin-left: 213px !important;
}

.mt-213 {
    margin-top: 213px !important;
}

.mb-213 {
    margin-bottom: 213px !important;
}

.pr-213 {
    padding-right: 213px !important;
}

.pl-213 {
    padding-left: 213px !important;
}

.pt-213 {
    padding-top: 213px !important;
}

.pb-213 {
    padding-bottom: 213px !important;
}

.fs-213 {
    font-size: 213px !important;
}

.m-214 {
    margin: 214px !important;
}

.p-214 {
    padding: 214px !important;
}

.mr-214 {
    margin-right: 214px !important;
}

.ml-214 {
    margin-left: 214px !important;
}

.mt-214 {
    margin-top: 214px !important;
}

.mb-214 {
    margin-bottom: 214px !important;
}

.pr-214 {
    padding-right: 214px !important;
}

.pl-214 {
    padding-left: 214px !important;
}

.pt-214 {
    padding-top: 214px !important;
}

.pb-214 {
    padding-bottom: 214px !important;
}

.fs-214 {
    font-size: 214px !important;
}

.m-215 {
    margin: 215px !important;
}

.p-215 {
    padding: 215px !important;
}

.mr-215 {
    margin-right: 215px !important;
}

.ml-215 {
    margin-left: 215px !important;
}

.mt-215 {
    margin-top: 215px !important;
}

.mb-215 {
    margin-bottom: 215px !important;
}

.pr-215 {
    padding-right: 215px !important;
}

.pl-215 {
    padding-left: 215px !important;
}

.pt-215 {
    padding-top: 215px !important;
}

.pb-215 {
    padding-bottom: 215px !important;
}

.fs-215 {
    font-size: 215px !important;
}

.m-216 {
    margin: 216px !important;
}

.p-216 {
    padding: 216px !important;
}

.mr-216 {
    margin-right: 216px !important;
}

.ml-216 {
    margin-left: 216px !important;
}

.mt-216 {
    margin-top: 216px !important;
}

.mb-216 {
    margin-bottom: 216px !important;
}

.pr-216 {
    padding-right: 216px !important;
}

.pl-216 {
    padding-left: 216px !important;
}

.pt-216 {
    padding-top: 216px !important;
}

.pb-216 {
    padding-bottom: 216px !important;
}

.fs-216 {
    font-size: 216px !important;
}

.m-217 {
    margin: 217px !important;
}

.p-217 {
    padding: 217px !important;
}

.mr-217 {
    margin-right: 217px !important;
}

.ml-217 {
    margin-left: 217px !important;
}

.mt-217 {
    margin-top: 217px !important;
}

.mb-217 {
    margin-bottom: 217px !important;
}

.pr-217 {
    padding-right: 217px !important;
}

.pl-217 {
    padding-left: 217px !important;
}

.pt-217 {
    padding-top: 217px !important;
}

.pb-217 {
    padding-bottom: 217px !important;
}

.fs-217 {
    font-size: 217px !important;
}

.m-218 {
    margin: 218px !important;
}

.p-218 {
    padding: 218px !important;
}

.mr-218 {
    margin-right: 218px !important;
}

.ml-218 {
    margin-left: 218px !important;
}

.mt-218 {
    margin-top: 218px !important;
}

.mb-218 {
    margin-bottom: 218px !important;
}

.pr-218 {
    padding-right: 218px !important;
}

.pl-218 {
    padding-left: 218px !important;
}

.pt-218 {
    padding-top: 218px !important;
}

.pb-218 {
    padding-bottom: 218px !important;
}

.fs-218 {
    font-size: 218px !important;
}

.m-219 {
    margin: 219px !important;
}

.p-219 {
    padding: 219px !important;
}

.mr-219 {
    margin-right: 219px !important;
}

.ml-219 {
    margin-left: 219px !important;
}

.mt-219 {
    margin-top: 219px !important;
}

.mb-219 {
    margin-bottom: 219px !important;
}

.pr-219 {
    padding-right: 219px !important;
}

.pl-219 {
    padding-left: 219px !important;
}

.pt-219 {
    padding-top: 219px !important;
}

.pb-219 {
    padding-bottom: 219px !important;
}

.fs-219 {
    font-size: 219px !important;
}

.m-220 {
    margin: 220px !important;
}

.p-220 {
    padding: 220px !important;
}

.mr-220 {
    margin-right: 220px !important;
}

.ml-220 {
    margin-left: 220px !important;
}

.mt-220 {
    margin-top: 220px !important;
}

.mb-220 {
    margin-bottom: 220px !important;
}

.pr-220 {
    padding-right: 220px !important;
}

.pl-220 {
    padding-left: 220px !important;
}

.pt-220 {
    padding-top: 220px !important;
}

.pb-220 {
    padding-bottom: 220px !important;
}

.fs-220 {
    font-size: 220px !important;
}

.m-221 {
    margin: 221px !important;
}

.p-221 {
    padding: 221px !important;
}

.mr-221 {
    margin-right: 221px !important;
}

.ml-221 {
    margin-left: 221px !important;
}

.mt-221 {
    margin-top: 221px !important;
}

.mb-221 {
    margin-bottom: 221px !important;
}

.pr-221 {
    padding-right: 221px !important;
}

.pl-221 {
    padding-left: 221px !important;
}

.pt-221 {
    padding-top: 221px !important;
}

.pb-221 {
    padding-bottom: 221px !important;
}

.fs-221 {
    font-size: 221px !important;
}

.m-222 {
    margin: 222px !important;
}

.p-222 {
    padding: 222px !important;
}

.mr-222 {
    margin-right: 222px !important;
}

.ml-222 {
    margin-left: 222px !important;
}

.mt-222 {
    margin-top: 222px !important;
}

.mb-222 {
    margin-bottom: 222px !important;
}

.pr-222 {
    padding-right: 222px !important;
}

.pl-222 {
    padding-left: 222px !important;
}

.pt-222 {
    padding-top: 222px !important;
}

.pb-222 {
    padding-bottom: 222px !important;
}

.fs-222 {
    font-size: 222px !important;
}

.m-223 {
    margin: 223px !important;
}

.p-223 {
    padding: 223px !important;
}

.mr-223 {
    margin-right: 223px !important;
}

.ml-223 {
    margin-left: 223px !important;
}

.mt-223 {
    margin-top: 223px !important;
}

.mb-223 {
    margin-bottom: 223px !important;
}

.pr-223 {
    padding-right: 223px !important;
}

.pl-223 {
    padding-left: 223px !important;
}

.pt-223 {
    padding-top: 223px !important;
}

.pb-223 {
    padding-bottom: 223px !important;
}

.fs-223 {
    font-size: 223px !important;
}

.m-224 {
    margin: 224px !important;
}

.p-224 {
    padding: 224px !important;
}

.mr-224 {
    margin-right: 224px !important;
}

.ml-224 {
    margin-left: 224px !important;
}

.mt-224 {
    margin-top: 224px !important;
}

.mb-224 {
    margin-bottom: 224px !important;
}

.pr-224 {
    padding-right: 224px !important;
}

.pl-224 {
    padding-left: 224px !important;
}

.pt-224 {
    padding-top: 224px !important;
}

.pb-224 {
    padding-bottom: 224px !important;
}

.fs-224 {
    font-size: 224px !important;
}

.m-225 {
    margin: 225px !important;
}

.p-225 {
    padding: 225px !important;
}

.mr-225 {
    margin-right: 225px !important;
}

.ml-225 {
    margin-left: 225px !important;
}

.mt-225 {
    margin-top: 225px !important;
}

.mb-225 {
    margin-bottom: 225px !important;
}

.pr-225 {
    padding-right: 225px !important;
}

.pl-225 {
    padding-left: 225px !important;
}

.pt-225 {
    padding-top: 225px !important;
}

.pb-225 {
    padding-bottom: 225px !important;
}

.fs-225 {
    font-size: 225px !important;
}

.m-226 {
    margin: 226px !important;
}

.p-226 {
    padding: 226px !important;
}

.mr-226 {
    margin-right: 226px !important;
}

.ml-226 {
    margin-left: 226px !important;
}

.mt-226 {
    margin-top: 226px !important;
}

.mb-226 {
    margin-bottom: 226px !important;
}

.pr-226 {
    padding-right: 226px !important;
}

.pl-226 {
    padding-left: 226px !important;
}

.pt-226 {
    padding-top: 226px !important;
}

.pb-226 {
    padding-bottom: 226px !important;
}

.fs-226 {
    font-size: 226px !important;
}

.m-227 {
    margin: 227px !important;
}

.p-227 {
    padding: 227px !important;
}

.mr-227 {
    margin-right: 227px !important;
}

.ml-227 {
    margin-left: 227px !important;
}

.mt-227 {
    margin-top: 227px !important;
}

.mb-227 {
    margin-bottom: 227px !important;
}

.pr-227 {
    padding-right: 227px !important;
}

.pl-227 {
    padding-left: 227px !important;
}

.pt-227 {
    padding-top: 227px !important;
}

.pb-227 {
    padding-bottom: 227px !important;
}

.fs-227 {
    font-size: 227px !important;
}

.m-228 {
    margin: 228px !important;
}

.p-228 {
    padding: 228px !important;
}

.mr-228 {
    margin-right: 228px !important;
}

.ml-228 {
    margin-left: 228px !important;
}

.mt-228 {
    margin-top: 228px !important;
}

.mb-228 {
    margin-bottom: 228px !important;
}

.pr-228 {
    padding-right: 228px !important;
}

.pl-228 {
    padding-left: 228px !important;
}

.pt-228 {
    padding-top: 228px !important;
}

.pb-228 {
    padding-bottom: 228px !important;
}

.fs-228 {
    font-size: 228px !important;
}

.m-229 {
    margin: 229px !important;
}

.p-229 {
    padding: 229px !important;
}

.mr-229 {
    margin-right: 229px !important;
}

.ml-229 {
    margin-left: 229px !important;
}

.mt-229 {
    margin-top: 229px !important;
}

.mb-229 {
    margin-bottom: 229px !important;
}

.pr-229 {
    padding-right: 229px !important;
}

.pl-229 {
    padding-left: 229px !important;
}

.pt-229 {
    padding-top: 229px !important;
}

.pb-229 {
    padding-bottom: 229px !important;
}

.fs-229 {
    font-size: 229px !important;
}

.m-230 {
    margin: 230px !important;
}

.p-230 {
    padding: 230px !important;
}

.mr-230 {
    margin-right: 230px !important;
}

.ml-230 {
    margin-left: 230px !important;
}

.mt-230 {
    margin-top: 230px !important;
}

.mb-230 {
    margin-bottom: 230px !important;
}

.pr-230 {
    padding-right: 230px !important;
}

.pl-230 {
    padding-left: 230px !important;
}

.pt-230 {
    padding-top: 230px !important;
}

.pb-230 {
    padding-bottom: 230px !important;
}

.fs-230 {
    font-size: 230px !important;
}

.m-231 {
    margin: 231px !important;
}

.p-231 {
    padding: 231px !important;
}

.mr-231 {
    margin-right: 231px !important;
}

.ml-231 {
    margin-left: 231px !important;
}

.mt-231 {
    margin-top: 231px !important;
}

.mb-231 {
    margin-bottom: 231px !important;
}

.pr-231 {
    padding-right: 231px !important;
}

.pl-231 {
    padding-left: 231px !important;
}

.pt-231 {
    padding-top: 231px !important;
}

.pb-231 {
    padding-bottom: 231px !important;
}

.fs-231 {
    font-size: 231px !important;
}

.m-232 {
    margin: 232px !important;
}

.p-232 {
    padding: 232px !important;
}

.mr-232 {
    margin-right: 232px !important;
}

.ml-232 {
    margin-left: 232px !important;
}

.mt-232 {
    margin-top: 232px !important;
}

.mb-232 {
    margin-bottom: 232px !important;
}

.pr-232 {
    padding-right: 232px !important;
}

.pl-232 {
    padding-left: 232px !important;
}

.pt-232 {
    padding-top: 232px !important;
}

.pb-232 {
    padding-bottom: 232px !important;
}

.fs-232 {
    font-size: 232px !important;
}

.m-233 {
    margin: 233px !important;
}

.p-233 {
    padding: 233px !important;
}

.mr-233 {
    margin-right: 233px !important;
}

.ml-233 {
    margin-left: 233px !important;
}

.mt-233 {
    margin-top: 233px !important;
}

.mb-233 {
    margin-bottom: 233px !important;
}

.pr-233 {
    padding-right: 233px !important;
}

.pl-233 {
    padding-left: 233px !important;
}

.pt-233 {
    padding-top: 233px !important;
}

.pb-233 {
    padding-bottom: 233px !important;
}

.fs-233 {
    font-size: 233px !important;
}

.m-234 {
    margin: 234px !important;
}

.p-234 {
    padding: 234px !important;
}

.mr-234 {
    margin-right: 234px !important;
}

.ml-234 {
    margin-left: 234px !important;
}

.mt-234 {
    margin-top: 234px !important;
}

.mb-234 {
    margin-bottom: 234px !important;
}

.pr-234 {
    padding-right: 234px !important;
}

.pl-234 {
    padding-left: 234px !important;
}

.pt-234 {
    padding-top: 234px !important;
}

.pb-234 {
    padding-bottom: 234px !important;
}

.fs-234 {
    font-size: 234px !important;
}

.m-235 {
    margin: 235px !important;
}

.p-235 {
    padding: 235px !important;
}

.mr-235 {
    margin-right: 235px !important;
}

.ml-235 {
    margin-left: 235px !important;
}

.mt-235 {
    margin-top: 235px !important;
}

.mb-235 {
    margin-bottom: 235px !important;
}

.pr-235 {
    padding-right: 235px !important;
}

.pl-235 {
    padding-left: 235px !important;
}

.pt-235 {
    padding-top: 235px !important;
}

.pb-235 {
    padding-bottom: 235px !important;
}

.fs-235 {
    font-size: 235px !important;
}

.m-236 {
    margin: 236px !important;
}

.p-236 {
    padding: 236px !important;
}

.mr-236 {
    margin-right: 236px !important;
}

.ml-236 {
    margin-left: 236px !important;
}

.mt-236 {
    margin-top: 236px !important;
}

.mb-236 {
    margin-bottom: 236px !important;
}

.pr-236 {
    padding-right: 236px !important;
}

.pl-236 {
    padding-left: 236px !important;
}

.pt-236 {
    padding-top: 236px !important;
}

.pb-236 {
    padding-bottom: 236px !important;
}

.fs-236 {
    font-size: 236px !important;
}

.m-237 {
    margin: 237px !important;
}

.p-237 {
    padding: 237px !important;
}

.mr-237 {
    margin-right: 237px !important;
}

.ml-237 {
    margin-left: 237px !important;
}

.mt-237 {
    margin-top: 237px !important;
}

.mb-237 {
    margin-bottom: 237px !important;
}

.pr-237 {
    padding-right: 237px !important;
}

.pl-237 {
    padding-left: 237px !important;
}

.pt-237 {
    padding-top: 237px !important;
}

.pb-237 {
    padding-bottom: 237px !important;
}

.fs-237 {
    font-size: 237px !important;
}

.m-238 {
    margin: 238px !important;
}

.p-238 {
    padding: 238px !important;
}

.mr-238 {
    margin-right: 238px !important;
}

.ml-238 {
    margin-left: 238px !important;
}

.mt-238 {
    margin-top: 238px !important;
}

.mb-238 {
    margin-bottom: 238px !important;
}

.pr-238 {
    padding-right: 238px !important;
}

.pl-238 {
    padding-left: 238px !important;
}

.pt-238 {
    padding-top: 238px !important;
}

.pb-238 {
    padding-bottom: 238px !important;
}

.fs-238 {
    font-size: 238px !important;
}

.m-239 {
    margin: 239px !important;
}

.p-239 {
    padding: 239px !important;
}

.mr-239 {
    margin-right: 239px !important;
}

.ml-239 {
    margin-left: 239px !important;
}

.mt-239 {
    margin-top: 239px !important;
}

.mb-239 {
    margin-bottom: 239px !important;
}

.pr-239 {
    padding-right: 239px !important;
}

.pl-239 {
    padding-left: 239px !important;
}

.pt-239 {
    padding-top: 239px !important;
}

.pb-239 {
    padding-bottom: 239px !important;
}

.fs-239 {
    font-size: 239px !important;
}

.m-240 {
    margin: 240px !important;
}

.p-240 {
    padding: 240px !important;
}

.mr-240 {
    margin-right: 240px !important;
}

.ml-240 {
    margin-left: 240px !important;
}

.mt-240 {
    margin-top: 240px !important;
}

.mb-240 {
    margin-bottom: 240px !important;
}

.pr-240 {
    padding-right: 240px !important;
}

.pl-240 {
    padding-left: 240px !important;
}

.pt-240 {
    padding-top: 240px !important;
}

.pb-240 {
    padding-bottom: 240px !important;
}

.fs-240 {
    font-size: 240px !important;
}

.m-241 {
    margin: 241px !important;
}

.p-241 {
    padding: 241px !important;
}

.mr-241 {
    margin-right: 241px !important;
}

.ml-241 {
    margin-left: 241px !important;
}

.mt-241 {
    margin-top: 241px !important;
}

.mb-241 {
    margin-bottom: 241px !important;
}

.pr-241 {
    padding-right: 241px !important;
}

.pl-241 {
    padding-left: 241px !important;
}

.pt-241 {
    padding-top: 241px !important;
}

.pb-241 {
    padding-bottom: 241px !important;
}

.fs-241 {
    font-size: 241px !important;
}

.m-242 {
    margin: 242px !important;
}

.p-242 {
    padding: 242px !important;
}

.mr-242 {
    margin-right: 242px !important;
}

.ml-242 {
    margin-left: 242px !important;
}

.mt-242 {
    margin-top: 242px !important;
}

.mb-242 {
    margin-bottom: 242px !important;
}

.pr-242 {
    padding-right: 242px !important;
}

.pl-242 {
    padding-left: 242px !important;
}

.pt-242 {
    padding-top: 242px !important;
}

.pb-242 {
    padding-bottom: 242px !important;
}

.fs-242 {
    font-size: 242px !important;
}

.m-243 {
    margin: 243px !important;
}

.p-243 {
    padding: 243px !important;
}

.mr-243 {
    margin-right: 243px !important;
}

.ml-243 {
    margin-left: 243px !important;
}

.mt-243 {
    margin-top: 243px !important;
}

.mb-243 {
    margin-bottom: 243px !important;
}

.pr-243 {
    padding-right: 243px !important;
}

.pl-243 {
    padding-left: 243px !important;
}

.pt-243 {
    padding-top: 243px !important;
}

.pb-243 {
    padding-bottom: 243px !important;
}

.fs-243 {
    font-size: 243px !important;
}

.m-244 {
    margin: 244px !important;
}

.p-244 {
    padding: 244px !important;
}

.mr-244 {
    margin-right: 244px !important;
}

.ml-244 {
    margin-left: 244px !important;
}

.mt-244 {
    margin-top: 244px !important;
}

.mb-244 {
    margin-bottom: 244px !important;
}

.pr-244 {
    padding-right: 244px !important;
}

.pl-244 {
    padding-left: 244px !important;
}

.pt-244 {
    padding-top: 244px !important;
}

.pb-244 {
    padding-bottom: 244px !important;
}

.fs-244 {
    font-size: 244px !important;
}

.m-245 {
    margin: 245px !important;
}

.p-245 {
    padding: 245px !important;
}

.mr-245 {
    margin-right: 245px !important;
}

.ml-245 {
    margin-left: 245px !important;
}

.mt-245 {
    margin-top: 245px !important;
}

.mb-245 {
    margin-bottom: 245px !important;
}

.pr-245 {
    padding-right: 245px !important;
}

.pl-245 {
    padding-left: 245px !important;
}

.pt-245 {
    padding-top: 245px !important;
}

.pb-245 {
    padding-bottom: 245px !important;
}

.fs-245 {
    font-size: 245px !important;
}

.m-246 {
    margin: 246px !important;
}

.p-246 {
    padding: 246px !important;
}

.mr-246 {
    margin-right: 246px !important;
}

.ml-246 {
    margin-left: 246px !important;
}

.mt-246 {
    margin-top: 246px !important;
}

.mb-246 {
    margin-bottom: 246px !important;
}

.pr-246 {
    padding-right: 246px !important;
}

.pl-246 {
    padding-left: 246px !important;
}

.pt-246 {
    padding-top: 246px !important;
}

.pb-246 {
    padding-bottom: 246px !important;
}

.fs-246 {
    font-size: 246px !important;
}

.m-247 {
    margin: 247px !important;
}

.p-247 {
    padding: 247px !important;
}

.mr-247 {
    margin-right: 247px !important;
}

.ml-247 {
    margin-left: 247px !important;
}

.mt-247 {
    margin-top: 247px !important;
}

.mb-247 {
    margin-bottom: 247px !important;
}

.pr-247 {
    padding-right: 247px !important;
}

.pl-247 {
    padding-left: 247px !important;
}

.pt-247 {
    padding-top: 247px !important;
}

.pb-247 {
    padding-bottom: 247px !important;
}

.fs-247 {
    font-size: 247px !important;
}

.m-248 {
    margin: 248px !important;
}

.p-248 {
    padding: 248px !important;
}

.mr-248 {
    margin-right: 248px !important;
}

.ml-248 {
    margin-left: 248px !important;
}

.mt-248 {
    margin-top: 248px !important;
}

.mb-248 {
    margin-bottom: 248px !important;
}

.pr-248 {
    padding-right: 248px !important;
}

.pl-248 {
    padding-left: 248px !important;
}

.pt-248 {
    padding-top: 248px !important;
}

.pb-248 {
    padding-bottom: 248px !important;
}

.fs-248 {
    font-size: 248px !important;
}

.m-249 {
    margin: 249px !important;
}

.p-249 {
    padding: 249px !important;
}

.mr-249 {
    margin-right: 249px !important;
}

.ml-249 {
    margin-left: 249px !important;
}

.mt-249 {
    margin-top: 249px !important;
}

.mb-249 {
    margin-bottom: 249px !important;
}

.pr-249 {
    padding-right: 249px !important;
}

.pl-249 {
    padding-left: 249px !important;
}

.pt-249 {
    padding-top: 249px !important;
}

.pb-249 {
    padding-bottom: 249px !important;
}

.fs-249 {
    font-size: 249px !important;
}

.m-250 {
    margin: 250px !important;
}

.p-250 {
    padding: 250px !important;
}

.mr-250 {
    margin-right: 250px !important;
}

.ml-250 {
    margin-left: 250px !important;
}

.mt-250 {
    margin-top: 250px !important;
}

.mb-250 {
    margin-bottom: 250px !important;
}

.pr-250 {
    padding-right: 250px !important;
}

.pl-250 {
    padding-left: 250px !important;
}

.pt-250 {
    padding-top: 250px !important;
}

.pb-250 {
    padding-bottom: 250px !important;
}

.fs-250 {
    font-size: 250px !important;
}

.m-251 {
    margin: 251px !important;
}

.p-251 {
    padding: 251px !important;
}

.mr-251 {
    margin-right: 251px !important;
}

.ml-251 {
    margin-left: 251px !important;
}

.mt-251 {
    margin-top: 251px !important;
}

.mb-251 {
    margin-bottom: 251px !important;
}

.pr-251 {
    padding-right: 251px !important;
}

.pl-251 {
    padding-left: 251px !important;
}

.pt-251 {
    padding-top: 251px !important;
}

.pb-251 {
    padding-bottom: 251px !important;
}

.fs-251 {
    font-size: 251px !important;
}

.m-252 {
    margin: 252px !important;
}

.p-252 {
    padding: 252px !important;
}

.mr-252 {
    margin-right: 252px !important;
}

.ml-252 {
    margin-left: 252px !important;
}

.mt-252 {
    margin-top: 252px !important;
}

.mb-252 {
    margin-bottom: 252px !important;
}

.pr-252 {
    padding-right: 252px !important;
}

.pl-252 {
    padding-left: 252px !important;
}

.pt-252 {
    padding-top: 252px !important;
}

.pb-252 {
    padding-bottom: 252px !important;
}

.fs-252 {
    font-size: 252px !important;
}

.m-253 {
    margin: 253px !important;
}

.p-253 {
    padding: 253px !important;
}

.mr-253 {
    margin-right: 253px !important;
}

.ml-253 {
    margin-left: 253px !important;
}

.mt-253 {
    margin-top: 253px !important;
}

.mb-253 {
    margin-bottom: 253px !important;
}

.pr-253 {
    padding-right: 253px !important;
}

.pl-253 {
    padding-left: 253px !important;
}

.pt-253 {
    padding-top: 253px !important;
}

.pb-253 {
    padding-bottom: 253px !important;
}

.fs-253 {
    font-size: 253px !important;
}

.m-254 {
    margin: 254px !important;
}

.p-254 {
    padding: 254px !important;
}

.mr-254 {
    margin-right: 254px !important;
}

.ml-254 {
    margin-left: 254px !important;
}

.mt-254 {
    margin-top: 254px !important;
}

.mb-254 {
    margin-bottom: 254px !important;
}

.pr-254 {
    padding-right: 254px !important;
}

.pl-254 {
    padding-left: 254px !important;
}

.pt-254 {
    padding-top: 254px !important;
}

.pb-254 {
    padding-bottom: 254px !important;
}

.fs-254 {
    font-size: 254px !important;
}

.m-255 {
    margin: 255px !important;
}

.p-255 {
    padding: 255px !important;
}

.mr-255 {
    margin-right: 255px !important;
}

.ml-255 {
    margin-left: 255px !important;
}

.mt-255 {
    margin-top: 255px !important;
}

.mb-255 {
    margin-bottom: 255px !important;
}

.pr-255 {
    padding-right: 255px !important;
}

.pl-255 {
    padding-left: 255px !important;
}

.pt-255 {
    padding-top: 255px !important;
}

.pb-255 {
    padding-bottom: 255px !important;
}

.fs-255 {
    font-size: 255px !important;
}

.m-256 {
    margin: 256px !important;
}

.p-256 {
    padding: 256px !important;
}

.mr-256 {
    margin-right: 256px !important;
}

.ml-256 {
    margin-left: 256px !important;
}

.mt-256 {
    margin-top: 256px !important;
}

.mb-256 {
    margin-bottom: 256px !important;
}

.pr-256 {
    padding-right: 256px !important;
}

.pl-256 {
    padding-left: 256px !important;
}

.pt-256 {
    padding-top: 256px !important;
}

.pb-256 {
    padding-bottom: 256px !important;
}

.fs-256 {
    font-size: 256px !important;
}

.m-257 {
    margin: 257px !important;
}

.p-257 {
    padding: 257px !important;
}

.mr-257 {
    margin-right: 257px !important;
}

.ml-257 {
    margin-left: 257px !important;
}

.mt-257 {
    margin-top: 257px !important;
}

.mb-257 {
    margin-bottom: 257px !important;
}

.pr-257 {
    padding-right: 257px !important;
}

.pl-257 {
    padding-left: 257px !important;
}

.pt-257 {
    padding-top: 257px !important;
}

.pb-257 {
    padding-bottom: 257px !important;
}

.fs-257 {
    font-size: 257px !important;
}

.m-258 {
    margin: 258px !important;
}

.p-258 {
    padding: 258px !important;
}

.mr-258 {
    margin-right: 258px !important;
}

.ml-258 {
    margin-left: 258px !important;
}

.mt-258 {
    margin-top: 258px !important;
}

.mb-258 {
    margin-bottom: 258px !important;
}

.pr-258 {
    padding-right: 258px !important;
}

.pl-258 {
    padding-left: 258px !important;
}

.pt-258 {
    padding-top: 258px !important;
}

.pb-258 {
    padding-bottom: 258px !important;
}

.fs-258 {
    font-size: 258px !important;
}

.m-259 {
    margin: 259px !important;
}

.p-259 {
    padding: 259px !important;
}

.mr-259 {
    margin-right: 259px !important;
}

.ml-259 {
    margin-left: 259px !important;
}

.mt-259 {
    margin-top: 259px !important;
}

.mb-259 {
    margin-bottom: 259px !important;
}

.pr-259 {
    padding-right: 259px !important;
}

.pl-259 {
    padding-left: 259px !important;
}

.pt-259 {
    padding-top: 259px !important;
}

.pb-259 {
    padding-bottom: 259px !important;
}

.fs-259 {
    font-size: 259px !important;
}

.m-260 {
    margin: 260px !important;
}

.p-260 {
    padding: 260px !important;
}

.mr-260 {
    margin-right: 260px !important;
}

.ml-260 {
    margin-left: 260px !important;
}

.mt-260 {
    margin-top: 260px !important;
}

.mb-260 {
    margin-bottom: 260px !important;
}

.pr-260 {
    padding-right: 260px !important;
}

.pl-260 {
    padding-left: 260px !important;
}

.pt-260 {
    padding-top: 260px !important;
}

.pb-260 {
    padding-bottom: 260px !important;
}

.fs-260 {
    font-size: 260px !important;
}

.m-261 {
    margin: 261px !important;
}

.p-261 {
    padding: 261px !important;
}

.mr-261 {
    margin-right: 261px !important;
}

.ml-261 {
    margin-left: 261px !important;
}

.mt-261 {
    margin-top: 261px !important;
}

.mb-261 {
    margin-bottom: 261px !important;
}

.pr-261 {
    padding-right: 261px !important;
}

.pl-261 {
    padding-left: 261px !important;
}

.pt-261 {
    padding-top: 261px !important;
}

.pb-261 {
    padding-bottom: 261px !important;
}

.fs-261 {
    font-size: 261px !important;
}

.m-262 {
    margin: 262px !important;
}

.p-262 {
    padding: 262px !important;
}

.mr-262 {
    margin-right: 262px !important;
}

.ml-262 {
    margin-left: 262px !important;
}

.mt-262 {
    margin-top: 262px !important;
}

.mb-262 {
    margin-bottom: 262px !important;
}

.pr-262 {
    padding-right: 262px !important;
}

.pl-262 {
    padding-left: 262px !important;
}

.pt-262 {
    padding-top: 262px !important;
}

.pb-262 {
    padding-bottom: 262px !important;
}

.fs-262 {
    font-size: 262px !important;
}

.m-263 {
    margin: 263px !important;
}

.p-263 {
    padding: 263px !important;
}

.mr-263 {
    margin-right: 263px !important;
}

.ml-263 {
    margin-left: 263px !important;
}

.mt-263 {
    margin-top: 263px !important;
}

.mb-263 {
    margin-bottom: 263px !important;
}

.pr-263 {
    padding-right: 263px !important;
}

.pl-263 {
    padding-left: 263px !important;
}

.pt-263 {
    padding-top: 263px !important;
}

.pb-263 {
    padding-bottom: 263px !important;
}

.fs-263 {
    font-size: 263px !important;
}

.m-264 {
    margin: 264px !important;
}

.p-264 {
    padding: 264px !important;
}

.mr-264 {
    margin-right: 264px !important;
}

.ml-264 {
    margin-left: 264px !important;
}

.mt-264 {
    margin-top: 264px !important;
}

.mb-264 {
    margin-bottom: 264px !important;
}

.pr-264 {
    padding-right: 264px !important;
}

.pl-264 {
    padding-left: 264px !important;
}

.pt-264 {
    padding-top: 264px !important;
}

.pb-264 {
    padding-bottom: 264px !important;
}

.fs-264 {
    font-size: 264px !important;
}

.m-265 {
    margin: 265px !important;
}

.p-265 {
    padding: 265px !important;
}

.mr-265 {
    margin-right: 265px !important;
}

.ml-265 {
    margin-left: 265px !important;
}

.mt-265 {
    margin-top: 265px !important;
}

.mb-265 {
    margin-bottom: 265px !important;
}

.pr-265 {
    padding-right: 265px !important;
}

.pl-265 {
    padding-left: 265px !important;
}

.pt-265 {
    padding-top: 265px !important;
}

.pb-265 {
    padding-bottom: 265px !important;
}

.fs-265 {
    font-size: 265px !important;
}

.m-266 {
    margin: 266px !important;
}

.p-266 {
    padding: 266px !important;
}

.mr-266 {
    margin-right: 266px !important;
}

.ml-266 {
    margin-left: 266px !important;
}

.mt-266 {
    margin-top: 266px !important;
}

.mb-266 {
    margin-bottom: 266px !important;
}

.pr-266 {
    padding-right: 266px !important;
}

.pl-266 {
    padding-left: 266px !important;
}

.pt-266 {
    padding-top: 266px !important;
}

.pb-266 {
    padding-bottom: 266px !important;
}

.fs-266 {
    font-size: 266px !important;
}

.m-267 {
    margin: 267px !important;
}

.p-267 {
    padding: 267px !important;
}

.mr-267 {
    margin-right: 267px !important;
}

.ml-267 {
    margin-left: 267px !important;
}

.mt-267 {
    margin-top: 267px !important;
}

.mb-267 {
    margin-bottom: 267px !important;
}

.pr-267 {
    padding-right: 267px !important;
}

.pl-267 {
    padding-left: 267px !important;
}

.pt-267 {
    padding-top: 267px !important;
}

.pb-267 {
    padding-bottom: 267px !important;
}

.fs-267 {
    font-size: 267px !important;
}

.m-268 {
    margin: 268px !important;
}

.p-268 {
    padding: 268px !important;
}

.mr-268 {
    margin-right: 268px !important;
}

.ml-268 {
    margin-left: 268px !important;
}

.mt-268 {
    margin-top: 268px !important;
}

.mb-268 {
    margin-bottom: 268px !important;
}

.pr-268 {
    padding-right: 268px !important;
}

.pl-268 {
    padding-left: 268px !important;
}

.pt-268 {
    padding-top: 268px !important;
}

.pb-268 {
    padding-bottom: 268px !important;
}

.fs-268 {
    font-size: 268px !important;
}

.m-269 {
    margin: 269px !important;
}

.p-269 {
    padding: 269px !important;
}

.mr-269 {
    margin-right: 269px !important;
}

.ml-269 {
    margin-left: 269px !important;
}

.mt-269 {
    margin-top: 269px !important;
}

.mb-269 {
    margin-bottom: 269px !important;
}

.pr-269 {
    padding-right: 269px !important;
}

.pl-269 {
    padding-left: 269px !important;
}

.pt-269 {
    padding-top: 269px !important;
}

.pb-269 {
    padding-bottom: 269px !important;
}

.fs-269 {
    font-size: 269px !important;
}

.m-270 {
    margin: 270px !important;
}

.p-270 {
    padding: 270px !important;
}

.mr-270 {
    margin-right: 270px !important;
}

.ml-270 {
    margin-left: 270px !important;
}

.mt-270 {
    margin-top: 270px !important;
}

.mb-270 {
    margin-bottom: 270px !important;
}

.pr-270 {
    padding-right: 270px !important;
}

.pl-270 {
    padding-left: 270px !important;
}

.pt-270 {
    padding-top: 270px !important;
}

.pb-270 {
    padding-bottom: 270px !important;
}

.fs-270 {
    font-size: 270px !important;
}

.m-271 {
    margin: 271px !important;
}

.p-271 {
    padding: 271px !important;
}

.mr-271 {
    margin-right: 271px !important;
}

.ml-271 {
    margin-left: 271px !important;
}

.mt-271 {
    margin-top: 271px !important;
}

.mb-271 {
    margin-bottom: 271px !important;
}

.pr-271 {
    padding-right: 271px !important;
}

.pl-271 {
    padding-left: 271px !important;
}

.pt-271 {
    padding-top: 271px !important;
}

.pb-271 {
    padding-bottom: 271px !important;
}

.fs-271 {
    font-size: 271px !important;
}

.m-272 {
    margin: 272px !important;
}

.p-272 {
    padding: 272px !important;
}

.mr-272 {
    margin-right: 272px !important;
}

.ml-272 {
    margin-left: 272px !important;
}

.mt-272 {
    margin-top: 272px !important;
}

.mb-272 {
    margin-bottom: 272px !important;
}

.pr-272 {
    padding-right: 272px !important;
}

.pl-272 {
    padding-left: 272px !important;
}

.pt-272 {
    padding-top: 272px !important;
}

.pb-272 {
    padding-bottom: 272px !important;
}

.fs-272 {
    font-size: 272px !important;
}

.m-273 {
    margin: 273px !important;
}

.p-273 {
    padding: 273px !important;
}

.mr-273 {
    margin-right: 273px !important;
}

.ml-273 {
    margin-left: 273px !important;
}

.mt-273 {
    margin-top: 273px !important;
}

.mb-273 {
    margin-bottom: 273px !important;
}

.pr-273 {
    padding-right: 273px !important;
}

.pl-273 {
    padding-left: 273px !important;
}

.pt-273 {
    padding-top: 273px !important;
}

.pb-273 {
    padding-bottom: 273px !important;
}

.fs-273 {
    font-size: 273px !important;
}

.m-274 {
    margin: 274px !important;
}

.p-274 {
    padding: 274px !important;
}

.mr-274 {
    margin-right: 274px !important;
}

.ml-274 {
    margin-left: 274px !important;
}

.mt-274 {
    margin-top: 274px !important;
}

.mb-274 {
    margin-bottom: 274px !important;
}

.pr-274 {
    padding-right: 274px !important;
}

.pl-274 {
    padding-left: 274px !important;
}

.pt-274 {
    padding-top: 274px !important;
}

.pb-274 {
    padding-bottom: 274px !important;
}

.fs-274 {
    font-size: 274px !important;
}

.m-275 {
    margin: 275px !important;
}

.p-275 {
    padding: 275px !important;
}

.mr-275 {
    margin-right: 275px !important;
}

.ml-275 {
    margin-left: 275px !important;
}

.mt-275 {
    margin-top: 275px !important;
}

.mb-275 {
    margin-bottom: 275px !important;
}

.pr-275 {
    padding-right: 275px !important;
}

.pl-275 {
    padding-left: 275px !important;
}

.pt-275 {
    padding-top: 275px !important;
}

.pb-275 {
    padding-bottom: 275px !important;
}

.fs-275 {
    font-size: 275px !important;
}

.m-276 {
    margin: 276px !important;
}

.p-276 {
    padding: 276px !important;
}

.mr-276 {
    margin-right: 276px !important;
}

.ml-276 {
    margin-left: 276px !important;
}

.mt-276 {
    margin-top: 276px !important;
}

.mb-276 {
    margin-bottom: 276px !important;
}

.pr-276 {
    padding-right: 276px !important;
}

.pl-276 {
    padding-left: 276px !important;
}

.pt-276 {
    padding-top: 276px !important;
}

.pb-276 {
    padding-bottom: 276px !important;
}

.fs-276 {
    font-size: 276px !important;
}

.m-277 {
    margin: 277px !important;
}

.p-277 {
    padding: 277px !important;
}

.mr-277 {
    margin-right: 277px !important;
}

.ml-277 {
    margin-left: 277px !important;
}

.mt-277 {
    margin-top: 277px !important;
}

.mb-277 {
    margin-bottom: 277px !important;
}

.pr-277 {
    padding-right: 277px !important;
}

.pl-277 {
    padding-left: 277px !important;
}

.pt-277 {
    padding-top: 277px !important;
}

.pb-277 {
    padding-bottom: 277px !important;
}

.fs-277 {
    font-size: 277px !important;
}

.m-278 {
    margin: 278px !important;
}

.p-278 {
    padding: 278px !important;
}

.mr-278 {
    margin-right: 278px !important;
}

.ml-278 {
    margin-left: 278px !important;
}

.mt-278 {
    margin-top: 278px !important;
}

.mb-278 {
    margin-bottom: 278px !important;
}

.pr-278 {
    padding-right: 278px !important;
}

.pl-278 {
    padding-left: 278px !important;
}

.pt-278 {
    padding-top: 278px !important;
}

.pb-278 {
    padding-bottom: 278px !important;
}

.fs-278 {
    font-size: 278px !important;
}

.m-279 {
    margin: 279px !important;
}

.p-279 {
    padding: 279px !important;
}

.mr-279 {
    margin-right: 279px !important;
}

.ml-279 {
    margin-left: 279px !important;
}

.mt-279 {
    margin-top: 279px !important;
}

.mb-279 {
    margin-bottom: 279px !important;
}

.pr-279 {
    padding-right: 279px !important;
}

.pl-279 {
    padding-left: 279px !important;
}

.pt-279 {
    padding-top: 279px !important;
}

.pb-279 {
    padding-bottom: 279px !important;
}

.fs-279 {
    font-size: 279px !important;
}

.m-280 {
    margin: 280px !important;
}

.p-280 {
    padding: 280px !important;
}

.mr-280 {
    margin-right: 280px !important;
}

.ml-280 {
    margin-left: 280px !important;
}

.mt-280 {
    margin-top: 280px !important;
}

.mb-280 {
    margin-bottom: 280px !important;
}

.pr-280 {
    padding-right: 280px !important;
}

.pl-280 {
    padding-left: 280px !important;
}

.pt-280 {
    padding-top: 280px !important;
}

.pb-280 {
    padding-bottom: 280px !important;
}

.fs-280 {
    font-size: 280px !important;
}

.m-281 {
    margin: 281px !important;
}

.p-281 {
    padding: 281px !important;
}

.mr-281 {
    margin-right: 281px !important;
}

.ml-281 {
    margin-left: 281px !important;
}

.mt-281 {
    margin-top: 281px !important;
}

.mb-281 {
    margin-bottom: 281px !important;
}

.pr-281 {
    padding-right: 281px !important;
}

.pl-281 {
    padding-left: 281px !important;
}

.pt-281 {
    padding-top: 281px !important;
}

.pb-281 {
    padding-bottom: 281px !important;
}

.fs-281 {
    font-size: 281px !important;
}

.m-282 {
    margin: 282px !important;
}

.p-282 {
    padding: 282px !important;
}

.mr-282 {
    margin-right: 282px !important;
}

.ml-282 {
    margin-left: 282px !important;
}

.mt-282 {
    margin-top: 282px !important;
}

.mb-282 {
    margin-bottom: 282px !important;
}

.pr-282 {
    padding-right: 282px !important;
}

.pl-282 {
    padding-left: 282px !important;
}

.pt-282 {
    padding-top: 282px !important;
}

.pb-282 {
    padding-bottom: 282px !important;
}

.fs-282 {
    font-size: 282px !important;
}

.m-283 {
    margin: 283px !important;
}

.p-283 {
    padding: 283px !important;
}

.mr-283 {
    margin-right: 283px !important;
}

.ml-283 {
    margin-left: 283px !important;
}

.mt-283 {
    margin-top: 283px !important;
}

.mb-283 {
    margin-bottom: 283px !important;
}

.pr-283 {
    padding-right: 283px !important;
}

.pl-283 {
    padding-left: 283px !important;
}

.pt-283 {
    padding-top: 283px !important;
}

.pb-283 {
    padding-bottom: 283px !important;
}

.fs-283 {
    font-size: 283px !important;
}

.m-284 {
    margin: 284px !important;
}

.p-284 {
    padding: 284px !important;
}

.mr-284 {
    margin-right: 284px !important;
}

.ml-284 {
    margin-left: 284px !important;
}

.mt-284 {
    margin-top: 284px !important;
}

.mb-284 {
    margin-bottom: 284px !important;
}

.pr-284 {
    padding-right: 284px !important;
}

.pl-284 {
    padding-left: 284px !important;
}

.pt-284 {
    padding-top: 284px !important;
}

.pb-284 {
    padding-bottom: 284px !important;
}

.fs-284 {
    font-size: 284px !important;
}

.m-285 {
    margin: 285px !important;
}

.p-285 {
    padding: 285px !important;
}

.mr-285 {
    margin-right: 285px !important;
}

.ml-285 {
    margin-left: 285px !important;
}

.mt-285 {
    margin-top: 285px !important;
}

.mb-285 {
    margin-bottom: 285px !important;
}

.pr-285 {
    padding-right: 285px !important;
}

.pl-285 {
    padding-left: 285px !important;
}

.pt-285 {
    padding-top: 285px !important;
}

.pb-285 {
    padding-bottom: 285px !important;
}

.fs-285 {
    font-size: 285px !important;
}

.m-286 {
    margin: 286px !important;
}

.p-286 {
    padding: 286px !important;
}

.mr-286 {
    margin-right: 286px !important;
}

.ml-286 {
    margin-left: 286px !important;
}

.mt-286 {
    margin-top: 286px !important;
}

.mb-286 {
    margin-bottom: 286px !important;
}

.pr-286 {
    padding-right: 286px !important;
}

.pl-286 {
    padding-left: 286px !important;
}

.pt-286 {
    padding-top: 286px !important;
}

.pb-286 {
    padding-bottom: 286px !important;
}

.fs-286 {
    font-size: 286px !important;
}

.m-287 {
    margin: 287px !important;
}

.p-287 {
    padding: 287px !important;
}

.mr-287 {
    margin-right: 287px !important;
}

.ml-287 {
    margin-left: 287px !important;
}

.mt-287 {
    margin-top: 287px !important;
}

.mb-287 {
    margin-bottom: 287px !important;
}

.pr-287 {
    padding-right: 287px !important;
}

.pl-287 {
    padding-left: 287px !important;
}

.pt-287 {
    padding-top: 287px !important;
}

.pb-287 {
    padding-bottom: 287px !important;
}

.fs-287 {
    font-size: 287px !important;
}

.m-288 {
    margin: 288px !important;
}

.p-288 {
    padding: 288px !important;
}

.mr-288 {
    margin-right: 288px !important;
}

.ml-288 {
    margin-left: 288px !important;
}

.mt-288 {
    margin-top: 288px !important;
}

.mb-288 {
    margin-bottom: 288px !important;
}

.pr-288 {
    padding-right: 288px !important;
}

.pl-288 {
    padding-left: 288px !important;
}

.pt-288 {
    padding-top: 288px !important;
}

.pb-288 {
    padding-bottom: 288px !important;
}

.fs-288 {
    font-size: 288px !important;
}

.m-289 {
    margin: 289px !important;
}

.p-289 {
    padding: 289px !important;
}

.mr-289 {
    margin-right: 289px !important;
}

.ml-289 {
    margin-left: 289px !important;
}

.mt-289 {
    margin-top: 289px !important;
}

.mb-289 {
    margin-bottom: 289px !important;
}

.pr-289 {
    padding-right: 289px !important;
}

.pl-289 {
    padding-left: 289px !important;
}

.pt-289 {
    padding-top: 289px !important;
}

.pb-289 {
    padding-bottom: 289px !important;
}

.fs-289 {
    font-size: 289px !important;
}

.m-290 {
    margin: 290px !important;
}

.p-290 {
    padding: 290px !important;
}

.mr-290 {
    margin-right: 290px !important;
}

.ml-290 {
    margin-left: 290px !important;
}

.mt-290 {
    margin-top: 290px !important;
}

.mb-290 {
    margin-bottom: 290px !important;
}

.pr-290 {
    padding-right: 290px !important;
}

.pl-290 {
    padding-left: 290px !important;
}

.pt-290 {
    padding-top: 290px !important;
}

.pb-290 {
    padding-bottom: 290px !important;
}

.fs-290 {
    font-size: 290px !important;
}

.m-291 {
    margin: 291px !important;
}

.p-291 {
    padding: 291px !important;
}

.mr-291 {
    margin-right: 291px !important;
}

.ml-291 {
    margin-left: 291px !important;
}

.mt-291 {
    margin-top: 291px !important;
}

.mb-291 {
    margin-bottom: 291px !important;
}

.pr-291 {
    padding-right: 291px !important;
}

.pl-291 {
    padding-left: 291px !important;
}

.pt-291 {
    padding-top: 291px !important;
}

.pb-291 {
    padding-bottom: 291px !important;
}

.fs-291 {
    font-size: 291px !important;
}

.m-292 {
    margin: 292px !important;
}

.p-292 {
    padding: 292px !important;
}

.mr-292 {
    margin-right: 292px !important;
}

.ml-292 {
    margin-left: 292px !important;
}

.mt-292 {
    margin-top: 292px !important;
}

.mb-292 {
    margin-bottom: 292px !important;
}

.pr-292 {
    padding-right: 292px !important;
}

.pl-292 {
    padding-left: 292px !important;
}

.pt-292 {
    padding-top: 292px !important;
}

.pb-292 {
    padding-bottom: 292px !important;
}

.fs-292 {
    font-size: 292px !important;
}

.m-293 {
    margin: 293px !important;
}

.p-293 {
    padding: 293px !important;
}

.mr-293 {
    margin-right: 293px !important;
}

.ml-293 {
    margin-left: 293px !important;
}

.mt-293 {
    margin-top: 293px !important;
}

.mb-293 {
    margin-bottom: 293px !important;
}

.pr-293 {
    padding-right: 293px !important;
}

.pl-293 {
    padding-left: 293px !important;
}

.pt-293 {
    padding-top: 293px !important;
}

.pb-293 {
    padding-bottom: 293px !important;
}

.fs-293 {
    font-size: 293px !important;
}

.m-294 {
    margin: 294px !important;
}

.p-294 {
    padding: 294px !important;
}

.mr-294 {
    margin-right: 294px !important;
}

.ml-294 {
    margin-left: 294px !important;
}

.mt-294 {
    margin-top: 294px !important;
}

.mb-294 {
    margin-bottom: 294px !important;
}

.pr-294 {
    padding-right: 294px !important;
}

.pl-294 {
    padding-left: 294px !important;
}

.pt-294 {
    padding-top: 294px !important;
}

.pb-294 {
    padding-bottom: 294px !important;
}

.fs-294 {
    font-size: 294px !important;
}

.m-295 {
    margin: 295px !important;
}

.p-295 {
    padding: 295px !important;
}

.mr-295 {
    margin-right: 295px !important;
}

.ml-295 {
    margin-left: 295px !important;
}

.mt-295 {
    margin-top: 295px !important;
}

.mb-295 {
    margin-bottom: 295px !important;
}

.pr-295 {
    padding-right: 295px !important;
}

.pl-295 {
    padding-left: 295px !important;
}

.pt-295 {
    padding-top: 295px !important;
}

.pb-295 {
    padding-bottom: 295px !important;
}

.fs-295 {
    font-size: 295px !important;
}

.m-296 {
    margin: 296px !important;
}

.p-296 {
    padding: 296px !important;
}

.mr-296 {
    margin-right: 296px !important;
}

.ml-296 {
    margin-left: 296px !important;
}

.mt-296 {
    margin-top: 296px !important;
}

.mb-296 {
    margin-bottom: 296px !important;
}

.pr-296 {
    padding-right: 296px !important;
}

.pl-296 {
    padding-left: 296px !important;
}

.pt-296 {
    padding-top: 296px !important;
}

.pb-296 {
    padding-bottom: 296px !important;
}

.fs-296 {
    font-size: 296px !important;
}

.m-297 {
    margin: 297px !important;
}

.p-297 {
    padding: 297px !important;
}

.mr-297 {
    margin-right: 297px !important;
}

.ml-297 {
    margin-left: 297px !important;
}

.mt-297 {
    margin-top: 297px !important;
}

.mb-297 {
    margin-bottom: 297px !important;
}

.pr-297 {
    padding-right: 297px !important;
}

.pl-297 {
    padding-left: 297px !important;
}

.pt-297 {
    padding-top: 297px !important;
}

.pb-297 {
    padding-bottom: 297px !important;
}

.fs-297 {
    font-size: 297px !important;
}

.m-298 {
    margin: 298px !important;
}

.p-298 {
    padding: 298px !important;
}

.mr-298 {
    margin-right: 298px !important;
}

.ml-298 {
    margin-left: 298px !important;
}

.mt-298 {
    margin-top: 298px !important;
}

.mb-298 {
    margin-bottom: 298px !important;
}

.pr-298 {
    padding-right: 298px !important;
}

.pl-298 {
    padding-left: 298px !important;
}

.pt-298 {
    padding-top: 298px !important;
}

.pb-298 {
    padding-bottom: 298px !important;
}

.fs-298 {
    font-size: 298px !important;
}

.m-299 {
    margin: 299px !important;
}

.p-299 {
    padding: 299px !important;
}

.mr-299 {
    margin-right: 299px !important;
}

.ml-299 {
    margin-left: 299px !important;
}

.mt-299 {
    margin-top: 299px !important;
}

.mb-299 {
    margin-bottom: 299px !important;
}

.pr-299 {
    padding-right: 299px !important;
}

.pl-299 {
    padding-left: 299px !important;
}

.pt-299 {
    padding-top: 299px !important;
}

.pb-299 {
    padding-bottom: 299px !important;
}

.fs-299 {
    font-size: 299px !important;
}

.m-300 {
    margin: 300px !important;
}

.p-300 {
    padding: 300px !important;
}

.mr-300 {
    margin-right: 300px !important;
}

.ml-300 {
    margin-left: 300px !important;
}

.mt-300 {
    margin-top: 300px !important;
}

.mb-300 {
    margin-bottom: 300px !important;
}

.pr-300 {
    padding-right: 300px !important;
}

.pl-300 {
    padding-left: 300px !important;
}

.pt-300 {
    padding-top: 300px !important;
}

.pb-300 {
    padding-bottom: 300px !important;
}

.fs-300 {
    font-size: 300px !important;
}

.m-301 {
    margin: 301px !important;
}

.p-301 {
    padding: 301px !important;
}

.mr-301 {
    margin-right: 301px !important;
}

.ml-301 {
    margin-left: 301px !important;
}

.mt-301 {
    margin-top: 301px !important;
}

.mb-301 {
    margin-bottom: 301px !important;
}

.pr-301 {
    padding-right: 301px !important;
}

.pl-301 {
    padding-left: 301px !important;
}

.pt-301 {
    padding-top: 301px !important;
}

.pb-301 {
    padding-bottom: 301px !important;
}

.fs-301 {
    font-size: 301px !important;
}

.m-302 {
    margin: 302px !important;
}

.p-302 {
    padding: 302px !important;
}

.mr-302 {
    margin-right: 302px !important;
}

.ml-302 {
    margin-left: 302px !important;
}

.mt-302 {
    margin-top: 302px !important;
}

.mb-302 {
    margin-bottom: 302px !important;
}

.pr-302 {
    padding-right: 302px !important;
}

.pl-302 {
    padding-left: 302px !important;
}

.pt-302 {
    padding-top: 302px !important;
}

.pb-302 {
    padding-bottom: 302px !important;
}

.fs-302 {
    font-size: 302px !important;
}

.m-303 {
    margin: 303px !important;
}

.p-303 {
    padding: 303px !important;
}

.mr-303 {
    margin-right: 303px !important;
}

.ml-303 {
    margin-left: 303px !important;
}

.mt-303 {
    margin-top: 303px !important;
}

.mb-303 {
    margin-bottom: 303px !important;
}

.pr-303 {
    padding-right: 303px !important;
}

.pl-303 {
    padding-left: 303px !important;
}

.pt-303 {
    padding-top: 303px !important;
}

.pb-303 {
    padding-bottom: 303px !important;
}

.fs-303 {
    font-size: 303px !important;
}

.m-304 {
    margin: 304px !important;
}

.p-304 {
    padding: 304px !important;
}

.mr-304 {
    margin-right: 304px !important;
}

.ml-304 {
    margin-left: 304px !important;
}

.mt-304 {
    margin-top: 304px !important;
}

.mb-304 {
    margin-bottom: 304px !important;
}

.pr-304 {
    padding-right: 304px !important;
}

.pl-304 {
    padding-left: 304px !important;
}

.pt-304 {
    padding-top: 304px !important;
}

.pb-304 {
    padding-bottom: 304px !important;
}

.fs-304 {
    font-size: 304px !important;
}

.m-305 {
    margin: 305px !important;
}

.p-305 {
    padding: 305px !important;
}

.mr-305 {
    margin-right: 305px !important;
}

.ml-305 {
    margin-left: 305px !important;
}

.mt-305 {
    margin-top: 305px !important;
}

.mb-305 {
    margin-bottom: 305px !important;
}

.pr-305 {
    padding-right: 305px !important;
}

.pl-305 {
    padding-left: 305px !important;
}

.pt-305 {
    padding-top: 305px !important;
}

.pb-305 {
    padding-bottom: 305px !important;
}

.fs-305 {
    font-size: 305px !important;
}

.m-306 {
    margin: 306px !important;
}

.p-306 {
    padding: 306px !important;
}

.mr-306 {
    margin-right: 306px !important;
}

.ml-306 {
    margin-left: 306px !important;
}

.mt-306 {
    margin-top: 306px !important;
}

.mb-306 {
    margin-bottom: 306px !important;
}

.pr-306 {
    padding-right: 306px !important;
}

.pl-306 {
    padding-left: 306px !important;
}

.pt-306 {
    padding-top: 306px !important;
}

.pb-306 {
    padding-bottom: 306px !important;
}

.fs-306 {
    font-size: 306px !important;
}

.m-307 {
    margin: 307px !important;
}

.p-307 {
    padding: 307px !important;
}

.mr-307 {
    margin-right: 307px !important;
}

.ml-307 {
    margin-left: 307px !important;
}

.mt-307 {
    margin-top: 307px !important;
}

.mb-307 {
    margin-bottom: 307px !important;
}

.pr-307 {
    padding-right: 307px !important;
}

.pl-307 {
    padding-left: 307px !important;
}

.pt-307 {
    padding-top: 307px !important;
}

.pb-307 {
    padding-bottom: 307px !important;
}

.fs-307 {
    font-size: 307px !important;
}

.m-308 {
    margin: 308px !important;
}

.p-308 {
    padding: 308px !important;
}

.mr-308 {
    margin-right: 308px !important;
}

.ml-308 {
    margin-left: 308px !important;
}

.mt-308 {
    margin-top: 308px !important;
}

.mb-308 {
    margin-bottom: 308px !important;
}

.pr-308 {
    padding-right: 308px !important;
}

.pl-308 {
    padding-left: 308px !important;
}

.pt-308 {
    padding-top: 308px !important;
}

.pb-308 {
    padding-bottom: 308px !important;
}

.fs-308 {
    font-size: 308px !important;
}

.m-309 {
    margin: 309px !important;
}

.p-309 {
    padding: 309px !important;
}

.mr-309 {
    margin-right: 309px !important;
}

.ml-309 {
    margin-left: 309px !important;
}

.mt-309 {
    margin-top: 309px !important;
}

.mb-309 {
    margin-bottom: 309px !important;
}

.pr-309 {
    padding-right: 309px !important;
}

.pl-309 {
    padding-left: 309px !important;
}

.pt-309 {
    padding-top: 309px !important;
}

.pb-309 {
    padding-bottom: 309px !important;
}

.fs-309 {
    font-size: 309px !important;
}

.m-310 {
    margin: 310px !important;
}

.p-310 {
    padding: 310px !important;
}

.mr-310 {
    margin-right: 310px !important;
}

.ml-310 {
    margin-left: 310px !important;
}

.mt-310 {
    margin-top: 310px !important;
}

.mb-310 {
    margin-bottom: 310px !important;
}

.pr-310 {
    padding-right: 310px !important;
}

.pl-310 {
    padding-left: 310px !important;
}

.pt-310 {
    padding-top: 310px !important;
}

.pb-310 {
    padding-bottom: 310px !important;
}

.fs-310 {
    font-size: 310px !important;
}

.m-311 {
    margin: 311px !important;
}

.p-311 {
    padding: 311px !important;
}

.mr-311 {
    margin-right: 311px !important;
}

.ml-311 {
    margin-left: 311px !important;
}

.mt-311 {
    margin-top: 311px !important;
}

.mb-311 {
    margin-bottom: 311px !important;
}

.pr-311 {
    padding-right: 311px !important;
}

.pl-311 {
    padding-left: 311px !important;
}

.pt-311 {
    padding-top: 311px !important;
}

.pb-311 {
    padding-bottom: 311px !important;
}

.fs-311 {
    font-size: 311px !important;
}

.m-312 {
    margin: 312px !important;
}

.p-312 {
    padding: 312px !important;
}

.mr-312 {
    margin-right: 312px !important;
}

.ml-312 {
    margin-left: 312px !important;
}

.mt-312 {
    margin-top: 312px !important;
}

.mb-312 {
    margin-bottom: 312px !important;
}

.pr-312 {
    padding-right: 312px !important;
}

.pl-312 {
    padding-left: 312px !important;
}

.pt-312 {
    padding-top: 312px !important;
}

.pb-312 {
    padding-bottom: 312px !important;
}

.fs-312 {
    font-size: 312px !important;
}

.m-313 {
    margin: 313px !important;
}

.p-313 {
    padding: 313px !important;
}

.mr-313 {
    margin-right: 313px !important;
}

.ml-313 {
    margin-left: 313px !important;
}

.mt-313 {
    margin-top: 313px !important;
}

.mb-313 {
    margin-bottom: 313px !important;
}

.pr-313 {
    padding-right: 313px !important;
}

.pl-313 {
    padding-left: 313px !important;
}

.pt-313 {
    padding-top: 313px !important;
}

.pb-313 {
    padding-bottom: 313px !important;
}

.fs-313 {
    font-size: 313px !important;
}

.m-314 {
    margin: 314px !important;
}

.p-314 {
    padding: 314px !important;
}

.mr-314 {
    margin-right: 314px !important;
}

.ml-314 {
    margin-left: 314px !important;
}

.mt-314 {
    margin-top: 314px !important;
}

.mb-314 {
    margin-bottom: 314px !important;
}

.pr-314 {
    padding-right: 314px !important;
}

.pl-314 {
    padding-left: 314px !important;
}

.pt-314 {
    padding-top: 314px !important;
}

.pb-314 {
    padding-bottom: 314px !important;
}

.fs-314 {
    font-size: 314px !important;
}

.m-315 {
    margin: 315px !important;
}

.p-315 {
    padding: 315px !important;
}

.mr-315 {
    margin-right: 315px !important;
}

.ml-315 {
    margin-left: 315px !important;
}

.mt-315 {
    margin-top: 315px !important;
}

.mb-315 {
    margin-bottom: 315px !important;
}

.pr-315 {
    padding-right: 315px !important;
}

.pl-315 {
    padding-left: 315px !important;
}

.pt-315 {
    padding-top: 315px !important;
}

.pb-315 {
    padding-bottom: 315px !important;
}

.fs-315 {
    font-size: 315px !important;
}

.m-316 {
    margin: 316px !important;
}

.p-316 {
    padding: 316px !important;
}

.mr-316 {
    margin-right: 316px !important;
}

.ml-316 {
    margin-left: 316px !important;
}

.mt-316 {
    margin-top: 316px !important;
}

.mb-316 {
    margin-bottom: 316px !important;
}

.pr-316 {
    padding-right: 316px !important;
}

.pl-316 {
    padding-left: 316px !important;
}

.pt-316 {
    padding-top: 316px !important;
}

.pb-316 {
    padding-bottom: 316px !important;
}

.fs-316 {
    font-size: 316px !important;
}

.m-317 {
    margin: 317px !important;
}

.p-317 {
    padding: 317px !important;
}

.mr-317 {
    margin-right: 317px !important;
}

.ml-317 {
    margin-left: 317px !important;
}

.mt-317 {
    margin-top: 317px !important;
}

.mb-317 {
    margin-bottom: 317px !important;
}

.pr-317 {
    padding-right: 317px !important;
}

.pl-317 {
    padding-left: 317px !important;
}

.pt-317 {
    padding-top: 317px !important;
}

.pb-317 {
    padding-bottom: 317px !important;
}

.fs-317 {
    font-size: 317px !important;
}

.m-318 {
    margin: 318px !important;
}

.p-318 {
    padding: 318px !important;
}

.mr-318 {
    margin-right: 318px !important;
}

.ml-318 {
    margin-left: 318px !important;
}

.mt-318 {
    margin-top: 318px !important;
}

.mb-318 {
    margin-bottom: 318px !important;
}

.pr-318 {
    padding-right: 318px !important;
}

.pl-318 {
    padding-left: 318px !important;
}

.pt-318 {
    padding-top: 318px !important;
}

.pb-318 {
    padding-bottom: 318px !important;
}

.fs-318 {
    font-size: 318px !important;
}

.m-319 {
    margin: 319px !important;
}

.p-319 {
    padding: 319px !important;
}

.mr-319 {
    margin-right: 319px !important;
}

.ml-319 {
    margin-left: 319px !important;
}

.mt-319 {
    margin-top: 319px !important;
}

.mb-319 {
    margin-bottom: 319px !important;
}

.pr-319 {
    padding-right: 319px !important;
}

.pl-319 {
    padding-left: 319px !important;
}

.pt-319 {
    padding-top: 319px !important;
}

.pb-319 {
    padding-bottom: 319px !important;
}

.fs-319 {
    font-size: 319px !important;
}

.m-320 {
    margin: 320px !important;
}

.p-320 {
    padding: 320px !important;
}

.mr-320 {
    margin-right: 320px !important;
}

.ml-320 {
    margin-left: 320px !important;
}

.mt-320 {
    margin-top: 320px !important;
}

.mb-320 {
    margin-bottom: 320px !important;
}

.pr-320 {
    padding-right: 320px !important;
}

.pl-320 {
    padding-left: 320px !important;
}

.pt-320 {
    padding-top: 320px !important;
}

.pb-320 {
    padding-bottom: 320px !important;
}

.fs-320 {
    font-size: 320px !important;
}

.m-321 {
    margin: 321px !important;
}

.p-321 {
    padding: 321px !important;
}

.mr-321 {
    margin-right: 321px !important;
}

.ml-321 {
    margin-left: 321px !important;
}

.mt-321 {
    margin-top: 321px !important;
}

.mb-321 {
    margin-bottom: 321px !important;
}

.pr-321 {
    padding-right: 321px !important;
}

.pl-321 {
    padding-left: 321px !important;
}

.pt-321 {
    padding-top: 321px !important;
}

.pb-321 {
    padding-bottom: 321px !important;
}

.fs-321 {
    font-size: 321px !important;
}

.m-322 {
    margin: 322px !important;
}

.p-322 {
    padding: 322px !important;
}

.mr-322 {
    margin-right: 322px !important;
}

.ml-322 {
    margin-left: 322px !important;
}

.mt-322 {
    margin-top: 322px !important;
}

.mb-322 {
    margin-bottom: 322px !important;
}

.pr-322 {
    padding-right: 322px !important;
}

.pl-322 {
    padding-left: 322px !important;
}

.pt-322 {
    padding-top: 322px !important;
}

.pb-322 {
    padding-bottom: 322px !important;
}

.fs-322 {
    font-size: 322px !important;
}

.m-323 {
    margin: 323px !important;
}

.p-323 {
    padding: 323px !important;
}

.mr-323 {
    margin-right: 323px !important;
}

.ml-323 {
    margin-left: 323px !important;
}

.mt-323 {
    margin-top: 323px !important;
}

.mb-323 {
    margin-bottom: 323px !important;
}

.pr-323 {
    padding-right: 323px !important;
}

.pl-323 {
    padding-left: 323px !important;
}

.pt-323 {
    padding-top: 323px !important;
}

.pb-323 {
    padding-bottom: 323px !important;
}

.fs-323 {
    font-size: 323px !important;
}

.m-324 {
    margin: 324px !important;
}

.p-324 {
    padding: 324px !important;
}

.mr-324 {
    margin-right: 324px !important;
}

.ml-324 {
    margin-left: 324px !important;
}

.mt-324 {
    margin-top: 324px !important;
}

.mb-324 {
    margin-bottom: 324px !important;
}

.pr-324 {
    padding-right: 324px !important;
}

.pl-324 {
    padding-left: 324px !important;
}

.pt-324 {
    padding-top: 324px !important;
}

.pb-324 {
    padding-bottom: 324px !important;
}

.fs-324 {
    font-size: 324px !important;
}

.m-325 {
    margin: 325px !important;
}

.p-325 {
    padding: 325px !important;
}

.mr-325 {
    margin-right: 325px !important;
}

.ml-325 {
    margin-left: 325px !important;
}

.mt-325 {
    margin-top: 325px !important;
}

.mb-325 {
    margin-bottom: 325px !important;
}

.pr-325 {
    padding-right: 325px !important;
}

.pl-325 {
    padding-left: 325px !important;
}

.pt-325 {
    padding-top: 325px !important;
}

.pb-325 {
    padding-bottom: 325px !important;
}

.fs-325 {
    font-size: 325px !important;
}

.m-326 {
    margin: 326px !important;
}

.p-326 {
    padding: 326px !important;
}

.mr-326 {
    margin-right: 326px !important;
}

.ml-326 {
    margin-left: 326px !important;
}

.mt-326 {
    margin-top: 326px !important;
}

.mb-326 {
    margin-bottom: 326px !important;
}

.pr-326 {
    padding-right: 326px !important;
}

.pl-326 {
    padding-left: 326px !important;
}

.pt-326 {
    padding-top: 326px !important;
}

.pb-326 {
    padding-bottom: 326px !important;
}

.fs-326 {
    font-size: 326px !important;
}

.m-327 {
    margin: 327px !important;
}

.p-327 {
    padding: 327px !important;
}

.mr-327 {
    margin-right: 327px !important;
}

.ml-327 {
    margin-left: 327px !important;
}

.mt-327 {
    margin-top: 327px !important;
}

.mb-327 {
    margin-bottom: 327px !important;
}

.pr-327 {
    padding-right: 327px !important;
}

.pl-327 {
    padding-left: 327px !important;
}

.pt-327 {
    padding-top: 327px !important;
}

.pb-327 {
    padding-bottom: 327px !important;
}

.fs-327 {
    font-size: 327px !important;
}

.m-328 {
    margin: 328px !important;
}

.p-328 {
    padding: 328px !important;
}

.mr-328 {
    margin-right: 328px !important;
}

.ml-328 {
    margin-left: 328px !important;
}

.mt-328 {
    margin-top: 328px !important;
}

.mb-328 {
    margin-bottom: 328px !important;
}

.pr-328 {
    padding-right: 328px !important;
}

.pl-328 {
    padding-left: 328px !important;
}

.pt-328 {
    padding-top: 328px !important;
}

.pb-328 {
    padding-bottom: 328px !important;
}

.fs-328 {
    font-size: 328px !important;
}

.m-329 {
    margin: 329px !important;
}

.p-329 {
    padding: 329px !important;
}

.mr-329 {
    margin-right: 329px !important;
}

.ml-329 {
    margin-left: 329px !important;
}

.mt-329 {
    margin-top: 329px !important;
}

.mb-329 {
    margin-bottom: 329px !important;
}

.pr-329 {
    padding-right: 329px !important;
}

.pl-329 {
    padding-left: 329px !important;
}

.pt-329 {
    padding-top: 329px !important;
}

.pb-329 {
    padding-bottom: 329px !important;
}

.fs-329 {
    font-size: 329px !important;
}

.m-330 {
    margin: 330px !important;
}

.p-330 {
    padding: 330px !important;
}

.mr-330 {
    margin-right: 330px !important;
}

.ml-330 {
    margin-left: 330px !important;
}

.mt-330 {
    margin-top: 330px !important;
}

.mb-330 {
    margin-bottom: 330px !important;
}

.pr-330 {
    padding-right: 330px !important;
}

.pl-330 {
    padding-left: 330px !important;
}

.pt-330 {
    padding-top: 330px !important;
}

.pb-330 {
    padding-bottom: 330px !important;
}

.fs-330 {
    font-size: 330px !important;
}

.m-331 {
    margin: 331px !important;
}

.p-331 {
    padding: 331px !important;
}

.mr-331 {
    margin-right: 331px !important;
}

.ml-331 {
    margin-left: 331px !important;
}

.mt-331 {
    margin-top: 331px !important;
}

.mb-331 {
    margin-bottom: 331px !important;
}

.pr-331 {
    padding-right: 331px !important;
}

.pl-331 {
    padding-left: 331px !important;
}

.pt-331 {
    padding-top: 331px !important;
}

.pb-331 {
    padding-bottom: 331px !important;
}

.fs-331 {
    font-size: 331px !important;
}

.m-332 {
    margin: 332px !important;
}

.p-332 {
    padding: 332px !important;
}

.mr-332 {
    margin-right: 332px !important;
}

.ml-332 {
    margin-left: 332px !important;
}

.mt-332 {
    margin-top: 332px !important;
}

.mb-332 {
    margin-bottom: 332px !important;
}

.pr-332 {
    padding-right: 332px !important;
}

.pl-332 {
    padding-left: 332px !important;
}

.pt-332 {
    padding-top: 332px !important;
}

.pb-332 {
    padding-bottom: 332px !important;
}

.fs-332 {
    font-size: 332px !important;
}

.m-333 {
    margin: 333px !important;
}

.p-333 {
    padding: 333px !important;
}

.mr-333 {
    margin-right: 333px !important;
}

.ml-333 {
    margin-left: 333px !important;
}

.mt-333 {
    margin-top: 333px !important;
}

.mb-333 {
    margin-bottom: 333px !important;
}

.pr-333 {
    padding-right: 333px !important;
}

.pl-333 {
    padding-left: 333px !important;
}

.pt-333 {
    padding-top: 333px !important;
}

.pb-333 {
    padding-bottom: 333px !important;
}

.fs-333 {
    font-size: 333px !important;
}

.m-334 {
    margin: 334px !important;
}

.p-334 {
    padding: 334px !important;
}

.mr-334 {
    margin-right: 334px !important;
}

.ml-334 {
    margin-left: 334px !important;
}

.mt-334 {
    margin-top: 334px !important;
}

.mb-334 {
    margin-bottom: 334px !important;
}

.pr-334 {
    padding-right: 334px !important;
}

.pl-334 {
    padding-left: 334px !important;
}

.pt-334 {
    padding-top: 334px !important;
}

.pb-334 {
    padding-bottom: 334px !important;
}

.fs-334 {
    font-size: 334px !important;
}

.m-335 {
    margin: 335px !important;
}

.p-335 {
    padding: 335px !important;
}

.mr-335 {
    margin-right: 335px !important;
}

.ml-335 {
    margin-left: 335px !important;
}

.mt-335 {
    margin-top: 335px !important;
}

.mb-335 {
    margin-bottom: 335px !important;
}

.pr-335 {
    padding-right: 335px !important;
}

.pl-335 {
    padding-left: 335px !important;
}

.pt-335 {
    padding-top: 335px !important;
}

.pb-335 {
    padding-bottom: 335px !important;
}

.fs-335 {
    font-size: 335px !important;
}

.m-336 {
    margin: 336px !important;
}

.p-336 {
    padding: 336px !important;
}

.mr-336 {
    margin-right: 336px !important;
}

.ml-336 {
    margin-left: 336px !important;
}

.mt-336 {
    margin-top: 336px !important;
}

.mb-336 {
    margin-bottom: 336px !important;
}

.pr-336 {
    padding-right: 336px !important;
}

.pl-336 {
    padding-left: 336px !important;
}

.pt-336 {
    padding-top: 336px !important;
}

.pb-336 {
    padding-bottom: 336px !important;
}

.fs-336 {
    font-size: 336px !important;
}

.m-337 {
    margin: 337px !important;
}

.p-337 {
    padding: 337px !important;
}

.mr-337 {
    margin-right: 337px !important;
}

.ml-337 {
    margin-left: 337px !important;
}

.mt-337 {
    margin-top: 337px !important;
}

.mb-337 {
    margin-bottom: 337px !important;
}

.pr-337 {
    padding-right: 337px !important;
}

.pl-337 {
    padding-left: 337px !important;
}

.pt-337 {
    padding-top: 337px !important;
}

.pb-337 {
    padding-bottom: 337px !important;
}

.fs-337 {
    font-size: 337px !important;
}

.m-338 {
    margin: 338px !important;
}

.p-338 {
    padding: 338px !important;
}

.mr-338 {
    margin-right: 338px !important;
}

.ml-338 {
    margin-left: 338px !important;
}

.mt-338 {
    margin-top: 338px !important;
}

.mb-338 {
    margin-bottom: 338px !important;
}

.pr-338 {
    padding-right: 338px !important;
}

.pl-338 {
    padding-left: 338px !important;
}

.pt-338 {
    padding-top: 338px !important;
}

.pb-338 {
    padding-bottom: 338px !important;
}

.fs-338 {
    font-size: 338px !important;
}

.m-339 {
    margin: 339px !important;
}

.p-339 {
    padding: 339px !important;
}

.mr-339 {
    margin-right: 339px !important;
}

.ml-339 {
    margin-left: 339px !important;
}

.mt-339 {
    margin-top: 339px !important;
}

.mb-339 {
    margin-bottom: 339px !important;
}

.pr-339 {
    padding-right: 339px !important;
}

.pl-339 {
    padding-left: 339px !important;
}

.pt-339 {
    padding-top: 339px !important;
}

.pb-339 {
    padding-bottom: 339px !important;
}

.fs-339 {
    font-size: 339px !important;
}

.m-340 {
    margin: 340px !important;
}

.p-340 {
    padding: 340px !important;
}

.mr-340 {
    margin-right: 340px !important;
}

.ml-340 {
    margin-left: 340px !important;
}

.mt-340 {
    margin-top: 340px !important;
}

.mb-340 {
    margin-bottom: 340px !important;
}

.pr-340 {
    padding-right: 340px !important;
}

.pl-340 {
    padding-left: 340px !important;
}

.pt-340 {
    padding-top: 340px !important;
}

.pb-340 {
    padding-bottom: 340px !important;
}

.fs-340 {
    font-size: 340px !important;
}

.m-341 {
    margin: 341px !important;
}

.p-341 {
    padding: 341px !important;
}

.mr-341 {
    margin-right: 341px !important;
}

.ml-341 {
    margin-left: 341px !important;
}

.mt-341 {
    margin-top: 341px !important;
}

.mb-341 {
    margin-bottom: 341px !important;
}

.pr-341 {
    padding-right: 341px !important;
}

.pl-341 {
    padding-left: 341px !important;
}

.pt-341 {
    padding-top: 341px !important;
}

.pb-341 {
    padding-bottom: 341px !important;
}

.fs-341 {
    font-size: 341px !important;
}

.m-342 {
    margin: 342px !important;
}

.p-342 {
    padding: 342px !important;
}

.mr-342 {
    margin-right: 342px !important;
}

.ml-342 {
    margin-left: 342px !important;
}

.mt-342 {
    margin-top: 342px !important;
}

.mb-342 {
    margin-bottom: 342px !important;
}

.pr-342 {
    padding-right: 342px !important;
}

.pl-342 {
    padding-left: 342px !important;
}

.pt-342 {
    padding-top: 342px !important;
}

.pb-342 {
    padding-bottom: 342px !important;
}

.fs-342 {
    font-size: 342px !important;
}

.m-343 {
    margin: 343px !important;
}

.p-343 {
    padding: 343px !important;
}

.mr-343 {
    margin-right: 343px !important;
}

.ml-343 {
    margin-left: 343px !important;
}

.mt-343 {
    margin-top: 343px !important;
}

.mb-343 {
    margin-bottom: 343px !important;
}

.pr-343 {
    padding-right: 343px !important;
}

.pl-343 {
    padding-left: 343px !important;
}

.pt-343 {
    padding-top: 343px !important;
}

.pb-343 {
    padding-bottom: 343px !important;
}

.fs-343 {
    font-size: 343px !important;
}

.m-344 {
    margin: 344px !important;
}

.p-344 {
    padding: 344px !important;
}

.mr-344 {
    margin-right: 344px !important;
}

.ml-344 {
    margin-left: 344px !important;
}

.mt-344 {
    margin-top: 344px !important;
}

.mb-344 {
    margin-bottom: 344px !important;
}

.pr-344 {
    padding-right: 344px !important;
}

.pl-344 {
    padding-left: 344px !important;
}

.pt-344 {
    padding-top: 344px !important;
}

.pb-344 {
    padding-bottom: 344px !important;
}

.fs-344 {
    font-size: 344px !important;
}

.m-345 {
    margin: 345px !important;
}

.p-345 {
    padding: 345px !important;
}

.mr-345 {
    margin-right: 345px !important;
}

.ml-345 {
    margin-left: 345px !important;
}

.mt-345 {
    margin-top: 345px !important;
}

.mb-345 {
    margin-bottom: 345px !important;
}

.pr-345 {
    padding-right: 345px !important;
}

.pl-345 {
    padding-left: 345px !important;
}

.pt-345 {
    padding-top: 345px !important;
}

.pb-345 {
    padding-bottom: 345px !important;
}

.fs-345 {
    font-size: 345px !important;
}

.m-346 {
    margin: 346px !important;
}

.p-346 {
    padding: 346px !important;
}

.mr-346 {
    margin-right: 346px !important;
}

.ml-346 {
    margin-left: 346px !important;
}

.mt-346 {
    margin-top: 346px !important;
}

.mb-346 {
    margin-bottom: 346px !important;
}

.pr-346 {
    padding-right: 346px !important;
}

.pl-346 {
    padding-left: 346px !important;
}

.pt-346 {
    padding-top: 346px !important;
}

.pb-346 {
    padding-bottom: 346px !important;
}

.fs-346 {
    font-size: 346px !important;
}

.m-347 {
    margin: 347px !important;
}

.p-347 {
    padding: 347px !important;
}

.mr-347 {
    margin-right: 347px !important;
}

.ml-347 {
    margin-left: 347px !important;
}

.mt-347 {
    margin-top: 347px !important;
}

.mb-347 {
    margin-bottom: 347px !important;
}

.pr-347 {
    padding-right: 347px !important;
}

.pl-347 {
    padding-left: 347px !important;
}

.pt-347 {
    padding-top: 347px !important;
}

.pb-347 {
    padding-bottom: 347px !important;
}

.fs-347 {
    font-size: 347px !important;
}

.m-348 {
    margin: 348px !important;
}

.p-348 {
    padding: 348px !important;
}

.mr-348 {
    margin-right: 348px !important;
}

.ml-348 {
    margin-left: 348px !important;
}

.mt-348 {
    margin-top: 348px !important;
}

.mb-348 {
    margin-bottom: 348px !important;
}

.pr-348 {
    padding-right: 348px !important;
}

.pl-348 {
    padding-left: 348px !important;
}

.pt-348 {
    padding-top: 348px !important;
}

.pb-348 {
    padding-bottom: 348px !important;
}

.fs-348 {
    font-size: 348px !important;
}

.m-349 {
    margin: 349px !important;
}

.p-349 {
    padding: 349px !important;
}

.mr-349 {
    margin-right: 349px !important;
}

.ml-349 {
    margin-left: 349px !important;
}

.mt-349 {
    margin-top: 349px !important;
}

.mb-349 {
    margin-bottom: 349px !important;
}

.pr-349 {
    padding-right: 349px !important;
}

.pl-349 {
    padding-left: 349px !important;
}

.pt-349 {
    padding-top: 349px !important;
}

.pb-349 {
    padding-bottom: 349px !important;
}

.fs-349 {
    font-size: 349px !important;
}

.m-350 {
    margin: 350px !important;
}

.p-350 {
    padding: 350px !important;
}

.mr-350 {
    margin-right: 350px !important;
}

.ml-350 {
    margin-left: 350px !important;
}

.mt-350 {
    margin-top: 350px !important;
}

.mb-350 {
    margin-bottom: 350px !important;
}

.pr-350 {
    padding-right: 350px !important;
}

.pl-350 {
    padding-left: 350px !important;
}

.pt-350 {
    padding-top: 350px !important;
}

.pb-350 {
    padding-bottom: 350px !important;
}

.fs-350 {
    font-size: 350px !important;
}

.m-351 {
    margin: 351px !important;
}

.p-351 {
    padding: 351px !important;
}

.mr-351 {
    margin-right: 351px !important;
}

.ml-351 {
    margin-left: 351px !important;
}

.mt-351 {
    margin-top: 351px !important;
}

.mb-351 {
    margin-bottom: 351px !important;
}

.pr-351 {
    padding-right: 351px !important;
}

.pl-351 {
    padding-left: 351px !important;
}

.pt-351 {
    padding-top: 351px !important;
}

.pb-351 {
    padding-bottom: 351px !important;
}

.fs-351 {
    font-size: 351px !important;
}

.m-352 {
    margin: 352px !important;
}

.p-352 {
    padding: 352px !important;
}

.mr-352 {
    margin-right: 352px !important;
}

.ml-352 {
    margin-left: 352px !important;
}

.mt-352 {
    margin-top: 352px !important;
}

.mb-352 {
    margin-bottom: 352px !important;
}

.pr-352 {
    padding-right: 352px !important;
}

.pl-352 {
    padding-left: 352px !important;
}

.pt-352 {
    padding-top: 352px !important;
}

.pb-352 {
    padding-bottom: 352px !important;
}

.fs-352 {
    font-size: 352px !important;
}

.m-353 {
    margin: 353px !important;
}

.p-353 {
    padding: 353px !important;
}

.mr-353 {
    margin-right: 353px !important;
}

.ml-353 {
    margin-left: 353px !important;
}

.mt-353 {
    margin-top: 353px !important;
}

.mb-353 {
    margin-bottom: 353px !important;
}

.pr-353 {
    padding-right: 353px !important;
}

.pl-353 {
    padding-left: 353px !important;
}

.pt-353 {
    padding-top: 353px !important;
}

.pb-353 {
    padding-bottom: 353px !important;
}

.fs-353 {
    font-size: 353px !important;
}

.m-354 {
    margin: 354px !important;
}

.p-354 {
    padding: 354px !important;
}

.mr-354 {
    margin-right: 354px !important;
}

.ml-354 {
    margin-left: 354px !important;
}

.mt-354 {
    margin-top: 354px !important;
}

.mb-354 {
    margin-bottom: 354px !important;
}

.pr-354 {
    padding-right: 354px !important;
}

.pl-354 {
    padding-left: 354px !important;
}

.pt-354 {
    padding-top: 354px !important;
}

.pb-354 {
    padding-bottom: 354px !important;
}

.fs-354 {
    font-size: 354px !important;
}

.m-355 {
    margin: 355px !important;
}

.p-355 {
    padding: 355px !important;
}

.mr-355 {
    margin-right: 355px !important;
}

.ml-355 {
    margin-left: 355px !important;
}

.mt-355 {
    margin-top: 355px !important;
}

.mb-355 {
    margin-bottom: 355px !important;
}

.pr-355 {
    padding-right: 355px !important;
}

.pl-355 {
    padding-left: 355px !important;
}

.pt-355 {
    padding-top: 355px !important;
}

.pb-355 {
    padding-bottom: 355px !important;
}

.fs-355 {
    font-size: 355px !important;
}

.m-356 {
    margin: 356px !important;
}

.p-356 {
    padding: 356px !important;
}

.mr-356 {
    margin-right: 356px !important;
}

.ml-356 {
    margin-left: 356px !important;
}

.mt-356 {
    margin-top: 356px !important;
}

.mb-356 {
    margin-bottom: 356px !important;
}

.pr-356 {
    padding-right: 356px !important;
}

.pl-356 {
    padding-left: 356px !important;
}

.pt-356 {
    padding-top: 356px !important;
}

.pb-356 {
    padding-bottom: 356px !important;
}

.fs-356 {
    font-size: 356px !important;
}

.m-357 {
    margin: 357px !important;
}

.p-357 {
    padding: 357px !important;
}

.mr-357 {
    margin-right: 357px !important;
}

.ml-357 {
    margin-left: 357px !important;
}

.mt-357 {
    margin-top: 357px !important;
}

.mb-357 {
    margin-bottom: 357px !important;
}

.pr-357 {
    padding-right: 357px !important;
}

.pl-357 {
    padding-left: 357px !important;
}

.pt-357 {
    padding-top: 357px !important;
}

.pb-357 {
    padding-bottom: 357px !important;
}

.fs-357 {
    font-size: 357px !important;
}

.m-358 {
    margin: 358px !important;
}

.p-358 {
    padding: 358px !important;
}

.mr-358 {
    margin-right: 358px !important;
}

.ml-358 {
    margin-left: 358px !important;
}

.mt-358 {
    margin-top: 358px !important;
}

.mb-358 {
    margin-bottom: 358px !important;
}

.pr-358 {
    padding-right: 358px !important;
}

.pl-358 {
    padding-left: 358px !important;
}

.pt-358 {
    padding-top: 358px !important;
}

.pb-358 {
    padding-bottom: 358px !important;
}

.fs-358 {
    font-size: 358px !important;
}

.m-359 {
    margin: 359px !important;
}

.p-359 {
    padding: 359px !important;
}

.mr-359 {
    margin-right: 359px !important;
}

.ml-359 {
    margin-left: 359px !important;
}

.mt-359 {
    margin-top: 359px !important;
}

.mb-359 {
    margin-bottom: 359px !important;
}

.pr-359 {
    padding-right: 359px !important;
}

.pl-359 {
    padding-left: 359px !important;
}

.pt-359 {
    padding-top: 359px !important;
}

.pb-359 {
    padding-bottom: 359px !important;
}

.fs-359 {
    font-size: 359px !important;
}

.m-360 {
    margin: 360px !important;
}

.p-360 {
    padding: 360px !important;
}

.mr-360 {
    margin-right: 360px !important;
}

.ml-360 {
    margin-left: 360px !important;
}

.mt-360 {
    margin-top: 360px !important;
}

.mb-360 {
    margin-bottom: 360px !important;
}

.pr-360 {
    padding-right: 360px !important;
}

.pl-360 {
    padding-left: 360px !important;
}

.pt-360 {
    padding-top: 360px !important;
}

.pb-360 {
    padding-bottom: 360px !important;
}

.fs-360 {
    font-size: 360px !important;
}

.m-361 {
    margin: 361px !important;
}

.p-361 {
    padding: 361px !important;
}

.mr-361 {
    margin-right: 361px !important;
}

.ml-361 {
    margin-left: 361px !important;
}

.mt-361 {
    margin-top: 361px !important;
}

.mb-361 {
    margin-bottom: 361px !important;
}

.pr-361 {
    padding-right: 361px !important;
}

.pl-361 {
    padding-left: 361px !important;
}

.pt-361 {
    padding-top: 361px !important;
}

.pb-361 {
    padding-bottom: 361px !important;
}

.fs-361 {
    font-size: 361px !important;
}

.m-362 {
    margin: 362px !important;
}

.p-362 {
    padding: 362px !important;
}

.mr-362 {
    margin-right: 362px !important;
}

.ml-362 {
    margin-left: 362px !important;
}

.mt-362 {
    margin-top: 362px !important;
}

.mb-362 {
    margin-bottom: 362px !important;
}

.pr-362 {
    padding-right: 362px !important;
}

.pl-362 {
    padding-left: 362px !important;
}

.pt-362 {
    padding-top: 362px !important;
}

.pb-362 {
    padding-bottom: 362px !important;
}

.fs-362 {
    font-size: 362px !important;
}

.m-363 {
    margin: 363px !important;
}

.p-363 {
    padding: 363px !important;
}

.mr-363 {
    margin-right: 363px !important;
}

.ml-363 {
    margin-left: 363px !important;
}

.mt-363 {
    margin-top: 363px !important;
}

.mb-363 {
    margin-bottom: 363px !important;
}

.pr-363 {
    padding-right: 363px !important;
}

.pl-363 {
    padding-left: 363px !important;
}

.pt-363 {
    padding-top: 363px !important;
}

.pb-363 {
    padding-bottom: 363px !important;
}

.fs-363 {
    font-size: 363px !important;
}

.m-364 {
    margin: 364px !important;
}

.p-364 {
    padding: 364px !important;
}

.mr-364 {
    margin-right: 364px !important;
}

.ml-364 {
    margin-left: 364px !important;
}

.mt-364 {
    margin-top: 364px !important;
}

.mb-364 {
    margin-bottom: 364px !important;
}

.pr-364 {
    padding-right: 364px !important;
}

.pl-364 {
    padding-left: 364px !important;
}

.pt-364 {
    padding-top: 364px !important;
}

.pb-364 {
    padding-bottom: 364px !important;
}

.fs-364 {
    font-size: 364px !important;
}

.m-365 {
    margin: 365px !important;
}

.p-365 {
    padding: 365px !important;
}

.mr-365 {
    margin-right: 365px !important;
}

.ml-365 {
    margin-left: 365px !important;
}

.mt-365 {
    margin-top: 365px !important;
}

.mb-365 {
    margin-bottom: 365px !important;
}

.pr-365 {
    padding-right: 365px !important;
}

.pl-365 {
    padding-left: 365px !important;
}

.pt-365 {
    padding-top: 365px !important;
}

.pb-365 {
    padding-bottom: 365px !important;
}

.fs-365 {
    font-size: 365px !important;
}

.m-366 {
    margin: 366px !important;
}

.p-366 {
    padding: 366px !important;
}

.mr-366 {
    margin-right: 366px !important;
}

.ml-366 {
    margin-left: 366px !important;
}

.mt-366 {
    margin-top: 366px !important;
}

.mb-366 {
    margin-bottom: 366px !important;
}

.pr-366 {
    padding-right: 366px !important;
}

.pl-366 {
    padding-left: 366px !important;
}

.pt-366 {
    padding-top: 366px !important;
}

.pb-366 {
    padding-bottom: 366px !important;
}

.fs-366 {
    font-size: 366px !important;
}

.m-367 {
    margin: 367px !important;
}

.p-367 {
    padding: 367px !important;
}

.mr-367 {
    margin-right: 367px !important;
}

.ml-367 {
    margin-left: 367px !important;
}

.mt-367 {
    margin-top: 367px !important;
}

.mb-367 {
    margin-bottom: 367px !important;
}

.pr-367 {
    padding-right: 367px !important;
}

.pl-367 {
    padding-left: 367px !important;
}

.pt-367 {
    padding-top: 367px !important;
}

.pb-367 {
    padding-bottom: 367px !important;
}

.fs-367 {
    font-size: 367px !important;
}

.m-368 {
    margin: 368px !important;
}

.p-368 {
    padding: 368px !important;
}

.mr-368 {
    margin-right: 368px !important;
}

.ml-368 {
    margin-left: 368px !important;
}

.mt-368 {
    margin-top: 368px !important;
}

.mb-368 {
    margin-bottom: 368px !important;
}

.pr-368 {
    padding-right: 368px !important;
}

.pl-368 {
    padding-left: 368px !important;
}

.pt-368 {
    padding-top: 368px !important;
}

.pb-368 {
    padding-bottom: 368px !important;
}

.fs-368 {
    font-size: 368px !important;
}

.m-369 {
    margin: 369px !important;
}

.p-369 {
    padding: 369px !important;
}

.mr-369 {
    margin-right: 369px !important;
}

.ml-369 {
    margin-left: 369px !important;
}

.mt-369 {
    margin-top: 369px !important;
}

.mb-369 {
    margin-bottom: 369px !important;
}

.pr-369 {
    padding-right: 369px !important;
}

.pl-369 {
    padding-left: 369px !important;
}

.pt-369 {
    padding-top: 369px !important;
}

.pb-369 {
    padding-bottom: 369px !important;
}

.fs-369 {
    font-size: 369px !important;
}

.m-370 {
    margin: 370px !important;
}

.p-370 {
    padding: 370px !important;
}

.mr-370 {
    margin-right: 370px !important;
}

.ml-370 {
    margin-left: 370px !important;
}

.mt-370 {
    margin-top: 370px !important;
}

.mb-370 {
    margin-bottom: 370px !important;
}

.pr-370 {
    padding-right: 370px !important;
}

.pl-370 {
    padding-left: 370px !important;
}

.pt-370 {
    padding-top: 370px !important;
}

.pb-370 {
    padding-bottom: 370px !important;
}

.fs-370 {
    font-size: 370px !important;
}

.m-371 {
    margin: 371px !important;
}

.p-371 {
    padding: 371px !important;
}

.mr-371 {
    margin-right: 371px !important;
}

.ml-371 {
    margin-left: 371px !important;
}

.mt-371 {
    margin-top: 371px !important;
}

.mb-371 {
    margin-bottom: 371px !important;
}

.pr-371 {
    padding-right: 371px !important;
}

.pl-371 {
    padding-left: 371px !important;
}

.pt-371 {
    padding-top: 371px !important;
}

.pb-371 {
    padding-bottom: 371px !important;
}

.fs-371 {
    font-size: 371px !important;
}

.m-372 {
    margin: 372px !important;
}

.p-372 {
    padding: 372px !important;
}

.mr-372 {
    margin-right: 372px !important;
}

.ml-372 {
    margin-left: 372px !important;
}

.mt-372 {
    margin-top: 372px !important;
}

.mb-372 {
    margin-bottom: 372px !important;
}

.pr-372 {
    padding-right: 372px !important;
}

.pl-372 {
    padding-left: 372px !important;
}

.pt-372 {
    padding-top: 372px !important;
}

.pb-372 {
    padding-bottom: 372px !important;
}

.fs-372 {
    font-size: 372px !important;
}

.m-373 {
    margin: 373px !important;
}

.p-373 {
    padding: 373px !important;
}

.mr-373 {
    margin-right: 373px !important;
}

.ml-373 {
    margin-left: 373px !important;
}

.mt-373 {
    margin-top: 373px !important;
}

.mb-373 {
    margin-bottom: 373px !important;
}

.pr-373 {
    padding-right: 373px !important;
}

.pl-373 {
    padding-left: 373px !important;
}

.pt-373 {
    padding-top: 373px !important;
}

.pb-373 {
    padding-bottom: 373px !important;
}

.fs-373 {
    font-size: 373px !important;
}

.m-374 {
    margin: 374px !important;
}

.p-374 {
    padding: 374px !important;
}

.mr-374 {
    margin-right: 374px !important;
}

.ml-374 {
    margin-left: 374px !important;
}

.mt-374 {
    margin-top: 374px !important;
}

.mb-374 {
    margin-bottom: 374px !important;
}

.pr-374 {
    padding-right: 374px !important;
}

.pl-374 {
    padding-left: 374px !important;
}

.pt-374 {
    padding-top: 374px !important;
}

.pb-374 {
    padding-bottom: 374px !important;
}

.fs-374 {
    font-size: 374px !important;
}

.m-375 {
    margin: 375px !important;
}

.p-375 {
    padding: 375px !important;
}

.mr-375 {
    margin-right: 375px !important;
}

.ml-375 {
    margin-left: 375px !important;
}

.mt-375 {
    margin-top: 375px !important;
}

.mb-375 {
    margin-bottom: 375px !important;
}

.pr-375 {
    padding-right: 375px !important;
}

.pl-375 {
    padding-left: 375px !important;
}

.pt-375 {
    padding-top: 375px !important;
}

.pb-375 {
    padding-bottom: 375px !important;
}

.fs-375 {
    font-size: 375px !important;
}

.m-376 {
    margin: 376px !important;
}

.p-376 {
    padding: 376px !important;
}

.mr-376 {
    margin-right: 376px !important;
}

.ml-376 {
    margin-left: 376px !important;
}

.mt-376 {
    margin-top: 376px !important;
}

.mb-376 {
    margin-bottom: 376px !important;
}

.pr-376 {
    padding-right: 376px !important;
}

.pl-376 {
    padding-left: 376px !important;
}

.pt-376 {
    padding-top: 376px !important;
}

.pb-376 {
    padding-bottom: 376px !important;
}

.fs-376 {
    font-size: 376px !important;
}

.m-377 {
    margin: 377px !important;
}

.p-377 {
    padding: 377px !important;
}

.mr-377 {
    margin-right: 377px !important;
}

.ml-377 {
    margin-left: 377px !important;
}

.mt-377 {
    margin-top: 377px !important;
}

.mb-377 {
    margin-bottom: 377px !important;
}

.pr-377 {
    padding-right: 377px !important;
}

.pl-377 {
    padding-left: 377px !important;
}

.pt-377 {
    padding-top: 377px !important;
}

.pb-377 {
    padding-bottom: 377px !important;
}

.fs-377 {
    font-size: 377px !important;
}

.m-378 {
    margin: 378px !important;
}

.p-378 {
    padding: 378px !important;
}

.mr-378 {
    margin-right: 378px !important;
}

.ml-378 {
    margin-left: 378px !important;
}

.mt-378 {
    margin-top: 378px !important;
}

.mb-378 {
    margin-bottom: 378px !important;
}

.pr-378 {
    padding-right: 378px !important;
}

.pl-378 {
    padding-left: 378px !important;
}

.pt-378 {
    padding-top: 378px !important;
}

.pb-378 {
    padding-bottom: 378px !important;
}

.fs-378 {
    font-size: 378px !important;
}

.m-379 {
    margin: 379px !important;
}

.p-379 {
    padding: 379px !important;
}

.mr-379 {
    margin-right: 379px !important;
}

.ml-379 {
    margin-left: 379px !important;
}

.mt-379 {
    margin-top: 379px !important;
}

.mb-379 {
    margin-bottom: 379px !important;
}

.pr-379 {
    padding-right: 379px !important;
}

.pl-379 {
    padding-left: 379px !important;
}

.pt-379 {
    padding-top: 379px !important;
}

.pb-379 {
    padding-bottom: 379px !important;
}

.fs-379 {
    font-size: 379px !important;
}

.m-380 {
    margin: 380px !important;
}

.p-380 {
    padding: 380px !important;
}

.mr-380 {
    margin-right: 380px !important;
}

.ml-380 {
    margin-left: 380px !important;
}

.mt-380 {
    margin-top: 380px !important;
}

.mb-380 {
    margin-bottom: 380px !important;
}

.pr-380 {
    padding-right: 380px !important;
}

.pl-380 {
    padding-left: 380px !important;
}

.pt-380 {
    padding-top: 380px !important;
}

.pb-380 {
    padding-bottom: 380px !important;
}

.fs-380 {
    font-size: 380px !important;
}

.m-381 {
    margin: 381px !important;
}

.p-381 {
    padding: 381px !important;
}

.mr-381 {
    margin-right: 381px !important;
}

.ml-381 {
    margin-left: 381px !important;
}

.mt-381 {
    margin-top: 381px !important;
}

.mb-381 {
    margin-bottom: 381px !important;
}

.pr-381 {
    padding-right: 381px !important;
}

.pl-381 {
    padding-left: 381px !important;
}

.pt-381 {
    padding-top: 381px !important;
}

.pb-381 {
    padding-bottom: 381px !important;
}

.fs-381 {
    font-size: 381px !important;
}

.m-382 {
    margin: 382px !important;
}

.p-382 {
    padding: 382px !important;
}

.mr-382 {
    margin-right: 382px !important;
}

.ml-382 {
    margin-left: 382px !important;
}

.mt-382 {
    margin-top: 382px !important;
}

.mb-382 {
    margin-bottom: 382px !important;
}

.pr-382 {
    padding-right: 382px !important;
}

.pl-382 {
    padding-left: 382px !important;
}

.pt-382 {
    padding-top: 382px !important;
}

.pb-382 {
    padding-bottom: 382px !important;
}

.fs-382 {
    font-size: 382px !important;
}

.m-383 {
    margin: 383px !important;
}

.p-383 {
    padding: 383px !important;
}

.mr-383 {
    margin-right: 383px !important;
}

.ml-383 {
    margin-left: 383px !important;
}

.mt-383 {
    margin-top: 383px !important;
}

.mb-383 {
    margin-bottom: 383px !important;
}

.pr-383 {
    padding-right: 383px !important;
}

.pl-383 {
    padding-left: 383px !important;
}

.pt-383 {
    padding-top: 383px !important;
}

.pb-383 {
    padding-bottom: 383px !important;
}

.fs-383 {
    font-size: 383px !important;
}

.m-384 {
    margin: 384px !important;
}

.p-384 {
    padding: 384px !important;
}

.mr-384 {
    margin-right: 384px !important;
}

.ml-384 {
    margin-left: 384px !important;
}

.mt-384 {
    margin-top: 384px !important;
}

.mb-384 {
    margin-bottom: 384px !important;
}

.pr-384 {
    padding-right: 384px !important;
}

.pl-384 {
    padding-left: 384px !important;
}

.pt-384 {
    padding-top: 384px !important;
}

.pb-384 {
    padding-bottom: 384px !important;
}

.fs-384 {
    font-size: 384px !important;
}

.m-385 {
    margin: 385px !important;
}

.p-385 {
    padding: 385px !important;
}

.mr-385 {
    margin-right: 385px !important;
}

.ml-385 {
    margin-left: 385px !important;
}

.mt-385 {
    margin-top: 385px !important;
}

.mb-385 {
    margin-bottom: 385px !important;
}

.pr-385 {
    padding-right: 385px !important;
}

.pl-385 {
    padding-left: 385px !important;
}

.pt-385 {
    padding-top: 385px !important;
}

.pb-385 {
    padding-bottom: 385px !important;
}

.fs-385 {
    font-size: 385px !important;
}

.m-386 {
    margin: 386px !important;
}

.p-386 {
    padding: 386px !important;
}

.mr-386 {
    margin-right: 386px !important;
}

.ml-386 {
    margin-left: 386px !important;
}

.mt-386 {
    margin-top: 386px !important;
}

.mb-386 {
    margin-bottom: 386px !important;
}

.pr-386 {
    padding-right: 386px !important;
}

.pl-386 {
    padding-left: 386px !important;
}

.pt-386 {
    padding-top: 386px !important;
}

.pb-386 {
    padding-bottom: 386px !important;
}

.fs-386 {
    font-size: 386px !important;
}

.m-387 {
    margin: 387px !important;
}

.p-387 {
    padding: 387px !important;
}

.mr-387 {
    margin-right: 387px !important;
}

.ml-387 {
    margin-left: 387px !important;
}

.mt-387 {
    margin-top: 387px !important;
}

.mb-387 {
    margin-bottom: 387px !important;
}

.pr-387 {
    padding-right: 387px !important;
}

.pl-387 {
    padding-left: 387px !important;
}

.pt-387 {
    padding-top: 387px !important;
}

.pb-387 {
    padding-bottom: 387px !important;
}

.fs-387 {
    font-size: 387px !important;
}

.m-388 {
    margin: 388px !important;
}

.p-388 {
    padding: 388px !important;
}

.mr-388 {
    margin-right: 388px !important;
}

.ml-388 {
    margin-left: 388px !important;
}

.mt-388 {
    margin-top: 388px !important;
}

.mb-388 {
    margin-bottom: 388px !important;
}

.pr-388 {
    padding-right: 388px !important;
}

.pl-388 {
    padding-left: 388px !important;
}

.pt-388 {
    padding-top: 388px !important;
}

.pb-388 {
    padding-bottom: 388px !important;
}

.fs-388 {
    font-size: 388px !important;
}

.m-389 {
    margin: 389px !important;
}

.p-389 {
    padding: 389px !important;
}

.mr-389 {
    margin-right: 389px !important;
}

.ml-389 {
    margin-left: 389px !important;
}

.mt-389 {
    margin-top: 389px !important;
}

.mb-389 {
    margin-bottom: 389px !important;
}

.pr-389 {
    padding-right: 389px !important;
}

.pl-389 {
    padding-left: 389px !important;
}

.pt-389 {
    padding-top: 389px !important;
}

.pb-389 {
    padding-bottom: 389px !important;
}

.fs-389 {
    font-size: 389px !important;
}

.m-390 {
    margin: 390px !important;
}

.p-390 {
    padding: 390px !important;
}

.mr-390 {
    margin-right: 390px !important;
}

.ml-390 {
    margin-left: 390px !important;
}

.mt-390 {
    margin-top: 390px !important;
}

.mb-390 {
    margin-bottom: 390px !important;
}

.pr-390 {
    padding-right: 390px !important;
}

.pl-390 {
    padding-left: 390px !important;
}

.pt-390 {
    padding-top: 390px !important;
}

.pb-390 {
    padding-bottom: 390px !important;
}

.fs-390 {
    font-size: 390px !important;
}

.m-391 {
    margin: 391px !important;
}

.p-391 {
    padding: 391px !important;
}

.mr-391 {
    margin-right: 391px !important;
}

.ml-391 {
    margin-left: 391px !important;
}

.mt-391 {
    margin-top: 391px !important;
}

.mb-391 {
    margin-bottom: 391px !important;
}

.pr-391 {
    padding-right: 391px !important;
}

.pl-391 {
    padding-left: 391px !important;
}

.pt-391 {
    padding-top: 391px !important;
}

.pb-391 {
    padding-bottom: 391px !important;
}

.fs-391 {
    font-size: 391px !important;
}

.m-392 {
    margin: 392px !important;
}

.p-392 {
    padding: 392px !important;
}

.mr-392 {
    margin-right: 392px !important;
}

.ml-392 {
    margin-left: 392px !important;
}

.mt-392 {
    margin-top: 392px !important;
}

.mb-392 {
    margin-bottom: 392px !important;
}

.pr-392 {
    padding-right: 392px !important;
}

.pl-392 {
    padding-left: 392px !important;
}

.pt-392 {
    padding-top: 392px !important;
}

.pb-392 {
    padding-bottom: 392px !important;
}

.fs-392 {
    font-size: 392px !important;
}

.m-393 {
    margin: 393px !important;
}

.p-393 {
    padding: 393px !important;
}

.mr-393 {
    margin-right: 393px !important;
}

.ml-393 {
    margin-left: 393px !important;
}

.mt-393 {
    margin-top: 393px !important;
}

.mb-393 {
    margin-bottom: 393px !important;
}

.pr-393 {
    padding-right: 393px !important;
}

.pl-393 {
    padding-left: 393px !important;
}

.pt-393 {
    padding-top: 393px !important;
}

.pb-393 {
    padding-bottom: 393px !important;
}

.fs-393 {
    font-size: 393px !important;
}

.m-394 {
    margin: 394px !important;
}

.p-394 {
    padding: 394px !important;
}

.mr-394 {
    margin-right: 394px !important;
}

.ml-394 {
    margin-left: 394px !important;
}

.mt-394 {
    margin-top: 394px !important;
}

.mb-394 {
    margin-bottom: 394px !important;
}

.pr-394 {
    padding-right: 394px !important;
}

.pl-394 {
    padding-left: 394px !important;
}

.pt-394 {
    padding-top: 394px !important;
}

.pb-394 {
    padding-bottom: 394px !important;
}

.fs-394 {
    font-size: 394px !important;
}

.m-395 {
    margin: 395px !important;
}

.p-395 {
    padding: 395px !important;
}

.mr-395 {
    margin-right: 395px !important;
}

.ml-395 {
    margin-left: 395px !important;
}

.mt-395 {
    margin-top: 395px !important;
}

.mb-395 {
    margin-bottom: 395px !important;
}

.pr-395 {
    padding-right: 395px !important;
}

.pl-395 {
    padding-left: 395px !important;
}

.pt-395 {
    padding-top: 395px !important;
}

.pb-395 {
    padding-bottom: 395px !important;
}

.fs-395 {
    font-size: 395px !important;
}

.m-396 {
    margin: 396px !important;
}

.p-396 {
    padding: 396px !important;
}

.mr-396 {
    margin-right: 396px !important;
}

.ml-396 {
    margin-left: 396px !important;
}

.mt-396 {
    margin-top: 396px !important;
}

.mb-396 {
    margin-bottom: 396px !important;
}

.pr-396 {
    padding-right: 396px !important;
}

.pl-396 {
    padding-left: 396px !important;
}

.pt-396 {
    padding-top: 396px !important;
}

.pb-396 {
    padding-bottom: 396px !important;
}

.fs-396 {
    font-size: 396px !important;
}

.m-397 {
    margin: 397px !important;
}

.p-397 {
    padding: 397px !important;
}

.mr-397 {
    margin-right: 397px !important;
}

.ml-397 {
    margin-left: 397px !important;
}

.mt-397 {
    margin-top: 397px !important;
}

.mb-397 {
    margin-bottom: 397px !important;
}

.pr-397 {
    padding-right: 397px !important;
}

.pl-397 {
    padding-left: 397px !important;
}

.pt-397 {
    padding-top: 397px !important;
}

.pb-397 {
    padding-bottom: 397px !important;
}

.fs-397 {
    font-size: 397px !important;
}

.m-398 {
    margin: 398px !important;
}

.p-398 {
    padding: 398px !important;
}

.mr-398 {
    margin-right: 398px !important;
}

.ml-398 {
    margin-left: 398px !important;
}

.mt-398 {
    margin-top: 398px !important;
}

.mb-398 {
    margin-bottom: 398px !important;
}

.pr-398 {
    padding-right: 398px !important;
}

.pl-398 {
    padding-left: 398px !important;
}

.pt-398 {
    padding-top: 398px !important;
}

.pb-398 {
    padding-bottom: 398px !important;
}

.fs-398 {
    font-size: 398px !important;
}

.m-399 {
    margin: 399px !important;
}

.p-399 {
    padding: 399px !important;
}

.mr-399 {
    margin-right: 399px !important;
}

.ml-399 {
    margin-left: 399px !important;
}

.mt-399 {
    margin-top: 399px !important;
}

.mb-399 {
    margin-bottom: 399px !important;
}

.pr-399 {
    padding-right: 399px !important;
}

.pl-399 {
    padding-left: 399px !important;
}

.pt-399 {
    padding-top: 399px !important;
}

.pb-399 {
    padding-bottom: 399px !important;
}

.fs-399 {
    font-size: 399px !important;
}

.m-400 {
    margin: 400px !important;
}

.p-400 {
    padding: 400px !important;
}

.mr-400 {
    margin-right: 400px !important;
}

.ml-400 {
    margin-left: 400px !important;
}

.mt-400 {
    margin-top: 400px !important;
}

.mb-400 {
    margin-bottom: 400px !important;
}

.pr-400 {
    padding-right: 400px !important;
}

.pl-400 {
    padding-left: 400px !important;
}

.pt-400 {
    padding-top: 400px !important;
}

.pb-400 {
    padding-bottom: 400px !important;
}

.fs-400 {
    font-size: 400px !important;
}

.m-401 {
    margin: 401px !important;
}

.p-401 {
    padding: 401px !important;
}

.mr-401 {
    margin-right: 401px !important;
}

.ml-401 {
    margin-left: 401px !important;
}

.mt-401 {
    margin-top: 401px !important;
}

.mb-401 {
    margin-bottom: 401px !important;
}

.pr-401 {
    padding-right: 401px !important;
}

.pl-401 {
    padding-left: 401px !important;
}

.pt-401 {
    padding-top: 401px !important;
}

.pb-401 {
    padding-bottom: 401px !important;
}

.fs-401 {
    font-size: 401px !important;
}

.m-402 {
    margin: 402px !important;
}

.p-402 {
    padding: 402px !important;
}

.mr-402 {
    margin-right: 402px !important;
}

.ml-402 {
    margin-left: 402px !important;
}

.mt-402 {
    margin-top: 402px !important;
}

.mb-402 {
    margin-bottom: 402px !important;
}

.pr-402 {
    padding-right: 402px !important;
}

.pl-402 {
    padding-left: 402px !important;
}

.pt-402 {
    padding-top: 402px !important;
}

.pb-402 {
    padding-bottom: 402px !important;
}

.fs-402 {
    font-size: 402px !important;
}

.m-403 {
    margin: 403px !important;
}

.p-403 {
    padding: 403px !important;
}

.mr-403 {
    margin-right: 403px !important;
}

.ml-403 {
    margin-left: 403px !important;
}

.mt-403 {
    margin-top: 403px !important;
}

.mb-403 {
    margin-bottom: 403px !important;
}

.pr-403 {
    padding-right: 403px !important;
}

.pl-403 {
    padding-left: 403px !important;
}

.pt-403 {
    padding-top: 403px !important;
}

.pb-403 {
    padding-bottom: 403px !important;
}

.fs-403 {
    font-size: 403px !important;
}

.m-404 {
    margin: 404px !important;
}

.p-404 {
    padding: 404px !important;
}

.mr-404 {
    margin-right: 404px !important;
}

.ml-404 {
    margin-left: 404px !important;
}

.mt-404 {
    margin-top: 404px !important;
}

.mb-404 {
    margin-bottom: 404px !important;
}

.pr-404 {
    padding-right: 404px !important;
}

.pl-404 {
    padding-left: 404px !important;
}

.pt-404 {
    padding-top: 404px !important;
}

.pb-404 {
    padding-bottom: 404px !important;
}

.fs-404 {
    font-size: 404px !important;
}

.m-405 {
    margin: 405px !important;
}

.p-405 {
    padding: 405px !important;
}

.mr-405 {
    margin-right: 405px !important;
}

.ml-405 {
    margin-left: 405px !important;
}

.mt-405 {
    margin-top: 405px !important;
}

.mb-405 {
    margin-bottom: 405px !important;
}

.pr-405 {
    padding-right: 405px !important;
}

.pl-405 {
    padding-left: 405px !important;
}

.pt-405 {
    padding-top: 405px !important;
}

.pb-405 {
    padding-bottom: 405px !important;
}

.fs-405 {
    font-size: 405px !important;
}

.m-406 {
    margin: 406px !important;
}

.p-406 {
    padding: 406px !important;
}

.mr-406 {
    margin-right: 406px !important;
}

.ml-406 {
    margin-left: 406px !important;
}

.mt-406 {
    margin-top: 406px !important;
}

.mb-406 {
    margin-bottom: 406px !important;
}

.pr-406 {
    padding-right: 406px !important;
}

.pl-406 {
    padding-left: 406px !important;
}

.pt-406 {
    padding-top: 406px !important;
}

.pb-406 {
    padding-bottom: 406px !important;
}

.fs-406 {
    font-size: 406px !important;
}

.m-407 {
    margin: 407px !important;
}

.p-407 {
    padding: 407px !important;
}

.mr-407 {
    margin-right: 407px !important;
}

.ml-407 {
    margin-left: 407px !important;
}

.mt-407 {
    margin-top: 407px !important;
}

.mb-407 {
    margin-bottom: 407px !important;
}

.pr-407 {
    padding-right: 407px !important;
}

.pl-407 {
    padding-left: 407px !important;
}

.pt-407 {
    padding-top: 407px !important;
}

.pb-407 {
    padding-bottom: 407px !important;
}

.fs-407 {
    font-size: 407px !important;
}

.m-408 {
    margin: 408px !important;
}

.p-408 {
    padding: 408px !important;
}

.mr-408 {
    margin-right: 408px !important;
}

.ml-408 {
    margin-left: 408px !important;
}

.mt-408 {
    margin-top: 408px !important;
}

.mb-408 {
    margin-bottom: 408px !important;
}

.pr-408 {
    padding-right: 408px !important;
}

.pl-408 {
    padding-left: 408px !important;
}

.pt-408 {
    padding-top: 408px !important;
}

.pb-408 {
    padding-bottom: 408px !important;
}

.fs-408 {
    font-size: 408px !important;
}

.m-409 {
    margin: 409px !important;
}

.p-409 {
    padding: 409px !important;
}

.mr-409 {
    margin-right: 409px !important;
}

.ml-409 {
    margin-left: 409px !important;
}

.mt-409 {
    margin-top: 409px !important;
}

.mb-409 {
    margin-bottom: 409px !important;
}

.pr-409 {
    padding-right: 409px !important;
}

.pl-409 {
    padding-left: 409px !important;
}

.pt-409 {
    padding-top: 409px !important;
}

.pb-409 {
    padding-bottom: 409px !important;
}

.fs-409 {
    font-size: 409px !important;
}

.m-410 {
    margin: 410px !important;
}

.p-410 {
    padding: 410px !important;
}

.mr-410 {
    margin-right: 410px !important;
}

.ml-410 {
    margin-left: 410px !important;
}

.mt-410 {
    margin-top: 410px !important;
}

.mb-410 {
    margin-bottom: 410px !important;
}

.pr-410 {
    padding-right: 410px !important;
}

.pl-410 {
    padding-left: 410px !important;
}

.pt-410 {
    padding-top: 410px !important;
}

.pb-410 {
    padding-bottom: 410px !important;
}

.fs-410 {
    font-size: 410px !important;
}

.m-411 {
    margin: 411px !important;
}

.p-411 {
    padding: 411px !important;
}

.mr-411 {
    margin-right: 411px !important;
}

.ml-411 {
    margin-left: 411px !important;
}

.mt-411 {
    margin-top: 411px !important;
}

.mb-411 {
    margin-bottom: 411px !important;
}

.pr-411 {
    padding-right: 411px !important;
}

.pl-411 {
    padding-left: 411px !important;
}

.pt-411 {
    padding-top: 411px !important;
}

.pb-411 {
    padding-bottom: 411px !important;
}

.fs-411 {
    font-size: 411px !important;
}

.m-412 {
    margin: 412px !important;
}

.p-412 {
    padding: 412px !important;
}

.mr-412 {
    margin-right: 412px !important;
}

.ml-412 {
    margin-left: 412px !important;
}

.mt-412 {
    margin-top: 412px !important;
}

.mb-412 {
    margin-bottom: 412px !important;
}

.pr-412 {
    padding-right: 412px !important;
}

.pl-412 {
    padding-left: 412px !important;
}

.pt-412 {
    padding-top: 412px !important;
}

.pb-412 {
    padding-bottom: 412px !important;
}

.fs-412 {
    font-size: 412px !important;
}

.m-413 {
    margin: 413px !important;
}

.p-413 {
    padding: 413px !important;
}

.mr-413 {
    margin-right: 413px !important;
}

.ml-413 {
    margin-left: 413px !important;
}

.mt-413 {
    margin-top: 413px !important;
}

.mb-413 {
    margin-bottom: 413px !important;
}

.pr-413 {
    padding-right: 413px !important;
}

.pl-413 {
    padding-left: 413px !important;
}

.pt-413 {
    padding-top: 413px !important;
}

.pb-413 {
    padding-bottom: 413px !important;
}

.fs-413 {
    font-size: 413px !important;
}

.m-414 {
    margin: 414px !important;
}

.p-414 {
    padding: 414px !important;
}

.mr-414 {
    margin-right: 414px !important;
}

.ml-414 {
    margin-left: 414px !important;
}

.mt-414 {
    margin-top: 414px !important;
}

.mb-414 {
    margin-bottom: 414px !important;
}

.pr-414 {
    padding-right: 414px !important;
}

.pl-414 {
    padding-left: 414px !important;
}

.pt-414 {
    padding-top: 414px !important;
}

.pb-414 {
    padding-bottom: 414px !important;
}

.fs-414 {
    font-size: 414px !important;
}

.m-415 {
    margin: 415px !important;
}

.p-415 {
    padding: 415px !important;
}

.mr-415 {
    margin-right: 415px !important;
}

.ml-415 {
    margin-left: 415px !important;
}

.mt-415 {
    margin-top: 415px !important;
}

.mb-415 {
    margin-bottom: 415px !important;
}

.pr-415 {
    padding-right: 415px !important;
}

.pl-415 {
    padding-left: 415px !important;
}

.pt-415 {
    padding-top: 415px !important;
}

.pb-415 {
    padding-bottom: 415px !important;
}

.fs-415 {
    font-size: 415px !important;
}

.m-416 {
    margin: 416px !important;
}

.p-416 {
    padding: 416px !important;
}

.mr-416 {
    margin-right: 416px !important;
}

.ml-416 {
    margin-left: 416px !important;
}

.mt-416 {
    margin-top: 416px !important;
}

.mb-416 {
    margin-bottom: 416px !important;
}

.pr-416 {
    padding-right: 416px !important;
}

.pl-416 {
    padding-left: 416px !important;
}

.pt-416 {
    padding-top: 416px !important;
}

.pb-416 {
    padding-bottom: 416px !important;
}

.fs-416 {
    font-size: 416px !important;
}

.m-417 {
    margin: 417px !important;
}

.p-417 {
    padding: 417px !important;
}

.mr-417 {
    margin-right: 417px !important;
}

.ml-417 {
    margin-left: 417px !important;
}

.mt-417 {
    margin-top: 417px !important;
}

.mb-417 {
    margin-bottom: 417px !important;
}

.pr-417 {
    padding-right: 417px !important;
}

.pl-417 {
    padding-left: 417px !important;
}

.pt-417 {
    padding-top: 417px !important;
}

.pb-417 {
    padding-bottom: 417px !important;
}

.fs-417 {
    font-size: 417px !important;
}

.m-418 {
    margin: 418px !important;
}

.p-418 {
    padding: 418px !important;
}

.mr-418 {
    margin-right: 418px !important;
}

.ml-418 {
    margin-left: 418px !important;
}

.mt-418 {
    margin-top: 418px !important;
}

.mb-418 {
    margin-bottom: 418px !important;
}

.pr-418 {
    padding-right: 418px !important;
}

.pl-418 {
    padding-left: 418px !important;
}

.pt-418 {
    padding-top: 418px !important;
}

.pb-418 {
    padding-bottom: 418px !important;
}

.fs-418 {
    font-size: 418px !important;
}

.m-419 {
    margin: 419px !important;
}

.p-419 {
    padding: 419px !important;
}

.mr-419 {
    margin-right: 419px !important;
}

.ml-419 {
    margin-left: 419px !important;
}

.mt-419 {
    margin-top: 419px !important;
}

.mb-419 {
    margin-bottom: 419px !important;
}

.pr-419 {
    padding-right: 419px !important;
}

.pl-419 {
    padding-left: 419px !important;
}

.pt-419 {
    padding-top: 419px !important;
}

.pb-419 {
    padding-bottom: 419px !important;
}

.fs-419 {
    font-size: 419px !important;
}

.m-420 {
    margin: 420px !important;
}

.p-420 {
    padding: 420px !important;
}

.mr-420 {
    margin-right: 420px !important;
}

.ml-420 {
    margin-left: 420px !important;
}

.mt-420 {
    margin-top: 420px !important;
}

.mb-420 {
    margin-bottom: 420px !important;
}

.pr-420 {
    padding-right: 420px !important;
}

.pl-420 {
    padding-left: 420px !important;
}

.pt-420 {
    padding-top: 420px !important;
}

.pb-420 {
    padding-bottom: 420px !important;
}

.fs-420 {
    font-size: 420px !important;
}

.m-421 {
    margin: 421px !important;
}

.p-421 {
    padding: 421px !important;
}

.mr-421 {
    margin-right: 421px !important;
}

.ml-421 {
    margin-left: 421px !important;
}

.mt-421 {
    margin-top: 421px !important;
}

.mb-421 {
    margin-bottom: 421px !important;
}

.pr-421 {
    padding-right: 421px !important;
}

.pl-421 {
    padding-left: 421px !important;
}

.pt-421 {
    padding-top: 421px !important;
}

.pb-421 {
    padding-bottom: 421px !important;
}

.fs-421 {
    font-size: 421px !important;
}

.m-422 {
    margin: 422px !important;
}

.p-422 {
    padding: 422px !important;
}

.mr-422 {
    margin-right: 422px !important;
}

.ml-422 {
    margin-left: 422px !important;
}

.mt-422 {
    margin-top: 422px !important;
}

.mb-422 {
    margin-bottom: 422px !important;
}

.pr-422 {
    padding-right: 422px !important;
}

.pl-422 {
    padding-left: 422px !important;
}

.pt-422 {
    padding-top: 422px !important;
}

.pb-422 {
    padding-bottom: 422px !important;
}

.fs-422 {
    font-size: 422px !important;
}

.m-423 {
    margin: 423px !important;
}

.p-423 {
    padding: 423px !important;
}

.mr-423 {
    margin-right: 423px !important;
}

.ml-423 {
    margin-left: 423px !important;
}

.mt-423 {
    margin-top: 423px !important;
}

.mb-423 {
    margin-bottom: 423px !important;
}

.pr-423 {
    padding-right: 423px !important;
}

.pl-423 {
    padding-left: 423px !important;
}

.pt-423 {
    padding-top: 423px !important;
}

.pb-423 {
    padding-bottom: 423px !important;
}

.fs-423 {
    font-size: 423px !important;
}

.m-424 {
    margin: 424px !important;
}

.p-424 {
    padding: 424px !important;
}

.mr-424 {
    margin-right: 424px !important;
}

.ml-424 {
    margin-left: 424px !important;
}

.mt-424 {
    margin-top: 424px !important;
}

.mb-424 {
    margin-bottom: 424px !important;
}

.pr-424 {
    padding-right: 424px !important;
}

.pl-424 {
    padding-left: 424px !important;
}

.pt-424 {
    padding-top: 424px !important;
}

.pb-424 {
    padding-bottom: 424px !important;
}

.fs-424 {
    font-size: 424px !important;
}

.m-425 {
    margin: 425px !important;
}

.p-425 {
    padding: 425px !important;
}

.mr-425 {
    margin-right: 425px !important;
}

.ml-425 {
    margin-left: 425px !important;
}

.mt-425 {
    margin-top: 425px !important;
}

.mb-425 {
    margin-bottom: 425px !important;
}

.pr-425 {
    padding-right: 425px !important;
}

.pl-425 {
    padding-left: 425px !important;
}

.pt-425 {
    padding-top: 425px !important;
}

.pb-425 {
    padding-bottom: 425px !important;
}

.fs-425 {
    font-size: 425px !important;
}

.m-426 {
    margin: 426px !important;
}

.p-426 {
    padding: 426px !important;
}

.mr-426 {
    margin-right: 426px !important;
}

.ml-426 {
    margin-left: 426px !important;
}

.mt-426 {
    margin-top: 426px !important;
}

.mb-426 {
    margin-bottom: 426px !important;
}

.pr-426 {
    padding-right: 426px !important;
}

.pl-426 {
    padding-left: 426px !important;
}

.pt-426 {
    padding-top: 426px !important;
}

.pb-426 {
    padding-bottom: 426px !important;
}

.fs-426 {
    font-size: 426px !important;
}

.m-427 {
    margin: 427px !important;
}

.p-427 {
    padding: 427px !important;
}

.mr-427 {
    margin-right: 427px !important;
}

.ml-427 {
    margin-left: 427px !important;
}

.mt-427 {
    margin-top: 427px !important;
}

.mb-427 {
    margin-bottom: 427px !important;
}

.pr-427 {
    padding-right: 427px !important;
}

.pl-427 {
    padding-left: 427px !important;
}

.pt-427 {
    padding-top: 427px !important;
}

.pb-427 {
    padding-bottom: 427px !important;
}

.fs-427 {
    font-size: 427px !important;
}

.m-428 {
    margin: 428px !important;
}

.p-428 {
    padding: 428px !important;
}

.mr-428 {
    margin-right: 428px !important;
}

.ml-428 {
    margin-left: 428px !important;
}

.mt-428 {
    margin-top: 428px !important;
}

.mb-428 {
    margin-bottom: 428px !important;
}

.pr-428 {
    padding-right: 428px !important;
}

.pl-428 {
    padding-left: 428px !important;
}

.pt-428 {
    padding-top: 428px !important;
}

.pb-428 {
    padding-bottom: 428px !important;
}

.fs-428 {
    font-size: 428px !important;
}

.m-429 {
    margin: 429px !important;
}

.p-429 {
    padding: 429px !important;
}

.mr-429 {
    margin-right: 429px !important;
}

.ml-429 {
    margin-left: 429px !important;
}

.mt-429 {
    margin-top: 429px !important;
}

.mb-429 {
    margin-bottom: 429px !important;
}

.pr-429 {
    padding-right: 429px !important;
}

.pl-429 {
    padding-left: 429px !important;
}

.pt-429 {
    padding-top: 429px !important;
}

.pb-429 {
    padding-bottom: 429px !important;
}

.fs-429 {
    font-size: 429px !important;
}

.m-430 {
    margin: 430px !important;
}

.p-430 {
    padding: 430px !important;
}

.mr-430 {
    margin-right: 430px !important;
}

.ml-430 {
    margin-left: 430px !important;
}

.mt-430 {
    margin-top: 430px !important;
}

.mb-430 {
    margin-bottom: 430px !important;
}

.pr-430 {
    padding-right: 430px !important;
}

.pl-430 {
    padding-left: 430px !important;
}

.pt-430 {
    padding-top: 430px !important;
}

.pb-430 {
    padding-bottom: 430px !important;
}

.fs-430 {
    font-size: 430px !important;
}

.m-431 {
    margin: 431px !important;
}

.p-431 {
    padding: 431px !important;
}

.mr-431 {
    margin-right: 431px !important;
}

.ml-431 {
    margin-left: 431px !important;
}

.mt-431 {
    margin-top: 431px !important;
}

.mb-431 {
    margin-bottom: 431px !important;
}

.pr-431 {
    padding-right: 431px !important;
}

.pl-431 {
    padding-left: 431px !important;
}

.pt-431 {
    padding-top: 431px !important;
}

.pb-431 {
    padding-bottom: 431px !important;
}

.fs-431 {
    font-size: 431px !important;
}

.m-432 {
    margin: 432px !important;
}

.p-432 {
    padding: 432px !important;
}

.mr-432 {
    margin-right: 432px !important;
}

.ml-432 {
    margin-left: 432px !important;
}

.mt-432 {
    margin-top: 432px !important;
}

.mb-432 {
    margin-bottom: 432px !important;
}

.pr-432 {
    padding-right: 432px !important;
}

.pl-432 {
    padding-left: 432px !important;
}

.pt-432 {
    padding-top: 432px !important;
}

.pb-432 {
    padding-bottom: 432px !important;
}

.fs-432 {
    font-size: 432px !important;
}

.m-433 {
    margin: 433px !important;
}

.p-433 {
    padding: 433px !important;
}

.mr-433 {
    margin-right: 433px !important;
}

.ml-433 {
    margin-left: 433px !important;
}

.mt-433 {
    margin-top: 433px !important;
}

.mb-433 {
    margin-bottom: 433px !important;
}

.pr-433 {
    padding-right: 433px !important;
}

.pl-433 {
    padding-left: 433px !important;
}

.pt-433 {
    padding-top: 433px !important;
}

.pb-433 {
    padding-bottom: 433px !important;
}

.fs-433 {
    font-size: 433px !important;
}

.m-434 {
    margin: 434px !important;
}

.p-434 {
    padding: 434px !important;
}

.mr-434 {
    margin-right: 434px !important;
}

.ml-434 {
    margin-left: 434px !important;
}

.mt-434 {
    margin-top: 434px !important;
}

.mb-434 {
    margin-bottom: 434px !important;
}

.pr-434 {
    padding-right: 434px !important;
}

.pl-434 {
    padding-left: 434px !important;
}

.pt-434 {
    padding-top: 434px !important;
}

.pb-434 {
    padding-bottom: 434px !important;
}

.fs-434 {
    font-size: 434px !important;
}

.m-435 {
    margin: 435px !important;
}

.p-435 {
    padding: 435px !important;
}

.mr-435 {
    margin-right: 435px !important;
}

.ml-435 {
    margin-left: 435px !important;
}

.mt-435 {
    margin-top: 435px !important;
}

.mb-435 {
    margin-bottom: 435px !important;
}

.pr-435 {
    padding-right: 435px !important;
}

.pl-435 {
    padding-left: 435px !important;
}

.pt-435 {
    padding-top: 435px !important;
}

.pb-435 {
    padding-bottom: 435px !important;
}

.fs-435 {
    font-size: 435px !important;
}

.m-436 {
    margin: 436px !important;
}

.p-436 {
    padding: 436px !important;
}

.mr-436 {
    margin-right: 436px !important;
}

.ml-436 {
    margin-left: 436px !important;
}

.mt-436 {
    margin-top: 436px !important;
}

.mb-436 {
    margin-bottom: 436px !important;
}

.pr-436 {
    padding-right: 436px !important;
}

.pl-436 {
    padding-left: 436px !important;
}

.pt-436 {
    padding-top: 436px !important;
}

.pb-436 {
    padding-bottom: 436px !important;
}

.fs-436 {
    font-size: 436px !important;
}

.m-437 {
    margin: 437px !important;
}

.p-437 {
    padding: 437px !important;
}

.mr-437 {
    margin-right: 437px !important;
}

.ml-437 {
    margin-left: 437px !important;
}

.mt-437 {
    margin-top: 437px !important;
}

.mb-437 {
    margin-bottom: 437px !important;
}

.pr-437 {
    padding-right: 437px !important;
}

.pl-437 {
    padding-left: 437px !important;
}

.pt-437 {
    padding-top: 437px !important;
}

.pb-437 {
    padding-bottom: 437px !important;
}

.fs-437 {
    font-size: 437px !important;
}

.m-438 {
    margin: 438px !important;
}

.p-438 {
    padding: 438px !important;
}

.mr-438 {
    margin-right: 438px !important;
}

.ml-438 {
    margin-left: 438px !important;
}

.mt-438 {
    margin-top: 438px !important;
}

.mb-438 {
    margin-bottom: 438px !important;
}

.pr-438 {
    padding-right: 438px !important;
}

.pl-438 {
    padding-left: 438px !important;
}

.pt-438 {
    padding-top: 438px !important;
}

.pb-438 {
    padding-bottom: 438px !important;
}

.fs-438 {
    font-size: 438px !important;
}

.m-439 {
    margin: 439px !important;
}

.p-439 {
    padding: 439px !important;
}

.mr-439 {
    margin-right: 439px !important;
}

.ml-439 {
    margin-left: 439px !important;
}

.mt-439 {
    margin-top: 439px !important;
}

.mb-439 {
    margin-bottom: 439px !important;
}

.pr-439 {
    padding-right: 439px !important;
}

.pl-439 {
    padding-left: 439px !important;
}

.pt-439 {
    padding-top: 439px !important;
}

.pb-439 {
    padding-bottom: 439px !important;
}

.fs-439 {
    font-size: 439px !important;
}

.m-440 {
    margin: 440px !important;
}

.p-440 {
    padding: 440px !important;
}

.mr-440 {
    margin-right: 440px !important;
}

.ml-440 {
    margin-left: 440px !important;
}

.mt-440 {
    margin-top: 440px !important;
}

.mb-440 {
    margin-bottom: 440px !important;
}

.pr-440 {
    padding-right: 440px !important;
}

.pl-440 {
    padding-left: 440px !important;
}

.pt-440 {
    padding-top: 440px !important;
}

.pb-440 {
    padding-bottom: 440px !important;
}

.fs-440 {
    font-size: 440px !important;
}

.m-441 {
    margin: 441px !important;
}

.p-441 {
    padding: 441px !important;
}

.mr-441 {
    margin-right: 441px !important;
}

.ml-441 {
    margin-left: 441px !important;
}

.mt-441 {
    margin-top: 441px !important;
}

.mb-441 {
    margin-bottom: 441px !important;
}

.pr-441 {
    padding-right: 441px !important;
}

.pl-441 {
    padding-left: 441px !important;
}

.pt-441 {
    padding-top: 441px !important;
}

.pb-441 {
    padding-bottom: 441px !important;
}

.fs-441 {
    font-size: 441px !important;
}

.m-442 {
    margin: 442px !important;
}

.p-442 {
    padding: 442px !important;
}

.mr-442 {
    margin-right: 442px !important;
}

.ml-442 {
    margin-left: 442px !important;
}

.mt-442 {
    margin-top: 442px !important;
}

.mb-442 {
    margin-bottom: 442px !important;
}

.pr-442 {
    padding-right: 442px !important;
}

.pl-442 {
    padding-left: 442px !important;
}

.pt-442 {
    padding-top: 442px !important;
}

.pb-442 {
    padding-bottom: 442px !important;
}

.fs-442 {
    font-size: 442px !important;
}

.m-443 {
    margin: 443px !important;
}

.p-443 {
    padding: 443px !important;
}

.mr-443 {
    margin-right: 443px !important;
}

.ml-443 {
    margin-left: 443px !important;
}

.mt-443 {
    margin-top: 443px !important;
}

.mb-443 {
    margin-bottom: 443px !important;
}

.pr-443 {
    padding-right: 443px !important;
}

.pl-443 {
    padding-left: 443px !important;
}

.pt-443 {
    padding-top: 443px !important;
}

.pb-443 {
    padding-bottom: 443px !important;
}

.fs-443 {
    font-size: 443px !important;
}

.m-444 {
    margin: 444px !important;
}

.p-444 {
    padding: 444px !important;
}

.mr-444 {
    margin-right: 444px !important;
}

.ml-444 {
    margin-left: 444px !important;
}

.mt-444 {
    margin-top: 444px !important;
}

.mb-444 {
    margin-bottom: 444px !important;
}

.pr-444 {
    padding-right: 444px !important;
}

.pl-444 {
    padding-left: 444px !important;
}

.pt-444 {
    padding-top: 444px !important;
}

.pb-444 {
    padding-bottom: 444px !important;
}

.fs-444 {
    font-size: 444px !important;
}

.m-445 {
    margin: 445px !important;
}

.p-445 {
    padding: 445px !important;
}

.mr-445 {
    margin-right: 445px !important;
}

.ml-445 {
    margin-left: 445px !important;
}

.mt-445 {
    margin-top: 445px !important;
}

.mb-445 {
    margin-bottom: 445px !important;
}

.pr-445 {
    padding-right: 445px !important;
}

.pl-445 {
    padding-left: 445px !important;
}

.pt-445 {
    padding-top: 445px !important;
}

.pb-445 {
    padding-bottom: 445px !important;
}

.fs-445 {
    font-size: 445px !important;
}

.m-446 {
    margin: 446px !important;
}

.p-446 {
    padding: 446px !important;
}

.mr-446 {
    margin-right: 446px !important;
}

.ml-446 {
    margin-left: 446px !important;
}

.mt-446 {
    margin-top: 446px !important;
}

.mb-446 {
    margin-bottom: 446px !important;
}

.pr-446 {
    padding-right: 446px !important;
}

.pl-446 {
    padding-left: 446px !important;
}

.pt-446 {
    padding-top: 446px !important;
}

.pb-446 {
    padding-bottom: 446px !important;
}

.fs-446 {
    font-size: 446px !important;
}

.m-447 {
    margin: 447px !important;
}

.p-447 {
    padding: 447px !important;
}

.mr-447 {
    margin-right: 447px !important;
}

.ml-447 {
    margin-left: 447px !important;
}

.mt-447 {
    margin-top: 447px !important;
}

.mb-447 {
    margin-bottom: 447px !important;
}

.pr-447 {
    padding-right: 447px !important;
}

.pl-447 {
    padding-left: 447px !important;
}

.pt-447 {
    padding-top: 447px !important;
}

.pb-447 {
    padding-bottom: 447px !important;
}

.fs-447 {
    font-size: 447px !important;
}

.m-448 {
    margin: 448px !important;
}

.p-448 {
    padding: 448px !important;
}

.mr-448 {
    margin-right: 448px !important;
}

.ml-448 {
    margin-left: 448px !important;
}

.mt-448 {
    margin-top: 448px !important;
}

.mb-448 {
    margin-bottom: 448px !important;
}

.pr-448 {
    padding-right: 448px !important;
}

.pl-448 {
    padding-left: 448px !important;
}

.pt-448 {
    padding-top: 448px !important;
}

.pb-448 {
    padding-bottom: 448px !important;
}

.fs-448 {
    font-size: 448px !important;
}

.m-449 {
    margin: 449px !important;
}

.p-449 {
    padding: 449px !important;
}

.mr-449 {
    margin-right: 449px !important;
}

.ml-449 {
    margin-left: 449px !important;
}

.mt-449 {
    margin-top: 449px !important;
}

.mb-449 {
    margin-bottom: 449px !important;
}

.pr-449 {
    padding-right: 449px !important;
}

.pl-449 {
    padding-left: 449px !important;
}

.pt-449 {
    padding-top: 449px !important;
}

.pb-449 {
    padding-bottom: 449px !important;
}

.fs-449 {
    font-size: 449px !important;
}

.m-450 {
    margin: 450px !important;
}

.p-450 {
    padding: 450px !important;
}

.mr-450 {
    margin-right: 450px !important;
}

.ml-450 {
    margin-left: 450px !important;
}

.mt-450 {
    margin-top: 450px !important;
}

.mb-450 {
    margin-bottom: 450px !important;
}

.pr-450 {
    padding-right: 450px !important;
}

.pl-450 {
    padding-left: 450px !important;
}

.pt-450 {
    padding-top: 450px !important;
}

.pb-450 {
    padding-bottom: 450px !important;
}

.fs-450 {
    font-size: 450px !important;
}

.m-451 {
    margin: 451px !important;
}

.p-451 {
    padding: 451px !important;
}

.mr-451 {
    margin-right: 451px !important;
}

.ml-451 {
    margin-left: 451px !important;
}

.mt-451 {
    margin-top: 451px !important;
}

.mb-451 {
    margin-bottom: 451px !important;
}

.pr-451 {
    padding-right: 451px !important;
}

.pl-451 {
    padding-left: 451px !important;
}

.pt-451 {
    padding-top: 451px !important;
}

.pb-451 {
    padding-bottom: 451px !important;
}

.fs-451 {
    font-size: 451px !important;
}

.m-452 {
    margin: 452px !important;
}

.p-452 {
    padding: 452px !important;
}

.mr-452 {
    margin-right: 452px !important;
}

.ml-452 {
    margin-left: 452px !important;
}

.mt-452 {
    margin-top: 452px !important;
}

.mb-452 {
    margin-bottom: 452px !important;
}

.pr-452 {
    padding-right: 452px !important;
}

.pl-452 {
    padding-left: 452px !important;
}

.pt-452 {
    padding-top: 452px !important;
}

.pb-452 {
    padding-bottom: 452px !important;
}

.fs-452 {
    font-size: 452px !important;
}

.m-453 {
    margin: 453px !important;
}

.p-453 {
    padding: 453px !important;
}

.mr-453 {
    margin-right: 453px !important;
}

.ml-453 {
    margin-left: 453px !important;
}

.mt-453 {
    margin-top: 453px !important;
}

.mb-453 {
    margin-bottom: 453px !important;
}

.pr-453 {
    padding-right: 453px !important;
}

.pl-453 {
    padding-left: 453px !important;
}

.pt-453 {
    padding-top: 453px !important;
}

.pb-453 {
    padding-bottom: 453px !important;
}

.fs-453 {
    font-size: 453px !important;
}

.m-454 {
    margin: 454px !important;
}

.p-454 {
    padding: 454px !important;
}

.mr-454 {
    margin-right: 454px !important;
}

.ml-454 {
    margin-left: 454px !important;
}

.mt-454 {
    margin-top: 454px !important;
}

.mb-454 {
    margin-bottom: 454px !important;
}

.pr-454 {
    padding-right: 454px !important;
}

.pl-454 {
    padding-left: 454px !important;
}

.pt-454 {
    padding-top: 454px !important;
}

.pb-454 {
    padding-bottom: 454px !important;
}

.fs-454 {
    font-size: 454px !important;
}

.m-455 {
    margin: 455px !important;
}

.p-455 {
    padding: 455px !important;
}

.mr-455 {
    margin-right: 455px !important;
}

.ml-455 {
    margin-left: 455px !important;
}

.mt-455 {
    margin-top: 455px !important;
}

.mb-455 {
    margin-bottom: 455px !important;
}

.pr-455 {
    padding-right: 455px !important;
}

.pl-455 {
    padding-left: 455px !important;
}

.pt-455 {
    padding-top: 455px !important;
}

.pb-455 {
    padding-bottom: 455px !important;
}

.fs-455 {
    font-size: 455px !important;
}

.m-456 {
    margin: 456px !important;
}

.p-456 {
    padding: 456px !important;
}

.mr-456 {
    margin-right: 456px !important;
}

.ml-456 {
    margin-left: 456px !important;
}

.mt-456 {
    margin-top: 456px !important;
}

.mb-456 {
    margin-bottom: 456px !important;
}

.pr-456 {
    padding-right: 456px !important;
}

.pl-456 {
    padding-left: 456px !important;
}

.pt-456 {
    padding-top: 456px !important;
}

.pb-456 {
    padding-bottom: 456px !important;
}

.fs-456 {
    font-size: 456px !important;
}

.m-457 {
    margin: 457px !important;
}

.p-457 {
    padding: 457px !important;
}

.mr-457 {
    margin-right: 457px !important;
}

.ml-457 {
    margin-left: 457px !important;
}

.mt-457 {
    margin-top: 457px !important;
}

.mb-457 {
    margin-bottom: 457px !important;
}

.pr-457 {
    padding-right: 457px !important;
}

.pl-457 {
    padding-left: 457px !important;
}

.pt-457 {
    padding-top: 457px !important;
}

.pb-457 {
    padding-bottom: 457px !important;
}

.fs-457 {
    font-size: 457px !important;
}

.m-458 {
    margin: 458px !important;
}

.p-458 {
    padding: 458px !important;
}

.mr-458 {
    margin-right: 458px !important;
}

.ml-458 {
    margin-left: 458px !important;
}

.mt-458 {
    margin-top: 458px !important;
}

.mb-458 {
    margin-bottom: 458px !important;
}

.pr-458 {
    padding-right: 458px !important;
}

.pl-458 {
    padding-left: 458px !important;
}

.pt-458 {
    padding-top: 458px !important;
}

.pb-458 {
    padding-bottom: 458px !important;
}

.fs-458 {
    font-size: 458px !important;
}

.m-459 {
    margin: 459px !important;
}

.p-459 {
    padding: 459px !important;
}

.mr-459 {
    margin-right: 459px !important;
}

.ml-459 {
    margin-left: 459px !important;
}

.mt-459 {
    margin-top: 459px !important;
}

.mb-459 {
    margin-bottom: 459px !important;
}

.pr-459 {
    padding-right: 459px !important;
}

.pl-459 {
    padding-left: 459px !important;
}

.pt-459 {
    padding-top: 459px !important;
}

.pb-459 {
    padding-bottom: 459px !important;
}

.fs-459 {
    font-size: 459px !important;
}

.m-460 {
    margin: 460px !important;
}

.p-460 {
    padding: 460px !important;
}

.mr-460 {
    margin-right: 460px !important;
}

.ml-460 {
    margin-left: 460px !important;
}

.mt-460 {
    margin-top: 460px !important;
}

.mb-460 {
    margin-bottom: 460px !important;
}

.pr-460 {
    padding-right: 460px !important;
}

.pl-460 {
    padding-left: 460px !important;
}

.pt-460 {
    padding-top: 460px !important;
}

.pb-460 {
    padding-bottom: 460px !important;
}

.fs-460 {
    font-size: 460px !important;
}

.m-461 {
    margin: 461px !important;
}

.p-461 {
    padding: 461px !important;
}

.mr-461 {
    margin-right: 461px !important;
}

.ml-461 {
    margin-left: 461px !important;
}

.mt-461 {
    margin-top: 461px !important;
}

.mb-461 {
    margin-bottom: 461px !important;
}

.pr-461 {
    padding-right: 461px !important;
}

.pl-461 {
    padding-left: 461px !important;
}

.pt-461 {
    padding-top: 461px !important;
}

.pb-461 {
    padding-bottom: 461px !important;
}

.fs-461 {
    font-size: 461px !important;
}

.m-462 {
    margin: 462px !important;
}

.p-462 {
    padding: 462px !important;
}

.mr-462 {
    margin-right: 462px !important;
}

.ml-462 {
    margin-left: 462px !important;
}

.mt-462 {
    margin-top: 462px !important;
}

.mb-462 {
    margin-bottom: 462px !important;
}

.pr-462 {
    padding-right: 462px !important;
}

.pl-462 {
    padding-left: 462px !important;
}

.pt-462 {
    padding-top: 462px !important;
}

.pb-462 {
    padding-bottom: 462px !important;
}

.fs-462 {
    font-size: 462px !important;
}

.m-463 {
    margin: 463px !important;
}

.p-463 {
    padding: 463px !important;
}

.mr-463 {
    margin-right: 463px !important;
}

.ml-463 {
    margin-left: 463px !important;
}

.mt-463 {
    margin-top: 463px !important;
}

.mb-463 {
    margin-bottom: 463px !important;
}

.pr-463 {
    padding-right: 463px !important;
}

.pl-463 {
    padding-left: 463px !important;
}

.pt-463 {
    padding-top: 463px !important;
}

.pb-463 {
    padding-bottom: 463px !important;
}

.fs-463 {
    font-size: 463px !important;
}

.m-464 {
    margin: 464px !important;
}

.p-464 {
    padding: 464px !important;
}

.mr-464 {
    margin-right: 464px !important;
}

.ml-464 {
    margin-left: 464px !important;
}

.mt-464 {
    margin-top: 464px !important;
}

.mb-464 {
    margin-bottom: 464px !important;
}

.pr-464 {
    padding-right: 464px !important;
}

.pl-464 {
    padding-left: 464px !important;
}

.pt-464 {
    padding-top: 464px !important;
}

.pb-464 {
    padding-bottom: 464px !important;
}

.fs-464 {
    font-size: 464px !important;
}

.m-465 {
    margin: 465px !important;
}

.p-465 {
    padding: 465px !important;
}

.mr-465 {
    margin-right: 465px !important;
}

.ml-465 {
    margin-left: 465px !important;
}

.mt-465 {
    margin-top: 465px !important;
}

.mb-465 {
    margin-bottom: 465px !important;
}

.pr-465 {
    padding-right: 465px !important;
}

.pl-465 {
    padding-left: 465px !important;
}

.pt-465 {
    padding-top: 465px !important;
}

.pb-465 {
    padding-bottom: 465px !important;
}

.fs-465 {
    font-size: 465px !important;
}

.m-466 {
    margin: 466px !important;
}

.p-466 {
    padding: 466px !important;
}

.mr-466 {
    margin-right: 466px !important;
}

.ml-466 {
    margin-left: 466px !important;
}

.mt-466 {
    margin-top: 466px !important;
}

.mb-466 {
    margin-bottom: 466px !important;
}

.pr-466 {
    padding-right: 466px !important;
}

.pl-466 {
    padding-left: 466px !important;
}

.pt-466 {
    padding-top: 466px !important;
}

.pb-466 {
    padding-bottom: 466px !important;
}

.fs-466 {
    font-size: 466px !important;
}

.m-467 {
    margin: 467px !important;
}

.p-467 {
    padding: 467px !important;
}

.mr-467 {
    margin-right: 467px !important;
}

.ml-467 {
    margin-left: 467px !important;
}

.mt-467 {
    margin-top: 467px !important;
}

.mb-467 {
    margin-bottom: 467px !important;
}

.pr-467 {
    padding-right: 467px !important;
}

.pl-467 {
    padding-left: 467px !important;
}

.pt-467 {
    padding-top: 467px !important;
}

.pb-467 {
    padding-bottom: 467px !important;
}

.fs-467 {
    font-size: 467px !important;
}

.m-468 {
    margin: 468px !important;
}

.p-468 {
    padding: 468px !important;
}

.mr-468 {
    margin-right: 468px !important;
}

.ml-468 {
    margin-left: 468px !important;
}

.mt-468 {
    margin-top: 468px !important;
}

.mb-468 {
    margin-bottom: 468px !important;
}

.pr-468 {
    padding-right: 468px !important;
}

.pl-468 {
    padding-left: 468px !important;
}

.pt-468 {
    padding-top: 468px !important;
}

.pb-468 {
    padding-bottom: 468px !important;
}

.fs-468 {
    font-size: 468px !important;
}

.m-469 {
    margin: 469px !important;
}

.p-469 {
    padding: 469px !important;
}

.mr-469 {
    margin-right: 469px !important;
}

.ml-469 {
    margin-left: 469px !important;
}

.mt-469 {
    margin-top: 469px !important;
}

.mb-469 {
    margin-bottom: 469px !important;
}

.pr-469 {
    padding-right: 469px !important;
}

.pl-469 {
    padding-left: 469px !important;
}

.pt-469 {
    padding-top: 469px !important;
}

.pb-469 {
    padding-bottom: 469px !important;
}

.fs-469 {
    font-size: 469px !important;
}

.m-470 {
    margin: 470px !important;
}

.p-470 {
    padding: 470px !important;
}

.mr-470 {
    margin-right: 470px !important;
}

.ml-470 {
    margin-left: 470px !important;
}

.mt-470 {
    margin-top: 470px !important;
}

.mb-470 {
    margin-bottom: 470px !important;
}

.pr-470 {
    padding-right: 470px !important;
}

.pl-470 {
    padding-left: 470px !important;
}

.pt-470 {
    padding-top: 470px !important;
}

.pb-470 {
    padding-bottom: 470px !important;
}

.fs-470 {
    font-size: 470px !important;
}

.m-471 {
    margin: 471px !important;
}

.p-471 {
    padding: 471px !important;
}

.mr-471 {
    margin-right: 471px !important;
}

.ml-471 {
    margin-left: 471px !important;
}

.mt-471 {
    margin-top: 471px !important;
}

.mb-471 {
    margin-bottom: 471px !important;
}

.pr-471 {
    padding-right: 471px !important;
}

.pl-471 {
    padding-left: 471px !important;
}

.pt-471 {
    padding-top: 471px !important;
}

.pb-471 {
    padding-bottom: 471px !important;
}

.fs-471 {
    font-size: 471px !important;
}

.m-472 {
    margin: 472px !important;
}

.p-472 {
    padding: 472px !important;
}

.mr-472 {
    margin-right: 472px !important;
}

.ml-472 {
    margin-left: 472px !important;
}

.mt-472 {
    margin-top: 472px !important;
}

.mb-472 {
    margin-bottom: 472px !important;
}

.pr-472 {
    padding-right: 472px !important;
}

.pl-472 {
    padding-left: 472px !important;
}

.pt-472 {
    padding-top: 472px !important;
}

.pb-472 {
    padding-bottom: 472px !important;
}

.fs-472 {
    font-size: 472px !important;
}

.m-473 {
    margin: 473px !important;
}

.p-473 {
    padding: 473px !important;
}

.mr-473 {
    margin-right: 473px !important;
}

.ml-473 {
    margin-left: 473px !important;
}

.mt-473 {
    margin-top: 473px !important;
}

.mb-473 {
    margin-bottom: 473px !important;
}

.pr-473 {
    padding-right: 473px !important;
}

.pl-473 {
    padding-left: 473px !important;
}

.pt-473 {
    padding-top: 473px !important;
}

.pb-473 {
    padding-bottom: 473px !important;
}

.fs-473 {
    font-size: 473px !important;
}

.m-474 {
    margin: 474px !important;
}

.p-474 {
    padding: 474px !important;
}

.mr-474 {
    margin-right: 474px !important;
}

.ml-474 {
    margin-left: 474px !important;
}

.mt-474 {
    margin-top: 474px !important;
}

.mb-474 {
    margin-bottom: 474px !important;
}

.pr-474 {
    padding-right: 474px !important;
}

.pl-474 {
    padding-left: 474px !important;
}

.pt-474 {
    padding-top: 474px !important;
}

.pb-474 {
    padding-bottom: 474px !important;
}

.fs-474 {
    font-size: 474px !important;
}

.m-475 {
    margin: 475px !important;
}

.p-475 {
    padding: 475px !important;
}

.mr-475 {
    margin-right: 475px !important;
}

.ml-475 {
    margin-left: 475px !important;
}

.mt-475 {
    margin-top: 475px !important;
}

.mb-475 {
    margin-bottom: 475px !important;
}

.pr-475 {
    padding-right: 475px !important;
}

.pl-475 {
    padding-left: 475px !important;
}

.pt-475 {
    padding-top: 475px !important;
}

.pb-475 {
    padding-bottom: 475px !important;
}

.fs-475 {
    font-size: 475px !important;
}

.m-476 {
    margin: 476px !important;
}

.p-476 {
    padding: 476px !important;
}

.mr-476 {
    margin-right: 476px !important;
}

.ml-476 {
    margin-left: 476px !important;
}

.mt-476 {
    margin-top: 476px !important;
}

.mb-476 {
    margin-bottom: 476px !important;
}

.pr-476 {
    padding-right: 476px !important;
}

.pl-476 {
    padding-left: 476px !important;
}

.pt-476 {
    padding-top: 476px !important;
}

.pb-476 {
    padding-bottom: 476px !important;
}

.fs-476 {
    font-size: 476px !important;
}

.m-477 {
    margin: 477px !important;
}

.p-477 {
    padding: 477px !important;
}

.mr-477 {
    margin-right: 477px !important;
}

.ml-477 {
    margin-left: 477px !important;
}

.mt-477 {
    margin-top: 477px !important;
}

.mb-477 {
    margin-bottom: 477px !important;
}

.pr-477 {
    padding-right: 477px !important;
}

.pl-477 {
    padding-left: 477px !important;
}

.pt-477 {
    padding-top: 477px !important;
}

.pb-477 {
    padding-bottom: 477px !important;
}

.fs-477 {
    font-size: 477px !important;
}

.m-478 {
    margin: 478px !important;
}

.p-478 {
    padding: 478px !important;
}

.mr-478 {
    margin-right: 478px !important;
}

.ml-478 {
    margin-left: 478px !important;
}

.mt-478 {
    margin-top: 478px !important;
}

.mb-478 {
    margin-bottom: 478px !important;
}

.pr-478 {
    padding-right: 478px !important;
}

.pl-478 {
    padding-left: 478px !important;
}

.pt-478 {
    padding-top: 478px !important;
}

.pb-478 {
    padding-bottom: 478px !important;
}

.fs-478 {
    font-size: 478px !important;
}

.m-479 {
    margin: 479px !important;
}

.p-479 {
    padding: 479px !important;
}

.mr-479 {
    margin-right: 479px !important;
}

.ml-479 {
    margin-left: 479px !important;
}

.mt-479 {
    margin-top: 479px !important;
}

.mb-479 {
    margin-bottom: 479px !important;
}

.pr-479 {
    padding-right: 479px !important;
}

.pl-479 {
    padding-left: 479px !important;
}

.pt-479 {
    padding-top: 479px !important;
}

.pb-479 {
    padding-bottom: 479px !important;
}

.fs-479 {
    font-size: 479px !important;
}

.m-480 {
    margin: 480px !important;
}

.p-480 {
    padding: 480px !important;
}

.mr-480 {
    margin-right: 480px !important;
}

.ml-480 {
    margin-left: 480px !important;
}

.mt-480 {
    margin-top: 480px !important;
}

.mb-480 {
    margin-bottom: 480px !important;
}

.pr-480 {
    padding-right: 480px !important;
}

.pl-480 {
    padding-left: 480px !important;
}

.pt-480 {
    padding-top: 480px !important;
}

.pb-480 {
    padding-bottom: 480px !important;
}

.fs-480 {
    font-size: 480px !important;
}

.m-481 {
    margin: 481px !important;
}

.p-481 {
    padding: 481px !important;
}

.mr-481 {
    margin-right: 481px !important;
}

.ml-481 {
    margin-left: 481px !important;
}

.mt-481 {
    margin-top: 481px !important;
}

.mb-481 {
    margin-bottom: 481px !important;
}

.pr-481 {
    padding-right: 481px !important;
}

.pl-481 {
    padding-left: 481px !important;
}

.pt-481 {
    padding-top: 481px !important;
}

.pb-481 {
    padding-bottom: 481px !important;
}

.fs-481 {
    font-size: 481px !important;
}

.m-482 {
    margin: 482px !important;
}

.p-482 {
    padding: 482px !important;
}

.mr-482 {
    margin-right: 482px !important;
}

.ml-482 {
    margin-left: 482px !important;
}

.mt-482 {
    margin-top: 482px !important;
}

.mb-482 {
    margin-bottom: 482px !important;
}

.pr-482 {
    padding-right: 482px !important;
}

.pl-482 {
    padding-left: 482px !important;
}

.pt-482 {
    padding-top: 482px !important;
}

.pb-482 {
    padding-bottom: 482px !important;
}

.fs-482 {
    font-size: 482px !important;
}

.m-483 {
    margin: 483px !important;
}

.p-483 {
    padding: 483px !important;
}

.mr-483 {
    margin-right: 483px !important;
}

.ml-483 {
    margin-left: 483px !important;
}

.mt-483 {
    margin-top: 483px !important;
}

.mb-483 {
    margin-bottom: 483px !important;
}

.pr-483 {
    padding-right: 483px !important;
}

.pl-483 {
    padding-left: 483px !important;
}

.pt-483 {
    padding-top: 483px !important;
}

.pb-483 {
    padding-bottom: 483px !important;
}

.fs-483 {
    font-size: 483px !important;
}

.m-484 {
    margin: 484px !important;
}

.p-484 {
    padding: 484px !important;
}

.mr-484 {
    margin-right: 484px !important;
}

.ml-484 {
    margin-left: 484px !important;
}

.mt-484 {
    margin-top: 484px !important;
}

.mb-484 {
    margin-bottom: 484px !important;
}

.pr-484 {
    padding-right: 484px !important;
}

.pl-484 {
    padding-left: 484px !important;
}

.pt-484 {
    padding-top: 484px !important;
}

.pb-484 {
    padding-bottom: 484px !important;
}

.fs-484 {
    font-size: 484px !important;
}

.m-485 {
    margin: 485px !important;
}

.p-485 {
    padding: 485px !important;
}

.mr-485 {
    margin-right: 485px !important;
}

.ml-485 {
    margin-left: 485px !important;
}

.mt-485 {
    margin-top: 485px !important;
}

.mb-485 {
    margin-bottom: 485px !important;
}

.pr-485 {
    padding-right: 485px !important;
}

.pl-485 {
    padding-left: 485px !important;
}

.pt-485 {
    padding-top: 485px !important;
}

.pb-485 {
    padding-bottom: 485px !important;
}

.fs-485 {
    font-size: 485px !important;
}

.m-486 {
    margin: 486px !important;
}

.p-486 {
    padding: 486px !important;
}

.mr-486 {
    margin-right: 486px !important;
}

.ml-486 {
    margin-left: 486px !important;
}

.mt-486 {
    margin-top: 486px !important;
}

.mb-486 {
    margin-bottom: 486px !important;
}

.pr-486 {
    padding-right: 486px !important;
}

.pl-486 {
    padding-left: 486px !important;
}

.pt-486 {
    padding-top: 486px !important;
}

.pb-486 {
    padding-bottom: 486px !important;
}

.fs-486 {
    font-size: 486px !important;
}

.m-487 {
    margin: 487px !important;
}

.p-487 {
    padding: 487px !important;
}

.mr-487 {
    margin-right: 487px !important;
}

.ml-487 {
    margin-left: 487px !important;
}

.mt-487 {
    margin-top: 487px !important;
}

.mb-487 {
    margin-bottom: 487px !important;
}

.pr-487 {
    padding-right: 487px !important;
}

.pl-487 {
    padding-left: 487px !important;
}

.pt-487 {
    padding-top: 487px !important;
}

.pb-487 {
    padding-bottom: 487px !important;
}

.fs-487 {
    font-size: 487px !important;
}

.m-488 {
    margin: 488px !important;
}

.p-488 {
    padding: 488px !important;
}

.mr-488 {
    margin-right: 488px !important;
}

.ml-488 {
    margin-left: 488px !important;
}

.mt-488 {
    margin-top: 488px !important;
}

.mb-488 {
    margin-bottom: 488px !important;
}

.pr-488 {
    padding-right: 488px !important;
}

.pl-488 {
    padding-left: 488px !important;
}

.pt-488 {
    padding-top: 488px !important;
}

.pb-488 {
    padding-bottom: 488px !important;
}

.fs-488 {
    font-size: 488px !important;
}

.m-489 {
    margin: 489px !important;
}

.p-489 {
    padding: 489px !important;
}

.mr-489 {
    margin-right: 489px !important;
}

.ml-489 {
    margin-left: 489px !important;
}

.mt-489 {
    margin-top: 489px !important;
}

.mb-489 {
    margin-bottom: 489px !important;
}

.pr-489 {
    padding-right: 489px !important;
}

.pl-489 {
    padding-left: 489px !important;
}

.pt-489 {
    padding-top: 489px !important;
}

.pb-489 {
    padding-bottom: 489px !important;
}

.fs-489 {
    font-size: 489px !important;
}

.m-490 {
    margin: 490px !important;
}

.p-490 {
    padding: 490px !important;
}

.mr-490 {
    margin-right: 490px !important;
}

.ml-490 {
    margin-left: 490px !important;
}

.mt-490 {
    margin-top: 490px !important;
}

.mb-490 {
    margin-bottom: 490px !important;
}

.pr-490 {
    padding-right: 490px !important;
}

.pl-490 {
    padding-left: 490px !important;
}

.pt-490 {
    padding-top: 490px !important;
}

.pb-490 {
    padding-bottom: 490px !important;
}

.fs-490 {
    font-size: 490px !important;
}

.m-491 {
    margin: 491px !important;
}

.p-491 {
    padding: 491px !important;
}

.mr-491 {
    margin-right: 491px !important;
}

.ml-491 {
    margin-left: 491px !important;
}

.mt-491 {
    margin-top: 491px !important;
}

.mb-491 {
    margin-bottom: 491px !important;
}

.pr-491 {
    padding-right: 491px !important;
}

.pl-491 {
    padding-left: 491px !important;
}

.pt-491 {
    padding-top: 491px !important;
}

.pb-491 {
    padding-bottom: 491px !important;
}

.fs-491 {
    font-size: 491px !important;
}

.m-492 {
    margin: 492px !important;
}

.p-492 {
    padding: 492px !important;
}

.mr-492 {
    margin-right: 492px !important;
}

.ml-492 {
    margin-left: 492px !important;
}

.mt-492 {
    margin-top: 492px !important;
}

.mb-492 {
    margin-bottom: 492px !important;
}

.pr-492 {
    padding-right: 492px !important;
}

.pl-492 {
    padding-left: 492px !important;
}

.pt-492 {
    padding-top: 492px !important;
}

.pb-492 {
    padding-bottom: 492px !important;
}

.fs-492 {
    font-size: 492px !important;
}

.m-493 {
    margin: 493px !important;
}

.p-493 {
    padding: 493px !important;
}

.mr-493 {
    margin-right: 493px !important;
}

.ml-493 {
    margin-left: 493px !important;
}

.mt-493 {
    margin-top: 493px !important;
}

.mb-493 {
    margin-bottom: 493px !important;
}

.pr-493 {
    padding-right: 493px !important;
}

.pl-493 {
    padding-left: 493px !important;
}

.pt-493 {
    padding-top: 493px !important;
}

.pb-493 {
    padding-bottom: 493px !important;
}

.fs-493 {
    font-size: 493px !important;
}

.m-494 {
    margin: 494px !important;
}

.p-494 {
    padding: 494px !important;
}

.mr-494 {
    margin-right: 494px !important;
}

.ml-494 {
    margin-left: 494px !important;
}

.mt-494 {
    margin-top: 494px !important;
}

.mb-494 {
    margin-bottom: 494px !important;
}

.pr-494 {
    padding-right: 494px !important;
}

.pl-494 {
    padding-left: 494px !important;
}

.pt-494 {
    padding-top: 494px !important;
}

.pb-494 {
    padding-bottom: 494px !important;
}

.fs-494 {
    font-size: 494px !important;
}

.m-495 {
    margin: 495px !important;
}

.p-495 {
    padding: 495px !important;
}

.mr-495 {
    margin-right: 495px !important;
}

.ml-495 {
    margin-left: 495px !important;
}

.mt-495 {
    margin-top: 495px !important;
}

.mb-495 {
    margin-bottom: 495px !important;
}

.pr-495 {
    padding-right: 495px !important;
}

.pl-495 {
    padding-left: 495px !important;
}

.pt-495 {
    padding-top: 495px !important;
}

.pb-495 {
    padding-bottom: 495px !important;
}

.fs-495 {
    font-size: 495px !important;
}

.m-496 {
    margin: 496px !important;
}

.p-496 {
    padding: 496px !important;
}

.mr-496 {
    margin-right: 496px !important;
}

.ml-496 {
    margin-left: 496px !important;
}

.mt-496 {
    margin-top: 496px !important;
}

.mb-496 {
    margin-bottom: 496px !important;
}

.pr-496 {
    padding-right: 496px !important;
}

.pl-496 {
    padding-left: 496px !important;
}

.pt-496 {
    padding-top: 496px !important;
}

.pb-496 {
    padding-bottom: 496px !important;
}

.fs-496 {
    font-size: 496px !important;
}

.m-497 {
    margin: 497px !important;
}

.p-497 {
    padding: 497px !important;
}

.mr-497 {
    margin-right: 497px !important;
}

.ml-497 {
    margin-left: 497px !important;
}

.mt-497 {
    margin-top: 497px !important;
}

.mb-497 {
    margin-bottom: 497px !important;
}

.pr-497 {
    padding-right: 497px !important;
}

.pl-497 {
    padding-left: 497px !important;
}

.pt-497 {
    padding-top: 497px !important;
}

.pb-497 {
    padding-bottom: 497px !important;
}

.fs-497 {
    font-size: 497px !important;
}

.m-498 {
    margin: 498px !important;
}

.p-498 {
    padding: 498px !important;
}

.mr-498 {
    margin-right: 498px !important;
}

.ml-498 {
    margin-left: 498px !important;
}

.mt-498 {
    margin-top: 498px !important;
}

.mb-498 {
    margin-bottom: 498px !important;
}

.pr-498 {
    padding-right: 498px !important;
}

.pl-498 {
    padding-left: 498px !important;
}

.pt-498 {
    padding-top: 498px !important;
}

.pb-498 {
    padding-bottom: 498px !important;
}

.fs-498 {
    font-size: 498px !important;
}

.m-499 {
    margin: 499px !important;
}

.p-499 {
    padding: 499px !important;
}

.mr-499 {
    margin-right: 499px !important;
}

.ml-499 {
    margin-left: 499px !important;
}

.mt-499 {
    margin-top: 499px !important;
}

.mb-499 {
    margin-bottom: 499px !important;
}

.pr-499 {
    padding-right: 499px !important;
}

.pl-499 {
    padding-left: 499px !important;
}

.pt-499 {
    padding-top: 499px !important;
}

.pb-499 {
    padding-bottom: 499px !important;
}

.fs-499 {
    font-size: 499px !important;
}

.m-500 {
    margin: 500px !important;
}

.p-500 {
    padding: 500px !important;
}

.mr-500 {
    margin-right: 500px !important;
}

.ml-500 {
    margin-left: 500px !important;
}

.mt-500 {
    margin-top: 500px !important;
}

.mb-500 {
    margin-bottom: 500px !important;
}

.pr-500 {
    padding-right: 500px !important;
}

.pl-500 {
    padding-left: 500px !important;
}

.pt-500 {
    padding-top: 500px !important;
}

.pb-500 {
    padding-bottom: 500px !important;
}

.fs-500 {
    font-size: 500px !important;
}

.m-501 {
    margin: 501px !important;
}

.p-501 {
    padding: 501px !important;
}

.mr-501 {
    margin-right: 501px !important;
}

.ml-501 {
    margin-left: 501px !important;
}

.mt-501 {
    margin-top: 501px !important;
}

.mb-501 {
    margin-bottom: 501px !important;
}

.pr-501 {
    padding-right: 501px !important;
}

.pl-501 {
    padding-left: 501px !important;
}

.pt-501 {
    padding-top: 501px !important;
}

.pb-501 {
    padding-bottom: 501px !important;
}

.fs-501 {
    font-size: 501px !important;
}

.m-502 {
    margin: 502px !important;
}

.p-502 {
    padding: 502px !important;
}

.mr-502 {
    margin-right: 502px !important;
}

.ml-502 {
    margin-left: 502px !important;
}

.mt-502 {
    margin-top: 502px !important;
}

.mb-502 {
    margin-bottom: 502px !important;
}

.pr-502 {
    padding-right: 502px !important;
}

.pl-502 {
    padding-left: 502px !important;
}

.pt-502 {
    padding-top: 502px !important;
}

.pb-502 {
    padding-bottom: 502px !important;
}

.fs-502 {
    font-size: 502px !important;
}

.m-503 {
    margin: 503px !important;
}

.p-503 {
    padding: 503px !important;
}

.mr-503 {
    margin-right: 503px !important;
}

.ml-503 {
    margin-left: 503px !important;
}

.mt-503 {
    margin-top: 503px !important;
}

.mb-503 {
    margin-bottom: 503px !important;
}

.pr-503 {
    padding-right: 503px !important;
}

.pl-503 {
    padding-left: 503px !important;
}

.pt-503 {
    padding-top: 503px !important;
}

.pb-503 {
    padding-bottom: 503px !important;
}

.fs-503 {
    font-size: 503px !important;
}

.m-504 {
    margin: 504px !important;
}

.p-504 {
    padding: 504px !important;
}

.mr-504 {
    margin-right: 504px !important;
}

.ml-504 {
    margin-left: 504px !important;
}

.mt-504 {
    margin-top: 504px !important;
}

.mb-504 {
    margin-bottom: 504px !important;
}

.pr-504 {
    padding-right: 504px !important;
}

.pl-504 {
    padding-left: 504px !important;
}

.pt-504 {
    padding-top: 504px !important;
}

.pb-504 {
    padding-bottom: 504px !important;
}

.fs-504 {
    font-size: 504px !important;
}

.m-505 {
    margin: 505px !important;
}

.p-505 {
    padding: 505px !important;
}

.mr-505 {
    margin-right: 505px !important;
}

.ml-505 {
    margin-left: 505px !important;
}

.mt-505 {
    margin-top: 505px !important;
}

.mb-505 {
    margin-bottom: 505px !important;
}

.pr-505 {
    padding-right: 505px !important;
}

.pl-505 {
    padding-left: 505px !important;
}

.pt-505 {
    padding-top: 505px !important;
}

.pb-505 {
    padding-bottom: 505px !important;
}

.fs-505 {
    font-size: 505px !important;
}

.m-506 {
    margin: 506px !important;
}

.p-506 {
    padding: 506px !important;
}

.mr-506 {
    margin-right: 506px !important;
}

.ml-506 {
    margin-left: 506px !important;
}

.mt-506 {
    margin-top: 506px !important;
}

.mb-506 {
    margin-bottom: 506px !important;
}

.pr-506 {
    padding-right: 506px !important;
}

.pl-506 {
    padding-left: 506px !important;
}

.pt-506 {
    padding-top: 506px !important;
}

.pb-506 {
    padding-bottom: 506px !important;
}

.fs-506 {
    font-size: 506px !important;
}

.m-507 {
    margin: 507px !important;
}

.p-507 {
    padding: 507px !important;
}

.mr-507 {
    margin-right: 507px !important;
}

.ml-507 {
    margin-left: 507px !important;
}

.mt-507 {
    margin-top: 507px !important;
}

.mb-507 {
    margin-bottom: 507px !important;
}

.pr-507 {
    padding-right: 507px !important;
}

.pl-507 {
    padding-left: 507px !important;
}

.pt-507 {
    padding-top: 507px !important;
}

.pb-507 {
    padding-bottom: 507px !important;
}

.fs-507 {
    font-size: 507px !important;
}

.m-508 {
    margin: 508px !important;
}

.p-508 {
    padding: 508px !important;
}

.mr-508 {
    margin-right: 508px !important;
}

.ml-508 {
    margin-left: 508px !important;
}

.mt-508 {
    margin-top: 508px !important;
}

.mb-508 {
    margin-bottom: 508px !important;
}

.pr-508 {
    padding-right: 508px !important;
}

.pl-508 {
    padding-left: 508px !important;
}

.pt-508 {
    padding-top: 508px !important;
}

.pb-508 {
    padding-bottom: 508px !important;
}

.fs-508 {
    font-size: 508px !important;
}

.m-509 {
    margin: 509px !important;
}

.p-509 {
    padding: 509px !important;
}

.mr-509 {
    margin-right: 509px !important;
}

.ml-509 {
    margin-left: 509px !important;
}

.mt-509 {
    margin-top: 509px !important;
}

.mb-509 {
    margin-bottom: 509px !important;
}

.pr-509 {
    padding-right: 509px !important;
}

.pl-509 {
    padding-left: 509px !important;
}

.pt-509 {
    padding-top: 509px !important;
}

.pb-509 {
    padding-bottom: 509px !important;
}

.fs-509 {
    font-size: 509px !important;
}

.m-510 {
    margin: 510px !important;
}

.p-510 {
    padding: 510px !important;
}

.mr-510 {
    margin-right: 510px !important;
}

.ml-510 {
    margin-left: 510px !important;
}

.mt-510 {
    margin-top: 510px !important;
}

.mb-510 {
    margin-bottom: 510px !important;
}

.pr-510 {
    padding-right: 510px !important;
}

.pl-510 {
    padding-left: 510px !important;
}

.pt-510 {
    padding-top: 510px !important;
}

.pb-510 {
    padding-bottom: 510px !important;
}

.fs-510 {
    font-size: 510px !important;
}

.m-511 {
    margin: 511px !important;
}

.p-511 {
    padding: 511px !important;
}

.mr-511 {
    margin-right: 511px !important;
}

.ml-511 {
    margin-left: 511px !important;
}

.mt-511 {
    margin-top: 511px !important;
}

.mb-511 {
    margin-bottom: 511px !important;
}

.pr-511 {
    padding-right: 511px !important;
}

.pl-511 {
    padding-left: 511px !important;
}

.pt-511 {
    padding-top: 511px !important;
}

.pb-511 {
    padding-bottom: 511px !important;
}

.fs-511 {
    font-size: 511px !important;
}

.m-512 {
    margin: 512px !important;
}

.p-512 {
    padding: 512px !important;
}

.mr-512 {
    margin-right: 512px !important;
}

.ml-512 {
    margin-left: 512px !important;
}

.mt-512 {
    margin-top: 512px !important;
}

.mb-512 {
    margin-bottom: 512px !important;
}

.pr-512 {
    padding-right: 512px !important;
}

.pl-512 {
    padding-left: 512px !important;
}

.pt-512 {
    padding-top: 512px !important;
}

.pb-512 {
    padding-bottom: 512px !important;
}

.fs-512 {
    font-size: 512px !important;
}

.m-513 {
    margin: 513px !important;
}

.p-513 {
    padding: 513px !important;
}

.mr-513 {
    margin-right: 513px !important;
}

.ml-513 {
    margin-left: 513px !important;
}

.mt-513 {
    margin-top: 513px !important;
}

.mb-513 {
    margin-bottom: 513px !important;
}

.pr-513 {
    padding-right: 513px !important;
}

.pl-513 {
    padding-left: 513px !important;
}

.pt-513 {
    padding-top: 513px !important;
}

.pb-513 {
    padding-bottom: 513px !important;
}

.fs-513 {
    font-size: 513px !important;
}

.m-514 {
    margin: 514px !important;
}

.p-514 {
    padding: 514px !important;
}

.mr-514 {
    margin-right: 514px !important;
}

.ml-514 {
    margin-left: 514px !important;
}

.mt-514 {
    margin-top: 514px !important;
}

.mb-514 {
    margin-bottom: 514px !important;
}

.pr-514 {
    padding-right: 514px !important;
}

.pl-514 {
    padding-left: 514px !important;
}

.pt-514 {
    padding-top: 514px !important;
}

.pb-514 {
    padding-bottom: 514px !important;
}

.fs-514 {
    font-size: 514px !important;
}

.m-515 {
    margin: 515px !important;
}

.p-515 {
    padding: 515px !important;
}

.mr-515 {
    margin-right: 515px !important;
}

.ml-515 {
    margin-left: 515px !important;
}

.mt-515 {
    margin-top: 515px !important;
}

.mb-515 {
    margin-bottom: 515px !important;
}

.pr-515 {
    padding-right: 515px !important;
}

.pl-515 {
    padding-left: 515px !important;
}

.pt-515 {
    padding-top: 515px !important;
}

.pb-515 {
    padding-bottom: 515px !important;
}

.fs-515 {
    font-size: 515px !important;
}

.m-516 {
    margin: 516px !important;
}

.p-516 {
    padding: 516px !important;
}

.mr-516 {
    margin-right: 516px !important;
}

.ml-516 {
    margin-left: 516px !important;
}

.mt-516 {
    margin-top: 516px !important;
}

.mb-516 {
    margin-bottom: 516px !important;
}

.pr-516 {
    padding-right: 516px !important;
}

.pl-516 {
    padding-left: 516px !important;
}

.pt-516 {
    padding-top: 516px !important;
}

.pb-516 {
    padding-bottom: 516px !important;
}

.fs-516 {
    font-size: 516px !important;
}

.m-517 {
    margin: 517px !important;
}

.p-517 {
    padding: 517px !important;
}

.mr-517 {
    margin-right: 517px !important;
}

.ml-517 {
    margin-left: 517px !important;
}

.mt-517 {
    margin-top: 517px !important;
}

.mb-517 {
    margin-bottom: 517px !important;
}

.pr-517 {
    padding-right: 517px !important;
}

.pl-517 {
    padding-left: 517px !important;
}

.pt-517 {
    padding-top: 517px !important;
}

.pb-517 {
    padding-bottom: 517px !important;
}

.fs-517 {
    font-size: 517px !important;
}

.m-518 {
    margin: 518px !important;
}

.p-518 {
    padding: 518px !important;
}

.mr-518 {
    margin-right: 518px !important;
}

.ml-518 {
    margin-left: 518px !important;
}

.mt-518 {
    margin-top: 518px !important;
}

.mb-518 {
    margin-bottom: 518px !important;
}

.pr-518 {
    padding-right: 518px !important;
}

.pl-518 {
    padding-left: 518px !important;
}

.pt-518 {
    padding-top: 518px !important;
}

.pb-518 {
    padding-bottom: 518px !important;
}

.fs-518 {
    font-size: 518px !important;
}

.m-519 {
    margin: 519px !important;
}

.p-519 {
    padding: 519px !important;
}

.mr-519 {
    margin-right: 519px !important;
}

.ml-519 {
    margin-left: 519px !important;
}

.mt-519 {
    margin-top: 519px !important;
}

.mb-519 {
    margin-bottom: 519px !important;
}

.pr-519 {
    padding-right: 519px !important;
}

.pl-519 {
    padding-left: 519px !important;
}

.pt-519 {
    padding-top: 519px !important;
}

.pb-519 {
    padding-bottom: 519px !important;
}

.fs-519 {
    font-size: 519px !important;
}

.m-520 {
    margin: 520px !important;
}

.p-520 {
    padding: 520px !important;
}

.mr-520 {
    margin-right: 520px !important;
}

.ml-520 {
    margin-left: 520px !important;
}

.mt-520 {
    margin-top: 520px !important;
}

.mb-520 {
    margin-bottom: 520px !important;
}

.pr-520 {
    padding-right: 520px !important;
}

.pl-520 {
    padding-left: 520px !important;
}

.pt-520 {
    padding-top: 520px !important;
}

.pb-520 {
    padding-bottom: 520px !important;
}

.fs-520 {
    font-size: 520px !important;
}

.m-521 {
    margin: 521px !important;
}

.p-521 {
    padding: 521px !important;
}

.mr-521 {
    margin-right: 521px !important;
}

.ml-521 {
    margin-left: 521px !important;
}

.mt-521 {
    margin-top: 521px !important;
}

.mb-521 {
    margin-bottom: 521px !important;
}

.pr-521 {
    padding-right: 521px !important;
}

.pl-521 {
    padding-left: 521px !important;
}

.pt-521 {
    padding-top: 521px !important;
}

.pb-521 {
    padding-bottom: 521px !important;
}

.fs-521 {
    font-size: 521px !important;
}

.m-522 {
    margin: 522px !important;
}

.p-522 {
    padding: 522px !important;
}

.mr-522 {
    margin-right: 522px !important;
}

.ml-522 {
    margin-left: 522px !important;
}

.mt-522 {
    margin-top: 522px !important;
}

.mb-522 {
    margin-bottom: 522px !important;
}

.pr-522 {
    padding-right: 522px !important;
}

.pl-522 {
    padding-left: 522px !important;
}

.pt-522 {
    padding-top: 522px !important;
}

.pb-522 {
    padding-bottom: 522px !important;
}

.fs-522 {
    font-size: 522px !important;
}

.m-523 {
    margin: 523px !important;
}

.p-523 {
    padding: 523px !important;
}

.mr-523 {
    margin-right: 523px !important;
}

.ml-523 {
    margin-left: 523px !important;
}

.mt-523 {
    margin-top: 523px !important;
}

.mb-523 {
    margin-bottom: 523px !important;
}

.pr-523 {
    padding-right: 523px !important;
}

.pl-523 {
    padding-left: 523px !important;
}

.pt-523 {
    padding-top: 523px !important;
}

.pb-523 {
    padding-bottom: 523px !important;
}

.fs-523 {
    font-size: 523px !important;
}

.m-524 {
    margin: 524px !important;
}

.p-524 {
    padding: 524px !important;
}

.mr-524 {
    margin-right: 524px !important;
}

.ml-524 {
    margin-left: 524px !important;
}

.mt-524 {
    margin-top: 524px !important;
}

.mb-524 {
    margin-bottom: 524px !important;
}

.pr-524 {
    padding-right: 524px !important;
}

.pl-524 {
    padding-left: 524px !important;
}

.pt-524 {
    padding-top: 524px !important;
}

.pb-524 {
    padding-bottom: 524px !important;
}

.fs-524 {
    font-size: 524px !important;
}

.m-525 {
    margin: 525px !important;
}

.p-525 {
    padding: 525px !important;
}

.mr-525 {
    margin-right: 525px !important;
}

.ml-525 {
    margin-left: 525px !important;
}

.mt-525 {
    margin-top: 525px !important;
}

.mb-525 {
    margin-bottom: 525px !important;
}

.pr-525 {
    padding-right: 525px !important;
}

.pl-525 {
    padding-left: 525px !important;
}

.pt-525 {
    padding-top: 525px !important;
}

.pb-525 {
    padding-bottom: 525px !important;
}

.fs-525 {
    font-size: 525px !important;
}

.m-526 {
    margin: 526px !important;
}

.p-526 {
    padding: 526px !important;
}

.mr-526 {
    margin-right: 526px !important;
}

.ml-526 {
    margin-left: 526px !important;
}

.mt-526 {
    margin-top: 526px !important;
}

.mb-526 {
    margin-bottom: 526px !important;
}

.pr-526 {
    padding-right: 526px !important;
}

.pl-526 {
    padding-left: 526px !important;
}

.pt-526 {
    padding-top: 526px !important;
}

.pb-526 {
    padding-bottom: 526px !important;
}

.fs-526 {
    font-size: 526px !important;
}

.m-527 {
    margin: 527px !important;
}

.p-527 {
    padding: 527px !important;
}

.mr-527 {
    margin-right: 527px !important;
}

.ml-527 {
    margin-left: 527px !important;
}

.mt-527 {
    margin-top: 527px !important;
}

.mb-527 {
    margin-bottom: 527px !important;
}

.pr-527 {
    padding-right: 527px !important;
}

.pl-527 {
    padding-left: 527px !important;
}

.pt-527 {
    padding-top: 527px !important;
}

.pb-527 {
    padding-bottom: 527px !important;
}

.fs-527 {
    font-size: 527px !important;
}

.m-528 {
    margin: 528px !important;
}

.p-528 {
    padding: 528px !important;
}

.mr-528 {
    margin-right: 528px !important;
}

.ml-528 {
    margin-left: 528px !important;
}

.mt-528 {
    margin-top: 528px !important;
}

.mb-528 {
    margin-bottom: 528px !important;
}

.pr-528 {
    padding-right: 528px !important;
}

.pl-528 {
    padding-left: 528px !important;
}

.pt-528 {
    padding-top: 528px !important;
}

.pb-528 {
    padding-bottom: 528px !important;
}

.fs-528 {
    font-size: 528px !important;
}

.m-529 {
    margin: 529px !important;
}

.p-529 {
    padding: 529px !important;
}

.mr-529 {
    margin-right: 529px !important;
}

.ml-529 {
    margin-left: 529px !important;
}

.mt-529 {
    margin-top: 529px !important;
}

.mb-529 {
    margin-bottom: 529px !important;
}

.pr-529 {
    padding-right: 529px !important;
}

.pl-529 {
    padding-left: 529px !important;
}

.pt-529 {
    padding-top: 529px !important;
}

.pb-529 {
    padding-bottom: 529px !important;
}

.fs-529 {
    font-size: 529px !important;
}

.m-530 {
    margin: 530px !important;
}

.p-530 {
    padding: 530px !important;
}

.mr-530 {
    margin-right: 530px !important;
}

.ml-530 {
    margin-left: 530px !important;
}

.mt-530 {
    margin-top: 530px !important;
}

.mb-530 {
    margin-bottom: 530px !important;
}

.pr-530 {
    padding-right: 530px !important;
}

.pl-530 {
    padding-left: 530px !important;
}

.pt-530 {
    padding-top: 530px !important;
}

.pb-530 {
    padding-bottom: 530px !important;
}

.fs-530 {
    font-size: 530px !important;
}

.m-531 {
    margin: 531px !important;
}

.p-531 {
    padding: 531px !important;
}

.mr-531 {
    margin-right: 531px !important;
}

.ml-531 {
    margin-left: 531px !important;
}

.mt-531 {
    margin-top: 531px !important;
}

.mb-531 {
    margin-bottom: 531px !important;
}

.pr-531 {
    padding-right: 531px !important;
}

.pl-531 {
    padding-left: 531px !important;
}

.pt-531 {
    padding-top: 531px !important;
}

.pb-531 {
    padding-bottom: 531px !important;
}

.fs-531 {
    font-size: 531px !important;
}

.m-532 {
    margin: 532px !important;
}

.p-532 {
    padding: 532px !important;
}

.mr-532 {
    margin-right: 532px !important;
}

.ml-532 {
    margin-left: 532px !important;
}

.mt-532 {
    margin-top: 532px !important;
}

.mb-532 {
    margin-bottom: 532px !important;
}

.pr-532 {
    padding-right: 532px !important;
}

.pl-532 {
    padding-left: 532px !important;
}

.pt-532 {
    padding-top: 532px !important;
}

.pb-532 {
    padding-bottom: 532px !important;
}

.fs-532 {
    font-size: 532px !important;
}

.m-533 {
    margin: 533px !important;
}

.p-533 {
    padding: 533px !important;
}

.mr-533 {
    margin-right: 533px !important;
}

.ml-533 {
    margin-left: 533px !important;
}

.mt-533 {
    margin-top: 533px !important;
}

.mb-533 {
    margin-bottom: 533px !important;
}

.pr-533 {
    padding-right: 533px !important;
}

.pl-533 {
    padding-left: 533px !important;
}

.pt-533 {
    padding-top: 533px !important;
}

.pb-533 {
    padding-bottom: 533px !important;
}

.fs-533 {
    font-size: 533px !important;
}

.m-534 {
    margin: 534px !important;
}

.p-534 {
    padding: 534px !important;
}

.mr-534 {
    margin-right: 534px !important;
}

.ml-534 {
    margin-left: 534px !important;
}

.mt-534 {
    margin-top: 534px !important;
}

.mb-534 {
    margin-bottom: 534px !important;
}

.pr-534 {
    padding-right: 534px !important;
}

.pl-534 {
    padding-left: 534px !important;
}

.pt-534 {
    padding-top: 534px !important;
}

.pb-534 {
    padding-bottom: 534px !important;
}

.fs-534 {
    font-size: 534px !important;
}

.m-535 {
    margin: 535px !important;
}

.p-535 {
    padding: 535px !important;
}

.mr-535 {
    margin-right: 535px !important;
}

.ml-535 {
    margin-left: 535px !important;
}

.mt-535 {
    margin-top: 535px !important;
}

.mb-535 {
    margin-bottom: 535px !important;
}

.pr-535 {
    padding-right: 535px !important;
}

.pl-535 {
    padding-left: 535px !important;
}

.pt-535 {
    padding-top: 535px !important;
}

.pb-535 {
    padding-bottom: 535px !important;
}

.fs-535 {
    font-size: 535px !important;
}

.m-536 {
    margin: 536px !important;
}

.p-536 {
    padding: 536px !important;
}

.mr-536 {
    margin-right: 536px !important;
}

.ml-536 {
    margin-left: 536px !important;
}

.mt-536 {
    margin-top: 536px !important;
}

.mb-536 {
    margin-bottom: 536px !important;
}

.pr-536 {
    padding-right: 536px !important;
}

.pl-536 {
    padding-left: 536px !important;
}

.pt-536 {
    padding-top: 536px !important;
}

.pb-536 {
    padding-bottom: 536px !important;
}

.fs-536 {
    font-size: 536px !important;
}

.m-537 {
    margin: 537px !important;
}

.p-537 {
    padding: 537px !important;
}

.mr-537 {
    margin-right: 537px !important;
}

.ml-537 {
    margin-left: 537px !important;
}

.mt-537 {
    margin-top: 537px !important;
}

.mb-537 {
    margin-bottom: 537px !important;
}

.pr-537 {
    padding-right: 537px !important;
}

.pl-537 {
    padding-left: 537px !important;
}

.pt-537 {
    padding-top: 537px !important;
}

.pb-537 {
    padding-bottom: 537px !important;
}

.fs-537 {
    font-size: 537px !important;
}

.m-538 {
    margin: 538px !important;
}

.p-538 {
    padding: 538px !important;
}

.mr-538 {
    margin-right: 538px !important;
}

.ml-538 {
    margin-left: 538px !important;
}

.mt-538 {
    margin-top: 538px !important;
}

.mb-538 {
    margin-bottom: 538px !important;
}

.pr-538 {
    padding-right: 538px !important;
}

.pl-538 {
    padding-left: 538px !important;
}

.pt-538 {
    padding-top: 538px !important;
}

.pb-538 {
    padding-bottom: 538px !important;
}

.fs-538 {
    font-size: 538px !important;
}

.m-539 {
    margin: 539px !important;
}

.p-539 {
    padding: 539px !important;
}

.mr-539 {
    margin-right: 539px !important;
}

.ml-539 {
    margin-left: 539px !important;
}

.mt-539 {
    margin-top: 539px !important;
}

.mb-539 {
    margin-bottom: 539px !important;
}

.pr-539 {
    padding-right: 539px !important;
}

.pl-539 {
    padding-left: 539px !important;
}

.pt-539 {
    padding-top: 539px !important;
}

.pb-539 {
    padding-bottom: 539px !important;
}

.fs-539 {
    font-size: 539px !important;
}

.m-540 {
    margin: 540px !important;
}

.p-540 {
    padding: 540px !important;
}

.mr-540 {
    margin-right: 540px !important;
}

.ml-540 {
    margin-left: 540px !important;
}

.mt-540 {
    margin-top: 540px !important;
}

.mb-540 {
    margin-bottom: 540px !important;
}

.pr-540 {
    padding-right: 540px !important;
}

.pl-540 {
    padding-left: 540px !important;
}

.pt-540 {
    padding-top: 540px !important;
}

.pb-540 {
    padding-bottom: 540px !important;
}

.fs-540 {
    font-size: 540px !important;
}

.m-541 {
    margin: 541px !important;
}

.p-541 {
    padding: 541px !important;
}

.mr-541 {
    margin-right: 541px !important;
}

.ml-541 {
    margin-left: 541px !important;
}

.mt-541 {
    margin-top: 541px !important;
}

.mb-541 {
    margin-bottom: 541px !important;
}

.pr-541 {
    padding-right: 541px !important;
}

.pl-541 {
    padding-left: 541px !important;
}

.pt-541 {
    padding-top: 541px !important;
}

.pb-541 {
    padding-bottom: 541px !important;
}

.fs-541 {
    font-size: 541px !important;
}

.m-542 {
    margin: 542px !important;
}

.p-542 {
    padding: 542px !important;
}

.mr-542 {
    margin-right: 542px !important;
}

.ml-542 {
    margin-left: 542px !important;
}

.mt-542 {
    margin-top: 542px !important;
}

.mb-542 {
    margin-bottom: 542px !important;
}

.pr-542 {
    padding-right: 542px !important;
}

.pl-542 {
    padding-left: 542px !important;
}

.pt-542 {
    padding-top: 542px !important;
}

.pb-542 {
    padding-bottom: 542px !important;
}

.fs-542 {
    font-size: 542px !important;
}

.m-543 {
    margin: 543px !important;
}

.p-543 {
    padding: 543px !important;
}

.mr-543 {
    margin-right: 543px !important;
}

.ml-543 {
    margin-left: 543px !important;
}

.mt-543 {
    margin-top: 543px !important;
}

.mb-543 {
    margin-bottom: 543px !important;
}

.pr-543 {
    padding-right: 543px !important;
}

.pl-543 {
    padding-left: 543px !important;
}

.pt-543 {
    padding-top: 543px !important;
}

.pb-543 {
    padding-bottom: 543px !important;
}

.fs-543 {
    font-size: 543px !important;
}

.m-544 {
    margin: 544px !important;
}

.p-544 {
    padding: 544px !important;
}

.mr-544 {
    margin-right: 544px !important;
}

.ml-544 {
    margin-left: 544px !important;
}

.mt-544 {
    margin-top: 544px !important;
}

.mb-544 {
    margin-bottom: 544px !important;
}

.pr-544 {
    padding-right: 544px !important;
}

.pl-544 {
    padding-left: 544px !important;
}

.pt-544 {
    padding-top: 544px !important;
}

.pb-544 {
    padding-bottom: 544px !important;
}

.fs-544 {
    font-size: 544px !important;
}

.m-545 {
    margin: 545px !important;
}

.p-545 {
    padding: 545px !important;
}

.mr-545 {
    margin-right: 545px !important;
}

.ml-545 {
    margin-left: 545px !important;
}

.mt-545 {
    margin-top: 545px !important;
}

.mb-545 {
    margin-bottom: 545px !important;
}

.pr-545 {
    padding-right: 545px !important;
}

.pl-545 {
    padding-left: 545px !important;
}

.pt-545 {
    padding-top: 545px !important;
}

.pb-545 {
    padding-bottom: 545px !important;
}

.fs-545 {
    font-size: 545px !important;
}

.m-546 {
    margin: 546px !important;
}

.p-546 {
    padding: 546px !important;
}

.mr-546 {
    margin-right: 546px !important;
}

.ml-546 {
    margin-left: 546px !important;
}

.mt-546 {
    margin-top: 546px !important;
}

.mb-546 {
    margin-bottom: 546px !important;
}

.pr-546 {
    padding-right: 546px !important;
}

.pl-546 {
    padding-left: 546px !important;
}

.pt-546 {
    padding-top: 546px !important;
}

.pb-546 {
    padding-bottom: 546px !important;
}

.fs-546 {
    font-size: 546px !important;
}

.m-547 {
    margin: 547px !important;
}

.p-547 {
    padding: 547px !important;
}

.mr-547 {
    margin-right: 547px !important;
}

.ml-547 {
    margin-left: 547px !important;
}

.mt-547 {
    margin-top: 547px !important;
}

.mb-547 {
    margin-bottom: 547px !important;
}

.pr-547 {
    padding-right: 547px !important;
}

.pl-547 {
    padding-left: 547px !important;
}

.pt-547 {
    padding-top: 547px !important;
}

.pb-547 {
    padding-bottom: 547px !important;
}

.fs-547 {
    font-size: 547px !important;
}

.m-548 {
    margin: 548px !important;
}

.p-548 {
    padding: 548px !important;
}

.mr-548 {
    margin-right: 548px !important;
}

.ml-548 {
    margin-left: 548px !important;
}

.mt-548 {
    margin-top: 548px !important;
}

.mb-548 {
    margin-bottom: 548px !important;
}

.pr-548 {
    padding-right: 548px !important;
}

.pl-548 {
    padding-left: 548px !important;
}

.pt-548 {
    padding-top: 548px !important;
}

.pb-548 {
    padding-bottom: 548px !important;
}

.fs-548 {
    font-size: 548px !important;
}

.m-549 {
    margin: 549px !important;
}

.p-549 {
    padding: 549px !important;
}

.mr-549 {
    margin-right: 549px !important;
}

.ml-549 {
    margin-left: 549px !important;
}

.mt-549 {
    margin-top: 549px !important;
}

.mb-549 {
    margin-bottom: 549px !important;
}

.pr-549 {
    padding-right: 549px !important;
}

.pl-549 {
    padding-left: 549px !important;
}

.pt-549 {
    padding-top: 549px !important;
}

.pb-549 {
    padding-bottom: 549px !important;
}

.fs-549 {
    font-size: 549px !important;
}

.m-550 {
    margin: 550px !important;
}

.p-550 {
    padding: 550px !important;
}

.mr-550 {
    margin-right: 550px !important;
}

.ml-550 {
    margin-left: 550px !important;
}

.mt-550 {
    margin-top: 550px !important;
}

.mb-550 {
    margin-bottom: 550px !important;
}

.pr-550 {
    padding-right: 550px !important;
}

.pl-550 {
    padding-left: 550px !important;
}

.pt-550 {
    padding-top: 550px !important;
}

.pb-550 {
    padding-bottom: 550px !important;
}

.fs-550 {
    font-size: 550px !important;
}

.m-551 {
    margin: 551px !important;
}

.p-551 {
    padding: 551px !important;
}

.mr-551 {
    margin-right: 551px !important;
}

.ml-551 {
    margin-left: 551px !important;
}

.mt-551 {
    margin-top: 551px !important;
}

.mb-551 {
    margin-bottom: 551px !important;
}

.pr-551 {
    padding-right: 551px !important;
}

.pl-551 {
    padding-left: 551px !important;
}

.pt-551 {
    padding-top: 551px !important;
}

.pb-551 {
    padding-bottom: 551px !important;
}

.fs-551 {
    font-size: 551px !important;
}

.m-552 {
    margin: 552px !important;
}

.p-552 {
    padding: 552px !important;
}

.mr-552 {
    margin-right: 552px !important;
}

.ml-552 {
    margin-left: 552px !important;
}

.mt-552 {
    margin-top: 552px !important;
}

.mb-552 {
    margin-bottom: 552px !important;
}

.pr-552 {
    padding-right: 552px !important;
}

.pl-552 {
    padding-left: 552px !important;
}

.pt-552 {
    padding-top: 552px !important;
}

.pb-552 {
    padding-bottom: 552px !important;
}

.fs-552 {
    font-size: 552px !important;
}

.m-553 {
    margin: 553px !important;
}

.p-553 {
    padding: 553px !important;
}

.mr-553 {
    margin-right: 553px !important;
}

.ml-553 {
    margin-left: 553px !important;
}

.mt-553 {
    margin-top: 553px !important;
}

.mb-553 {
    margin-bottom: 553px !important;
}

.pr-553 {
    padding-right: 553px !important;
}

.pl-553 {
    padding-left: 553px !important;
}

.pt-553 {
    padding-top: 553px !important;
}

.pb-553 {
    padding-bottom: 553px !important;
}

.fs-553 {
    font-size: 553px !important;
}

.m-554 {
    margin: 554px !important;
}

.p-554 {
    padding: 554px !important;
}

.mr-554 {
    margin-right: 554px !important;
}

.ml-554 {
    margin-left: 554px !important;
}

.mt-554 {
    margin-top: 554px !important;
}

.mb-554 {
    margin-bottom: 554px !important;
}

.pr-554 {
    padding-right: 554px !important;
}

.pl-554 {
    padding-left: 554px !important;
}

.pt-554 {
    padding-top: 554px !important;
}

.pb-554 {
    padding-bottom: 554px !important;
}

.fs-554 {
    font-size: 554px !important;
}

.m-555 {
    margin: 555px !important;
}

.p-555 {
    padding: 555px !important;
}

.mr-555 {
    margin-right: 555px !important;
}

.ml-555 {
    margin-left: 555px !important;
}

.mt-555 {
    margin-top: 555px !important;
}

.mb-555 {
    margin-bottom: 555px !important;
}

.pr-555 {
    padding-right: 555px !important;
}

.pl-555 {
    padding-left: 555px !important;
}

.pt-555 {
    padding-top: 555px !important;
}

.pb-555 {
    padding-bottom: 555px !important;
}

.fs-555 {
    font-size: 555px !important;
}

.m-556 {
    margin: 556px !important;
}

.p-556 {
    padding: 556px !important;
}

.mr-556 {
    margin-right: 556px !important;
}

.ml-556 {
    margin-left: 556px !important;
}

.mt-556 {
    margin-top: 556px !important;
}

.mb-556 {
    margin-bottom: 556px !important;
}

.pr-556 {
    padding-right: 556px !important;
}

.pl-556 {
    padding-left: 556px !important;
}

.pt-556 {
    padding-top: 556px !important;
}

.pb-556 {
    padding-bottom: 556px !important;
}

.fs-556 {
    font-size: 556px !important;
}

.m-557 {
    margin: 557px !important;
}

.p-557 {
    padding: 557px !important;
}

.mr-557 {
    margin-right: 557px !important;
}

.ml-557 {
    margin-left: 557px !important;
}

.mt-557 {
    margin-top: 557px !important;
}

.mb-557 {
    margin-bottom: 557px !important;
}

.pr-557 {
    padding-right: 557px !important;
}

.pl-557 {
    padding-left: 557px !important;
}

.pt-557 {
    padding-top: 557px !important;
}

.pb-557 {
    padding-bottom: 557px !important;
}

.fs-557 {
    font-size: 557px !important;
}

.m-558 {
    margin: 558px !important;
}

.p-558 {
    padding: 558px !important;
}

.mr-558 {
    margin-right: 558px !important;
}

.ml-558 {
    margin-left: 558px !important;
}

.mt-558 {
    margin-top: 558px !important;
}

.mb-558 {
    margin-bottom: 558px !important;
}

.pr-558 {
    padding-right: 558px !important;
}

.pl-558 {
    padding-left: 558px !important;
}

.pt-558 {
    padding-top: 558px !important;
}

.pb-558 {
    padding-bottom: 558px !important;
}

.fs-558 {
    font-size: 558px !important;
}

.m-559 {
    margin: 559px !important;
}

.p-559 {
    padding: 559px !important;
}

.mr-559 {
    margin-right: 559px !important;
}

.ml-559 {
    margin-left: 559px !important;
}

.mt-559 {
    margin-top: 559px !important;
}

.mb-559 {
    margin-bottom: 559px !important;
}

.pr-559 {
    padding-right: 559px !important;
}

.pl-559 {
    padding-left: 559px !important;
}

.pt-559 {
    padding-top: 559px !important;
}

.pb-559 {
    padding-bottom: 559px !important;
}

.fs-559 {
    font-size: 559px !important;
}

.m-560 {
    margin: 560px !important;
}

.p-560 {
    padding: 560px !important;
}

.mr-560 {
    margin-right: 560px !important;
}

.ml-560 {
    margin-left: 560px !important;
}

.mt-560 {
    margin-top: 560px !important;
}

.mb-560 {
    margin-bottom: 560px !important;
}

.pr-560 {
    padding-right: 560px !important;
}

.pl-560 {
    padding-left: 560px !important;
}

.pt-560 {
    padding-top: 560px !important;
}

.pb-560 {
    padding-bottom: 560px !important;
}

.fs-560 {
    font-size: 560px !important;
}

.m-561 {
    margin: 561px !important;
}

.p-561 {
    padding: 561px !important;
}

.mr-561 {
    margin-right: 561px !important;
}

.ml-561 {
    margin-left: 561px !important;
}

.mt-561 {
    margin-top: 561px !important;
}

.mb-561 {
    margin-bottom: 561px !important;
}

.pr-561 {
    padding-right: 561px !important;
}

.pl-561 {
    padding-left: 561px !important;
}

.pt-561 {
    padding-top: 561px !important;
}

.pb-561 {
    padding-bottom: 561px !important;
}

.fs-561 {
    font-size: 561px !important;
}

.m-562 {
    margin: 562px !important;
}

.p-562 {
    padding: 562px !important;
}

.mr-562 {
    margin-right: 562px !important;
}

.ml-562 {
    margin-left: 562px !important;
}

.mt-562 {
    margin-top: 562px !important;
}

.mb-562 {
    margin-bottom: 562px !important;
}

.pr-562 {
    padding-right: 562px !important;
}

.pl-562 {
    padding-left: 562px !important;
}

.pt-562 {
    padding-top: 562px !important;
}

.pb-562 {
    padding-bottom: 562px !important;
}

.fs-562 {
    font-size: 562px !important;
}

.m-563 {
    margin: 563px !important;
}

.p-563 {
    padding: 563px !important;
}

.mr-563 {
    margin-right: 563px !important;
}

.ml-563 {
    margin-left: 563px !important;
}

.mt-563 {
    margin-top: 563px !important;
}

.mb-563 {
    margin-bottom: 563px !important;
}

.pr-563 {
    padding-right: 563px !important;
}

.pl-563 {
    padding-left: 563px !important;
}

.pt-563 {
    padding-top: 563px !important;
}

.pb-563 {
    padding-bottom: 563px !important;
}

.fs-563 {
    font-size: 563px !important;
}

.m-564 {
    margin: 564px !important;
}

.p-564 {
    padding: 564px !important;
}

.mr-564 {
    margin-right: 564px !important;
}

.ml-564 {
    margin-left: 564px !important;
}

.mt-564 {
    margin-top: 564px !important;
}

.mb-564 {
    margin-bottom: 564px !important;
}

.pr-564 {
    padding-right: 564px !important;
}

.pl-564 {
    padding-left: 564px !important;
}

.pt-564 {
    padding-top: 564px !important;
}

.pb-564 {
    padding-bottom: 564px !important;
}

.fs-564 {
    font-size: 564px !important;
}

.m-565 {
    margin: 565px !important;
}

.p-565 {
    padding: 565px !important;
}

.mr-565 {
    margin-right: 565px !important;
}

.ml-565 {
    margin-left: 565px !important;
}

.mt-565 {
    margin-top: 565px !important;
}

.mb-565 {
    margin-bottom: 565px !important;
}

.pr-565 {
    padding-right: 565px !important;
}

.pl-565 {
    padding-left: 565px !important;
}

.pt-565 {
    padding-top: 565px !important;
}

.pb-565 {
    padding-bottom: 565px !important;
}

.fs-565 {
    font-size: 565px !important;
}

.m-566 {
    margin: 566px !important;
}

.p-566 {
    padding: 566px !important;
}

.mr-566 {
    margin-right: 566px !important;
}

.ml-566 {
    margin-left: 566px !important;
}

.mt-566 {
    margin-top: 566px !important;
}

.mb-566 {
    margin-bottom: 566px !important;
}

.pr-566 {
    padding-right: 566px !important;
}

.pl-566 {
    padding-left: 566px !important;
}

.pt-566 {
    padding-top: 566px !important;
}

.pb-566 {
    padding-bottom: 566px !important;
}

.fs-566 {
    font-size: 566px !important;
}

.m-567 {
    margin: 567px !important;
}

.p-567 {
    padding: 567px !important;
}

.mr-567 {
    margin-right: 567px !important;
}

.ml-567 {
    margin-left: 567px !important;
}

.mt-567 {
    margin-top: 567px !important;
}

.mb-567 {
    margin-bottom: 567px !important;
}

.pr-567 {
    padding-right: 567px !important;
}

.pl-567 {
    padding-left: 567px !important;
}

.pt-567 {
    padding-top: 567px !important;
}

.pb-567 {
    padding-bottom: 567px !important;
}

.fs-567 {
    font-size: 567px !important;
}

.m-568 {
    margin: 568px !important;
}

.p-568 {
    padding: 568px !important;
}

.mr-568 {
    margin-right: 568px !important;
}

.ml-568 {
    margin-left: 568px !important;
}

.mt-568 {
    margin-top: 568px !important;
}

.mb-568 {
    margin-bottom: 568px !important;
}

.pr-568 {
    padding-right: 568px !important;
}

.pl-568 {
    padding-left: 568px !important;
}

.pt-568 {
    padding-top: 568px !important;
}

.pb-568 {
    padding-bottom: 568px !important;
}

.fs-568 {
    font-size: 568px !important;
}

.m-569 {
    margin: 569px !important;
}

.p-569 {
    padding: 569px !important;
}

.mr-569 {
    margin-right: 569px !important;
}

.ml-569 {
    margin-left: 569px !important;
}

.mt-569 {
    margin-top: 569px !important;
}

.mb-569 {
    margin-bottom: 569px !important;
}

.pr-569 {
    padding-right: 569px !important;
}

.pl-569 {
    padding-left: 569px !important;
}

.pt-569 {
    padding-top: 569px !important;
}

.pb-569 {
    padding-bottom: 569px !important;
}

.fs-569 {
    font-size: 569px !important;
}

.m-570 {
    margin: 570px !important;
}

.p-570 {
    padding: 570px !important;
}

.mr-570 {
    margin-right: 570px !important;
}

.ml-570 {
    margin-left: 570px !important;
}

.mt-570 {
    margin-top: 570px !important;
}

.mb-570 {
    margin-bottom: 570px !important;
}

.pr-570 {
    padding-right: 570px !important;
}

.pl-570 {
    padding-left: 570px !important;
}

.pt-570 {
    padding-top: 570px !important;
}

.pb-570 {
    padding-bottom: 570px !important;
}

.fs-570 {
    font-size: 570px !important;
}

.m-571 {
    margin: 571px !important;
}

.p-571 {
    padding: 571px !important;
}

.mr-571 {
    margin-right: 571px !important;
}

.ml-571 {
    margin-left: 571px !important;
}

.mt-571 {
    margin-top: 571px !important;
}

.mb-571 {
    margin-bottom: 571px !important;
}

.pr-571 {
    padding-right: 571px !important;
}

.pl-571 {
    padding-left: 571px !important;
}

.pt-571 {
    padding-top: 571px !important;
}

.pb-571 {
    padding-bottom: 571px !important;
}

.fs-571 {
    font-size: 571px !important;
}

.m-572 {
    margin: 572px !important;
}

.p-572 {
    padding: 572px !important;
}

.mr-572 {
    margin-right: 572px !important;
}

.ml-572 {
    margin-left: 572px !important;
}

.mt-572 {
    margin-top: 572px !important;
}

.mb-572 {
    margin-bottom: 572px !important;
}

.pr-572 {
    padding-right: 572px !important;
}

.pl-572 {
    padding-left: 572px !important;
}

.pt-572 {
    padding-top: 572px !important;
}

.pb-572 {
    padding-bottom: 572px !important;
}

.fs-572 {
    font-size: 572px !important;
}

.m-573 {
    margin: 573px !important;
}

.p-573 {
    padding: 573px !important;
}

.mr-573 {
    margin-right: 573px !important;
}

.ml-573 {
    margin-left: 573px !important;
}

.mt-573 {
    margin-top: 573px !important;
}

.mb-573 {
    margin-bottom: 573px !important;
}

.pr-573 {
    padding-right: 573px !important;
}

.pl-573 {
    padding-left: 573px !important;
}

.pt-573 {
    padding-top: 573px !important;
}

.pb-573 {
    padding-bottom: 573px !important;
}

.fs-573 {
    font-size: 573px !important;
}

.m-574 {
    margin: 574px !important;
}

.p-574 {
    padding: 574px !important;
}

.mr-574 {
    margin-right: 574px !important;
}

.ml-574 {
    margin-left: 574px !important;
}

.mt-574 {
    margin-top: 574px !important;
}

.mb-574 {
    margin-bottom: 574px !important;
}

.pr-574 {
    padding-right: 574px !important;
}

.pl-574 {
    padding-left: 574px !important;
}

.pt-574 {
    padding-top: 574px !important;
}

.pb-574 {
    padding-bottom: 574px !important;
}

.fs-574 {
    font-size: 574px !important;
}

.m-575 {
    margin: 575px !important;
}

.p-575 {
    padding: 575px !important;
}

.mr-575 {
    margin-right: 575px !important;
}

.ml-575 {
    margin-left: 575px !important;
}

.mt-575 {
    margin-top: 575px !important;
}

.mb-575 {
    margin-bottom: 575px !important;
}

.pr-575 {
    padding-right: 575px !important;
}

.pl-575 {
    padding-left: 575px !important;
}

.pt-575 {
    padding-top: 575px !important;
}

.pb-575 {
    padding-bottom: 575px !important;
}

.fs-575 {
    font-size: 575px !important;
}

.m-576 {
    margin: 576px !important;
}

.p-576 {
    padding: 576px !important;
}

.mr-576 {
    margin-right: 576px !important;
}

.ml-576 {
    margin-left: 576px !important;
}

.mt-576 {
    margin-top: 576px !important;
}

.mb-576 {
    margin-bottom: 576px !important;
}

.pr-576 {
    padding-right: 576px !important;
}

.pl-576 {
    padding-left: 576px !important;
}

.pt-576 {
    padding-top: 576px !important;
}

.pb-576 {
    padding-bottom: 576px !important;
}

.fs-576 {
    font-size: 576px !important;
}

.m-577 {
    margin: 577px !important;
}

.p-577 {
    padding: 577px !important;
}

.mr-577 {
    margin-right: 577px !important;
}

.ml-577 {
    margin-left: 577px !important;
}

.mt-577 {
    margin-top: 577px !important;
}

.mb-577 {
    margin-bottom: 577px !important;
}

.pr-577 {
    padding-right: 577px !important;
}

.pl-577 {
    padding-left: 577px !important;
}

.pt-577 {
    padding-top: 577px !important;
}

.pb-577 {
    padding-bottom: 577px !important;
}

.fs-577 {
    font-size: 577px !important;
}

.m-578 {
    margin: 578px !important;
}

.p-578 {
    padding: 578px !important;
}

.mr-578 {
    margin-right: 578px !important;
}

.ml-578 {
    margin-left: 578px !important;
}

.mt-578 {
    margin-top: 578px !important;
}

.mb-578 {
    margin-bottom: 578px !important;
}

.pr-578 {
    padding-right: 578px !important;
}

.pl-578 {
    padding-left: 578px !important;
}

.pt-578 {
    padding-top: 578px !important;
}

.pb-578 {
    padding-bottom: 578px !important;
}

.fs-578 {
    font-size: 578px !important;
}

.m-579 {
    margin: 579px !important;
}

.p-579 {
    padding: 579px !important;
}

.mr-579 {
    margin-right: 579px !important;
}

.ml-579 {
    margin-left: 579px !important;
}

.mt-579 {
    margin-top: 579px !important;
}

.mb-579 {
    margin-bottom: 579px !important;
}

.pr-579 {
    padding-right: 579px !important;
}

.pl-579 {
    padding-left: 579px !important;
}

.pt-579 {
    padding-top: 579px !important;
}

.pb-579 {
    padding-bottom: 579px !important;
}

.fs-579 {
    font-size: 579px !important;
}

.m-580 {
    margin: 580px !important;
}

.p-580 {
    padding: 580px !important;
}

.mr-580 {
    margin-right: 580px !important;
}

.ml-580 {
    margin-left: 580px !important;
}

.mt-580 {
    margin-top: 580px !important;
}

.mb-580 {
    margin-bottom: 580px !important;
}

.pr-580 {
    padding-right: 580px !important;
}

.pl-580 {
    padding-left: 580px !important;
}

.pt-580 {
    padding-top: 580px !important;
}

.pb-580 {
    padding-bottom: 580px !important;
}

.fs-580 {
    font-size: 580px !important;
}

.m-581 {
    margin: 581px !important;
}

.p-581 {
    padding: 581px !important;
}

.mr-581 {
    margin-right: 581px !important;
}

.ml-581 {
    margin-left: 581px !important;
}

.mt-581 {
    margin-top: 581px !important;
}

.mb-581 {
    margin-bottom: 581px !important;
}

.pr-581 {
    padding-right: 581px !important;
}

.pl-581 {
    padding-left: 581px !important;
}

.pt-581 {
    padding-top: 581px !important;
}

.pb-581 {
    padding-bottom: 581px !important;
}

.fs-581 {
    font-size: 581px !important;
}

.m-582 {
    margin: 582px !important;
}

.p-582 {
    padding: 582px !important;
}

.mr-582 {
    margin-right: 582px !important;
}

.ml-582 {
    margin-left: 582px !important;
}

.mt-582 {
    margin-top: 582px !important;
}

.mb-582 {
    margin-bottom: 582px !important;
}

.pr-582 {
    padding-right: 582px !important;
}

.pl-582 {
    padding-left: 582px !important;
}

.pt-582 {
    padding-top: 582px !important;
}

.pb-582 {
    padding-bottom: 582px !important;
}

.fs-582 {
    font-size: 582px !important;
}

.m-583 {
    margin: 583px !important;
}

.p-583 {
    padding: 583px !important;
}

.mr-583 {
    margin-right: 583px !important;
}

.ml-583 {
    margin-left: 583px !important;
}

.mt-583 {
    margin-top: 583px !important;
}

.mb-583 {
    margin-bottom: 583px !important;
}

.pr-583 {
    padding-right: 583px !important;
}

.pl-583 {
    padding-left: 583px !important;
}

.pt-583 {
    padding-top: 583px !important;
}

.pb-583 {
    padding-bottom: 583px !important;
}

.fs-583 {
    font-size: 583px !important;
}

.m-584 {
    margin: 584px !important;
}

.p-584 {
    padding: 584px !important;
}

.mr-584 {
    margin-right: 584px !important;
}

.ml-584 {
    margin-left: 584px !important;
}

.mt-584 {
    margin-top: 584px !important;
}

.mb-584 {
    margin-bottom: 584px !important;
}

.pr-584 {
    padding-right: 584px !important;
}

.pl-584 {
    padding-left: 584px !important;
}

.pt-584 {
    padding-top: 584px !important;
}

.pb-584 {
    padding-bottom: 584px !important;
}

.fs-584 {
    font-size: 584px !important;
}

.m-585 {
    margin: 585px !important;
}

.p-585 {
    padding: 585px !important;
}

.mr-585 {
    margin-right: 585px !important;
}

.ml-585 {
    margin-left: 585px !important;
}

.mt-585 {
    margin-top: 585px !important;
}

.mb-585 {
    margin-bottom: 585px !important;
}

.pr-585 {
    padding-right: 585px !important;
}

.pl-585 {
    padding-left: 585px !important;
}

.pt-585 {
    padding-top: 585px !important;
}

.pb-585 {
    padding-bottom: 585px !important;
}

.fs-585 {
    font-size: 585px !important;
}

.m-586 {
    margin: 586px !important;
}

.p-586 {
    padding: 586px !important;
}

.mr-586 {
    margin-right: 586px !important;
}

.ml-586 {
    margin-left: 586px !important;
}

.mt-586 {
    margin-top: 586px !important;
}

.mb-586 {
    margin-bottom: 586px !important;
}

.pr-586 {
    padding-right: 586px !important;
}

.pl-586 {
    padding-left: 586px !important;
}

.pt-586 {
    padding-top: 586px !important;
}

.pb-586 {
    padding-bottom: 586px !important;
}

.fs-586 {
    font-size: 586px !important;
}

.m-587 {
    margin: 587px !important;
}

.p-587 {
    padding: 587px !important;
}

.mr-587 {
    margin-right: 587px !important;
}

.ml-587 {
    margin-left: 587px !important;
}

.mt-587 {
    margin-top: 587px !important;
}

.mb-587 {
    margin-bottom: 587px !important;
}

.pr-587 {
    padding-right: 587px !important;
}

.pl-587 {
    padding-left: 587px !important;
}

.pt-587 {
    padding-top: 587px !important;
}

.pb-587 {
    padding-bottom: 587px !important;
}

.fs-587 {
    font-size: 587px !important;
}

.m-588 {
    margin: 588px !important;
}

.p-588 {
    padding: 588px !important;
}

.mr-588 {
    margin-right: 588px !important;
}

.ml-588 {
    margin-left: 588px !important;
}

.mt-588 {
    margin-top: 588px !important;
}

.mb-588 {
    margin-bottom: 588px !important;
}

.pr-588 {
    padding-right: 588px !important;
}

.pl-588 {
    padding-left: 588px !important;
}

.pt-588 {
    padding-top: 588px !important;
}

.pb-588 {
    padding-bottom: 588px !important;
}

.fs-588 {
    font-size: 588px !important;
}

.m-589 {
    margin: 589px !important;
}

.p-589 {
    padding: 589px !important;
}

.mr-589 {
    margin-right: 589px !important;
}

.ml-589 {
    margin-left: 589px !important;
}

.mt-589 {
    margin-top: 589px !important;
}

.mb-589 {
    margin-bottom: 589px !important;
}

.pr-589 {
    padding-right: 589px !important;
}

.pl-589 {
    padding-left: 589px !important;
}

.pt-589 {
    padding-top: 589px !important;
}

.pb-589 {
    padding-bottom: 589px !important;
}

.fs-589 {
    font-size: 589px !important;
}

.m-590 {
    margin: 590px !important;
}

.p-590 {
    padding: 590px !important;
}

.mr-590 {
    margin-right: 590px !important;
}

.ml-590 {
    margin-left: 590px !important;
}

.mt-590 {
    margin-top: 590px !important;
}

.mb-590 {
    margin-bottom: 590px !important;
}

.pr-590 {
    padding-right: 590px !important;
}

.pl-590 {
    padding-left: 590px !important;
}

.pt-590 {
    padding-top: 590px !important;
}

.pb-590 {
    padding-bottom: 590px !important;
}

.fs-590 {
    font-size: 590px !important;
}

.m-591 {
    margin: 591px !important;
}

.p-591 {
    padding: 591px !important;
}

.mr-591 {
    margin-right: 591px !important;
}

.ml-591 {
    margin-left: 591px !important;
}

.mt-591 {
    margin-top: 591px !important;
}

.mb-591 {
    margin-bottom: 591px !important;
}

.pr-591 {
    padding-right: 591px !important;
}

.pl-591 {
    padding-left: 591px !important;
}

.pt-591 {
    padding-top: 591px !important;
}

.pb-591 {
    padding-bottom: 591px !important;
}

.fs-591 {
    font-size: 591px !important;
}

.m-592 {
    margin: 592px !important;
}

.p-592 {
    padding: 592px !important;
}

.mr-592 {
    margin-right: 592px !important;
}

.ml-592 {
    margin-left: 592px !important;
}

.mt-592 {
    margin-top: 592px !important;
}

.mb-592 {
    margin-bottom: 592px !important;
}

.pr-592 {
    padding-right: 592px !important;
}

.pl-592 {
    padding-left: 592px !important;
}

.pt-592 {
    padding-top: 592px !important;
}

.pb-592 {
    padding-bottom: 592px !important;
}

.fs-592 {
    font-size: 592px !important;
}

.m-593 {
    margin: 593px !important;
}

.p-593 {
    padding: 593px !important;
}

.mr-593 {
    margin-right: 593px !important;
}

.ml-593 {
    margin-left: 593px !important;
}

.mt-593 {
    margin-top: 593px !important;
}

.mb-593 {
    margin-bottom: 593px !important;
}

.pr-593 {
    padding-right: 593px !important;
}

.pl-593 {
    padding-left: 593px !important;
}

.pt-593 {
    padding-top: 593px !important;
}

.pb-593 {
    padding-bottom: 593px !important;
}

.fs-593 {
    font-size: 593px !important;
}

.m-594 {
    margin: 594px !important;
}

.p-594 {
    padding: 594px !important;
}

.mr-594 {
    margin-right: 594px !important;
}

.ml-594 {
    margin-left: 594px !important;
}

.mt-594 {
    margin-top: 594px !important;
}

.mb-594 {
    margin-bottom: 594px !important;
}

.pr-594 {
    padding-right: 594px !important;
}

.pl-594 {
    padding-left: 594px !important;
}

.pt-594 {
    padding-top: 594px !important;
}

.pb-594 {
    padding-bottom: 594px !important;
}

.fs-594 {
    font-size: 594px !important;
}

.m-595 {
    margin: 595px !important;
}

.p-595 {
    padding: 595px !important;
}

.mr-595 {
    margin-right: 595px !important;
}

.ml-595 {
    margin-left: 595px !important;
}

.mt-595 {
    margin-top: 595px !important;
}

.mb-595 {
    margin-bottom: 595px !important;
}

.pr-595 {
    padding-right: 595px !important;
}

.pl-595 {
    padding-left: 595px !important;
}

.pt-595 {
    padding-top: 595px !important;
}

.pb-595 {
    padding-bottom: 595px !important;
}

.fs-595 {
    font-size: 595px !important;
}

.m-596 {
    margin: 596px !important;
}

.p-596 {
    padding: 596px !important;
}

.mr-596 {
    margin-right: 596px !important;
}

.ml-596 {
    margin-left: 596px !important;
}

.mt-596 {
    margin-top: 596px !important;
}

.mb-596 {
    margin-bottom: 596px !important;
}

.pr-596 {
    padding-right: 596px !important;
}

.pl-596 {
    padding-left: 596px !important;
}

.pt-596 {
    padding-top: 596px !important;
}

.pb-596 {
    padding-bottom: 596px !important;
}

.fs-596 {
    font-size: 596px !important;
}

.m-597 {
    margin: 597px !important;
}

.p-597 {
    padding: 597px !important;
}

.mr-597 {
    margin-right: 597px !important;
}

.ml-597 {
    margin-left: 597px !important;
}

.mt-597 {
    margin-top: 597px !important;
}

.mb-597 {
    margin-bottom: 597px !important;
}

.pr-597 {
    padding-right: 597px !important;
}

.pl-597 {
    padding-left: 597px !important;
}

.pt-597 {
    padding-top: 597px !important;
}

.pb-597 {
    padding-bottom: 597px !important;
}

.fs-597 {
    font-size: 597px !important;
}

.m-598 {
    margin: 598px !important;
}

.p-598 {
    padding: 598px !important;
}

.mr-598 {
    margin-right: 598px !important;
}

.ml-598 {
    margin-left: 598px !important;
}

.mt-598 {
    margin-top: 598px !important;
}

.mb-598 {
    margin-bottom: 598px !important;
}

.pr-598 {
    padding-right: 598px !important;
}

.pl-598 {
    padding-left: 598px !important;
}

.pt-598 {
    padding-top: 598px !important;
}

.pb-598 {
    padding-bottom: 598px !important;
}

.fs-598 {
    font-size: 598px !important;
}

.m-599 {
    margin: 599px !important;
}

.p-599 {
    padding: 599px !important;
}

.mr-599 {
    margin-right: 599px !important;
}

.ml-599 {
    margin-left: 599px !important;
}

.mt-599 {
    margin-top: 599px !important;
}

.mb-599 {
    margin-bottom: 599px !important;
}

.pr-599 {
    padding-right: 599px !important;
}

.pl-599 {
    padding-left: 599px !important;
}

.pt-599 {
    padding-top: 599px !important;
}

.pb-599 {
    padding-bottom: 599px !important;
}

.fs-599 {
    font-size: 599px !important;
}

.m-600 {
    margin: 600px !important;
}

.p-600 {
    padding: 600px !important;
}

.mr-600 {
    margin-right: 600px !important;
}

.ml-600 {
    margin-left: 600px !important;
}

.mt-600 {
    margin-top: 600px !important;
}

.mb-600 {
    margin-bottom: 600px !important;
}

.pr-600 {
    padding-right: 600px !important;
}

.pl-600 {
    padding-left: 600px !important;
}

.pt-600 {
    padding-top: 600px !important;
}

.pb-600 {
    padding-bottom: 600px !important;
}

.fs-600 {
    font-size: 600px !important;
}

.m-601 {
    margin: 601px !important;
}

.p-601 {
    padding: 601px !important;
}

.mr-601 {
    margin-right: 601px !important;
}

.ml-601 {
    margin-left: 601px !important;
}

.mt-601 {
    margin-top: 601px !important;
}

.mb-601 {
    margin-bottom: 601px !important;
}

.pr-601 {
    padding-right: 601px !important;
}

.pl-601 {
    padding-left: 601px !important;
}

.pt-601 {
    padding-top: 601px !important;
}

.pb-601 {
    padding-bottom: 601px !important;
}

.fs-601 {
    font-size: 601px !important;
}

.m-602 {
    margin: 602px !important;
}

.p-602 {
    padding: 602px !important;
}

.mr-602 {
    margin-right: 602px !important;
}

.ml-602 {
    margin-left: 602px !important;
}

.mt-602 {
    margin-top: 602px !important;
}

.mb-602 {
    margin-bottom: 602px !important;
}

.pr-602 {
    padding-right: 602px !important;
}

.pl-602 {
    padding-left: 602px !important;
}

.pt-602 {
    padding-top: 602px !important;
}

.pb-602 {
    padding-bottom: 602px !important;
}

.fs-602 {
    font-size: 602px !important;
}

.m-603 {
    margin: 603px !important;
}

.p-603 {
    padding: 603px !important;
}

.mr-603 {
    margin-right: 603px !important;
}

.ml-603 {
    margin-left: 603px !important;
}

.mt-603 {
    margin-top: 603px !important;
}

.mb-603 {
    margin-bottom: 603px !important;
}

.pr-603 {
    padding-right: 603px !important;
}

.pl-603 {
    padding-left: 603px !important;
}

.pt-603 {
    padding-top: 603px !important;
}

.pb-603 {
    padding-bottom: 603px !important;
}

.fs-603 {
    font-size: 603px !important;
}

.m-604 {
    margin: 604px !important;
}

.p-604 {
    padding: 604px !important;
}

.mr-604 {
    margin-right: 604px !important;
}

.ml-604 {
    margin-left: 604px !important;
}

.mt-604 {
    margin-top: 604px !important;
}

.mb-604 {
    margin-bottom: 604px !important;
}

.pr-604 {
    padding-right: 604px !important;
}

.pl-604 {
    padding-left: 604px !important;
}

.pt-604 {
    padding-top: 604px !important;
}

.pb-604 {
    padding-bottom: 604px !important;
}

.fs-604 {
    font-size: 604px !important;
}

.m-605 {
    margin: 605px !important;
}

.p-605 {
    padding: 605px !important;
}

.mr-605 {
    margin-right: 605px !important;
}

.ml-605 {
    margin-left: 605px !important;
}

.mt-605 {
    margin-top: 605px !important;
}

.mb-605 {
    margin-bottom: 605px !important;
}

.pr-605 {
    padding-right: 605px !important;
}

.pl-605 {
    padding-left: 605px !important;
}

.pt-605 {
    padding-top: 605px !important;
}

.pb-605 {
    padding-bottom: 605px !important;
}

.fs-605 {
    font-size: 605px !important;
}

.m-606 {
    margin: 606px !important;
}

.p-606 {
    padding: 606px !important;
}

.mr-606 {
    margin-right: 606px !important;
}

.ml-606 {
    margin-left: 606px !important;
}

.mt-606 {
    margin-top: 606px !important;
}

.mb-606 {
    margin-bottom: 606px !important;
}

.pr-606 {
    padding-right: 606px !important;
}

.pl-606 {
    padding-left: 606px !important;
}

.pt-606 {
    padding-top: 606px !important;
}

.pb-606 {
    padding-bottom: 606px !important;
}

.fs-606 {
    font-size: 606px !important;
}

.m-607 {
    margin: 607px !important;
}

.p-607 {
    padding: 607px !important;
}

.mr-607 {
    margin-right: 607px !important;
}

.ml-607 {
    margin-left: 607px !important;
}

.mt-607 {
    margin-top: 607px !important;
}

.mb-607 {
    margin-bottom: 607px !important;
}

.pr-607 {
    padding-right: 607px !important;
}

.pl-607 {
    padding-left: 607px !important;
}

.pt-607 {
    padding-top: 607px !important;
}

.pb-607 {
    padding-bottom: 607px !important;
}

.fs-607 {
    font-size: 607px !important;
}

.m-608 {
    margin: 608px !important;
}

.p-608 {
    padding: 608px !important;
}

.mr-608 {
    margin-right: 608px !important;
}

.ml-608 {
    margin-left: 608px !important;
}

.mt-608 {
    margin-top: 608px !important;
}

.mb-608 {
    margin-bottom: 608px !important;
}

.pr-608 {
    padding-right: 608px !important;
}

.pl-608 {
    padding-left: 608px !important;
}

.pt-608 {
    padding-top: 608px !important;
}

.pb-608 {
    padding-bottom: 608px !important;
}

.fs-608 {
    font-size: 608px !important;
}

.m-609 {
    margin: 609px !important;
}

.p-609 {
    padding: 609px !important;
}

.mr-609 {
    margin-right: 609px !important;
}

.ml-609 {
    margin-left: 609px !important;
}

.mt-609 {
    margin-top: 609px !important;
}

.mb-609 {
    margin-bottom: 609px !important;
}

.pr-609 {
    padding-right: 609px !important;
}

.pl-609 {
    padding-left: 609px !important;
}

.pt-609 {
    padding-top: 609px !important;
}

.pb-609 {
    padding-bottom: 609px !important;
}

.fs-609 {
    font-size: 609px !important;
}

.m-610 {
    margin: 610px !important;
}

.p-610 {
    padding: 610px !important;
}

.mr-610 {
    margin-right: 610px !important;
}

.ml-610 {
    margin-left: 610px !important;
}

.mt-610 {
    margin-top: 610px !important;
}

.mb-610 {
    margin-bottom: 610px !important;
}

.pr-610 {
    padding-right: 610px !important;
}

.pl-610 {
    padding-left: 610px !important;
}

.pt-610 {
    padding-top: 610px !important;
}

.pb-610 {
    padding-bottom: 610px !important;
}

.fs-610 {
    font-size: 610px !important;
}

.m-611 {
    margin: 611px !important;
}

.p-611 {
    padding: 611px !important;
}

.mr-611 {
    margin-right: 611px !important;
}

.ml-611 {
    margin-left: 611px !important;
}

.mt-611 {
    margin-top: 611px !important;
}

.mb-611 {
    margin-bottom: 611px !important;
}

.pr-611 {
    padding-right: 611px !important;
}

.pl-611 {
    padding-left: 611px !important;
}

.pt-611 {
    padding-top: 611px !important;
}

.pb-611 {
    padding-bottom: 611px !important;
}

.fs-611 {
    font-size: 611px !important;
}

.m-612 {
    margin: 612px !important;
}

.p-612 {
    padding: 612px !important;
}

.mr-612 {
    margin-right: 612px !important;
}

.ml-612 {
    margin-left: 612px !important;
}

.mt-612 {
    margin-top: 612px !important;
}

.mb-612 {
    margin-bottom: 612px !important;
}

.pr-612 {
    padding-right: 612px !important;
}

.pl-612 {
    padding-left: 612px !important;
}

.pt-612 {
    padding-top: 612px !important;
}

.pb-612 {
    padding-bottom: 612px !important;
}

.fs-612 {
    font-size: 612px !important;
}

.m-613 {
    margin: 613px !important;
}

.p-613 {
    padding: 613px !important;
}

.mr-613 {
    margin-right: 613px !important;
}

.ml-613 {
    margin-left: 613px !important;
}

.mt-613 {
    margin-top: 613px !important;
}

.mb-613 {
    margin-bottom: 613px !important;
}

.pr-613 {
    padding-right: 613px !important;
}

.pl-613 {
    padding-left: 613px !important;
}

.pt-613 {
    padding-top: 613px !important;
}

.pb-613 {
    padding-bottom: 613px !important;
}

.fs-613 {
    font-size: 613px !important;
}

.m-614 {
    margin: 614px !important;
}

.p-614 {
    padding: 614px !important;
}

.mr-614 {
    margin-right: 614px !important;
}

.ml-614 {
    margin-left: 614px !important;
}

.mt-614 {
    margin-top: 614px !important;
}

.mb-614 {
    margin-bottom: 614px !important;
}

.pr-614 {
    padding-right: 614px !important;
}

.pl-614 {
    padding-left: 614px !important;
}

.pt-614 {
    padding-top: 614px !important;
}

.pb-614 {
    padding-bottom: 614px !important;
}

.fs-614 {
    font-size: 614px !important;
}

.m-615 {
    margin: 615px !important;
}

.p-615 {
    padding: 615px !important;
}

.mr-615 {
    margin-right: 615px !important;
}

.ml-615 {
    margin-left: 615px !important;
}

.mt-615 {
    margin-top: 615px !important;
}

.mb-615 {
    margin-bottom: 615px !important;
}

.pr-615 {
    padding-right: 615px !important;
}

.pl-615 {
    padding-left: 615px !important;
}

.pt-615 {
    padding-top: 615px !important;
}

.pb-615 {
    padding-bottom: 615px !important;
}

.fs-615 {
    font-size: 615px !important;
}

.m-616 {
    margin: 616px !important;
}

.p-616 {
    padding: 616px !important;
}

.mr-616 {
    margin-right: 616px !important;
}

.ml-616 {
    margin-left: 616px !important;
}

.mt-616 {
    margin-top: 616px !important;
}

.mb-616 {
    margin-bottom: 616px !important;
}

.pr-616 {
    padding-right: 616px !important;
}

.pl-616 {
    padding-left: 616px !important;
}

.pt-616 {
    padding-top: 616px !important;
}

.pb-616 {
    padding-bottom: 616px !important;
}

.fs-616 {
    font-size: 616px !important;
}

.m-617 {
    margin: 617px !important;
}

.p-617 {
    padding: 617px !important;
}

.mr-617 {
    margin-right: 617px !important;
}

.ml-617 {
    margin-left: 617px !important;
}

.mt-617 {
    margin-top: 617px !important;
}

.mb-617 {
    margin-bottom: 617px !important;
}

.pr-617 {
    padding-right: 617px !important;
}

.pl-617 {
    padding-left: 617px !important;
}

.pt-617 {
    padding-top: 617px !important;
}

.pb-617 {
    padding-bottom: 617px !important;
}

.fs-617 {
    font-size: 617px !important;
}

.m-618 {
    margin: 618px !important;
}

.p-618 {
    padding: 618px !important;
}

.mr-618 {
    margin-right: 618px !important;
}

.ml-618 {
    margin-left: 618px !important;
}

.mt-618 {
    margin-top: 618px !important;
}

.mb-618 {
    margin-bottom: 618px !important;
}

.pr-618 {
    padding-right: 618px !important;
}

.pl-618 {
    padding-left: 618px !important;
}

.pt-618 {
    padding-top: 618px !important;
}

.pb-618 {
    padding-bottom: 618px !important;
}

.fs-618 {
    font-size: 618px !important;
}

.m-619 {
    margin: 619px !important;
}

.p-619 {
    padding: 619px !important;
}

.mr-619 {
    margin-right: 619px !important;
}

.ml-619 {
    margin-left: 619px !important;
}

.mt-619 {
    margin-top: 619px !important;
}

.mb-619 {
    margin-bottom: 619px !important;
}

.pr-619 {
    padding-right: 619px !important;
}

.pl-619 {
    padding-left: 619px !important;
}

.pt-619 {
    padding-top: 619px !important;
}

.pb-619 {
    padding-bottom: 619px !important;
}

.fs-619 {
    font-size: 619px !important;
}

.m-620 {
    margin: 620px !important;
}

.p-620 {
    padding: 620px !important;
}

.mr-620 {
    margin-right: 620px !important;
}

.ml-620 {
    margin-left: 620px !important;
}

.mt-620 {
    margin-top: 620px !important;
}

.mb-620 {
    margin-bottom: 620px !important;
}

.pr-620 {
    padding-right: 620px !important;
}

.pl-620 {
    padding-left: 620px !important;
}

.pt-620 {
    padding-top: 620px !important;
}

.pb-620 {
    padding-bottom: 620px !important;
}

.fs-620 {
    font-size: 620px !important;
}

.m-621 {
    margin: 621px !important;
}

.p-621 {
    padding: 621px !important;
}

.mr-621 {
    margin-right: 621px !important;
}

.ml-621 {
    margin-left: 621px !important;
}

.mt-621 {
    margin-top: 621px !important;
}

.mb-621 {
    margin-bottom: 621px !important;
}

.pr-621 {
    padding-right: 621px !important;
}

.pl-621 {
    padding-left: 621px !important;
}

.pt-621 {
    padding-top: 621px !important;
}

.pb-621 {
    padding-bottom: 621px !important;
}

.fs-621 {
    font-size: 621px !important;
}

.m-622 {
    margin: 622px !important;
}

.p-622 {
    padding: 622px !important;
}

.mr-622 {
    margin-right: 622px !important;
}

.ml-622 {
    margin-left: 622px !important;
}

.mt-622 {
    margin-top: 622px !important;
}

.mb-622 {
    margin-bottom: 622px !important;
}

.pr-622 {
    padding-right: 622px !important;
}

.pl-622 {
    padding-left: 622px !important;
}

.pt-622 {
    padding-top: 622px !important;
}

.pb-622 {
    padding-bottom: 622px !important;
}

.fs-622 {
    font-size: 622px !important;
}

.m-623 {
    margin: 623px !important;
}

.p-623 {
    padding: 623px !important;
}

.mr-623 {
    margin-right: 623px !important;
}

.ml-623 {
    margin-left: 623px !important;
}

.mt-623 {
    margin-top: 623px !important;
}

.mb-623 {
    margin-bottom: 623px !important;
}

.pr-623 {
    padding-right: 623px !important;
}

.pl-623 {
    padding-left: 623px !important;
}

.pt-623 {
    padding-top: 623px !important;
}

.pb-623 {
    padding-bottom: 623px !important;
}

.fs-623 {
    font-size: 623px !important;
}

.m-624 {
    margin: 624px !important;
}

.p-624 {
    padding: 624px !important;
}

.mr-624 {
    margin-right: 624px !important;
}

.ml-624 {
    margin-left: 624px !important;
}

.mt-624 {
    margin-top: 624px !important;
}

.mb-624 {
    margin-bottom: 624px !important;
}

.pr-624 {
    padding-right: 624px !important;
}

.pl-624 {
    padding-left: 624px !important;
}

.pt-624 {
    padding-top: 624px !important;
}

.pb-624 {
    padding-bottom: 624px !important;
}

.fs-624 {
    font-size: 624px !important;
}

.m-625 {
    margin: 625px !important;
}

.p-625 {
    padding: 625px !important;
}

.mr-625 {
    margin-right: 625px !important;
}

.ml-625 {
    margin-left: 625px !important;
}

.mt-625 {
    margin-top: 625px !important;
}

.mb-625 {
    margin-bottom: 625px !important;
}

.pr-625 {
    padding-right: 625px !important;
}

.pl-625 {
    padding-left: 625px !important;
}

.pt-625 {
    padding-top: 625px !important;
}

.pb-625 {
    padding-bottom: 625px !important;
}

.fs-625 {
    font-size: 625px !important;
}

.m-626 {
    margin: 626px !important;
}

.p-626 {
    padding: 626px !important;
}

.mr-626 {
    margin-right: 626px !important;
}

.ml-626 {
    margin-left: 626px !important;
}

.mt-626 {
    margin-top: 626px !important;
}

.mb-626 {
    margin-bottom: 626px !important;
}

.pr-626 {
    padding-right: 626px !important;
}

.pl-626 {
    padding-left: 626px !important;
}

.pt-626 {
    padding-top: 626px !important;
}

.pb-626 {
    padding-bottom: 626px !important;
}

.fs-626 {
    font-size: 626px !important;
}

.m-627 {
    margin: 627px !important;
}

.p-627 {
    padding: 627px !important;
}

.mr-627 {
    margin-right: 627px !important;
}

.ml-627 {
    margin-left: 627px !important;
}

.mt-627 {
    margin-top: 627px !important;
}

.mb-627 {
    margin-bottom: 627px !important;
}

.pr-627 {
    padding-right: 627px !important;
}

.pl-627 {
    padding-left: 627px !important;
}

.pt-627 {
    padding-top: 627px !important;
}

.pb-627 {
    padding-bottom: 627px !important;
}

.fs-627 {
    font-size: 627px !important;
}

.m-628 {
    margin: 628px !important;
}

.p-628 {
    padding: 628px !important;
}

.mr-628 {
    margin-right: 628px !important;
}

.ml-628 {
    margin-left: 628px !important;
}

.mt-628 {
    margin-top: 628px !important;
}

.mb-628 {
    margin-bottom: 628px !important;
}

.pr-628 {
    padding-right: 628px !important;
}

.pl-628 {
    padding-left: 628px !important;
}

.pt-628 {
    padding-top: 628px !important;
}

.pb-628 {
    padding-bottom: 628px !important;
}

.fs-628 {
    font-size: 628px !important;
}

.m-629 {
    margin: 629px !important;
}

.p-629 {
    padding: 629px !important;
}

.mr-629 {
    margin-right: 629px !important;
}

.ml-629 {
    margin-left: 629px !important;
}

.mt-629 {
    margin-top: 629px !important;
}

.mb-629 {
    margin-bottom: 629px !important;
}

.pr-629 {
    padding-right: 629px !important;
}

.pl-629 {
    padding-left: 629px !important;
}

.pt-629 {
    padding-top: 629px !important;
}

.pb-629 {
    padding-bottom: 629px !important;
}

.fs-629 {
    font-size: 629px !important;
}

.m-630 {
    margin: 630px !important;
}

.p-630 {
    padding: 630px !important;
}

.mr-630 {
    margin-right: 630px !important;
}

.ml-630 {
    margin-left: 630px !important;
}

.mt-630 {
    margin-top: 630px !important;
}

.mb-630 {
    margin-bottom: 630px !important;
}

.pr-630 {
    padding-right: 630px !important;
}

.pl-630 {
    padding-left: 630px !important;
}

.pt-630 {
    padding-top: 630px !important;
}

.pb-630 {
    padding-bottom: 630px !important;
}

.fs-630 {
    font-size: 630px !important;
}

.m-631 {
    margin: 631px !important;
}

.p-631 {
    padding: 631px !important;
}

.mr-631 {
    margin-right: 631px !important;
}

.ml-631 {
    margin-left: 631px !important;
}

.mt-631 {
    margin-top: 631px !important;
}

.mb-631 {
    margin-bottom: 631px !important;
}

.pr-631 {
    padding-right: 631px !important;
}

.pl-631 {
    padding-left: 631px !important;
}

.pt-631 {
    padding-top: 631px !important;
}

.pb-631 {
    padding-bottom: 631px !important;
}

.fs-631 {
    font-size: 631px !important;
}

.m-632 {
    margin: 632px !important;
}

.p-632 {
    padding: 632px !important;
}

.mr-632 {
    margin-right: 632px !important;
}

.ml-632 {
    margin-left: 632px !important;
}

.mt-632 {
    margin-top: 632px !important;
}

.mb-632 {
    margin-bottom: 632px !important;
}

.pr-632 {
    padding-right: 632px !important;
}

.pl-632 {
    padding-left: 632px !important;
}

.pt-632 {
    padding-top: 632px !important;
}

.pb-632 {
    padding-bottom: 632px !important;
}

.fs-632 {
    font-size: 632px !important;
}

.m-633 {
    margin: 633px !important;
}

.p-633 {
    padding: 633px !important;
}

.mr-633 {
    margin-right: 633px !important;
}

.ml-633 {
    margin-left: 633px !important;
}

.mt-633 {
    margin-top: 633px !important;
}

.mb-633 {
    margin-bottom: 633px !important;
}

.pr-633 {
    padding-right: 633px !important;
}

.pl-633 {
    padding-left: 633px !important;
}

.pt-633 {
    padding-top: 633px !important;
}

.pb-633 {
    padding-bottom: 633px !important;
}

.fs-633 {
    font-size: 633px !important;
}

.m-634 {
    margin: 634px !important;
}

.p-634 {
    padding: 634px !important;
}

.mr-634 {
    margin-right: 634px !important;
}

.ml-634 {
    margin-left: 634px !important;
}

.mt-634 {
    margin-top: 634px !important;
}

.mb-634 {
    margin-bottom: 634px !important;
}

.pr-634 {
    padding-right: 634px !important;
}

.pl-634 {
    padding-left: 634px !important;
}

.pt-634 {
    padding-top: 634px !important;
}

.pb-634 {
    padding-bottom: 634px !important;
}

.fs-634 {
    font-size: 634px !important;
}

.m-635 {
    margin: 635px !important;
}

.p-635 {
    padding: 635px !important;
}

.mr-635 {
    margin-right: 635px !important;
}

.ml-635 {
    margin-left: 635px !important;
}

.mt-635 {
    margin-top: 635px !important;
}

.mb-635 {
    margin-bottom: 635px !important;
}

.pr-635 {
    padding-right: 635px !important;
}

.pl-635 {
    padding-left: 635px !important;
}

.pt-635 {
    padding-top: 635px !important;
}

.pb-635 {
    padding-bottom: 635px !important;
}

.fs-635 {
    font-size: 635px !important;
}

.m-636 {
    margin: 636px !important;
}

.p-636 {
    padding: 636px !important;
}

.mr-636 {
    margin-right: 636px !important;
}

.ml-636 {
    margin-left: 636px !important;
}

.mt-636 {
    margin-top: 636px !important;
}

.mb-636 {
    margin-bottom: 636px !important;
}

.pr-636 {
    padding-right: 636px !important;
}

.pl-636 {
    padding-left: 636px !important;
}

.pt-636 {
    padding-top: 636px !important;
}

.pb-636 {
    padding-bottom: 636px !important;
}

.fs-636 {
    font-size: 636px !important;
}

.m-637 {
    margin: 637px !important;
}

.p-637 {
    padding: 637px !important;
}

.mr-637 {
    margin-right: 637px !important;
}

.ml-637 {
    margin-left: 637px !important;
}

.mt-637 {
    margin-top: 637px !important;
}

.mb-637 {
    margin-bottom: 637px !important;
}

.pr-637 {
    padding-right: 637px !important;
}

.pl-637 {
    padding-left: 637px !important;
}

.pt-637 {
    padding-top: 637px !important;
}

.pb-637 {
    padding-bottom: 637px !important;
}

.fs-637 {
    font-size: 637px !important;
}

.m-638 {
    margin: 638px !important;
}

.p-638 {
    padding: 638px !important;
}

.mr-638 {
    margin-right: 638px !important;
}

.ml-638 {
    margin-left: 638px !important;
}

.mt-638 {
    margin-top: 638px !important;
}

.mb-638 {
    margin-bottom: 638px !important;
}

.pr-638 {
    padding-right: 638px !important;
}

.pl-638 {
    padding-left: 638px !important;
}

.pt-638 {
    padding-top: 638px !important;
}

.pb-638 {
    padding-bottom: 638px !important;
}

.fs-638 {
    font-size: 638px !important;
}

.m-639 {
    margin: 639px !important;
}

.p-639 {
    padding: 639px !important;
}

.mr-639 {
    margin-right: 639px !important;
}

.ml-639 {
    margin-left: 639px !important;
}

.mt-639 {
    margin-top: 639px !important;
}

.mb-639 {
    margin-bottom: 639px !important;
}

.pr-639 {
    padding-right: 639px !important;
}

.pl-639 {
    padding-left: 639px !important;
}

.pt-639 {
    padding-top: 639px !important;
}

.pb-639 {
    padding-bottom: 639px !important;
}

.fs-639 {
    font-size: 639px !important;
}

.m-640 {
    margin: 640px !important;
}

.p-640 {
    padding: 640px !important;
}

.mr-640 {
    margin-right: 640px !important;
}

.ml-640 {
    margin-left: 640px !important;
}

.mt-640 {
    margin-top: 640px !important;
}

.mb-640 {
    margin-bottom: 640px !important;
}

.pr-640 {
    padding-right: 640px !important;
}

.pl-640 {
    padding-left: 640px !important;
}

.pt-640 {
    padding-top: 640px !important;
}

.pb-640 {
    padding-bottom: 640px !important;
}

.fs-640 {
    font-size: 640px !important;
}

.m-641 {
    margin: 641px !important;
}

.p-641 {
    padding: 641px !important;
}

.mr-641 {
    margin-right: 641px !important;
}

.ml-641 {
    margin-left: 641px !important;
}

.mt-641 {
    margin-top: 641px !important;
}

.mb-641 {
    margin-bottom: 641px !important;
}

.pr-641 {
    padding-right: 641px !important;
}

.pl-641 {
    padding-left: 641px !important;
}

.pt-641 {
    padding-top: 641px !important;
}

.pb-641 {
    padding-bottom: 641px !important;
}

.fs-641 {
    font-size: 641px !important;
}

.m-642 {
    margin: 642px !important;
}

.p-642 {
    padding: 642px !important;
}

.mr-642 {
    margin-right: 642px !important;
}

.ml-642 {
    margin-left: 642px !important;
}

.mt-642 {
    margin-top: 642px !important;
}

.mb-642 {
    margin-bottom: 642px !important;
}

.pr-642 {
    padding-right: 642px !important;
}

.pl-642 {
    padding-left: 642px !important;
}

.pt-642 {
    padding-top: 642px !important;
}

.pb-642 {
    padding-bottom: 642px !important;
}

.fs-642 {
    font-size: 642px !important;
}

.m-643 {
    margin: 643px !important;
}

.p-643 {
    padding: 643px !important;
}

.mr-643 {
    margin-right: 643px !important;
}

.ml-643 {
    margin-left: 643px !important;
}

.mt-643 {
    margin-top: 643px !important;
}

.mb-643 {
    margin-bottom: 643px !important;
}

.pr-643 {
    padding-right: 643px !important;
}

.pl-643 {
    padding-left: 643px !important;
}

.pt-643 {
    padding-top: 643px !important;
}

.pb-643 {
    padding-bottom: 643px !important;
}

.fs-643 {
    font-size: 643px !important;
}

.m-644 {
    margin: 644px !important;
}

.p-644 {
    padding: 644px !important;
}

.mr-644 {
    margin-right: 644px !important;
}

.ml-644 {
    margin-left: 644px !important;
}

.mt-644 {
    margin-top: 644px !important;
}

.mb-644 {
    margin-bottom: 644px !important;
}

.pr-644 {
    padding-right: 644px !important;
}

.pl-644 {
    padding-left: 644px !important;
}

.pt-644 {
    padding-top: 644px !important;
}

.pb-644 {
    padding-bottom: 644px !important;
}

.fs-644 {
    font-size: 644px !important;
}

.m-645 {
    margin: 645px !important;
}

.p-645 {
    padding: 645px !important;
}

.mr-645 {
    margin-right: 645px !important;
}

.ml-645 {
    margin-left: 645px !important;
}

.mt-645 {
    margin-top: 645px !important;
}

.mb-645 {
    margin-bottom: 645px !important;
}

.pr-645 {
    padding-right: 645px !important;
}

.pl-645 {
    padding-left: 645px !important;
}

.pt-645 {
    padding-top: 645px !important;
}

.pb-645 {
    padding-bottom: 645px !important;
}

.fs-645 {
    font-size: 645px !important;
}

.m-646 {
    margin: 646px !important;
}

.p-646 {
    padding: 646px !important;
}

.mr-646 {
    margin-right: 646px !important;
}

.ml-646 {
    margin-left: 646px !important;
}

.mt-646 {
    margin-top: 646px !important;
}

.mb-646 {
    margin-bottom: 646px !important;
}

.pr-646 {
    padding-right: 646px !important;
}

.pl-646 {
    padding-left: 646px !important;
}

.pt-646 {
    padding-top: 646px !important;
}

.pb-646 {
    padding-bottom: 646px !important;
}

.fs-646 {
    font-size: 646px !important;
}

.m-647 {
    margin: 647px !important;
}

.p-647 {
    padding: 647px !important;
}

.mr-647 {
    margin-right: 647px !important;
}

.ml-647 {
    margin-left: 647px !important;
}

.mt-647 {
    margin-top: 647px !important;
}

.mb-647 {
    margin-bottom: 647px !important;
}

.pr-647 {
    padding-right: 647px !important;
}

.pl-647 {
    padding-left: 647px !important;
}

.pt-647 {
    padding-top: 647px !important;
}

.pb-647 {
    padding-bottom: 647px !important;
}

.fs-647 {
    font-size: 647px !important;
}

.m-648 {
    margin: 648px !important;
}

.p-648 {
    padding: 648px !important;
}

.mr-648 {
    margin-right: 648px !important;
}

.ml-648 {
    margin-left: 648px !important;
}

.mt-648 {
    margin-top: 648px !important;
}

.mb-648 {
    margin-bottom: 648px !important;
}

.pr-648 {
    padding-right: 648px !important;
}

.pl-648 {
    padding-left: 648px !important;
}

.pt-648 {
    padding-top: 648px !important;
}

.pb-648 {
    padding-bottom: 648px !important;
}

.fs-648 {
    font-size: 648px !important;
}

.m-649 {
    margin: 649px !important;
}

.p-649 {
    padding: 649px !important;
}

.mr-649 {
    margin-right: 649px !important;
}

.ml-649 {
    margin-left: 649px !important;
}

.mt-649 {
    margin-top: 649px !important;
}

.mb-649 {
    margin-bottom: 649px !important;
}

.pr-649 {
    padding-right: 649px !important;
}

.pl-649 {
    padding-left: 649px !important;
}

.pt-649 {
    padding-top: 649px !important;
}

.pb-649 {
    padding-bottom: 649px !important;
}

.fs-649 {
    font-size: 649px !important;
}

.m-650 {
    margin: 650px !important;
}

.p-650 {
    padding: 650px !important;
}

.mr-650 {
    margin-right: 650px !important;
}

.ml-650 {
    margin-left: 650px !important;
}

.mt-650 {
    margin-top: 650px !important;
}

.mb-650 {
    margin-bottom: 650px !important;
}

.pr-650 {
    padding-right: 650px !important;
}

.pl-650 {
    padding-left: 650px !important;
}

.pt-650 {
    padding-top: 650px !important;
}

.pb-650 {
    padding-bottom: 650px !important;
}

.fs-650 {
    font-size: 650px !important;
}

.m-651 {
    margin: 651px !important;
}

.p-651 {
    padding: 651px !important;
}

.mr-651 {
    margin-right: 651px !important;
}

.ml-651 {
    margin-left: 651px !important;
}

.mt-651 {
    margin-top: 651px !important;
}

.mb-651 {
    margin-bottom: 651px !important;
}

.pr-651 {
    padding-right: 651px !important;
}

.pl-651 {
    padding-left: 651px !important;
}

.pt-651 {
    padding-top: 651px !important;
}

.pb-651 {
    padding-bottom: 651px !important;
}

.fs-651 {
    font-size: 651px !important;
}

.m-652 {
    margin: 652px !important;
}

.p-652 {
    padding: 652px !important;
}

.mr-652 {
    margin-right: 652px !important;
}

.ml-652 {
    margin-left: 652px !important;
}

.mt-652 {
    margin-top: 652px !important;
}

.mb-652 {
    margin-bottom: 652px !important;
}

.pr-652 {
    padding-right: 652px !important;
}

.pl-652 {
    padding-left: 652px !important;
}

.pt-652 {
    padding-top: 652px !important;
}

.pb-652 {
    padding-bottom: 652px !important;
}

.fs-652 {
    font-size: 652px !important;
}

.m-653 {
    margin: 653px !important;
}

.p-653 {
    padding: 653px !important;
}

.mr-653 {
    margin-right: 653px !important;
}

.ml-653 {
    margin-left: 653px !important;
}

.mt-653 {
    margin-top: 653px !important;
}

.mb-653 {
    margin-bottom: 653px !important;
}

.pr-653 {
    padding-right: 653px !important;
}

.pl-653 {
    padding-left: 653px !important;
}

.pt-653 {
    padding-top: 653px !important;
}

.pb-653 {
    padding-bottom: 653px !important;
}

.fs-653 {
    font-size: 653px !important;
}

.m-654 {
    margin: 654px !important;
}

.p-654 {
    padding: 654px !important;
}

.mr-654 {
    margin-right: 654px !important;
}

.ml-654 {
    margin-left: 654px !important;
}

.mt-654 {
    margin-top: 654px !important;
}

.mb-654 {
    margin-bottom: 654px !important;
}

.pr-654 {
    padding-right: 654px !important;
}

.pl-654 {
    padding-left: 654px !important;
}

.pt-654 {
    padding-top: 654px !important;
}

.pb-654 {
    padding-bottom: 654px !important;
}

.fs-654 {
    font-size: 654px !important;
}

.m-655 {
    margin: 655px !important;
}

.p-655 {
    padding: 655px !important;
}

.mr-655 {
    margin-right: 655px !important;
}

.ml-655 {
    margin-left: 655px !important;
}

.mt-655 {
    margin-top: 655px !important;
}

.mb-655 {
    margin-bottom: 655px !important;
}

.pr-655 {
    padding-right: 655px !important;
}

.pl-655 {
    padding-left: 655px !important;
}

.pt-655 {
    padding-top: 655px !important;
}

.pb-655 {
    padding-bottom: 655px !important;
}

.fs-655 {
    font-size: 655px !important;
}

.m-656 {
    margin: 656px !important;
}

.p-656 {
    padding: 656px !important;
}

.mr-656 {
    margin-right: 656px !important;
}

.ml-656 {
    margin-left: 656px !important;
}

.mt-656 {
    margin-top: 656px !important;
}

.mb-656 {
    margin-bottom: 656px !important;
}

.pr-656 {
    padding-right: 656px !important;
}

.pl-656 {
    padding-left: 656px !important;
}

.pt-656 {
    padding-top: 656px !important;
}

.pb-656 {
    padding-bottom: 656px !important;
}

.fs-656 {
    font-size: 656px !important;
}

.m-657 {
    margin: 657px !important;
}

.p-657 {
    padding: 657px !important;
}

.mr-657 {
    margin-right: 657px !important;
}

.ml-657 {
    margin-left: 657px !important;
}

.mt-657 {
    margin-top: 657px !important;
}

.mb-657 {
    margin-bottom: 657px !important;
}

.pr-657 {
    padding-right: 657px !important;
}

.pl-657 {
    padding-left: 657px !important;
}

.pt-657 {
    padding-top: 657px !important;
}

.pb-657 {
    padding-bottom: 657px !important;
}

.fs-657 {
    font-size: 657px !important;
}

.m-658 {
    margin: 658px !important;
}

.p-658 {
    padding: 658px !important;
}

.mr-658 {
    margin-right: 658px !important;
}

.ml-658 {
    margin-left: 658px !important;
}

.mt-658 {
    margin-top: 658px !important;
}

.mb-658 {
    margin-bottom: 658px !important;
}

.pr-658 {
    padding-right: 658px !important;
}

.pl-658 {
    padding-left: 658px !important;
}

.pt-658 {
    padding-top: 658px !important;
}

.pb-658 {
    padding-bottom: 658px !important;
}

.fs-658 {
    font-size: 658px !important;
}

.m-659 {
    margin: 659px !important;
}

.p-659 {
    padding: 659px !important;
}

.mr-659 {
    margin-right: 659px !important;
}

.ml-659 {
    margin-left: 659px !important;
}

.mt-659 {
    margin-top: 659px !important;
}

.mb-659 {
    margin-bottom: 659px !important;
}

.pr-659 {
    padding-right: 659px !important;
}

.pl-659 {
    padding-left: 659px !important;
}

.pt-659 {
    padding-top: 659px !important;
}

.pb-659 {
    padding-bottom: 659px !important;
}

.fs-659 {
    font-size: 659px !important;
}

.m-660 {
    margin: 660px !important;
}

.p-660 {
    padding: 660px !important;
}

.mr-660 {
    margin-right: 660px !important;
}

.ml-660 {
    margin-left: 660px !important;
}

.mt-660 {
    margin-top: 660px !important;
}

.mb-660 {
    margin-bottom: 660px !important;
}

.pr-660 {
    padding-right: 660px !important;
}

.pl-660 {
    padding-left: 660px !important;
}

.pt-660 {
    padding-top: 660px !important;
}

.pb-660 {
    padding-bottom: 660px !important;
}

.fs-660 {
    font-size: 660px !important;
}

.m-661 {
    margin: 661px !important;
}

.p-661 {
    padding: 661px !important;
}

.mr-661 {
    margin-right: 661px !important;
}

.ml-661 {
    margin-left: 661px !important;
}

.mt-661 {
    margin-top: 661px !important;
}

.mb-661 {
    margin-bottom: 661px !important;
}

.pr-661 {
    padding-right: 661px !important;
}

.pl-661 {
    padding-left: 661px !important;
}

.pt-661 {
    padding-top: 661px !important;
}

.pb-661 {
    padding-bottom: 661px !important;
}

.fs-661 {
    font-size: 661px !important;
}

.m-662 {
    margin: 662px !important;
}

.p-662 {
    padding: 662px !important;
}

.mr-662 {
    margin-right: 662px !important;
}

.ml-662 {
    margin-left: 662px !important;
}

.mt-662 {
    margin-top: 662px !important;
}

.mb-662 {
    margin-bottom: 662px !important;
}

.pr-662 {
    padding-right: 662px !important;
}

.pl-662 {
    padding-left: 662px !important;
}

.pt-662 {
    padding-top: 662px !important;
}

.pb-662 {
    padding-bottom: 662px !important;
}

.fs-662 {
    font-size: 662px !important;
}

.m-663 {
    margin: 663px !important;
}

.p-663 {
    padding: 663px !important;
}

.mr-663 {
    margin-right: 663px !important;
}

.ml-663 {
    margin-left: 663px !important;
}

.mt-663 {
    margin-top: 663px !important;
}

.mb-663 {
    margin-bottom: 663px !important;
}

.pr-663 {
    padding-right: 663px !important;
}

.pl-663 {
    padding-left: 663px !important;
}

.pt-663 {
    padding-top: 663px !important;
}

.pb-663 {
    padding-bottom: 663px !important;
}

.fs-663 {
    font-size: 663px !important;
}

.m-664 {
    margin: 664px !important;
}

.p-664 {
    padding: 664px !important;
}

.mr-664 {
    margin-right: 664px !important;
}

.ml-664 {
    margin-left: 664px !important;
}

.mt-664 {
    margin-top: 664px !important;
}

.mb-664 {
    margin-bottom: 664px !important;
}

.pr-664 {
    padding-right: 664px !important;
}

.pl-664 {
    padding-left: 664px !important;
}

.pt-664 {
    padding-top: 664px !important;
}

.pb-664 {
    padding-bottom: 664px !important;
}

.fs-664 {
    font-size: 664px !important;
}

.m-665 {
    margin: 665px !important;
}

.p-665 {
    padding: 665px !important;
}

.mr-665 {
    margin-right: 665px !important;
}

.ml-665 {
    margin-left: 665px !important;
}

.mt-665 {
    margin-top: 665px !important;
}

.mb-665 {
    margin-bottom: 665px !important;
}

.pr-665 {
    padding-right: 665px !important;
}

.pl-665 {
    padding-left: 665px !important;
}

.pt-665 {
    padding-top: 665px !important;
}

.pb-665 {
    padding-bottom: 665px !important;
}

.fs-665 {
    font-size: 665px !important;
}

.m-666 {
    margin: 666px !important;
}

.p-666 {
    padding: 666px !important;
}

.mr-666 {
    margin-right: 666px !important;
}

.ml-666 {
    margin-left: 666px !important;
}

.mt-666 {
    margin-top: 666px !important;
}

.mb-666 {
    margin-bottom: 666px !important;
}

.pr-666 {
    padding-right: 666px !important;
}

.pl-666 {
    padding-left: 666px !important;
}

.pt-666 {
    padding-top: 666px !important;
}

.pb-666 {
    padding-bottom: 666px !important;
}

.fs-666 {
    font-size: 666px !important;
}

.m-667 {
    margin: 667px !important;
}

.p-667 {
    padding: 667px !important;
}

.mr-667 {
    margin-right: 667px !important;
}

.ml-667 {
    margin-left: 667px !important;
}

.mt-667 {
    margin-top: 667px !important;
}

.mb-667 {
    margin-bottom: 667px !important;
}

.pr-667 {
    padding-right: 667px !important;
}

.pl-667 {
    padding-left: 667px !important;
}

.pt-667 {
    padding-top: 667px !important;
}

.pb-667 {
    padding-bottom: 667px !important;
}

.fs-667 {
    font-size: 667px !important;
}

.m-668 {
    margin: 668px !important;
}

.p-668 {
    padding: 668px !important;
}

.mr-668 {
    margin-right: 668px !important;
}

.ml-668 {
    margin-left: 668px !important;
}

.mt-668 {
    margin-top: 668px !important;
}

.mb-668 {
    margin-bottom: 668px !important;
}

.pr-668 {
    padding-right: 668px !important;
}

.pl-668 {
    padding-left: 668px !important;
}

.pt-668 {
    padding-top: 668px !important;
}

.pb-668 {
    padding-bottom: 668px !important;
}

.fs-668 {
    font-size: 668px !important;
}

.m-669 {
    margin: 669px !important;
}

.p-669 {
    padding: 669px !important;
}

.mr-669 {
    margin-right: 669px !important;
}

.ml-669 {
    margin-left: 669px !important;
}

.mt-669 {
    margin-top: 669px !important;
}

.mb-669 {
    margin-bottom: 669px !important;
}

.pr-669 {
    padding-right: 669px !important;
}

.pl-669 {
    padding-left: 669px !important;
}

.pt-669 {
    padding-top: 669px !important;
}

.pb-669 {
    padding-bottom: 669px !important;
}

.fs-669 {
    font-size: 669px !important;
}

.m-670 {
    margin: 670px !important;
}

.p-670 {
    padding: 670px !important;
}

.mr-670 {
    margin-right: 670px !important;
}

.ml-670 {
    margin-left: 670px !important;
}

.mt-670 {
    margin-top: 670px !important;
}

.mb-670 {
    margin-bottom: 670px !important;
}

.pr-670 {
    padding-right: 670px !important;
}

.pl-670 {
    padding-left: 670px !important;
}

.pt-670 {
    padding-top: 670px !important;
}

.pb-670 {
    padding-bottom: 670px !important;
}

.fs-670 {
    font-size: 670px !important;
}

.m-671 {
    margin: 671px !important;
}

.p-671 {
    padding: 671px !important;
}

.mr-671 {
    margin-right: 671px !important;
}

.ml-671 {
    margin-left: 671px !important;
}

.mt-671 {
    margin-top: 671px !important;
}

.mb-671 {
    margin-bottom: 671px !important;
}

.pr-671 {
    padding-right: 671px !important;
}

.pl-671 {
    padding-left: 671px !important;
}

.pt-671 {
    padding-top: 671px !important;
}

.pb-671 {
    padding-bottom: 671px !important;
}

.fs-671 {
    font-size: 671px !important;
}

.m-672 {
    margin: 672px !important;
}

.p-672 {
    padding: 672px !important;
}

.mr-672 {
    margin-right: 672px !important;
}

.ml-672 {
    margin-left: 672px !important;
}

.mt-672 {
    margin-top: 672px !important;
}

.mb-672 {
    margin-bottom: 672px !important;
}

.pr-672 {
    padding-right: 672px !important;
}

.pl-672 {
    padding-left: 672px !important;
}

.pt-672 {
    padding-top: 672px !important;
}

.pb-672 {
    padding-bottom: 672px !important;
}

.fs-672 {
    font-size: 672px !important;
}

.m-673 {
    margin: 673px !important;
}

.p-673 {
    padding: 673px !important;
}

.mr-673 {
    margin-right: 673px !important;
}

.ml-673 {
    margin-left: 673px !important;
}

.mt-673 {
    margin-top: 673px !important;
}

.mb-673 {
    margin-bottom: 673px !important;
}

.pr-673 {
    padding-right: 673px !important;
}

.pl-673 {
    padding-left: 673px !important;
}

.pt-673 {
    padding-top: 673px !important;
}

.pb-673 {
    padding-bottom: 673px !important;
}

.fs-673 {
    font-size: 673px !important;
}

.m-674 {
    margin: 674px !important;
}

.p-674 {
    padding: 674px !important;
}

.mr-674 {
    margin-right: 674px !important;
}

.ml-674 {
    margin-left: 674px !important;
}

.mt-674 {
    margin-top: 674px !important;
}

.mb-674 {
    margin-bottom: 674px !important;
}

.pr-674 {
    padding-right: 674px !important;
}

.pl-674 {
    padding-left: 674px !important;
}

.pt-674 {
    padding-top: 674px !important;
}

.pb-674 {
    padding-bottom: 674px !important;
}

.fs-674 {
    font-size: 674px !important;
}

.m-675 {
    margin: 675px !important;
}

.p-675 {
    padding: 675px !important;
}

.mr-675 {
    margin-right: 675px !important;
}

.ml-675 {
    margin-left: 675px !important;
}

.mt-675 {
    margin-top: 675px !important;
}

.mb-675 {
    margin-bottom: 675px !important;
}

.pr-675 {
    padding-right: 675px !important;
}

.pl-675 {
    padding-left: 675px !important;
}

.pt-675 {
    padding-top: 675px !important;
}

.pb-675 {
    padding-bottom: 675px !important;
}

.fs-675 {
    font-size: 675px !important;
}

.m-676 {
    margin: 676px !important;
}

.p-676 {
    padding: 676px !important;
}

.mr-676 {
    margin-right: 676px !important;
}

.ml-676 {
    margin-left: 676px !important;
}

.mt-676 {
    margin-top: 676px !important;
}

.mb-676 {
    margin-bottom: 676px !important;
}

.pr-676 {
    padding-right: 676px !important;
}

.pl-676 {
    padding-left: 676px !important;
}

.pt-676 {
    padding-top: 676px !important;
}

.pb-676 {
    padding-bottom: 676px !important;
}

.fs-676 {
    font-size: 676px !important;
}

.m-677 {
    margin: 677px !important;
}

.p-677 {
    padding: 677px !important;
}

.mr-677 {
    margin-right: 677px !important;
}

.ml-677 {
    margin-left: 677px !important;
}

.mt-677 {
    margin-top: 677px !important;
}

.mb-677 {
    margin-bottom: 677px !important;
}

.pr-677 {
    padding-right: 677px !important;
}

.pl-677 {
    padding-left: 677px !important;
}

.pt-677 {
    padding-top: 677px !important;
}

.pb-677 {
    padding-bottom: 677px !important;
}

.fs-677 {
    font-size: 677px !important;
}

.m-678 {
    margin: 678px !important;
}

.p-678 {
    padding: 678px !important;
}

.mr-678 {
    margin-right: 678px !important;
}

.ml-678 {
    margin-left: 678px !important;
}

.mt-678 {
    margin-top: 678px !important;
}

.mb-678 {
    margin-bottom: 678px !important;
}

.pr-678 {
    padding-right: 678px !important;
}

.pl-678 {
    padding-left: 678px !important;
}

.pt-678 {
    padding-top: 678px !important;
}

.pb-678 {
    padding-bottom: 678px !important;
}

.fs-678 {
    font-size: 678px !important;
}

.m-679 {
    margin: 679px !important;
}

.p-679 {
    padding: 679px !important;
}

.mr-679 {
    margin-right: 679px !important;
}

.ml-679 {
    margin-left: 679px !important;
}

.mt-679 {
    margin-top: 679px !important;
}

.mb-679 {
    margin-bottom: 679px !important;
}

.pr-679 {
    padding-right: 679px !important;
}

.pl-679 {
    padding-left: 679px !important;
}

.pt-679 {
    padding-top: 679px !important;
}

.pb-679 {
    padding-bottom: 679px !important;
}

.fs-679 {
    font-size: 679px !important;
}

.m-680 {
    margin: 680px !important;
}

.p-680 {
    padding: 680px !important;
}

.mr-680 {
    margin-right: 680px !important;
}

.ml-680 {
    margin-left: 680px !important;
}

.mt-680 {
    margin-top: 680px !important;
}

.mb-680 {
    margin-bottom: 680px !important;
}

.pr-680 {
    padding-right: 680px !important;
}

.pl-680 {
    padding-left: 680px !important;
}

.pt-680 {
    padding-top: 680px !important;
}

.pb-680 {
    padding-bottom: 680px !important;
}

.fs-680 {
    font-size: 680px !important;
}

.m-681 {
    margin: 681px !important;
}

.p-681 {
    padding: 681px !important;
}

.mr-681 {
    margin-right: 681px !important;
}

.ml-681 {
    margin-left: 681px !important;
}

.mt-681 {
    margin-top: 681px !important;
}

.mb-681 {
    margin-bottom: 681px !important;
}

.pr-681 {
    padding-right: 681px !important;
}

.pl-681 {
    padding-left: 681px !important;
}

.pt-681 {
    padding-top: 681px !important;
}

.pb-681 {
    padding-bottom: 681px !important;
}

.fs-681 {
    font-size: 681px !important;
}

.m-682 {
    margin: 682px !important;
}

.p-682 {
    padding: 682px !important;
}

.mr-682 {
    margin-right: 682px !important;
}

.ml-682 {
    margin-left: 682px !important;
}

.mt-682 {
    margin-top: 682px !important;
}

.mb-682 {
    margin-bottom: 682px !important;
}

.pr-682 {
    padding-right: 682px !important;
}

.pl-682 {
    padding-left: 682px !important;
}

.pt-682 {
    padding-top: 682px !important;
}

.pb-682 {
    padding-bottom: 682px !important;
}

.fs-682 {
    font-size: 682px !important;
}

.m-683 {
    margin: 683px !important;
}

.p-683 {
    padding: 683px !important;
}

.mr-683 {
    margin-right: 683px !important;
}

.ml-683 {
    margin-left: 683px !important;
}

.mt-683 {
    margin-top: 683px !important;
}

.mb-683 {
    margin-bottom: 683px !important;
}

.pr-683 {
    padding-right: 683px !important;
}

.pl-683 {
    padding-left: 683px !important;
}

.pt-683 {
    padding-top: 683px !important;
}

.pb-683 {
    padding-bottom: 683px !important;
}

.fs-683 {
    font-size: 683px !important;
}

.m-684 {
    margin: 684px !important;
}

.p-684 {
    padding: 684px !important;
}

.mr-684 {
    margin-right: 684px !important;
}

.ml-684 {
    margin-left: 684px !important;
}

.mt-684 {
    margin-top: 684px !important;
}

.mb-684 {
    margin-bottom: 684px !important;
}

.pr-684 {
    padding-right: 684px !important;
}

.pl-684 {
    padding-left: 684px !important;
}

.pt-684 {
    padding-top: 684px !important;
}

.pb-684 {
    padding-bottom: 684px !important;
}

.fs-684 {
    font-size: 684px !important;
}

.m-685 {
    margin: 685px !important;
}

.p-685 {
    padding: 685px !important;
}

.mr-685 {
    margin-right: 685px !important;
}

.ml-685 {
    margin-left: 685px !important;
}

.mt-685 {
    margin-top: 685px !important;
}

.mb-685 {
    margin-bottom: 685px !important;
}

.pr-685 {
    padding-right: 685px !important;
}

.pl-685 {
    padding-left: 685px !important;
}

.pt-685 {
    padding-top: 685px !important;
}

.pb-685 {
    padding-bottom: 685px !important;
}

.fs-685 {
    font-size: 685px !important;
}

.m-686 {
    margin: 686px !important;
}

.p-686 {
    padding: 686px !important;
}

.mr-686 {
    margin-right: 686px !important;
}

.ml-686 {
    margin-left: 686px !important;
}

.mt-686 {
    margin-top: 686px !important;
}

.mb-686 {
    margin-bottom: 686px !important;
}

.pr-686 {
    padding-right: 686px !important;
}

.pl-686 {
    padding-left: 686px !important;
}

.pt-686 {
    padding-top: 686px !important;
}

.pb-686 {
    padding-bottom: 686px !important;
}

.fs-686 {
    font-size: 686px !important;
}

.m-687 {
    margin: 687px !important;
}

.p-687 {
    padding: 687px !important;
}

.mr-687 {
    margin-right: 687px !important;
}

.ml-687 {
    margin-left: 687px !important;
}

.mt-687 {
    margin-top: 687px !important;
}

.mb-687 {
    margin-bottom: 687px !important;
}

.pr-687 {
    padding-right: 687px !important;
}

.pl-687 {
    padding-left: 687px !important;
}

.pt-687 {
    padding-top: 687px !important;
}

.pb-687 {
    padding-bottom: 687px !important;
}

.fs-687 {
    font-size: 687px !important;
}

.m-688 {
    margin: 688px !important;
}

.p-688 {
    padding: 688px !important;
}

.mr-688 {
    margin-right: 688px !important;
}

.ml-688 {
    margin-left: 688px !important;
}

.mt-688 {
    margin-top: 688px !important;
}

.mb-688 {
    margin-bottom: 688px !important;
}

.pr-688 {
    padding-right: 688px !important;
}

.pl-688 {
    padding-left: 688px !important;
}

.pt-688 {
    padding-top: 688px !important;
}

.pb-688 {
    padding-bottom: 688px !important;
}

.fs-688 {
    font-size: 688px !important;
}

.m-689 {
    margin: 689px !important;
}

.p-689 {
    padding: 689px !important;
}

.mr-689 {
    margin-right: 689px !important;
}

.ml-689 {
    margin-left: 689px !important;
}

.mt-689 {
    margin-top: 689px !important;
}

.mb-689 {
    margin-bottom: 689px !important;
}

.pr-689 {
    padding-right: 689px !important;
}

.pl-689 {
    padding-left: 689px !important;
}

.pt-689 {
    padding-top: 689px !important;
}

.pb-689 {
    padding-bottom: 689px !important;
}

.fs-689 {
    font-size: 689px !important;
}

.m-690 {
    margin: 690px !important;
}

.p-690 {
    padding: 690px !important;
}

.mr-690 {
    margin-right: 690px !important;
}

.ml-690 {
    margin-left: 690px !important;
}

.mt-690 {
    margin-top: 690px !important;
}

.mb-690 {
    margin-bottom: 690px !important;
}

.pr-690 {
    padding-right: 690px !important;
}

.pl-690 {
    padding-left: 690px !important;
}

.pt-690 {
    padding-top: 690px !important;
}

.pb-690 {
    padding-bottom: 690px !important;
}

.fs-690 {
    font-size: 690px !important;
}

.m-691 {
    margin: 691px !important;
}

.p-691 {
    padding: 691px !important;
}

.mr-691 {
    margin-right: 691px !important;
}

.ml-691 {
    margin-left: 691px !important;
}

.mt-691 {
    margin-top: 691px !important;
}

.mb-691 {
    margin-bottom: 691px !important;
}

.pr-691 {
    padding-right: 691px !important;
}

.pl-691 {
    padding-left: 691px !important;
}

.pt-691 {
    padding-top: 691px !important;
}

.pb-691 {
    padding-bottom: 691px !important;
}

.fs-691 {
    font-size: 691px !important;
}

.m-692 {
    margin: 692px !important;
}

.p-692 {
    padding: 692px !important;
}

.mr-692 {
    margin-right: 692px !important;
}

.ml-692 {
    margin-left: 692px !important;
}

.mt-692 {
    margin-top: 692px !important;
}

.mb-692 {
    margin-bottom: 692px !important;
}

.pr-692 {
    padding-right: 692px !important;
}

.pl-692 {
    padding-left: 692px !important;
}

.pt-692 {
    padding-top: 692px !important;
}

.pb-692 {
    padding-bottom: 692px !important;
}

.fs-692 {
    font-size: 692px !important;
}

.m-693 {
    margin: 693px !important;
}

.p-693 {
    padding: 693px !important;
}

.mr-693 {
    margin-right: 693px !important;
}

.ml-693 {
    margin-left: 693px !important;
}

.mt-693 {
    margin-top: 693px !important;
}

.mb-693 {
    margin-bottom: 693px !important;
}

.pr-693 {
    padding-right: 693px !important;
}

.pl-693 {
    padding-left: 693px !important;
}

.pt-693 {
    padding-top: 693px !important;
}

.pb-693 {
    padding-bottom: 693px !important;
}

.fs-693 {
    font-size: 693px !important;
}

.m-694 {
    margin: 694px !important;
}

.p-694 {
    padding: 694px !important;
}

.mr-694 {
    margin-right: 694px !important;
}

.ml-694 {
    margin-left: 694px !important;
}

.mt-694 {
    margin-top: 694px !important;
}

.mb-694 {
    margin-bottom: 694px !important;
}

.pr-694 {
    padding-right: 694px !important;
}

.pl-694 {
    padding-left: 694px !important;
}

.pt-694 {
    padding-top: 694px !important;
}

.pb-694 {
    padding-bottom: 694px !important;
}

.fs-694 {
    font-size: 694px !important;
}

.m-695 {
    margin: 695px !important;
}

.p-695 {
    padding: 695px !important;
}

.mr-695 {
    margin-right: 695px !important;
}

.ml-695 {
    margin-left: 695px !important;
}

.mt-695 {
    margin-top: 695px !important;
}

.mb-695 {
    margin-bottom: 695px !important;
}

.pr-695 {
    padding-right: 695px !important;
}

.pl-695 {
    padding-left: 695px !important;
}

.pt-695 {
    padding-top: 695px !important;
}

.pb-695 {
    padding-bottom: 695px !important;
}

.fs-695 {
    font-size: 695px !important;
}

.m-696 {
    margin: 696px !important;
}

.p-696 {
    padding: 696px !important;
}

.mr-696 {
    margin-right: 696px !important;
}

.ml-696 {
    margin-left: 696px !important;
}

.mt-696 {
    margin-top: 696px !important;
}

.mb-696 {
    margin-bottom: 696px !important;
}

.pr-696 {
    padding-right: 696px !important;
}

.pl-696 {
    padding-left: 696px !important;
}

.pt-696 {
    padding-top: 696px !important;
}

.pb-696 {
    padding-bottom: 696px !important;
}

.fs-696 {
    font-size: 696px !important;
}

.m-697 {
    margin: 697px !important;
}

.p-697 {
    padding: 697px !important;
}

.mr-697 {
    margin-right: 697px !important;
}

.ml-697 {
    margin-left: 697px !important;
}

.mt-697 {
    margin-top: 697px !important;
}

.mb-697 {
    margin-bottom: 697px !important;
}

.pr-697 {
    padding-right: 697px !important;
}

.pl-697 {
    padding-left: 697px !important;
}

.pt-697 {
    padding-top: 697px !important;
}

.pb-697 {
    padding-bottom: 697px !important;
}

.fs-697 {
    font-size: 697px !important;
}

.m-698 {
    margin: 698px !important;
}

.p-698 {
    padding: 698px !important;
}

.mr-698 {
    margin-right: 698px !important;
}

.ml-698 {
    margin-left: 698px !important;
}

.mt-698 {
    margin-top: 698px !important;
}

.mb-698 {
    margin-bottom: 698px !important;
}

.pr-698 {
    padding-right: 698px !important;
}

.pl-698 {
    padding-left: 698px !important;
}

.pt-698 {
    padding-top: 698px !important;
}

.pb-698 {
    padding-bottom: 698px !important;
}

.fs-698 {
    font-size: 698px !important;
}

.m-699 {
    margin: 699px !important;
}

.p-699 {
    padding: 699px !important;
}

.mr-699 {
    margin-right: 699px !important;
}

.ml-699 {
    margin-left: 699px !important;
}

.mt-699 {
    margin-top: 699px !important;
}

.mb-699 {
    margin-bottom: 699px !important;
}

.pr-699 {
    padding-right: 699px !important;
}

.pl-699 {
    padding-left: 699px !important;
}

.pt-699 {
    padding-top: 699px !important;
}

.pb-699 {
    padding-bottom: 699px !important;
}

.fs-699 {
    font-size: 699px !important;
}

.m-700 {
    margin: 700px !important;
}

.p-700 {
    padding: 700px !important;
}

.mr-700 {
    margin-right: 700px !important;
}

.ml-700 {
    margin-left: 700px !important;
}

.mt-700 {
    margin-top: 700px !important;
}

.mb-700 {
    margin-bottom: 700px !important;
}

.pr-700 {
    padding-right: 700px !important;
}

.pl-700 {
    padding-left: 700px !important;
}

.pt-700 {
    padding-top: 700px !important;
}

.pb-700 {
    padding-bottom: 700px !important;
}

.fs-700 {
    font-size: 700px !important;
}

.m-701 {
    margin: 701px !important;
}

.p-701 {
    padding: 701px !important;
}

.mr-701 {
    margin-right: 701px !important;
}

.ml-701 {
    margin-left: 701px !important;
}

.mt-701 {
    margin-top: 701px !important;
}

.mb-701 {
    margin-bottom: 701px !important;
}

.pr-701 {
    padding-right: 701px !important;
}

.pl-701 {
    padding-left: 701px !important;
}

.pt-701 {
    padding-top: 701px !important;
}

.pb-701 {
    padding-bottom: 701px !important;
}

.fs-701 {
    font-size: 701px !important;
}

.m-702 {
    margin: 702px !important;
}

.p-702 {
    padding: 702px !important;
}

.mr-702 {
    margin-right: 702px !important;
}

.ml-702 {
    margin-left: 702px !important;
}

.mt-702 {
    margin-top: 702px !important;
}

.mb-702 {
    margin-bottom: 702px !important;
}

.pr-702 {
    padding-right: 702px !important;
}

.pl-702 {
    padding-left: 702px !important;
}

.pt-702 {
    padding-top: 702px !important;
}

.pb-702 {
    padding-bottom: 702px !important;
}

.fs-702 {
    font-size: 702px !important;
}

.m-703 {
    margin: 703px !important;
}

.p-703 {
    padding: 703px !important;
}

.mr-703 {
    margin-right: 703px !important;
}

.ml-703 {
    margin-left: 703px !important;
}

.mt-703 {
    margin-top: 703px !important;
}

.mb-703 {
    margin-bottom: 703px !important;
}

.pr-703 {
    padding-right: 703px !important;
}

.pl-703 {
    padding-left: 703px !important;
}

.pt-703 {
    padding-top: 703px !important;
}

.pb-703 {
    padding-bottom: 703px !important;
}

.fs-703 {
    font-size: 703px !important;
}

.m-704 {
    margin: 704px !important;
}

.p-704 {
    padding: 704px !important;
}

.mr-704 {
    margin-right: 704px !important;
}

.ml-704 {
    margin-left: 704px !important;
}

.mt-704 {
    margin-top: 704px !important;
}

.mb-704 {
    margin-bottom: 704px !important;
}

.pr-704 {
    padding-right: 704px !important;
}

.pl-704 {
    padding-left: 704px !important;
}

.pt-704 {
    padding-top: 704px !important;
}

.pb-704 {
    padding-bottom: 704px !important;
}

.fs-704 {
    font-size: 704px !important;
}

.m-705 {
    margin: 705px !important;
}

.p-705 {
    padding: 705px !important;
}

.mr-705 {
    margin-right: 705px !important;
}

.ml-705 {
    margin-left: 705px !important;
}

.mt-705 {
    margin-top: 705px !important;
}

.mb-705 {
    margin-bottom: 705px !important;
}

.pr-705 {
    padding-right: 705px !important;
}

.pl-705 {
    padding-left: 705px !important;
}

.pt-705 {
    padding-top: 705px !important;
}

.pb-705 {
    padding-bottom: 705px !important;
}

.fs-705 {
    font-size: 705px !important;
}

.m-706 {
    margin: 706px !important;
}

.p-706 {
    padding: 706px !important;
}

.mr-706 {
    margin-right: 706px !important;
}

.ml-706 {
    margin-left: 706px !important;
}

.mt-706 {
    margin-top: 706px !important;
}

.mb-706 {
    margin-bottom: 706px !important;
}

.pr-706 {
    padding-right: 706px !important;
}

.pl-706 {
    padding-left: 706px !important;
}

.pt-706 {
    padding-top: 706px !important;
}

.pb-706 {
    padding-bottom: 706px !important;
}

.fs-706 {
    font-size: 706px !important;
}

.m-707 {
    margin: 707px !important;
}

.p-707 {
    padding: 707px !important;
}

.mr-707 {
    margin-right: 707px !important;
}

.ml-707 {
    margin-left: 707px !important;
}

.mt-707 {
    margin-top: 707px !important;
}

.mb-707 {
    margin-bottom: 707px !important;
}

.pr-707 {
    padding-right: 707px !important;
}

.pl-707 {
    padding-left: 707px !important;
}

.pt-707 {
    padding-top: 707px !important;
}

.pb-707 {
    padding-bottom: 707px !important;
}

.fs-707 {
    font-size: 707px !important;
}

.m-708 {
    margin: 708px !important;
}

.p-708 {
    padding: 708px !important;
}

.mr-708 {
    margin-right: 708px !important;
}

.ml-708 {
    margin-left: 708px !important;
}

.mt-708 {
    margin-top: 708px !important;
}

.mb-708 {
    margin-bottom: 708px !important;
}

.pr-708 {
    padding-right: 708px !important;
}

.pl-708 {
    padding-left: 708px !important;
}

.pt-708 {
    padding-top: 708px !important;
}

.pb-708 {
    padding-bottom: 708px !important;
}

.fs-708 {
    font-size: 708px !important;
}

.m-709 {
    margin: 709px !important;
}

.p-709 {
    padding: 709px !important;
}

.mr-709 {
    margin-right: 709px !important;
}

.ml-709 {
    margin-left: 709px !important;
}

.mt-709 {
    margin-top: 709px !important;
}

.mb-709 {
    margin-bottom: 709px !important;
}

.pr-709 {
    padding-right: 709px !important;
}

.pl-709 {
    padding-left: 709px !important;
}

.pt-709 {
    padding-top: 709px !important;
}

.pb-709 {
    padding-bottom: 709px !important;
}

.fs-709 {
    font-size: 709px !important;
}

.m-710 {
    margin: 710px !important;
}

.p-710 {
    padding: 710px !important;
}

.mr-710 {
    margin-right: 710px !important;
}

.ml-710 {
    margin-left: 710px !important;
}

.mt-710 {
    margin-top: 710px !important;
}

.mb-710 {
    margin-bottom: 710px !important;
}

.pr-710 {
    padding-right: 710px !important;
}

.pl-710 {
    padding-left: 710px !important;
}

.pt-710 {
    padding-top: 710px !important;
}

.pb-710 {
    padding-bottom: 710px !important;
}

.fs-710 {
    font-size: 710px !important;
}

.m-711 {
    margin: 711px !important;
}

.p-711 {
    padding: 711px !important;
}

.mr-711 {
    margin-right: 711px !important;
}

.ml-711 {
    margin-left: 711px !important;
}

.mt-711 {
    margin-top: 711px !important;
}

.mb-711 {
    margin-bottom: 711px !important;
}

.pr-711 {
    padding-right: 711px !important;
}

.pl-711 {
    padding-left: 711px !important;
}

.pt-711 {
    padding-top: 711px !important;
}

.pb-711 {
    padding-bottom: 711px !important;
}

.fs-711 {
    font-size: 711px !important;
}

.m-712 {
    margin: 712px !important;
}

.p-712 {
    padding: 712px !important;
}

.mr-712 {
    margin-right: 712px !important;
}

.ml-712 {
    margin-left: 712px !important;
}

.mt-712 {
    margin-top: 712px !important;
}

.mb-712 {
    margin-bottom: 712px !important;
}

.pr-712 {
    padding-right: 712px !important;
}

.pl-712 {
    padding-left: 712px !important;
}

.pt-712 {
    padding-top: 712px !important;
}

.pb-712 {
    padding-bottom: 712px !important;
}

.fs-712 {
    font-size: 712px !important;
}

.m-713 {
    margin: 713px !important;
}

.p-713 {
    padding: 713px !important;
}

.mr-713 {
    margin-right: 713px !important;
}

.ml-713 {
    margin-left: 713px !important;
}

.mt-713 {
    margin-top: 713px !important;
}

.mb-713 {
    margin-bottom: 713px !important;
}

.pr-713 {
    padding-right: 713px !important;
}

.pl-713 {
    padding-left: 713px !important;
}

.pt-713 {
    padding-top: 713px !important;
}

.pb-713 {
    padding-bottom: 713px !important;
}

.fs-713 {
    font-size: 713px !important;
}

.m-714 {
    margin: 714px !important;
}

.p-714 {
    padding: 714px !important;
}

.mr-714 {
    margin-right: 714px !important;
}

.ml-714 {
    margin-left: 714px !important;
}

.mt-714 {
    margin-top: 714px !important;
}

.mb-714 {
    margin-bottom: 714px !important;
}

.pr-714 {
    padding-right: 714px !important;
}

.pl-714 {
    padding-left: 714px !important;
}

.pt-714 {
    padding-top: 714px !important;
}

.pb-714 {
    padding-bottom: 714px !important;
}

.fs-714 {
    font-size: 714px !important;
}

.m-715 {
    margin: 715px !important;
}

.p-715 {
    padding: 715px !important;
}

.mr-715 {
    margin-right: 715px !important;
}

.ml-715 {
    margin-left: 715px !important;
}

.mt-715 {
    margin-top: 715px !important;
}

.mb-715 {
    margin-bottom: 715px !important;
}

.pr-715 {
    padding-right: 715px !important;
}

.pl-715 {
    padding-left: 715px !important;
}

.pt-715 {
    padding-top: 715px !important;
}

.pb-715 {
    padding-bottom: 715px !important;
}

.fs-715 {
    font-size: 715px !important;
}

.m-716 {
    margin: 716px !important;
}

.p-716 {
    padding: 716px !important;
}

.mr-716 {
    margin-right: 716px !important;
}

.ml-716 {
    margin-left: 716px !important;
}

.mt-716 {
    margin-top: 716px !important;
}

.mb-716 {
    margin-bottom: 716px !important;
}

.pr-716 {
    padding-right: 716px !important;
}

.pl-716 {
    padding-left: 716px !important;
}

.pt-716 {
    padding-top: 716px !important;
}

.pb-716 {
    padding-bottom: 716px !important;
}

.fs-716 {
    font-size: 716px !important;
}

.m-717 {
    margin: 717px !important;
}

.p-717 {
    padding: 717px !important;
}

.mr-717 {
    margin-right: 717px !important;
}

.ml-717 {
    margin-left: 717px !important;
}

.mt-717 {
    margin-top: 717px !important;
}

.mb-717 {
    margin-bottom: 717px !important;
}

.pr-717 {
    padding-right: 717px !important;
}

.pl-717 {
    padding-left: 717px !important;
}

.pt-717 {
    padding-top: 717px !important;
}

.pb-717 {
    padding-bottom: 717px !important;
}

.fs-717 {
    font-size: 717px !important;
}

.m-718 {
    margin: 718px !important;
}

.p-718 {
    padding: 718px !important;
}

.mr-718 {
    margin-right: 718px !important;
}

.ml-718 {
    margin-left: 718px !important;
}

.mt-718 {
    margin-top: 718px !important;
}

.mb-718 {
    margin-bottom: 718px !important;
}

.pr-718 {
    padding-right: 718px !important;
}

.pl-718 {
    padding-left: 718px !important;
}

.pt-718 {
    padding-top: 718px !important;
}

.pb-718 {
    padding-bottom: 718px !important;
}

.fs-718 {
    font-size: 718px !important;
}

.m-719 {
    margin: 719px !important;
}

.p-719 {
    padding: 719px !important;
}

.mr-719 {
    margin-right: 719px !important;
}

.ml-719 {
    margin-left: 719px !important;
}

.mt-719 {
    margin-top: 719px !important;
}

.mb-719 {
    margin-bottom: 719px !important;
}

.pr-719 {
    padding-right: 719px !important;
}

.pl-719 {
    padding-left: 719px !important;
}

.pt-719 {
    padding-top: 719px !important;
}

.pb-719 {
    padding-bottom: 719px !important;
}

.fs-719 {
    font-size: 719px !important;
}

.m-720 {
    margin: 720px !important;
}

.p-720 {
    padding: 720px !important;
}

.mr-720 {
    margin-right: 720px !important;
}

.ml-720 {
    margin-left: 720px !important;
}

.mt-720 {
    margin-top: 720px !important;
}

.mb-720 {
    margin-bottom: 720px !important;
}

.pr-720 {
    padding-right: 720px !important;
}

.pl-720 {
    padding-left: 720px !important;
}

.pt-720 {
    padding-top: 720px !important;
}

.pb-720 {
    padding-bottom: 720px !important;
}

.fs-720 {
    font-size: 720px !important;
}

.m-721 {
    margin: 721px !important;
}

.p-721 {
    padding: 721px !important;
}

.mr-721 {
    margin-right: 721px !important;
}

.ml-721 {
    margin-left: 721px !important;
}

.mt-721 {
    margin-top: 721px !important;
}

.mb-721 {
    margin-bottom: 721px !important;
}

.pr-721 {
    padding-right: 721px !important;
}

.pl-721 {
    padding-left: 721px !important;
}

.pt-721 {
    padding-top: 721px !important;
}

.pb-721 {
    padding-bottom: 721px !important;
}

.fs-721 {
    font-size: 721px !important;
}

.m-722 {
    margin: 722px !important;
}

.p-722 {
    padding: 722px !important;
}

.mr-722 {
    margin-right: 722px !important;
}

.ml-722 {
    margin-left: 722px !important;
}

.mt-722 {
    margin-top: 722px !important;
}

.mb-722 {
    margin-bottom: 722px !important;
}

.pr-722 {
    padding-right: 722px !important;
}

.pl-722 {
    padding-left: 722px !important;
}

.pt-722 {
    padding-top: 722px !important;
}

.pb-722 {
    padding-bottom: 722px !important;
}

.fs-722 {
    font-size: 722px !important;
}

.m-723 {
    margin: 723px !important;
}

.p-723 {
    padding: 723px !important;
}

.mr-723 {
    margin-right: 723px !important;
}

.ml-723 {
    margin-left: 723px !important;
}

.mt-723 {
    margin-top: 723px !important;
}

.mb-723 {
    margin-bottom: 723px !important;
}

.pr-723 {
    padding-right: 723px !important;
}

.pl-723 {
    padding-left: 723px !important;
}

.pt-723 {
    padding-top: 723px !important;
}

.pb-723 {
    padding-bottom: 723px !important;
}

.fs-723 {
    font-size: 723px !important;
}

.m-724 {
    margin: 724px !important;
}

.p-724 {
    padding: 724px !important;
}

.mr-724 {
    margin-right: 724px !important;
}

.ml-724 {
    margin-left: 724px !important;
}

.mt-724 {
    margin-top: 724px !important;
}

.mb-724 {
    margin-bottom: 724px !important;
}

.pr-724 {
    padding-right: 724px !important;
}

.pl-724 {
    padding-left: 724px !important;
}

.pt-724 {
    padding-top: 724px !important;
}

.pb-724 {
    padding-bottom: 724px !important;
}

.fs-724 {
    font-size: 724px !important;
}

.m-725 {
    margin: 725px !important;
}

.p-725 {
    padding: 725px !important;
}

.mr-725 {
    margin-right: 725px !important;
}

.ml-725 {
    margin-left: 725px !important;
}

.mt-725 {
    margin-top: 725px !important;
}

.mb-725 {
    margin-bottom: 725px !important;
}

.pr-725 {
    padding-right: 725px !important;
}

.pl-725 {
    padding-left: 725px !important;
}

.pt-725 {
    padding-top: 725px !important;
}

.pb-725 {
    padding-bottom: 725px !important;
}

.fs-725 {
    font-size: 725px !important;
}

.m-726 {
    margin: 726px !important;
}

.p-726 {
    padding: 726px !important;
}

.mr-726 {
    margin-right: 726px !important;
}

.ml-726 {
    margin-left: 726px !important;
}

.mt-726 {
    margin-top: 726px !important;
}

.mb-726 {
    margin-bottom: 726px !important;
}

.pr-726 {
    padding-right: 726px !important;
}

.pl-726 {
    padding-left: 726px !important;
}

.pt-726 {
    padding-top: 726px !important;
}

.pb-726 {
    padding-bottom: 726px !important;
}

.fs-726 {
    font-size: 726px !important;
}

.m-727 {
    margin: 727px !important;
}

.p-727 {
    padding: 727px !important;
}

.mr-727 {
    margin-right: 727px !important;
}

.ml-727 {
    margin-left: 727px !important;
}

.mt-727 {
    margin-top: 727px !important;
}

.mb-727 {
    margin-bottom: 727px !important;
}

.pr-727 {
    padding-right: 727px !important;
}

.pl-727 {
    padding-left: 727px !important;
}

.pt-727 {
    padding-top: 727px !important;
}

.pb-727 {
    padding-bottom: 727px !important;
}

.fs-727 {
    font-size: 727px !important;
}

.m-728 {
    margin: 728px !important;
}

.p-728 {
    padding: 728px !important;
}

.mr-728 {
    margin-right: 728px !important;
}

.ml-728 {
    margin-left: 728px !important;
}

.mt-728 {
    margin-top: 728px !important;
}

.mb-728 {
    margin-bottom: 728px !important;
}

.pr-728 {
    padding-right: 728px !important;
}

.pl-728 {
    padding-left: 728px !important;
}

.pt-728 {
    padding-top: 728px !important;
}

.pb-728 {
    padding-bottom: 728px !important;
}

.fs-728 {
    font-size: 728px !important;
}

.m-729 {
    margin: 729px !important;
}

.p-729 {
    padding: 729px !important;
}

.mr-729 {
    margin-right: 729px !important;
}

.ml-729 {
    margin-left: 729px !important;
}

.mt-729 {
    margin-top: 729px !important;
}

.mb-729 {
    margin-bottom: 729px !important;
}

.pr-729 {
    padding-right: 729px !important;
}

.pl-729 {
    padding-left: 729px !important;
}

.pt-729 {
    padding-top: 729px !important;
}

.pb-729 {
    padding-bottom: 729px !important;
}

.fs-729 {
    font-size: 729px !important;
}

.m-730 {
    margin: 730px !important;
}

.p-730 {
    padding: 730px !important;
}

.mr-730 {
    margin-right: 730px !important;
}

.ml-730 {
    margin-left: 730px !important;
}

.mt-730 {
    margin-top: 730px !important;
}

.mb-730 {
    margin-bottom: 730px !important;
}

.pr-730 {
    padding-right: 730px !important;
}

.pl-730 {
    padding-left: 730px !important;
}

.pt-730 {
    padding-top: 730px !important;
}

.pb-730 {
    padding-bottom: 730px !important;
}

.fs-730 {
    font-size: 730px !important;
}

.m-731 {
    margin: 731px !important;
}

.p-731 {
    padding: 731px !important;
}

.mr-731 {
    margin-right: 731px !important;
}

.ml-731 {
    margin-left: 731px !important;
}

.mt-731 {
    margin-top: 731px !important;
}

.mb-731 {
    margin-bottom: 731px !important;
}

.pr-731 {
    padding-right: 731px !important;
}

.pl-731 {
    padding-left: 731px !important;
}

.pt-731 {
    padding-top: 731px !important;
}

.pb-731 {
    padding-bottom: 731px !important;
}

.fs-731 {
    font-size: 731px !important;
}

.m-732 {
    margin: 732px !important;
}

.p-732 {
    padding: 732px !important;
}

.mr-732 {
    margin-right: 732px !important;
}

.ml-732 {
    margin-left: 732px !important;
}

.mt-732 {
    margin-top: 732px !important;
}

.mb-732 {
    margin-bottom: 732px !important;
}

.pr-732 {
    padding-right: 732px !important;
}

.pl-732 {
    padding-left: 732px !important;
}

.pt-732 {
    padding-top: 732px !important;
}

.pb-732 {
    padding-bottom: 732px !important;
}

.fs-732 {
    font-size: 732px !important;
}

.m-733 {
    margin: 733px !important;
}

.p-733 {
    padding: 733px !important;
}

.mr-733 {
    margin-right: 733px !important;
}

.ml-733 {
    margin-left: 733px !important;
}

.mt-733 {
    margin-top: 733px !important;
}

.mb-733 {
    margin-bottom: 733px !important;
}

.pr-733 {
    padding-right: 733px !important;
}

.pl-733 {
    padding-left: 733px !important;
}

.pt-733 {
    padding-top: 733px !important;
}

.pb-733 {
    padding-bottom: 733px !important;
}

.fs-733 {
    font-size: 733px !important;
}

.m-734 {
    margin: 734px !important;
}

.p-734 {
    padding: 734px !important;
}

.mr-734 {
    margin-right: 734px !important;
}

.ml-734 {
    margin-left: 734px !important;
}

.mt-734 {
    margin-top: 734px !important;
}

.mb-734 {
    margin-bottom: 734px !important;
}

.pr-734 {
    padding-right: 734px !important;
}

.pl-734 {
    padding-left: 734px !important;
}

.pt-734 {
    padding-top: 734px !important;
}

.pb-734 {
    padding-bottom: 734px !important;
}

.fs-734 {
    font-size: 734px !important;
}

.m-735 {
    margin: 735px !important;
}

.p-735 {
    padding: 735px !important;
}

.mr-735 {
    margin-right: 735px !important;
}

.ml-735 {
    margin-left: 735px !important;
}

.mt-735 {
    margin-top: 735px !important;
}

.mb-735 {
    margin-bottom: 735px !important;
}

.pr-735 {
    padding-right: 735px !important;
}

.pl-735 {
    padding-left: 735px !important;
}

.pt-735 {
    padding-top: 735px !important;
}

.pb-735 {
    padding-bottom: 735px !important;
}

.fs-735 {
    font-size: 735px !important;
}

.m-736 {
    margin: 736px !important;
}

.p-736 {
    padding: 736px !important;
}

.mr-736 {
    margin-right: 736px !important;
}

.ml-736 {
    margin-left: 736px !important;
}

.mt-736 {
    margin-top: 736px !important;
}

.mb-736 {
    margin-bottom: 736px !important;
}

.pr-736 {
    padding-right: 736px !important;
}

.pl-736 {
    padding-left: 736px !important;
}

.pt-736 {
    padding-top: 736px !important;
}

.pb-736 {
    padding-bottom: 736px !important;
}

.fs-736 {
    font-size: 736px !important;
}

.m-737 {
    margin: 737px !important;
}

.p-737 {
    padding: 737px !important;
}

.mr-737 {
    margin-right: 737px !important;
}

.ml-737 {
    margin-left: 737px !important;
}

.mt-737 {
    margin-top: 737px !important;
}

.mb-737 {
    margin-bottom: 737px !important;
}

.pr-737 {
    padding-right: 737px !important;
}

.pl-737 {
    padding-left: 737px !important;
}

.pt-737 {
    padding-top: 737px !important;
}

.pb-737 {
    padding-bottom: 737px !important;
}

.fs-737 {
    font-size: 737px !important;
}

.m-738 {
    margin: 738px !important;
}

.p-738 {
    padding: 738px !important;
}

.mr-738 {
    margin-right: 738px !important;
}

.ml-738 {
    margin-left: 738px !important;
}

.mt-738 {
    margin-top: 738px !important;
}

.mb-738 {
    margin-bottom: 738px !important;
}

.pr-738 {
    padding-right: 738px !important;
}

.pl-738 {
    padding-left: 738px !important;
}

.pt-738 {
    padding-top: 738px !important;
}

.pb-738 {
    padding-bottom: 738px !important;
}

.fs-738 {
    font-size: 738px !important;
}

.m-739 {
    margin: 739px !important;
}

.p-739 {
    padding: 739px !important;
}

.mr-739 {
    margin-right: 739px !important;
}

.ml-739 {
    margin-left: 739px !important;
}

.mt-739 {
    margin-top: 739px !important;
}

.mb-739 {
    margin-bottom: 739px !important;
}

.pr-739 {
    padding-right: 739px !important;
}

.pl-739 {
    padding-left: 739px !important;
}

.pt-739 {
    padding-top: 739px !important;
}

.pb-739 {
    padding-bottom: 739px !important;
}

.fs-739 {
    font-size: 739px !important;
}

.m-740 {
    margin: 740px !important;
}

.p-740 {
    padding: 740px !important;
}

.mr-740 {
    margin-right: 740px !important;
}

.ml-740 {
    margin-left: 740px !important;
}

.mt-740 {
    margin-top: 740px !important;
}

.mb-740 {
    margin-bottom: 740px !important;
}

.pr-740 {
    padding-right: 740px !important;
}

.pl-740 {
    padding-left: 740px !important;
}

.pt-740 {
    padding-top: 740px !important;
}

.pb-740 {
    padding-bottom: 740px !important;
}

.fs-740 {
    font-size: 740px !important;
}

.m-741 {
    margin: 741px !important;
}

.p-741 {
    padding: 741px !important;
}

.mr-741 {
    margin-right: 741px !important;
}

.ml-741 {
    margin-left: 741px !important;
}

.mt-741 {
    margin-top: 741px !important;
}

.mb-741 {
    margin-bottom: 741px !important;
}

.pr-741 {
    padding-right: 741px !important;
}

.pl-741 {
    padding-left: 741px !important;
}

.pt-741 {
    padding-top: 741px !important;
}

.pb-741 {
    padding-bottom: 741px !important;
}

.fs-741 {
    font-size: 741px !important;
}

.m-742 {
    margin: 742px !important;
}

.p-742 {
    padding: 742px !important;
}

.mr-742 {
    margin-right: 742px !important;
}

.ml-742 {
    margin-left: 742px !important;
}

.mt-742 {
    margin-top: 742px !important;
}

.mb-742 {
    margin-bottom: 742px !important;
}

.pr-742 {
    padding-right: 742px !important;
}

.pl-742 {
    padding-left: 742px !important;
}

.pt-742 {
    padding-top: 742px !important;
}

.pb-742 {
    padding-bottom: 742px !important;
}

.fs-742 {
    font-size: 742px !important;
}

.m-743 {
    margin: 743px !important;
}

.p-743 {
    padding: 743px !important;
}

.mr-743 {
    margin-right: 743px !important;
}

.ml-743 {
    margin-left: 743px !important;
}

.mt-743 {
    margin-top: 743px !important;
}

.mb-743 {
    margin-bottom: 743px !important;
}

.pr-743 {
    padding-right: 743px !important;
}

.pl-743 {
    padding-left: 743px !important;
}

.pt-743 {
    padding-top: 743px !important;
}

.pb-743 {
    padding-bottom: 743px !important;
}

.fs-743 {
    font-size: 743px !important;
}

.m-744 {
    margin: 744px !important;
}

.p-744 {
    padding: 744px !important;
}

.mr-744 {
    margin-right: 744px !important;
}

.ml-744 {
    margin-left: 744px !important;
}

.mt-744 {
    margin-top: 744px !important;
}

.mb-744 {
    margin-bottom: 744px !important;
}

.pr-744 {
    padding-right: 744px !important;
}

.pl-744 {
    padding-left: 744px !important;
}

.pt-744 {
    padding-top: 744px !important;
}

.pb-744 {
    padding-bottom: 744px !important;
}

.fs-744 {
    font-size: 744px !important;
}

.m-745 {
    margin: 745px !important;
}

.p-745 {
    padding: 745px !important;
}

.mr-745 {
    margin-right: 745px !important;
}

.ml-745 {
    margin-left: 745px !important;
}

.mt-745 {
    margin-top: 745px !important;
}

.mb-745 {
    margin-bottom: 745px !important;
}

.pr-745 {
    padding-right: 745px !important;
}

.pl-745 {
    padding-left: 745px !important;
}

.pt-745 {
    padding-top: 745px !important;
}

.pb-745 {
    padding-bottom: 745px !important;
}

.fs-745 {
    font-size: 745px !important;
}

.m-746 {
    margin: 746px !important;
}

.p-746 {
    padding: 746px !important;
}

.mr-746 {
    margin-right: 746px !important;
}

.ml-746 {
    margin-left: 746px !important;
}

.mt-746 {
    margin-top: 746px !important;
}

.mb-746 {
    margin-bottom: 746px !important;
}

.pr-746 {
    padding-right: 746px !important;
}

.pl-746 {
    padding-left: 746px !important;
}

.pt-746 {
    padding-top: 746px !important;
}

.pb-746 {
    padding-bottom: 746px !important;
}

.fs-746 {
    font-size: 746px !important;
}

.m-747 {
    margin: 747px !important;
}

.p-747 {
    padding: 747px !important;
}

.mr-747 {
    margin-right: 747px !important;
}

.ml-747 {
    margin-left: 747px !important;
}

.mt-747 {
    margin-top: 747px !important;
}

.mb-747 {
    margin-bottom: 747px !important;
}

.pr-747 {
    padding-right: 747px !important;
}

.pl-747 {
    padding-left: 747px !important;
}

.pt-747 {
    padding-top: 747px !important;
}

.pb-747 {
    padding-bottom: 747px !important;
}

.fs-747 {
    font-size: 747px !important;
}

.m-748 {
    margin: 748px !important;
}

.p-748 {
    padding: 748px !important;
}

.mr-748 {
    margin-right: 748px !important;
}

.ml-748 {
    margin-left: 748px !important;
}

.mt-748 {
    margin-top: 748px !important;
}

.mb-748 {
    margin-bottom: 748px !important;
}

.pr-748 {
    padding-right: 748px !important;
}

.pl-748 {
    padding-left: 748px !important;
}

.pt-748 {
    padding-top: 748px !important;
}

.pb-748 {
    padding-bottom: 748px !important;
}

.fs-748 {
    font-size: 748px !important;
}

.m-749 {
    margin: 749px !important;
}

.p-749 {
    padding: 749px !important;
}

.mr-749 {
    margin-right: 749px !important;
}

.ml-749 {
    margin-left: 749px !important;
}

.mt-749 {
    margin-top: 749px !important;
}

.mb-749 {
    margin-bottom: 749px !important;
}

.pr-749 {
    padding-right: 749px !important;
}

.pl-749 {
    padding-left: 749px !important;
}

.pt-749 {
    padding-top: 749px !important;
}

.pb-749 {
    padding-bottom: 749px !important;
}

.fs-749 {
    font-size: 749px !important;
}

.m-750 {
    margin: 750px !important;
}

.p-750 {
    padding: 750px !important;
}

.mr-750 {
    margin-right: 750px !important;
}

.ml-750 {
    margin-left: 750px !important;
}

.mt-750 {
    margin-top: 750px !important;
}

.mb-750 {
    margin-bottom: 750px !important;
}

.pr-750 {
    padding-right: 750px !important;
}

.pl-750 {
    padding-left: 750px !important;
}

.pt-750 {
    padding-top: 750px !important;
}

.pb-750 {
    padding-bottom: 750px !important;
}

.fs-750 {
    font-size: 750px !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-line-through {
    text-decoration: line-through !important;
}

.text-none {
    text-decoration: none !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.height-10 {
    height: 10px !important;
}

.width-10 {
    width: 10px !important;
}

.height-11 {
    height: 11px !important;
}

.width-11 {
    width: 11px !important;
}

.height-12 {
    height: 12px !important;
}

.width-12 {
    width: 12px !important;
}

.height-13 {
    height: 13px !important;
}

.width-13 {
    width: 13px !important;
}

.height-14 {
    height: 14px !important;
}

.width-14 {
    width: 14px !important;
}

.height-15 {
    height: 15px !important;
}

.width-15 {
    width: 15px !important;
}

.height-16 {
    height: 16px !important;
}

.width-16 {
    width: 16px !important;
}

.height-17 {
    height: 17px !important;
}

.width-17 {
    width: 17px !important;
}

.height-18 {
    height: 18px !important;
}

.width-18 {
    width: 18px !important;
}

.height-19 {
    height: 19px !important;
}

.width-19 {
    width: 19px !important;
}

.height-20 {
    height: 20px !important;
}

.width-20 {
    width: 20px !important;
}

.height-21 {
    height: 21px !important;
}

.width-21 {
    width: 21px !important;
}

.height-22 {
    height: 22px !important;
}

.width-22 {
    width: 22px !important;
}

.height-23 {
    height: 23px !important;
}

.width-23 {
    width: 23px !important;
}

.height-24 {
    height: 24px !important;
}

.width-24 {
    width: 24px !important;
}

.height-25 {
    height: 25px !important;
}

.width-25 {
    width: 25px !important;
}

.height-26 {
    height: 26px !important;
}

.width-26 {
    width: 26px !important;
}

.height-27 {
    height: 27px !important;
}

.width-27 {
    width: 27px !important;
}

.height-28 {
    height: 28px !important;
}

.width-28 {
    width: 28px !important;
}

.height-29 {
    height: 29px !important;
}

.width-29 {
    width: 29px !important;
}

.height-30 {
    height: 30px !important;
}

.width-30 {
    width: 30px !important;
}

.height-31 {
    height: 31px !important;
}

.width-31 {
    width: 31px !important;
}

.height-32 {
    height: 32px !important;
}

.width-32 {
    width: 32px !important;
}

.height-33 {
    height: 33px !important;
}

.width-33 {
    width: 33px !important;
}

.height-34 {
    height: 34px !important;
}

.width-34 {
    width: 34px !important;
}

.height-35 {
    height: 35px !important;
}

.width-35 {
    width: 35px !important;
}

.height-36 {
    height: 36px !important;
}

.width-36 {
    width: 36px !important;
}

.height-37 {
    height: 37px !important;
}

.width-37 {
    width: 37px !important;
}

.height-38 {
    height: 38px !important;
}

.width-38 {
    width: 38px !important;
}

.height-39 {
    height: 39px !important;
}

.width-39 {
    width: 39px !important;
}

.height-40 {
    height: 40px !important;
}

.width-40 {
    width: 40px !important;
}

.height-41 {
    height: 41px !important;
}

.width-41 {
    width: 41px !important;
}

.height-42 {
    height: 42px !important;
}

.width-42 {
    width: 42px !important;
}

.height-43 {
    height: 43px !important;
}

.width-43 {
    width: 43px !important;
}

.height-44 {
    height: 44px !important;
}

.width-44 {
    width: 44px !important;
}

.height-45 {
    height: 45px !important;
}

.width-45 {
    width: 45px !important;
}

.height-46 {
    height: 46px !important;
}

.width-46 {
    width: 46px !important;
}

.height-47 {
    height: 47px !important;
}

.width-47 {
    width: 47px !important;
}

.height-48 {
    height: 48px !important;
}

.width-48 {
    width: 48px !important;
}

.height-49 {
    height: 49px !important;
}

.width-49 {
    width: 49px !important;
}

.height-50 {
    height: 50px !important;
}

.width-50 {
    width: 50px !important;
}

.height-51 {
    height: 51px !important;
}

.width-51 {
    width: 51px !important;
}

.height-52 {
    height: 52px !important;
}

.width-52 {
    width: 52px !important;
}

.height-53 {
    height: 53px !important;
}

.width-53 {
    width: 53px !important;
}

.height-54 {
    height: 54px !important;
}

.width-54 {
    width: 54px !important;
}

.height-55 {
    height: 55px !important;
}

.width-55 {
    width: 55px !important;
}

.height-56 {
    height: 56px !important;
}

.width-56 {
    width: 56px !important;
}

.height-57 {
    height: 57px !important;
}

.width-57 {
    width: 57px !important;
}

.height-58 {
    height: 58px !important;
}

.width-58 {
    width: 58px !important;
}

.height-59 {
    height: 59px !important;
}

.width-59 {
    width: 59px !important;
}

.height-60 {
    height: 60px !important;
}

.width-60 {
    width: 60px !important;
}

.height-61 {
    height: 61px !important;
}

.width-61 {
    width: 61px !important;
}

.height-62 {
    height: 62px !important;
}

.width-62 {
    width: 62px !important;
}

.height-63 {
    height: 63px !important;
}

.width-63 {
    width: 63px !important;
}

.height-64 {
    height: 64px !important;
}

.width-64 {
    width: 64px !important;
}

.height-65 {
    height: 65px !important;
}

.width-65 {
    width: 65px !important;
}

.height-66 {
    height: 66px !important;
}

.width-66 {
    width: 66px !important;
}

.height-67 {
    height: 67px !important;
}

.width-67 {
    width: 67px !important;
}

.height-68 {
    height: 68px !important;
}

.width-68 {
    width: 68px !important;
}

.height-69 {
    height: 69px !important;
}

.width-69 {
    width: 69px !important;
}

.height-70 {
    height: 70px !important;
}

.width-70 {
    width: 70px !important;
}

.height-71 {
    height: 71px !important;
}

.width-71 {
    width: 71px !important;
}

.height-72 {
    height: 72px !important;
}

.width-72 {
    width: 72px !important;
}

.height-73 {
    height: 73px !important;
}

.width-73 {
    width: 73px !important;
}

.height-74 {
    height: 74px !important;
}

.width-74 {
    width: 74px !important;
}

.height-75 {
    height: 75px !important;
}

.width-75 {
    width: 75px !important;
}

.height-76 {
    height: 76px !important;
}

.width-76 {
    width: 76px !important;
}

.height-77 {
    height: 77px !important;
}

.width-77 {
    width: 77px !important;
}

.height-78 {
    height: 78px !important;
}

.width-78 {
    width: 78px !important;
}

.height-79 {
    height: 79px !important;
}

.width-79 {
    width: 79px !important;
}

.height-80 {
    height: 80px !important;
}

.width-80 {
    width: 80px !important;
}

.height-81 {
    height: 81px !important;
}

.width-81 {
    width: 81px !important;
}

.height-82 {
    height: 82px !important;
}

.width-82 {
    width: 82px !important;
}

.height-83 {
    height: 83px !important;
}

.width-83 {
    width: 83px !important;
}

.height-84 {
    height: 84px !important;
}

.width-84 {
    width: 84px !important;
}

.height-85 {
    height: 85px !important;
}

.width-85 {
    width: 85px !important;
}

.height-86 {
    height: 86px !important;
}

.width-86 {
    width: 86px !important;
}

.height-87 {
    height: 87px !important;
}

.width-87 {
    width: 87px !important;
}

.height-88 {
    height: 88px !important;
}

.width-88 {
    width: 88px !important;
}

.height-89 {
    height: 89px !important;
}

.width-89 {
    width: 89px !important;
}

.height-90 {
    height: 90px !important;
}

.width-90 {
    width: 90px !important;
}

.height-91 {
    height: 91px !important;
}

.width-91 {
    width: 91px !important;
}

.height-92 {
    height: 92px !important;
}

.width-92 {
    width: 92px !important;
}

.height-93 {
    height: 93px !important;
}

.width-93 {
    width: 93px !important;
}

.height-94 {
    height: 94px !important;
}

.width-94 {
    width: 94px !important;
}

.height-95 {
    height: 95px !important;
}

.width-95 {
    width: 95px !important;
}

.height-96 {
    height: 96px !important;
}

.width-96 {
    width: 96px !important;
}

.height-97 {
    height: 97px !important;
}

.width-97 {
    width: 97px !important;
}

.height-98 {
    height: 98px !important;
}

.width-98 {
    width: 98px !important;
}

.height-99 {
    height: 99px !important;
}

.width-99 {
    width: 99px !important;
}

.height-100 {
    height: 100px !important;
}

.width-100 {
    width: 100px !important;
}

.height-101 {
    height: 101px !important;
}

.width-101 {
    width: 101px !important;
}

.height-102 {
    height: 102px !important;
}

.width-102 {
    width: 102px !important;
}

.height-103 {
    height: 103px !important;
}

.width-103 {
    width: 103px !important;
}

.height-104 {
    height: 104px !important;
}

.width-104 {
    width: 104px !important;
}

.height-105 {
    height: 105px !important;
}

.width-105 {
    width: 105px !important;
}

.height-106 {
    height: 106px !important;
}

.width-106 {
    width: 106px !important;
}

.height-107 {
    height: 107px !important;
}

.width-107 {
    width: 107px !important;
}

.height-108 {
    height: 108px !important;
}

.width-108 {
    width: 108px !important;
}

.height-109 {
    height: 109px !important;
}

.width-109 {
    width: 109px !important;
}

.height-110 {
    height: 110px !important;
}

.width-110 {
    width: 110px !important;
}

.height-111 {
    height: 111px !important;
}

.width-111 {
    width: 111px !important;
}

.height-112 {
    height: 112px !important;
}

.width-112 {
    width: 112px !important;
}

.height-113 {
    height: 113px !important;
}

.width-113 {
    width: 113px !important;
}

.height-114 {
    height: 114px !important;
}

.width-114 {
    width: 114px !important;
}

.height-115 {
    height: 115px !important;
}

.width-115 {
    width: 115px !important;
}

.height-116 {
    height: 116px !important;
}

.width-116 {
    width: 116px !important;
}

.height-117 {
    height: 117px !important;
}

.width-117 {
    width: 117px !important;
}

.height-118 {
    height: 118px !important;
}

.width-118 {
    width: 118px !important;
}

.height-119 {
    height: 119px !important;
}

.width-119 {
    width: 119px !important;
}

.height-120 {
    height: 120px !important;
}

.width-120 {
    width: 120px !important;
}

.height-121 {
    height: 121px !important;
}

.width-121 {
    width: 121px !important;
}

.height-122 {
    height: 122px !important;
}

.width-122 {
    width: 122px !important;
}

.height-123 {
    height: 123px !important;
}

.width-123 {
    width: 123px !important;
}

.height-124 {
    height: 124px !important;
}

.width-124 {
    width: 124px !important;
}

.height-125 {
    height: 125px !important;
}

.width-125 {
    width: 125px !important;
}

.height-126 {
    height: 126px !important;
}

.width-126 {
    width: 126px !important;
}

.height-127 {
    height: 127px !important;
}

.width-127 {
    width: 127px !important;
}

.height-128 {
    height: 128px !important;
}

.width-128 {
    width: 128px !important;
}

.height-129 {
    height: 129px !important;
}

.width-129 {
    width: 129px !important;
}

.height-130 {
    height: 130px !important;
}

.width-130 {
    width: 130px !important;
}

.height-131 {
    height: 131px !important;
}

.width-131 {
    width: 131px !important;
}

.height-132 {
    height: 132px !important;
}

.width-132 {
    width: 132px !important;
}

.height-133 {
    height: 133px !important;
}

.width-133 {
    width: 133px !important;
}

.height-134 {
    height: 134px !important;
}

.width-134 {
    width: 134px !important;
}

.height-135 {
    height: 135px !important;
}

.width-135 {
    width: 135px !important;
}

.height-136 {
    height: 136px !important;
}

.width-136 {
    width: 136px !important;
}

.height-137 {
    height: 137px !important;
}

.width-137 {
    width: 137px !important;
}

.height-138 {
    height: 138px !important;
}

.width-138 {
    width: 138px !important;
}

.height-139 {
    height: 139px !important;
}

.width-139 {
    width: 139px !important;
}

.height-140 {
    height: 140px !important;
}

.width-140 {
    width: 140px !important;
}

.height-141 {
    height: 141px !important;
}

.width-141 {
    width: 141px !important;
}

.height-142 {
    height: 142px !important;
}

.width-142 {
    width: 142px !important;
}

.height-143 {
    height: 143px !important;
}

.width-143 {
    width: 143px !important;
}

.height-144 {
    height: 144px !important;
}

.width-144 {
    width: 144px !important;
}

.height-145 {
    height: 145px !important;
}

.width-145 {
    width: 145px !important;
}

.height-146 {
    height: 146px !important;
}

.width-146 {
    width: 146px !important;
}

.height-147 {
    height: 147px !important;
}

.width-147 {
    width: 147px !important;
}

.height-148 {
    height: 148px !important;
}

.width-148 {
    width: 148px !important;
}

.height-149 {
    height: 149px !important;
}

.width-149 {
    width: 149px !important;
}

.height-150 {
    height: 150px !important;
}

.width-150 {
    width: 150px !important;
}

.height-151 {
    height: 151px !important;
}

.width-151 {
    width: 151px !important;
}

.height-152 {
    height: 152px !important;
}

.width-152 {
    width: 152px !important;
}

.height-153 {
    height: 153px !important;
}

.width-153 {
    width: 153px !important;
}

.height-154 {
    height: 154px !important;
}

.width-154 {
    width: 154px !important;
}

.height-155 {
    height: 155px !important;
}

.width-155 {
    width: 155px !important;
}

.height-156 {
    height: 156px !important;
}

.width-156 {
    width: 156px !important;
}

.height-157 {
    height: 157px !important;
}

.width-157 {
    width: 157px !important;
}

.height-158 {
    height: 158px !important;
}

.width-158 {
    width: 158px !important;
}

.height-159 {
    height: 159px !important;
}

.width-159 {
    width: 159px !important;
}

.height-160 {
    height: 160px !important;
}

.width-160 {
    width: 160px !important;
}

.height-161 {
    height: 161px !important;
}

.width-161 {
    width: 161px !important;
}

.height-162 {
    height: 162px !important;
}

.width-162 {
    width: 162px !important;
}

.height-163 {
    height: 163px !important;
}

.width-163 {
    width: 163px !important;
}

.height-164 {
    height: 164px !important;
}

.width-164 {
    width: 164px !important;
}

.height-165 {
    height: 165px !important;
}

.width-165 {
    width: 165px !important;
}

.height-166 {
    height: 166px !important;
}

.width-166 {
    width: 166px !important;
}

.height-167 {
    height: 167px !important;
}

.width-167 {
    width: 167px !important;
}

.height-168 {
    height: 168px !important;
}

.width-168 {
    width: 168px !important;
}

.height-169 {
    height: 169px !important;
}

.width-169 {
    width: 169px !important;
}

.height-170 {
    height: 170px !important;
}

.width-170 {
    width: 170px !important;
}

.height-171 {
    height: 171px !important;
}

.width-171 {
    width: 171px !important;
}

.height-172 {
    height: 172px !important;
}

.width-172 {
    width: 172px !important;
}

.height-173 {
    height: 173px !important;
}

.width-173 {
    width: 173px !important;
}

.height-174 {
    height: 174px !important;
}

.width-174 {
    width: 174px !important;
}

.height-175 {
    height: 175px !important;
}

.width-175 {
    width: 175px !important;
}

.height-176 {
    height: 176px !important;
}

.width-176 {
    width: 176px !important;
}

.height-177 {
    height: 177px !important;
}

.width-177 {
    width: 177px !important;
}

.height-178 {
    height: 178px !important;
}

.width-178 {
    width: 178px !important;
}

.height-179 {
    height: 179px !important;
}

.width-179 {
    width: 179px !important;
}

.height-180 {
    height: 180px !important;
}

.width-180 {
    width: 180px !important;
}

.height-181 {
    height: 181px !important;
}

.width-181 {
    width: 181px !important;
}

.height-182 {
    height: 182px !important;
}

.width-182 {
    width: 182px !important;
}

.height-183 {
    height: 183px !important;
}

.width-183 {
    width: 183px !important;
}

.height-184 {
    height: 184px !important;
}

.width-184 {
    width: 184px !important;
}

.height-185 {
    height: 185px !important;
}

.width-185 {
    width: 185px !important;
}

.height-186 {
    height: 186px !important;
}

.width-186 {
    width: 186px !important;
}

.height-187 {
    height: 187px !important;
}

.width-187 {
    width: 187px !important;
}

.height-188 {
    height: 188px !important;
}

.width-188 {
    width: 188px !important;
}

.height-189 {
    height: 189px !important;
}

.width-189 {
    width: 189px !important;
}

.height-190 {
    height: 190px !important;
}

.width-190 {
    width: 190px !important;
}

.height-191 {
    height: 191px !important;
}

.width-191 {
    width: 191px !important;
}

.height-192 {
    height: 192px !important;
}

.width-192 {
    width: 192px !important;
}

.height-193 {
    height: 193px !important;
}

.width-193 {
    width: 193px !important;
}

.height-194 {
    height: 194px !important;
}

.width-194 {
    width: 194px !important;
}

.height-195 {
    height: 195px !important;
}

.width-195 {
    width: 195px !important;
}

.height-196 {
    height: 196px !important;
}

.width-196 {
    width: 196px !important;
}

.height-197 {
    height: 197px !important;
}

.width-197 {
    width: 197px !important;
}

.height-198 {
    height: 198px !important;
}

.width-198 {
    width: 198px !important;
}

.height-199 {
    height: 199px !important;
}

.width-199 {
    width: 199px !important;
}

.height-200 {
    height: 200px !important;
}

.width-200 {
    width: 200px !important;
}

.height-201 {
    height: 201px !important;
}

.width-201 {
    width: 201px !important;
}

.height-202 {
    height: 202px !important;
}

.width-202 {
    width: 202px !important;
}

.height-203 {
    height: 203px !important;
}

.width-203 {
    width: 203px !important;
}

.height-204 {
    height: 204px !important;
}

.width-204 {
    width: 204px !important;
}

.height-205 {
    height: 205px !important;
}

.width-205 {
    width: 205px !important;
}

.height-206 {
    height: 206px !important;
}

.width-206 {
    width: 206px !important;
}

.height-207 {
    height: 207px !important;
}

.width-207 {
    width: 207px !important;
}

.height-208 {
    height: 208px !important;
}

.width-208 {
    width: 208px !important;
}

.height-209 {
    height: 209px !important;
}

.width-209 {
    width: 209px !important;
}

.height-210 {
    height: 210px !important;
}

.width-210 {
    width: 210px !important;
}

.height-211 {
    height: 211px !important;
}

.width-211 {
    width: 211px !important;
}

.height-212 {
    height: 212px !important;
}

.width-212 {
    width: 212px !important;
}

.height-213 {
    height: 213px !important;
}

.width-213 {
    width: 213px !important;
}

.height-214 {
    height: 214px !important;
}

.width-214 {
    width: 214px !important;
}

.height-215 {
    height: 215px !important;
}

.width-215 {
    width: 215px !important;
}

.height-216 {
    height: 216px !important;
}

.width-216 {
    width: 216px !important;
}

.height-217 {
    height: 217px !important;
}

.width-217 {
    width: 217px !important;
}

.height-218 {
    height: 218px !important;
}

.width-218 {
    width: 218px !important;
}

.height-219 {
    height: 219px !important;
}

.width-219 {
    width: 219px !important;
}

.height-220 {
    height: 220px !important;
}

.width-220 {
    width: 220px !important;
}

.height-221 {
    height: 221px !important;
}

.width-221 {
    width: 221px !important;
}

.height-222 {
    height: 222px !important;
}

.width-222 {
    width: 222px !important;
}

.height-223 {
    height: 223px !important;
}

.width-223 {
    width: 223px !important;
}

.height-224 {
    height: 224px !important;
}

.width-224 {
    width: 224px !important;
}

.height-225 {
    height: 225px !important;
}

.width-225 {
    width: 225px !important;
}

.height-226 {
    height: 226px !important;
}

.width-226 {
    width: 226px !important;
}

.height-227 {
    height: 227px !important;
}

.width-227 {
    width: 227px !important;
}

.height-228 {
    height: 228px !important;
}

.width-228 {
    width: 228px !important;
}

.height-229 {
    height: 229px !important;
}

.width-229 {
    width: 229px !important;
}

.height-230 {
    height: 230px !important;
}

.width-230 {
    width: 230px !important;
}

.height-231 {
    height: 231px !important;
}

.width-231 {
    width: 231px !important;
}

.height-232 {
    height: 232px !important;
}

.width-232 {
    width: 232px !important;
}

.height-233 {
    height: 233px !important;
}

.width-233 {
    width: 233px !important;
}

.height-234 {
    height: 234px !important;
}

.width-234 {
    width: 234px !important;
}

.height-235 {
    height: 235px !important;
}

.width-235 {
    width: 235px !important;
}

.height-236 {
    height: 236px !important;
}

.width-236 {
    width: 236px !important;
}

.height-237 {
    height: 237px !important;
}

.width-237 {
    width: 237px !important;
}

.height-238 {
    height: 238px !important;
}

.width-238 {
    width: 238px !important;
}

.height-239 {
    height: 239px !important;
}

.width-239 {
    width: 239px !important;
}

.height-240 {
    height: 240px !important;
}

.width-240 {
    width: 240px !important;
}

.height-241 {
    height: 241px !important;
}

.width-241 {
    width: 241px !important;
}

.height-242 {
    height: 242px !important;
}

.width-242 {
    width: 242px !important;
}

.height-243 {
    height: 243px !important;
}

.width-243 {
    width: 243px !important;
}

.height-244 {
    height: 244px !important;
}

.width-244 {
    width: 244px !important;
}

.height-245 {
    height: 245px !important;
}

.width-245 {
    width: 245px !important;
}

.height-246 {
    height: 246px !important;
}

.width-246 {
    width: 246px !important;
}

.height-247 {
    height: 247px !important;
}

.width-247 {
    width: 247px !important;
}

.height-248 {
    height: 248px !important;
}

.width-248 {
    width: 248px !important;
}

.height-249 {
    height: 249px !important;
}

.width-249 {
    width: 249px !important;
}

.height-250 {
    height: 250px !important;
}

.width-250 {
    width: 250px !important;
}

.height-251 {
    height: 251px !important;
}

.width-251 {
    width: 251px !important;
}

.height-252 {
    height: 252px !important;
}

.width-252 {
    width: 252px !important;
}

.height-253 {
    height: 253px !important;
}

.width-253 {
    width: 253px !important;
}

.height-254 {
    height: 254px !important;
}

.width-254 {
    width: 254px !important;
}

.height-255 {
    height: 255px !important;
}

.width-255 {
    width: 255px !important;
}

.height-256 {
    height: 256px !important;
}

.width-256 {
    width: 256px !important;
}

.height-257 {
    height: 257px !important;
}

.width-257 {
    width: 257px !important;
}

.height-258 {
    height: 258px !important;
}

.width-258 {
    width: 258px !important;
}

.height-259 {
    height: 259px !important;
}

.width-259 {
    width: 259px !important;
}

.height-260 {
    height: 260px !important;
}

.width-260 {
    width: 260px !important;
}

.height-261 {
    height: 261px !important;
}

.width-261 {
    width: 261px !important;
}

.height-262 {
    height: 262px !important;
}

.width-262 {
    width: 262px !important;
}

.height-263 {
    height: 263px !important;
}

.width-263 {
    width: 263px !important;
}

.height-264 {
    height: 264px !important;
}

.width-264 {
    width: 264px !important;
}

.height-265 {
    height: 265px !important;
}

.width-265 {
    width: 265px !important;
}

.height-266 {
    height: 266px !important;
}

.width-266 {
    width: 266px !important;
}

.height-267 {
    height: 267px !important;
}

.width-267 {
    width: 267px !important;
}

.height-268 {
    height: 268px !important;
}

.width-268 {
    width: 268px !important;
}

.height-269 {
    height: 269px !important;
}

.width-269 {
    width: 269px !important;
}

.height-270 {
    height: 270px !important;
}

.width-270 {
    width: 270px !important;
}

.height-271 {
    height: 271px !important;
}

.width-271 {
    width: 271px !important;
}

.height-272 {
    height: 272px !important;
}

.width-272 {
    width: 272px !important;
}

.height-273 {
    height: 273px !important;
}

.width-273 {
    width: 273px !important;
}

.height-274 {
    height: 274px !important;
}

.width-274 {
    width: 274px !important;
}

.height-275 {
    height: 275px !important;
}

.width-275 {
    width: 275px !important;
}

.height-276 {
    height: 276px !important;
}

.width-276 {
    width: 276px !important;
}

.height-277 {
    height: 277px !important;
}

.width-277 {
    width: 277px !important;
}

.height-278 {
    height: 278px !important;
}

.width-278 {
    width: 278px !important;
}

.height-279 {
    height: 279px !important;
}

.width-279 {
    width: 279px !important;
}

.height-280 {
    height: 280px !important;
}

.width-280 {
    width: 280px !important;
}

.height-281 {
    height: 281px !important;
}

.width-281 {
    width: 281px !important;
}

.height-282 {
    height: 282px !important;
}

.width-282 {
    width: 282px !important;
}

.height-283 {
    height: 283px !important;
}

.width-283 {
    width: 283px !important;
}

.height-284 {
    height: 284px !important;
}

.width-284 {
    width: 284px !important;
}

.height-285 {
    height: 285px !important;
}

.width-285 {
    width: 285px !important;
}

.height-286 {
    height: 286px !important;
}

.width-286 {
    width: 286px !important;
}

.height-287 {
    height: 287px !important;
}

.width-287 {
    width: 287px !important;
}

.height-288 {
    height: 288px !important;
}

.width-288 {
    width: 288px !important;
}

.height-289 {
    height: 289px !important;
}

.width-289 {
    width: 289px !important;
}

.height-290 {
    height: 290px !important;
}

.width-290 {
    width: 290px !important;
}

.height-291 {
    height: 291px !important;
}

.width-291 {
    width: 291px !important;
}

.height-292 {
    height: 292px !important;
}

.width-292 {
    width: 292px !important;
}

.height-293 {
    height: 293px !important;
}

.width-293 {
    width: 293px !important;
}

.height-294 {
    height: 294px !important;
}

.width-294 {
    width: 294px !important;
}

.height-295 {
    height: 295px !important;
}

.width-295 {
    width: 295px !important;
}

.height-296 {
    height: 296px !important;
}

.width-296 {
    width: 296px !important;
}

.height-297 {
    height: 297px !important;
}

.width-297 {
    width: 297px !important;
}

.height-298 {
    height: 298px !important;
}

.width-298 {
    width: 298px !important;
}

.height-299 {
    height: 299px !important;
}

.width-299 {
    width: 299px !important;
}

.height-300 {
    height: 300px !important;
}

.width-300 {
    width: 300px !important;
}

.height-301 {
    height: 301px !important;
}

.width-301 {
    width: 301px !important;
}

.height-302 {
    height: 302px !important;
}

.width-302 {
    width: 302px !important;
}

.height-303 {
    height: 303px !important;
}

.width-303 {
    width: 303px !important;
}

.height-304 {
    height: 304px !important;
}

.width-304 {
    width: 304px !important;
}

.height-305 {
    height: 305px !important;
}

.width-305 {
    width: 305px !important;
}

.height-306 {
    height: 306px !important;
}

.width-306 {
    width: 306px !important;
}

.height-307 {
    height: 307px !important;
}

.width-307 {
    width: 307px !important;
}

.height-308 {
    height: 308px !important;
}

.width-308 {
    width: 308px !important;
}

.height-309 {
    height: 309px !important;
}

.width-309 {
    width: 309px !important;
}

.height-310 {
    height: 310px !important;
}

.width-310 {
    width: 310px !important;
}

.height-311 {
    height: 311px !important;
}

.width-311 {
    width: 311px !important;
}

.height-312 {
    height: 312px !important;
}

.width-312 {
    width: 312px !important;
}

.height-313 {
    height: 313px !important;
}

.width-313 {
    width: 313px !important;
}

.height-314 {
    height: 314px !important;
}

.width-314 {
    width: 314px !important;
}

.height-315 {
    height: 315px !important;
}

.width-315 {
    width: 315px !important;
}

.height-316 {
    height: 316px !important;
}

.width-316 {
    width: 316px !important;
}

.height-317 {
    height: 317px !important;
}

.width-317 {
    width: 317px !important;
}

.height-318 {
    height: 318px !important;
}

.width-318 {
    width: 318px !important;
}

.height-319 {
    height: 319px !important;
}

.width-319 {
    width: 319px !important;
}

.height-320 {
    height: 320px !important;
}

.width-320 {
    width: 320px !important;
}

.height-321 {
    height: 321px !important;
}

.width-321 {
    width: 321px !important;
}

.height-322 {
    height: 322px !important;
}

.width-322 {
    width: 322px !important;
}

.height-323 {
    height: 323px !important;
}

.width-323 {
    width: 323px !important;
}

.height-324 {
    height: 324px !important;
}

.width-324 {
    width: 324px !important;
}

.height-325 {
    height: 325px !important;
}

.width-325 {
    width: 325px !important;
}

.height-326 {
    height: 326px !important;
}

.width-326 {
    width: 326px !important;
}

.height-327 {
    height: 327px !important;
}

.width-327 {
    width: 327px !important;
}

.height-328 {
    height: 328px !important;
}

.width-328 {
    width: 328px !important;
}

.height-329 {
    height: 329px !important;
}

.width-329 {
    width: 329px !important;
}

.height-330 {
    height: 330px !important;
}

.width-330 {
    width: 330px !important;
}

.height-331 {
    height: 331px !important;
}

.width-331 {
    width: 331px !important;
}

.height-332 {
    height: 332px !important;
}

.width-332 {
    width: 332px !important;
}

.height-333 {
    height: 333px !important;
}

.width-333 {
    width: 333px !important;
}

.height-334 {
    height: 334px !important;
}

.width-334 {
    width: 334px !important;
}

.height-335 {
    height: 335px !important;
}

.width-335 {
    width: 335px !important;
}

.height-336 {
    height: 336px !important;
}

.width-336 {
    width: 336px !important;
}

.height-337 {
    height: 337px !important;
}

.width-337 {
    width: 337px !important;
}

.height-338 {
    height: 338px !important;
}

.width-338 {
    width: 338px !important;
}

.height-339 {
    height: 339px !important;
}

.width-339 {
    width: 339px !important;
}

.height-340 {
    height: 340px !important;
}

.width-340 {
    width: 340px !important;
}

.height-341 {
    height: 341px !important;
}

.width-341 {
    width: 341px !important;
}

.height-342 {
    height: 342px !important;
}

.width-342 {
    width: 342px !important;
}

.height-343 {
    height: 343px !important;
}

.width-343 {
    width: 343px !important;
}

.height-344 {
    height: 344px !important;
}

.width-344 {
    width: 344px !important;
}

.height-345 {
    height: 345px !important;
}

.width-345 {
    width: 345px !important;
}

.height-346 {
    height: 346px !important;
}

.width-346 {
    width: 346px !important;
}

.height-347 {
    height: 347px !important;
}

.width-347 {
    width: 347px !important;
}

.height-348 {
    height: 348px !important;
}

.width-348 {
    width: 348px !important;
}

.height-349 {
    height: 349px !important;
}

.width-349 {
    width: 349px !important;
}

.height-350 {
    height: 350px !important;
}

.width-350 {
    width: 350px !important;
}

.height-351 {
    height: 351px !important;
}

.width-351 {
    width: 351px !important;
}

.height-352 {
    height: 352px !important;
}

.width-352 {
    width: 352px !important;
}

.height-353 {
    height: 353px !important;
}

.width-353 {
    width: 353px !important;
}

.height-354 {
    height: 354px !important;
}

.width-354 {
    width: 354px !important;
}

.height-355 {
    height: 355px !important;
}

.width-355 {
    width: 355px !important;
}

.height-356 {
    height: 356px !important;
}

.width-356 {
    width: 356px !important;
}

.height-357 {
    height: 357px !important;
}

.width-357 {
    width: 357px !important;
}

.height-358 {
    height: 358px !important;
}

.width-358 {
    width: 358px !important;
}

.height-359 {
    height: 359px !important;
}

.width-359 {
    width: 359px !important;
}

.height-360 {
    height: 360px !important;
}

.width-360 {
    width: 360px !important;
}

.height-361 {
    height: 361px !important;
}

.width-361 {
    width: 361px !important;
}

.height-362 {
    height: 362px !important;
}

.width-362 {
    width: 362px !important;
}

.height-363 {
    height: 363px !important;
}

.width-363 {
    width: 363px !important;
}

.height-364 {
    height: 364px !important;
}

.width-364 {
    width: 364px !important;
}

.height-365 {
    height: 365px !important;
}

.width-365 {
    width: 365px !important;
}

.height-366 {
    height: 366px !important;
}

.width-366 {
    width: 366px !important;
}

.height-367 {
    height: 367px !important;
}

.width-367 {
    width: 367px !important;
}

.height-368 {
    height: 368px !important;
}

.width-368 {
    width: 368px !important;
}

.height-369 {
    height: 369px !important;
}

.width-369 {
    width: 369px !important;
}

.height-370 {
    height: 370px !important;
}

.width-370 {
    width: 370px !important;
}

.height-371 {
    height: 371px !important;
}

.width-371 {
    width: 371px !important;
}

.height-372 {
    height: 372px !important;
}

.width-372 {
    width: 372px !important;
}

.height-373 {
    height: 373px !important;
}

.width-373 {
    width: 373px !important;
}

.height-374 {
    height: 374px !important;
}

.width-374 {
    width: 374px !important;
}

.height-375 {
    height: 375px !important;
}

.width-375 {
    width: 375px !important;
}

.height-376 {
    height: 376px !important;
}

.width-376 {
    width: 376px !important;
}

.height-377 {
    height: 377px !important;
}

.width-377 {
    width: 377px !important;
}

.height-378 {
    height: 378px !important;
}

.width-378 {
    width: 378px !important;
}

.height-379 {
    height: 379px !important;
}

.width-379 {
    width: 379px !important;
}

.height-380 {
    height: 380px !important;
}

.width-380 {
    width: 380px !important;
}

.height-381 {
    height: 381px !important;
}

.width-381 {
    width: 381px !important;
}

.height-382 {
    height: 382px !important;
}

.width-382 {
    width: 382px !important;
}

.height-383 {
    height: 383px !important;
}

.width-383 {
    width: 383px !important;
}

.height-384 {
    height: 384px !important;
}

.width-384 {
    width: 384px !important;
}

.height-385 {
    height: 385px !important;
}

.width-385 {
    width: 385px !important;
}

.height-386 {
    height: 386px !important;
}

.width-386 {
    width: 386px !important;
}

.height-387 {
    height: 387px !important;
}

.width-387 {
    width: 387px !important;
}

.height-388 {
    height: 388px !important;
}

.width-388 {
    width: 388px !important;
}

.height-389 {
    height: 389px !important;
}

.width-389 {
    width: 389px !important;
}

.height-390 {
    height: 390px !important;
}

.width-390 {
    width: 390px !important;
}

.height-391 {
    height: 391px !important;
}

.width-391 {
    width: 391px !important;
}

.height-392 {
    height: 392px !important;
}

.width-392 {
    width: 392px !important;
}

.height-393 {
    height: 393px !important;
}

.width-393 {
    width: 393px !important;
}

.height-394 {
    height: 394px !important;
}

.width-394 {
    width: 394px !important;
}

.height-395 {
    height: 395px !important;
}

.width-395 {
    width: 395px !important;
}

.height-396 {
    height: 396px !important;
}

.width-396 {
    width: 396px !important;
}

.height-397 {
    height: 397px !important;
}

.width-397 {
    width: 397px !important;
}

.height-398 {
    height: 398px !important;
}

.width-398 {
    width: 398px !important;
}

.height-399 {
    height: 399px !important;
}

.width-399 {
    width: 399px !important;
}

.height-400 {
    height: 400px !important;
}

.width-400 {
    width: 400px !important;
}

.height-401 {
    height: 401px !important;
}

.width-401 {
    width: 401px !important;
}

.height-402 {
    height: 402px !important;
}

.width-402 {
    width: 402px !important;
}

.height-403 {
    height: 403px !important;
}

.width-403 {
    width: 403px !important;
}

.height-404 {
    height: 404px !important;
}

.width-404 {
    width: 404px !important;
}

.height-405 {
    height: 405px !important;
}

.width-405 {
    width: 405px !important;
}

.height-406 {
    height: 406px !important;
}

.width-406 {
    width: 406px !important;
}

.height-407 {
    height: 407px !important;
}

.width-407 {
    width: 407px !important;
}

.height-408 {
    height: 408px !important;
}

.width-408 {
    width: 408px !important;
}

.height-409 {
    height: 409px !important;
}

.width-409 {
    width: 409px !important;
}

.height-410 {
    height: 410px !important;
}

.width-410 {
    width: 410px !important;
}

.height-411 {
    height: 411px !important;
}

.width-411 {
    width: 411px !important;
}

.height-412 {
    height: 412px !important;
}

.width-412 {
    width: 412px !important;
}

.height-413 {
    height: 413px !important;
}

.width-413 {
    width: 413px !important;
}

.height-414 {
    height: 414px !important;
}

.width-414 {
    width: 414px !important;
}

.height-415 {
    height: 415px !important;
}

.width-415 {
    width: 415px !important;
}

.height-416 {
    height: 416px !important;
}

.width-416 {
    width: 416px !important;
}

.height-417 {
    height: 417px !important;
}

.width-417 {
    width: 417px !important;
}

.height-418 {
    height: 418px !important;
}

.width-418 {
    width: 418px !important;
}

.height-419 {
    height: 419px !important;
}

.width-419 {
    width: 419px !important;
}

.height-420 {
    height: 420px !important;
}

.width-420 {
    width: 420px !important;
}

.height-421 {
    height: 421px !important;
}

.width-421 {
    width: 421px !important;
}

.height-422 {
    height: 422px !important;
}

.width-422 {
    width: 422px !important;
}

.height-423 {
    height: 423px !important;
}

.width-423 {
    width: 423px !important;
}

.height-424 {
    height: 424px !important;
}

.width-424 {
    width: 424px !important;
}

.height-425 {
    height: 425px !important;
}

.width-425 {
    width: 425px !important;
}

.height-426 {
    height: 426px !important;
}

.width-426 {
    width: 426px !important;
}

.height-427 {
    height: 427px !important;
}

.width-427 {
    width: 427px !important;
}

.height-428 {
    height: 428px !important;
}

.width-428 {
    width: 428px !important;
}

.height-429 {
    height: 429px !important;
}

.width-429 {
    width: 429px !important;
}

.height-430 {
    height: 430px !important;
}

.width-430 {
    width: 430px !important;
}

.height-431 {
    height: 431px !important;
}

.width-431 {
    width: 431px !important;
}

.height-432 {
    height: 432px !important;
}

.width-432 {
    width: 432px !important;
}

.height-433 {
    height: 433px !important;
}

.width-433 {
    width: 433px !important;
}

.height-434 {
    height: 434px !important;
}

.width-434 {
    width: 434px !important;
}

.height-435 {
    height: 435px !important;
}

.width-435 {
    width: 435px !important;
}

.height-436 {
    height: 436px !important;
}

.width-436 {
    width: 436px !important;
}

.height-437 {
    height: 437px !important;
}

.width-437 {
    width: 437px !important;
}

.height-438 {
    height: 438px !important;
}

.width-438 {
    width: 438px !important;
}

.height-439 {
    height: 439px !important;
}

.width-439 {
    width: 439px !important;
}

.height-440 {
    height: 440px !important;
}

.width-440 {
    width: 440px !important;
}

.height-441 {
    height: 441px !important;
}

.width-441 {
    width: 441px !important;
}

.height-442 {
    height: 442px !important;
}

.width-442 {
    width: 442px !important;
}

.height-443 {
    height: 443px !important;
}

.width-443 {
    width: 443px !important;
}

.height-444 {
    height: 444px !important;
}

.width-444 {
    width: 444px !important;
}

.height-445 {
    height: 445px !important;
}

.width-445 {
    width: 445px !important;
}

.height-446 {
    height: 446px !important;
}

.width-446 {
    width: 446px !important;
}

.height-447 {
    height: 447px !important;
}

.width-447 {
    width: 447px !important;
}

.height-448 {
    height: 448px !important;
}

.width-448 {
    width: 448px !important;
}

.height-449 {
    height: 449px !important;
}

.width-449 {
    width: 449px !important;
}

.height-450 {
    height: 450px !important;
}

.width-450 {
    width: 450px !important;
}

.height-451 {
    height: 451px !important;
}

.width-451 {
    width: 451px !important;
}

.height-452 {
    height: 452px !important;
}

.width-452 {
    width: 452px !important;
}

.height-453 {
    height: 453px !important;
}

.width-453 {
    width: 453px !important;
}

.height-454 {
    height: 454px !important;
}

.width-454 {
    width: 454px !important;
}

.height-455 {
    height: 455px !important;
}

.width-455 {
    width: 455px !important;
}

.height-456 {
    height: 456px !important;
}

.width-456 {
    width: 456px !important;
}

.height-457 {
    height: 457px !important;
}

.width-457 {
    width: 457px !important;
}

.height-458 {
    height: 458px !important;
}

.width-458 {
    width: 458px !important;
}

.height-459 {
    height: 459px !important;
}

.width-459 {
    width: 459px !important;
}

.height-460 {
    height: 460px !important;
}

.width-460 {
    width: 460px !important;
}

.height-461 {
    height: 461px !important;
}

.width-461 {
    width: 461px !important;
}

.height-462 {
    height: 462px !important;
}

.width-462 {
    width: 462px !important;
}

.height-463 {
    height: 463px !important;
}

.width-463 {
    width: 463px !important;
}

.height-464 {
    height: 464px !important;
}

.width-464 {
    width: 464px !important;
}

.height-465 {
    height: 465px !important;
}

.width-465 {
    width: 465px !important;
}

.height-466 {
    height: 466px !important;
}

.width-466 {
    width: 466px !important;
}

.height-467 {
    height: 467px !important;
}

.width-467 {
    width: 467px !important;
}

.height-468 {
    height: 468px !important;
}

.width-468 {
    width: 468px !important;
}

.height-469 {
    height: 469px !important;
}

.width-469 {
    width: 469px !important;
}

.height-470 {
    height: 470px !important;
}

.width-470 {
    width: 470px !important;
}

.height-471 {
    height: 471px !important;
}

.width-471 {
    width: 471px !important;
}

.height-472 {
    height: 472px !important;
}

.width-472 {
    width: 472px !important;
}

.height-473 {
    height: 473px !important;
}

.width-473 {
    width: 473px !important;
}

.height-474 {
    height: 474px !important;
}

.width-474 {
    width: 474px !important;
}

.height-475 {
    height: 475px !important;
}

.width-475 {
    width: 475px !important;
}

.height-476 {
    height: 476px !important;
}

.width-476 {
    width: 476px !important;
}

.height-477 {
    height: 477px !important;
}

.width-477 {
    width: 477px !important;
}

.height-478 {
    height: 478px !important;
}

.width-478 {
    width: 478px !important;
}

.height-479 {
    height: 479px !important;
}

.width-479 {
    width: 479px !important;
}

.height-480 {
    height: 480px !important;
}

.width-480 {
    width: 480px !important;
}

.height-481 {
    height: 481px !important;
}

.width-481 {
    width: 481px !important;
}

.height-482 {
    height: 482px !important;
}

.width-482 {
    width: 482px !important;
}

.height-483 {
    height: 483px !important;
}

.width-483 {
    width: 483px !important;
}

.height-484 {
    height: 484px !important;
}

.width-484 {
    width: 484px !important;
}

.height-485 {
    height: 485px !important;
}

.width-485 {
    width: 485px !important;
}

.height-486 {
    height: 486px !important;
}

.width-486 {
    width: 486px !important;
}

.height-487 {
    height: 487px !important;
}

.width-487 {
    width: 487px !important;
}

.height-488 {
    height: 488px !important;
}

.width-488 {
    width: 488px !important;
}

.height-489 {
    height: 489px !important;
}

.width-489 {
    width: 489px !important;
}

.height-490 {
    height: 490px !important;
}

.width-490 {
    width: 490px !important;
}

.height-491 {
    height: 491px !important;
}

.width-491 {
    width: 491px !important;
}

.height-492 {
    height: 492px !important;
}

.width-492 {
    width: 492px !important;
}

.height-493 {
    height: 493px !important;
}

.width-493 {
    width: 493px !important;
}

.height-494 {
    height: 494px !important;
}

.width-494 {
    width: 494px !important;
}

.height-495 {
    height: 495px !important;
}

.width-495 {
    width: 495px !important;
}

.height-496 {
    height: 496px !important;
}

.width-496 {
    width: 496px !important;
}

.height-497 {
    height: 497px !important;
}

.width-497 {
    width: 497px !important;
}

.height-498 {
    height: 498px !important;
}

.width-498 {
    width: 498px !important;
}

.height-499 {
    height: 499px !important;
}

.width-499 {
    width: 499px !important;
}

.height-500 {
    height: 500px !important;
}

.width-500 {
    width: 500px !important;
}

.height-501 {
    height: 501px !important;
}

.width-501 {
    width: 501px !important;
}

.height-502 {
    height: 502px !important;
}

.width-502 {
    width: 502px !important;
}

.height-503 {
    height: 503px !important;
}

.width-503 {
    width: 503px !important;
}

.height-504 {
    height: 504px !important;
}

.width-504 {
    width: 504px !important;
}

.height-505 {
    height: 505px !important;
}

.width-505 {
    width: 505px !important;
}

.height-506 {
    height: 506px !important;
}

.width-506 {
    width: 506px !important;
}

.height-507 {
    height: 507px !important;
}

.width-507 {
    width: 507px !important;
}

.height-508 {
    height: 508px !important;
}

.width-508 {
    width: 508px !important;
}

.height-509 {
    height: 509px !important;
}

.width-509 {
    width: 509px !important;
}

.height-510 {
    height: 510px !important;
}

.width-510 {
    width: 510px !important;
}

.height-511 {
    height: 511px !important;
}

.width-511 {
    width: 511px !important;
}

.height-512 {
    height: 512px !important;
}

.width-512 {
    width: 512px !important;
}

.height-513 {
    height: 513px !important;
}

.width-513 {
    width: 513px !important;
}

.height-514 {
    height: 514px !important;
}

.width-514 {
    width: 514px !important;
}

.height-515 {
    height: 515px !important;
}

.width-515 {
    width: 515px !important;
}

.height-516 {
    height: 516px !important;
}

.width-516 {
    width: 516px !important;
}

.height-517 {
    height: 517px !important;
}

.width-517 {
    width: 517px !important;
}

.height-518 {
    height: 518px !important;
}

.width-518 {
    width: 518px !important;
}

.height-519 {
    height: 519px !important;
}

.width-519 {
    width: 519px !important;
}

.height-520 {
    height: 520px !important;
}

.width-520 {
    width: 520px !important;
}

.height-521 {
    height: 521px !important;
}

.width-521 {
    width: 521px !important;
}

.height-522 {
    height: 522px !important;
}

.width-522 {
    width: 522px !important;
}

.height-523 {
    height: 523px !important;
}

.width-523 {
    width: 523px !important;
}

.height-524 {
    height: 524px !important;
}

.width-524 {
    width: 524px !important;
}

.height-525 {
    height: 525px !important;
}

.width-525 {
    width: 525px !important;
}

.height-526 {
    height: 526px !important;
}

.width-526 {
    width: 526px !important;
}

.height-527 {
    height: 527px !important;
}

.width-527 {
    width: 527px !important;
}

.height-528 {
    height: 528px !important;
}

.width-528 {
    width: 528px !important;
}

.height-529 {
    height: 529px !important;
}

.width-529 {
    width: 529px !important;
}

.height-530 {
    height: 530px !important;
}

.width-530 {
    width: 530px !important;
}

.height-531 {
    height: 531px !important;
}

.width-531 {
    width: 531px !important;
}

.height-532 {
    height: 532px !important;
}

.width-532 {
    width: 532px !important;
}

.height-533 {
    height: 533px !important;
}

.width-533 {
    width: 533px !important;
}

.height-534 {
    height: 534px !important;
}

.width-534 {
    width: 534px !important;
}

.height-535 {
    height: 535px !important;
}

.width-535 {
    width: 535px !important;
}

.height-536 {
    height: 536px !important;
}

.width-536 {
    width: 536px !important;
}

.height-537 {
    height: 537px !important;
}

.width-537 {
    width: 537px !important;
}

.height-538 {
    height: 538px !important;
}

.width-538 {
    width: 538px !important;
}

.height-539 {
    height: 539px !important;
}

.width-539 {
    width: 539px !important;
}

.height-540 {
    height: 540px !important;
}

.width-540 {
    width: 540px !important;
}

.height-541 {
    height: 541px !important;
}

.width-541 {
    width: 541px !important;
}

.height-542 {
    height: 542px !important;
}

.width-542 {
    width: 542px !important;
}

.height-543 {
    height: 543px !important;
}

.width-543 {
    width: 543px !important;
}

.height-544 {
    height: 544px !important;
}

.width-544 {
    width: 544px !important;
}

.height-545 {
    height: 545px !important;
}

.width-545 {
    width: 545px !important;
}

.height-546 {
    height: 546px !important;
}

.width-546 {
    width: 546px !important;
}

.height-547 {
    height: 547px !important;
}

.width-547 {
    width: 547px !important;
}

.height-548 {
    height: 548px !important;
}

.width-548 {
    width: 548px !important;
}

.height-549 {
    height: 549px !important;
}

.width-549 {
    width: 549px !important;
}

.height-550 {
    height: 550px !important;
}

.width-550 {
    width: 550px !important;
}

.height-551 {
    height: 551px !important;
}

.width-551 {
    width: 551px !important;
}

.height-552 {
    height: 552px !important;
}

.width-552 {
    width: 552px !important;
}

.height-553 {
    height: 553px !important;
}

.width-553 {
    width: 553px !important;
}

.height-554 {
    height: 554px !important;
}

.width-554 {
    width: 554px !important;
}

.height-555 {
    height: 555px !important;
}

.width-555 {
    width: 555px !important;
}

.height-556 {
    height: 556px !important;
}

.width-556 {
    width: 556px !important;
}

.height-557 {
    height: 557px !important;
}

.width-557 {
    width: 557px !important;
}

.height-558 {
    height: 558px !important;
}

.width-558 {
    width: 558px !important;
}

.height-559 {
    height: 559px !important;
}

.width-559 {
    width: 559px !important;
}

.height-560 {
    height: 560px !important;
}

.width-560 {
    width: 560px !important;
}

.height-561 {
    height: 561px !important;
}

.width-561 {
    width: 561px !important;
}

.height-562 {
    height: 562px !important;
}

.width-562 {
    width: 562px !important;
}

.height-563 {
    height: 563px !important;
}

.width-563 {
    width: 563px !important;
}

.height-564 {
    height: 564px !important;
}

.width-564 {
    width: 564px !important;
}

.height-565 {
    height: 565px !important;
}

.width-565 {
    width: 565px !important;
}

.height-566 {
    height: 566px !important;
}

.width-566 {
    width: 566px !important;
}

.height-567 {
    height: 567px !important;
}

.width-567 {
    width: 567px !important;
}

.height-568 {
    height: 568px !important;
}

.width-568 {
    width: 568px !important;
}

.height-569 {
    height: 569px !important;
}

.width-569 {
    width: 569px !important;
}

.height-570 {
    height: 570px !important;
}

.width-570 {
    width: 570px !important;
}

.height-571 {
    height: 571px !important;
}

.width-571 {
    width: 571px !important;
}

.height-572 {
    height: 572px !important;
}

.width-572 {
    width: 572px !important;
}

.height-573 {
    height: 573px !important;
}

.width-573 {
    width: 573px !important;
}

.height-574 {
    height: 574px !important;
}

.width-574 {
    width: 574px !important;
}

.height-575 {
    height: 575px !important;
}

.width-575 {
    width: 575px !important;
}

.height-576 {
    height: 576px !important;
}

.width-576 {
    width: 576px !important;
}

.height-577 {
    height: 577px !important;
}

.width-577 {
    width: 577px !important;
}

.height-578 {
    height: 578px !important;
}

.width-578 {
    width: 578px !important;
}

.height-579 {
    height: 579px !important;
}

.width-579 {
    width: 579px !important;
}

.height-580 {
    height: 580px !important;
}

.width-580 {
    width: 580px !important;
}

.height-581 {
    height: 581px !important;
}

.width-581 {
    width: 581px !important;
}

.height-582 {
    height: 582px !important;
}

.width-582 {
    width: 582px !important;
}

.height-583 {
    height: 583px !important;
}

.width-583 {
    width: 583px !important;
}

.height-584 {
    height: 584px !important;
}

.width-584 {
    width: 584px !important;
}

.height-585 {
    height: 585px !important;
}

.width-585 {
    width: 585px !important;
}

.height-586 {
    height: 586px !important;
}

.width-586 {
    width: 586px !important;
}

.height-587 {
    height: 587px !important;
}

.width-587 {
    width: 587px !important;
}

.height-588 {
    height: 588px !important;
}

.width-588 {
    width: 588px !important;
}

.height-589 {
    height: 589px !important;
}

.width-589 {
    width: 589px !important;
}

.height-590 {
    height: 590px !important;
}

.width-590 {
    width: 590px !important;
}

.height-591 {
    height: 591px !important;
}

.width-591 {
    width: 591px !important;
}

.height-592 {
    height: 592px !important;
}

.width-592 {
    width: 592px !important;
}

.height-593 {
    height: 593px !important;
}

.width-593 {
    width: 593px !important;
}

.height-594 {
    height: 594px !important;
}

.width-594 {
    width: 594px !important;
}

.height-595 {
    height: 595px !important;
}

.width-595 {
    width: 595px !important;
}

.height-596 {
    height: 596px !important;
}

.width-596 {
    width: 596px !important;
}

.height-597 {
    height: 597px !important;
}

.width-597 {
    width: 597px !important;
}

.height-598 {
    height: 598px !important;
}

.width-598 {
    width: 598px !important;
}

.height-599 {
    height: 599px !important;
}

.width-599 {
    width: 599px !important;
}

.height-600 {
    height: 600px !important;
}

.width-600 {
    width: 600px !important;
}

.height-601 {
    height: 601px !important;
}

.width-601 {
    width: 601px !important;
}

.height-602 {
    height: 602px !important;
}

.width-602 {
    width: 602px !important;
}

.height-603 {
    height: 603px !important;
}

.width-603 {
    width: 603px !important;
}

.height-604 {
    height: 604px !important;
}

.width-604 {
    width: 604px !important;
}

.height-605 {
    height: 605px !important;
}

.width-605 {
    width: 605px !important;
}

.height-606 {
    height: 606px !important;
}

.width-606 {
    width: 606px !important;
}

.height-607 {
    height: 607px !important;
}

.width-607 {
    width: 607px !important;
}

.height-608 {
    height: 608px !important;
}

.width-608 {
    width: 608px !important;
}

.height-609 {
    height: 609px !important;
}

.width-609 {
    width: 609px !important;
}

.height-610 {
    height: 610px !important;
}

.width-610 {
    width: 610px !important;
}

.height-611 {
    height: 611px !important;
}

.width-611 {
    width: 611px !important;
}

.height-612 {
    height: 612px !important;
}

.width-612 {
    width: 612px !important;
}

.height-613 {
    height: 613px !important;
}

.width-613 {
    width: 613px !important;
}

.height-614 {
    height: 614px !important;
}

.width-614 {
    width: 614px !important;
}

.height-615 {
    height: 615px !important;
}

.width-615 {
    width: 615px !important;
}

.height-616 {
    height: 616px !important;
}

.width-616 {
    width: 616px !important;
}

.height-617 {
    height: 617px !important;
}

.width-617 {
    width: 617px !important;
}

.height-618 {
    height: 618px !important;
}

.width-618 {
    width: 618px !important;
}

.height-619 {
    height: 619px !important;
}

.width-619 {
    width: 619px !important;
}

.height-620 {
    height: 620px !important;
}

.width-620 {
    width: 620px !important;
}

.height-621 {
    height: 621px !important;
}

.width-621 {
    width: 621px !important;
}

.height-622 {
    height: 622px !important;
}

.width-622 {
    width: 622px !important;
}

.height-623 {
    height: 623px !important;
}

.width-623 {
    width: 623px !important;
}

.height-624 {
    height: 624px !important;
}

.width-624 {
    width: 624px !important;
}

.height-625 {
    height: 625px !important;
}

.width-625 {
    width: 625px !important;
}

.height-626 {
    height: 626px !important;
}

.width-626 {
    width: 626px !important;
}

.height-627 {
    height: 627px !important;
}

.width-627 {
    width: 627px !important;
}

.height-628 {
    height: 628px !important;
}

.width-628 {
    width: 628px !important;
}

.height-629 {
    height: 629px !important;
}

.width-629 {
    width: 629px !important;
}

.height-630 {
    height: 630px !important;
}

.width-630 {
    width: 630px !important;
}

.height-631 {
    height: 631px !important;
}

.width-631 {
    width: 631px !important;
}

.height-632 {
    height: 632px !important;
}

.width-632 {
    width: 632px !important;
}

.height-633 {
    height: 633px !important;
}

.width-633 {
    width: 633px !important;
}

.height-634 {
    height: 634px !important;
}

.width-634 {
    width: 634px !important;
}

.height-635 {
    height: 635px !important;
}

.width-635 {
    width: 635px !important;
}

.height-636 {
    height: 636px !important;
}

.width-636 {
    width: 636px !important;
}

.height-637 {
    height: 637px !important;
}

.width-637 {
    width: 637px !important;
}

.height-638 {
    height: 638px !important;
}

.width-638 {
    width: 638px !important;
}

.height-639 {
    height: 639px !important;
}

.width-639 {
    width: 639px !important;
}

.height-640 {
    height: 640px !important;
}

.width-640 {
    width: 640px !important;
}

.height-641 {
    height: 641px !important;
}

.width-641 {
    width: 641px !important;
}

.height-642 {
    height: 642px !important;
}

.width-642 {
    width: 642px !important;
}

.height-643 {
    height: 643px !important;
}

.width-643 {
    width: 643px !important;
}

.height-644 {
    height: 644px !important;
}

.width-644 {
    width: 644px !important;
}

.height-645 {
    height: 645px !important;
}

.width-645 {
    width: 645px !important;
}

.height-646 {
    height: 646px !important;
}

.width-646 {
    width: 646px !important;
}

.height-647 {
    height: 647px !important;
}

.width-647 {
    width: 647px !important;
}

.height-648 {
    height: 648px !important;
}

.width-648 {
    width: 648px !important;
}

.height-649 {
    height: 649px !important;
}

.width-649 {
    width: 649px !important;
}

.height-650 {
    height: 650px !important;
}

.width-650 {
    width: 650px !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.list-style-type-none {
    list-style-type: none !important;
}