<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

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

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

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

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

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

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

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

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

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

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: 400
}

.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: .5rem
}

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

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

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

a&gt;code {
    color: inherit
}

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

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

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

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

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

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

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

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

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

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

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

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters&gt;.col,
.no-gutters&gt;[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

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

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

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

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

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

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

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

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

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

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

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

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

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

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

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary&gt;td,
.table-primary&gt;th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover&gt;td,
.table-hover .table-primary:hover&gt;th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary&gt;td,
.table-secondary&gt;th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover&gt;td,
.table-hover .table-secondary:hover&gt;th {
    background-color: #c8cbcf
}

.table-success,
.table-success&gt;td,
.table-success&gt;th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover&gt;td,
.table-hover .table-success:hover&gt;th {
    background-color: #b1dfbb
}

.table-info,
.table-info&gt;td,
.table-info&gt;th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

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

.table-warning,
.table-warning&gt;td,
.table-warning&gt;th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

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

.table-danger,
.table-danger&gt;td,
.table-danger&gt;th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover&gt;td,
.table-hover .table-danger:hover&gt;th {
    background-color: #f1b0b7
}

.table-light,
.table-light&gt;td,
.table-light&gt;th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

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

.table-dark,
.table-dark&gt;td,
.table-dark&gt;th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover&gt;td,
.table-hover .table-dark:hover&gt;th {
    background-color: #b9bbbe
}

.table-active,
.table-active&gt;td,
.table-active&gt;th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover&gt;td,
.table-hover .table-active:hover&gt;th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm&gt;.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md&gt;.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg&gt;.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl&gt;.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive&gt;.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg&gt;.form-control-plaintext.form-control,
.input-group-lg&gt;.input-group-append&gt;.form-control-plaintext.btn,
.input-group-lg&gt;.input-group-append&gt;.form-control-plaintext.input-group-text,
.input-group-lg&gt;.input-group-prepend&gt;.form-control-plaintext.btn,
.input-group-lg&gt;.input-group-prepend&gt;.form-control-plaintext.input-group-text,
.input-group-sm&gt;.form-control-plaintext.form-control,
.input-group-sm&gt;.input-group-append&gt;.form-control-plaintext.btn,
.input-group-sm&gt;.input-group-append&gt;.form-control-plaintext.input-group-text,
.input-group-sm&gt;.input-group-prepend&gt;.form-control-plaintext.btn,
.input-group-sm&gt;.input-group-prepend&gt;.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm&gt;.form-control,
.input-group-sm&gt;.input-group-append&gt;.btn,
.input-group-sm&gt;.input-group-append&gt;.input-group-text,
.input-group-sm&gt;.input-group-prepend&gt;.btn,
.input-group-sm&gt;.input-group-prepend&gt;.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm&gt;.input-group-append&gt;select.btn:not([size]):not([multiple]),
.input-group-sm&gt;.input-group-append&gt;select.input-group-text:not([size]):not([multiple]),
.input-group-sm&gt;.input-group-prepend&gt;select.btn:not([size]):not([multiple]),
.input-group-sm&gt;.input-group-prepend&gt;select.input-group-text:not([size]):not([multiple]),
.input-group-sm&gt;select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg&gt;.form-control,
.input-group-lg&gt;.input-group-append&gt;.btn,
.input-group-lg&gt;.input-group-append&gt;.input-group-text,
.input-group-lg&gt;.input-group-prepend&gt;.btn,
.input-group-lg&gt;.input-group-prepend&gt;.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg&gt;.input-group-append&gt;select.btn:not([size]):not([multiple]),
.input-group-lg&gt;.input-group-append&gt;select.input-group-text:not([size]):not([multiple]),
.input-group-lg&gt;.input-group-prepend&gt;select.btn:not([size]):not([multiple]),
.input-group-lg&gt;.input-group-prepend&gt;select.input-group-text:not([size]):not([multiple]),
.input-group-lg&gt;select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

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

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row&gt;.col,
.form-row&gt;[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        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;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        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;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

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

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show&gt;.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show&gt;.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show&gt;.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show&gt;.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show&gt;.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show&gt;.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show&gt;.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show&gt;.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show&gt;.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show&gt;.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg&gt;.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

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

.btn-block+.btn-block {
    margin-top: .5rem
}

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

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

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown,
.dropup {
    position: relative
}

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

.dropdown-toggle:empty::after {
    margin-left: 0
}

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

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

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

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical&gt;.btn,
.btn-group&gt;.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical&gt;.btn:hover,
.btn-group&gt;.btn:hover {
    z-index: 1
}

.btn-group-vertical&gt;.btn.active,
.btn-group-vertical&gt;.btn:active,
.btn-group-vertical&gt;.btn:focus,
.btn-group&gt;.btn.active,
.btn-group&gt;.btn:active,
.btn-group&gt;.btn:focus {
    z-index: 1
}

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

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

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

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

.btn-group&gt;.btn-group:not(:first-child)&gt;.btn,
.btn-group&gt;.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm&gt;.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg&gt;.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -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: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

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

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

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

.btn-group-toggle&gt;.btn,
.btn-group-toggle&gt;.btn-group&gt;.btn {
    margin-bottom: 0
}

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

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group&gt;.custom-file,
.input-group&gt;.custom-select,
.input-group&gt;.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group&gt;.custom-file:focus,
.input-group&gt;.custom-select:focus,
.input-group&gt;.form-control:focus {
    z-index: 3
}

.input-group&gt;.custom-file+.custom-file,
.input-group&gt;.custom-file+.custom-select,
.input-group&gt;.custom-file+.form-control,
.input-group&gt;.custom-select+.custom-file,
.input-group&gt;.custom-select+.custom-select,
.input-group&gt;.custom-select+.form-control,
.input-group&gt;.form-control+.custom-file,
.input-group&gt;.form-control+.custom-select,
.input-group&gt;.form-control+.form-control {
    margin-left: -1px
}

.input-group&gt;.custom-select:not(:last-child),
.input-group&gt;.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group&gt;.custom-select:not(:first-child),
.input-group&gt;.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group&gt;.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group&gt;.custom-file:not(:last-child) .custom-file-label,
.input-group&gt;.custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group&gt;.custom-file:not(:first-child) .custom-file-label,
.input-group&gt;.custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

.input-group&gt;.input-group-append:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle),
.input-group&gt;.input-group-append:last-child&gt;.input-group-text:not(:last-child),
.input-group&gt;.input-group-append:not(:last-child)&gt;.btn,
.input-group&gt;.input-group-append:not(:last-child)&gt;.input-group-text,
.input-group&gt;.input-group-prepend&gt;.btn,
.input-group&gt;.input-group-prepend&gt;.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group&gt;.input-group-append&gt;.btn,
.input-group&gt;.input-group-append&gt;.input-group-text,
.input-group&gt;.input-group-prepend:first-child&gt;.btn:not(:first-child),
.input-group&gt;.input-group-prepend:first-child&gt;.input-group-text:not(:first-child),
.input-group&gt;.input-group-prepend:not(:first-child)&gt;.btn,
.input-group&gt;.input-group-prepend:not(:first-child)&gt;.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

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

.nav-link.disabled {
    color: #6c757d
}

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

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

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

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

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content&gt;.tab-pane {
    display: none
}

.tab-content&gt;.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar&gt;.container,
.navbar&gt;.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

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

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

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

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm&gt;.container,
    .navbar-expand-sm&gt;.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm&gt;.container,
    .navbar-expand-sm&gt;.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md&gt;.container,
    .navbar-expand-md&gt;.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md&gt;.container,
    .navbar-expand-md&gt;.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg&gt;.container,
    .navbar-expand-lg&gt;.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg&gt;.container,
    .navbar-expand-lg&gt;.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl&gt;.container,
    .navbar-expand-xl&gt;.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl&gt;.container,
    .navbar-expand-xl&gt;.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand&gt;.container,
.navbar-expand&gt;.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand&gt;.container,
.navbar-expand&gt;.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

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

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

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

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

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

.navbar-light .navbar-nav .active&gt;.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show&gt;.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.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 .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active&gt;.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show&gt;.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card&gt;hr {
    margin-right: 0;
    margin-left: 0
}

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

.card&gt;.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

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

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group&gt;.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group&gt;.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group&gt;.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group&gt;.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group&gt;.card:first-child .card-header,
    .card-group&gt;.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group&gt;.card:first-child .card-footer,
    .card-group&gt;.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group&gt;.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group&gt;.card:last-child .card-header,
    .card-group&gt;.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group&gt;.card:last-child .card-footer,
    .card-group&gt;.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group&gt;.card:only-child {
        border-radius: .25rem
    }

    .card-group&gt;.card:only-child .card-header,
    .card-group&gt;.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group&gt;.card:only-child .card-footer,
    .card-group&gt;.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group&gt;.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group&gt;.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group&gt;.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group&gt;.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group&gt;.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.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 {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

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

.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: .25rem .5rem;
    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
}

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

.badge:empty {
    display: none
}

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

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

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

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

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

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

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

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

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

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

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    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;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

.progress-bar-striped {
    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
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

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

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.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-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

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

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

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

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

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

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

.modal-open {
    overflow: hidden
}

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

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

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

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    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.show {
    opacity: .5
}

.modal-header {
    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;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer&gt;:not(:first-child) {
    margin-left: .25rem
}

.modal-footer&gt;:not(:last-child) {
    margin-right: .25rem
}

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

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    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;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    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;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

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

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #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
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

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

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

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

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

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

.embed-responsive::before {
    display: block;
    content: ""
}

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

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

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

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

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

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

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

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

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

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

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

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

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

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

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

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

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

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

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

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

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

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

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

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

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

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

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

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

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

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

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

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

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

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

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

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

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

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

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

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

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

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

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

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

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

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

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

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

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

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

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

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

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

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

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

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

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

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

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

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

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

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

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

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

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

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

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

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

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

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

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

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

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

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

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

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

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

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

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

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

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

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

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

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

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

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

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !important
}

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

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

/**/

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.zsiq_floatmain,
[data-id=zsalesiq] {

    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.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)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.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)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: headShake;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    -webkit-transform-origin: center;
    animation-name: jello;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.3s;
    animation-name: heartBeat;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        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% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        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% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        -webkit-transform: scaleX(1);
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-duration: .75s;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, -3000px, 0);
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(-3000px, 0, 0);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(0, 3000px, 0);
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-duration: .75s;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, -20px, 0);
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px, 0, 0);
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px, 0, 0);
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

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

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

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

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

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

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

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

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

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

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

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

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 2000px, 0);
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(-2000px, 0, 0);
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(2000px, 0, 0);
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, -2000px, 0);
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInY;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-duration: .75s;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    animation-duration: .75s;
    animation-name: flipOutY;
    backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg)
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }

    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg)
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(-200deg);
        transform-origin: center
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: center;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: center
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: left bottom
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

    to {
        -webkit-transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: translateZ(0);
        transform-origin: right bottom
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center
    }

    to {
        -webkit-transform: rotate(200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center
    }

    to {
        -webkit-transform: rotate(200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate(200deg);
        transform-origin: center
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(45deg);
        transform-origin: left bottom
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: right bottom
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom
    }

    to {
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate(-45deg);
        transform-origin: left bottom
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom
    }

    to {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
        transform-origin: top left
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        opacity: 0;
        transform: translate3d(0, 700px, 0)
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-duration: 2s;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        -webkit-transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        -webkit-transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

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

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        -webkit-transition: none !important;
        animation: unset !important;
        transition: none !important
    }
}

:root {
    --suTransition: all 0.25s ease;
}

body {
    font-family: Montserrat, Arial, sans-serif
}

::-webkit-scrollbar {
    width: 4px;
    height: 0px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

* {
    scrollbar-width: thin;
    scrollbar-color: #497dbd transparent
}

.bg-gradient-primary,
.bg-gradient-primary:active,
.bg-gradient-primary:focus,
.bg-gradient-primary:not(:disabled):not(.disabled):active,
.bg_orange,
.bg_orange:active,
.bg_orange:focus,
.bg_orange:not(:disabled):not(.disabled):active {
    border: 0;
    background: #f80;
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%)
}

.bg-gradient-secondary,
.bg-gradient-secondary:not(:disabled):not(.disabled):active {
    border: 0;
    background: #ffb300;
    background: -webkit-linear-gradient(left, rgba(255, 179, 0, 1) 0, rgba(255, 136, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 179, 0, 1) 0, rgba(255, 136, 0, 1) 100%)
}

.bg-gradient-blue {
    border: 0;
    background: #55c7ff;
    background: -webkit-linear-gradient(left, rgba(85, 199, 255, 1) 0, rgba(120, 134, 247, 1) 99%);
    background: linear-gradient(90deg, rgba(85, 199, 255, 1) 0, rgba(120, 134, 247, 1) 99%)
}

.btn {
    font-weight: 600
}

.btn-outline {
    border: 1px solid #ffb200
}

.btn-outline span {
    color: #ffb200;
    background: #fff;
    font-weight: 400
}

.su-bg-secondary {
    background-color: #f9f9fb
}

.su-bg-gray {
    background-color: #f0f0f0
}

.min-vh-50 {
    min-height: 50vh
}

.min-vh-60,
.min-vh-70 {
    min-height: 60vh
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn-primary-2:not(:disabled):not(.disabled).active,
.btn-primary-2:not(:disabled):not(.disabled):active,
.show&gt;.btn-primary-2.dropdown-toggle {
    color: #fff;
    background-color: #15343a;
    border-color: #112b31
}

.primary-color,
.primary-color:hover {
    color: #182b4e
}

.secondary-color .secondary-color:hover {
    color: #737373
}

.banner h1.primary-color {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 700
}

.banner .stevie h1.primary-color {
    font-size: 3.8rem;
    line-height: 4.6rem;
    font-weight: 400;
    padding: 0 8rem;
    text-align: center;
    font-family: 'Abril Fatface', cursive;
    color: #020562;
    margin-top: 2.2rem;

}

.banner .stevie .speaker-container {
    text-align: center;
}

.banner .stevie .speaker-container .col-12 img {
    width: 50%;
}

.banner .stevie a.btn {
    border-radius: 25px;
    padding: 12px 26px;
    margin-left: 0px;
}

.banner .stevie .show-mobile {
    display: none;
}

.banner .stevie .hidden-mobile {
    display: block;
}

.banner .stevie h1.primary-color:after {
    height: 0px;
}

.banner .row.webinar-time {
    margin-top: -1.4rem;
}

.banner .stevie .webinar-time-container {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.banner .stevie .webinar-time-container .fa,
.banner .stevie .webinar-time-container .far {
    font-size: 2.2rem;
}

.banner .stevie .webinar-sign {
    position: relative;
}

.banner .stevie h4 {
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: -2.6rem;
}

.banner .stevie h4:after {
    content: " ";
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    max-width: 30px;
    border-radius: 2px;
    background: #f80;
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    position: absolute;
    right: 0;
    left: 0;
    top: 4px;
}

.banner .stevie .speaker-container h3 {
    font-size: 1.6rem;
    line-height: 3rem;
    color: #ffb200;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.banner .stevie .speaker-container .speaker-inner {
    margin-left: -15px;
}

.banner .stevie .speaker-container .speaker-inner img {
    max-width: 100px;
}

.banner .stevie .speaker-container .speaker-inner .request_btn {
    border-radius: 25px;
    padding: 0.6rem 2rem;
}

.banner .stevie .speaker-container .speaker-inner.align-right {
    text-align: right;
}

.banner .stevie .speaker-container .speaker-inner h5 {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
    font-size: 0.8rem;

}

.banner .stevie .speaker-container .speaker-inner .designation {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

.banner .stevie .webinar-time-wrapper span {
    position: absolute;
    top: 10px;
    left: 70px;
    font-size: 0.9rem;
}

.banner .stevie.mb-25 {
    padding-bottom: 5.2rem;
    margin-top: -3rem;
}

.cookie_not_set .banner {
    padding-top: 10.5rem
}

.cookie_not_set .banner.video-banner {
    padding-top: 7rem
}

.banner.video-banner {
    padding-top: 72px
}

/*.banner .container-video-banner {
    background-image: url(../images/home/video-bg.svg);
    background-repeat: no-repeat;
    padding-bottom: 12rem;
    background-position: bottom left;
}*/
.banner h1.primary-color:after {
    content: " ";
    height: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    max-width: 60px;
    border-radius: 2px;
    background: #f80;
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%)
}

.banner .kcs-banner {
    background-color: #ecf2ff;
    color: #292f5f;
}

.banner .kcs-banner .su-logo {
    border-right: 1px solid #ffffff;
    padding-right: 20px;
}

.banner .kcs-banner h6 {
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffb200;
    display: inline-block;
    margin-bottom: 26px;

}

.banner .kcs-banner h5 {
    font-weight: 600;
    margin-bottom: 24px;
}

.banner .kcs-banner .logos.d-flex {
    margin-bottom: 22px;
    margin-top: -60px;
}

.banner .kcs-banner h3 {
    font-size: 2.4rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 2.6rem;
}

.banner .kcs-banner a.btn {
    margin-top: 22px;
    margin-left: 0;
    border-radius: 2px;
    padding: 12px 26px;
    text-transform: none;
    font-size: 1.2rem;
}

.banner .kcs-banner .webinar-time div {
    padding-right: 30px;
    border-right: 1px solid #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.banner .kcs-banner .webinar-time div h5 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -6px;
}

.banner .kcs-banner .webinar-time div.time,
.banner .kcs-banner .webinar-time div.date {
    padding-left: 30px
}

.banner .kcs-banner .webinar-time div.time {
    border-right: 0;
}

.banner .kcs-banner .webinar-time div.time span {
    font-size: 34px;
    line-height: 34px;
}

.banner .kcs-banner .webinar-time div.day span {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3px;
}

.banner .kcs-banner .webinar-time div.date h5,
.banner .kcs-banner .webinar-time div.day h5 {
    font-size: 34px;
    line-height: 34px;
}

.banner .kcs-banner .webinar-time div.date span {
    font-size: 18px;
    line-height: 18px;
}

.banner .kcs-banner .logos.d-flex img {
    width: 176px;
    height: 68px;
}

.banner .kcs-banner .d-none {
    display: none !important
}

.banner .kcs-banner .webinar-time {
    padding: 20px 0;
}

.banner .kcs-banner i.sf.calendar {
    background-image: url(../assets/img/su-calender-green.svg);
}

.banner .kcs-banner i.sf.clock {
    background-image: url(../assets/img/su-clock-green.svg);
}

.banner .kcs-banner .webinar-time-wrapper {
    width: 80%;
    margin-top: 24px;
}

.banner .kcs-banner .webinar-time-wrapper span {
    left: 70px;
}

.banner .kcs-banner .webinar-time-wrapper .time-wrapper-right span {
    left: 90px;
}

.banner .kcs-banner .webinar-time div.time span {
    font-size: 34px;
    line-height: 34px;
}

.banner .kcs-banner .speakers-container {
    background-color: #292f5f;
    color: #ffffff;
    padding: 60px 6px 60px 6px;
}

.banner .kcs-banner .speaker-container .heading {
    color: #292f5f;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    text-transform: uppercase;
    margin-bottom: -10px;
    margin-top: 22px;

}

.banner .kcs-banner .kcs-title {
    color: #38b3c2;
}

.banner .kcs-banner .speaker-container .heading h5 {
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 14px;
}

.banner .kcs-banner .speaker-image img {
    width: 46%;
}

.banner .kcs-banner .speaker-image {
    text-align: center;
    margin-bottom: 20px;
}

.banner .kcs-banner .speaker-warpper {
    width: 100%;
    height: 100%;
    background-color: #292f5f;
}

.banner .kcs-banner .speaker-image h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 24px;
    text-transform: none;
}

.banner .kcs-banner .speaker-image h4 {
    font-weight: 400;
    margin-top: 4px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.banner .kcs-banner .speaker-image h5 {
    color: #ffb200;
    font-size: 16px;
    line-height: 18px;
    margin: 4px 0 0;

}

.banner .tsia-banner {
    background-color: #172447;
    color: #ffffff;
    /*background-image: url(../assets/img/tsia-banner-bg-left.png);
    background-repeat: no-repeat;
    background-position: center left;*/
}

.banner .tsia-banner .row {
    background-image: url(../assets/img/tsia-banner-bg-left.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.banner .tsia-banner .su-logo {
    border-right: 1px solid #ffffff;
    padding-right: 20px;
}

.banner .tsia-banner h6 {
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-bottom: 0.6rem;
}

.banner .tsia-banner .logos.d-flex {
    margin-bottom: 2rem;
}

.banner .tsia-banner h3 {
    font-size: 2.4rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 2.6rem;
}

.banner .tsia-banner .webinar-title {
    color: #f06d01
}

.banner .tsia-banner a.btn {
    margin-top: 1.7rem;
    margin-left: 0;
    border-radius: 2px;
    padding: 12px 26px;
    text-transform: none;
    font-size: 1.2rem;
}

.banner .tsia-banner .webinar-time div {
    padding-right: 30px;
    border-right: 1px solid #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.banner .tsia-banner .webinar-time div h5 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -6px;
}

.banner .tsia-banner .webinar-time div.time,
.banner .tsia-banner .webinar-time div.date {
    padding-left: 30px
}

.banner .tsia-banner .webinar-time div.time {
    border-right: 0;
}

.banner .tsia-banner .webinar-time div.time span {
    font-size: 34px;
    line-height: 34px;
}

.banner .tsia-banner .webinar-time div.day span {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3px;
}

.banner .tsia-banner .webinar-time div.date h5,
.banner .tsia-banner .webinar-time div.day h5 {
    font-size: 34px;
    line-height: 34px;
}

.banner .tsia-banner .webinar-time div.date span {
    font-size: 18px;
    line-height: 18px;
}

.banner .tsia-banner .logos.d-flex img {
    width: 34%;
}

.banner .tsia-banner .d-none {
    display: none !important
}

.banner .tsia-banner .webinar-time {
    padding: 20px 0;
}

.banner .tsia-banner i.sf.calendar {
    background-image: url(../assets/img/su-calender.svg);
}

.banner .tsia-banner i.sf.clock {
    background-image: url(../assets/img/su-clock.svg);
}

.banner .tsia-banner .webinar-time-wrapper {
    width: 80%;
    margin-top: 20px;
}

.banner .tsia-banner .webinar-time-wrapper span {
    left: 70px;
}

.banner .tsia-banner .webinar-time-wrapper .time-wrapper-right span {
    left: 90px;
}

.banner .tsia-banner .webinar-time div.time span {
    font-size: 34px;
    line-height: 34px;
}

.banner .tsia-banner .speaker-container {
    background-color: #ffffff;
    color: #192346;
    margin-left: -16px;
    background-image: url(../assets/img/tsia-banner-bg-right.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.banner .tsia-banner .speaker-container .heading {
    background-color: #192346;
    color: #fff;
    width: 90%;
    text-align: center;
    padding: 10px 10px 4px 10px;
    margin-left: 50px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.banner .tsia-banner .speaker-container .heading h5 {
    font-weight: 400;
    letter-spacing: 4px;
}

.banner .tsia-banner .speaker-image img {
    width: 56%;
}

.banner .tsia-banner .speaker-image.alok img {
    width: 66%;
}

.banner .tsia-banner .speaker-image {
    text-align: center;
    margin-left: 30px;
}

.banner .tsia-banner .speaker-warpper {
    width: 100%;
}

.banner .tsia-banner .speaker-image h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 24px;
}

.banner .tsia-banner .speaker-image h4 {
    font-weight: 400;
    margin-top: 0px;
    font-size: 20px;
    617
}

.banner .forresterw-banner {
    background-color: #ffffff;
    background-image: url(../assets/img/forresterw-banner-bg-v2.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -200px;
    background-size: cover;
    color: #0e2462;
}

.banner .forresterw-banner .su-logo {
    border-right: 1px solid #0e2462;
    padding-right: 20px;
}

.banner .forresterw-banner h6 {
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ffb200;
    display: inline-block;
    margin-bottom: 26px;

}

.banner .forresterw-banner h5 {
    font-weight: 600;
    margin-bottom: 24px;
}

.banner .forresterw-banner .logos.d-flex {
    margin-bottom: 26px;
}

.banner .forresterw-banner h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.6rem;
}

.banner .forresterw-banner h4 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0;
    display: inline-block;
    color: #ffffff;
    background-color: #0e2462;
    padding: 10px 26px;
    margin: 24px 0;
    text-transform: uppercase;
}

.banner .forresterw-banner .col-md-3.speaker-details {
    padding: 0;
    margin-left: -20px;
}

.banner .forresterw-banner p.name-of-speaker {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 18px;
    margin-top: 40px;
}

.banner .forresterw-banner p.position-speakers {
    font-size: 16px;
    line-height: 22px;
    color: #182b4c;
    font-weight: 500;
}

.banner .forresterw-banner h4.webinar-sub-title {
    text-transform: uppercase;
    font-size: 1.3rem;
}

.banner .forresterw-banner a.btn {
    margin-top: 34px;
    margin-left: 0;
    border-radius: 2px;
    padding: 12px 26px;
    text-transform: none;
    font-size: 1.2rem;
}

.banner .forresterw-banner .webinar-time div {
    padding-right: 30px;
    border-right: 1px solid #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.banner .forresterw-banner .webinar-time div h5 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -6px;
}

.banner .forresterw-banner .webinar-time div.time,
.banner .forresterw-banner .webinar-time div.date {
    padding-left: 30px
}

.banner .forresterw-banner .webinar-time div.time {
    border-right: 0;
}

.banner .forresterw-banner .webinar-time div.time span {
    font-size: 34px;
    line-height: 34px;
}

.banner .forresterw-banner .webinar-time div.day span {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3px;
}

.banner .forresterw-banner .webinar-time div.date h5,
.banner .forresterw-banner .webinar-time div.day h5 {
    font-size: 34px;
    line-height: 34px;
}

.banner .forresterw-banner .webinar-time div.date span {
    font-size: 18px;
    line-height: 18px;
}

.banner .forresterw-banner .logos.d-flex img {
    width: 26%;
}

.banner .forresterw-banner .featuring-logos img {
    width: 34%;
}

.banner .forresterw-banner .d-none {
    display: none !important
}

.banner .forresterw-banner .webinar-time {
    padding: 20px 0;
}

.banner .forresterw-banner .featuring-logos {
    margin-bottom: 24px;
}

.banner .forresterw-banner .webinar-time-wrapper {
    width: 100%;
    margin-top: 26px;
}

.banner .forresterw-banner .webinar-time-wrapper .date-time-container {
    top: 8px;
    position: absolute;
    left: 80px;
    font-size: 20px;
    font-weight: 600;
}

.banner .forresterw-banner .webinar-time-wrapper .date-time-container small {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner .forresterw-banner .webinar-time-wrapper h5 {
    margin-bottom: -8px;
    font-size: 24px;
}

.banner .forresterw-banner i.sf {
    width: 40px;
    height: 40px;
}

.banner .forresterw-banner .webinar-time-wrapper .time-wrapper-right {
    padding-left: 24px;
    padding-top: 0;
    margin-left: -6px;
}

.banner .forresterw-banner .webinar-time-wrapper .time-wrapper-right .date-time-container {
    left: 88px;
}

.banner .forresterw-banner .speaker-container .heading {
    color: #292f5f;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    text-transform: uppercase;
    margin-bottom: -10px;
    margin-top: 22px;

}

.banner .forresterw-banner .kcs-title {
    color: #38b3c2;
}

.banner .forresterw-banner .speaker-container .heading h5 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 20px;
}

.banner .forresterw-banner .speaker-image img {
    width: 46%;
}

.banner .forresterw-banner .speaker-image {
    text-align: center;
    margin-bottom: 20px;
}

.banner .forresterw-banner .speaker-container {
    width: 100%;
}

.banner .forresterw-banner .speaker-container .speaker-warpper {
    width: 100%;
}

.banner .forresterw-banner .speaker-image h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 24px;
    text-transform: none;
    color: #ff8806;
}

.banner .forresterw-banner .speaker-image h4 {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
}

.forrester-lp .banner.video-banner:after {
    display: none;
}

.banner .forresterw-banner .webinar-speakers img {
    max-width: 74%;
}

.banner .forresterw-banner i.sf.clock {
    background-image: url(../assets/img/su-clock-orange.svg);
}

.banner .forresterw-banner i.sf.calendar {
    background-image: url(../assets/img/su-calander-orange.svg);
}

#mktoForm_6391 {
    width: 100% !important;
}

.forrester-lp .demo_form_wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    width: 340px;
    box-shadow: 0 0.75rem 1.5rem rgba(88, 91, 95, 0.38);
    padding: 25px 25px 15px;
    margin-top: 60px;
}

.forrester-lp .demo_form_wrapper h3 {
    color: #ffb200;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 4px;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 30px;
}

form#mktoForm_6391 .mktoFieldDescriptor.mktoFormCol {
    width: 100%;
}

form#mktoForm_6391 .mktoFieldWrap.mktoRequiredField {
    width: 100%;
}

.forrester-lp .demo_form_wrapper .thank-you-text p {
    color: #8e8f8f;
}

form#mktoForm_6391 .mktoFormRow.row_6 .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: #ffb200;
}

form#mktoForm_6391 input#emailOptInBoolean:focus,
form#mktoForm_6391 input#consenttoProcessing:focus {
    outline: none;
}

form#mktoForm_6391 input#emailOptInBoolean,
form#mktoForm_6391 input#consenttoProcessing {
    display: none;
}

form#mktoForm_6391 .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
form#mktoForm_6391 .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background-color: #ffb200;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;

}

form#mktoForm_6391 .mktoCheckboxList input#emailOptInBoolean+label:after,
form#mktoForm_6391 .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 18px;
    width: 18px;
    border: 1px solid #ffb200;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 5px;
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.forrester-lp form#mktoForm_6391 #fullNameEditable::-webkit-input-placeholder,
.forrester-lp form#mktoForm_6391 #Email::-webkit-input-placeholder,
.forrester-lp form#mktoForm_6391 #Country::-webkit-input-placeholder {
    color: #555;
}

.forrester-lp form#mktoForm_6391 #fullNameEditable::-moz-placeholder,
.forrester-lp form#mktoForm_6391 #Email::-moz-placeholder,
.forrester-lp form#mktoForm_6391 #Country::-moz-placeholder {
    color: #555;
}

.forrester-lp form#mktoForm_6391 #fullNameEditable:-ms-input-placeholder,
.forrester-lp form#mktoForm_6391 #Email:-ms-input-placeholder,
.forrester-lp form#mktoForm_6391 #Country:-ms-input-placeholder {
    color: #555;
}

.forrester-lp form#mktoForm_6391 #LastName::placeholder,
.forrester-lp form#mktoForm_6391 #FirstName::placeholder,
.forrester-lp form#mktoForm_6391 #fullNameEditable::placeholder,
.forrester-lp form#mktoForm_6391 #Email::placeholder,
.forrester-lp form#mktoForm_6391 #Country::placeholder,
.forrester-lp form#mktoForm_6391 #State::placeholder,
.forrester-lp form#mktoForm_6391 #fullNameEditable::placeholder,
.forrester-lp form#mktoForm_6391 #Email::placeholder,
.forrester-lp form#mktoForm_6391 #Country::placeholder {
    color: #555;
}

.forrester-lp form#mktoForm_6391 #fullNameEditable:-ms-input-placeholder,
.forrester-lp form#mktoForm_6391 #Email:-ms-input-placeholder,
.forrester-lp form#mktoForm_6391 #Country:-ms-input-placeholder {
    color: #555;
}

.forrester-lp form#mktoForm_6391 #LastName::-ms-input-placeholder,
.forrester-lp form#mktoForm_6391 #FirstName::-ms-input-placeholder,
.forrester-lp form#mktoForm_6391 #fullNameEditable::-ms-input-placeholder,
.forrester-lp form#mktoForm_6391 #Email::-ms-input-placeholder,
.forrester-lp form#mktoForm_6391 #Country::-ms-input-placeholder,
.forrester-lp form#mktoForm_6391 #State::-ms-input-placeholder,
.forrester-lp form#mktoForm_6391 #fullNameEditable::-ms-input-placeholder,
.forrester-lp form#mktoForm_6391 #Email::-ms-input-placeholder,
.forrester-lp form#mktoForm_6391 #Country::-ms-input-placeholder {
    color: #555;
}

.forrester-lp form#mktoForm_6391 #LastName,
.forrester-lp form#mktoForm_6391 #FirstName,
.forrester-lp form#mktoForm_6391 #fullNameEditable,
.forrester-lp form#mktoForm_6391 #Email,
.forrester-lp form#mktoForm_6391 #Country,
.forrester-lp form#mktoForm_6391 #State {
    border-radius: unset;
    border: none;
    border-bottom: 1px solid #8e8f8f;
    outline: none !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0 10px;
    height: 35px;
    font-family: "Montserrat", Arial, sans-serif;
}

.forrester-lp form#mktoForm_6391 #State {
    margin-bottom: 20px !important;
}

section.header-section.sub-heading.forrester-lp {
    padding: 60px 0 80px;
}

.forrester-lp.header-section.sub-heading .demo_form_wrapper h3 {
    color: #ffb200 !important;
    font-weight: 500;
}

form#mktoForm_6391 select#Country,
form#mktoForm_6391 select#State {
    color: #555 !important;
}

form#mktoForm_6391 #Country,
form#mktoForm_6391 #State {
    margin-bottom: 0px !important;
    color: #555;
    font-family: "Montserrat";
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../assets/img/drop-arrow-orange.png") no-repeat bottom 13px right 15px #fff !important;
}

form#mktoForm_6391 .mktoCheckboxList {
    width: 60px !important;
    padding-left: 0 !important;
    padding-top: 2px !important;
    float: none !important;
}

form#mktoForm_6391 input#emailOptInBoolean,
form#mktoForm_6391 input#consenttoProcessing {
    margin-left: 0px;
}

form#mktoForm_6391 label[for="emailOptInBoolean"],
form#mktoForm_6391 label[for="consenttoProcessing"] {
    float: right;
    width: 90% !important;
    padding: 0;
    font-size: 11px;
    color: #8e8f8f;
    font-weight: 400 !important;
    line-height: 16px;
    margin-top: 3px;
    margin-bottom: 3px !important;
    font-family: "Montserrat", Arial, sans-serif;
}

form#mktoForm_6391 .mktoRequiredField .mktoAsterix {
    display: none;
}

form#mktoForm_6391 .mktoFormRow:nth-child(2) {
    margin-top: 18px;
}

form#mktoForm_6391 .mktoFormRow:nth-child(6) {
    margin-top: 10px;
    margin-bottom: 20px;
}

form#mktoForm_6391 .mktoFormRow:nth-child(6) label {
    display: none;
}

form#mktoForm_6391 .mktoFormRow:nth-child(7) {
    margin-bottom: 6px;
}

form#mktoForm_6391 .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: #ffb200;
}

form#mktoForm_6391 .mktoGutter,
form#mktoForm_6391 .mktoOffset {
    height: 0px;
}

form#mktoForm_6391 button {
    background: #f38a00 !important;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px !important;
    border-radius: 10px !important;
    background-image: inherit !important;
    width: 102%;
    letter-spacing: 1px;
    border: 0;
    text-align: center;
    margin: 0 auto;
    padding: 15px 18px;
    text-transform: uppercase;
    font-weight: 600;
}

form#mktoForm_6391 span.mktoButtonWrap.mktoSimple {
    margin: 0 auto !important;
    display: block;
    width: 210px;
}

form#mktoForm_6391 .mktoFormRow:nth-child(5) .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 0px !important;
}

form#mktoForm_6391 .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: -10px !important;
}

form#mktoForm_6391 .mktoFormRow:nth-child(1) .mktoFormCol .mktoError {
    right: auto !important;
}

form#mktoForm_6391 .mktoFormRow:nth-child(2) .mktoFormCol .mktoError {
    right: auto !important;
}

form#mktoForm_6391 .mktoFormRow:nth-child(3) .mktoFormCol .mktoError {
    right: auto !important;
}

form#mktoForm_6391 .mktoFormRow:nth-child(4) .mktoFormCol .mktoError {
    right: auto !important;
}

form#mktoForm_6391 .mktoFormRow:nth-child(5) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: -30px !important;
    left: 0px;
}

form#mktoForm_6391 .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: 55px !important;
    left: 0px;
}

form#mktoForm_6391 .mktoButtonRow {
    display: block;
    height: 10px;
    margin-top: 20px;
}

form#mktoForm_6391 .mktoFormRow.row_6 .mktoError {
    right: 0 !important;
    bottom: !important;
    left: 0 !important;
    top: 23px !important;
}

form#mktoForm_6391 .mktoFormRow.row_6 {
    display: inline-block;
    margin-bottom: -40px;
    margin-top: -16px;
}

form#mktoForm_6391 .mktoFormRow.row_7 {
    margin-top: 6px;
    margin-bottom: -40px;
    display: inline-block;
}

.thank-you-text p {
    color: #ffffff;
}

form#mktoForm_6391 label[for="emailOptInBoolean"] a {
    padding: 0 !important;
}

.forrester-lp section.searchunify-testimonials {
    margin-top: -56px;
    padding-top: 0;
}

.forrester-lp .banner.video-banner {
    padding-bottom: 100px;
}

.forrester-lp .lp-support ul,
.forrester-lp .lp-support ul li {
    color: #757575;
    margin: 0;
    padding: 0;
}

.forrester-lp .lp-support ul {
    padding-left: 15px;
}

.forrester-lp .lp-support a {
    color: #f48b00;
}

/*
.forrester-lp .lp-support a{
    color: #757575;
    padding: 2px 0px 1px;
    background-image: linear-gradient(transparent 0%, transparent calc(50% - 9px), #f48b00 calc(50% - 9px), #f48b00 100%);
    transition: background-position 120ms ease-in-out 0s, padding 120ms ease-in-out 0s;
    background-size: 100% 260%;
    background-position: 0px 0px;
    word-break: break-word;

}
.forrester-lp .lp-support a:hover{
    color: #ffffff;
    background-image: linear-gradient(transparent 0%, transparent calc(50% - 9px), #f48b00 calc(50% - 9px), #f48b00 100%);
    background-position: 0px 100%;
    text-decoration: none;
}*/
.banner i.sf {
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.banner i.sf.calendar-alt {
    background-image: url(../assets/img/fa-calendar-alt-blue-v2.png);
}

.banner i.sf.clock {
    background-image: url(../assets/img/fa-clock-blue-v2.png);
}

.banner .webinar-time-wrapper .time-wrapper-right {
    padding-left: 30px;
}

.banner .webinar-time-wrapper .time-wrapper-right span {
    left: 100px;
}

.banner .webinar-time-wrapper span {
    top: 8px;
    position: absolute;
    left: 86px;
    font-size: 20px;
    font-weight: 600;
}

.banner .rubrik-webinar-banner .speaker-inner p {
    font-size: 15px;
}

.banner .rubrik-webinar-banner .webinar-cta {
    text-align: left;
    padding-bottom: 4rem;
}

.banner .rubrik-webinar-banner .webinar-cta a.btn {
    margin-left: 0;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;

}

.banner .community-banner {
    color: #ffffff;
    background-size: cover;
    background-position: center top;
}

.banner .community-banner h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-right: 38px;
}

.banner .security-banner h6,
.banner .community-banner h6 {
    font-weight: 400;
    font-size: 18px;
    margin-top: -50px;
}

.banner .community-banner h3 {
    font-family: 'elephantregular';
    font-size: 46px;
    line-height: 56px;
    padding: 8px 0;
}

.banner .security-banner .security-banner-wrapper a,
.banner .community-banner .community-banner-wrapper a {
    margin-left: 0;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
}

.banner .security-banner .illustration-wrapper img,
.banner .community-banner .illustration-wrapper img {
    max-width: 108%;
}

.banner .security-banner {
    color: #175286;
}

.banner .security-banner h4,
.banner .security-banner h3 {
    font-size: 34px;
    line-height: 38px;
    font-weight: 700;
}

.banner .security-banner h5,
.banner .security-banner h4 {
    padding-bottom: 20px;
}

.banner .security-banner .title-wrapper {
    padding-right: 0;
}

.banner .security-banner h5 {
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.banner .community-re-focus {
    background-color: #4e9ad3;
}

.banner .community-re-focus .baner-col {
    color: #ffffff;
}

.banner .community-re-focus .baner-col h5 {
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
}

.banner .community-re-focus .baner-col h3 {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 46px;
    line-height: 30px;
    margin-top: 12px;
}

.banner .community-re-focus .community-re-focus-logo img {
    max-width: 90%;
}

.banner .community-re-focus .webinar-time-wrapper p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.banner .community-re-focus .webinar-time-wrapper p sup {
    text-transform: lowercase;
}

.banner .community-re-focus .webinar-time-wrapper span {
    top: -2px;
    position: relative;
    left: 0;
    margin-right: 20px;
}

.banner .community-re-focus a.btn {
    border-radius: 1.4rem;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 700;
    margin-top: 14px;
}

.banner .community-re-focus .speaker-col {
    background-color: #ffffff;
    color: #2967a1;
    background-image: url(../assets/img/cf-patterns.png);
    margin-left: -15px;
}

.banner .community-re-focus .speaker-col h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 30px;
}

.banner .community-re-focus .speaker-col h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'big_noodle_titling', Montserrat, Arial, sans-serif;
    letter-spacing: 3px;
    margin-top: 12px;
}

.banner .community-re-focus .speaker-col p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 14px;
}

.banner .community-re-focus .speaker-inner {
    padding-left: 2rem;
}

.banner .community-re-focus .speaker-inner img {
    max-width: 80px;
    box-shadow: -2px 4px 14px 6px rgba(202, 202, 202, .5);
    border-radius: 50%;
}

p.hero-text {
    font-size: 1.2rem
}

.hover-shadow-lg,
.hover-translate-y-n10,
.hover-translate-y-n3 {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.hover-shadow-lg:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important
}

.hover-translate-y-n3:hover,
.translate-y-n3 {
    -webkit-transform: translateY(-3px) !important;
    -ms-transform: translateY(-3px) !important;
    transform: translateY(-3px) !important
}

.hover-translate-y-n10:hover,
.translate-y-n10 {
    -webkit-transform: translateY(-10px) !important;
    -ms-transform: translateY(-10px) !important;
    transform: translateY(-10px) !important
}

.banner a.btn {
    border-radius: 1.2rem;
    padding: 6px 20px
}

.banner a.btn:hover {
    color: #fff
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

h2.searchunify-logo {
    margin: 0
}

section.notif-banner .carousel-item {
    padding: 1rem 0
}

figure.home-banner-illustration {
    max-width: 100%;
    display: none
}

.notif-banner .header-ribbon h4 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: 600;
    display: inline-block
}

.notif-banner .header-ribbon a.btn {
    background: #fff;
    margin-left: 2rem;
    border-radius: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .8rem
}

.notif-banner .header-ribbon a.btn span {
    padding: 0 1rem
}

section.personalize {
    padding: 4.5rem 0
}

.personalize-intro {
    padding-bottom: 0
}

.personalize-intro h2,
.searchunify-heading {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    line-height: 44px;
}

.personalize-intro p {
    font-size: 1rem;
    text-align: center;
    font-weight: 600
}

.personalize-tabs .icon {
    padding: 4px;
    background-color: #fff;
    box-shadow: 0 2px 14px rgba(202, 202, 202, .5)
}

.img-illustration video {
    width: 600px;
    max-width: 100%
}

.personalize-tabs .icon img {
    width: 2rem;
    height: 2rem
}

.personalize-tabs .card {
    border: none;
    margin-bottom: .75rem
}

.personalize-tabs .card:hover {
    background-color: #f4f8f9;
    box-shadow: 0 2px 14px rgba(202, 202, 202, .5);
    cursor: pointer
}

.personalize-illustrations .img-illustration img {
    max-width: 96%
}

.personalize-tabs .card .card-body {
    padding: .25rem 1.25rem
}

.personalize-tabs .card .card-body p {
    color: #8e8f8f;
    font-size: .8rem;
    line-height: 1rem
}

.personalize-tabs .card .icon-text h5 {
    font-size: .9rem;
    font-weight: 600;
    color: #182b4e
}

.personalize-tabs .card .card-header .tab-trigger {
    padding: .75rem 1.25rem
}

.personalize-tabs .card .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 0
}

.personalize-tabs .card.active {
    background-color: #f4f8f9;
    box-shadow: 0 2px 14px rgba(202, 202, 202, .5)
}

.personalize-tabs .card.card-ai-powered.active {
    border-left: 2px solid #0bb481
}

.personalize-tabs .card.card-chatbot.active {
    border-left: 2px solid #708fe5
}

.personalize-tabs .card.card-analytics.active {
    border-left: 2px solid #e19a06
}

.personalize-tabs .card.card-deflaction.active {
    border-left: 2px solid #9ccb85
}

.personalize-illustrations .hide {
    display: none
}

div#personalize-tabs {
    padding-top: 2rem
}

.searchunify-in-numbers {
    padding: 6rem 0
}

.searchunify-in-numbers h3 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800
}

.searchunify-in-numbers p {
    text-align: center;
    font-size: 1rem;
    font-weight: 600
}

.close-loop {
    background-color: #343e62;
    padding: 4.8rem 0
}

.close-loop-img img {
    max-width: 94%
}

.close-loop-text {
    color: #fff
}

.close-loop-text h3 {
    text-align: left
}

.close-loop-text p {
    font-size: 1.2rem;
    font-weight: 300
}

section.platform {
    padding: 6rem 0;
    position: relative;
}

section.platform h2 {
    padding: 0 10rem;
    margin-bottom: 4rem;
}

section.searchunify-applications {
    padding: 4rem 0 8rem 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    margin-bottom: -60px;
    margin-top: -54px;
}

section.searchunify-applications h2 {
    padding: 0 11rem;
}

section.searchunify-applications img {
    max-width: 100%;
}

section.searchunify-applications .application-tabs {
    border-top: 1px solid #d1d2d7;
    border-bottom: 1px solid #d1d2d7;
    padding: 1rem 0;
    max-width: 80%;
    margin: 0 auto;
}

section.searchunify-applications .application-tabs .btn {
    margin: 0 6px;
    border: 0;
    background-color: transparent;
    color: #7f8792;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

section.searchunify-applications .application-tabs .btn.active {
    color: #ffffff;
    border: 0;
    background: #f80;
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

section.searchunify-applications .tabs-content-col {
    margin-top: 20px;
}

section.searchunify-applications .tabs-content h4 {
    font-size: 2rem;
    font-weight: 600;
    padding-right: 0;
}

section.searchunify-applications .tabs-content a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #f48b00;
}

section.searchunify-applications .tabs-content a:hover {
    color: #182b4c;
}

section.modern-support a:after,
section.searchunify-applications .tabs-content a:after {
    background-image: url(../images/icons/right-arrow.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

section.searchunify-applications .tabs-content p {
    color: #7b818f;
}

section.searchunify-applications .tabs-content span {
    display: block;
}

.searchunify-applications .hide {
    display: none;
}

section.next-gen-apps {
    padding: 4rem 0 0;
    position: relative;
}

section.searchunify-partners {
    position: relative;
}

section.searchunify-partners .ab-partner-container a .img-fluid,
section.searchunify-partners .ab-partner-container div.without-link .img-fluid {
    max-width: 84%;
}

section.searchunify-partners img.img-fluid.aem {
    width: 275px;
    height: auto;
}

section.searchunify-partners .ab-partner-container {
    padding-top: 40px;
}

section.searchunify-partners .ab-partner-container div.without-link,
section.searchunify-partners .ab-partner-container a {
    border: 2px solid #ffffff;
    text-align: center;
    height: 60px;
}

section.searchunify-partners .ab-partner-container div.without-link img.img-fluid:hover,
section.searchunify-partners .ab-partner-container a img.img-fluid:hover {
    border-bottom: 2px solid #ffb200;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section.searchunify-partners .ab-partner-container .img-fluid {
    max-width: 25%;
}

.searchunify-customers {
    padding: 3rem 0;
    z-index: 10;
    position: relative;
}

.searchunify-customers ul {
    margin: 0;
    padding: 0
}

.searchunify-customers ul li div.carousel-images-customer {
    width: 210px
}

.suTestimonialsV3 .profile-image i {
    display: block
}

.suTestimonialsV3 .profile-name h3 {
    font-weight: 600;
    font-size: .8rem;
    line-height: 1rem;
    margin: 0;
    padding: 0 0 .2rem
}

.suTestimonialsV3 .profile-name h4 {
    font-weight: 600;
    font-size: .6rem;
    padding: 0 1rem 0 0;
    margin: 0;
    line-height: .9rem
}

.suTestimonialsV3 .testimonial-logo {
    padding: 0
}

.suTestimonialsV3 .testimonial-logo i {
    padding: 0;
    margin: 0 auto;
    display: block;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    width: 172px !important
}

.suTestimonialsV3 .testimonial-cta {
    margin: 0;
    padding: 0;
    text-align: center
}

.suTestimonialsV3 .testimonial-cta a.request_btn {
    font-size: 10px;
    padding: 8px 12px;
    margin-left: 0;
    line-height: 12px;
    font-weight: 600
}

.suTestimonialsV3 .author:after {
    content: "";
    height: 3rem;
    border-right: 1px solid #737373
}

.suTestimonialsV3 .author {
    min-height: 6rem
}

.searchunify-testimonial {
    padding: 2.8rem 0 6rem
}

.suTestimonialsV3 .carousel-inner,
.suTestimonialsV3 .carousel-item-next,
.suTestimonialsV3 .carousel-item-prev {
    width: 100%;
    margin: 0
}

.suTestimonialsV3 .carousel-inner .testimonial-wrap {
    padding-left: 4rem;
    padding-top: 2rem
}

.suTestimonialsV3 .carousel-inner .testimonial-item:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-size: 2rem;
    color: #caced7;
    position: absolute;
    top: 1.6rem;
    left: 1rem;
    display: inline-block;
    font-weight: 900;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.searchunify-testimonial .testimonials-heading h5 {
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #182b4e
}

.searchunify-testimonial .testimonials-heading h3 {
    text-align: left
}

.searchunify-testimonial .testimonial-text p {
    font-size: 1rem
}

.searchunify-testimonial ol.carousel-indicators {
    left: 7rem;
    width: 15rem;
    bottom: -2rem
}

.searchunify-testimonial ol.carousel-indicators li {
    width: .5rem;
    height: .5rem;
    margin-right: .45rem;
    border-radius: 50%;
    background-color: #caced7;
    cursor: pointer
}

.searchunify-testimonial ol.carousel-indicators li.active {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    background: #f80;
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%)
}

.searchunify-testimonial .testimonials-controls {
    padding-top: 1rem;
    display: none
}

.searchunify-testimonial .testimonials-controls a {
    color: #313f59
}

.searchunify-testimonial .testimonials-controls a:hover {
    text-decoration: none
}

.searchunify-testimonial .testimonials-controls a.left {
    padding-right: 1.5rem;
    border-right: 1px solid #caced7
}

.searchunify-testimonial .testimonials-controls a.right {
    padding-left: 1.5rem
}

.searchunify-testimonial .testimonials-controls a i {
    font-size: 1rem
}

.searchunify-testimonial .testimonials-controls a span {
    font-size: .9rem;
    font-weight: 600
}

.searchunify-testimonial .testimonials-controls a.right span {
    padding-right: 1rem
}

.searchunify-testimonial .testimonials-controls a.left span {
    padding-left: 1rem
}

.why_searchunify {
    padding: 16rem 0;
    color: #182b4e;
    background-image: url(../images/home/bg-csat.svg);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    background-size: cover;
    margin: -11rem 0 -6rem 0;
}

.why_searchunify .why_content {
    margin: 0 5px;
    padding: 4rem 3rem;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .2);
    border-radius: 1rem;
    background-color: #fff;
}

section.why_searchunify .col-12 {
    margin-bottom: 2.4rem;
}

.why_searchunify .h2 {
    font-size: 2rem;
    font-weight: 600
}

.why_searchunify .why_content .icon img {
    max-width: 3.6rem
}

.why_searchunify .why_content .icon .why-icon {
    display: block;
    max-width: 80px;
}

.why_searchunify .why_content h3 {
    font-size: 1.3rem;
    font-weight: 600
}

.feaured-resources {
    padding: 4.5rem 0;
    position: relative;
    overflow: hidden;
}

.feaured-resources .card a:hover {
    text-decoration: none;
}

.feaured-resources .card {
    border: 0;
    color: #011866;
    padding: 0 15px;
    padding-bottom: 24px;
}

.feaured-resources .rc-card-bottom:after {
    background-image: url(../images/icons/right-arrow.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

.feaured-resources .rc-card-bottom {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #011866;
}

.feaured-resources .card-body h4 {
    padding: 6px 10px;
    background: #f48b00;
    color: #fff;
    width: auto;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}

.feaured-resources .rc-card-bottom:hover {
    color: #f48b00;
}

.feaured-resources .card-body h3 {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #011866;
}

.feaured-resources .card-body h3:hover {
    text-decoration: none;
}

.feaured-resources .card-body {
    padding-left: 0;
}

.feaured-resources .rc-img-wrapper img,
.feaured-resources .rc-img-wrapper {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.feaured-resources .card .card-body.light-font {
    color: #fff
}

.feaured-resources .card .card-body.dark-font {
    color: #182b4e
}

.feaured-resources .card.card-body.dark-font p {
    color: #8e8f8f
}

.feaured-resources .feaured-resources-content {
    padding-left: 2.6rem;
    padding-right: 2.6rem
}

.feaured-resources .feaured-resources-content h4 {
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase
}

.feaured-resources .feaured-resources-content h2 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6rem;
    padding: 1.2rem 0
}

.feaured-resources .feaured-resources-content .request_btn {
    margin: 0 auto !important
}

.feaured-resources .feaured-resources-content .btn-container {
    margin: 0 auto
}

.feaured-resources .h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #182b4e
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important
}

.request-demo-section {
    padding: 2rem 0;
    position: relative;
    z-index: 10;

}

.request-demo-section .card.card-body {
    border-radius: 3rem;
    color: #fff;
    padding: 1rem 3rem;
    border: 0
}

.request-demo-section .card.card-body .request_demo_click {
    background-color: #fff;
    color: #182b4e;
    font-weight: 600;
    box-shadow: 5px 4px 11px rgba(95, 93, 93, .57);
    text-decoration: none
}

.request-demo-section .card.card-body .request_demo_click:hover {
    text-decoration: none
}


section.searchunify-testimonials {
    margin-top: -80px;
}

section.searchunify-testimonials,
section.modern-support {
    padding: 2rem 0;
    position: relative;
}

.support-lp section.modern-support {
    padding: 2rem 0 1rem 0;
}

section.modern-support {
    background-image: url(../images/home/bg-pattern-1.svg);
    background-repeat: no-repeat;
    background-position-y: -110px;
    margin-top: -72px;
}

img.triangle-1 {
    position: absolute;
    top: 7%;
    left: 8%;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

img.lines-jig-jag-1 {
    position: absolute;
    top: 34%;
    right: 2%;
}

img.triangle-2 {
    position: absolute;
    top: 71%;
    right: 5%;
}

img.triangle-gray-1 {
    position: absolute;
    top: 6%;
    right: 12%;
}

.support-lp img.triangle-gray-1 {
    position: absolute;
    top: 6%;
    right: 10%;
}

.support-lp img.plus-1 {
    position: absolute;
    top: 18%;
    left: 10%;
}

img.plus-1 {
    position: absolute;
    top: 18%;
    left: 15%;
}

img.plus-2 {
    position: absolute;
    top: 46%;
    right: 18%;
}

img.triangle-gray-2 {
    position: absolute;
    top: 21%;
    right: 12%;
}

img.plus-3 {
    position: absolute;
    top: 69%;
    right: 12%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

img.triangle-gray-3 {
    position: absolute;
    top: 21%;
    right: 12%;
}

img.triangle-gray-4 {
    position: absolute;
    bottom: -21%;
    right: 12%;
}

img.plus-4 {
    position: absolute;
    top: 34%;
    left: 15%;
}

img.plus-5 {
    position: absolute;
    top: 22%;
    right: 51%;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

img.triangle-gray-5 {
    position: absolute;
    top: 41%;
    right: 19%;
}

img.cirlce-small-1 {
    position: absolute;
    top: 78%;
    left: 17%;
}

img.cirlce-small-2 {
    position: absolute;
    top: 75%;
    left: 15%;
}

img.cirlce-small-3 {
    position: absolute;
    top: 8%;
    left: 31%;
}

img.cirlce-small-4 {
    position: absolute;
    top: 12%;
    left: 8%;
}

img.cirlce-small-5 {
    position: absolute;
    top: 93%;
    left: 26%;
}

img.cirlce-1 {
    position: absolute;
    top: 41%;
    right: -7%;
}

img.rectangle-1 {
    position: absolute;
    bottom: 13%;
    left: 3%;
}

section.customers-testimonails .searchunify-heading span,
section.searchunify-partners span,
section.platform span,
section.searchunify-applications span,
section.feaured-resources span,
section.next-gen-apps span,
section.searchunify-customers span,
section.why_searchunify span,
section.searchunify-testimonials span,
section.modern-support a,
section.modern-support span {
    color: #f48b00;
}

section.modern-support a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

section.modern-support a:hover {
    color: #182b4c;
}

section.feaured-resources h2,
section.next-gen-apps h2,
section.searchunify-customers h2,
section.searchunify-testimonials h2,
section.modern-support h2,
section.modern-support h3 {
    color: #182b4c;
}

section.why_searchunify h2 {
    color: #ffffff;
    padding: 0 10rem;
}

section.searchunify-applications p,
section.why_searchunify p,
section.searchunify-testimonials p,
section.modern-support p {
    color: #757575;
}

section.modern-support h2.searchunify-heading {
    padding: 0 17rem;
    line-height: 3rem;
}

section.modern-support h3 {
    padding-right: 14rem;
}

section.searchunify-testimonials .section-heading h3 {
    padding: 0 12rem;
}

section.searchunify-testimonials img.testimonials {
    max-width: 530px;
}

section.searchunify-testimonials .logos {
    padding: 10px 0 0;
}

section.searchunify-testimonials .logos img.tsia-logo {
    margin-right: 30px
}

section.searchunify-testimonials .logos img {
    max-height: 36px;
}

section.searchunify-testimonials .recommended-row {
    padding: 3rem 0
}

section.searchunify-testimonials .testimonials-heading {
    padding: 0 15rem;
}

section.searchunify-testimonials .section-heading p {
    padding: 0 6rem;
    margin-bottom: 2rem;
}

section.searchunify-testimonials .suTestimonialsV4 h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    padding-right: 7rem;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonial-item {
    min-height: 188px;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonial-item p.testimonials-text {
    min-width: 540px;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonials-controls a span {
    width: 30px;
    height: 30px;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonials-controls a:hover svg path {
    fill: #798292;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonials-controls a span svg {
    max-width: 22px;
}

section.searchunify-testimonials .suTestimonialsV4 p section.searchunify-testimonials .suTestimonialsV4 .testimonial-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonial-logo p {
    font-style: normal;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 500;
    display: inline-block;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonial-logo a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    margin-left: 20px;
    color: #f48b00;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonial-logo a:after {
    background-image: url(../images/icons/right-arrow.svg);
    content: "";
    display: inline-block;
    width: 16px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonial-logo a:hover {
    color: #182b4c;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonial-logo img {
    max-width: 60px;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonials-controls {
    position: absolute;
    bottom: 16px;
    width: 120px;
    right: 0;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonials-controls a {
    width: 48%;
    display: inline-block;
    text-align: center;
    color: #f48b00;
    font-size: 22px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border: 0;
    padding: 8px 0;
    border-radius: 8px;
}

section.searchunify-testimonials .suTestimonialsV4 .testimonials-controls a:hover {
    border: 0;
    box-shadow: 0 2px 15px 0 rgb(244 139 0 / 20%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

section.next-gen-apps .searchunify-heading {
    padding: 0 15rem;
}

section.feaured-resources .searchunify-heading {
    padding: 0 18rem;
}

section.next-gen-apps .links {
    margin-top: 2rem;
}

section.searchunify-testimonials .logos a.btn,
section.next-gen-apps .btn {
    padding: 16px 22px;
    margin: 0 10px;
    text-transform: uppercase;
    border-radius: 10px;
}

section.searchunify-testimonials .logos a.btn:hover,
section.next-gen-apps .btn.light-button:hover,
section.next-gen-apps .btn.dark-button {
    color: #ffffff;
    background-color: #182b4c;
    border: 1px solid #182b4c;
}

section.searchunify-testimonials .logos a.btn,
section.next-gen-apps .btn.light-button {
    color: #f48b00;
    border: 1px solid #f48b00;
}

div.request-demo {
    color: #ffffff;
    padding: 0 0;
    position: relative;
    z-index: 100;
}

div.request-demo h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
}

div.request-demo .thank-you-text {
    color: #818ba4;
    min-height: 200px;
    padding-top: 66px;
}

div.request-demo p {
    margin-bottom: 0;
}

div.request-demo .demo-form-container {
    padding: 40px 0;
    box-shadow: none;
    width: 100%;

}

div.request-demo .demo-form-wrapper {
    box-shadow: 0px 1px 9px rgba(88, 91, 95, 0.38);
    background-color: #fff;
    border: 1px solid #55c7ff;
    border-radius: 20px;
    padding: 20px 30px;
}

div.request-demo .demo-form-container .mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

div.request-demo .demo-form-container .mktoForm .mktoOffset,
div.request-demo .demo-form-container .mktoForm .mktoGutter {
    height: 0;
}

div.request-demo .demo-form-container .mktoForm .mktoLabel,
div.request-demo .demo-form-container .mktoForm input[type=text],
div.request-demo .demo-form-container .mktoForm input[type=email],
div.request-demo .demo-form-container .mktoForm select.mktoField,
div.request-demo .demo-form-container form,
div.request-demo .demo-form-container .mktoForm .mktoFieldWrap,
div.request-demo .demo-form-container .mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
    font-family: "Montserrat";

}

div.request-demo .demo-form-container .mktoForm select.mktoField,
div.request-demo .demo-form-container form,
div.request-demo .demo-form-container .mktoForm .mktoFieldWrap,
div.request-demo .demo-form-container .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 0 !important;
}

div.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
    display: block;
    float: left;
    margin-left: -7px;
    padding-right: 5px;
    color: #ffb200;
}

div.request-demo .demo-form-container .mktoForm input#emailOptInBoolean,
div.request-demo .demo-form-container .mktoForm input#consenttoProcessing {
    display: none;
}

div.request-demo .demo-form-container .mktoForm #fullNameEditable,
div.request-demo .demo-form-container .mktoForm #Email,
div.request-demo .demo-form-container .mktoForm #Country,
div.request-demo .demo-form-container .mktoForm #State {
    color: #555;
    font-family: "Montserrat";
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 8px;
    outline: 0;
    border: 1px solid #e4e9ef;
    border-radius: 4px;
    margin-bottom: 12px;
}

div.request-demo .demo-form-container .mktoForm .mktoLogicalField {
    height: 0px !important;
}

div.request-demo .demo-form-container .mktoForm #Country,
div.request-demo .demo-form-container .mktoForm #State {
    background: url("../assets/img/drop-arrow-orange.png") no-repeat bottom 13px right 15px #fff !important;
    margin-bottom: 12px;
}

div.request-demo .demo-form-container .mktoForm .mktoLabel {
    margin-bottom: 10px;
    color: #182b4c !important;
}

div.request-demo .demo-form-container .mktoForm a {
    padding: 0 !important;
}

div.request-demo .demo-form-container .mktoForm a:hover {
    border: 0 !important;
}

div.request-demo .demo-form-container .mktoForm label[for="emailOptInBoolean"],
div.request-demo .demo-form-container .mktoForm label[for="consenttoProcessing"] {
    float: right;
    width: 90% !important;
    padding: 0;
    font-size: 12px;
    color: #8e8f8f;
    font-weight: 400 !important;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom: 6px !important;
    font-family: "Montserrat", Arial, sans-serif;
}

div.request-demo .demo-form-container .mktoForm .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
div.request-demo .demo-form-container .mktoForm .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background-color: #ffb200;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;

}

div.request-demo .demo-form-container .mktoForm .mktoCheckboxList input#emailOptInBoolean+label:after,
div.request-demo .demo-form-container .mktoForm .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #ffb200;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    left: 0;
    border-radius: 3px;
    top: 5px;
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-repeat: no-repeat;
    background-size: auto;
}

div.request-demo .demo-form-container .mktoForm .mktoFormRow.row_4,
div.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(4) {
    margin-bottom: 12px;
}

div.request-demo .demo-form-container .mktoForm .mktoButtonRow {
    width: 100%;
    margin-top: 12px !important;
    margin-bottom: 6px;
}

div.request-demo .demo-form-container .mktoForm span.mktoButtonWrap.mktoSimple {
    margin: 0 auto !important;
    display: block;
    width: 210px;
}

div.request-demo .demo-form-container .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%) !important;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px !important;
    border-radius: 10px !important;
    width: 100%;
    letter-spacing: 1px;
    border: 0 !important;
    text-align: center;
    margin: 0 auto;
    padding: 15px 18px !important;
    text-transform: uppercase;
    font-weight: 600;
}

div.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(1) .mktoFormCol .mktoError {
    right: auto !important;
}

div.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(2) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: -22px !important;
}

div.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(3) .mktoFormCol .mktoError {
    right: auto !important;
}

div.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(4) .mktoFormCol .mktoError {
    right: auto !important;
}

div.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(5) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: -30px !important;
    left: 0px;
}

div.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
    right: auto !important;
    bottom: 6px !important;
    left: 0px;
}

.customers-testimonails {
    padding: 70px 0 140px;
    position: relative;
}

.customers-testimonails h2 {
    padding: 0 12rem;
}

.customers-testimonails .top-textheadline {
    margin-bottom: 60px;
}

.ourconnector-container.customers-logos {
    padding: 0 0 14px;
}

.customers-testimonails .col-lg-7 {
    padding-right: 40px
}

.peer-review a:hover {
    text-decoration: none;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}

.peer-review h5 {
    font-size: 14px;
    font-weight: 600;
    color: #5f6388;
    margin-right: 30px;
}

.peer-review .icon {
    text-align: right;
}

.peer-review .d-flex.align-items-center {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.peer-review .card-body {
    padding: 13px 12px;
    margin-bottom: 10px;
    border: 1px solid #d7dae0;
}

.row.peer-review {
    padding-top: 0;
    padding-left: 0;
}

.peer-review .icon img {
    max-height: 34px
}

.suTestimonialsV6 .profile-name {
    margin-left: -12px
}

.suTestimonialsV6 .profile-image i {
    display: block;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin-left: -14px;
}

.suTestimonialsV6:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    font-size: 3rem;
    color: #d7dae0;
    position: absolute;
    top: -15px;
    left: 14px;
    display: inline-block;
    font-weight: 900;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 100;
    padding: 0 16px;
}


.suTestimonialsV6 .carousel-inner-wrapper {
    padding: 2rem 2rem 1rem 2rem;

}

.suTestimonialsV6 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #f48b00;
}

.suTestimonialsV6 h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    min-height: 48px;
}


.suTestimonialsV6 .testimonial-text p {
    font-size: 14px;
}


.suTestimonialsV6 .carousel-indicators li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #d7dae0;
    border: 1px solid #d7dae0;
    cursor: pointer;
}

.suTestimonialsV6 ol.carousel-indicators {
    position: absolute;
    bottom: -49px;
    left: 0;
    max-width: 100%;
}

div#suTestimonialsV6 {
    padding-top: 1rem;
}

.suTestimonialsV6 .carousel-indicators li.active {
    background: #f48b00;
    border: 1px solid #f48b00;
}

.suTestimonialsV6 .testimonial-logo-raman-kumar {
    margin-left: -10px;
}

.suTestimonialsV6 i.testimonial-logo-leo-daley {
    width: 186px !important;
    height: 44px !important;
    display: inline-block;
    -webkit-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
    margin-left: -18px;
}

.suTestimonialsV6 .testimonial-logo {
    margin-bottom: 8px;
}

.suTestimonialsV6 .testimonial-logo img {
    max-width: 100px;
    height: auto;
    padding-top: 6px;
}

.suTestimonialsV6 .profile-image {
    max-height: 80px;
    padding-left: 3px;
    padding-top: 0;
    margin-top: -16px;
}

.suTestimonialsV6 .author:after {
    content: "";
    height: 3rem;
    border-right: 1px solid #737373;
    padding-left: 1rem;
}

.suTestimonialsV6 .request_btn {
    padding: 14px 20px;
}

.suTestimonialsV6 .row.testimonial-text {
    margin-bottom: 1rem;
}

section.site-footer {
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    z-index: 0;
}

section.site-footer .footer-about img {
    max-width: 160px;
}

section.site-footer .footer-about p {
    color: #011866;
    padding: 20px 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
}

section.site-footer .footer-about a {
    margin: -20px 0 20px 0;
    padding: 12px 22px;
    color: #ffffff;
}

section.site-footer .footer-about a:after {
    background-image: url(../images/icons/right-arrow-white.svg);
    content: "";
    display: inline-block;
    width: 30px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

section.site-footer .footer_recognition_row h4,
section.site-footer .footer_menu_row h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #f48b00;
}

section.site-footer ul {
    padding: 0 0 0 .2rem;
    margin: 0;
    list-style: none
}

section.site-footer ul.footer-company,
section.site-footer ul.footer-solutions,
section.site-footer ul.footer-started {
    padding-top: 1rem
}

section.site-footer ul.certificate {
    padding-top: 10px;
    max-width: 280px;
}

section.site-footer ul.footer_menu li {
    line-height: 1rem;
    padding: 0 0 20px;
}

section.site-footer ul li a {
    color: #011866;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400
}

section.site-footer ul li a:hover,
section.site-footer ul.footer_menu.footer_links li a:hover {
    font-weight: 600;
}

section.site-footer .footer_bottom ul.footer_menu.footer_links li a:hover {
    font-weight: 400;
    color: #f48b00;
}

section.site-footer .clearfix {
    margin-top: .7rem
}

section.site-footer .clearfix a {
    color: #011866;
}

section.site-footer .clearfix a:hover {
    font-weight: 600;
    text-decoration: none
}

.request_btn.suChatButton {
    position: fixed;
    bottom: 8px;
    right: 16px;
    z-index: 9999;
    padding: 12px 20px;
}

.suChatButton span.btn-inner--icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 6px;
    position: absolute;
    top: 8px;
    left: 16px;
}

.suChatButton span.btn-inner--text {
    padding-left: 36px;
}

section.site-footer .clearfix {
    margin-top: 0.7rem;
}

section.site-footer .clearfix.after-chat {
    padding-top: 1rem;
}

section.site-footer ul.social-links {
    padding-top: .8rem;
    margin-left: -10px;
}

section.site-footer ul.social-links li {
    margin-left: .2rem
}

section.site-footer ul.social-links li a {
    padding: 0 6px;
}

section.site-footer ul.social-links a .social-icons {
    width: 36px;
    height: 36px;
    display: block;
    background-size: contain;
    padding: 2px;
    background-repeat: no-repeat;
}

section.site-footer ul.social-links a .social-icons.fb {
    background-image: url(../images/icons/FB.svg?v=4);

}



section.site-footer ul.social-links a .social-icons.ln {
    background-image: url(../images/icons/LinkedIn.svg?v=4);
}



section.site-footer ul.social-links a .social-icons.tw {
    background-image: url(../images/icons/Twiter.svg?v=4);
}



section.site-footer ul.social-links a .social-icons.yt {
    background-image: url(../images/icons/Youtube.svg?v=5);
}



section.site-footer .copy-text p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    margin-left: -15px;
}

section.site-footer ul.footer_menu.footer_links li {
    padding-bottom: 0;
    padding-left: .8rem
}

section.site-footer ul.footer_menu.footer_links li a {
    color: #a0a0a0
}

.forrester-lp section.site-footer ul.footer_menu.footer_links li a {
    color: #ffffff;
}

section.site-footer .icon-design {
    float: left;
    width: 10%;
    line-height: 1.2rem;
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-top: -6px;
}

section.site-footer .footer_recognition_row {
    margin-bottom: 90px
}

section.site-footer .footer_recognition_row .clearfix {
    margin-top: 1rem
}

section.site-footer .medal-g2.g2-easy {
    margin-left: -10px;
}

section.site-footer .medal-g2 img {
    height: 90px;
}

section.site-footer .medal-g2.stevie-apac img {
    height: 76px;
    margin-top: 6px;
}

section.site-footer .medal-g2.stevie-apac {
    margin-left: -6px;
    margin-right: 6px;
}

section.site-footer .medal-g2.g2-leader {
    margin-left: -8px;
}

section.site-footer .medal-g2.stevie-bronze {
    margin-right: 4px;
}

section.site-footer .medal-g2.forrester,
section.site-footer .medal-g2.stevie-bronze {
    margin-left: 2px;
}

section.site-footer .medal-g2.forrester img,
section.site-footer .medal-g2.stevie-silver img,
section.site-footer .medal-g2.stevie-bronze img {
    padding-top: 6px;
    padding-bottom: 6px
}

section.site-footer .clearfix div {
    font-size: .9rem;
    line-height: 22px;
    float: left;
    width: 87%;
    color: #011866;
}

section.site-footer .contact-details {
    padding-top: 10px;
}

section.site-footer .contact-details p {
    margin-bottom: 0;
}

section.site-footer .icon-design svg {
    max-width: 24px;
}

section.site-footer .certifications {
    padding-top: 20px;
}

section.site-footer .icon-design .far,
section.site-footer .icon-design .fas {
    color: #8e8f8f;
    vertical-align: middle
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 0 15px;
    width: 100%;
    position: relative
}

.MultiCarousel .MultiCarousel-inner {
    -webkit-transition: 1s;
    transition: 1s;
    float: left
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    position: relative
}

.MultiCarousel .MultiCarousel-inner .item&gt;div {
    text-align: center;
    padding: 10px 0;
    margin: 10px 0
}

.MultiCarousel .MultiCarousel-inner .item .pad15 {
    margin-left: 20px
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 0;
    top: 36px;
    color: #f38a00;
    display: none;
    padding: 0 8px;
    background: #fff;
    height: 100%
}

.searchunify-customers .MultiCarousel .leftLst,
.searchunify-customers .MultiCarousel .rightLst {
    top: 50px;
}

.MultiCarousel .leftLst .fa,
.MultiCarousel .rightLst .fa {
    top: calc(50% - 14px);
    position: absolute;
    font-size: 1.2rem
}

.MultiCarousel .leftLst span,
.MultiCarousel .rightLst span {
    width: 30px;
    height: 26px;
    display: inline-block;
}

.MultiCarousel .leftLst span svg,
.MultiCarousel .rightLst span svg {
    max-width: 20px;
}

.MultiCarousel .leftLst span:hover svg path,
.MultiCarousel .rightLst span:hover svg path {
    fill: #798292;
}

.MultiCarousel .leftLst .fa.fa-chevron-left {
    left: 0
}

.MultiCarousel .rightLst .fa.fa-chevron-right {
    right: 0
}

.MultiCarousel.ShowPaging .leftLst,
.MultiCarousel.ShowPaging .rightLst {
    display: block;
    cursor: pointer
}

.MultiCarousel .leftLst {
    left: -12px;
}

.MultiCarousel .rightLst {
    right: -12px;
}

.MultiCarousel.ShowPaging .leftLst {
    left: -12px;
    background: transparent;
}

.MultiCarousel.ShowPaging .rightLst {
    right: -12px;
    background: transparent;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    display: none
}

.MultiCarousel-inner .item .carousel-partner {
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
    max-width: 90%;
}

.MultiCarousel-inner .item .carousel-partner img {
    padding: 0;
    margin: 0;
    max-width: 100%
}

.MultiCarousel-inner .item:hover .carousel-images-customer {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px)
}

.MultiCarousel-inner .item:hover .carousel-images-customer span {
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1)
}

.MultiCarousel-inner .item .carousel-images-customer span {
    background: #ffb200;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transform: translateX(-50%) scaleX(0);
    -moz-transform: translateX(-50%) scaleX(0)
}

.searchunify-in-numbers span.counter {
    display: inline-block
}

.searchunify-in-numbers span.saved-costs {
    min-width: 4.6rem
}

.searchunify-in-numbers span.cases-deflected {
    min-width: 6.8rem
}

.searchunify-in-numbers span.successful-searches {
    min-width: 2rem
}

#tsw_sticky_event_image {
    position: fixed;
    bottom: 0;
    z-index: 998;
    height: auto;
    display: none;
    background-color: #fff
}

#tsw_sticky_event_image button {
    float: right;
    position: absolute;
    right: 7% !important;
    top: 5% !important;
    background: no-repeat;
    color: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.tsw_sticky_event_image button:focus,
.tsw_sticky_event_image button:hover {
    color: #fff
}

.stickyEventContent {
    color: #fff;
    height: auto;
    padding: 1.2rem 0;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 600
}

.stickyEventContent #case_study,
.stickyEventContent .case_study {
    background: #ffb200;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    margin-left: 2rem
}

.stickyEventContent p {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400
}

.stickyEventContent h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: 400;
    display: inline-block
}

.tsw_sticky_event_image {
    width: 100%;
    background: url(../images/cr-connect-2019-min.jpg) 0 0/cover no-repeat
}

.tsw_sticky_event_image .stickyEventButton {
    margin-left: 2%;
    padding: 6px 30px 6.5px !important;
    letter-spacing: .5px
}

#tsw_sticky_event_image button.stickyeventButton {
    right: 1% !important;
    top: -5% !important
}

.stickyEventButton span.edgtf-btn-text {
    text-transform: uppercase
}

.new_container {
    max-width: 1300px
}

.bg_black {
    background: #000
}

.font_white {
    color: #fff
}

.bg_grey {
    background: #f8f8f8
}

.bg_white {
    background: #fff
}

.font_grey {
    color: #9e9e9e
}

.video_content {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 8%;
    max-width: 1300px;
    margin-left: -650px
}



.navbar-toggler {
    color: #000;
    font-size: 30px;
    padding: 0;
    border: 0;
    display: none
}

.navbar-toggler:focus {
    outline: 0
}

.header .header_logo {
    width: 215px;
    padding: 15px 0
}

.header .navigation {
    padding: 0
}

.header .navbar-nav li {
    padding: 20px 0
}

.header .navbar-nav li a.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 14px;
    border-right: 1px solid rgba(255, 255, 255, .6);
    -webkit-transition: var(--suTransition);
    transition: var(--suTransition)
}

.header .navbar-nav li.active a.nav-link,
.header .navbar-nav li.show a.nav-link,
.header .navbar-nav li:hover a.nav-link {
    color: #ffb200
}

.header .navbar-nav li:hover a.nav-link.request_btn {
    color: #ffffff;
}

.request_btn {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 8px 20px;
    margin-left: 20px;
    line-height: 21px
}

.request_btn:hover {
    color: #fff
}

.header .dropdown-menu {
    border: none;
    border-radius: 0;
    top: 97%
}

.header .navbar-nav .dropdown-item {
    color: #000;
    font-size: 13px;
    -webkit-transition: var(--suTransition);
    transition: var(--suTransition)
}

.header .navbar-nav .su-mega-menu .dropdown-item {
    white-space: normal
}

.header .dropdown-item:focus,
.header .dropdown-item:hover {
    background: 0 0;
    color: #ffb200
}

.header .navbar-nav li:hover&gt;.dropdown-menu {
    display: block
}

.header .dropdown-submenu {
    position: relative
}

.header .dropdown-submenu&gt;.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -8px
}

.header .dropdown-menu li {
    border-right: none;
    padding: 0
}

.header .navbar-nav li.nav-item.dropdown&gt;a {
    cursor: default
}

.header .dropdown-submenu&gt;a:after {
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 7px;
    margin-right: -10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.scrolling_header .dropdown-menu li:last-child,
.su-mega-menu ul.dropdown-child-menu li:last-child {
    padding-top: 0
}

.header .navbar-nav li.active a.request_btn,
.header .navbar-nav li:last-child:hover a.request_btn {
    color: #fff
}

.header .navbar-nav li a.request_btn {
    padding: 8px 20px;
    border: none;
    margin-top: -4px;
    margin-left: 10px;
    border-radius: 6px;
}

.header .navbar-nav li a.request_btn:hover {
    color: #fff
}

.header .navbar-nav li a.nav-link.su-site-search {
    display: none;
}

.header .navbar-nav li a.nav-link.su-site-search:before {
    background-image: url(../images/search-icon.svg);
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    visibility: visible;
}

.header .navbar-nav li a.nav-link.su-site-search {
    visibility: hidden;
    margin-right: 0;
    padding-right: 0;
}

a.nav-link.su-site-search-button:before {
    background-image: url(../images/search-icon.svg);
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    visibility: visible;
    background-size: cover;
}

a.nav-link.su-site-search-button.closeSearch:before {
    background-image: url(../images/close-btn.svg);
}

.header .navbar-nav li a.nav-link.su-site-search-button {
    visibility: hidden;
    margin-right: 0;
    padding-right: 0;
}

.mobileSearchButton {
    display: none;
    width: 60px;
    position: absolute;
    right: 36px;
    top: 8px;
}

.header .dropdown-toggle:after {
    margin-left: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.header .navbar-nav li:hover a.dropdown-toggle:after {
    border: solid #ffb200;
    border-width: 0 2px 2px 0
}

h1.searchunify-logo {
    margin: 0
}

.scrolling_header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.scrolling_header .navbar-nav li a.nav-link {
    color: #313131
}

.scrolling_header .navbar-nav li a.request_btn,
.scrolling_header .navbar-nav li a.request_btn:focus {
    color: #fff;
    border-right: none
}

.scrolling_header .dropdown-menu li {
    border-right: none
}

.scrolling_header .dropdown-menu {
    top: 97%;
    left: 12px;
}

li.dropdown.su-mega-menu&gt;ul.dropdown-menu.bg_black_op,
li.nav-item.dropdown.hoverColor&gt;ul {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .13)
}

.su-mega-menu ul.dropdown-menu {
    width: 610px;
    left: calc(100% - 335px);
    padding-bottom: 16px
}

.su-mega-menu ul.dropdown-menu .dropdown-submenu&gt;a:after {
    display: none
}

.su-mega-menu ul.dropdown-menu li.dropdown-submenu {
    width: 33%;
    float: left;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.su-mega-menu ul.dropdown-child-menu li {
    width: 100%;
    float: none
}

.su-mega-menu ul.dropdown-menu.dropdown-child-menu.bg_black_op {
    display: inline-block;
    position: static !important;
    background-color: transparent;
    width: 100%;
    margin-top: 0;
    padding: 0;
    box-shadow: none;
}

.header .navbar-nav .su-mega-menu h6.dropdown-item {
    color: #313131;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    padding: 5px 18px;
    margin-bottom: 4px;
}

.su-mega-menu ul.dropdown-menu li.dropdown-submenu&gt;a.dropdown-item {
    cursor: default;
    font-weight: 600;
    font-size: 15px
}

.su-mega-menu ul.dropdown-menu li.dropdown-submenu&gt;a.dropdown-item:hover {
    color: #000
}

.awesomplete span.visually-hidden {
    display: none
}

.awesomplete span.highlight {
    color: #ffb200;
}

form.searchForm {
    float: right;
    width: 100% !important;
    right: 10px;
    position: relative;
}



.searchForm input[type=search] {
    box-sizing: border-box;
    padding-left: 10px;
    height: 50px;
    margin-top: 0px;
    float: right;
    width: 100%;
    border: 1px solid #717171;
    outline: none;
    background: #fff;
    border-radius: 4px;
}

.visually-hidden {
    visibility: hidden;
}

.search-bar {
    position: absolute;
    right: 19px;
    width: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.search-bar-wrapper {
    position: relative;
    top: -64px;
    right: 10px;
}

.search-bar.open {
    width: 800px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

i.fa.fa-times:before {
    content: "\f00d";
}

ul#awesomplete_list_1 {
    top: 50px;
    right: 0px;
    background-color: #fff;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    max-height: 220px;
    overflow-y: scroll;
    width: 100%;
    position: absolute;
}

ul#awesomplete_list_1 li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    padding: 10px 0;
}

ul#awesomplete_list_1 li[aria-selected*="true"],
ul#awesomplete_list_1 li:hover {
    background: #efefef;
    cursor: pointer;
}

ul#awesomplete_list_1 li b,
ul#awesomplete_list_1 a {
    color: #333;
    font-size: 14px;
    padding: 0 15px;
    line-height: 24px;
    font-weight: normal;
    -webkit-transition: background .15s linear;
    transition: background .15s linear;
}

ul#awesomplete_list_1 span.highlight {
    font-weight: 700;
}

.scrolling_header .dropdown-toggle:after {
    border: solid #313131;
    border-width: 0 2px 2px 0
}

.banner {
    padding-top: 125px
}

.banner .hero-banner-img {
    background: url(../images/icons/home-hero-banner-v10.svg) 100% 100%/cover no-repeat;
    width: 100%;
    height: 404px;
    position: relative
}

.banner .banner-icons-search img {
    max-width: 300px;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.banner .min-vh-50 {
    min-height: 40vh
}

.banner .banner-icons img {
    width: 65px
}

.banner .banner-icons-search {
    display: none
}

.banner .banner-icons.icon-1 {
    position: absolute;
    left: 0;
    top: 4%
}

.banner .banner-icons.icon-2 {
    position: absolute;
    left: 16.5%;
    top: 4%;
}

.banner .banner-icons.icon-3 {
    position: absolute;
    left: 33.5%;
    top: 4%;
}

.banner .banner-icons.icon-4 {
    position: absolute;
    right: 33.5%;
    top: 4%;
}

.banner .banner-icons.icon-5 {
    position: absolute;
    right: 16.5%;
    top: 4%;
}

.banner .banner-icons.icon-6 {
    position: absolute;
    right: 0;
    top: 4%
}

.banner .banner-icons .banner-icons-tooltip {
    display: none
}

.banner .banner-icons h3 span.banner-icons-tooltip {
    font-size: 14px;
    color: #ffb200;
    font-weight: 600;
    text-align: center;
    padding-top: 10px
}

.banner .banner-icons.icon-6 h3 span.banner-icons-tooltip {
    width: 130px;
    margin-left: -25px
}

.banner-icons:hover .banner-icons-tooltip {
    display: block
}

.banner-icons:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.06);
    -webkit-transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
    transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
    -moz-transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s
}

.cookie_not_set .banner {
    background-position: center center;
}

.banner_image {
    height: 670px;
    padding: 20px 0 50px;
    background-size: cover !important
}

.banner_content {
    padding: 0
}

.banner_content h2 {
    font-size: 54px;
    font-weight: 300;
    line-height: 1.2
}

.banner_content ul {
    padding: 10px 0 25px 23px
}

.video_content .banner_content ul {
    list-style: none;
    padding-left: 0
}

.banner_content ul li {
    padding: 2px 0
}

.banner_btn {
    font-size: 14px;
    padding: 10px 40px;
    font-weight: 600;
    margin: 0 20px 0 0
}

.banner .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #f48b00;
    cursor: pointer;
    display: none;
}

.banner .carousel-indicators li.active {
    background: #f48b00;
}

.col20-banner .d-none {
    display: none
}

.has-video video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2
}

.has-video .mute-video {
    position: absolute;
    right: 10px;
    top: 4px;
    cursor: pointer;
    color: #fff;
    padding: 2px 4px
}

.has-video .mute-video i {
    font-style: normal;
    font-size: 14px
}

.has-video .mute-video:after {
    font-family: 'Font Awesome 5 Free';
    color: #f48b00;
    font-size: 24px;
    min-width: 40px;
    height: 40px;
    padding: 4px 6px;
    position: relative;
    display: inline-block;
    top: 4px;
    font-weight: 600;
}

.has-video .mute-video.sound-on:after {
    content: "\f028"
}

.has-video .mute-video.sound-off:after {
    content: "\f026"
}

.service_now .row .service_now_illustration {
    position: relative;
    right: -20%;
    text-align: right
}

.service_now .font_white {
    font-family: Lato, sans-serif
}

.service_now .col-6.ml-auto {
    padding-right: 0
}

.service_now .font_white h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: .3rem
}

.service_now .font_white span.line {
    border-bottom: 2px solid #ffb200;
    width: 8.4rem;
    display: block
}

.service_now .font_white img {
    margin: .5rem 0 1rem
}

.service_now .font_white p {
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1.1rem;
    letter-spacing: .6rem;
    line-height: 1.5rem
}

.forrester-webinar .banner_image {
    background-position: center 20%;
    background-repeat: no-repeat
}

.forrester-webinar .font_white img.forrester_logo {
    max-width: 150px
}

.forrester-webinar .font_white img {
    margin-bottom: .5rem;
    padding-right: 1rem
}

.forrester-webinar .logo-box h5 {
    width: 9.5%;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.4rem;
    font-style: italic;
    font-weight: 400
}

.forrester-webinar .font_white {
    font-family: Montserrat, sans-serif
}

.forrester-webinar .speakear-wrapper strong {
    text-transform: uppercase;
    color: #ffb200;
    margin-bottom: 1.5rem;
    font-size: 1.6rem
}

.forrester-webinar .font_white h3 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 3.5rem;
    margin: 0
}

.forrester-webinar .font_white p {
    font-size: 1.3rem;
    letter-spacing: .1rem;
    margin-bottom: 1.8rem;
    font-style: italic
}

.forrester-webinar .container.speaker-container {
    margin-top: 1rem;
    margin-bottom: 2rem
}

.forrester-webinar .container.speaker-inner {
    margin-left: -1.8em
}

.forrester-webinar .webinar-time-wrapper {
    max-width: 500px;
    font-size: 1.2rem
}

.forrester-webinar .font_white .speaker-container img {
    max-width: 111px
}

.forrester-webinar .webinar-time-wrapper .fa {
    color: #fff;
    font-size: 1.4rem;
    padding-right: .6rem
}

.forrester-webinar .webinar-time-wrapper .i.fa.fa-clock-o {
    font-size: 1.6rem
}

.forrester-webinar .webinar-time-container {
    margin-bottom: 2rem;
    margin-left: -.8rem
}

.forrester-webinar .speakear-wrapper {
    max-width: 1000px
}

.forrester-webinar .speaker-inner span.designation {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding-bottom: 0;
    margin: 0;
    font-style: italic;
    width: 100%;
    display: block;
    line-height: 1.4rem
}

.forrester-webinar .speaker-inner span.company {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding-bottom: 0;
    margin: 0;
    display: block;
    line-height: 1.4rem
}

.forrester-webinar .font_white p.designation {
    font-size: 1rem;
    letter-spacing: 0;
    padding-top: .3rem;
    padding-bottom: 0;
    margin: 0
}

.forrester-webinar .font_white .logo-box {
    margin-bottom: .2rem
}

.forrester-webinar .font_white .logo-box h4 {
    padding: .5rem 0;
    margin-bottom: .4rem;
    font-weight: 600;
    letter-spacing: .3rem;
    font-size: 1.1rem
}

.forrester-webinar .font_white h4 {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 1.3rem
}

.forrester-webinar .font_white p sup {
    font-size: .6rem
}

.forrester .font_white img {
    margin-bottom: 1.5rem
}

.forrester .font_white {
    font-family: Lato, sans-serif
}

.forrester .font_white span.line {
    border-bottom: 2px solid #ffb200;
    width: 8.4rem;
    display: block
}

.forrester .font_white h3 {
    font-weight: 300;
    font-size: 2.5rem;
    font-style: italic;
    letter-spacing: .3rem;
    margin: 1rem 0
}

.forrester .font_white p {
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: .3rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem
}

.forrester .font_white p sup {
    font-size: .6rem
}

.infinite_scope .video_bg {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.has-video .banner_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#su_home_video_slider {
    position: relative
}

.carousel-item.has-video {
    background-color: #04143c;
    height: 670px;
    width: 100%;
    overflow: hidden
}

.banner.video-banner {
    padding-top: 72px;
    padding-bottom: 150px;
    position: relative;

}

.banner.video-banner:after {
    content: "";
    position: absolute;
    bottom: 150px;
    background: url(../assets/img/video-bg_transparent.png) no-repeat bottom center;
    height: 187px;
    z-index: 0;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
}

.banner .col20-banner h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin-top: -150px;
}

.banner .col20-banner h2 span {
    color: #f48b00;
}

.banner .col20-banner h3 {
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    padding-top: 30px;
    padding-right: 44px;
}

.banner .col20-banner .request-demo h3 {
    color: #182b4c;
    text-align: center;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
}

.banner .col20-banner a.btn:before {
    content: "";
    height: 2px;
    width: 100px;
    position: absolute;
    background-color: #f48b00;
    top: -16px;
    right: 0;
}

.banner .col20-banner a.btn:after {
    content: "";
    height: 2px;
    width: 100px;
    position: absolute;
    background-color: #f48b00;
    bottom: -16px;
    left: 0;

}

.banner .col20-banner a span {
    max-width: 20px;
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
}

.banner .col20-banner a span svg {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: -5px;
}

.banner .col20-banner a.btn {
    padding: 12px 22px;
    text-transform: uppercase;
    color: #f48b00;
    border: 2px solid #f48b00;
    border-radius: 2px;
    position: relative;
    top: 30px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.banner .col20-banner a:hover {
    color: #ffffff;
    border: 2px solid #ffffff;
}

.banner .col20-banner a:hover #right-arrow-demo {
    fill: #ffffff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.banner .col20-banner .banner-text-col {
    padding: 0 11%;
}

.why_section {
    padding: 70px 0;
    color: #313131
}

.h2,
h2 {
    font-weight: 300;
    letter-spacing: 0;
    font-size: 33px;
    line-height: 40px
}

hr {
    width: 50px;
    border-width: 3px;
    border-color: #ffb200;
    margin-top: 40px
}

.why_column {
    margin: 20px 0 0
}

.why_column h5 {
    font-weight: 400;
    margin: 25px 0 20px
}

.why_column p {
    font-size: 14px;
    color: #757575;
    line-height: 26px;
    margin: 0
}

.why_column span {
    width: 84px;
    height: 84px;
    display: inline-block;
    background: url(../images/css_sprites-v11.png) no-repeat
}

.why_column span.intelligence {
    background-position: -20px -19px
}

.why_column span.intelligence:hover {
    background-position: -20px -129px
}

.why_column span.drive {
    background-position: -130px -19px
}

.why_column span.drive:hover {
    background-position: -130px -129px
}

.why_column span.performance {
    background-position: -240px -19px
}

.why_column span.performance:hover {
    background-position: -240px -129px
}

.infinite_scope {
    height: 500px;
    position: relative;
    overflow: hidden
}

.video_bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.infinite_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    padding: 170px 0 0
}

.infinite_text h2 {
    font-size: 45px;
    font-weight: 300;
    line-height: 55px
}

.video_btn {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 30px 0 0;
    border-radius: 0
}

.video_btn i {
    padding-right: 8px
}

@supports (object-fit: cover) and (-ms-ime-align:auto) {
    .infinite_scope video {
        height: auto
    }
}

.why_column .media {
    padding: 20px 0 0
}

.why_column .media span {
    background: url(../images/css_sprites-v11.png) no-repeat;
    width: 60px;
    height: 48px
}

.why_column .media span.key_feature1 {
    background-position: -637px -600px
}

.why_column .media span.key_feature2 {
    background-position: -90px -702px
}

.why_column .media span.key_feature3 {
    background-position: -16px -705px
}

.why_column .media span.key_feature4 {
    background-position: -559px -601px
}

.why_column .media span.key_feature5 {
    background-position: -498px -432px
}

.why_column .media span.key_feature6 {
    background-position: -714px -597px
}

.why_column .media h5 {
    color: #313131;
    font-weight: 400;
    letter-spacing: 1px
}

.solution {
    background: url(../images/solution-bg.jpg) center top;
    padding: 70px 0;
    color: #fff
}

.solution p {
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0;
    line-height: 26px
}

.solution_card {
    background: #0075a0;
    border-radius: 0;
    border: none;
    margin-top: 30px;
    height: 415px
}

.solution_card .card-body {
    padding: 30px 30px 20px
}

.solution_card a {
    color: #fff;
    display: block;
    height: 100%
}

.solution_card a:hover {
    text-decoration: none
}

.solution_card .card-body h3 {
    font-size: 24px
}

.solution_card .card-body p {
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0
}

.solution_card .card-body img {
    display: block;
    margin: 0 auto
}

.solution_card .card-footer {
    background: 0 0;
    border: none;
    padding: 0 30px 40px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.solution_card:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
    transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
    -moz-transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
    box-shadow: 2px 5px 5px 5px rgba(0, 0, 0, .3)
}

.solution_card .card-footer span {
    background: url(../images/css_sprites-v11.png) no-repeat;
    display: inline-block
}

.solution_card .card-footer span.salesforce {
    background-position: -498px -331px;
    width: 100px;
    height: 71px
}

.solution_card .card-footer span.dynamics {
    background-position: -19px -235px;
    width: 277px;
    height: 80px
}

.solution_card .card-footer span.lithium {
    background-position: -621px -448px;
    width: 162px;
    height: 40px
}

.solution_card .card-footer span.sites {
    background-position: -15px -532px;
    width: 310px;
    height: 50px
}

.solution_card .card-footer span.flare {
    background-position: -621px -318px;
    width: 200px;
    height: 55px
}

.solution_card .card-footer span.google_enterprise {
    background-position: -338px -531px;
    width: 283px;
    height: 29px
}

.testimonial {
    padding: 70px 0 110px
}

.testimonial .carousel-inner {
    width: 70%;
    margin: 40px auto 0
}

.testimonial .carousel-inner p {
    color: #757575;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300
}

.testimonial .carousel-inner p i {
    color: #fbad18;
    font-size: 25px;
    padding-right: 8px
}

.testimonial .testi_name {
    padding: 0;
    margin: 50px auto 0;
    list-style: none;
    width: 650px
}

.testimonial .testi_name li {
    width: 49%;
    display: inline-block;
    border-right: 1px solid #d7d7d7;
    padding: 0 20px;
    vertical-align: top
}

.testimonial .testi_name li img {
    border-radius: 50%;
    margin-bottom: 15px
}

.testimonial .testi_name li h5 {
    font-size: 17px;
    color: #f38a00;
    font-weight: 600;
    font-style: italic
}

.testimonial .testi_name li h5 span {
    font-weight: 300;
    font-size: 14px;
    color: #757575;
    display: block;
    line-height: 30px;
    margin: 10px 0
}

.testimonial .testi_name li:last-child {
    border-right: 0
}

.testimonial .carousel-indicators {
    bottom: -60px
}

.testimonial .carousel-indicators li {
    border: 1px solid #d6ab60;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 8px
}

.testimonial .carousel-indicators li.active {
    background: #ffb200
}

.testimonial-profile-lana-lee {
    background: url(../images/css_sprites-v11.png) -464px -600px no-repeat;
    width: 82px;
    border-radius: 50%;
    height: 88px
}

.testimonial-profile-james-goerke-2 {
    background: url(../images/css_sprites-v11.png) -874px -113px no-repeat;
    width: 84px;
    border-radius: 50%;
    height: 86px;
    overflow: hidden
}

.testimonial-profile-giri-iyer {
    background: url(../images/css_sprites-v11.png) -878px -9px no-repeat;
    width: 82px;
    border-radius: 50%;
    height: 88px
}

.testimonial-logo-giri-iyer {
    background: url(../images/css_sprites-v11.png) -188px -783px no-repeat;
    width: 170px;
    height: 50px;
    display: inline-block
}

.testimonial-logo-lana-lee {
    background: url(../images/css_sprites-v11.png) -622px -390px no-repeat;
    width: 170px;
    height: 50px;
    display: inline-block
}

.testimonial-logo-james-goerke-2 {
    background: url(../images/css_sprites-v11.png) -10px -787px no-repeat;
    width: 172px;
    height: 46px;
    display: inline-block;
    -webkit-transform: scale(.6) !important;
    -ms-transform: scale(.6) !important;
    transform: scale(.6) !important
}

.testimonial-profile-raman-kumar {
    background: url(../images/css_sprites-v11.png) -799px -599px no-repeat;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-logo-raman-kumar {
    background: url(../images/css_sprites-v11.png) -342px -782px no-repeat;
    width: 170px;
    height: 50px;
    display: inline-block;
    margin-left: 20px
}

.testimonial-logo-leo-daley {
    background: url(../images/css_sprites-v11.png) no-repeat;
    background-position: -516px -783px;
    display: inline-block;
    -webkit-transform: scale(0.7) !important;
    -ms-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
}

.suTestimonialsV3 .testimonial-logo i.testimonial-logo-leo-daley {
    width: 186px !important;
    height: 50px !important;
}

.testimonial-profile-leo-daley {
    background: url(../images/css_sprites-v11.png) -867px -218px no-repeat;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-logo-jim-atkinson {
    background: url(../images/css_sprites-v11.png) no-repeat;
    background-position: -700px -783px;
    display: inline-block;
    -webkit-transform: scale(0.7) !important;
    -ms-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
}

.suTestimonialsV3 .testimonial-logo i.testimonial-logo-jim-atkinson {
    width: 186px !important;
    height: 50px !important;
}

.testimonial-profile-jim-atkinson {
    background: url(../images/css_sprites-v11.png) -867px -320px no-repeat;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%
}

.testimonial .carousel-control {
    position: absolute;
    top: 50%;
    color: #f38a00
}

.testimonial .carousel-control.left {
    left: 10%
}

.testimonial .carousel-control.right {
    right: 10%
}

.testimonial .carousel-control:hover {
    color: #f38a00
}

.testimonial .testi_name li .request_btn {
    line-height: 26px
}

.customers {
    padding: 70px 0
}

.customers_logo {
    padding: 0;
    list-style: none;
    margin: 30px 0 0
}

.customers_logo li {
    display: inline-block;
    position: relative
}

.customers_logo li:hover .carousel-images-customer {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px)
}

.customers_logo li:hover span {
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1)
}

.customers_logo li span {
    background: #ffb200;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transform: translateX(-50%) scaleX(0);
    -moz-transform: translateX(-50%) scaleX(0)
}

.carousel-images-customer {
    background: url(../images/css_sprites-v11.png) no-repeat;
    width: 225px;
    height: 80px;
    -webkit-transition: transform .15s ease-out;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out;
    -moz-transition: transform .15s ease-out
}

.carousel-images-customer.bg-databricks {
    background-position: -642px -19px
}

.carousel-images-customer.bg-idaptive {
    background-position: -376px -20px
}

.carousel-images-customer.bg-vlocity {
    background-position: -15px -334px
}

.carousel-images-customer.bg-rubrik {
    background-position: -622px -121px
}

.carousel-images-customer.bg-zuora {
    background-position: -261px -334px
}

.carousel-images-customer.bg-google-partner {
    background-position: -20px -434px
}

.carousel-images-customer.bg-microsoft {
    background-position: -621px -221px
}

.carousel-images-customer.bg-lithium {
    background-position: -259px -433px
}

.carousel-images-customer.bg-adobe {
    background-position: -342px -120px
}

.carousel-images-customer.bg-acquia {
    background-position: -342px -220px
}

.experience {
    background: url(../images/experinceSearchUnify-min.jpg) center top/cover no-repeat;
    padding: 70px 0
}

.experience h5 {
    line-height: 32px;
    margin: 25px 0;
    font-size: 21px;
    font-weight: 400
}

.footer {
    background: url(../images/footer.jpg) center top/cover no-repeat;
    padding: 70px 0
}

.footer h6 {
    margin-bottom: 27px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 26px
}

.footer p {
    font-size: 14px;
    line-height: 26px
}

.latest_post {
    margin: 0;
    padding: 0;
    list-style: none
}

.latest_post li {
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    line-height: 26px;
    padding: 8px 0
}

.latest_post li:first-child {
    padding-top: 0
}

.latest_post li a {
    color: #9e9e9e
}

.latest_post li:hover a {
    color: #ffb200;
    text-decoration: none
}

.contact_us {
    padding: 0;
    margin: 0;
    list-style: none
}

.contact_us li {
    font-size: 14px;
    padding: 0 0 8px
}

.contact_us li a {
    color: #9e9e9e
}

.contact_us li i {
    font-size: 20px;
    color: #fff;
    padding-right: 5px;
    line-height: 20px
}

.contact_us li i.fa-mobile {
    font-size: 32px
}

.contact_us li a:hover {
    color: #ffb200;
    text-decoration: none
}

.social_icons {
    padding: 15px 0 0;
    margin: 20px 0 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.social_icons li {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.social_icons li a {
    color: #fff;
    font-size: 27px
}

.certificate {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.certificate li {
    display: inline-block;
    width: 35%;
    padding: 0px 0px;
    margin: 2px 2px 0 0;
}

.certificate li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 84px;
}

.certificate li a span {
    background: url(../images/css_sprites-v11.png) no-repeat;
    width: 94px;
    height: 88px;
    display: block;
    border-radius: 13px;
}

.certificate li .certificate1 {
    background-position: -18px -602px;
    margin-left: 4px;
    margin-top: -2.9rem;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.certificate li .certificate2 {
    background-position: -128px -618px;
    margin-left: -8px
}

.certificate li .certificate3 {
    background-position: -238px -602px;
    margin-left: -8px;
    margin-top: -5.6rem
}

.certificate li .certificate4 {
    background-position: -348px -618px
}

.certificate li img {
    border-radius: 12px
}

.certificate li.kcs-certification {
    width: 100%;
    overflow: hidden;
    margin-top: -30px;
}

.certificate li span.certificate-kcs {
    background: url(../images/css_sprites-v11.png) no-repeat;
    height: 70px;
    display: block;
    background-position: -153px -689px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    width: 300px;
    margin-left: -56px;
}

.container-fluid.footer-fluid {
    background-color: #011133;
    color: #ffffff;
}

.forrester-lp .container-fluid.footer-fluid {
    background-color: #0e2462;
}

.footer_bottom {
    margin: 20px 0;
}

.footer_bottom .copy-text span {
    color: #f48b00;
    font-weight: 600;
}

.row.footer_menu_row {
    margin-bottom: 30px
}

.footer_links {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer_links li {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px
}

.footer_links li:last-child {
    border-right: none
}

.footer_links li:hover a {
    color: #ffb200;
    text-decoration: none
}

.active_cookie {
    margin-top: 44px
}

.cookies_bar {
    background: #343c66;
    color: #cfcfe8;
    padding: 9px 1.8em
}

p.cookies-text {
    float: left;
    font-size: 12px
}

.cookies_bar a {
    color: #fff;
    text-decoration: underline;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.btn_cookies {
    color: #fff;
    background: #f71559;
    font-weight: 600;
    border: none;
    float: right;
    line-height: 14px;
    cursor: pointer;
    padding: 4px 10px;
    font-size: 12px
}

.modal-open {
    overflow: hidden;
    padding: 0 !important
}

#videoModal .modal-dialog {
    margin-top: 60px
}

#videoModal .modal-body {
    padding: 0;
    height: 486px
}

#videoModal .modal-body iframe {
    margin: 0;
    border: none;
    height: 100%;
    width: 100%
}

#videoModal button.close {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-top: -40px
}

#videoModal button.close:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.chatBotPop {
    padding: 50px 20px 20px;
    background: url(../images/chatbot_pop_bg.png) right bottom/contain no-repeat;
    margin: 0;
    border-radius: 4px
}

.chatBotPop .leftSection {
    padding: 4% 0 8% 4%
}

.chatBotPop img {
    max-width: 100%
}

.chatBotPop h3 {
    color: #02213b;
    font-weight: 900;
    font-size: 27px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.chatBotPopForm {
    width: 100% !important
}

.chatBotPopForm.mktoForm .mktoGutter,
.chatBotPopForm.mktoForm .mktoOffset,
.chatBotPopForm.mktoForm .mktoRequiredField .mktoAsterix {
    display: none
}

.chatBotPopForm.mktoForm .mktoField {
    color: #555;
    padding: 10px 15px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    border: 1px solid #999;
    width: 100% !important
}

.chatBotPopForm.mktoForm .mktoFieldWrap,
.chatBotPopForm.mktoForm .mktoFormCol {
    width: 100%
}

.chatBotPopForm.mktoForm label.mktoLabel {
    float: right;
    line-height: 16px;
    font-size: 12px;
    color: #555;
    font-weight: 400 !important;
    width: 89% !important;
    font-family: Montserrat, sans-serif;
    padding: 0
}

.chatBotPopForm.mktoForm .mktoCheckboxList .mktoField {
    height: auto
}

.chatBotPopForm.mktoForm .mktoButtonRow {
    display: block
}

.chatBotPopForm.mktoForm .mktoButtonRow span {
    display: block;
    margin-left: 0 !important
}

.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active,
.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
    background: #f48b00 !important;
    border: none !important
}

.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: .6em 0;
    width: 100%;
    background: #f48b00;
    font-size: 15px;
    border-radius: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    margin: 15px 0 0
}

.chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    border: none
}

.chatBotPopForm.mktoForm select.mktoField {
    padding: 10px 15px 10px 12px
}

div.successStory.chatBotPop .chatBotBgContainer {
    background-position: right -25px center
}

#su_pop_forms button.close {
    border: 2px solid #fff;
    background: #d7d7d7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 18px;
    color: #fff;
    font-weight: lighter
}

.chatBotPopForm.mktoForm .mktoError {
    left: 0
}

.chatBotPopForm.mktoForm .mktoFormRow:nth-child(3) .mktoError {
    max-width: 145px
}

.chatBotPopForm.mktoForm .mktoFormRow:nth-child(5) .mktoError {
    left: 5px
}

.chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoError {
    left: -2px;
    top: 14px
}

.chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoRequiredField .mktoAsterix {
    display: block;
    float: left;
    padding: 0 5px 0 0;
    color: #fcae18
}

.search-aided-pop-container {
    margin: 0;
    background: url(../images/search-aided-bg.png) center top/cover no-repeat #fff;
    border-radius: 10px
}

.search-aided-area {
    padding: 5rem 0;
    color: #625aa5
}

.search-aided-form h3 {
    font-size: 2.3rem;
    font-weight: 700
}

.search-aided-form .chatBotPopForm {
    width: 85% !important
}

.search-aided-form .chatBotPopForm.mktoForm label.mktoLabel {
    color: #625aa5;
    font-size: 13px
}

.search-aided-form .chatBotPopForm.mktoForm .mktoField {
    border: 1px solid #bdc3c1
}

.search-aided-form .chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 50%;
    text-align: center
}

.search-aided-form .mktoCheckboxList input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute
}

.mktoCheckboxList label,
.search-aided-form .mktoCheckboxList input {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.search-aided-form .mktoCheckboxList label {
    position: relative
}

.search-aided-form .mktoCheckboxList input+label:before {
    content: '';
    background: #fff;
    border: 2px solid #625aa5;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    margin-left: -24px
}

.search-aided-form .mktoCheckboxList input:checked+label:before {
    content: "\f00c";
    font-family: FontAwesome;
    background: #fff;
    color: #625aa5;
    border-color: #625aa5;
    font-size: 12px
}

.search-aided-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoError {
    left: -4px;
    top: 22px
}

.tsia {
    font-family: Montserrat, Montserrat, sans-serif
}

.tsia .font_white h2 {
    font-family: Elephant, Montserrat, sans-serif;
    font-size: 3.2rem;
    line-height: 4.2rem;
    padding-right: 2rem
}

.tsia .banner_image {
    padding: 0
}

.tsia .logo-box {
    width: 100%;
    margin-bottom: 4rem
}

.tsia .font_white {
    margin-bottom: 2rem
}

.tsia .logo-box h4 {
    width: 50%;
    text-align: left;
    color: #fff;
    font-size: .9rem;
    letter-spacing: .3rem
}

.tsia .font_white h2:after,
.tsia .logo-box h4:after {
    content: "";
    border-bottom: 3px solid #f48b00;
    display: block;
    margin-top: 1rem;
    width: 3rem
}

@-webkit-keyframes blink {
    50% {
        border-color: #fff
    }
}

@keyframes blink {
    50% {
        border-color: #fff
    }
}

.tsia .logo-box h4:after {
    border-bottom: 3px solid #f48b00;
    -webkit-animation: .5s step-end infinite alternate blink;
    animation: .5s step-end infinite alternate blink
}

.tsia .font_white h2:after {
    width: 5rem
}

.tsia .logo-box .tsia-logo {
    width: 50%;
    text-align: right;
    padding-right: 2rem
}

.tsia .light-bg {
    height: 100%;
    padding: 4rem 2rem;
    color: #272e8a;
    background: url(../assets/img/searchunify-tsia-bg-2-min.png) 0 0/cover no-repeat #fff
}

.tsia .light-bg .cta-box,
.tsia .light-bg h3 {
    width: 100%;
    text-align: center
}

.tsia .light-bg h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2.6rem
}

.tsia .light-bg h3:after {
    content: "";
    border-bottom: 2px solid #f48b00;
    display: block;
    width: 3rem;
    text-align: center;
    margin: 1rem auto 0
}

.tsia .light-bg .spearker-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 1.2rem
}

.tsia .light-bg .spearker-container h5 {
    letter-spacing: .6rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase
}

.tsia .light-bg .spearker-container .spearker-image img {
    position: absolute;
    right: -2.4rem;
    margin-top: -1.4rem;
    max-width: 18%
}

.tsia .light-bg .time-box p {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0
}

.tsia .light-bg .time-box .fa {
    font-size: 2rem;
    line-height: 3rem;
    position: relative;
    top: 4px;
    width: 40px
}

.tsia .light-bg .time-box span {
    padding-right: 1rem;
    display: inline-block
}

.tsia .light-bg p.designation {
    line-height: 1.4rem
}

.tsia .light-bg .cta-box {
    margin-top: 1.6rem
}

.tsia .light-bg .cta-box .banner_btn {
    margin: 0
}

.container.tsia-pop {
    margin: 0;
    background: url(../assets/img/searchunify-tsia-bg.png) center top/cover no-repeat #031039;
    overflow: hidden;
    border-radius: .6rem
}

.tsia.tsia-pop .visible-mobile {
    display: none
}

.tsia.tsia-pop .font_white h2 {
    font-size: 2rem;
    line-height: 3rem;
    padding-right: 3rem
}

.tsia.tsia-pop .light-bg .spearker-container h5 {
    font-size: .9rem;
    letter-spacing: .4rem
}

.tsia.tsia-pop .light-bg p.designation {
    font-size: .9rem
}

.tsia.tsia-pop .light-bg .time-box p {
    font-size: .8rem
}

.tsia.tsia-pop .light-bg h3 {
    font-size: .9rem;
    margin-bottom: 1rem
}

.tsia.tsia-pop .light-bg {
    padding: 2rem
}

.tsia.tsia-pop .light-bg .cta-box {
    margin-top: 1rem
}

.tsia.tsia-pop .light-bg .time-box .fa,
.tsia.tsia-pop .light-bg .time-box .far {
    width: 20px;
    font-size: 1.6rem
}

.tsia.tsia-pop .cta-box,
.tsia.tsia-pop .font_white {
    margin-bottom: 1.5rem
}

.tsia.tsia-pop .logo-box {
    margin-bottom: 3rem;
    margin-top: 2rem
}

.tsia.tsia-pop .light-bg .spearker-container .spearker-image img {
    right: -1.4rem
}

.tsia.tsia-pop .banner_btn {
    font-size: 12px;
    padding: 6px 20px
}

.tsia.tsia-pop .logo-box h4 {
    font-size: .6rem
}

.tsia.tsia-pop .logo-box .tsia-logo {
    margin-top: -.8rem;
    padding-right: 0
}

.tsia.tsia-pop .logo-box .tsia-logo img {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

.tsia.tsia-pop .font_white h2:after {
    content: "";
    border: 0
}

.tsia.tsia-pop .time-box {
    margin-top: -1.6rem
}

.tsia.tsia-pop .logo-box h4:after {
    margin-top: .6rem
}

.tsia.mamba20-pop {
    background-image: url(../assets/img/mamba20-pop-bg-min.png);
    background-repeat: no-repeat;
    border-radius: 5px
}

#su_pop_forms .modal-content {
    border-radius: 20px;
    border: 0
}

.tsia.mamba20-pop .light-bg {
    background: 0 0;
    padding: 20px 5px 61px
}

.tsia.mamba20-pop .pop-up-top h3 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    margin: 21px auto
}

.tsia.mamba20-pop .pop-up-top p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 0 3rem
}

.tsia.mamba20-pop .pop-up-logo {
    padding-top: 25px
}

.tsia.mamba20-pop .pop-up-top {
    display: block;
    margin: auto
}

.tsia.mamba20-pop .light-bg .pop-up-list-container ul.pop_up-list li:before {
    content: "\2022";
    color: #f48b00;
    font-weight: 700;
    font-size: 2rem;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    top: 3px;
    position: relative
}

.tsia.mamba20-pop .light-bg .pop-up-list-container ul.pop_up-list li {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    list-style-type: none
}

.tsia.mamba20-pop .light-bg .cta-box {
    margin-top: 2.6rem;
    text-align: left;
    margin-left: 11px
}

.tsia.mamba20-pop .pop_up-bottom {
    padding: 18px 0
}

.tsia.mamba20-pop .pop_up-bottom .pop-up-img {
    margin-top: 2.4rem
}

.tsia.mamba20-pop .pop_up-bottom .pop-up-img img {
    display: block;
    margin: auto
}

.colubridae-20-pop {
    background-image: url(../assets/img/colb-20/col-20-pop-bg.png);
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: cover;
    overflow: hidden;
}

.colubridae-20-pop .colubridae-20-logo {
    background-image: url(../assets/img/colb-20/col-20-pop-logo.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position-x: center;
    background-position-y: -40px;
}

#su_pop_forms .modal-content {
    border-radius: 20px;
    border: 0;
}

.colubridae-20-pop .light-bg {
    background: none;
    padding: 20px 5px 20px;
    text-align: left;
}

.colubridae-20-pop .higlight-box h3 {
    color: #fff;
    font-weight: 200;
    padding-left: 2rem;
    padding-top: 28px;
    padding-right: 4rem;
}

.colubridae-20-pop .col-12.logo-box {
    text-align: center;
    color: #fff;
}

.colubridae-20-pop .col-12.logo-box h4 {
    padding-top: 140px;
    letter-spacing: 6px;
    font-size: 12px;
    text-transform: uppercase;
}

.colubridae-20-pop .pop-up-logo {
    padding-top: 25px;
}

.colubridae-20-pop .pop-up-top {
    display: block;
    margin: auto;
}

.colubridae-20-pop .light-bg .pop-up-list-container ul.pop_up-list li:before {
    content: "\2022";
    color: #f48b00;
    font-weight: bold;
    font-size: 2rem;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    top: 3px;
    position: relative;
}

.colubridae-20-pop .light-bg .pop-up-list-container ul.pop_up-list li {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    list-style-type: none;
    font-weight: 500;
}

.colubridae-20-pop .pop-up-bottom-row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.colubridae-20-pop .pop_up-bottom {
    padding: 0 0 10px 0;
    text-align: center;
}

.stevie-pop-wrapper {
    background-image: url(../assets/img/searchunify_stevie_pop_bg-v2.png);
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: cover;
    overflow: hidden;
    background-color: #ffffff;
    padding: 1.6rem 1rem;
}

.stevie-pop-wrapper h3 {
    font-family: 'Abril Fatface', Arial, sans-serif;
    font-size: 36px;
    line-height: 44px;
    color: #020562;
    padding: 1rem 3rem 0.6rem;
    letter-spacing: 1px;
}

.stevie-pop-wrapper h3 sup {
    font-size: 40px;
    top: -4px;
    left: -2px;
    margin-right: -10px;
}

.stevie-pop-wrapper .btn {
    border-radius: 30px;
    padding: 10px 30px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.stevie-pop-wrapper .stevie-logo img {
    max-width: 260px;
}

.stevie-pop-wrapper img.StevieLogo {
    max-width: 160px;
    padding-top: 23px;
}

.forrester-pop-container {
    margin: 0;
    background: url(../images/forrester_pop_bg.png) center top/cover no-repeat #031039;
    border-radius: 10px;
    overflow: hidden
}

.forrester-area {
    padding: 0 0 6rem 1rem;
    color: #625aa5
}

.forester-ebook {
    right: -2rem;
    position: absolute;
    bottom: -10rem
}

.forrester-title-row {
    padding: 4rem 1rem 0;
    margin: 0 0 1rem
}

.forrester-title-row h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    padding-right: 15rem
}

.forrester-form .chatBotPopForm {
    width: 85% !important
}

.forrester-form .chatBotPopForm.mktoForm label.mktoLabel {
    color: #625aa5;
    font-size: 13px
}

.forrester-form .chatBotPopForm.mktoForm .mktoField {
    border: 1px solid #bdc3c1
}

.forrester-form .chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 60%;
    text-align: center
}

.forrester-form .mktoCheckboxList input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute
}

.forrester-form .mktoCheckboxList input,
.mktoCheckboxList label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.forrester-form .mktoCheckboxList label {
    position: relative
}

.forrester-form .mktoCheckboxList input+label:before {
    content: '';
    background: #fff;
    border: 2px solid #625aa5;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    text-align: center;
    margin-left: -24px;
    margin-right: -2px
}

.forrester-form .mktoCheckboxList input:checked+label:before {
    content: "\f00c";
    font-family: FontAwesome;
    background: #fff;
    color: #625aa5;
    border-color: #625aa5;
    font-size: 12px
}

.forrester-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoError {
    left: -4px;
    top: 22px
}

.forrester_webinar-pop-container {
    margin: 0;
    background: url(../images/forrester_webinar_pop_bg-min.png) center top/cover no-repeat #031039;
    border-radius: 10px;
    overflow: hidden
}

.forrester_webinar-pop-container .popup_header {
    padding: 2rem 0 1rem 1rem
}

.forrester_webinar-pop-container .forrester_webinar-illustration {
    color: #fff;
    font-family: Montserrat, sans-serif
}

.forrester_webinar-pop-container .forrester_webinar-illustration .logo-box h4 {
    padding: .5rem 0;
    margin-bottom: .4rem;
    font-weight: 400;
    letter-spacing: .1rem;
    font-size: .8rem
}

.forrester_webinar-pop-container .forrester_webinar-illustration .logo-box h5 {
    width: 18%;
    display: inline-block;
    font-size: .9rem;
    margin: 0;
    line-height: 1.2rem;
    font-style: italic;
    font-weight: 400
}

.forrester_webinar-pop-container .forrester_webinar-illustration .logo-box img.forrester_webinar_logo {
    max-width: 100px;
    margin-top: -.5rem
}

.forrester_webinar-pop-container .forrester_webinar-illustration h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin: 10px 0 5px
}

.forrester_webinar-pop-container .forrester_webinar-illustration .time-box {
    margin-bottom: 1rem
}

.forrester_webinar-pop-container .forrester_webinar-illustration .time-box .fa {
    padding-right: 1rem;
    font-size: 1.5rem
}

.forrester_webinar-pop-container .forrester_webinar-illustration .time-box p {
    margin-bottom: .6rem
}

.forrester_webinar-pop-container .forrester_webinar-illustration p.subheading {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-style: italic
}

.forrester_webinar-area {
    padding: 0 0 5rem 1rem
}

.forrester_webinar-title-row {
    padding: 4rem 1rem 0;
    margin: 0 0 1rem
}

.forrester_webinar-title-row h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    padding-right: 15rem
}

.forrester_webinar-form .chatBotPopForm {
    width: 100% !important
}

.forrester_webinar-area .forrester_webinar-row .cta-box {
    display: none
}

.forrester_webinar-form.forrester_webinar-demand .chatBotPopForm.mktoForm .mktoButtonRow {
    display: block;
    top: 95%;
    position: absolute;
    width: 200px;
    left: -135%
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoButtonRow {
    display: block;
    top: 95%;
    position: absolute;
    width: 200px;
    left: -50%
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoField {
    color: #fff;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #dddfe2;
    background-color: #031039
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoField::-webkit-input-placeholder {
    color: #7c7c7f
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoField:-ms-input-placeholde {
    color: #7c7c7f
}

.forrester_webinar-form .chatBotPopForm.mktoForm select.mktoField {
    padding: 10px 15px 10px 10px
}

.forrester_webinar-form .chatBotPopForm.mktoForm label.mktoLabel {
    color: #7c7c7f;
    font-size: 13px
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(6) .mktoLabel.mktoHasWidth,
.forrester_webinar-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(7) .mktoLabel.mktoHasWidth,
.forrester_webinar-form.forrester_webinar-demand .chatBotPopForm.mktoForm .mktoFormRow:nth-child(5) .mktoLabel.mktoHasWidth,
.forrester_webinar-form.forrester_webinar-demand .chatBotPopForm.mktoForm .mktoFormRow:nth-child(6) .mktoLabel.mktoHasWidth {
    color: #dddfe2;
    font-size: 12px
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(6) .mktoField,
.forrester_webinar-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(7) .mktoField,
.forrester_webinar-form.forrester_webinar-demand .chatBotPopForm.mktoForm .mktoFormRow:nth-child(5) .mktoField,
.forrester_webinar-form.forrester_webinar-demand .chatBotPopForm.mktoForm .mktoFormRow:nth-child(6) .mktoField {
    height: auto !important;
    width: 80px !important
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoRequiredField .mktoAsterix {
    display: none
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-family: Montserrat, Arial, sans-serif;
    border: 0;
    background: #f80;
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%)
}

.forrester_webinar-form .mktoCheckboxList input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute
}

.forrester_webinar-form .mktoCheckboxList input,
.mktoCheckboxList label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.forrester_webinar-form .mktoCheckboxList label {
    position: relative
}

.forrester_webinar-form .mktoCheckboxList input+label:before {
    content: '';
    background: #fff;
    border: 2px solid #625aa5;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    margin-left: -24px;
    margin-top: -2px
}

.forrester_webinar-form .mktoCheckboxList input:checked+label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    background: #fff;
    color: #625aa5;
    border-color: #625aa5;
    font-size: 12px;
    display: inline-block;
    font-weight: 900
}

.forrester_webinar-form .chatBotPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoError {
    left: -4px;
    top: 22px
}

.colub-pop-container {
    margin: 0;
    background: url(../images/colub-pop-bg.png) center top/cover no-repeat;
    border-radius: 6px
}

.col-logo-area {
    background: url(../images/colub-logo.png) center -120px/cover no-repeat;
    min-height: 400px;
    font-family: Lato, sans-serif;
    color: #fff;
    padding: 1.6rem 0 3rem;
    display: inline-block
}

.row.cta-row {
    padding-top: 2rem
}

.colub-pop-container .colub-row {
    padding-top: 26%;
    padding-left: 6%
}

.colub-pop-container .popup_header {
    padding-left: 1rem
}

.colub-pop-container h3 {
    font-family: Lato, sans-serif;
    color: #fff;
    line-height: 2.2rem;
    font-weight: 300
}

.colub-pop-container ul {
    margin: 0;
    padding: 0
}

.colub-pop-container ul li {
    font-family: Lato, sans-serif;
    color: #fff;
    list-style: none;
    line-height: 2rem;
    font-weight: 400;
    font-size: 1.2em
}

.colub-pop-container ul li:before {
    color: #ffb200;
    content: "\2022";
    font-size: 1em;
    padding-right: .3em;
    position: relative;
    top: .1em
}

.colub-pop-container .request_btn {
    margin-left: 0;
    font-weight: 600
}

.colub-pop-container .request_btn:hover {
    text-decoration: none
}

.learn_expert_popup {
    margin: 0;
    border-top: 8px solid #f15a23;
    border-radius: 10px;
    background: #1a2262
}

.learn_expert_popup .popup_header {
    padding: 15px 10px
}

.learn_expert_popup .demand-center {
    margin-top: 20px;
    text-align: center
}

span.pop-on-demand {
    background-color: #f15a23;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff
}

.pop-title h4 {
    font-size: 20px;
    color: #fff;
    padding: 0 24%;
    line-height: 28px;
    text-align: center
}

.expert-item h5 {
    font-size: 13px;
    line-height: 16.8px;
    margin: 10px 0 3px
}

.expert-item p.designation {
    line-height: 14px;
    margin: 0;
    font-size: 11px;
    padding-top: 5px
}

.expert-item:after {
    content: '';
    height: 80%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #454074
}

.tswVideoPopForm {
    width: 80% !important;
    margin: 17px auto 30px
}

.tswVideoPopForm.mktoForm .mktoFormRow:nth-child(2),
.tswVideoPopForm.mktoForm .mktoFormRow:nth-child(3) {
    width: 46%;
    clear: none;
    float: left;
    margin: 0 10px
}

.tswVideoPopForm.mktoForm .mktoFieldWrap,
.tswVideoPopForm.mktoForm .mktoFormCol {
    width: 100%
}

.tswVideoPopForm.mktoForm .mktoOffset,
.tswVideoPopForm.mktoForm .mktoRequiredField .mktoAsterix {
    display: none
}

.tswVideoPopForm.mktoForm .mktoField {
    color: #555;
    padding: 0 10px;
    line-height: 30px;
    height: 40px;
    font-size: 12px;
    border-radius: 25px;
    border: 1px solid #d7d7d7;
    width: 100% !important;
    letter-spacing: 1px;
    font-weight: 400
}

.tswVideoPopForm.mktoForm label.mktoLabel {
    width: 94% !important;
    float: right;
    color: #8c8c99;
    font-size: 12px;
    font-weight: 400 !important
}

.tswVideoPopForm.mktoForm .mktoRequiredField label.mktoLabel a {
    color: #13a7ec !important
}

.tswVideoPopForm.mktoForm .mktoCheckboxList .mktoField {
    height: auto
}

.tswVideoPopForm.mktoForm .mktoButtonRow {
    width: 100%;
    text-align: center
}

.tswVideoPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    font-size: 10px;
    padding: 13px 20px;
    background: #f15a23;
    border-radius: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none
}

.tswVideoPopForm.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    border: none
}

.expert-item:last-child:after {
    content: none
}

.tswVideoPopForm.mktoForm .mktoError {
    left: 0
}

.tswVideoPopForm.mktoForm .mktoFormRow:nth-child(3) .mktoError {
    max-width: 145px
}

.tswVideoPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoError,
.tswVideoPopForm.mktoForm .mktoFormRow:nth-child(5) .mktoError {
    left: 14px
}

.tswVideoPopForm.mktoForm .mktoFormRow:nth-child(4) .mktoRequiredField .mktoAsterix {
    color: #8c8c99;
    display: block;
    float: left;
    padding: 0 5px 0 0
}

#back-to-top {
    position: fixed;
    bottom: 8px;
    left: 16px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 0;
    background: #ffb200;
    border: none;
    z-index: 1000
}

#back-to-top:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    vertical-align: 3px;
    content: ""
}

.mktoForm .mktoError .mktoErrorMsg {
    font-family: "Montserrat", Arial, sans-serif !important;
}

#su_pop_forms.modal-no-border .modal-content {
    padding: 14px;
    background: transparent;
}

.container.podcastPopup {
    padding: 0;
    background-color: #f48b00;
    overflow: hidden;
}

.modal-no-border .modal-lg {
    max-width: 825px;
    width: 825px;
}

.podcastPopup .pop-up-top {
    margin: 0;
    padding: 2rem 1rem;
}

.podcastPopup form.podcastPopForm {
    margin: 0;
    width: 100% !important;
}

.podcastPopup form.podcastPopForm .mktoField {
    width: 100% !important;
    border: 1px solid #f48b00 !important;
    text-transform: none !important;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #333333 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    line-height: 20px !important;
    font-size: 15px !important;
    margin-bottom: 14px !important;
    padding: 10px 15px !important;
    height: auto !important;
}

.podcastPopup form.podcastPopForm #Email::-webkit-input-placeholder {
    color: #ccccce;

}

.podcastPopup form.podcastPopForm #Email::-moz-placeholder {
    color: #ccccce;
}

.podcastPopup form.podcastPopForm #Email:-ms-input-placeholder {
    color: #ccccce;
}

.podcastPopup form.podcastPopForm #Email::placeholder {
    color: #ccccce;
}

.podcastPopup form.podcastPopForm label[for="Email"] {
    display: none;
}

.podcastPopup form.podcastPopForm .mktoFormRow:nth-child(3) {
    margin-bottom: 0.2rem;
}

.podcastPopup form.podcastPopForm .mktoFieldDescriptor.mktoFormCol,
.podcastPopup form.podcastPopForm .mktoFieldWrap.mktoRequiredField {
    width: 100%;
    margin-bottom: 0px !important;
}

.podcastPopup form.podcastPopForm label[for="emailOptInBoolean"] .mktoAsterix {
    display: none !important;
}

.podcastPopup form.podcastPopForm label[for="emailOptInBoolean"] .aster-sign {
    color: #fff;
}

.podcastPopup form.podcastPopForm input#emailOptInBoolean,
.podcastPopup form.podcastPopForm input#consenttoProcessing {
    display: none;
}

.podcastPopup form.podcastPopForm label[for="emailOptInBoolean"],
.podcastPopup form.podcastPopForm label[for="consenttoProcessing"] {
    width: 92% !important;
    font-size: 12px !important;
    line-height: 18px;
    padding-top: 3px !important;
    float: right;
    padding: 0;
    font-weight: 400;
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    margin-top: -3px;
    margin-bottom: 3px !important;
}

.podcastPopup form.podcastPopForm label[for="emailOptInBoolean"] a,
.podcastPopup form.podcastPopForm label[for="consenttoProcessing"] a {
    font-weight: 600;
    color: #000 !important;
    padding: 0;
}

.podcastPopup form.podcastPopForm .mktoCheckboxList input#emailOptInBoolean+label:after,
.podcastPopup form.podcastPopForm .mktoCheckboxList input#consenttoProcessing+label:after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    border: 2px solid #fff;
    background-color: #f48b00;
    border-radius: 0;
    position: absolute;
    top: 3px;
    left: 0;

}

.podcastPopup form.podcastPopForm .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
.podcastPopup form.podcastPopForm .mktoCheckboxList input#consenttoProcessing:checked+label:after {
    background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;

}

.podcastPopup form.podcastPopForm .mktoOffset,
.podcastPopup form.podcastPopForm .mktoGutter {
    display: none;
}

.podcastPopup form.podcastPopForm .mktoFormRow:nth-child(3) .mktoError {
    left: 0 !important;
    bottom: -34px !important;
}

.podcastPopup form.podcastPopForm .mktoFormRow:nth-child(7) .mktoError {
    left: 0 !important;
    bottom: -14px !important;
}

.podcastPopup form.podcastPopForm .mktoButtonRow {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0.1rem;
}

.podcastPopup form.podcastPopForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
}

.podcastPopup form.podcastPopForm .mktoButtonWrap.mktoSimple .mktoButton {
    color: #fff;
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 1.1em;
    background-color: #000;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(top, #000, #000);
    background-image: linear-gradient(to bottom, #000, #000);
    font-weight: 600;
    letter-spacing: 1.2px;
    font-family: "Montserrat", Arial, sans-serif !important;
}

.podcastPopup .logo-box.pop-up-img {
    position: absolute;
    bottom: 0;

}

.podcastPopup .logo-box.pop-up-img img {
    max-width: 100%;
    position: relative;
    bottom: -35px;
}

.podcastPopup .widget-title {
    font-size: 1.6rem;
    text-align: left;
    font-weight: 900;
    color: #fff;
}

.podcastPopup form.podcastPopForm .mktoHtmlText.mktoHasWidth {
    width: 100% !important;
    text-align: left;
    color: #fff;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0.6rem;
    font-family: "Montserrat", Arial, sans-serif !important;
}

.podcastPopup .hidden-onload .contact-success-message {
    text-align: center;
}

.podcastPopup .hidden-onload .contact-success-message i.fas {
    margin: 0 auto 30px;
    font-size: 65px;
    display: block;
    height: auto;
    color: #ffffff;
}

.podcastPopup .contact-success-message.col-12 p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.podcastPopup .hidden-onload {
    width: 100%;
    padding: 0 10rem;
}

.AugmentedIntelligencePop .stevie h1.primary-color {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 900;

}

.AugmentedIntelligencePop .stevie h1.primary-color:after {
    height: 0px;
}

.AugmentedIntelligencePop .row.webinar-time {
    padding: 1rem 0 1.2rem 0;
}

.AugmentedIntelligencePop .webinar-time-container {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
}

.AugmentedIntelligencePop .webinar-time-container span {
    position: relative;
    top: -6px;
    left: 6px;
}

.AugmentedIntelligencePop .webinar-time-container .fa,
.AugmentedIntelligencePop .webinar-time-container .far {
    font-size: 2rem;
}

.AugmentedIntelligencePop .stevie .webinar-sign {
    position: relative;
    margin-bottom: 2.6rem;
}

.AugmentedIntelligencePop .stevie h4 {
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 6px;
}

.AugmentedIntelligencePop .stevie h4:after {
    content: " ";
    height: 2px;
    margin-top: 15px;
    margin-bottom: 20px;
    display: block;
    max-width: 46px;
    border-radius: 2px;
    background: #f80;
    background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
    position: absolute;
    right: 0;
    left: 0;
    top: 4px;
}

.AugmentedIntelligencePop .stevie .speaker-container h3 {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #ffb200;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 9px;
}

.AugmentedIntelligencePop .stevie .speaker-container .speaker-inner {
    margin-left: -15px;
}

.AugmentedIntelligencePop .stevie .speaker-container .speaker-inner .col-8 {
    padding-right: 0;
}

.AugmentedIntelligencePop .stevie .speaker-container .speaker-inner img {
    max-width: 70px;
}

.AugmentedIntelligencePop .stevie .speaker-container .speaker-inner .request_btn {
    border-radius: 25px;
    padding: 0.6rem 2rem;
}

.AugmentedIntelligencePop .stevie .speaker-container .speaker-inner.align-right {
    text-align: right;
}

.AugmentedIntelligencePop .stevie .speaker-container .speaker-inner h5 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 0.7rem;
}

.AugmentedIntelligencePop .stevie .speaker-container .speaker-inner .designation {
    font-size: 0.67rem;
    line-height: 1rem;
    font-weight: 500;
}

.AugmentedIntelligencePop .stevie.mb-25 {
    padding-bottom: 2.5rem;
}

.AugmentedIntelligencePop {
    padding-top: 2rem;
    padding-bottom: 3rem;
    padding-left: 40px;
    padding-right: 0px;
    background-image: url(../assets/img/AugmentedIntelligencePop-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.container.tsiaWebinarPop {
    padding: 1rem 2rem;
    border-radius: 6px;
    background-color: #fff;
    background-image: url(../assets/img/tsia-pop-bg-v2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.tsiaWebinarPop .row.webinar-logo {
    margin-top: 1rem;
    max-width: 60%;
}

.tsiaWebinarPop .row.webinar-logo h4 {
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
}

.tsiaWebinarPop .row.webinar-logo .col-6.tsw-br-left:before {
    content: "";
    color: #212529;
    height: 26px;
    width: 2px;
    border: 1px solid #212529;
    float: left;
    margin-right: 1rem;
    margin-left: -1rem;
}

.tsiaWebinarPop .request_btn {
    margin-left: 0;
}

.tsiaWebinarPop .row.speaker-row {
    margin-left: -3rem;
}

.tsiaWebinarPop .webinar-sign {
    padding-top: 0.8rem;
}

.tsiaWebinarPop .webinar-sign img {
    max-width: 100%;
}

.tsiaWebinarPop h3.primary-color {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 400;
}

.tsiaWebinarPop h4.primary-color {
    font-weight: 400;
    font-size: 1.6rem;
}

.tsiaWebinarPop .webinar-time-container .far {
    font-size: 2rem;
}

.tsiaWebinarPop .webinar-time-container span {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

.tsiaWebinarPop .speaker-container h3 {
    color: #ffb200;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 18px;
}

.tsiaWebinarPop .speaker-container .speaker-inner {
    text-align: center;
}

.tsiaWebinarPop .speaker-container .speaker-inner img {
    max-width: 56%;
}

.tsiaWebinarPop .row.speaker-row h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.tsiaWebinarPop .row.speaker-row p.designation {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

.tsiaWebinarPop .container.speaker-container {
    margin-bottom: 1rem;
}

.tsiaWebinarPop .row.align-items-center.tfes {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.tsiaWebinarPop .tsiaWebinarPopbg {
    background-image: url(../assets/img/tsia-speaker-bg.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: -76px;
}

section.feaured-services {
    background: #ffffff;
    color: #182b4c;
    padding: 0 0 2.8rem;
}

.support-lp section.feaured-services h3 {
    padding: 0 7rem;
}

section.feaured-services.lp-featured-logos {
    background-image: url(../assets/img/our-platform-recognized.svg);
    padding: 6rem 0 3rem 0;
    background-repeat: no-repeat;
}

.pageid-3335 section.feaured-services {
    padding: 3rem 0 2rem;
}

.support-lp section.feaured-services.lp-featured-logos img {
    max-width: 220px;
}

section.feaured-services img {
    max-width: 150px;
    margin: 0 auto;
}

.pageid-3335 section.feaured-services img {
    max-width: 160px;
    margin-top: -16px;
    height: auto;
}

.pageid-3335 section.feaured-services .feaured-services-inner {
    overflow: hidden;
}

section.feaured-services .hover-translate-y-n3:hover {
    cursor: pointer;
}

section.feaured-services h5 {
    font-size: 18px;
}

section.feaured-services .btn {
    border-radius: 20px;
    color: #fff;
    padding: 6px 20px;
    font-size: 14px;
}

section.feaured-services .feaured-services-inner {
    margin: 0 5px;
    padding: 18px 12px 20px 12px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: #fff;
}

.pageid-3335 section.feaured-services .searchunify-heading {
    padding: 0 1rem;
}

section.feaured-services p {
    padding-bottom: 1rem;
}

section.enterprise-outcomes .cta-container,
section.feaured-services .cta-container {
    position: absolute;
    bottom: 20px;
    width: 91%;
}

section.enterprise-outcomes .cta-container {
    bottom: 40px;
}

section.enterprise-outcomes a.text-link,
section.feaured-services a.text-link {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.enterprise-outcomes a.text-link:hover,
section.feaured-services a:hover {
    color: #ffb200;
    text-decoration: none;
}

section.enterprise-outcomes a i,
section.feaured-services a i {
    padding-left: 10px
}

section.platform-sections {
    position: relative;
}

section.platform-sections img.triangle-2 {
    position: absolute;
    top: 60%;
    right: 10%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

section.platform-sections img.triangle-gray-2 {
    position: absolute;
    top: 0%;
    right: 12%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

section.platform-sections img.rectangle-2 {
    position: absolute;
    top: 84%;
    left: 12%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

section.platform-sections img.triangle-3 {
    position: absolute;
    top: 30%;
    left: 12%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

section.platform-sections .row .mobile-centering.order-bottom {
    background-image: url(../assets/img/platform-sections-illustration-bg.svg);
    background-repeat: no-repeat;
    background-size: 66%;
    background-position-x: right;
    background-position-y: top;
    padding: 2rem 0;
}

section.platform-sections .row:nth-of-type(even) .mobile-centering.order-bottom {
    background-position-x: left;
}

section.platform-sections .row:nth-of-type(even) .mobile-centering.order-top {
    padding-left: 60px;
}

section.platform-sections .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 10px 0;
}

section.platform-sections .row:last-child {
    margin-bottom: 0;
}

section.platform-sections h3 {
    color: #182b4e;
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
}

section.platform-sections p {
    color: #798292;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

section.platform-sections .row img {
    max-width: 100%;
}

section.enterprise-outcomes {
    background-image: url(../assets/img/our-platform-recognized.svg);
    padding: 6rem 0 6rem 0;
    background-repeat: no-repeat;
    margin-top: -3rem;
}

section.enterprise-outcomes .feaured-services-inner {
    text-align: center;
    border: 1px solid #c1c0c0;
    border-radius: 10px;
    box-shadow: 0px 1px 9px rgb(88 91 95 / 38%);
}

section.enterprise-outcomes .feaured-services-inner img {
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto;
    margin-top: 10px;
}

section.enterprise-outcomes .feaured-services-inner h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 33px;
    margin: 16px 0;
    color: #182b4e;
}

section.enterprise-outcomes .feaured-services-inner p {
    color: #798292;
    margin-bottom: 8px;
}

section.enterprise-outcomes.lp-outcomes .feaured-services-inner img {
    max-width: 160px;
    margin-bottom: 70px !important;
}

section.enterprise-outcomes.lp-outcomes .feaured-services-inner h5 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
}

section.enterprise-outcomes.lp-outcomes .feaured-services-inner p {
    font-size: 14px;
    line-height: 16px;
}

section.enterprise-outcomes.lp-outcomes .feaured-services-inner h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

span.sol-more-btn a {
    color: #ffb200;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

span.sol-more-btn span:hover,
span.sol-more-btn a:hover {
    color: #ffb200;
    text-decoration: none;
}

span.sol-more-btn span i.fa,
span.sol-more-btn a i.fa {
    font-size: 16px;
    font-weight: 600;
    margin-left: 1rem;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border: 0;
}

span.sol-more-btn span:before,
span.sol-more-btn a:before {
    content: '';
    width: 1.5rem;
    display: inline-block;
    background: #ffb200;
    height: 1.8px;
    vertical-align: middle;
    margin-right: 1rem;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.cta-link .fa-angle-right:before {
    content: "\f0da";
}

.platform-self-service h2 span,
section.platform-sections h3 span,
.section-scroll-pages .header-section.sub-heading.platform h1 span,
section.platform-about h2 span,
.stevie-testimonial-section h2 span,
.enterprise-outcomes h2 span,
.platform-customers-testimonails h2 span,
section.customers-testimonails .searchunify-heading span,
section.feaured-services h3 span,
section.platform span {
    color: #f48b00;
}

section.searchunify-testimonials.searchunify-testimonials .testimonials-heading {
    padding: 0 4rem;
}

section.platform-request-demo-section {
    padding: 2rem 0;
    position: relative;
    z-index: 10;
    margin: 1.4rem 0 4.4rem 0;
}

section.platform-request-demo-section .col.request-demo-col {
    padding: 0 30px;
}

section.platform-request-demo-section .col-8 {
    padding: 30px 60px
}

section.platform-request-demo-section p {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
    margin-bottom: 0;
}

section.platform-request-demo-section h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}

section.platform-request-demo-section .row.request-demo-row {
    background: #f58b01;
    border-radius: 1.2rem;
    background-image: url(../images/home/request-demo-bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: -56px;
}

section.platform-request-demo-section .row.request-demo-row .col-lg-8 {
    padding: 30px 60px 30px 68px;
}

section.platform-request-demo-section a:before {
    content: "";
    height: 2px;
    width: 100px;
    position: absolute;
    background-color: #011866;
    top: -16px;
    right: 70px;
}

section.platform-request-demo-section a:after {
    content: "";
    height: 2px;
    width: 100px;
    position: absolute;
    background-color: #011866;
    bottom: -16px;
    left: 70px;
}

section.platform-request-demo-section a span {
    max-width: 20px;
    display: inline-block;
    margin-top: -6px;
    margin-left: 10px;
}

section.platform-request-demo-section a span svg {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: -5px;
}

section.platform-request-demo-section a {
    padding: 12px 22px;
    text-transform: uppercase;
    background-color: #011866;
    color: #ffffff;
}

@supports (-ms-ime-align:auto) {

    label[for=inputPassword],
    label[for=inputUser] {
        display: none
    }

    ::-webkit-input-placeholder {
        color: #000
    }

    :-moz-placeholder {
        color: #000
    }

    ::-moz-placeholder {
        color: #000
    }

    :-ms-input-placeholder {
        color: #000
    }
}

@supports (-ms-ime-align:auto) {
    .banner .g2-banner-wrapper .speaker-col {
        background: #1e5f9c;
    }

    .banner .g2-banner-wrapper .speaker-col .speaker-item .col-9 {
        padding-left: 16px;
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .card .card-img-overlay {
        top: 0;
    }

    .card&gt;a {
        -ms-flex-negative: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

    .card.justify-content-end .card-img-overlay {
        top: auto;
        bottom: 0;
    }

    .card:not([class*=col-]) {
        width: 100%;
    }

    .card&gt;div {
        max-width: 100%;
    }

    .card.card-article-wide .card-body {
        width: 100%;
    }

    .why_searchunify .why_content {
        padding: 0rem 3rem 4rem 3rem;
    }

    .why_searchunify .why_content .icon .why-icon {
        max-height: 110px;
    }

    section.modern-support a::after,
    section.searchunify-applications .tabs-content a::after {
        width: 14px;
        height: 14px;
    }

    .flex-column&gt;img.flex-grow-1 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
        -ms-flex-negative: 0 !important;
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }

    .icon {
        -ms-flex-negative: 0 !important;
        -webkit-flex-shrink: 0 !important;
        flex-shrink: 0 !important;
    }

    .icon-logo {
        width: auto !important;
        max-width: 6rem !important;
    }

    img {
        -ms-flex-negative: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

    section.searchunify-partners .ab-partner-container a .img-fluid,
    section.searchunify-partners .ab-partner-container div.without-link .img-fluid {
        max-width: 116px;
    }

    section.searchunify-applications .application-tabs .btn {
        padding: 10px 14px;
    }

    img.flex-grow-1 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        -webkit-flex-grow: 0 !important;
        flex-grow: 0 !important;
    }

    .list-group,
    .row {
        width: 100%;
    }

    .text-image-2 {
        display: block;
    }

    .text-image-2 .bg-white {
        bottom: 0;
        right: 0;
    }

    .min-vh-100 {
        height: 100vh;
    }

    figure.home-banner-illustration svg {
        min-height: 60vh;
    }

    hr.scroll-hr {
        text-align: left;
    }

    .podcastPopup .logo-box.pop-up-img {
        max-width: 100%;
    }

    .banner .delphix-banner .banner-title,
    .banner .delphix-banner .banner-time {
        min-width: 106%;
    }

    .banner .min-vh-50 {
        min-height: 32vh;
    }

    .banner .stevie .speaker-container .speaker-inner img {
        max-width: 80px;
    }

    .banner .stevie .speaker-container .speaker-inner h5 {
        font-size: 0.7rem;
    }

    .banner .stevie .speaker-container .speaker-inner .designation {
        font-size: 0.8rem;
    }

    .header .navbar-nav li a.nav-link.su-site-search {
        visibility: visible;
    }

    .tsiaWebinarPop .webinar-time-container span {
        font-size: 12px;
    }

    .tsiaWebinarPop .row.speaker-row h5 {
        margin-top: 10px !important;
        font-size: 12px;
    }

    .tsiaWebinarPop .row.speaker-row p.designation {
        font-size: 10px;
    }

    .tsiaWebinarPop .webinar-sign {
        text-align: right;
    }

    .tsiaWebinarPop .webinar-sign img {
        max-width: 76%;
    }

    .header .navbar-nav li a.nav-link.su-site-search {
        visibility: visible;
    }

    .header .navbar-nav li a.nav-link.su-site-search-button {
        visibility: visible;
    }

    .header .navbar-nav li a.nav-link {
        padding: 5px 12px;
    }

    .banner .ccw-webinar-banner .illustration-container img {
        width: 360px;
        height: 400px;
    }

    .stevie-pop-wrapper h3 {
        font-size: 32px;
    }

    section.site-footer .medal-g2.stevie-apac {
        overflow: hidden;
    }

    section.site-footer .copy-text p {
        font-size: 16px;
    }

    section.enterprise-outcomes .feaured-services-inner img {
        max-height: 34px;
    }

    .support-lp section.feaured-services img {
        width: 160px;
        height: 52px;
    }

    .support-lp section.feaured-services.lp-featured-logos img {
        width: 220px;
        height: 56px;
    }
}

@media all and (object-fit: cover) and (-ms-high-contrast:none) {

    .infinite_scope video,
    ::-ms-backdrop {
        height: auto;
    }

    label[for=inputPassword],
    label[for=inputUser] {
        display: none;
    }

    ::-webkit-input-placeholder {
        color: #000;
    }

    :-moz-placeholder {
        color: #000;
    }

    ::-moz-placeholder {
        color: #000;
    }

    :-ms-input-placeholder {
        color: #000;
    }

    .col-logo-area {
        display: block !important;
    }

    .colub-pop-container h3 {
        display: inline-block;
    }

    .podcastPopup .logo-box.pop-up-img {
        max-width: 100%;
    }

    .podcastPopup .logo-box.pop-up-img {
        max-width: 100%;
    }

    .header .navbar-nav li a.nav-link {
        padding: 5px 12px;
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    label[for=inputPassword],
    label[for=inputUser] {
        display: none;
    }

    ::-webkit-input-placeholder {
        color: #000;
    }

    :-moz-placeholder {
        color: #000;
    }

    ::-moz-placeholder {
        color: #000;
    }

    :-ms-input-placeholder {
        color: #000;
    }

    .col-logo-area {
        display: block !important;
    }

    .colub-pop-container h3 {
        display: inline-block;
    }

    .banner .banner-icons-search img {
        max-width: 300px !important;
        width: auto !important;
    }

    .AugmentedIntelligencePop .stevie .speaker-container .speaker-inner img {
        max-width: 60px;
    }

    .AugmentedIntelligencePop .stevie .speaker-container .speaker-inner h5 {
        font-size: 0.7rem;
    }

    .AugmentedIntelligencePop .stevie .speaker-container .speaker-inner .designation {
        font-size: 0.7rem;
    }

    .AugmentedIntelligencePop .stevie .speaker-container .speaker-inner {
        width: 124%;
        max-width: 124%;
    }

    .banner .g2-banner-wrapper .speaker-col {
        background: #1e5f9c;
    }

    .banner .g2-banner-wrapper .speaker-col .speaker-item .col-9 {
        padding-left: 50px;
    }

    .header .navbar-nav li a.nav-link {
        padding: 5px 12px;
    }

    .banner .col20-banner h2 {
        font-size: 42px !important;
    }

    .banner .forresterw-banner .webinar-time-wrapper h5 {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 1600px) {

    .carousel-item.delphix-banner,
    .carousel-item.community-re-focus,
    .carousel-item.ccw-webinar-banner,
    .carousel-item.security-banner,
    .carousel-item.community-banner,
    .carousel-item.rubrik-webinar-banner,
    .carousel-item.g2-banner,
    .carousel-item.tsia-banner,
    .banner_image {
        height: 600px;
    }

    .carousel-item.forresterw-banner {
        height: 680px;
    }

    .carousel-item.stevie-banner,
    .carousel-item.kcs-banner,
    .carousel-item.has-video {
        height: 780px;
    }

    .banner .ccw-webinar-banner .illustration-container {
        top: -300px;
    }
}

@media only screen and (max-width: 1600px) {

    .carousel-item.delphix-banner,
    .carousel-item.community-re-focus,
    .carousel-item.ccw-webinar-banner,
    .carousel-item.security-banner,
    .carousel-item.community-banner,
    .carousel-item.rubrik-webinar-banner,
    .carousel-item.g2-banner,
    .carousel-item.tsia-banner,
    .banner_image,
    .carousel-item.has-video {
        height: 600px;
    }

    .carousel-item.forresterw-banner {
        height: 600px;
        background-position-y: -6px;
    }

    .carousel-item.stevie-banner,
    .carousel-item.kcs-banner,
    .carousel-item.has-video {
        height: 720px;
    }

    section.site-footer ul.social-links {
        padding-right: 5rem;
    }

    .banner.video-banner {
        padding-bottom: 128px;
    }

    .banner.video-banner:after {
        bottom: 126px;
    }

    .banner .kcs-banner .speakers-container {
        padding: 20px 6px 60px 6px;
    }
}

@media only screen and (max-width: 1550px) {
    section.platform-sections img.triangle-gray-2 {
        right: 3%;
    }

    section.platform-sections img.triangle-3 {
        left: 3%;
    }

    section.platform-sections img.triangle-2 {
        right: 2%;
    }

    section.platform-sections img.rectangle-2 {
        left: 2%;
    }

    .banner .forresterw-banner .logos.d-flex {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .banner .forresterw-banner .featuring-logos {
        margin-bottom: 18px;
    }

    .banner .forresterw-banner h4 {
        margin: 18px 0 22px 0;
    }

    .forrester-lp .demo_form_wrapper {
        margin-top: 50px;
    }

    form#mktoForm_6391 .mktoFormRow.row_6 {
        margin-top: 0;
    }
}

@media (min-width: 1401px) {

    .banner .stevie.mb-25 {
        padding-bottom: 8rem;
    }

    .banner .stevie h1.primary-color {
        margin-top: 0rem;
    }

}

@media only screen and (max-width: 1450px) {
    .banner.video-banner:after {
        bottom: 126px;
        height: 140px;
    }

    .banner .col20-banner a {
        top: 50px;
        padding: 8px 16px;
        cursor: pointer;
    }

    .banner .col20-banner h2 {
        font-size: 44px;
        margin-top: -120px;
    }
}

@media only screen and (max-width: 1400px) {

    .forrester-lp .banner.video-banner,
    .banner.video-banner {
        padding-bottom: 0;
    }

    .banner .col20-banner .banner-text-col {
        padding: 0 4%;
    }

    .banner .col20-banner h2 {
        margin-top: -140px;
    }

    .banner .stevie.mb-25 {
        padding-bottom: 5.2rem;
    }

    .service_now .font_white h2 {
        font-size: 1.2rem;
        letter-spacing: .2rem;
    }

    .colub-btn {
        bottom: calc(33% - 126px);
        left: calc(14% - 92px);
        padding: 36px 65px !important;
    }

    .service_now .font_white p {
        font-size: 1rem;
        letter-spacing: .4rem;
        line-height: 1.3rem;
    }

    .service_now .font_white img {
        max-width: 80%;
    }

    .forrester-webinar .banner_image {
        background-position: center -50%;
        background-repeat: no-repeat;
        background-color: #031039;
    }

    .stickyEventContent .col-md-8,
    .stickyEventContent .col-md-9 {
        padding-left: 5%;
    }

    .banner .min-vh-60 {
        min-height: 80vh;
    }

    section.site-footer ul.social-links {
        padding-right: 5rem;
    }

    .banner .container-video-banner {
        padding-bottom: 126px;
    }

    .banner.video-banner:after {
        background-size: contain;
        height: 140px;
    }

    .banner .kcs-banner .logos.d-flex {
        margin-top: -120px;
    }

    section.modern-support {
        background-position-x: center;
    }

    img.triangle-2 {
        top: 66%;
    }

    img.plus-2 {
        top: 84%;
        right: 6%;
    }

    img.cirlce-small-1 {
        top: 80%;
        left: 6%;
    }

    img.cirlce-small-2 {
        left: 2%;
    }

    img.cirlce-small-3 {
        left: 23%;
    }

    img.plus-3 {
        right: 6%;
    }

    img.triangle-gray-3 {
        top: 75%;
        right: 6%;
    }

    img.cirlce-small-4 {
        top: 14%;
        left: 9%;
    }

    img.cirlce-1 {
        right: -11%;
    }

    img.triangle-gray-4 {
        right: 2%;
    }

    img.triangle-gray-5 {
        top: 51%;
        right: 0%;
    }

    img.plus-4 {
        top: 49%;
        left: 2%;
    }

    .footer_bottom ul.footer_menu.footer_links {
        margin-right: 4rem;
    }

    div.request-demo {
        padding: 0 0;
    }

    div.request-demo .demo-form-container {
        padding: 60px 0px 0px 0px;
    }

    div.request-demo .demo-form-container.margin-minus-50 {
        padding: 20px 0px 0px 0px;
    }

    .forrester-lp .demo_form_wrapper h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
    }

    .banner .forresterw-banner .webinar-time-wrapper h5 {
        font-size: 22px;
    }

    .banner .forresterw-banner .webinar-time-wrapper {
        width: 86%;
        margin-top: 18px;
    }
}

@media only screen and (max-width: 1280px) {
    .banner.video-banner {
        padding-top: 54px;
        padding-bottom: 0px;
    }

    .forrester-lp.cookie_not_set .banner.video-banner {
        padding-top: 8rem;
    }

    .forrester-lp .banner.video-banner {
        padding-top: 6rem;
    }

    .cookie_not_set .banner.video-banner {
        padding-top: 6rem;
    }

    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }

    section.site-footer ul.social-links {
        padding-right: 6rem;
    }

    section.site-footer span.btn-inner--icon {
        width: 20px;
        height: 20px;
        top: 13px;
        left: 20px;
    }

    section.site-footer span.btn-inner--text {
        font-size: 12px;
    }

    .personalize-intro h2,
    .searchunify-heading {
        font-size: 28px;
        line-height: 32px;
    }

    section.searchunify-testimonials .testimonials-heading {
        padding: 0 8rem;
    }

    section.searchunify-testimonials .section-heading p {
        padding: 0 2rem;
    }

    section.why_searchunify h2 {
        padding: 0 4rem;
    }

    section.searchunify-applications .application-tabs .btn {
        padding: 6px 12px;
        font-size: 14px;
    }

    section.searchunify-applications .tabs-content h4 {
        font-size: 22px;
        line-height: 26px;
    }

    section.searchunify-applications .tabs-content a {
        font-size: 14px;
    }

    section.modern-support a:after,
    section.searchunify-applications .tabs-content a:after {
        height: 10px;
    }

    .header .navbar-nav li a.nav-link {
        padding: 14px 10px;
        font-size: 14px;
    }

    .header .navbar-nav li a.request_btn {
        padding: 6px 20px;
        margin-top: 6px;
    }

    .header ul.navbar-nav {
        margin-bottom: -4px;
    }

    .why_searchunify .why_content {
        padding: 2rem 2rem;
    }

    .why_searchunify .why_content .icon .why-icon {
        max-width: 66px;
    }

    .why_searchunify .why_content h3 {
        font-size: 1rem;
    }

    section.why_searchunify p,
    section.searchunify-testimonials p,
    section.modern-support p {
        font-size: 14px;
    }

    section.site-footer span.btn-inner--icon {
        position: relative;
        display: inline-block;
        margin-right: 0;
        top: 0;
        left: 0;
    }

    .request_btn.suChatButton {
        padding: 16px 20px;
        border-radius: 4px;
    }

    .request_btn.suChatButton .btn-inner--text {
        display: none;
    }

    .request_btn.suChatButton span.btn-inner--icon {
        width: 24px;
        height: 24px;
        top: 4px;
        left: 10px;
    }

    .suTestimonialsV6 .request_btn {
        padding: 6px 14px;
        font-size: 14px;
    }

    .site-footer .col-lg-6.col-md-12.text-right {
        text-align: left !important;
        padding-left: 0;
        padding-top: 6px;
    }


    .banner .forresterw-banner .webinar-speakers img {
        max-width: 80%;
    }

    .banner .forresterw-banner .col-sm-3.speaker-details {
        margin-left: -24px;
    }
}

@media only screen and (max-width: 1200px) {
    .search-bar-wrapper {
        top: -48px;
    }

    .search-bar.open {
        width: 600px;
    }

    .certificate li {
        width: 38%;
    }

    .video_content {
        max-width: 1200px;
        margin-left: -600px;
    }

    .header .navbar-nav li {
        padding-top: 28px;
    }

    .header .navbar-nav .dropdown-menu li {
        padding-top: 0;
    }

    .banner .hero-banner-img {
        background-position: 35% 100%;
        height: 378px;
    }

    .banner .min-vh-50 {
        min-height: 42vh;
    }

    .banner .stevie-banner h4 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -20px;
    }

    .banner .stevie-banner h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .banner p.hero-text {
        font-size: 1rem;
        margin-top: auto !important;
    }

    .banner h1.primary-color {
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: 700;
    }

    .banner .aos-animate .my-4 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important;
    }

    .banner .banner-icons.icon-1 {
        left: 0;
        top: 3%;
    }

    .banner .banner-icons.icon-2 {
        left: 16.5%;
        top: 3%;
    }

    .banner .banner-icons.icon-3 {
        left: 33.5%;
        top: 3%;
    }

    .banner .banner-icons.icon-4 {
        right: 33.5%;
        top: 3%;
    }

    .banner .banner-icons.icon-5 {
        right: 16.5%;
        top: 3%;
    }

    .banner .banner-icons.icon-6 {
        right: 0;
        top: 3%;
    }

    .banner .banner-icons-search img {
        -webkit-transform: translate(33%, 40%);
        -ms-transform: translate(33%, 40%);
        transform: translate(33%, 40%);
    }

    .banner .stevie h1.primary-color {
        font-size: 2.8rem;
        line-height: 3.4rem;
        padding: 0 10rem;
    }

    .banner .stevie.mb-25 {
        margin-top: -2rem;
        padding-bottom: 4.8rem;
    }

    .banner .stevie .speaker-container .speaker-inner img {
        max-width: 80px;
    }

    .banner .stevie .speaker-container .speaker-inner h5 {
        letter-spacing: 3px;
    }

    .banner .stevie .speaker-container .speaker-inner .designation {
        font-size: 0.8rem;
    }

    .request-demo-section .card.card-body h3,
    .request-demo-section .card.card-body.h3 {
        font-size: 1.2rem;
    }

    .request-demo-section .card.card-body .request_demo_click,
    section.site-footer ul li a {
        font-size: .8rem;
    }

    .banner .g2-banner-wrapper .speaker-col .row.speaker-item img {
        max-width: 80px;
    }

    .banner .g2-banner-wrapper .speaker-col .row.speaker-item {
        margin-left: -74px;
    }

    section.site-footer .copy-text p {
        font-size: 14px;
    }

    section.site-footer ul.social-links {
        padding-right: 5rem;
    }

    .banner .g2-banner-wrapper h3 {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}

@media only screen and (max-width: 1199px) {
    .header .navbar-nav li {
        padding: 0 0;
    }

    .header .navbar-nav .dropdown-menu li {
        padding: 0;
    }

    section.site-footer span.btn-inner--icon {
        position: relative;
        display: inline-block;
        margin-right: 0;
        top: 0;
        left: 0;
    }

    section.site-footer span.btn-inner--text {
        display: none;
    }

    section.site-footer ul.social-links {
        padding-right: 1rem;
    }

    .banner .forresterw-banner i.sf {
        width: 30px;
        height: 30px;
    }

    .banner .forresterw-banner .webinar-time-wrapper h5 {
        font-size: 18px;
    }

    .banner .forresterw-banner h3 {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .banner .forresterw-banner p.name-of-speaker {
        margin-top: 40px;
    }

    .banner .forresterw-banner .webinar-time-wrapper .date-time-container {
        left: 60px;
    }

    .banner .forresterw-banner .webinar-time-wrapper .time-wrapper-right .date-time-container {
        left: 70px;
    }

    .banner .forresterw-banner .speaker-container {
        margin-left: -40px;
    }

    .forrester-lp .demo_form_wrapper {
        width: 360px;
        padding: 25px 30px 15px;
    }

    .banner .forresterw-banner .col-md-3.speaker-details {
        margin-left: -20px;
    }

    .banner .forresterw-banner p.position-speakers {
        font-size: 12px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 1024px) {

    .searchunify-customers {
        padding-bottom: 3.5rem;
    }

    .banner .banner-icons.icon-6 h3 span.banner-icons-tooltip {
        margin-left: -50px;
    }

    section.site-footer span.btn-inner--icon {
        position: relative;
        display: inline-block;
        margin-right: 0;
        top: 0;
        left: 0;
    }

    section.site-footer .suChatButton {
        padding: 4px 6px;
        border-radius: 4px;
    }

    section.site-footer span.btn-inner--text {
        display: none;
    }

    section.site-footer ul.social-links {
        padding-right: 2rem;
    }

    .banner .delphix-banner .panelists-container .speaker h5 {
        font-size: 15px;
    }

    .banner .delphix-banner .panelists-container .speaker p {
        font-size: 12px;
    }

    .banner .delphix-banner .panelists-header .speaker-holder h4 {
        font-size: 16px;
        width: 100px;
    }

    .banner .delphix-banner .panelists-container .panelists .speaker {
        padding-left: 58px;
    }

    .banner .rubrik-webinar-banner .webinar-title h3 {
        margin-top: -20px;
    }

    .banner .rubrik-webinar-banner .webinar-title h3,
    .banner .rubrik-webinar-banner .webinar-title h2 {
        font-size: 30px;
        padding-right: 4rem;
    }

    .banner .webinar-time-wrapper .time-wrapper-right span {
        font-size: 16px;
    }

    .banner .rubrik-webinar-banner .speaker-container {
        padding: 1.2rem 0rem;
        max-width: 50%;
    }

    .banner .rubrik-webinar-banner .webinar-time-wrapper {
        max-width: 80%;
    }

    .banner .rubrik-webinar-banner .webinar-signs {
        padding-top: 30px;
    }

    .banner .community-banner h5 {
        font-size: 14px;
        line-height: 24px;
        padding-right: 40px;
    }

    .banner .community-banner h3 {
        font-size: 36px;
        line-height: 46px;
        padding-right: 40px;
    }

    .banner .security-banner h4,
    .banner .security-banner h3 {
        font-size: 30px;
        line-height: 32px;
    }

    .banner .security-banner h5 {
        font-size: 1rem;
    }

    .banner .ccw-webinar-banner .webinar-title h2,
    .banner .ccw-webinar-banner .webinar-title h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .banner .ccw-webinar-banner .illustration-container {
        top: -272px;
    }

    .banner .ccw-webinar-banner .speaker-container p {
        font-size: 14px;
    }

    .banner .ccw-webinar-banner .speaker-container .col-9 {
        padding-left: 30px;
    }

    .banner .ccw-webinar-banner .speaker-container {
        max-width: 94%;
    }

    .banner .stevie-banner h3 {
        font-size: 38px;
        line-height: 50px;
    }

    .banner .tsia-banner h3 {
        font-size: 2rem;
    }

    .banner .tsia-banner .speaker-image h3 {
        font-size: 20px;
    }

    .banner .tsia-banner .webinar-time-wrapper span,
    .banner .tsia-banner .webinar-time-wrapper .time-wrapper-right span {
        font-size: 18px;
    }

    section.site-footer .medal-g2 img {
        height: 80px;
    }

    section.site-footer .medal-g2.stevie-apac img {
        height: 64px;
        margin-top: 8px;
    }

    .site-footer .col-lg-6.col-md-12.text-right {
        padding-top: 0px;
        text-align: right !important;
    }

    .footer_bottom ul.footer_menu.footer_links {
        margin-right: 1rem;
    }

    section.site-footer .copy-text p {
        margin-left: 0;
    }

    div.request-demo {
        padding-right: 20px;
    }

    section.platform-request-demo-section h3 {
        font-size: 24px;
    }

    section.platform-request-demo-section a {
        padding: 8px 14px;
    }

    section.platform-request-demo-section a:before {
        top: -10px;
        right: 46px;
    }

    section.platform-request-demo-section a:after {
        bottom: -10px;
        left: 50px;
    }

    section.platform-request-demo-section a span {
        max-width: 16px;
    }

    .support-lp img.triangle-gray-1 {
        right: 0%;
    }

    .support-lp img.plus-1 {
        left: 4%;
    }

    section.enterprise-outcomes.lp-outcomes .feaured-services-inner h6 {
        font-size: 16px;
    }

    .header .navbar-nav li {
        padding: 20px 0;
        margin-top: 10px;
    }

    .header .navbar-nav li a.nav-link.su-site-search-button {
        margin-top: -4px;
    }

    .header .navbar-nav li a.request_btn {
        margin-top: -10px;
    }

    .header .navbar-nav li a.nav-link {
        padding: 0 9px;
        font-size: 11px;
    }

    .header .navbar-nav li a.request_btn {
        padding: 6px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-toggler {
        display: block;
        float: right;
        cursor: pointer;
    }

    .header .navbar-nav li a.nav-link.su-site-search-button {
        display: none;
    }

    .mobileSearchButton {
        display: block;
        top: 18px;
    }

    .search-bar-wrapper {
        top: -48px;
        right: 62px;
    }

    .banner .col20-banner a {
        top: 40px;
    }

    .search-bar.open {
        width: 370px;
    }

    .searchunify-in-numbers {
        padding: 3rem 0;
    }

    header .container .row {
        display: block;
    }

    .cookie_not_set .banner {
        padding-top: 8.5rem;
    }

    .cookies_bar {
        padding: 9px 0;
    }

    .btn_cookies {
        padding: 4px;
        font-size: 11px;
    }

    header .container .col-md-3,
    header .container .col-md-9 {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    header .container .col-md-3:after,
    header .container .col-md-9:after {
        content: " ";
        display: block;
        clear: both;
    }

    .navbar-nav {
        height: 100vh;
        overflow: hidden;
        margin: 20px auto;
    }

    .header .navbar-nav li a.nav-link {
        font-size: 15px;
        padding: 8px 0;
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #eaeaea;
    }

    .banner.video-banner {
        padding-top: 48px;
    }

    .header .navbar-nav li.active a.nav-link,
    .header .navbar-nav li.show a.nav-link,
    .header .navbar-nav li:hover a.nav-link {
        color: #ffb200;
    }

    header .container .col-md-3 .searchunify-logo {
        float: left;
    }

    .header .dropdown-menu {
        padding-left: 25px;
    }

    .header .dropdown-toggle:after {
        float: right;
        margin-right: 8px;
        margin-top: 7px;
    }

    .header .dropdown.show .dropdown-toggle:after {
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: 10px;
    }

    .header .dropdown-submenu&gt;a:after {
        margin-right: 8px;
    }

    div#navbarSupportedContent {
        height: 100vh;
        width: 100%;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        color: #000;
    }

    .scrolling_header .navbar-nav li a.nav-link {
        color: #000;
    }

    .header .navbar-nav li a.request_btn {
        float: left;
        margin: 0;
        border: 0;
        padding: 10px 20px;
        color: #fff;
    }

    .header .navbar-nav li:hover&gt;.dropdown-menu {
        display: none;
    }

    .header .navbar-nav li.dropdown.show ul.dropdown-menu {
        display: block;
    }

    li.dropdown.su-mega-menu&gt;ul.dropdown-menu.bg_black_op,
    li.nav-item.dropdown.hoverColor&gt;ul {
        box-shadow: none;
    }

    .edgtf-page-not-found .edgtf-404-text {
        font-size: 12rem;
        line-height: 14rem;
    }

    .header .navbar-nav li {
        padding: 10px 0;
    }

    .header .navbar-nav li:last-child {
        padding: 12px 0 0;
    }

    .header .navbar-nav ul.dropdown-menu.bg_black_op:last-child li {
        padding: unset;
    }

    .banner .stevie-banner h5 {
        font-size: 14px;
    }

    .banner .stevie-banner h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .banner .stevie-banner h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .banner .stevie-banner h3 sup {
        font-size: 20px;
    }

    h2.searchunify-logo {
        display: inline-block;
    }

    ul.dropdown-menu.bg_black_op {
        background-color: #fff;
    }

    .banner .delphix-banner .bg-blue span {
        font-size: 18px;
    }

    .banner .delphix-banner .col-2.moderator {
        padding: 0 0;
    }

    .banner .delphix-banner .panelists-container .panelists .speaker {
        padding-left: 16px;
    }

    .banner .delphix-banner .panelists-header .speaker-holder h4 {
        font-size: 14px;
        width: 94px;
    }

    .banner .delphix-banner .panelists-container .speaker h5 {
        font-size: 14px;
    }

    .banner .delphix-banner .banner-title h3 {
        font-size: 26px;
        margin-top: 16px;
        line-height: 28px;
    }

    .banner .delphix-banner .banner-title h4 {
        font-size: 24px;
    }

    .banner .delphix-banner .banner-title {
        min-height: 320px;
    }

    .banner h1.primary-color:after {
        margin: 15px auto;
    }

    .banner .stevie-banner img {
        max-width: 140px;
    }

    .banner .g2-banner-wrapper .speaker-col .row.speaker-item img {
        max-width: 100px;
    }

    .banner .g2-banner-wrapper .speaker-col .btn,
    .banner .g2-banner-wrapper .speaker-col .row.speaker-item {
        margin-left: -80px;
    }

    .banner .g2-banner-wrapper {
        background-image: none;
    }

    .banner .g2-banner-wrapper .speaker-col {
        margin-left: 100px;
    }

    .banner .g2-banner-wrapper .webinar-time-wrapper p {
        padding-left: 180px;
    }

    .banner .g2-banner-wrapper .webinar-time-wrapper span {
        left: 130px;
    }

    .banner .g2-banner-wrapper .baner-col h3 {
        font-size: 36px;
        padding-right: 270px;
    }

    .banner .g2-banner-wrapper .col-3 {
        display: none;
    }

    .banner_image,
    .carousel-item.has-video {
        height: 980px;
    }

    .banner .rubrik-webinar-banner .webinar-time-wrapper {
        max-width: 88%;
        margin-left: -30px;
    }

    .banner .webinar-time-wrapper i.sf {
        width: 40px;
        height: 40px;
    }

    .banner .webinar-time-wrapper .time-wrapper-right span {
        padding-right: 50px;
    }

    .banner .webinar-time-wrapper span,
    .banner .webinar-time-wrapper .time-wrapper-right span {
        font-size: 12px;
    }

    .banner .rubrik-webinar-banner .webinar-title h3 {
        margin-top: -20px;
    }

    .banner .rubrik-webinar-banner .webinar-title h3,
    .banner .rubrik-webinar-banner .webinar-title h2 {
        font-size: 20px;
        line-height: 34px;
        padding-right: 5rem;
    }

    .banner .rubrik-webinar-banner .row.webinar-time {
        padding: 0 2rem;
    }

    .banner .rubrik-webinar-banner .speaker-container {
        padding: 1.2rem 0rem;
        max-width: 70%;
    }

    .banner .rubrik-webinar-banner .speaker-inner p {
        font-size: 12px;
    }

    .banner .g2-banner-wrapper .baner-col h3:after {
        display: none;
    }

    .banner .community-banner h3 {
        font-size: 26px;
        line-height: 36px;
        padding-right: 0;
    }

    .banner .ccw-webinar-banner .webinar-title h2,
    .banner .ccw-webinar-banner .webinar-title h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .banner .ccw-webinar-banner .speaker-container {
        max-width: 100%;
    }

    .banner .ccw-webinar-banner .speaker-container .col-9 {
        padding-left: 40px;
    }

    .banner .ccw-webinar-banner .illustration-container {
        top: -272px;
        right: -112px;
    }

    .banner .ccw-webinar-banner .illustration-container img {
        width: 340px;
    }

    .banner .community-re-focus .speaker-inner img {
        max-width: 66px;
    }

    .banner .community-re-focus .speaker-col h5 {
        font-size: 20px;
    }

    .banner .community-re-focus .speaker-col p {
        font-size: 12px;
    }

    .banner .community-re-focus .webinar-time-wrapper p {
        font-size: 16px;
    }

    .banner .community-re-focus .baner-col h5 {
        font-size: 22px;
    }

    .banner .community-re-focus .baner-col h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .banner .community-re-focus a.btn {
        padding: 10px 30px;
        font-size: 16px;
    }

    .banner .tsia-banner h3 {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .banner .tsia-banner .speaker-image h3 {
        font-size: 18px;
        letter-spacing: 0;
    }

    .banner .tsia-banner .webinar-time-wrapper {
        width: 100%;
    }

    .banner .tsia-banner .webinar-time-wrapper span,
    .banner .tsia-banner .webinar-time-wrapper .time-wrapper-right span {
        font-size: 16px;
    }

    .banner .tsia-banner .webinar-time-wrapper i.sf {
        width: 30px;
        height: 30px;
    }

    .banner .tsia-banner .webinar-time-wrapper .time-wrapper-right span {
        left: 70px;
    }

    .banner .tsia-banner .webinar-time-wrapper .time-wrapper-right {
        padding-left: 20px;
    }

    .banner .tsia-banner .webinar-time-wrapper span {
        left: 60px;
    }

    .banner .tsia-banner .speaker-image h4 {
        font-size: 15px;
    }

    figure.home-banner-illustration {
        max-width: 85%;
        margin: 0 auto 2rem;
    }

    .personalize-tabs .card-body .card-illustration {
        padding: 1rem 0;
    }

    .searchunify-in-numbers h3 {
        font-size: 1.8rem;
    }

    .searchunify-in-numbers span.saved-costs {
        min-width: 3.6rem;
    }

    .searchunify-in-numbers span.cases-deflected {
        min-width: 5rem;
    }

    .searchunify-in-numbers span.successful-searches {
        min-width: 2.6rem;
    }

    .personalize-illustrations.d-flex.h-100 {
        display: none !important;
        height: 0 !important;
        border: 1px solid red;
    }

    .personalize-illustrations .hide {
        display: none !important;
    }

    .personalize-illustrations .img-illustration video {
        display: none !important;
        height: 0 !important;
    }

    .personalize-intro h2,
    .searchunify-heading {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    section.searchunify-applications h2 {
        padding: 0 4rem;
    }

    .close-loop-text h3 {
        text-align: center;
    }

    .close-loop .close-loop-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        text-align: center;
    }

    .close-loop .close-loop-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .searchunify-testimonial .testimonials-heading h3 {
        text-align: center;
    }

    .feaured-resources .card-body {
        padding: 2rem 0;
    }

    .feaured-resources .feaured-resources-content h2 {
        font-size: .8rem;
        line-height: 1rem;
        padding: .6rem 0;
    }

    .feaured-resources .feaured-resources-content p {
        font-size: .6rem;
        padding: 4px 12px;
    }

    .feaured-resources .feaured-resources-content h4 {
        font-size: .8rem;
    }

    .feaured-resources .feaured-resources-content .request_btn {
        font-size: 9px;
        padding: 3px 15px;
    }

    .feaured-resources .feaured-resources-content {
        padding-left: .6rem;
        padding-right: .6rem;
    }

    .request-demo-section .card.card-body {
        padding: 1rem 1.5rem;
    }

    .request-demo-section .card.card-body .request_demo_click {
        font-size: .8rem;
    }

    section.site-footer .icon-design {
        width: 10%;
    }

    section.site-footer ul.footer_menu.footer_links li:nth-child(1) {
        padding-left: 0;
    }

    section.site-footer ul.certificate {
        max-width: 80%;
    }

    section.site-footer .footer_recognition_row {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .colub-pop-container .col-logo-area {
        background: url(../images/colub-logo.png) center top/contain no-repeat;
    }

    .colub-pop-container .container {
        padding: 0;
    }

    .colub-pop-container .colub-row {
        padding: 34% 10% 4%;
        text-align: center;
    }

    .colub-pop-container .popup_header {
        padding-left: 1rem;
    }

    .colub-pop-container .colub-row ul {
        text-align: left;
        padding-left: 4.5rem;
    }

    .colub-pop-container .cta-row {
        padding-bottom: 4%;
    }

    #su_pop_forms_content .chatBotPop .leftSection {
        min-width: 100%;
    }

    #su_pop_forms_content .chatBotPop .col-md-7 {
        display: none;
    }

    .search-aided-row {
        width: 107% !important;
    }

    .search-aided-illustration {
        display: none;
    }

    .search-aided-form {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .search-aided-form .chatBotPopForm {
        width: 100% !important;
    }

    .search-aided-pop-container {
        background-size: cover;
        background-position: right;
    }

    .search-aided-form .chatBotPopForm.mktoForm label.mktoLabel {
        width: 92% !important;
    }

    .forrester-row {
        width: 107% !important;
    }

    .forrester-illustration {
        display: none;
    }

    .forrester-form {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .forrester-form .chatBotPopForm {
        width: 100% !important;
    }

    .forrester-pop-container {
        background-size: cover;
        background-position: right;
    }

    .forrester-form .chatBotPopForm.mktoForm label.mktoLabel {
        width: 92% !important;
    }

    .forrester-title-row h3 {
        padding-right: 0;
    }

    .forrester_webinar-area .forrester_webinar-form {
        display: none;
    }

    .forrester_webinar-area .forrester_webinar-row .cta-box {
        display: block;
    }

    .su-mega-menu ul.dropdown-menu,
    .su-mega-menu ul.dropdown-menu li.dropdown-submenu {
        width: 100%;
    }

    .su-mega-menu ul.dropdown-menu.dropdown-child-menu.bg_black_op {
        padding-left: 25px;
    }

    .header .navbar-nav li.nav-item:last-child {
        padding-bottom: 6rem;
    }

    section.site-footer h4 {
        margin-top: 1rem;
    }

    .banner {
        padding-top: 6.3rem;
    }

    .close-loop,
    .searchunify-testimonial,
    section.personalize {
        padding: 3rem 0;
    }

    .why_searchunify {
        padding: 12rem 0 10rem;
    }

    .why_searchunify .why_content {
        padding: 20px 24px;
    }

    .customers-testimonails h2 {
        padding: 0 6rem;
    }

    div.request-demo .demo-form-container {
        margin-top: 0;
    }

    .tsia-webinar .col-12.col-sm-12.col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .tsia-content span.live-webinar {
        font-size: .8rem;
    }

    .stickyEventContent .tsia-content p {
        line-height: 1.4rem;
        width: 44%;
    }

    .tsia-content a#case_study {
        margin-right: 6rem;
        margin-top: 0;
        padding: .4rem 1rem;
        text-align: center;
    }

    .tsia.tsia-pop .logo-box {
        display: block !important;
    }

    .tsia.tsia-pop .logo-box h4 {
        width: 100%;
    }

    .tsia.tsia-pop .logo-box .tsia-logo {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left;
    }

    .tsia.tsia-pop .logo-box .tsia-logo img {
        text-align: left;
        margin: 5px 0;
        padding: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .tsia.tsia-pop .font_white h2 {
        padding-right: 0;
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .tsia.tsia-pop .light-bg {
        padding: 2rem 1.2rem;
    }

    .tsia .light-bg .spearker-container {
        margin-bottom: .2rem;
    }

    .tsia.tsia-pop .light-bg .cta-box {
        margin-top: .6rem;
    }

    .tsia.tsia-pop .light-bg .time-box p {
        font-size: .6rem;
    }

    .tsia.mamba20-pop .pop-up-top .col-10 {
        margin: auto;
        padding: 0;
    }

    .tsia.mamba20-pop .pop-up-top h3 {
        font-size: 23px;
        margin: 15px auto;
    }

    .tsia.mamba20-pop .pop-up-top p {
        font-size: 15px;
    }

    .tsia.mamba20-pop .pop_up-bottom {
        padding: 0;
        margin: auto;
    }

    .tsia.mamba20-pop .pop_up-bottom .pop-up-img img {
        width: 55%;
        margin: auto;
    }

    .tsia.mamba20-pop .pop_up-bottom .pop-up-img {
        margin: auto;
    }

    .tsia.mamba20-pop .light-bg {
        padding: 10px 0 50px;
    }

    .tsia.mamba20-pop .pop-up-logo .tsia-logo img {
        width: 30%;
    }

    .tsia.mamba20-pop .light-bg .cta-box {
        margin-top: 0;
        text-align: center;
        margin-left: 0;
    }

    .tsia.mamba20-pop .light-bg .pop-up-list-container ul.pop_up-list li {
        line-height: 24px;
    }

    .tsia.mamba20-pop {
        background-position: right bottom;
    }

    .tsia.mamba20-pop .pop-up-logo {
        padding-top: 9px;
    }

    .colubridae-20-pop .colubridae-20-logo {
        background-position-y: 16px;
    }

    .colubridae-20-pop .higlight-box h3 {
        text-align: center;
        padding-left: 100px;
        padding-right: 100px;
    }

    .pop-up-list-container {
        padding-left: 40px;
    }

    .colubridae-20-pop .row.w-100 {
        margin: 0 auto;
    }

    .colubridae-20-pop .pop-up-bottom-row {}

    .searchunify-customers {
        padding-top: 20px;
        padding-bottom: 2.5rem;
    }

    .searchunify-customers .MultiCarousel {
        padding: 0 15px;
    }

    .banner .su-banner-icons-wrapper .banner-icons {
        display: none;
    }

    .banner .hero-banner-img {
        margin-top: 30px;
        height: 300px;
    }

    .banner .banner-icons-search img {
        -webkit-transform: translate(62%, 0);
        -ms-transform: translate(62%, 0);
        transform: translate(62%, 0);
    }

    #back-to-top {
        bottom: 14px;
    }

    .footer_bottom {
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-left: 30px;
    }

    section.site-footer .copy-text p {
        font-size: .8rem;
    }

    .request-demo-section .card.card-body h3,
    .request-demo-section .card.card-body.h3 {
        font-size: 1.1rem;
    }

    .request-demo-section .card.card-body .request_demo_click.request_btn {
        font-size: .8rem;
        padding: 6px 12px;
    }

    .header .navbar-nav .dropdown-item {
        color: #000;
        padding: 8px 0;
        text-align: left;
        border-bottom: 1px solid #eaeaea;
    }

    section.site-footer .suChatButton {
        bottom: 14px;
    }

    section.site-footer ul.social-links {
        padding-right: 0;
    }

    .modal-no-border .modal-lg {
        max-width: 720px;
    }

    .podcastPopup .widget-title {
        font-size: 1.2rem;
        padding: 0 2rem;
    }

    .podcastPopup form.podcastPopForm {
        padding: 0 2rem;
    }

    .podcastPopup form.podcastPopForm .mktoHtmlText.mktoHasWidth {
        padding: 0px 0rem;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0px;
    }

    .podcastPopup form.podcastPopForm label[for="consenttoProcessing"] {
        padding-right: 0;
    }

    .podcastPopup form.podcastPopForm label[for="emailOptInBoolean"],
    .podcastPopup form.podcastPopForm label[for="consenttoProcessing"] {
        width: 90% !important;
    }

    .podcastPopup .hidden-onload {
        padding: 0 2rem;
    }

    .AugmentedIntelligencePop .stevie .speaker-container .speaker-inner .request_btn {
        margin-left: 0;
    }

    .AugmentedIntelligencePop .row.webinar-time {
        padding-top: 0;
    }

    .AugmentedIntelligencePop .stevie .speaker-container .speaker-inner .col.mx-auto {
        margin-top: 1rem;
    }

    .tsiaWebinarPop .col-lg-2 {
        display: none;
    }

    .tsiaWebinarPop .webinar-time-container span {
        font-size: 10px;
    }

    .has-video video {
        display: none;
    }

    .banner .g2-banner-wrapper h3 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .banner .g2-banner-wrapper h4 {
        font-size: 1.4rem;
        margin-bottom: 1.4rem;
    }

    .stevie-pop-wrapper h3 {
        font-size: 28px;
        line-height: 38px;
    }

    section.searchunify-partners .ab-partner-container a {
        text-align: center;
        height: 90px;
    }

    section.searchunify-partners .ab-partner-container a .img-fluid {
        max-width: 70%;
    }

    section.searchunify-partners .ab-partner-container img {
        padding-bottom: 0.3rem;
    }

    section.searchunify-partners .ab-partner-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    section.searchunify-testimonials .testimonials-heading {
        padding: 0 6rem;
    }

    .customers-testimonails {
        padding: 70px 0 80px;
    }

    .site-footer .col-lg-6.col-md-12.text-right {
        padding-top: 6px;
        text-align: left !important;
    }

    section.site-footer .copy-text p {
        margin-left: -15px;
    }

    div.request-demo {
        padding: 0 30px;
    }

    .banner .col20-banner h2 {
        margin-top: 0;
    }

    .banner .col20-banner .banner-text-col {
        margin-top: -20px;
    }

    div.request-demo .demo-form-container.margin-minus-50 {
        margin-top: -58px;
    }

    div.request-demo .demo-form-container {
        padding-top: 0;
    }

    div.request-demo .demo-form-container .mktoForm label[for="emailOptInBoolean"],
    div.request-demo .demo-form-container .mktoForm label[for="consenttoProcessing"] {
        width: 94% !important;
    }

    section.platform-sections .mobile-centering {
        text-align: center;
    }

    section.platform-sections .mobile-centering.order-top {
        order: -1;
    }

    section.platform-sections .row:nth-of-type(even) .mobile-centering.order-top {
        padding-left: 15px;
    }

    section.platform-sections .row img {
        max-width: 80%;
    }

    section.platform-request-demo-section .row.request-demo-row {
        padding: 30px 10px;
    }

    section.platform-request-demo-section a:before {
        right: 34px;
    }

    section.platform-request-demo-section a:after {
        left: 34px;
    }

    section.platform-request-demo-section .row.request-demo-row .col-lg-8 {
        padding-left: 30px;
        padding-right: 30px;
    }

    span.sol-more-btn a {
        justify-content: center;
    }

    section.feaured-services.lp-featured-logos .col-md-6.col-lg-4,
    section.feaured-services .col-md-6.col-lg-3,
    section.enterprise-outcomes .col-sm-12.col-md-6 {
        margin-bottom: 30px !important;
    }

    .carousel-item.forresterw-banner {
        height: auto;
    }

    .banner .forresterw-banner .speaker-container {
        margin-left: 0;
    }

    .section-header-illustration {
        padding-bottom: 4rem;
        text-align: center;
        margin: 0 auto;
    }

    .forrester-lp .banner.video-banner {
        padding-top: 5.4rem;
    }

    .banner .forresterw-banner .logos.d-flex {
        margin-top: 0;
    }
}

@media only screen and (max-width:850px) {
    .stevie-pop-wrapper .stevie-logo img {
        max-width: 180px;
    }

    .stevie-pop-wrapper img.StevieLogo {
        max-width: 90px;
    }

    .stevie-pop-wrapper .btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .stevie-pop-wrapper h3 sup {
        font-size: 24px;
        top: -1px;
        left: -2px;
        margin-right: -6px;
    }

    .stevie-pop-wrapper h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .searchForm input[type=search] {
        height: 44px;
    }

    .mobileSearchButton {
        right: 30px;
        top: 12px;
    }

    .search-bar-wrapper {
        top: -44px;
        right: 44px;
    }

    .search-bar.open {
        width: 440px;
    }

    section.searchunify-testimonials {
        margin-top: -80px;
    }

    section.searchunify-applications {
        padding: 3rem 0 8rem 0;
    }

    .banner_image,
    .carousel-item.has-video {
        height: 900px;
    }

    .banner .col20-banner h2 {
        font-size: 30px;
        line-height: 38px;
        padding-right: 4rem;
    }

    .banner .col20-banner h3 {
        font-size: 18px;
        line-height: 22px;
        padding-top: 10px;
    }

    .banner .col20-banner a span svg {
        max-width: 90%;
        margin-top: 0px;
        margin-bottom: -5px;
    }

    .banner .col20-banner a {
        font-size: 14px;
    }

    div.request-demo .demo-form-container .mktoForm a {
        font-size: 12px;
    }

    .banner .col20-banner a:before {
        top: -10px;
    }

    .banner .col20-banner a:after {
        bottom: -10px;
    }

    p.cookies-text {
        margin-bottom: 6px;
        display: inline;
        font-size: 10px;
        float: none;
    }

    .btn_cookies {
        display: inline;
        font-size: 10px;
        float: none;
    }

    header.active_cookie {
        margin-top: 40px;
    }

    .header .header_logo {
        width: 165px;
    }

    .banner {
        padding-top: 90px;
    }

    .navbar-toggler {
        font-size: 20px;
    }

    .colub-pop-container .colub-row ul {
        padding-left: 5rem;
    }

    .search-aided-area {
        padding: 1rem 0;
    }

    .forrester_webinar-pop-container .popup_header {
        padding: .5rem 0 .5rem 1rem;
    }

    .forrester_webinar-pop-container .forrester_webinar-area {
        padding: 0 0 2rem 1rem;
    }

    .forrester_webinar-pop-container .forrester_webinar-illustration .time-box,
    .forrester_webinar-pop-container .forrester_webinar-illustration p.subheading {
        margin-bottom: .5rem;
    }

    .forrester_webinar-pop-container .forrester_webinar-illustration .time-box p {
        margin-bottom: .2rem;
    }

    .notif-banner .header-ribbon h4 {
        font-size: 14px;
        line-height: 18px;
        width: 100%;
        margin-bottom: 1rem;
    }

    .notif-banner .header-ribbon a.btn {
        font-size: 12px;
        margin-left: 0;
    }

    .searchunify-in-numbers .pl-5,
    .searchunify-in-numbers .pr-5,
    .searchunify-in-numbers .px-5 {
        width: 100%;
        padding: 0 !important;
        margin: 10px auto !important;
        text-align: center;
    }

    .suTestimonialsV3 .author:after {
        border-right: 0;
    }

    .request-demo-section .card.card-body {
        border-radius: 4px;
    }

    .request-demo-section .card.card-body h3,
    .request-demo-section .card.card-body.h3 {
        font-size: 14px;
        margin-bottom: 1rem;
    }

    .request-demo-section .card.card-body .request_demo_click {
        font-size: 10px;
        padding: 4px 10px;
    }

    .feaured-resources .card {
        margin-bottom: 1rem;
    }

    .feaured-resources .feaured-resources-content {
        padding-left: 6rem;
        padding-right: 6rem;
        border-radius: 4px;
    }

    .feaured-resources .feaured-resources-content h2 {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .feaured-resources .feaured-resources-content p {
        font-size: .8rem;
    }

    .close-loop,
    .feaured-resources,
    .searchunify-testimonial,
    section.personalize {
        padding: 3rem 0;
    }

    div#personalize-tabs {
        padding-top: 1rem;
    }

    .why_searchunify {
        padding: 16rem 0 12rem;
        margin: -14rem 0 -6rem 0;
    }

    .request-demo-section {
        padding: 0 0 3rem;
    }

    section.searchunify-applications .tabs-content-col .col-md-5 {
        padding-top: 20px;
    }

    .searchunify-testimonial ol.carousel-indicators {
        left: 5rem;
    }

    .customers-testimonails h2,
    section.searchunify-applications h2,
    section.why_searchunify h2 {
        padding: 0 2rem;
    }

    .customers-testimonails {
        padding: 0px 0 140px;
    }

    .tsia.tsia-pop .font_white h2 {
        padding-right: 0;
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .tsia.tsia-pop .logo-box .tsia-logo img {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        margin: 0 0 0 -2rem;
    }

    .tsia.tsia-pop .light-bg {
        display: none;
    }

    .tsia.tsia-pop .logo-box {
        margin-top: 1rem;
        margin-bottom: .3rem;
    }

    .tsia.tsia-pop .font_white {
        margin-bottom: 1rem;
    }

    .tsia.tsia-pop .visible-mobile {
        display: block;
        color: #fff;
    }

    .tsia.tsia-pop .time-box {
        margin-top: 0;
    }

    .tsia.tsia-pop .visible-mobile .time-box p {
        margin-bottom: .5rem;
    }

    .tsia.tsia-pop .visible-mobile .cta-box {
        margin-bottom: 1rem;
    }

    .tsia.tsia-pop .visible-mobile .time-box .fa {
        width: 26px;
        font-size: 1.2rem;
    }

    .tsia.mamba20-pop .pop-up-logo {
        padding-top: 20px;
    }

    .tsia.mamba20-pop .pop-up-logo .tsia-logo img {
        width: 25%;
    }

    .tsia.mamba20-pop .pop-up-top .col-10 {
        max-width: 100%;
    }

    .tsia.mamba20-pop .pop-up-top h3 {
        font-size: 18px;
        margin: 7px auto;
    }

    .tsia.mamba20-pop .pop-up-top p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .tsia.mamba20-pop .pop_up-bottom .pop-up-img img {
        width: 48%;
    }

    .tsia.mamba20-pop .light-bg {
        padding: 0 0 15px;
    }

    .tsia.mamba20-pop .light-bg .pop-up-list-container ul.pop_up-list li {
        line-height: 15px;
    }

    .colubridae-20-pop .higlight-box h3 {
        padding-left: 40px;
        padding-right: 10px;
        font-size: 18px;
    }

    .colubridae-20-pop .col-12.logo-box h4 {
        padding-top: 80px;
        letter-spacing: 4px;
        font-size: 10px;
    }

    .colubridae-20-pop .pop-up-list-container {
        padding-left: 20px;
    }

    .colubridae-20-pop .light-bg {
        padding: 5px 5px 5px;
    }

    .colubridae-20-pop .higlight-box h3 {
        padding-top: 10px;
    }

    .colubridae-20-pop .col-12.logo-box h4 {
        padding-top: 40px;
    }

    .colubridae-20-pop .pop_up-bottom {
        padding-bottom: 10px;
    }

    .colubridae-20-pop .colubridae-20-logo {
        background-position-y: -10px;
        background-size: 70%;
    }

    .banner .hero-banner-img {
        margin-top: 30px;
        background-position: 35% 100%;
        height: 210px;
    }

    .banner .banner-icons-search img {
        -webkit-transform: translate(33%, 0);
        -ms-transform: translate(33%, 0);
        transform: translate(33%, 0);
    }

    .banner .stevie-banner h3 {
        font-size: 30px;
        line-height: 40px;
        padding: 2rem 0rem 1.6rem;
    }

    .banner .delphix-banner .panelists-container {
        display: none;
    }

    .banner .delphix-banner .bg-blue span {
        font-size: 16px;
    }

    .banner .delphix-banner .bg-blue {
        padding: 16px 0 20px 0;
    }

    .banner .delphix-banner .cta-container.text-center {
        margin-top: 30px;
    }

    .banner .delphix-banner .banner-title {
        min-height: 360px;
    }

    .banner .delphix-banner .banner-title h5 {
        margin-top: 40px;
    }

    .banner .g2-banner-wrapper h3 {
        padding: 0 1.5rem;
    }

    .banner .g2-banner-wrapper .btn {
        padding: 10px 30px;
    }

    .banner .security-banner .illustration-wrapper,
    .banner .community-banner .illustration-wrapper {
        display: none;
    }

    .banner .community-banner h5 {
        padding-right: 18rem;
    }

    .banner .webinar-time-wrapper i.sf {
        width: 30px;
        height: 30px;
    }

    .banner .ccw-webinar-banner .speaker-container {
        display: none;
    }

    .banner .ccw-webinar-banner .illustration-wrapper {
        display: none;
    }

    .banner .ccw-webinar-banner .webinar-title h2,
    .banner .ccw-webinar-banner .webinar-title h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .banner .ccw-webinar-banner .webinar-time-wrapper span {
        left: 76px;
    }

    .banner .ccw-webinar-banner .row.webinar-cta,
    .banner .ccw-webinar-banner .row.webinar-title {
        margin-top: 40px;
    }

    .banner .community-re-focus .speaker-col {
        display: none;
    }

    .banner .tsia-banner .speaker-container {
        display: none !important;
    }

    .banner .tsia-banner .webinar-time-wrapper .time-wrapper-right {
        padding-left: 15px;
    }

    .banner .tsia-banner .webinar-time-wrapper .time-wrapper-right span {
        left: 60px;
    }

    .personalize-intro h2,
    .searchunify-heading {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .header .navbar-nav li {
        padding: 8px 0;
    }

    .modal-no-border .modal-lg {
        max-width: 540px;
    }

    #su_pop_forms button.close {
        top: 0;
        right: 4px;
    }

    .podcastPopup form.podcastPopForm .mktoFormRow:nth-child(7) .mktoError {
        bottom: -3px !important;
    }

    .podcastPopup form.podcastPopForm .mktoFormRow:nth-child(3) .mktoError {
        bottom: -26px !important;
    }

    .AugmentedIntelligencePop .speaker-container .hidden-phone {
        display: none;
    }

    .AugmentedIntelligencePop .webinar-time-container .col-12:nth-child(2) {
        margin-top: 0.6rem;
    }

    .AugmentedIntelligencePop .stevie h1.primary-color {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .AugmentedIntelligencePop .stevie h4 {
        font-size: 0.6rem;
    }

    .AugmentedIntelligencePop .webinar-time-container {
        font-size: 0.7rem;
    }

    .AugmentedIntelligencePop .webinar-time-container .fa,
    .AugmentedIntelligencePop .webinar-time-container .far {
        font-size: 1.6rem;
    }

    .AugmentedIntelligencePop .row.webinar-time {
        padding-bottom: 0.6rem;
    }

    .AugmentedIntelligencePop {
        padding-top: 0.6rem;
        padding-bottom: 1.2rem;
    }

    .AugmentedIntelligencePop .stevie .webinar-sign {
        margin-bottom: 1.6rem;
    }

    .AugmentedIntelligencePop .stevie .col-lg-12.mb-4 {
        margin-bottom: 0.6rem;
    }

    .AugmentedIntelligencePop .stevie .speaker-container .speaker-inner .col.mx-auto {
        margin-top: 0.6rem;
    }

    .container.tsiaWebinarPop {
        background-image: none;
    }

    .tsiaWebinarPop .row.tfes.mb-25 .speaker-container {
        display: none;
    }

    .tsiaWebinarPop .row.webinar-logo {
        max-width: 100%;
        margin-top: 4px !important;
    }

    .tsiaWebinarPop .row.tfes.mb-4.webinar-time {
        margin-bottom: 0px !important;
    }

    .tsiaWebinarPop .row.webinar-logo h4 {
        font-size: 7px;
        line-height: 26px;
    }

    .tsiaWebinarPop .row.webinar-logo .col-6.tsw-br-left:before {
        height: 22px;
    }

    .tsiaWebinarPop h3.primary-color {
        font-size: 1.6rem;
    }

    .tsiaWebinarPop h4.primary-color {
        font-size: 0.9rem;
    }

    .tsiaWebinarPop .webinar-time-wrapper .h-100 {
        height: auto !important;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .tsiaWebinarPop .request_btn {
        margin-left: 0px;
    }

    .tsiaWebinarPop .row.align-items-center.tfes .mb-4 {
        margin-bottom: -10px !important;
    }

    .tsiaWebinarPop .webinar-time-wrapper .cta-col {
        margin-top: 10px;
    }

    .banner .rubrik-webinar-banner .speaker-container {
        display: none;
    }

    .banner .rubrik-webinar-banner .webinar-title h3 {
        margin-top: -14px;
    }

    .banner .rubrik-webinar-banner .webinar-title h3,
    .banner .rubrik-webinar-banner .webinar-title h2 {
        font-size: 32px;
        line-height: 40px;
        padding-right: 0;
    }

    .banner .rubrik-webinar-banner .webinar-cta {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .banner .webinar-time-wrapper .time-wrapper-right {
        padding-left: 15px;
        padding-top: 20px;
    }

    .banner .rubrik-webinar-banner {
        background-position: top center;
    }

    .banner .webinar-time-wrapper .time-wrapper-right span {
        left: 76px;
        top: 24px;
    }

    section.site-footer .footer_recognition_row .clearfix {
        display: inline-block !important;
    }

    section.site-footer .footer_recognition_row {
        max-width: 60%;
    }

    section.site-footer .footer_recognition_row .medal-g2 {
        width: 50%;
    }

    section.site-footer .medal-g2.stevie-silver,
    section.site-footer .medal-g2.forrester,
    section.site-footer .medal-g2.stevie-apac,
    section.site-footer .medal-g2.stevie-bronze {
        margin-left: -10px;
    }

    section.site-footer .medal-g2.stevie-apac {
        margin-right: 0;
        padding-bottom: 8px;
        margin-left: -10px;
    }

    section.site-footer .medal-g2.g2-leader,
    section.site-footer .medal-g2.stevie-silver,
    section.site-footer .medal-g2.forrester {
        margin-left: 0px;
    }

    section.site-footer .medal-g2.forrester img {
        width: 76px;
        height: auto;
        padding-top: 18px;
    }

    .stevie-pop-wrapper .stevie-logo img {
        max-width: 180px;
    }

    .stevie-pop-wrapper img.StevieLogo {
        max-width: 90px;
    }

    .stevie-pop-wrapper .btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .stevie-pop-wrapper h3 sup {
        font-size: 24px;
        top: -1px;
        left: -2px;
        margin-right: -6px;
    }

    .stevie-pop-wrapper h3 {
        font-size: 22px;
        line-height: 30px;
    }

    section.searchunify-partners .ab-partner-container a {
        height: 90px;
    }

    section.searchunify-partners .ab-partner-container a .img-fluid {
        max-width: 60%;
    }

    section.platform-request-demo-section .col.request-demo-col .text-center {
        margin-top: 30px;
        margin-bottom: 44px;
    }

    section.platform-request-demo-section a:before {
        right: 140px;
    }

    section.platform-request-demo-section a:after {
        left: 140px;
    }

    section.searchunify-testimonials.searchunify-testimonials .testimonials-heading,
    .support-lp section.feaured-services h3 {
        padding: 0 2rem;
    }

    div.request-demo .thank-you-text {
        min-height: 60px;
        padding-top: 20px;
    }

    .banner .forresterw-banner h3 {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .banner .forresterw-banner .webinar-time-wrapper .time-wrapper-right {
        margin-left: -8px;
        margin-top: 8px;
    }

    .banner .forresterw-banner .webinar-speakers img {
        max-width: 30%;
    }

    .banner .forresterw-banner .logos.d-flex img,
    .banner .forresterw-banner .featuring-logos img {
        width: 40%;
    }

    .banner .forresterw-banner .col-md-3.speaker-details {
        margin-left: 30px;
    }

    form#mktoForm_6391 .mktoFormRow.row_6 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 570px) {

    div.request-demo .demo-form-container .mktoForm label[for="emailOptInBoolean"],
    div.request-demo .demo-form-container .mktoForm label[for="consenttoProcessing"] {
        width: 84% !important;
    }

    .search-bar-wrapper {
        top: -44px;
        right: 44px;
    }

    .search-bar.open {
        width: 280px;
        right: 16px;
    }

    .colub-pop-container .colub-row {
        padding: 32% 8% 4%;
    }

    .forrester_webinar-pop-container .forrester_webinar-illustration .logo-box h5 {
        width: 25%;
    }

    .forrester_webinar-pop-container .popup_header {
        padding: 1rem 0 1rem 1rem;
    }

    .banner .min-vh-60 {
        min-height: 0;
    }

    .banner .delphix-banner .banner-time .col-sm-2 {
        display: none;
    }

    .banner .delphix-banner .bg-blue .text-left {
        text-align: center !important;
        margin-left: -21px;
        margin-top: 10px;
        padding-left: 0;
    }

    .banner .delphix-banner .bg-blue .text-right {
        padding-right: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: center !important;
    }

    .banner .delphix-banner .banner-title h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .banner .col20-banner a {
        top: 40px;
    }

    .banner .col20-banner h2 {
        padding-right: 16px;
        margin-bottom: 22px;
    }

    .cookie_not_set .banner.video-banner {
        padding-top: 5rem;
    }

    .banner_image,
    .carousel-item.has-video {
        height: 1200px;
    }

    div.request-demo {
        padding: 0 15px;
    }

    div.request-demo .demo-form-container.margin-minus-50 {
        margin-top: -60px;
    }

    div.request-demo .demo-form-container {
        margin-top: -100px;
    }

    .forrester_webinar-pop-container .forrester_webinar-area {
        padding: 0 0 3rem 1rem;
    }

    .forrester_webinar-pop-container .forrester_webinar-illustration .time-box,
    .forrester_webinar-pop-container .forrester_webinar-illustration .time-box p,
    .forrester_webinar-pop-container .forrester_webinar-illustration p.subheading {
        margin-bottom: 1rem;
    }

    .banner .community-banner h3 {
        padding-right: 3rem;
    }

    header.active_cookie {
        margin-top: 65px;
    }

    body.cookie_not_set section.banner {
        margin-top: 1.5rem;
    }

    p.hero-text {
        font-size: 1rem;
    }

    .personalize-intro p {
        font-size: .9rem;
    }

    .btn {
        font-size: .8rem;
    }

    .close-loop-text p {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .feaured-resources .h2 {
        font-size: 1.6rem;
    }

    .banner h1.primary-color {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .why_searchunify {
        padding: 20rem 0 12rem;
        margin: -20rem 0 -10rem 0;
    }

    div.request-demo .demo-form-container {
        padding: 40px 0px;
    }

    .why_searchunify .why_content h3 {
        font-size: 22px;
        line-height: 26px;
    }

    section.searchunify-applications .tabs-content-col .col-md-5 {
        padding-top: 30px;
    }

    .suTestimonialsV6 .request_btn {
        margin-left: 22px;
    }

    .suTestimonialsV6 .author:after {
        display: none;
    }

    img.triangle-gray-1 {
        position: absolute;
        top: -7%;
        right: 0;
    }

    img.plus-1 {
        position: absolute;
        top: 21%;
        left: 2%;
    }

    .personalize-intro h2,
    .searchunify-heading {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .feaured-resources .card-body {
        padding: 3rem 0;
    }

    .feaured-resources .feaured-resources-content {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .header .navbar-nav li.dropdown.show ul.dropdown-menu.dropdown-child-menu,
    .su-mega-menu ul.dropdown-menu li.dropdown-submenu&gt;a.dropdown-item {
        padding-left: 0;
    }

    .searchunify-testimonial ol.carousel-indicators {
        left: .5rem;
        bottom: -2.5rem;
    }

    #back-to-top:after {
        vertical-align: -3px;
    }

    .MultiCarousel-inner .item .carousel-partner {
        max-width: 85%;
    }

    .request_btn {
        margin-left: 0;
    }

    .header .navbar-nav li {
        padding: 6px 0;
    }

    .notif-banner .header-ribbon h4 {
        font-size: 13px;
    }

    .searchunify-testimonial .row.testimonial-text {
        min-height: 120px;
    }

    section.site-footer ul.certificate {
        max-width: 65%;
    }

    .tsia-content a#case_study {
        margin-right: calc(50% - 90px);
        margin-top: .5rem;
        width: 200px;
        text-align: center;
        margin-bottom: .5rem;
    }

    .tsw_sticky_event_image.tsia-webinar {
        background: url(../images/tsia-2019-webinar-mobile.png) 0 0/cover no-repeat;
    }

    .tsia.tsia-pop .font_white h2 {
        padding-right: 3rem;
        font-size: 1.2rem;
    }

    .stickyEventContent .tsia-content p {
        width: 46%;
    }

    .tsia.mamba20-pop .pop-up-top .col-10 {
        max-width: 100%;
    }

    .tsia.mamba20-pop .pop-up-top h3 {
        font-size: 20px;
        margin: 15px auto;
    }

    .tsia.mamba20-pop .pop-up-top p {
        font-size: 13px;
        margin-bottom: 0;
        padding: 0 1.5rem;
    }

    .tsia.mamba20-pop .light-bg {
        padding: 0 0 40px;
    }

    .tsia.mamba20-pop .pop_up-bottom .light-bg .cta-box .banner_btn {
        padding: 6px 25px;
    }

    .tsia.mamba20-pop .pop_up-bottom .pop-up-img img {
        width: 55%;
        margin: auto;
    }

    .tsia.mamba20-pop .light-bg .pop-up-list-container ul.pop_up-list li {
        line-height: 24px;
    }

    .tsia.mamba20-pop .pop-up-logo .tsia-logo img {
        width: 30%;
    }

    .banner .hero-banner-img {
        margin-top: 25px;
        height: 210px;
    }

    .banner .banner-icons-search img {
        -webkit-transform: translate(33%, 0);
        -ms-transform: translate(33%, 0);
        transform: translate(33%, 0);
        width: 200px;
        display: none;
    }

    .banner .stevie h1.primary-color {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-top: .6rem;
        padding: 0 0.6rem;
    }

    .banner .stevie .speaker-container .col-12 {
        margin: 15px 0;
    }

    .banner .stevie .webinar-time-container .fa,
    .banner .stevie .webinar-time-container .far {
        font-size: 1.6rem;
    }

    .banner .stevie h4 {
        font-size: .6rem;
        top: -1.2rem;
    }

    .banner .stevie .webinar-time-wrapper span {
        top: 2px;
        left: 48px;
        font-size: .8rem;
    }

    .banner .stevie.mb-25 {
        padding-bottom: 1.5rem;
    }

    .banner .stevie.mb-25 .mb-3 {
        margin-bottom: 0;
    }

    .banner .row.webinar-time {
        margin-top: -1.2rem;
    }

    .banner .community-banner h5 {
        padding-right: 0rem;
    }

    .banner .community-banner {
        background-position: bottom left;
    }

    .banner .ccw-webinar-banner .webinar-title h2,
    .banner .ccw-webinar-banner .webinar-title h3 {
        font-size: 22px;
        line-height: 34px;
    }

    .banner .ccw-webinar-banner .webinar-time-wrapper .time-wrapper-right span {
        top: 28px;
    }

    .banner .ccw-webinar-banner .webinar-time-wrapper span {
        top: 6px;
    }

    .banner .ccw-webinar-banner .btn {
        padding: 10px 30px;
        font-size: 14px;
    }

    .banner .ccw-webinar-banner .webinar-title h2 {
        margin-bottom: 0;
    }

    .banner .g2-banner-wrapper h3 {
        padding: 0 0.6rem;
        font-size: 1.4rem;
    }

    .banner .webinar-time-wrapper .time-wrapper-right span {
        top: 24px;
    }

    .banner .tsia-banner .webinar-time-wrapper span {
        top: 7px;
    }

    .modal-no-border .modal-lg {
        max-width: 350px;
    }

    .AugmentedIntelligencePop .stevie h1.primary-color {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .AugmentedIntelligencePop .webinar-time-container .fa,
    .AugmentedIntelligencePop .webinar-time-container .far {
        font-size: 1.6rem;
    }

    .AugmentedIntelligencePop .stevie h4 {
        font-size: 0.6rem;
        letter-spacing: 5px;
    }

    .AugmentedIntelligencePop .stevie .mb-4 {
        margin-bottom: .5rem !important;
    }

    .AugmentedIntelligencePop .row.webinar-time {
        padding-bottom: 0.6rem;
    }

    .AugmentedIntelligencePop .stevie .speaker-container h3 {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .container.speaker-container .hidden-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .AugmentedIntelligencePop .webinar-time-container .col-12:nth-child(2) {
        margin-top: 0.6rem;
    }

    .AugmentedIntelligencePop {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }

    .AugmentedIntelligencePop .stevie h4:after {
        max-width: 38px;
    }

    .colubridae-20-pop .higlight-box h3 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
    }

    .colubridae-20-pop .col-12.logo-box h4 {
        padding-top: 80px;
        letter-spacing: 4px;
        font-size: 10px;
    }

    .colubridae-20-pop .pop-up-list-container {
        padding-left: 0px;
    }

    .colubridae-20-pop .light-bg .pop-up-list-container ul.pop_up-list li {
        line-height: 20px;
    }

    .colubridae-20-pop .light-bg {
        padding: 5px 5px 5px;
    }

    .colubridae-20-pop .higlight-box h3 {
        padding-top: 30px;
    }

    .colubridae-20-pop .col-12.logo-box h4 {
        padding-top: 70px;
    }

    .colubridae-20-pop .pop_up-bottom {
        padding-bottom: 30px;
    }

    .colubridae-20-pop .colubridae-20-logo {
        background-position-y: 26px;
        background-size: 100%;
    }

    .banner .g2-banner-wrapper .speaker-col {
        margin-left: 60px;
        padding-right: 20px;
    }

    .banner .g2-banner-wrapper .webinar-time-wrapper p {
        padding-left: 86px;
    }

    .banner .g2-banner-wrapper .webinar-time-wrapper span {
        left: 40px;
    }

    .banner .rubrik-webinar-banner .webinar-time-wrapper {
        max-width: 100%;
    }

    .banner .rubrik-webinar-banner .speaker-container {
        display: none;
    }

    .banner .rubrik-webinar-banner .webinar-title h3,
    .banner .rubrik-webinar-banner .webinar-title h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .banner .rubrik-webinar-banner .webinar-cta {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .banner .webinar-time-wrapper .time-wrapper-right span,
    .banner .webinar-time-wrapper span {
        font-size: 13px;
        top: 0px;
        left: 76px;
    }

    .banner .webinar-time-wrapper .time-wrapper-right span {
        top: 14px;
        padding-right: 5rem;
    }

    .banner .webinar-time-wrapper .time-wrapper-right {
        padding-left: 15px;
        padding-top: 20px;
    }

    .banner .rubrik-webinar-banner {
        background-position: top center;
    }

    section.site-footer .footer_recognition_row {
        max-width: 76%;
    }

    .stevie-pop-wrapper h3 {
        padding: 1rem 0 0.6rem;
    }

    section.searchunify-testimonials .testimonials-heading,
    .customers-testimonails h2,
    section.searchunify-applications h2,
    section.why_searchunify h2 {
        padding: 0 6px;
    }

    section.searchunify-testimonials.searchunify-testimonials .testimonials-heading,
    .support-lp section.feaured-services h3 {
        padding: 0 1rem;
    }

    .support-lp img.triangle-gray-1,
    .support-lp img.plus-1 {
        display: none;
    }

    .customers-testimonails .top-textheadline h2,
    .platform-self-service h2,
    .stevie-testimonial-section h2,
    .enterprise-outcomes h2,
    .platform-customers-testimonails h2,
    .section-scroll-pages section.about-text.platform-about h2,
    section.platform .searchunify-heading,
    section.searchunify-testimonials.searchunify-testimonials .testimonials-heading,
    .support-lp section.feaured-services h3 {
        font-size: 19px;
        line-height: 28px;
    }

    section.platform-sections h3 {
        font-size: 18px;
        line-height: 22px;
    }

    section.platform-sections p {
        font-size: 14px;
        line-height: 20px;
    }

    .webinar-speakers {
        margin: 0 auto;
        text-align: center;
    }

    .forrester-lp .demo_form_wrapper {
        max-width: 340px;
        margin-top: 20px;
    }

    .banner .forresterw-banner h3 {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .banner .forresterw-banner h3 br {
        display: none;
    }

    .banner .forresterw-banner .featuring-logos img {
        width: 60%;
    }

    .banner .forresterw-banner .col-md-3.speaker-details {
        margin-left: 0;
    }

}

@media only screen and (max-width: 480px) {
    .colub-pop-container h3 {
        font-size: 1.3rem;
    }

    .colub-pop-container .colub-row ul {
        padding-left: 2.5rem;
    }

    .colub-pop-container ul li {
        font-size: 1em;
    }

    .search-aided-form .mktoForm .mktoCheckboxList {
        width: 7%;
    }

    .search-aided-area {
        padding: 2rem 0;
    }

    section.site-footer ul.footer_menu.footer_links li:nth-child(4) {
        padding-left: 0;
    }

    .podcastPopup .widget-title {
        padding: 0 6px;
    }

    .podcastPopup form.podcastPopForm {
        padding: 0 6px;
    }

    .podcastPopup form.podcastPopForm .mktoField {
        font-size: 14px !important;
    }
}

@media only screen and (max-width:421px) {
    .podcastPopup .pop-up-top {
        padding: 1.6rem 16px;
        background-size: contain;
        background-position: center top;
    }

    .podcastPopup form.podcastPopForm label[for="emailOptInBoolean"] a,
    .podcastPopup form.podcastPopForm label[for="consenttoProcessing"] a {
        padding: 0;
    }

    .search-bar.open {
        width: 266px;
        right: 16px;
    }
}

@media (max-width: 360px) {
    .case-study-body.d-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}</pre></body></html>