/*============================================================================
  Gurl Box | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/


/*================ UTILS ================*/


/*================ SETTINGS ================*/


/*================ COMMON ================*/


/*================ MODULES ================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

sup {
    font-size: 0.83em;
    line-height: 0;
    vertical-align: super;
}

sub {
    font-size: 0.83em;
    line-height: 0;
    vertical-align: sub;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}


/* End of Meyer Reset CSS */


/* Compatibility for Boostrap 3, default columns to 12 width on screensizes where size was not specified */

[class*='col-'] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}


/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active {
    outline: 0;
}

a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

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

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

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #0275d8;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #014c8c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    background-color: transparent;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

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

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

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

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

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.h1 {
    font-size: 2.5rem;
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dl-horizontal {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
}

.dl-horizontal::after {
    display: table;
    clear: both;
    content: "";
}

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

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #818a91;
}

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

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

.img-fluid,
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: .3rem;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: .25rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 90%;
    color: #818a91;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem;
}

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

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    line-height: 1.5;
    color: #373a3c;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

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

.container {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

.container-fluid {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -.9375rem;
    margin-left: -.9375rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.333333%;
}

.col-xs-pull-2 {
    right: 16.666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.333333%;
}

.col-xs-pull-5 {
    right: 41.666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.333333%;
}

.col-xs-pull-8 {
    right: 66.666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.333333%;
}

.col-xs-pull-11 {
    right: 91.666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.333333%;
}

.col-xs-push-2 {
    left: 16.666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.333333%;
}

.col-xs-push-5 {
    left: 41.666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.333333%;
}

.col-xs-push-8 {
    left: 66.666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.333333%;
}

.col-xs-push-11 {
    left: 91.666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.333333%;
}

.col-xs-offset-2 {
    margin-left: 16.666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333333%;
}

.col-xs-offset-5 {
    margin-left: 41.666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333333%;
}

.col-xs-offset-8 {
    margin-left: 66.666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333333%;
}

.col-xs-offset-11 {
    margin-left: 91.666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 544px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.333333%;
    }
    .col-sm-pull-2 {
        right: 16.666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.333333%;
    }
    .col-sm-pull-5 {
        right: 41.666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.333333%;
    }
    .col-sm-pull-8 {
        right: 66.666667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.333333%;
    }
    .col-sm-pull-11 {
        right: 91.666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.333333%;
    }
    .col-sm-push-2 {
        left: 16.666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.333333%;
    }
    .col-sm-push-5 {
        left: 41.666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.333333%;
    }
    .col-sm-push-8 {
        left: 66.666667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.333333%;
    }
    .col-sm-push-11 {
        left: 91.666667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.666667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.333333%;
    }
    .col-md-pull-2 {
        right: 16.666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.333333%;
    }
    .col-md-pull-5 {
        right: 41.666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.333333%;
    }
    .col-md-pull-8 {
        right: 66.666667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.333333%;
    }
    .col-md-pull-11 {
        right: 91.666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.333333%;
    }
    .col-md-push-2 {
        left: 16.666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.333333%;
    }
    .col-md-push-5 {
        left: 41.666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.333333%;
    }
    .col-md-push-8 {
        left: 66.666667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.333333%;
    }
    .col-md-push-11 {
        left: 91.666667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.666667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.333333%;
    }
    .col-lg-pull-2 {
        right: 16.666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.333333%;
    }
    .col-lg-pull-5 {
        right: 41.666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.333333%;
    }
    .col-lg-pull-8 {
        right: 66.666667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.333333%;
    }
    .col-lg-pull-11 {
        right: 91.666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.333333%;
    }
    .col-lg-push-2 {
        left: 16.666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.333333%;
    }
    .col-lg-push-5 {
        left: 41.666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.333333%;
    }
    .col-lg-push-8 {
        left: 66.666667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.333333%;
    }
    .col-lg-push-11 {
        left: 91.666667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.666667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-pull-1 {
        right: 8.333333%;
    }
    .col-xl-pull-2 {
        right: 16.666667%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-4 {
        right: 33.333333%;
    }
    .col-xl-pull-5 {
        right: 41.666667%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-7 {
        right: 58.333333%;
    }
    .col-xl-pull-8 {
        right: 66.666667%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-10 {
        right: 83.333333%;
    }
    .col-xl-pull-11 {
        right: 91.666667%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-push-1 {
        left: 8.333333%;
    }
    .col-xl-push-2 {
        left: 16.666667%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-4 {
        left: 33.333333%;
    }
    .col-xl-push-5 {
        left: 41.666667%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-7 {
        left: 58.333333%;
    }
    .col-xl-push-8 {
        left: 66.666667%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-10 {
        left: 83.333333%;
    }
    .col-xl-push-11 {
        left: 91.666667%;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
    .col-xl-offset-1 {
        margin-left: 8.333333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.666667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-4 {
        margin-left: 33.333333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.666667%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-7 {
        margin-left: 58.333333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.666667%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-10 {
        margin-left: 83.333333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.666667%;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
}

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

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

@media (min-width: 544px) {
    .col-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-sm-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 768px) {
    .col-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-md-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 992px) {
    .col-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-lg-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 1200px) {
    .col-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .col-xl-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.row-xs-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.row-xs-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.row-xs-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

@media (min-width: 544px) {
    .row-sm-top {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    .row-sm-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .row-sm-bottom {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }
}

@media (min-width: 768px) {
    .row-md-top {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    .row-md-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .row-md-bottom {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }
}

@media (min-width: 992px) {
    .row-lg-top {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    .row-lg-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .row-lg-bottom {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }
}

@media (min-width: 1200px) {
    .row-xl-top {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    .row-xl-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .row-xl-bottom {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }
}

.col-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.col-xs-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.col-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (min-width: 544px) {
    .col-sm-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-sm-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-sm-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 768px) {
    .col-md-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-md-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-md-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 992px) {
    .col-lg-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-lg-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-lg-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media (min-width: 1200px) {
    .col-xl-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .col-xl-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .col-xl-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

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

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

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

.table .table {
    background-color: #fff;
}

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
    background-color: #f5f5f5;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: #f5f5f5;
}

.table-hover .table-active:hover {
    background-color: #e8e8e8;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: #e8e8e8;
}

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

.table-hover .table-success:hover {
    background-color: #d0e9c6;
}

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

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

.table-hover .table-info:hover {
    background-color: #c4e3f3;
}

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

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

.table-hover .table-warning:hover {
    background-color: #faf2cc;
}

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

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

.table-hover .table-danger:hover {
    background-color: #ebcccc;
}

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

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c;
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef;
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

.table-inverse.table-bordered {
    border: 0;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
    border-color: #55595c;
}

.table-reflow thead {
    float: left;
}

.table-reflow tbody {
    display: block;
    white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
    border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
    float: left;
}

.table-reflow tr th,
.table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: .25rem;
}

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

.form-control:focus {
    border-color: #66afe9;
    outline: none;
}

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

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

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

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

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

.form-control:disabled {
    cursor: not-allowed;
}

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

.form-control-label {
    padding: .375rem .75rem;
    margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 2.25rem;
    }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"].form-control,
    input[type="time"].input-sm,
    .input-group-sm input[type="time"].form-control,
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"].form-control,
    input[type="month"].input-sm,
    .input-group-sm input[type="month"].form-control {
        line-height: 1.8625rem;
    }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"].form-control,
    input[type="time"].input-lg,
    .input-group-lg input[type="time"].form-control,
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"].form-control,
    input[type="month"].input-lg,
    .input-group-lg input[type="month"].form-control {
        line-height: 3.166667rem;
    }
}

.form-control-static {
    min-height: 2.25rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
}

.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: .275rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.333333;
    border-radius: .3rem;
}

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

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-bottom: .75rem;
}

.radio label,
.checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio label input:only-child,
.checkbox label input:only-child {
    position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -.25rem;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: .75rem;
}

input[type="radio"]:disabled,
input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label {
    cursor: not-allowed;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    -webkit-background-size: 1.4625rem 1.4625rem;
    background-size: 1.4625rem 1.4625rem;
}

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #5cb85c;
}

.has-success .form-control {
    border-color: #5cb85c;
}

.has-success .input-group-addon {
    color: #5cb85c;
    background-color: #eaf6ea;
    border-color: #5cb85c;
}

.has-success .form-control-feedback {
    color: #5cb85c;
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
}

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #f0ad4e;
}

.has-warning .form-control {
    border-color: #f0ad4e;
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    background-color: white;
    border-color: #f0ad4e;
}

.has-warning .form-control-feedback {
    color: #f0ad4e;
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
}

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
    color: #d9534f;
}

.has-danger .form-control {
    border-color: #d9534f;
}

.has-danger .input-group-addon {
    color: #d9534f;
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.has-danger .form-control-feedback {
    color: #d9534f;
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}

@media (min-width: 544px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn.focus {
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

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

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #014682;
    border-color: #01315a;
}

.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a;
}

.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d;
}

.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f;
}

.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e;
}

.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-primary-outline {
    color: #0275d8;
    background-color: transparent;
    background-image: none;
    border-color: #0275d8;
}

.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active,
.open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary-outline:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-primary-outline.disabled:focus,
.btn-primary-outline.disabled.focus,
.btn-primary-outline:disabled:focus,
.btn-primary-outline:disabled.focus {
    border-color: #43a7fd;
}

.btn-primary-outline.disabled:hover,
.btn-primary-outline:disabled:hover {
    border-color: #43a7fd;
}

.btn-secondary-outline {
    color: #ccc;
    background-color: transparent;
    background-image: none;
    border-color: #ccc;
}

.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active,
.open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

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

.btn-secondary-outline.disabled:focus,
.btn-secondary-outline.disabled.focus,
.btn-secondary-outline:disabled:focus,
.btn-secondary-outline:disabled.focus {
    border-color: white;
}

.btn-secondary-outline.disabled:hover,
.btn-secondary-outline:disabled:hover {
    border-color: white;
}

.btn-info-outline {
    color: #5bc0de;
    background-color: transparent;
    background-image: none;
    border-color: #5bc0de;
}

.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active,
.open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info-outline:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-info-outline.disabled:focus,
.btn-info-outline.disabled.focus,
.btn-info-outline:disabled:focus,
.btn-info-outline:disabled.focus {
    border-color: #b0e1ef;
}

.btn-info-outline.disabled:hover,
.btn-info-outline:disabled:hover {
    border-color: #b0e1ef;
}

.btn-success-outline {
    color: #5cb85c;
    background-color: transparent;
    background-image: none;
    border-color: #5cb85c;
}

.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active,
.open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success-outline.disabled:focus,
.btn-success-outline.disabled.focus,
.btn-success-outline:disabled:focus,
.btn-success-outline:disabled.focus {
    border-color: #a3d7a3;
}

.btn-success-outline.disabled:hover,
.btn-success-outline:disabled:hover {
    border-color: #a3d7a3;
}

.btn-warning-outline {
    color: #f0ad4e;
    background-color: transparent;
    background-image: none;
    border-color: #f0ad4e;
}

.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active,
.open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning-outline:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-warning-outline.disabled:focus,
.btn-warning-outline.disabled.focus,
.btn-warning-outline:disabled:focus,
.btn-warning-outline:disabled.focus {
    border-color: #f8d9ac;
}

.btn-warning-outline.disabled:hover,
.btn-warning-outline:disabled:hover {
    border-color: #f8d9ac;
}

.btn-danger-outline {
    color: #d9534f;
    background-color: transparent;
    background-image: none;
    border-color: #d9534f;
}

.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active,
.open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

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

.btn-danger-outline.disabled:focus,
.btn-danger-outline.disabled.focus,
.btn-danger-outline:disabled:focus,
.btn-danger-outline:disabled.focus {
    border-color: #eba5a3;
}

.btn-danger-outline.disabled:hover,
.btn-danger-outline:disabled:hover {
    border-color: #eba5a3;
}

.btn-link {
    font-weight: normal;
    color: #0275d8;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
    background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #014c8c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none;
}

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

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

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

.btn-block + .btn-block {
    margin-top: 5px;
}

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

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

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

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

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #CFADD8;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    color: #818a91;
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}

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

.open > a {
    outline: 0;
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: .875rem;
    line-height: 1.5;
    color: #818a91;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

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

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar::after {
    display: table;
    clear: both;
    content: "";
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

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

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

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: .3em .3em 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 .3em .3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group::after {
    display: table;
    clear: both;
    content: "";
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

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

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

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

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    z-index: 3;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid #ccc;
    border-radius: .25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: .275rem .75rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

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

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

.input-group-addon:first-child {
    border-right: 0;
}

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

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
    z-index: 3;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group-btn:last-child > .btn:focus,
.input-group-btn:last-child > .btn:active,
.input-group-btn:last-child > .btn:hover,
.input-group-btn:last-child > .btn-group:focus,
.input-group-btn:last-child > .btn-group:active,
.input-group-btn:last-child > .btn-group:hover {
    z-index: 3;
}

.c-input {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    color: #555;
    cursor: pointer;
}

.c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.c-input > input:checked ~ .c-indicator {
    color: #fff;
    background-color: #0074d9;
}

.c-input > input:focus ~ .c-indicator {
    -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}

.c-input > input:active ~ .c-indicator {
    color: #fff;
    background-color: #84c6ff;
}

.c-input + .c-input {
    margin-left: 1rem;
}

.c-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    font-size: 65%;
    line-height: 1rem;
    color: #eee;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}

.c-checkbox .c-indicator {
    border-radius: .25rem;
}

.c-checkbox input:checked ~ .c-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

.c-checkbox input:indeterminate ~ .c-indicator {
    background-color: #0074d9;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

.c-radio .c-indicator {
    border-radius: 50%;
}

.c-radio input:checked ~ .c-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

.c-inputs-stacked .c-input {
    display: inline;
}

.c-inputs-stacked .c-input::after {
    display: block;
    margin-bottom: .25rem;
    content: "";
}

.c-inputs-stacked .c-input + .c-input {
    margin-left: 0;
}

.c-select {
    display: inline-block;
    max-width: 100%;
    -webkit-appearance: none;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem \9;
    color: #55595c;
    vertical-align: middle;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center;
    background-image: none \9;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid #ccc;
    -moz-appearance: none;
}

.c-select:focus {
    border-color: #51a7e8;
    outline: none;
}

.c-select::-ms-expand {
    opacity: 0;
}

.c-select-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}

.c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px;
}

.file {
    position: relative;
    display: inline-block;
    height: 2.5rem;
    cursor: pointer;
}

.file input {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
}

.file-custom::after {
    content: "Choose file...";
}

.file-custom::before {
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    content: "Browse";
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 .25rem .25rem 0;
}

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

.nav-link {
    display: inline-block;
}

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

.nav-link.disabled {
    color: #818a91;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent;
}

.nav-inline .nav-item {
    display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
    margin-left: 1rem;
}

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

.nav-tabs::after {
    display: table;
    clear: both;
    content: "";
}

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

.nav-tabs .nav-item + .nav-item {
    margin-left: .2rem;
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-radius: .25rem .25rem 0 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}

.nav-pills::after {
    display: table;
    clear: both;
    content: "";
}

.nav-pills .nav-item {
    float: left;
}

.nav-pills .nav-item + .nav-item {
    margin-left: .2rem;
}

.nav-pills .nav-link {
    display: block;
    padding: .5em 1em;
    border-radius: .25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #0275d8;
}

.nav-stacked .nav-item {
    display: block;
    float: none;
}

.nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0;
}

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

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

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    padding: .5rem 1rem;
}

.navbar::after {
    display: table;
    clear: both;
    content: "";
}

@media (min-width: 544px) {
    .navbar {
        border-radius: .25rem;
    }
}

.navbar-full {
    z-index: 1000;
}

@media (min-width: 544px) {
    .navbar-full {
        border-radius: 0;
    }
}

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

@media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width: 544px) {
    .navbar-sticky-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
}

.navbar-divider::before {
    content: "\00a0";
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

@media (min-width: 544px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

.navbar-nav .nav-item {
    float: left;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

.navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
}

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

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

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

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

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, .8);
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, .075);
}

.navbar-dark .navbar-brand {
    color: white;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: white;
}

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

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

.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
    color: white;
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, .075);
}

.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
}

.card-block {
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

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

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

.card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.card-header:first-child {
    border-radius: .25rem .25rem 0 0;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.card-footer:last-child {
    border-radius: 0 0 .25rem .25rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-primary-outline {
    background-color: transparent;
    border-color: #0275d8;
}

.card-secondary-outline {
    background-color: transparent;
    border-color: #ccc;
}

.card-info-outline {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-success-outline {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-warning-outline {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-danger-outline {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
    color: rgba(255, 255, 255, .65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: .25rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-radius: .25rem .25rem 0 0;
}

.card-img-bottom {
    border-radius: 0 0 .25rem .25rem;
}

@media (min-width: 544px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: -.625rem;
        margin-left: -.625rem;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-deck .card {
        margin-right: .625rem;
        margin-left: .625rem;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }
}

@media (min-width: 544px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0;
    }
}

@media (min-width: 544px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: .25rem;
}

.breadcrumb::after {
    display: table;
    clear: both;
    content: "";
}

.breadcrumb > li {
    float: left;
}

.breadcrumb > li + li::before {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #818a91;
    content: "/";
}

.breadcrumb > .active {
    color: #818a91;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

.page-item {
    display: inline;
}

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

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

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    float: left;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #0275d8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd;
}

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

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

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

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

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

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

.pager {
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    list-style: none;
}

.pager::after {
    display: table;
    clear: both;
    content: "";
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eceeef;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
}

.pager .disabled > span {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
}

.pager-next > a,
.pager-next > span {
    float: right;
}

.pager-prev > a,
.pager-prev > span {
    float: left;
}

.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.label:empty {
    display: none;
}

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

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

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

.label-default {
    background-color: #818a91;
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #687077;
}

.label-primary {
    background-color: #0275d8;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #025aa5;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}

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

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

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

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

.alert {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d0e9c6;
}

.alert-success hr {
    border-top-color: #c1e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1;
}

.alert-info hr {
    border-top-color: #a6d5ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc;
}

.alert-warning hr {
    border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc;
}

.alert-danger hr {
    border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

.progress[value] {
    -webkit-appearance: none;
    color: #0074d9;
    border: 0;
    -moz-appearance: none;
    appearance: none;
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: .25rem;
}

.progress[value]::-webkit-progress-value::before {
    content: attr(value);
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.progress[value="100"]::-webkit-progress-value {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

@media screen and (min-width: 0\0) {
    .progress {
        background-color: #eee;
        border-radius: .25rem;
    }
    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }
    .progress[width^="0"] {
        min-width: 2rem;
        color: #818a91;
        background-color: transparent;
        background-image: none;
    }
    .progress[width="100%"] {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
    .progress-bar-striped {
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        -webkit-background-size: 1rem 1rem;
        background-size: 1rem 1rem;
    }
}

.progress-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
    .progress-animated .progress-bar-striped {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        -o-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

@media screen and (min-width: 0\0) {
    .progress-success .progress-bar {
        background-color: #5cb85c;
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

@media screen and (min-width: 0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de;
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

@media screen and (min-width: 0\0) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

@media screen and (min-width: 0\0) {
    .progress-danger .progress-bar {
        background-color: #d9534f;
    }
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.media-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.media-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right {
    padding-left: 10px;
}

.media-left {
    padding-right: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

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

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

.list-group-flush .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

a.list-group-item,
button.list-group-item {
    width: 100%;
    color: #555;
    text-align: inherit;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #818a91;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #a8d6fe;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9 {
    padding-bottom: 42.857143%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out, -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: .5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header::after {
    display: table;
    clear: both;
    content: "";
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer::after {
    display: table;
    clear: both;
    content: "";
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 544px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 768px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto;
}

.tooltip.in {
    opacity: .9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    line-break: auto;
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
    margin-top: -10px;
}

.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: "";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
    margin-left: 10px;
}

.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.popover.popover-right .popover-arrow::after,
.popover.bs-tether-element-attached-left .popover-arrow::after {
    bottom: -10px;
    left: 1px;
    content: "";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
    margin-top: 10px;
}

.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
    margin-left: -10px;
}

.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, .25);
}

.popover.popover-left .popover-arrow::after,
.popover.bs-tether-element-attached-right .popover-arrow::after {
    right: 1px;
    bottom: -10px;
    content: "";
    border-right-width: 0;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -.7rem -.7rem 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover-arrow,
.popover-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover-arrow {
    border-width: 11px;
}

.popover-arrow::after {
    content: "";
    border-width: 10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .carousel-item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out, -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .carousel-item.next,
    .carousel-inner > .carousel-item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .carousel-item.prev,
    .carousel-inner > .carousel-item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .carousel-item.next.left,
    .carousel-inner > .carousel-item.prev.right,
    .carousel-inner > .carousel-item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5;
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev::before {
    content: "\2039";
}

.carousel-control .icon-next::before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media (min-width: 544px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

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

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-xs-left {
    float: left !important;
}

.pull-xs-right {
    float: right !important;
}

.pull-xs-none {
    float: none !important;
}

@media (min-width: 544px) {
    .pull-sm-left {
        float: left !important;
    }
    .pull-sm-right {
        float: right !important;
    }
    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .pull-md-left {
        float: left !important;
    }
    .pull-md-right {
        float: right !important;
    }
    .pull-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .pull-lg-left {
        float: left !important;
    }
    .pull-lg-right {
        float: right !important;
    }
    .pull-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .pull-xl-left {
        float: left !important;
    }
    .pull-xl-right {
        float: right !important;
    }
    .pull-xl-none {
        float: none !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.invisible {
    visibility: hidden !important;
}

.text-hide {
    font: "0/0" a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width: 544px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-muted {
    color: #818a91;
}

.text-primary {
    color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f;
}

.text-danger {
    color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c;
}

.bg-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

.bg-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    color: #fff !important;
    background-color: #0275d8 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5;
}

.bg-success {
    color: #fff !important;
    background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44;
}

.bg-info {
    color: #fff !important;
    background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5;
}

.bg-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f;
}

.bg-danger {
    color: #fff !important;
    background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

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

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

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

.m-t-1 {
    margin-top: 1rem !important;
}

.m-r-1 {
    margin-right: 1rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-l-1 {
    margin-left: 1rem !important;
}

.m-x-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

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

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

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

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

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

.m-x-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

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

.m-t-3 {
    margin-top: 3rem !important;
}

.m-r-3 {
    margin-right: 3rem !important;
}

.m-b-3 {
    margin-bottom: 3rem !important;
}

.m-l-3 {
    margin-left: 3rem !important;
}

.m-x-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

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

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

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

.p-t-1 {
    padding-top: 1rem !important;
}

.p-r-1 {
    padding-right: 1rem !important;
}

.p-b-1 {
    padding-bottom: 1rem !important;
}

.p-l-1 {
    padding-left: 1rem !important;
}

.p-x-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

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

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

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

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

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

.p-x-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

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

.p-t-3 {
    padding-top: 3rem !important;
}

.p-r-3 {
    padding-right: 3rem !important;
}

.p-b-3 {
    padding-bottom: 3rem !important;
}

.p-l-3 {
    padding-left: 3rem !important;
}

.p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


/*# sourceMappingURL=bootstrap.css.map */

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/

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

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-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)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-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)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

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

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

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

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

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

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

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

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

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

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

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

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

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

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

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

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

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

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

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

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

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

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

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

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

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

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

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

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        -ms-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

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

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -ms-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        -ms-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -ms-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}


/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

#cmp_efc87be7-1398-4520-a6ee-5907d28a0035 {
    background-color: #fff
}

#cmp_efc87be7-1398-4520-a6ee-5907d28a0035 h1 {
    font-size: 48px
}

#cmp_efc87be7-1398-4520-a6ee-5907d28a0035 h2 {
    font-size: 32px
}

#cmp_efc87be7-1398-4520-a6ee-5907d28a0035 h3 {
    font-size: 24px
}

#cmp_efc87be7-1398-4520-a6ee-5907d28a0035 p {
    color: #757575;
    font-size: 14px
}

@media (min-width:768px) {
    #cmp_efc87be7-1398-4520-a6ee-5907d28a0035 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_2e196c48-c2d3-4849-a33e-cf82f09c07a1 {
 padding-top: 0px !important; 
}

#cmp_2e196c48-c2d3-4849-a33e-cf82f09c07a1 {
    background-color: #fff
}

#cmp_2e196c48-c2d3-4849-a33e-cf82f09c07a1 h1 {
    font-size: 48px
}

#cmp_2e196c48-c2d3-4849-a33e-cf82f09c07a1 h2 {
    font-size: 32px
}

#cmp_2e196c48-c2d3-4849-a33e-cf82f09c07a1 h3 {
    font-size: 24px
}

#cmp_2e196c48-c2d3-4849-a33e-cf82f09c07a1 p {
    color: #757575;
    font-size: 14px
}

@media (min-width:768px) {
    #cmp_2e196c48-c2d3-4849-a33e-cf82f09c07a1 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805 {
    background-color: #fff
}

#cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805 h1 {
    font-size: 48px
}

#cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805 h2 {
    font-size: 32px
}

#cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805 h3 {
    font-size: 24px
}

#cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805 p {
    color: #757575;
    font-size: 14px
}

@media (min-width:768px) {
    #cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_1bd64fc6-d57e-4f57-9864-5a7787ba2d84 {
    background-color: #fff
}

#cmp_1bd64fc6-d57e-4f57-9864-5a7787ba2d84 h1 {
    font-size: 48px
}

#cmp_1bd64fc6-d57e-4f57-9864-5a7787ba2d84 h2 {
    font-size: 32px
}

#cmp_1bd64fc6-d57e-4f57-9864-5a7787ba2d84 h3 {
    font-size: 24px
}

#cmp_1bd64fc6-d57e-4f57-9864-5a7787ba2d84 p {
    color: #757575;
    font-size: 14px
}

@media (min-width:768px) {
    #cmp_1bd64fc6-d57e-4f57-9864-5a7787ba2d84 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_375754b8-8a71-4947-b1d6-3c77708a86f0 {
    background-color: #fff
}

#cmp_375754b8-8a71-4947-b1d6-3c77708a86f0 h1 {
    font-size: 48px
}

#cmp_375754b8-8a71-4947-b1d6-3c77708a86f0 h2 {
    font-size: 32px
}

#cmp_375754b8-8a71-4947-b1d6-3c77708a86f0 h3 {
    font-size: 24px
}

#cmp_375754b8-8a71-4947-b1d6-3c77708a86f0 p {
    color: #757575;
    font-size: 14px
}

@media (min-width:768px) {
    #cmp_375754b8-8a71-4947-b1d6-3c77708a86f0 .content {
        margin: 0 auto;
        width: 80%
    }
}

body {
    background-color: #fff;
    color: #757575;
    font-size: 14px;
    line-height: 1.5em
}

.container-fluid {
    max-width: 1140px
}

h1 {
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 1
}

h1,
h2 {
    margin: 0 0 25px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 24px;
    margin: 0 0 25px
}

p {
    line-height: 1.5em;
    margin: 0 0 15px
}

section[class^=component] {
    padding: 60px 0
}

section.headline {
    margin-bottom: 15px
}

.hidden {
    display: none
}

.text-center {
    text-align: center
}

.flex-center {
    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
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.square-img-container {
    padding: 0;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.square-img-container:before {
    content: "";
    display: block;
    padding-top: 100%
}

.square-img-container .square-img-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.square-row>[class^=col-] {
    min-height: 100vw
}

@media (min-width:768px) {
    .square-row>.col-md-6 {
        min-height: 50vw
    }
    .square-row>.col-md-4 {
        min-height: 33.33333vw
    }
    .square-row>.col-md-3 {
        min-height: 25vw
    }
}

@media (min-width:1140px) {
    .square-row>.col-md-6 {
        min-height: 570px
    }
    .square-row>.col-md-4 {
        min-height: 380px
    }
    .square-row>.col-md-3 {
        min-height: 285px
    }
}

.dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin: 0 0 20px
}

.panel-body {
    padding: 15px
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
    color: inherit
}

.panel-title {
    font-size: 16px;
    margin: 0
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 15px
}

.btn {
    border-radius: 0;
    border: none;
    font-size: 14px;
    letter-spacing: .077em;
    padding: 1em 3em
}

.btn-small {
    border: 2px solid #fd5381;
    padding: .6em 1.8em
}

.btn-link {
    padding: 1.2em 0
}

.btn-primary {
    font-size: 14px;
    letter-spacing: .167em
}

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

.btn-secondary {
    color: #fff;
    font-size: 14px;
    letter-spacing: .167em
}

.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff
}

.btn-empty {
    background-color: transparent;
    border: 1px solid #fd5381
}

.btn-empty:active,
.btn-empty:active:focus,
.btn-empty:focus,
.btn-empty:hover {
    background-color: #fff
}

.sf-grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sf-grid,
.sf-grid__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sf-grid__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .9375rem 0
}

.sf-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #e1e1e1;
    margin: 20px;
    text-align: center;
    padding: 20px
}

.sf-item,
.sf-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sf-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.sf-item__name {
    margin: 1em 0
}

.sf-item * {
    max-width: 100%
}

.survey h2 {
    margin: 0 0 1em
}

.survey .checkbox input[type=checkbox],
.survey .radio input[type=radio] {
    margin: 0 .5em 0 0
}

.sold-out-image {
    height: 171px;
    width: 195px;
    margin: auto;
    margin-bottom: 38px
}

.checkout_content {
    margin-top: 0;
    overflow: auto
}

.checkout_content #add_coupon_code {
    padding: .375rem 1rem;
    width: auto
}

.checkout_content #checkout_button {
    border: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: .167em;
    padding: 1.2em 5em
}

.checkout_content #checkout_button:active,
.checkout_content #checkout_button:active:focus,
.checkout_content #checkout_button:focus,
.checkout_content #checkout_button:hover {
    color: #fff
}

.checkout_content section {
    border-color: #f5f5f5
}

.checkout_content h1 {
    margin: 0 0 25px;
    text-align: center
}

.cart_listing table {
    border-color: #f5f5f5
}

.account-header h1,
.account-header h2 {
    margin: 0 0 15px
}

.account-header .gift-card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.account-header .gift-card-balance {
    margin: 0 0 15px
}

.my-account {
    margin: 25px 0
}

.address-panel .inner-address-row {
    padding: 0
}

.address-panel .address-edit-btn {
    min-width: auto;
    padding: 10px
}

.address-info #is_primary {
    margin: 0;
    width: auto
}

.address-container {
    width: 100%
}

.errors {
    margin: 25px 0
}

.skip-dialog .row {
    display: block;
    text-align: center
}

.skip-dialog h4 {
    margin: 0 0 22px
}

.panel-sub-confirm {
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-sub-confirm form div:last-child {
    display: block
}

#skip_button,
input[type=radio]+label.cj-btn {
    border: 1px solid #fd5381
}

#skip_button.skipped,
#skip_button:active,
#skip_button:focus,
#skip_button:hover,
input[type=radio]:checked+label.cj-btn {
    text-decoration: none
}

@media (max-width:767px) {
    section[class^=component] {
        padding: 40px 0
    }
    .row-sm-reverse {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
    #edit-subscription-form .pull-left,
    #edit-subscription-form .pull-right,
    .panel-cratejoy .pull-left,
    .panel-cratejoy .pull-right,
    .skip-dialog .pull-left,
    .skip-dialog .pull-right,
    .subscription_cancel .pull-left,
    .subscription_cancel .pull-right {
        float: none;
        width: 100%;
        margin: 10px 0
    }
}

@media (min-width:768px) {
    .account-header .gift-card-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .account-header .gift-card-balance {
        margin: 0
    }
}

@media (min-width:992px) {
    .account-header h1,
    .account-header h2 {
        margin: 0
    }
}

#cmp_23869826-4a31-4d12-9d48-5423cfa431bd {
    background-color: #f3f2f0
}

#cmp_23869826-4a31-4d12-9d48-5423cfa431bd h1 {
    font-size: 48px
}

#cmp_23869826-4a31-4d12-9d48-5423cfa431bd h2 {
    font-size: 32px
}

#cmp_23869826-4a31-4d12-9d48-5423cfa431bd h3 {
    font-size: 24px
}

#cmp_23869826-4a31-4d12-9d48-5423cfa431bd p {
    color: #757575;
    font-size: 14px
}

@media (min-width:768px) {
    #cmp_23869826-4a31-4d12-9d48-5423cfa431bd .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 {
    background-color: #fff
}

#cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 h1 {
    font-size: 48px
}

#cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 h2 {
    font-size: 32px
}

#cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 h3 {
    font-size: 24px
}

#cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 p {
    color: #757575;
    font-size: 14px
}

@media (min-width:768px) {
    #cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_bee6aecc-35ae-4fc4-bbb6-e1ff6c858299 .checkout_content {
    overflow: auto
}

#cmp_bee6aecc-35ae-4fc4-bbb6-e1ff6c858299 .cart_listing table,
#cmp_bee6aecc-35ae-4fc4-bbb6-e1ff6c858299 .checkout_content section {
    border-color: #f5f5f5
}

#cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 {
    background-color: #fff
}

#cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 h1 {
    font-size: 48px
}

#cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 h2 {
    font-size: 32px
}

#cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 h3 {
    font-size: 24px
}

#cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 p {
    color: #757575;
    font-size: 14px
}

@media (min-width:768px) {
    #cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content h1 {
    color: #fff;
    font-size: 48px
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content h2 {
    color: #fff;
    font-size: 32px
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content h3 {
    color: #fff;
    font-size: 24px
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content p {
    color: #fff;
    font-size: 14px
}

#cmp_ea886702-57be-4204-a8ae-07275a8e69cd h1 {
    font-size: 48px
}

#cmp_ea886702-57be-4204-a8ae-07275a8e69cd h2 {
    font-size: 32px
}

#cmp_ea886702-57be-4204-a8ae-07275a8e69cd h3 {
    font-size: 24px
}

#cmp_ea886702-57be-4204-a8ae-07275a8e69cd p {
    color: #757575;
    font-size: 18px
}

#cmp_f5550907-a48b-42a6-9bc7-d8af44a73cb1 h1 {
    font-size: 48px
}

#cmp_f5550907-a48b-42a6-9bc7-d8af44a73cb1 h2 {
    font-size: 32px
}

#cmp_f5550907-a48b-42a6-9bc7-d8af44a73cb1 h3 {
    font-size: 24px
}

#cmp_f5550907-a48b-42a6-9bc7-d8af44a73cb1 p {
    color: #757575;
    font-size: 14px
}

#cmp_001ef8e1-7874-442b-a4c7-27a16b8a4fc9 h1 {
    font-size: 48px
}

#cmp_001ef8e1-7874-442b-a4c7-27a16b8a4fc9 h2 {
    font-size: 32px
}

#cmp_001ef8e1-7874-442b-a4c7-27a16b8a4fc9 h3 {
    font-size: 24px
}

#cmp_001ef8e1-7874-442b-a4c7-27a16b8a4fc9 p {
    color: #757575;
    font-size: 14px
}

#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b h1 {
    font-size: 48px
}

#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b h2 {
    font-size: 32px
}

#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b h3 {
    font-size: 24px
}

#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b p {
    color: #757575;
    font-size: 14px
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 h3 {
    font-size: 24px
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 p {
    color: #757575;
    font-size: 14px
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de h1 {
    font-size: 48px
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de h2 {
    font-size: 32px
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de h3 {
    font-size: 24px
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de p {
    color: #757575;
    font-size: 14px
}

#cmp_76e1b27c-a06c-4ae4-96da-c477a214ecee h1 {
    font-size: 48px
}

#cmp_76e1b27c-a06c-4ae4-96da-c477a214ecee p {
    color: #757575;
    font-size: 14px
}

#cmp_957a8195-6c78-405d-97bb-c59a4e58b269 h1 {
    font-size: 48px
}

#cmp_957a8195-6c78-405d-97bb-c59a4e58b269 h2 {
    font-size: 32px
}

#cmp_957a8195-6c78-405d-97bb-c59a4e58b269 h3 {
    font-size: 24px
}

#cmp_957a8195-6c78-405d-97bb-c59a4e58b269 p {
    color: #757575;
    font-size: 14px
}

#cmp_ae8133ff-c624-4223-83b2-5c2ce82e8569 h3 {
    font-size: 24px
}

#cmp_ae8133ff-c624-4223-83b2-5c2ce82e8569 p {
    color: #757575;
    font-size: 14px
}

#cmp_e911695e-f6f4-4fdc-a3d3-8c935b319e13 h1 {
    font-size: 48px
}

#cmp_e911695e-f6f4-4fdc-a3d3-8c935b319e13 h2 {
    font-size: 32px
}

#cmp_e911695e-f6f4-4fdc-a3d3-8c935b319e13 h3 {
    font-size: 24px
}

#cmp_e911695e-f6f4-4fdc-a3d3-8c935b319e13 p {
    color: #757575;
    font-size: 14px
}

#cmp_08b97446-4543-4c4c-a3e4-d4b556874148 h2 {
    font-size: 24px
}

#cmp_08b97446-4543-4c4c-a3e4-d4b556874148 h3 {
    font-size: 32px
}

#cmp_08b97446-4543-4c4c-a3e4-d4b556874148 p {
    color: #757575;
    font-size: 14px
}

#cmp_98bfcc1d-7de8-4eac-a05f-484c8be07b0b h1 {
    font-size: 48px
}

#cmp_98bfcc1d-7de8-4eac-a05f-484c8be07b0b p {
    color: #757575;
    font-size: 14px
}

#cmp_13d4a0a1-ed3f-4efd-99b2-9e2115a592f2 h1 {
    font-size: 48px
}

#cmp_13d4a0a1-ed3f-4efd-99b2-9e2115a592f2 p {
    color: #757575;
    font-size: 14px
}

#cmp_644a61f3-cc79-405d-884a-705e4a6978c8 h3 {
    font-size: 24px
}

#cmp_644a61f3-cc79-405d-884a-705e4a6978c8 p {
    color: #757575;
    font-size: 14px
}

#cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 h1 {
    font-size: 48px
}

#cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 h2 {
    font-size: 32px
}

#cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 h3 {
    font-size: 24px
}

#cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 p {
    color: #757575;
    font-size: 14px
}

#cmp_54c1fbbf-bc77-446c-b09f-bd6754bd8391 {
    padding: 0 0 120px
}

#cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269 {
    background-color: #fff
}

#cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269 h1 {
    font-size: 48px
}

#cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269 h2 {
    font-size: 32px
}

#cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269 h3 {
    font-size: 24px
}

#cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269 p {
    color: #757575;
    font-size: 14px
}

@media (min-width:768px) {
    #cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_8c644c24-f351-460b-a4a3-45862a0fc40e {
    background-color: #fff
}

#cmp_8c644c24-f351-460b-a4a3-45862a0fc40e h1 {
    font-size: 48px
}

#cmp_8c644c24-f351-460b-a4a3-45862a0fc40e h2 {
    font-size: 32px
}

#cmp_8c644c24-f351-460b-a4a3-45862a0fc40e h3 {
    font-size: 24px
}

#cmp_8c644c24-f351-460b-a4a3-45862a0fc40e p {
    color: #757575;
    font-size: 14px
}

@media (min-width:768px) {
    #cmp_8c644c24-f351-460b-a4a3-45862a0fc40e .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_36c22426-125d-4907-a01b-870178185a09,
#cmp_f906e8b3-52a7-4a1e-ac6e-785745e09249 {
    padding: 0 0 120px
}

#cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 {
    background-color: #fff
}

#cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 h1 {
    font-size: 48px
}

#cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 h2 {
    font-size: 32px
}

#cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 h3 {
    font-size: 24px
}

#cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 p {
    color: #757575;
    font-size: 14px
}

@media (min-width:768px) {
    #cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_0512e47e-fdf5-4d3f-8072-db3702cf54e9 h1 {
    font-size: 48px
}

#cmp_0512e47e-fdf5-4d3f-8072-db3702cf54e9 h2 {
    font-size: 32px
}

#cmp_0512e47e-fdf5-4d3f-8072-db3702cf54e9 h3 {
    font-size: 24px
}

#cmp_0512e47e-fdf5-4d3f-8072-db3702cf54e9 p {
    color: #757575;
    font-size: 14px
}

#cmp_d3c676c7-a388-4559-80b4-ee365581a07b h1 {
    font-size: 48px
}

#cmp_d3c676c7-a388-4559-80b4-ee365581a07b h2 {
    font-size: 32px
}

#cmp_d3c676c7-a388-4559-80b4-ee365581a07b h3 {
    color: #000;
    font-size: 24px
}

#cmp_d3c676c7-a388-4559-80b4-ee365581a07b p {
    color: #757575;
    font-size: 14px
}

#cmp_9671e5b6-3573-4756-b6a8-8121223d05c1 h1 {
    font-size: 48px
}

#cmp_9671e5b6-3573-4756-b6a8-8121223d05c1 h2 {
    font-size: 32px
}

#cmp_9671e5b6-3573-4756-b6a8-8121223d05c1 h3 {
    font-size: 24px
}

#cmp_9671e5b6-3573-4756-b6a8-8121223d05c1 p {
    color: #757575;
    font-size: 14px
}

#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69 .footer-social a:active svg path,
#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69 .footer-social a:focus svg path,
#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69 .footer-social a:hover svg path {
    fill: #ffd03d
}

#cmp_0589015b-c46d-47f4-bd2a-8b6b936d1e6e h1 {
    font-size: 48px
}

#cmp_0589015b-c46d-47f4-bd2a-8b6b936d1e6e h2 {
    font-size: 32px
}

#cmp_0589015b-c46d-47f4-bd2a-8b6b936d1e6e h3 {
    font-size: 24px
}

#cmp_0589015b-c46d-47f4-bd2a-8b6b936d1e6e p {
    color: #757575;
    font-size: 14px
}

#cmp_3ff8edc0-fee3-40df-aaa4-8fe74c094b1b h1 {
    font-size: 48px
}

#cmp_3ff8edc0-fee3-40df-aaa4-8fe74c094b1b h2 {
    font-size: 32px
}

#cmp_3ff8edc0-fee3-40df-aaa4-8fe74c094b1b h3 {
    font-size: 24px
}

#cmp_3ff8edc0-fee3-40df-aaa4-8fe74c094b1b p {
    color: #757575;
    font-size: 14px
}

#cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 h1 {
    font-size: 48px
}

#cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 h2 {
    font-size: 32px
}

#cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 h3 {
    font-size: 24px
}

#cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 p {
    color: #757575;
    font-size: 14px
}

#cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1 h1 {
    font-size: 48px
}

#cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1 h2 {
    font-size: 32px
}

#cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1 h3 {
    font-size: 24px
}

#cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1 p {
    color: #757575;
    font-size: 14px
}

#cmp_0512e47e-fdf5-4d3f-8072-db3702cf54e9 {
    background-color: #f3f2f0
}

#cmp_0512e47e-fdf5-4d3f-8072-db3702cf54e9 .btn {
    color: #fff;
    font-size: 14px
}

#cmp_0512e47e-fdf5-4d3f-8072-db3702cf54e9 .btn:hover {
    color: #fff
}

#cmp_0512e47e-fdf5-4d3f-8072-db3702cf54e9 .component-rich-text-with-button__button-row,
#cmp_0512e47e-fdf5-4d3f-8072-db3702cf54e9 .component-rich-text-with-button__content-row {
    padding: 10px 0
}

@media (min-width:768px) {
    #cmp_0512e47e-fdf5-4d3f-8072-db3702cf54e9 .component-rich-text-with-button__button-row,
    #cmp_0512e47e-fdf5-4d3f-8072-db3702cf54e9 .component-rich-text-with-button__content-row {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_d3c676c7-a388-4559-80b4-ee365581a07b {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_d3c676c7-a388-4559-80b4-ee365581a07b .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_d3c676c7-a388-4559-80b4-ee365581a07b h2 {
    margin: 0 0 40px
}

#cmp_d3c676c7-a388-4559-80b4-ee365581a07b p {
    border-bottom: 1px solid #eee;
    padding: 0 0 25px
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 {
    border-bottom: 4px solid #f3f2f0;
    padding: 0
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar {
    background-color: #fff;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-brand {
    color: #000;
    font-size: 24px;
    margin: 0;
    max-width: 100%;
    padding: 15px;
    text-align: center;
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-brand img {
    max-width: 100%
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar .navbar-toggler {
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: .071em;
    padding: 15px;
    text-transform: uppercase
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar .navbar-toggler:active,
#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar .navbar-toggler:focus,
#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar .navbar-toggler:hover {
    color: #fff
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav li {
    padding-top: 10px;
    padding-bottom: 10px
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav .nav-link {
    font-size: 14px;
    letter-spacing: .071em;
    padding: 15px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:767px) {
    #cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 {
        border-width: 0
    }
}

@media (min-width:768px) {
    #cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar {
        padding: 15px;
        padding-bottom: 0;
        -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
    }
    #cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-brand {
        padding: 0;
        padding-bottom: 15px
    }
    #cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-toggleable-sm {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
    #cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav {
        background-color: #fff;
        padding: 0;
        padding-bottom: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    #cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav li {
        padding: 0
    }
    #cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav .nav-link {
        color: #757575
    }
}

#cmp_9671e5b6-3573-4756-b6a8-8121223d05c1 {
    background-color: #fff
}

#cmp_9671e5b6-3573-4756-b6a8-8121223d05c1 .btn {
    color: #fff;
    font-size: 14px
}

#cmp_9671e5b6-3573-4756-b6a8-8121223d05c1 .btn:hover {
    color: #fff
}

#cmp_9671e5b6-3573-4756-b6a8-8121223d05c1 .component-rich-text-with-button__button-row,
#cmp_9671e5b6-3573-4756-b6a8-8121223d05c1 .component-rich-text-with-button__content-row {
    padding: 10px 0
}

@media (min-width:768px) {
    #cmp_9671e5b6-3573-4756-b6a8-8121223d05c1 .component-rich-text-with-button__button-row,
    #cmp_9671e5b6-3573-4756-b6a8-8121223d05c1 .component-rich-text-with-button__content-row {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_9671e5b6-3573-4756-b6a8-8121223d05c1 {
    padding-top: 0
}

#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69.footer {
    color: #fff;
    padding: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69.footer p {
    color: #fff
}

#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69 .footer-subscribe {
    padding: 15px 0
}

#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69 .footer-subscribe .btn {
    border: 1px solid #fff
}

#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69 .footer-social {
    padding: 15px 0
}

#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69 .footer-social a {
    display: inline-block;
    padding: 0 5px
}

#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69 .footer-social svg path {
    fill: #fff
}

#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69 .footer-contact {
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69 .footer-contact p {
    margin: 0 0 .5em
}

@media (min-width:768px) {
    #cmp_aa36610c-b39f-452b-966e-9b1ad2506f69.footer {
        padding: 40px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#cmp_0589015b-c46d-47f4-bd2a-8b6b936d1e6e {
    background-color: #f3f2f0
}

#cmp_0589015b-c46d-47f4-bd2a-8b6b936d1e6e .content-row {
    margin: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

#cmp_0589015b-c46d-47f4-bd2a-8b6b936d1e6e .content {
    background-color: #f3f2f0;
    border: 5px solid #fff;
    margin: 15px 0;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#cmp_0589015b-c46d-47f4-bd2a-8b6b936d1e6e .square-image {
    background-repeat: no-repeat!important;
    background-size: contain!important;
    height: 200px;
    margin: 0 0 15px;
    width: 200px
}

@media (min-width:768px) {
    #cmp_0589015b-c46d-47f4-bd2a-8b6b936d1e6e .content {
        margin: 15px
    }
}

#cmp_3ff8edc0-fee3-40df-aaa4-8fe74c094b1b {
    background-color: #fff;
    padding: 0
}

#cmp_3ff8edc0-fee3-40df-aaa4-8fe74c094b1b .content {
    margin: 0 auto;
    padding: 25px
}

#cmp_3ff8edc0-fee3-40df-aaa4-8fe74c094b1b .content .cta {
    border: 5px solid #fd5381;
    padding: 45px
}

#cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_8ba2b705-7c4f-4cf7-a790-92b3eda2c969 {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_8ba2b705-7c4f-4cf7-a790-92b3eda2c969 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1 {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b {
    background-position: 100% 0!important;
    background-repeat: no-repeat!important;
    margin: 0;
    min-height: calc(100vh - 100px);
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .container-fluid {
    width: 100%
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-row {
    margin: 0
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content {
    text-align: center
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn {
    margin: 5px 0;
    padding: 1em;
    white-space: normal;
    width: 90%
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn-primary {
    font-size: 14px
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn-primary:active,
#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn-primary:focus,
#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn-primary:hover {
    color: #fff
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn-secondary {
    color: #fff;
    font-size: 14px
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn-secondary:active,
#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn-secondary:focus,
#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn-secondary:hover {
    color: #fff
}

@media (min-width:768px) {
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b {
        min-height: 40vw
    }
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content {
        margin: 15px;
        text-align: left
    }
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .button-container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn {
        margin: 0 15px 0 0;
        width: 45%
    }
}

@media (min-width:1200px) {
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b {
        min-height: 533px
    }
}

#cmp_ea886702-57be-4204-a8ae-07275a8e69cd {
    background-color: #fff
}

#cmp_ea886702-57be-4204-a8ae-07275a8e69cd .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#cmp_ea886702-57be-4204-a8ae-07275a8e69cd .content {
    margin: 25px auto;
    max-height: 250px;
    max-width: 250px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:768px) {
    #cmp_ea886702-57be-4204-a8ae-07275a8e69cd .content-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#cmp_f5550907-a48b-42a6-9bc7-d8af44a73cb1 {
    background-color: #f3f2f0
}

#cmp_f5550907-a48b-42a6-9bc7-d8af44a73cb1 .content-row {
    margin: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

#cmp_f5550907-a48b-42a6-9bc7-d8af44a73cb1 .content {
    background-color: #f3f2f0;
    border: 5px solid #fff;
    margin: 15px 0;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#cmp_f5550907-a48b-42a6-9bc7-d8af44a73cb1 .square-image {
    background-repeat: no-repeat!important;
    background-size: contain!important;
    height: 200px;
    margin: 0 0 15px;
    width: 200px
}

@media (min-width:768px) {
    #cmp_f5550907-a48b-42a6-9bc7-d8af44a73cb1 .content {
        margin: 15px
    }
}

#cmp_5c2e6105-609b-4cf2-af1b-c38fccecffdd {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_5c2e6105-609b-4cf2-af1b-c38fccecffdd .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_f4f19d5f-9b70-4656-b50f-a3da5c8ff3b2 {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_f4f19d5f-9b70-4656-b50f-a3da5c8ff3b2 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_9822d620-d511-4e0d-a776-b2119ca3d4af {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_9822d620-d511-4e0d-a776-b2119ca3d4af .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_001ef8e1-7874-442b-a4c7-27a16b8a4fc9 {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_001ef8e1-7874-442b-a4c7-27a16b8a4fc9 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_001ef8e1-7874-442b-a4c7-27a16b8a4fc9 {
    padding-bottom: 20px
}

#cmp_21177b9b-3e87-4210-9cb3-beb1cd8ce3ed {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0 40px
}

#cmp_21177b9b-3e87-4210-9cb3-beb1cd8ce3ed ul.nav-pills {
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 3px
}

.shop-listing-item {
    color: #757575
}

.shop-listing-item:focus,
.shop-listing-item:hover {
    text-decoration: none
}

.shop-listing-item__image {
    background-position: 50%;
    background-size: cover
}

.shop-listing-item__name {
    margin: 10px 0
}

.shop-listing-item__price {
    margin: 10px 0 30px
}

.product_paging {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.next_page a,
.prev_page a,
.product_page a {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    display: block;
    margin: 0 2px;
    padding: 12px 15px
}

.next_page a:focus,
.next_page a:hover,
.prev_page a:focus,
.prev_page a:hover,
.product_page.active a,
.product_page a:focus,
.product_page a:hover {
    background-color: #f9f9f9;
    text-decoration: none
}

.product_page.active a {
    color: #000
}

#cmp_f33112fd-0ef2-4999-a0ac-a6e0e566ae3a {
    padding: 20px 0
}

#cmp_f33112fd-0ef2-4999-a0ac-a6e0e566ae3a ul.nav-pills {
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 3px
}

#cmp_07a70e73-9e2e-49b8-bf2b-ef1aa4ff4f1d.shop-product-header {
    padding: 60px 0 20px
}

#cmp_f3fa7bac-9675-4453-a4f2-340f390cf7c8 .shop-product select {
    width: auto
}

#cmp_f3fa7bac-9675-4453-a4f2-340f390cf7c8 .shop-product__add-to-cart,
#cmp_f3fa7bac-9675-4453-a4f2-340f390cf7c8 .shop-product__name,
#cmp_f3fa7bac-9675-4453-a4f2-340f390cf7c8 .shop-product__price {
    margin-bottom: 20px
}

#cmp_f3fa7bac-9675-4453-a4f2-340f390cf7c8 .shop-product__review-share-desktop {
    border-top: 1px solid #e1e1e1;
    margin-bottom: 40px
}

#cmp_f3fa7bac-9675-4453-a4f2-340f390cf7c8 .shop-product__review-share-desktop .rating,
#cmp_f3fa7bac-9675-4453-a4f2-340f390cf7c8 .shop-product__review-share-desktop .sharing {
    padding-top: 10px
}

#cmp_f3fa7bac-9675-4453-a4f2-340f390cf7c8 .shop-product__review-share-desktop h3,
#cmp_f3fa7bac-9675-4453-a4f2-340f390cf7c8 .shop-product__review-share-mobile h3 {
    margin: 10px 0
}

#cmp_f3fa7bac-9675-4453-a4f2-340f390cf7c8 {
    padding-top: 0
}

#cmp_851090e4-cadb-4a74-b642-cdb40fa3d749 img {
    max-width: 100%
}

#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b {
    background-color: #fff
}

#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b .btn {
    color: #fff;
    font-size: 14px
}

#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b .btn:hover {
    color: #fff
}

#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b .component-rich-text-with-button__button-row,
#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b .component-rich-text-with-button__content-row {
    padding: 10px 0
}

@media (min-width:768px) {
    #cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b .component-rich-text-with-button__button-row,
    #cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b .component-rich-text-with-button__content-row {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b {
    padding-top: 0
}

#cmp_5717449d-92f2-438f-b923-e5fec748ef3b {
    background-color: #fff;
    padding-bottom: 0
}

#cmp_5717449d-92f2-438f-b923-e5fec748ef3b .progress-bar-container {
    position: relative
}

#cmp_5717449d-92f2-438f-b923-e5fec748ef3b .progress-bar-filler {
    background: #f3f2f0;
    width: 90%;
    height: 2px;
    margin: 0 5%;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    z-index: 3
}

#cmp_5717449d-92f2-438f-b923-e5fec748ef3b .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#cmp_5717449d-92f2-438f-b923-e5fec748ef3b .progress-bar .step {
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#cmp_5717449d-92f2-438f-b923-e5fec748ef3b .progress-bar .step .point {
    background-color: #fff;
    border: 4px solid #f3f2f0;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    z-index: 4
}

@media (min-width:768px) and (max-width:991px) {
    #cmp_5717449d-92f2-438f-b923-e5fec748ef3b .progress-bar:before {
        margin: 0 7%;
        width: 86%
    }
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 {
    background-color: #f3f2f0
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .sf-item,
#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_76e1b27c-a06c-4ae4-96da-c477a214ecee,
#cmp_957a8195-6c78-405d-97bb-c59a4e58b269 {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_957a8195-6c78-405d-97bb-c59a4e58b269 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_957a8195-6c78-405d-97bb-c59a4e58b269 {
    padding-bottom: 0
}

#cmp_978a20ef-9d99-45f3-8baa-8bfa56fe629d {
    background-color: #fff;
    padding-bottom: 0
}

#cmp_978a20ef-9d99-45f3-8baa-8bfa56fe629d .progress-bar-container {
    position: relative
}

#cmp_978a20ef-9d99-45f3-8baa-8bfa56fe629d .progress-bar-filler {
    background: #f3f2f0;
    width: 90%;
    height: 2px;
    margin: 0 5%;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    z-index: 3
}

#cmp_978a20ef-9d99-45f3-8baa-8bfa56fe629d .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#cmp_978a20ef-9d99-45f3-8baa-8bfa56fe629d .progress-bar .step {
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#cmp_978a20ef-9d99-45f3-8baa-8bfa56fe629d .progress-bar .step .point {
    background-color: #fff;
    border: 4px solid #f3f2f0;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    z-index: 4
}

@media (min-width:768px) and (max-width:991px) {
    #cmp_978a20ef-9d99-45f3-8baa-8bfa56fe629d .progress-bar:before {
        margin: 0 7%;
        width: 86%
    }
}

#cmp_ae8133ff-c624-4223-83b2-5c2ce82e8569 {
    background-color: #f3f2f0
}

#cmp_e911695e-f6f4-4fdc-a3d3-8c935b319e13 {
    background-color: #fff
}

#cmp_e911695e-f6f4-4fdc-a3d3-8c935b319e13 .content-row {
    margin: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

#cmp_e911695e-f6f4-4fdc-a3d3-8c935b319e13 .content {
    background-color: #fff;
    border: 5px solid #fff;
    margin: 15px 0;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#cmp_e911695e-f6f4-4fdc-a3d3-8c935b319e13 .square-image {
    background-repeat: no-repeat!important;
    background-size: contain!important;
    height: 200px;
    margin: 0 0 15px;
    width: 200px
}

@media (min-width:768px) {
    #cmp_e911695e-f6f4-4fdc-a3d3-8c935b319e13 .content {
        margin: 15px
    }
}

#cmp_e911695e-f6f4-4fdc-a3d3-8c935b319e13 {
    padding-top: 0
}

#cmp_08b97446-4543-4c4c-a3e4-d4b556874148 {
    background-color: #f3f2f0
}

#cmp_08b97446-4543-4c4c-a3e4-d4b556874148 .sf-item {
    background-color: #fff
}

#cmp_46128267-80af-4c5c-b46a-2d8a31f6c754 {
    background-color: #fff;
    padding-bottom: 0
}

#cmp_46128267-80af-4c5c-b46a-2d8a31f6c754 .progress-bar-container {
    position: relative
}

#cmp_46128267-80af-4c5c-b46a-2d8a31f6c754 .progress-bar-filler {
    background: #f3f2f0;
    width: 90%;
    height: 2px;
    margin: 0 5%;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    z-index: 3
}

#cmp_46128267-80af-4c5c-b46a-2d8a31f6c754 .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#cmp_46128267-80af-4c5c-b46a-2d8a31f6c754 .progress-bar .step {
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#cmp_46128267-80af-4c5c-b46a-2d8a31f6c754 .progress-bar .step .point {
    background-color: #fff;
    border: 4px solid #f3f2f0;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    z-index: 4
}

@media (min-width:768px) and (max-width:991px) {
    #cmp_46128267-80af-4c5c-b46a-2d8a31f6c754 .progress-bar:before {
        margin: 0 7%;
        width: 86%
    }
}

#cmp_13d4a0a1-ed3f-4efd-99b2-9e2115a592f2,
#cmp_98bfcc1d-7de8-4eac-a05f-484c8be07b0b {
    background-color: #fff
}

#cmp_644a61f3-cc79-405d-884a-705e4a6978c8 {
    background-color: #f3f2f0
}

#cmp_644a61f3-cc79-405d-884a-705e4a6978c8 .sf-item {
    background-color: #fff
}

#cmp_a4636a01-e660-45e8-9478-4d6e0c8a70bd {
    background-color: #fff;
    padding-bottom: 0
}

#cmp_a4636a01-e660-45e8-9478-4d6e0c8a70bd .progress-bar-container {
    position: relative
}

#cmp_a4636a01-e660-45e8-9478-4d6e0c8a70bd .progress-bar-filler {
    background: #f3f2f0;
    width: 90%;
    height: 2px;
    margin: 0 5%;
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    z-index: 3
}

#cmp_a4636a01-e660-45e8-9478-4d6e0c8a70bd .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#cmp_a4636a01-e660-45e8-9478-4d6e0c8a70bd .progress-bar .step {
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#cmp_a4636a01-e660-45e8-9478-4d6e0c8a70bd .progress-bar .step .point {
    background-color: #fff;
    border: 4px solid #f3f2f0;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    z-index: 4
}

@media (min-width:768px) and (max-width:991px) {
    #cmp_a4636a01-e660-45e8-9478-4d6e0c8a70bd .progress-bar:before {
        margin: 0 7%;
        width: 86%
    }
}

#cmp_2ef01e16-18eb-4f70-8fe1-e4f1eb1522d0 {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_2ef01e16-18eb-4f70-8fe1-e4f1eb1522d0 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_35ee089e-e3d8-4f5b-8d28-4a656a27cb71 {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_35ee089e-e3d8-4f5b-8d28-4a656a27cb71 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_a652c9b4-9ec5-4e3e-93bf-56d053d2ddee {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_a652c9b4-9ec5-4e3e-93bf-56d053d2ddee .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 .content {
        margin: 0 auto;
        width: 80%
    }
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 {
    padding: 15px 15px 100px
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .cart-thead {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .cart-thead h3 {
    text-transform: uppercase
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .cart-item {
    border: 1px solid #e1e1e1;
    padding: 25px 0;
    position: relative
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .product-main {
    margin: 0 0 15px
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .product-label p {
    margin: 0
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .product-label .info {
    text-align: right;
    text-transform: uppercase
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .product-label .meta {
    color: #757575;
    font-size: 14px
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .product-rem-btn {
    position: absolute;
    right: 1%;
    top: 1%
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 figure {
    margin: 0 0 15px
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .cart-subtotal {
    margin: 50px 0 0
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .cart-subtotal h2 {
    margin: 0 0 15px
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .cart-subtotal h3 {
    margin: 0 0 25px;
    text-transform: uppercase
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .cart-subtotal p {
    margin: 0 0 25px
}

@media (min-width:768px) {
    #cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .cart-item {
        border-width: 0 0 1px
    }
    #cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .product-rem-btn {
        top: 40%
    }
    #cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 figure {
        margin: 0
    }
}

#cmp_6f06b531-999d-412a-b02a-9b09a565450f {
    background-color: #fff
}

@media (min-width:768px) {
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f .content {
        margin: 0 auto;
        width: 80%
    }
}

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

.container-fluid {
    max-width: 1240px
}

.count-down {
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 10px;
    background-color: #7bd6cf;
    color: #fff;
    border-bottom: 2px solid #fff
}

.purchase-note a {
    color: #cfadd8
}

.purchase-note a:hover {
    color: #c07699
}

h5.wf {
    text-align: center;
    margin: 20px 0
}

iframe {
    position: relative;
}

.alert {
    margin: 0 auto 40px
}

.hero-content #mc_embed_signup {
    background-color: transparent
}

.hero-content #mc_embed_signup form {
    padding: 30px 0 0
}

.hero-content #mc_embed_signup .mc-field-group {
    color: #333;
    font-family: 'Helvetica', "Ariel", sans-serif;
    width: 50%
}

.hero-content #mc_embed_signup .indicates-required {
    display: none
}

.hero-content #mc_embed_signup div#mce-responses {
    margin: 0
}

.hero-content #mc_embed_signup div.response {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica', "Ariel", sans-serif;
}

body,
html {
    font-family: 'Helvetica', "Ariel", sans-serif;
}

.mobile-close-nav,
.mobile-hp-box-image,
.mobile-menu {
    display: none
}

.wow {
    visibility: hidden
}

section {
    overflow: hidden
}

#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b .btn,
.checkout_content #checkout_button,
.the-ring-boxes .btn-primary {
    background-color: transparent;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/button-bg-rose-gold.png?v=175039975784225109301666891109');
    color: #fff;
    font-family: "BadInk",sans-serif;
    font-size: 55px;
    letter-spacing: 0;
    padding: 0;
    height: 74px;
    border: 2px solid #fff;
    line-height: 1.3;
    margin-top: 60px;
    width: 340px;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.checkout_content #checkout_button:hover,
.the-ring-boxes .btn-primary:hover {
    -webkit-box-shadow: inset 0 0 500px 500px hsla(0, 0%, 100%, .2);
    box-shadow: inset 0 0 500px 500px hsla(0, 0%, 100%, .2)
}

p {
    color: #606161;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300
}

.layout-vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top-nav {
    background-color: #cfadd8;
    height: 40px;
    width: 100%;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-size: 16px
}

.top-nav,
.top-nav a {
    color: #fff;
    font-weight: 300
}

.top-nav a {
    display: block;
    margin: 0 6px 0 0;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.top-nav a:last-child i {
    display: none
}

.top-nav a:hover {
    text-decoration: underline
}

.top-nav-container,
.top-nav .container-fluid,
.top-nav .container-fluid .row {
    height: 100%
}

.top-nav .top-nav-navigation.layout-vertical-center {
    height: 100%;
    float: right;
    margin-right: 0;
    width: 100%;
    position: relative
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 {
    border-bottom: 0
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar {
    padding: 0;
    background-color: transparent;
    right: 0;
    position: absolute
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav {
    background-color: transparent;
    padding: 0;
    padding-bottom: 0;
    display: inline-block;
    width: auto;
    position: relative;
    float: right
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav li {
    display: inline-block
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav .nav-link {
    padding: 0;
    color: #fff;
    display: block;
    margin: 0 0 0 10px;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-family: 'FuturaPT', "Helvetica", "Ariel", sans-serif;
    text-transform: none;
    font-size: 16px
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav .nav-link:focus,
#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav .nav-link:hover {
    color: #fff;
    text-decoration: underline
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav .dropdown-menu li a {
    color: #3c3b3b
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav .dropdown-menu li a:hover {
    color: #cfadd8
}

#cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav .dropdown-menu li a:after {
    display: none
}

.main-header {
    border-bottom: none;
    position: relative;
    -webkit-box-shadow: 0 4px 17px -3px rgba(84, 84, 84, .4);
    box-shadow: 0 4px 17px -3px rgba(84, 84, 84, .4);
    height: 122px;
    background-color: #fff
}

.main-header-inner {
    border-top: 1px solid #e5e3e1;
    border-bottom: 1px solid #e5e3e1;
    height: calc(100% - 16px);
    position: relative;
    display: block;
    top: 8px
}

.main-header-inner .container-fluid,
.main-header-inner .container-fluid .row,
.main-header-inner .main-header-navigation {
    height: 100%
}

.main-header-inner .logo-container a {
    display: inline-block;
    width: auto;
    position: absolute;
    top: -35px;
    left: -50px
}

.main-header-inner .logo-container a img {
    height: 175px;
    width: auto;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.main-header-inner .logo-container a img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.main-header-inner .main-header-navigation ul {
    float: right;
    margin: 0;
    height: 100%
}

.main-header-inner .main-header-navigation ul li {
    display: inline-block;
    margin: 0 0 0 25px
}

.main-header-inner .main-header-navigation ul li.navigation-home {
    display: none
}

.main-header-inner .main-header-navigation ul a {
    color: #3c3b3b;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'FuturaPT', "Helvetica", "Ariel", sans-serif;
    font-weight: 300;
    letter-spacing: -.5px;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.main-header-inner .main-header-navigation ul a:hover {
    color: #d05c92;
    text-decoration: none;
    border-bottom: 1px solid #d05c92
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b {
    height: 640px;
    background-position: right -80px center!important;
    background-size: auto 95%!important;
    position: relative
}

.hero-box-image {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/the-ring-boxes-product-compressed-3.png?v=21737152547634931281666891252');
    background-size: auto 100%;
    background-position: 100%;
    position: absolute;
    top: 0
}

.hero-background,
.hero-box-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat
}

.hero-background {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/gold-bokeh-trb-compressed.jpg?v=106987403673468330681666891133');
    background-color: #dabc88;
    background-size: cover
}

.hero-box-image .container-fluid,
.hero-box-image .row {
    height: 100%
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content {
    margin: 0
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content h1 {
    color: #3c3b3b;
    font-size: 80px;
    margin-top: 20px;
    font-family: "BadInk",sans-serif;
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content p {
    color: #606161;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
    margin: 0
}

#cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn-primary {
    background-color: transparent;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/button-bg-rose-gold.png?v=175039975784225109301666891109');
    color: #fff;
    font-family: "BadInk",sans-serif;
    font-size: 55px;
    letter-spacing: 0;
    padding: 0;
    height: 74px;
    border: 2px solid #fff;
    line-height: 1.4;
    margin-top: 60px
}

.how-it-works-section-container {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/ombre-pink-bg-compressed.png?v=146085913445275921911666891180');
    background-repeat: no-repeat;
    background-size: cover
}

#cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1 {
    background-color: transparent
}

#cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1.how-it-works-text h2 {
    color: #3c3b3b;
    font-size: 80px;
    margin-top: 20px;
    font-family: "BadInk",sans-serif;
}

#cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1.how-it-works-text p {
    color: #606161;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
    margin: 0
}

.how-it-works-steps {
    padding: 100px 0
}

.step-container {
    overflow: hidden
}

.how-it-works-steps .subscribe-image {
    height: 300px;
    width: 300px;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/the-ring-boxes-subscribe.jpg?v=160653063181162755641666891254');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 9px solid #fff;
    position: relative;
    margin: 0 auto;
    top: 2px
}

.how-it-works-steps .subscribe-image:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #7f7872;
    border-radius: 50%;
    height: 302px;
    width: 302px
}

.how-it-works-steps .handpicked-image {
    height: 300px;
    width: 300px;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/the-ring-boxes-handpicked.jpg?v=163759104330985796831666891245');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 9px solid #fff;
    position: relative;
    margin: 0 auto;
    top: 2px
}

.how-it-works-steps .handpicked-image:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #7f7872;
    border-radius: 50%;
    height: 302px;
    width: 302px
}

.how-it-works-steps .unbox-image {
    height: 300px;
    width: 300px;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/the-ring-boxes-unbox.jpg?v=115963371900670113961666891255');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    border: 9px solid #fff;
    position: relative;
    margin: 0 auto;
    top: 2px
}

.how-it-works-steps .unbox-image:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #7f7872;
    border-radius: 50%;
    height: 302px;
    width: 302px
}

.how-it-works-steps h3 {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    white-space: nowrap
}

.how-it-works-steps p {
    font-size: 22px
}

.hp-join-now {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/gold-bokeh-trb-compressed.jpg?v=106987403673468330681666891133');
    background-size: cover;
    background-repeat: no-repeat
}

.hp-join-now .image-container {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/trb-contest-winner-compressed.png?v=174854619954819338811666891264');
    background-position: 0;
    background-repeat: no-repeat;
    min-height: 613px;
    height: 613px
}

.hp-join-now .container-fluid,
.hp-join-now .row {
    height: 100%
}

.hp-join-now h4 {
    font-size: 77px;
    color: #fff
}

.hp-quotes {
    height: 550px;
    padding: 50px 0;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/quotebg.png?v=139612087706526193521666891217');
    background-repeat: no-repeat;
    background-position: 50%
}

.hp-quotes .container-fluid,
.hp-quotes .row {
    height: 100%
}

.hp-quotes .quote-container h5 {
    font-size: 80px;
    white-space: nowrap
}

.hp-quotes .quote-container .quotes p {
    font-size: 22px;
    font-weight: 300
}

.hp-quotes .quote-container .quotes .author {
    font-weight: 300;
    font-size: 20px;
    font-style: italic;
    margin-top: 60px
}

.hp-quotes .quote-container .quotes .author .name {
    font-weight: 400
}

.line-divide .container-fluid {
    height: 8px;
    border-top: 1px solid #e5e3e1;
    border-bottom: 1px solid #e5e3e1
}

.hp-social {
    padding: 100px 0 40px
}

.hp-social h6 {
    font-size: 80px
}

.hp-social .carousel-container {
    width: 100%;
    margin: 0 auto
}

.hp-social .owl-nav {
    display: none
}

#past-box-container,
.hp-social #instafeed {
    margin-top: 40px;
    margin-bottom: 40px
}

.hp-social #instafeed a {
    display: inline-block
}

.hp-social .btn-primary {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/button-bg-2.png?v=165188772079109120911666891107');
    margin-bottom: 20px
}

.hp-social p {
    font-size: 18px
}

section.badges {
    padding: 40px 0 100px;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/ombre-pink-bg-compressed.png?v=146085913445275921911666891180');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

.badges h6 {
    margin: 0 0 20px;
    font-size: 80px
}

.badges img.as-seen-on {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.badges img.as-seen-on:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.above-footer-navigation {
    background-color: #f3f3f3;
    padding: 70px 0
}

.above-footer-navigation li.navigation-home {
    display: none
}

.above-footer-navigation ul {
    display: block;
    width: auto;
    margin: 0 auto
}

.above-footer-navigation ul li {
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 0 20px
}

.above-footer-navigation ul li a {
    font-size: 22px;
    text-transform: uppercase;
    color: #c4c4c4;
    font-family: 'FuturaPT', "Helvetica", "Ariel", sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap
}

#cmp_aa36610c-b39f-452b-966e-9b1ad2506f69.footer {
    background-color: #f9f9f9;
    color: #a8a8a8;
    font-family: 'FuturaPT', "Helvetica", "Ariel", sans-serif;
    font-weight: 300;
    padding: 100px 0
}

.footer-col {
    padding: 10px 20px;
    border-right: 1px solid #d9d9d9;
    height: 300px
}

.footer-heading {
    font-size: 20px;
    text-transform: uppercase
}

.footer .the-ring-boxes-footer-logo {
    width: 160px;
    height: 205px;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/the-belly-box-pregnancy-subscription-logo.png?v=5152094005173585631666891245');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0
}

.footer .copyright {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin: 20px 0
}

.footer .social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    background-position: 50%
}

.footer .social a.social-ig {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/ig-social.png?v=125123264536740985751666891149');
    background-repeat: no-repeat;
    background-size: 100%
}

.footer .social a.social-fb {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/fb-social.png?v=50145098950856963151666891125');
    background-repeat: no-repeat;
    background-size: 100%
}

.footer .social a.social-tw {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/tw-social.png?v=69049152877263854941666891266');
    background-repeat: no-repeat;
    background-size: 100%
}

.footer .social a.social-pn {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/tw-pinterest.png?v=115231554594523504841666891265');
    background-repeat: no-repeat;
    background-size: 100%
}

.footer ul.footer-links {
    margin-top: 30px
}

.footer ul.footer-links li a {
    color: #a8a8a8;
    font-size: 16px;
    text-transform: uppercase;
    padding: 4px 0;
    display: block
}

#cmp_5717449d-92f2-438f-b923-e5fec748ef3b,
#cmp_46128267-80af-4c5c-b46a-2d8a31f6c754,
#cmp_a4636a01-e660-45e8-9478-4d6e0c8a70bd {
    padding-top: 100px;
    font-family: 'Helvetica', "Ariel", sans-serif;
}

#cmp_13d4a0a1-ed3f-4efd-99b2-9e2115a592f2 .progress-bar .step.active .point,
#cmp_5717449d-92f2-438f-b923-e5fec748ef3b .progress-bar .step.active .point,
#cmp_46128267-80af-4c5c-b46a-2d8a31f6c754 .progress-bar .step.active .point,
#cmp_a4636a01-e660-45e8-9478-4d6e0c8a70bd .progress-bar .step.active .point {
    background-color: #cfadd8
}

#cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 h1,
#cmp_6f06b531-999d-412a-b02a-9b09a565450f h1,
#cmp_6f06b531-999d-412a-b02a-9b09a565450f h3,
#cmp_6f06b531-999d-412a-b02a-9b09a565450f h4,
#cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 h1,
#cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 h2,
#cmp_8c644c24-f351-460b-a4a3-45862a0fc40e h1,
#cmp_13d4a0a1-ed3f-4efd-99b2-9e2115a592f2 h1,
#cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 h1,
#cmp_75e9d42e-d764-4676-a85e-538c82906088 h1,
#cmp_75e9d42e-d764-4676-a85e-538c82906088 h3,
#cmp_75e9d42e-d764-4676-a85e-538c82906088 h4,
#cmp_76e1b27c-a06c-4ae4-96da-c477a214ecee h1,
#cmp_98bfcc1d-7de8-4eac-a05f-484c8be07b0b h1,
#cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 h2,
#cmp_a652c9b4-9ec5-4e3e-93bf-56d053d2ddee h1,
#cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805 h1,
#cmp_d3c676c7-a388-4559-80b4-ee365581a07b h2,
#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b h1,
#cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269 h1,
#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de h1,
#cmp_f4f19d5f-9b70-4656-b50f-a3da5c8ff3b2 h1,
#cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 h1,
h5.wf {
    color: #3c3b3b;
    font-family: "BadInk",sans-serif;
    font-size: 80px;
    margin-top: 20px
}

#cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 p,
#cmp_6f06b531-999d-412a-b02a-9b09a565450f p,
#cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 p,
#cmp_8c644c24-f351-460b-a4a3-45862a0fc40e p,
#cmp_13d4a0a1-ed3f-4efd-99b2-9e2115a592f2 p,
#cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 p,
#cmp_75e9d42e-d764-4676-a85e-538c82906088 p,
#cmp_76e1b27c-a06c-4ae4-96da-c477a214ecee p,
#cmp_98bfcc1d-7de8-4eac-a05f-484c8be07b0b p,
#cmp_23869826-4a31-4d12-9d48-5423cfa431bd p,
#cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 p,
#cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805 p,
#cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b p,
#cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269 p,
#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de p,
#cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 p {
    color: #606161;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    font-size: 28px
}

#cmp_08b97446-4543-4c4c-a3e4-d4b556874148,
#cmp_644a61f3-cc79-405d-884a-705e4a6978c8,
#cmp_23869826-4a31-4d12-9d48-5423cfa431bd,
#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 {
    background-color: #f9f9f9;
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027.wf {
    padding: 20px 0
}

#cmp_6f06b531-999d-412a-b02a-9b09a565450f .content {
    margin: 0 auto;
    width: 100%
}

.wedding-forward-section {
    padding: 80px 0;
    text-align: center
}

.wedding-forward-section img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 90%
}

.trb-subscription-productions .btn-primary {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/button-bg-2.png?v=165188772079109120911666891107');
    width: 220px;
    float: none;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.trb-subscription-productions .btn-primary:hover {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/button-bg-rose-gold.png?v=175039975784225109301666891109');
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.trb-subscription-productions .product-box {
    padding: 0;
    position: relative;
    margin: 20px 0;
    text-align: center
}

.trb-subscription-productions .product-box .expire-note {
    margin: 10px 0
}

.trb-subscription-productions .product-box .expire-note p {
    font-size: 14px
}

.more-plans .product-box:first-of-type:before {
    content: "Best Value!";
    padding: 30px 10px 0
}

.more-plans .product-box:first-of-type:before,
.more-plans .product-box:nth-of-type(3):before {
    font-family: "BadInk",sans-serif;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    font-size: 30px;
    display: block;
    position: absolute;
    height: 120px;
    width: 120px;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/gold-bokeh-trb-compressed.jpg?v=106987403673468330681666891133');
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    right: -10px;
    top: 75px;
    z-index: 2;
    text-align: center;
    background-size: auto 100%;
    color: #fff;
    line-height: 1;
    -webkit-box-shadow: 0 4px 10px 0 rgba(84, 84, 84, .4);
    box-shadow: 0 4px 10px 0 rgba(84, 84, 84, .4)
}

.more-plans .product-box:nth-of-type(3):before {
    content: "perfect engagement gift!";
    padding: 20px 10px 0
}

.trb-subscription-productions .product-box .inner {
    border: 2px solid #fff;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/ombre-pink-bg-compressed.png?v=146085913445275921911666891180');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: hsla(0, 0%, 100%, .9);
    margin: 0 5px;
    padding: 10px
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 h3 {
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    text-align: center;
    color: #333
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .trb-subscription-productions .product-box .inner p {
    color: #333;
    font-size: 16px;
    text-align: center;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .product-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px auto
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .production-pricing-options span {
    display: block;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    font-size: 26px;
    text-align: center;
    margin: 10px 0;
    color: #333
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .production-pricing-options .sep {
    overflow: hidden
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .production-pricing-options .sep span {
    font-size: 12px;
    display: inline-block;
    margin: 0;
    color: #757575
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .production-pricing-options .sep span.or {
    width: 10%;
    text-transform: uppercase
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .production-pricing-options .sep span.line {
    width: 90%;
    border-bottom: 1px solid #757575;
    float: right;
    margin-top: 10px
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .production-pricing-options {
    min-height: 95px;
    margin-bottom: 30px
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .production-pricing-options .prepaid-price {
    display: none
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .production-pricing-options .prepaid-price.show {
    display: block;
    margin: 10px auto
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .production-pricing-options span.abso-price {
    display: inline-block
}

.component-variant-step-content a.size-variant-button {
    display: block;
    height: 255px;
    width: 255px;
    font-family: "BadInk",sans-serif;
    line-height: 255px;
    text-align: center;
    color: #fff;
    font-size: 70px;
    border-radius: 50%;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: 50%;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.component-variant-step-content a.size-variant-button:hover {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/bokeh-pink.jpg?v=85659936401571904051666891104')
}

.component-terms-step-content .term-box .inner {
    margin: 50px;
    border: 2px solid #fff;
    padding: 60px 20px;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/ombre-pink-bg-compressed.png?v=146085913445275921911666891180');
    background-size: cover;
    background-repeat: no-repeat
}

#cmp_08b97446-4543-4c4c-a3e4-d4b556874148 h3 {
    font-size: 30px
}

#cmp_08b97446-4543-4c4c-a3e4-d4b556874148 h3,
#cmp_08b97446-4543-4c4c-a3e4-d4b556874148 p {
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 10px 0;
    color: #333
}

#cmp_08b97446-4543-4c4c-a3e4-d4b556874148 p {
    font-size: 22px
}

.component-terms-step-content .term-box .inner .term-price {
    display: block;
    font-family: "BadInk",sans-serif;
    text-align: center;
    font-size: 80px;
    position: relative;
    line-height: 80px;
    margin: 60px 0 30px;
    color: #333
}

.component-terms-step-content .term-box .inner .btn-primary {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/button-bg-2.png?v=165188772079109120911666891107');
    width: 220px;
    float: none;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.component-terms-step-content .term-box .inner .btn-primary:hover {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/button-bg-rose-gold.png?v=175039975784225109301666891109');
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 h3.heading {
    color: #606161;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    font-size: 28px
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 h3.heading a {
    color: #cfadd8;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 h3.heading a:hover {
    color: #2e0854
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 figure a {
    display: block
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 figure a img {
    width: auto;
    height: 90px
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .cart-subtotal h3 {
    color: #606161;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    font-size: 32px
}

#cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .cart-subtotal h2 {
    color: #606161;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    font-size: 24px
}

.checkout_content .styled_cart header h3,
.checkout_content section h3 {
    font-size: 40px;
    color: #333;
    text-align: left;
    margin-top: 10px
}

.checkout_content .coupon_section .btn-primary {
    margin-top: 0!important;
    margin-left: 20px;
    font-size: 20px
}

#cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 .card,
#cmp_54c1fbbf-bc77-446c-b09f-bd6754bd8391 .card,
#cmp_f906e8b3-52a7-4a1e-ac6e-785745e09249 .card {
    border-radius: 0
}

#cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 .card a,
#cmp_54c1fbbf-bc77-446c-b09f-bd6754bd8391 .card a,
#cmp_f906e8b3-52a7-4a1e-ac6e-785745e09249 .card a {
    color: #cfadd8;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 .card a:hover,
#cmp_54c1fbbf-bc77-446c-b09f-bd6754bd8391 .card a:hover,
#cmp_f906e8b3-52a7-4a1e-ac6e-785745e09249 .card a:hover {
    color: #2e0854
}

#cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 .card .form-controll,
#cmp_54c1fbbf-bc77-446c-b09f-bd6754bd8391 .card .form-control,
#cmp_f906e8b3-52a7-4a1e-ac6e-785745e09249 .card .form-control {
    border-radius: 0
}

#cmp_6ad554a5-6ba3-48a5-a9be-370067b5d079 .card .btn-primary,
#cmp_54c1fbbf-bc77-446c-b09f-bd6754bd8391 .card .btn-primary,
#cmp_f906e8b3-52a7-4a1e-ac6e-785745e09249 .card .btn-primary {
    margin-top: 0;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/button-bg-2.png?v=165188772079109120911666891107')
}

#cmp_d3c676c7-a388-4559-80b4-ee365581a07b h3 {
    color: #606161;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    font-size: 35px;
    text-align: left
}

#cmp_d3c676c7-a388-4559-80b4-ee365581a07b p {
    color: #606161;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-align: left;
    border-bottom: none
}

.print-gift-note {
    margin: 20px 0 20px 20px;
    font-size: 30px;
    padding: 10px 0;
    color: #fff;
    line-height: 1;
    background-repeat: no-repeat;
    background-size: cover
}

.print-gift-note i {
    display: inline-block;
    color: #e56fa4;
    margin-right: 10px
}

.print-gift-note a {
    font-family: 'Helvetica', "Ariel", sans-serif;
    display: block;
    color: #e56fa4
}

.page.join-now {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/gold-bokeh-trb-compressed.jpg?v=106987403673468330681666891133');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0
}

.page.join-now .container-fluid,
.page.join-now .row {
    height: 100%
}

.page.join-now .container-fluid div {
    width: 100%
}

.page.join-now h4 {
    font-size: 77px;
    color: #fff
}

#cmp_f4f19d5f-9b70-4656-b50f-a3da5c8ff3b2 h1 {
    margin-top: 60px
}

#iub-pp-container {
    text-align: left
}

#cmp_5c2e6105-609b-4cf2-af1b-c38fccecffdd {
    padding: 0
}

#cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 {
    padding: 60px 0 0
}

#cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 .content {
    margin: 0 auto;
    width: 100%
}

#cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 .content h2 {
    margin-top: 60px
}

#cmp_8ba2b705-7c4f-4cf7-a790-92b3eda2c969 .content {
    margin: 0 auto;
    width: 100%
}

#cmp_8ba2b705-7c4f-4cf7-a790-92b3eda2c969 {
    padding: 0 0 60px
}

#cmp_8ba2b705-7c4f-4cf7-a790-92b3eda2c969 p {
    color: #606161;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    font-size: 28px;
    text-align: left;
    margin-top: 60px
}

#cmp_8ba2b705-7c4f-4cf7-a790-92b3eda2c969 .how-it-works-image {
    background-image:url('https://cdn.shopify.com/s/files/1/0053/0366/4707/files/christinebenton.fit.PNG_594dd277-0c35-492a-bc25-37af05848217.jpeg?v=1595530150');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: bottom;
    position: relative;
    width: 45%;
    max-width: 570px;
    height: 530px;
    float: left
}

.page.how-it-works-steps {
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/ombre-pink-bg-compressed.png?v=146085913445275921911666891180');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

#cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 .content,
#cmp_d3c676c7-a388-4559-80b4-ee365581a07b .content,
#cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 .content {
    margin: 0 auto;
    width: 100%
}

#cmp_1bd64fc6-d57e-4f57-9864-5a7787ba2d84 {
    padding-top: 0
}

#cmp_1bd64fc6-d57e-4f57-9864-5a7787ba2d84 .content {
    margin: 0 auto;
    width: 100%
}

#cmp_1bd64fc6-d57e-4f57-9864-5a7787ba2d84 .contact-form {
    min-height: 600px;
    height: 600px
}

#cmp_1bd64fc6-d57e-4f57-9864-5a7787ba2d84 .contact-form iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

#cmp_a652c9b4-9ec5-4e3e-93bf-56d053d2ddee .content {
    margin: 0 auto;
    width: 100%
}

#cmp_2ef01e16-18eb-4f70-8fe1-e4f1eb1522d0 {
    padding-top: 0
}

#cmp_2ef01e16-18eb-4f70-8fe1-e4f1eb1522d0 .content {
    margin: 0 auto;
    width: 100%
}

#cmp_2ef01e16-18eb-4f70-8fe1-e4f1eb1522d0 .row {
    margin-bottom: 40px
}

#cmp_2ef01e16-18eb-4f70-8fe1-e4f1eb1522d0 .vendor-item .inner {
    padding: 10px;
    margin: 0 auto
}

#cmp_2ef01e16-18eb-4f70-8fe1-e4f1eb1522d0 .vendor-item .inner a {
    display: block;
    text-align: center
}

#cmp_2ef01e16-18eb-4f70-8fe1-e4f1eb1522d0 .vendor-item .inner a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#cmp_2ef01e16-18eb-4f70-8fe1-e4f1eb1522d0 .vendor-item .inner a img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

#cmp_2e196c48-c2d3-4849-a33e-cf82f09c07a1 .content {
    margin: 0 auto;
    width: 100%
}

#cmp_2e196c48-c2d3-4849-a33e-cf82f09c07a1 .contact-form {
    min-height: 600px
}

#cmp_2e196c48-c2d3-4849-a33e-cf82f09c07a1 .contact-form iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

section.component-thank-you.order h1 {
    margin-top: 10px;
    font-size: 45px
}

#cmp_46c1f682-a040-4cbd-958b-354adc8eebac,
#cmp_555c6a4c-9b7e-41fe-9556-2c7688c99143 {
    padding-top: 100px
}

#cmp_46c1f682-a040-4cbd-958b-354adc8eebac h2,
#cmp_555c6a4c-9b7e-41fe-9556-2c7688c99143 h2 {
    font-size: 45px;
    text-align: center
}

.my-account .panel.panel-cratejoy .panel-title {
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-size: 26px;
    font-weight: 700
}

.the-ring-boxes .my-account .btn-primary {
    text-transform: lowercase;
    line-height: 1.5;
    width: auto;
    padding: 0 40px
}

.gift-card-container {
    display: none
}

a.btn.btn-primary.cj-btn.cancel.pull-left {
    margin: 0 auto;
    float: none
}

a.btn.btn-primary.cj-btn.cancel.pull-left,
a.btn.btn-secondary.cj-btn.pull-left {
    background-image: none;
    background-color: red;
    color: #fff;
    display: block;
    width: 300px;
    padding: 10px 0
}

.edit-button-row .info-value {
    position: relative;
    height: 100px
}

.monthly-cancel-notice {
    width: 100%;
    float: right;
    text-align: right;
    font-style: italic;
    font-weight: 700
}

.edit-subscription.package.monthly {
    display: none
}

#skip_button,
input[type=radio]+label.cj-btn {
    background-color: transparent;
    border: 1px solid #969696;
    color: #969696;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Helvetica', "Ariel", sans-serif;
}

#skip_button:focus,
#skip_button:hover,
input[type=radio]+label.cj-btn:focus,
input[type=radio]+label.cj-btn:hover {
    background-color: #969696;
    border: 1px solid #969696;
    color: #fff
}

#skip_button {
    display: none
}

.address-footer a,
.address-footer a:hover {
    color: #969696
}

.the-ring-boxes .account-header .btn-primary,
.the-ring-boxes .my-account .btn-primary,
.the-ring-boxes .my-account .btn-secondary {
    background-color: transparent;
    background-image: none;
    color: #969696;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 100;
    font-size: 30px;
    letter-spacing: 0;
    padding: 10px 40px;
    height: auto;
    width: auto;
    border: 1px solid #969696;
    border-radius: 8px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 20px
}

.panel-sub-confirm .body h4,
.panel-sub-confirm .heading h3,
.panel-sub-confirm h2 {
    font-family: 'Helvetica', "Ariel", sans-serif;
    text-transform: none;
    font-weight: 400
}

.the-ring-boxes .account-header .btn-primary:hover,
.the-ring-boxes .my-account .btn-primary:hover {
    background-color: #969696;
    color: #fff
}

.checkout-notice p {
    font-size: 22px;
    text-align: center;
    margin: 100px 0 0;
    padding: 10px;
    background-color: #7bd6cf;
    border-radius: 4px;
    color: #fff
}

.survey-container {
    overflow: hidden
}

.survey-container .survey-field {
    width: 50%;
    float: left
}

#cmp_ae8133ff-c624-4223-83b2-5c2ce82e8569 .survey-container .survey-field h3 {
    color: #333;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-size: 24px;
    font-weight: 700
}

#cmp_ae8133ff-c624-4223-83b2-5c2ce82e8569 {
    background-color: #fff;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/ombre-pink-bg-compressed.png?v=146085913445275921911666891180');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

#cmp_ae8133ff-c624-4223-83b2-5c2ce82e8569 span.survey-error {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: red
}

@media (max-width:991px) {
    .checkout-notice p {
        margin: 190px 0 0
    }
}

#bounceModal .wf-bounce {
    display: none;
    height: 200px
}

#bounceModal .wf-bounce iframe {
    position: relative;
    width: 100%;
    height: 100%
}

.ffb-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 8;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.ffb-show {
    visibility: visible
}

.ffb-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 7;
    opacity: 0;
    background: rgba(143, 27, 15, .8);
    -webkit-transition: all .3s;
    transition: all .3s
}

.ffb-show~.ffb-overlay {
    opacity: 1;
    visibility: visible
}

.ffb-modal .ffb-close-icon:hover {
    background:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/pop_close_hover.png?v=1580777344876127331666891209') no-repeat
}

.ffb-modal .ffb-close-icon {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/pop_close.png?v=35203397968798515621666891209') no-repeat;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 6;
    cursor: pointer;
    border: none;
    -webkit-transition: none;
    transition: none
}

.ffb-content {
    color: #333;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/ombre-pink-bg-compressed.png?v=146085913445275921911666891180');
    background-position: bottom;
    position: relative;
    border-radius: 3px;
    margin: 0 auto
}

.ffb-content p {
    text-align: center;
    font-size: 24px;
    color: #333
}

.ffb-content h3 {
    margin: 0;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 70px;
    font-weight: 400;
    background: #d46a9e;
    border-radius: 3px 3px 0 0
}

.ffb-content>div {
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em
}

.ffb-content>div p {
    margin: 0;
    padding: 10px 0
}

.ffb-content>div ul {
    margin: 0;
    padding: 0 0 30px 20px
}

.ffb-content>div ul li {
    padding: 5px 0
}

.ffb-content button {
    display: block;
    margin: 0 auto;
    font-size: .8em
}

input#mc-embedded-subscribe {
    margin-top: 0
}

.ffb-show.ffb-effect~.ffb-overlay {
    background: rgba(0, 0, 0, .6)
}

.ffb-show.ffb-effect~.container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px)
}

.ffb-effect .ffb-content {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.ffb-show.ffb-effect .ffb-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.btn-primary {
    background-color: transparent;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/button-bg-2.png?v=165188772079109120911666891107');
    color: #fff;
    font-family: "BadInk",sans-serif;
    font-size: 55px;
    letter-spacing: 0;
    padding: 0;
    height: 74px;
    border: 2px solid #fff;
    line-height: 1.3;
    margin-top: 60px;
    width: 340px;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    margin: 0 auto
}

#mc_embed_signup .button,
#two_mc_embed_signup .button {
    background-color: transparent!important;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/button-bg-2.png?v=165188772079109120911666891107')!important;
    color: #fff!important;
    font-family: "BadInk",sans-serif !important;
    font-size: 55px!important;
    letter-spacing: 0!important;
    padding: 0!important;
    height: 74px!important;
    border: 2px solid #fff!important;
    line-height: 1.3!important;
    margin-top: 60px!important;
    width: 340px!important;
    text-align: center!important;
    -webkit-transition: all .5s ease!important;
    transition: all .5s ease!important;
    display: block!important;
    margin: 0 auto!important
}

.btn-primary:hover {
    color: #fff;
    -webkit-box-shadow: inset 0 0 500px 500px hsla(0, 0%, 100%, .2);
    box-shadow: inset 0 0 500px 500px hsla(0, 0%, 100%, .2)
}

#mc_embed_signup .button:hover,
#two_mc_embed_signup .button:hover {
    color: #fff!important;
    -webkit-box-shadow: inset 0 0 500px 500px hsla(0, 0%, 100%, .2)!important;
    box-shadow: inset 0 0 500px 500px hsla(0, 0%, 100%, .2)!important
}

#mc_embed_signup {
    background: transparent!important;
    padding: 0 70px
}

#mc_embed_signup div.mce_inline_error {
    margin: 0 0 1em!important;
    padding: 10px 0!important;
    background-color: transparent!important;
    font-weight: 700!important;
    z-index: 1!important;
    color: red!important
}

#mc_embed_signup input.mce_inline_error {
    border-color: red!important
}

input#mce-EMAIL {
    width: 100%
}

div#mce-responses {
    font-size: 13px;
    padding: 15px 0
}

@media screen and (max-width:32em) {
    body {
        font-size: 75%
    }
}

@media (max-width:1250px) {
    .main-header-inner .logo-container a {
        display: inline-block;
        width: auto;
        position: absolute;
        top: -37px;
        left: 0
    }
}

@media (max-width:1082px) {
    .main-header-inner .main-header-navigation ul a {
        font-size: 18px
    }
}

@media (max-width:1024px) {
    .hero-box-image {
        background-size: auto 70%
    }
    .hp-join-now .image-container {
        background-position: left -100px center
    }
    .above-footer-navigation ul li {
        padding: 0 3%
    }
}

@media (max-width:991px) {
    #cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1.how-it-works-text h2,
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content h1,
    .badges h6,
    .hp-join-now h4,
    .hp-quotes .quote-container h5,
    .hp-social h6 {
        font-size: 70px
    }
    #cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1.how-it-works-text p,
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content p {
        font-size: 26px
    }
    .main-header-inner .logo-container {
        position: absolute
    }
    .main-header-inner .logo-container a {
        top: -30px
    }
    .main-header-inner .logo-container a img {
        height: 180px
    }
    .hero-box-image {
        background-size: auto 60%;
        background-position: right -100px center
    }
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn-primary {
        min-width: 300px
    }
    .how-it-works-steps {
        padding: 0
    }
    .how-it-works-steps h3 {
        font-size: 35px;
        margin-bottom: 20px
    }
    .how-it-works-steps p {
        font-size: 18px
    }
    .hp-join-now .image-container {
        background-position: left -160px center
    }
    .hp-quotes {
        background-size: 94%;
        height: auto
    }
    .hp-quotes .quote-container .quotes p {
        font-size: 18px
    }
    .above-footer-navigation ul li a {
        font-size: 16px
    }
    .footer-heading {
        font-size: 18px
    }
    .above-footer-navigation ul li {
        padding: 0 3%
    }
    .footer ul.footer-links li a {
        font-size: 14px;
        padding: 2px 0
    }
    .how-it-works-steps .handpicked-image,
    .how-it-works-steps .subscribe-image,
    .how-it-works-steps .unbox-image {
        height: 200px;
        width: 200px
    }
    .how-it-works-steps .handpicked-image:before,
    .how-it-works-steps .subscribe-image:before,
    .how-it-works-steps .unbox-image:before {
        height: 202px;
        width: 202px
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f h1,
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f h3,
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f h4,
    #cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 h1,
    #cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 h2,
    #cmp_8c644c24-f351-460b-a4a3-45862a0fc40e h1,
    #cmp_13d4a0a1-ed3f-4efd-99b2-9e2115a592f2 h1,
    #cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 h1,
    #cmp_75e9d42e-d764-4676-a85e-538c82906088 h1,
    #cmp_75e9d42e-d764-4676-a85e-538c82906088 h3,
    #cmp_75e9d42e-d764-4676-a85e-538c82906088 h4,
    #cmp_98bfcc1d-7de8-4eac-a05f-484c8be07b0b h1,
    #cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 h2,
    #cmp_a652c9b4-9ec5-4e3e-93bf-56d053d2ddee h1,
    #cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805 h1,
    #cmp_d3c676c7-a388-4559-80b4-ee365581a07b h2,
    #cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b h1,
    #cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269 h1,
    #cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 h1,
    h5.wf {
        font-size: 60px
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f p,
    #cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 p,
    #cmp_8c644c24-f351-460b-a4a3-45862a0fc40e p,
    #cmp_13d4a0a1-ed3f-4efd-99b2-9e2115a592f2 p,
    #cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 p,
    #cmp_75e9d42e-d764-4676-a85e-538c82906088 p,
    #cmp_98bfcc1d-7de8-4eac-a05f-484c8be07b0b p,
    #cmp_23869826-4a31-4d12-9d48-5423cfa431bd p,
    #cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 p,
    #cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805 p,
    #cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b p,
    #cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269 p,
    #cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 p {
        font-size: 22px
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f .content,
    #cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de .content {
        width: 100%
    }
    .trb-subscription-productions .product-box {
        padding: 10px 20px
    }
    .more-plans .product-box:nth-of-type(2):before,
    .more-plans .product-box:nth-of-type(4):before {
        right: 10px
    }
    .component-terms-step-content .term-box .inner {
        margin: 0
    }
    a.size-variant-button {
        margin: 20px auto
    }
    .checkout_content.container {
        max-width: 100%
    }
    #cmp_8ba2b705-7c4f-4cf7-a790-92b3eda2c969 p {
        font-size: 22px
    }
    #cmp_8ba2b705-7c4f-4cf7-a790-92b3eda2c969 .how-it-works-image {
        background-size: 100% auto;
        width: 35%
    }
    .page.how-it-works-steps {
        padding: 30px 0
    }
    .page.join-now h4 {
        font-size: 60px
    }
    .above-footer-navigation {
        padding: 30px 0
    }
    #cmp_aa36610c-b39f-452b-966e-9b1ad2506f69.footer {
        padding: 0
    }
    .footer-col {
        padding: 50px;
        border-bottom: 1px solid #d9d9d9;
        height: auto;
        text-align: center
    }
    .footer .the-ring-boxes-footer-logo {
        margin: 0 auto
    }
    .header-wrap {
        position: fixed;
        width: 100%;
        z-index: 6;
        top: 0;
        -webkit-transition: top .5s ease;
        transition: top .5s ease
    }
    .header-wrap.slideUp {
        top: -50vh
    }
    .sticky-header {
        position: fixed;
        top: -50vh;
        height: 60px;
        width: 100%;
        z-index: 6
    }
    .sticky-header.slideDown {
        position: fixed;
        top: 0
    }
    .top-nav {
        height: 40px
    }
    .top-nav .top-nav-navigation.layout-vertical-center {
        width: auto
    }
    #cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar {
        position: relative;
        width: 100%;
        display: block
    }
    #cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .navbar-nav .nav-link {
        font-size: 18px
    }
    .main-header {
        height: 90px
    }
    .main-header-navigation {
        position: fixed;
        top: 0;
        right: -50vw;
        height: 100vh;
        width: 45vw;
        z-index: 9;
        background-color: #fff;
        -webkit-transition: right .5s ease;
        transition: right .5s ease;
        -webkit-box-shadow: 0 4px 10px 0 rgba(84, 84, 84, .4);
        box-shadow: 0 4px 10px 0 rgba(84, 84, 84, .4);
        padding: 0;
        background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/ombre-pink-bg-compressed.png?v=146085913445275921911666891180');
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover
    }
    .main-header-navigation.open {
        right: 0
    }
    .main-header-inner .main-header-navigation ul {
        float: none;
        height: auto;
        width: 100%;
        overflow: hidden;
        display: block;
        border-top: 1px solid #e5e3e1
    }
    .main-header-inner .main-header-navigation ul li {
        margin: 0;
        display: block;
        text-align: center;
        padding: 30px 20px;
        border-bottom: 1px solid #e5e3e1
    }
    .main-header-inner .main-header-navigation ul a {
        font-size: 25px;
        line-height: 1;
        text-decoration: none;
        border-bottom: none;
        font-family: 'Helvetica', "Ariel", sans-serif;
    }
    .mobile-close-nav {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        height: 40px;
        width: 40px;
        text-align: center
    }
    .mobile-close-nav i.material-icons {
        color: #3c3b3b;
        font-size: 40px;
        display: block;
        cursor: pointer
    }
    .main-header-inner .logo-container a {
        top: -48px;
        position: relative;
        margin: 0 auto;
        display: block;
        width: 200px
    }
    .main-header-inner .logo-container a img {
        display: block;
        margin: 0 auto
    }
    .mobile-menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 15px;
        height: 40px;
        width: 40px;
        text-align: center
    }
    .mobile-menu i.material-icons {
        font-size: 40px;
        display: block;
        color: #3c3b3b;
        cursor: pointer
    }
    #cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1.how-it-works-text h2,
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content h1,
    .badges h6,
    .how-it-works-steps h3,
    .hp-join-now h4,
    .hp-quotes .quote-container h5,
    .hp-social h6 {
        font-size: 70px
    }
    #cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1.how-it-works-text p,
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content p {
        font-size: 28px;
        text-align: center
    }
    .hero-background {
        padding-top: 130px
    }
    .mobile-hp-box-image {
        display: block;
        width: 70%;
        margin: 0 auto 40px
    }
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b {
        height: auto;
        padding: 40px 0
    }
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content h1 {
        text-align: center;
        margin-top: 40px
    }
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content .btn-primary {
        min-width: 100px;
        display: block;
        margin: 30px auto 0;
        font-size: 40px;
        line-height: 74px;
        width: auto;
        padding: 0 40px
    }
    .hero-box-image {
        display: none
    }
    .how-it-works-steps .handpicked-image,
    .how-it-works-steps .subscribe-image,
    .how-it-works-steps .unbox-image {
        height: 300px;
        width: 300px
    }
    .how-it-works-steps .handpicked-image:before,
    .how-it-works-steps .subscribe-image:before,
    .how-it-works-steps .unbox-image:before {
        height: 302px;
        width: 302px
    }
    .how-it-works-steps h3 {
        white-space: normal
    }
    .how-it-works-steps p {
        font-size: 22px;
        padding: 0 10% 40px
    }
    .join-happy-brides-inner {
        width: 100%;
        text-align: center
    }
    .hp-join-now h4 {
        margin-top: -250px;
        text-align: right
    }
    .hp-join-now .btn-primary {
        float: right
    }
    .above-footer-navigation .mobile-close-nav {
        display: none
    }
    #cmp_5717449d-92f2-438f-b923-e5fec748ef3b,
    #cmp_46128267-80af-4c5c-b46a-2d8a31f6c754,
    #cmp_a4636a01-e660-45e8-9478-4d6e0c8a70bd {
        padding-top: 100px
    }
    #cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .subscription-page-featured {
        display: none
    }
    #cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 {
        padding-top: 100px
    }
    #cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 h3.heading {
        font-size: 18px
    }
    #order_confirmation .message-container .btn-confirm.btn-no,
    #order_confirmation .message-container .btn-confirm.btn-yes {
        color: #fff;
        background-color: #49494a;
        font-size: 20px;
        text-transform: lowercase;
        font-family: 'Helvetica', "Ariel", sans-serif;
    }
    .hide-forever {
        display: none!important
    }
    #cmp_bee6aecc-35ae-4fc4-bbb6-e1ff6c858299 {
        padding-top: 60px
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f,
    #cmp_978a20ef-9d99-45f3-8baa-8bfa56fe629d {
        padding-top: 50px
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f .welcome-image {
        width: 80%
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f .content h1 {
        margin-top: 60px
    }
    #cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 {
        padding-top: 50px
    }
    #cmp_8ba2b705-7c4f-4cf7-a790-92b3eda2c969 .how-it-works-image {
        background-size: auto 100%;
        width: 300px;
        background-position: top;
        height: 400px;
        float: none;
        margin: 0 auto
    }
/*     #cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 {
        padding-top: 170px
    } */
    #cmp_8c644c24-f351-460b-a4a3-45862a0fc40e,
    #cmp_a652c9b4-9ec5-4e3e-93bf-56d053d2ddee,
    #cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805,
    #cmp_d3c676c7-a388-4559-80b4-ee365581a07b,
    #cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269,
    #cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 {
        padding-top: 50px
    }
    #cmp_46c1f682-a040-4cbd-958b-354adc8eebac,
    #cmp_555c6a4c-9b7e-41fe-9556-2c7688c99143 {
        padding-top: 100px
    }
    #cmp_a83f0169-b190-4772-b4ac-1aed6bd34e85 {
        padding-top: 50px
    }
    .the-ring-boxes .account-header .btn-primary,
    .the-ring-boxes .my-account .btn-primary {
        font-size: 20px
    }
    .open>.dropdown-menu {
        display: block;
        top: 30px;
        padding: 10px 30px;
        width: 200px;
        text-align: right;
        left: 0
    }
    .open>.dropdown-menu li {
        width: 100%;
        padding: 10px;
        display: block
    }
    .hero-content #mc_embed_signup {
        width: 90%;
        margin: 0 auto
    }
    .hero-content #mc_embed_signup .mc-field-group,
    .hero-content #mc_embed_signup div.response {
        width: 100%
    }
    .ffb-content h3 {
        font-size: 40px
    }
    .ffb-content p {
        font-size: 18px;
        line-height: 1.5
    }
    #mc_embed_signup {
        padding: 0
    }
    .ffb-content>div {
        padding: 15px
    }
    .count-down {
        font-size: 15px;
        position: fixed;
        margin-top: 130px;
        width: 100%;
        z-index: 5;
        padding-left: 120px
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f .welcome-image,
    #cmp_75e9d42e-d764-4676-a85e-538c82906088 .welcome-image {
        width: 80%;
        max-width: 400px
    }
}

@media (max-width:767px) {
    h5.wf {
        margin: 0
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f .welcome-image,
    #cmp_75e9d42e-d764-4676-a85e-538c82906088 .welcome-image {
        width: 80%;
        max-width: 400px
    }
    .main-header-inner .logo-container a {
        top: -25px;
        position: relative;
        margin: 0 auto;
        display: block;
        width: 120px
    }
    .main-header-inner .logo-container a img {
        height: 120px
    }
    .main-header-navigation {
        width: 85vw;
        right: -90vw
    }
    .main-header-inner .main-header-navigation ul {
        background-color: transparent
    }
    .main-header-inner .main-header-navigation ul li {
        padding: 10px
    }
    .main-header-inner .main-header-navigation ul li.navigation-home {
        display: block
    }
    .main-header-inner .main-header-navigation ul a {
        font-size: 18px
    }
    .main-header-inner .main-header-navigation ul li.dropdown {
        padding: 0
    }
    .main-header-inner .main-header-navigation ul li.dropdown a.dropdown-toggle.nav-link {
        display: none
    }
    .main-header-inner .main-header-navigation ul ul {
        background-color: transparent;
        position: relative;
        -webkit-transform: none;
        transform: none;
        border: none;
        padding: 0;
        left: 0
    }
    #cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1.how-it-works-text h2,
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content h1,
    .badges h6,
    .how-it-works-steps h3,
    .hp-join-now h4,
    .hp-quotes .quote-container h5,
    .hp-social h6 {
        font-size: 45px
    }
    #cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1.how-it-works-text p,
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content p {
        font-size: 22px
    }
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b {
        min-height: 100px
    }
    .hp-join-now h4 {
        margin-top: -80px;
        color: #3c3b3b;
        text-align: center
    }
    .hp-join-now .btn-primary {
        float: none;
        margin-top: 400px
    }
    .hp-quotes {
        background-image: none
    }
    .hp-quotes .container-fluid {
        background-position: right 20px bottom 20px;
        background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/quotebg-right.png?v=2706611082735113891666891217');
        background-repeat: no-repeat;
        background-size: 60px
    }
    .hp-quotes .quote-container {
        background-position: left top 60px;
        background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/quotebg-left.png?v=58699740076038250091666891216');
        background-repeat: no-repeat;
        background-size: 60px;
        overflow: visible
    }
    .hp-quotes .quote-container .quotes p {
        font-size: 18px;
        padding-top: 30px
    }
    .hp-quotes .quote-container h5 {
        white-space: normal
    }
    .hp-social {
        padding: 40px 0
    }
    .owl-carousel {
        width: 320px;
        margin: 0 auto
    }
    .badges img.as-seen-on {
        margin: 20px 0
    }
    .above-footer-navigation {
        display: none
    }
    #cmp_11feffe0-9b7f-4ed8-85ea-2440719ca184 .dropdown-menu {
        background-color: #fff
    }
    .mobile-hp-box-image {
        width: 100%;
        margin: 10px auto;
        max-width: 250px
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f h1 img {
        display: inline-block;
        margin: 0 auto 10px;
        width: 90px
    }
    .wedding-forward-section {
        padding: 0 0 20px;
        text-align: center
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f {
        padding-top: 0
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f .content h1 {
        margin-top: 30px;
        font-size: 40px
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f h1,
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f h2,
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f h3,
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f h4,
    #cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 h1,
    #cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 h2,
    #cmp_8c644c24-f351-460b-a4a3-45862a0fc40e h1,
    #cmp_13d4a0a1-ed3f-4efd-99b2-9e2115a592f2 h1,
    #cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 h1,
    #cmp_76e1b27c-a06c-4ae4-96da-c477a214ecee h1,
    #cmp_98bfcc1d-7de8-4eac-a05f-484c8be07b0b h1,
    #cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 h2,
    #cmp_a652c9b4-9ec5-4e3e-93bf-56d053d2ddee h1,
    #cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805 h1,
    #cmp_d3c676c7-a388-4559-80b4-ee365581a07b h2,
    #cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b h1,
    #cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269 h1,
    #cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 h1,
    h5.wf {
        font-size: 40px
    }
    h5.wf {
        margin-bottom: 20px
    }
    #cmp_6f06b531-999d-412a-b02a-9b09a565450f p,
    #cmp_7f2f4b07-87ab-4356-a303-588637d7f3b2 p,
    #cmp_8c644c24-f351-460b-a4a3-45862a0fc40e p,
    #cmp_13d4a0a1-ed3f-4efd-99b2-9e2115a592f2 p,
    #cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0 p,
    #cmp_75e9d42e-d764-4676-a85e-538c82906088 p,
    #cmp_76e1b27c-a06c-4ae4-96da-c477a214ecee p,
    #cmp_98bfcc1d-7de8-4eac-a05f-484c8be07b0b p,
    #cmp_23869826-4a31-4d12-9d48-5423cfa431bd p,
    #cmp_a0dfae3a-c866-4e7a-b286-7210674d65b6 p,
    #cmp_bef9415c-1532-4cc9-ae94-6aa7dea2a805 p,
    #cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b p,
    #cmp_eb4a8f0e-39af-4a33-9415-553ffbeb2269 p,
    #cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de p,
    #cmp_fbd136eb-3b1d-498f-9708-0f4daf898f90 p {
        font-size: 18px
    }
    #cmp_c12aea98-ceb9-4a4e-8fe4-10363b3dca49 .product-label .info {
        color: #3c3b3b
    }
    .page.join-now .container-fluid div {
        width: auto
    }
    .my-account .panel.panel-cratejoy {
        border-color: #ddd;
        overflow: scroll;
        width: 100%;
        max-width: 300px;
        margin: 30px auto
    }
    #cmp_2ef01e16-18eb-4f70-8fe1-e4f1eb1522d0 .vendor-item {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 30px;
        padding-bottom: 30px
    }
    .count-down {
        padding-left: 10px;
        font-size: 15px;
        padding-top: 15px;
        position: relative
    }
    .hero-background {
        padding-top: 0
    }
    .survey-container .survey-field {
        width: 100%;
        float: left
    }
    #cmp_ae8133ff-c624-4223-83b2-5c2ce82e8569 .survey-container .survey-field h3 {
        font-size: 20px
    }
    #cmp_08b97446-4543-4c4c-a3e4-d4b556874148,
    #cmp_644a61f3-cc79-405d-884a-705e4a6978c8,
    #cmp_23869826-4a31-4d12-9d48-5423cfa431bd,
    #cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 {
        padding: 40px 0
    }
    .hidden-xs {
        display: none
    }
}

@media (max-width:736px) and (orientation:landscape) {
    .hp-quotes .quote-container .quotes p {
        padding-top: 70px
    }
    .hp-join-now h4,
    .join-happy-brides-inner {
        text-align: right
    }
    .hp-join-now h4 {
        margin-top: 300px;
        color: #fff
    }
    .hp-join-now .btn-primary {
        float: none;
        margin-top: 40px
    }
}

@media (max-width:667px) {
    section .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
    .content.row {
        margin: 0
    }
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content h1 {
        margin-top: 0
    }
    .hp-join-now h4 {
        margin-top: -30px
    }
    #cmp_68b3d5b0-318e-43f8-a324-9c9fa79d47f1.how-it-works-text p,
    #cmp_e12fa8cf-31e7-4768-808e-aad86aea872b .hero-content p {
        font-size: 18px
    }
    .how-it-works-steps p {
        font-size: 18px;
        padding: 0 3% 40px
    }
    #mc_embed_signup .button,
    #two_mc_embed_signup .button {
        width: auto!important;
        font-size: 35px!important;
        line-height: 55px!important;
        padding: 0 40px!important;
        height: 55px!important
    }
    #cmp_e3cb30da-dd5b-4bb5-956a-3f91f0dd167b .btn,
    .checkout_content #checkout_button,
    .the-ring-boxes .btn-primary {
        width: auto;
        font-size: 35px;
        line-height: 55px;
        padding: 0 40px;
        height: 55px
    }
    .checkout_content #checkout_button {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .checkout_content .coupon_section #add_coupon_code {
        line-height: 34px
    }
    .hp-join-now .image-container {
        background-position: 50%;
        background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/mobile-contest-winner-compressor.png?v=41187592917668676501666891175')
    }
    #cmp_8ba2b705-7c4f-4cf7-a790-92b3eda2c969 p {
        font-size: 18px
    }
    #cmp_d3c676c7-a388-4559-80b4-ee365581a07b h3 {
        font-size: 25px
    }
    #cmp_d3c676c7-a388-4559-80b4-ee365581a07b p {
        font-size: 18px
    }
    #cmp_1bd64fc6-d57e-4f57-9864-5a7787ba2d84 .contact-form,
    #cmp_2e196c48-c2d3-4849-a33e-cf82f09c07a1 .contact-form {
        padding: 0 8px
    }
    .mobile-close-nav {
        top: 0;
        right: 10px
    }
}

@media (max-width:667px) and (orientation:landscape) {
    .hp-join-now .image-container {
        background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/trb-contest-winner-compressed.png?v=174854619954819338811666891264');
        background-position: left -200px center
    }
    .the-ring-boxes .btn-primary {
        width: 300px
    }
    .the-ring-boxes .hp-join-now .btn-primary {
        width: 300px;
        margin-right: 0
    }
}

@media (max-width:568px) and (orientation:landscape) {
    .hp-join-now h4 {
        margin-top: 0
    }
}

.cart-survey {
    overflow: hidden
}

.cart-survey .left {
    width: 50%;
    float: left
}

.cart-survey .right {
    width: 50%;
    float: right
}

.cart-survey label {
    width: 100%;
    text-align: center;
    display: block
}

.cart-survey input,
.cart-survey select {
    height: 50px;
    width: 300px;
    margin: 0 auto;
    font-size: 20px;
    background-color: transparent;
    border: 2px solid #dfdfdf
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options h3 {
    color: #606161;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-weight: 300;
    font-size: 35px;
    text-align: center;
    margin-top: 40px
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options #product-variants {
    overflow: hidden
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options #product-variants .selector-wrapper {
    width: 50%;
    float: left;
    padding: 20px;
    text-align: center
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options .subscription-options-form {
    width: 100%
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options #product-variants .selector-wrapper label {
    display: none
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options #product-variants .selector-wrapper select,
#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options #product-variants .selector-wrapper input {
    height: 50px;
    width: 60%;
    font-size: 20px;
    background-color: transparent;
    border: 2px solid #dfdfdf
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options .size-variant-button {
    display: block;
    margin: 0 auto;
    height: 255px;
    width: 255px;
    font-family: "BadInk",sans-serif;
    line-height: 255px;
    text-align: center;
    color: #fff;
    font-size: 70px;
    border-radius: 50%;
    background-color: #CFADD8;
    background-repeat: no-repeat;
    background-position: 50%;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options .size-variant-button i {
    color: #fff;
    font-size: 170px;
    display: block;
    line-height: 255px
}

#cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options .size-variant-button img {
    display: block;
    margin: 40px auto;
    height: 160px;
    width: auto;
    top: 50px;
    position: relative
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .subscription-page-featured h1 {
    font-size: 90px;
    margin-top: 40px
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .subscription-page-featured p {
    color: #333;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-size: 40px;
    padding-right: 10px;
    line-height: 1.2
}

#cmp_aae11d23-c53f-4b1a-8d38-926c2fc4f027 .subscription-page-featured {
    padding-left: 40px;
    background-image:url('//cdn.shopify.com/s/files/1/0053/0366/4707/t/22/assets/more-options-arrow.png?v=12167957525705460631666891177');
    background-repeat: no-repeat;
    background-position: 100% 100%
}

#cmp_1bd64fc6-d57e-4f57-9864-5a7787ba2d84 p.form-success,
#cmp_2e196c48-c2d3-4849-a33e-cf82f09c07a1 p.form-success {
    color: #78c700;
    font-family: 'Helvetica', "Ariel", sans-serif;
    font-size: 20px
}

.btn-link,
a {
    color: #cfadd8
}

.btn-link:hover,
a:hover {
    color: #2e0854
}

section.rc_container {
    display: none!important
}

.btn-primary.subscription-options-btn {
    display: inline-block;
    float: none;
    margin: 0 10px;
    width: 40%;
    font-size: 36px;
    height: 60px;
    line-height: 60px
}

.missing-page {
    padding: 80px 0;
    text-align: center
}

.missing-page h1 {
    font-size: 80px
}

.missing-page p {
    font-size: 28px
}

.my-account h1,
.my-account h2,
.my-account h3,
.my-account h4,
.my-account h5,
.my-account h6 {
    font-family: 'Helvetica', "Ariel", sans-serif;
}

.my-account table {
    border-spacing: 10px;
    border-collapse: initial;
    width: 100%;
    margin: 40px 0
}

#ReCharge.user-customer {
    padding: 80px 0
}

#ReCharge.user-customer h1,
#ReCharge.user-customer h2,
#ReCharge.user-customer h3,
#ReCharge.user-customer h4,
#ReCharge.user-customer h5,
#ReCharge.user-customer h6 {
    font-family: 'Helvetica', "Ariel", sans-serif;
}

#ReCharge.user-customer .expired-status,
#ReCharge.user-customer .shipment-status {
    display: none
}

#ReCharge.user-customer #rc_subscriptions__items__cancel,
#ReCharge.user-customer .re__subscriptions__subscription__item__cancel {
    display: block
}

#ReCharge.user-customer .re__subscriptions__subscription__item__product.td-product span {
    text-decoration: none!important
}

.cart-wrap,
.loading-checkout {
    display: none
}

@media (max-width:767px) {
    .btn-primary.subscription-options-btn {
        width: 100%;
        margin: 10px 0
    }
    .more-plans .product-box:first-of-type:before,
    .more-plans .product-box:nth-of-type(2):before,
    .more-plans .product-box:nth-of-type(3):before,
    .more-plans .product-box:nth-of-type(4):before {
        right: 20px
    }
    #cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options .size-variant-button {
        height: 100px;
        width: 100px
    }
    #cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options .size-variant-button i {
        line-height: 100px;
        font-size: 50px
    }
    #cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options .size-variant-button img {
        height: 50px;
        top: 25px;
        margin: 0 auto
    }
    #cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options h3 {
        font-size: 20px
    }
    #cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options #product-variants .selector-wrapper select,
    #cmp_f3f8155e-3b1f-461d-aecd-4eef4d4075de.subscription-options #product-variants .selector-wrapper input {
        width: 100%
    }
    #cmp_20e8854c-0a37-4e11-9a46-2e26f9c0aef0,
    #cmp_5717449d-92f2-438f-b923-e5fec748ef3b,
    #cmp_46128267-80af-4c5c-b46a-2d8a31f6c754,
    #cmp_a4636a01-e660-45e8-9478-4d6e0c8a70bd {
        padding: 20px 0
    }
}

.one-time-shop-container {
    margin-top: 2rem
}

.product-single-container {
    padding: 4rem 0
}

.shop-title {
    font-size: 80px
}

.shop-subtitle {
    font-size: 20px
}

.disclaimer {
    font-style: italic;
    font-size: .85rem
}

.sidebar-header {
    margin: 0
}

.product-preview-container, .product-preview-container img {
    max-height: 275px
}

.sorting-form {
    padding-right: .5rem
}

.product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem
}

.product-title {
    margin-top: .5rem
}

.price-shop {
    font-size: 1rem
}

.flex-align-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 5px
}

.col-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.product-single__photos {
    min-width: 350px
}

.quantity-add-wrapper,
.quantity-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quantity-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 2rem;
    margin-left: 1rem
}

#Quantity {
    height: 34px;
    padding: 6px 8px;
    max-width: 50px
}

#ProductPrice {
    font-size: 1.5rem
}

.variant-row-wrapper,
.variant-row-wrapper>.selector-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.variant-row-wrapper>.selector-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 1rem
}

.variant-row-wrapper>.selector-wrapper>.single-option-selector {
    height: 36px;
    border-radius: 0;
    background-color: #fff
}

.product-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2rem
}

#AddToCart {
    padding: .25rem 2.5rem;
    margin-top: 0
}

@media screen and (min-width:768px) and (max-width:992px) {
    .one-time-shop-container {
        padding-top: 14rem;
        margin-top: 0
    }
    .column-on-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:768px) {
    .product-single__thumbnails {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    #AddToCartForm,
    #single-prod-title {
        text-align: center
    }
    .flex-align-end {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .flex-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 1rem
    }
}

.grid {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
}

/*** Fixing Cart Button ***/

form[action^="/cart/add"] [type="submit"] {
	visibility: visible !important;
}

@media screen and (max-width:768px) {
  .last-step-img {
	margin-top: 0px !important;
  }
}

.pretty input:checked~.state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
 	border-color: #CFADD8 !important; 
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
	background-color: #CFADD8 !important;
}

.pretty {
 font-size: 20px; 
}

/* .art-5 {
  margin-top: 1.5rem !important; 
} */
 
section.subscriptions .container {
 justify-content: initial !important; 
}


/** Home Reviews Slick Slider **/

@media only screen and (max-width: 768px) {
  .the-reviews.desktop {
  	display: none;
  }
}

@media only screen and (min-width: 768px) {
  .the-reviews.mobile {
  	display: none;
  }
}

.template-article article ol,
.template-article article ul {
  list-style: revert;
}

#content__customers__request-invite .btn-primary {
  all: revert;
  background-color: #606161;
  color: #fff;
  border-radius: 1.25em;
  font-size: 1em;
  padding: .5em 1.25em;
  font-weight: 700;
  cursor: pointer;
}