@charset "UTF-8";
@charset "UTF-8";
: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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,
::after,
::before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
display: block
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important
}
hr {
-webkit-box-sizing: content-box;
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;
-moz-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none
}
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
}
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
}
a:hover {
color: #0056b3;
text-decoration: underline
}
a:not([href]) {
color: inherit;
text-decoration: none
}
a:not([href]):hover {
color: inherit;
text-decoration: none
}
code,
kbd,
pre,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg {
overflow: hidden;
vertical-align: middle
}
table {
border-collapse: collapse
}
caption {
padding-top: .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
}
select {
word-wrap: normal
}
[type=button],
[type=reset],
[type=submit],
button {
-webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
cursor: pointer
}
[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] {
-webkit-box-sizing: border-box;
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-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-weight: 500;
line-height: 1.2
}
.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 {
font-size: 87.5%;
color: #e83e8c;
word-wrap: break-word
}
a>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,
.container-lg,
.container-md,
.container-sm,
.container-xl {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}
@media(min-width:576px) {
.container,
.container-sm {
max-width: 540px
}
}
@media(min-width:768px) {
.container,
.container-md,
.container-sm {
max-width: 720px
}
}
@media(min-width:992px) {
.container,
.container-lg,
.container-md,
.container-sm {
max-width: 960px
}
}
@media(min-width:1200px) {
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
max-width: 1140px
}
}
.row {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.no-gutters {
margin-right: 0;
margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0
}
.col,
.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%;
padding-right: 15px;
padding-left: 15px
}
.col {
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
max-width: 100%
}
.row-cols-1>* {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-2>* {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-3>* {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-4>* {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-5>* {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-6>* {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1
}
.order-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13
}
.order-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
order: 0
}
.order-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1
}
.order-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2
}
.order-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3
}
.order-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4
}
.order-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5
}
.order-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6
}
.order-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7
}
.order-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8
}
.order-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9
}
.order-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10
}
.order-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11
}
.order-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-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;
-webkit-flex-basis: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
max-width: 100%
}
.row-cols-sm-1>* {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-sm-2>* {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-sm-3>* {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-sm-4>* {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-sm-5>* {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-sm-6>* {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-sm-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-sm-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-sm-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-sm-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-sm-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1
}
.order-sm-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13
}
.order-sm-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
order: 0
}
.order-sm-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1
}
.order-sm-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2
}
.order-sm-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3
}
.order-sm-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4
}
.order-sm-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5
}
.order-sm-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6
}
.order-sm-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7
}
.order-sm-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8
}
.order-sm-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9
}
.order-sm-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10
}
.order-sm-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11
}
.order-sm-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-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;
-webkit-flex-basis: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
max-width: 100%
}
.row-cols-md-1>* {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-md-2>* {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-md-3>* {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-md-4>* {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-md-5>* {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-md-6>* {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-md-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-md-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-md-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-md-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-md-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1
}
.order-md-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13
}
.order-md-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
order: 0
}
.order-md-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1
}
.order-md-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2
}
.order-md-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3
}
.order-md-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4
}
.order-md-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5
}
.order-md-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6
}
.order-md-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7
}
.order-md-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8
}
.order-md-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9
}
.order-md-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10
}
.order-md-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11
}
.order-md-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-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;
-webkit-flex-basis: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
max-width: 100%
}
.row-cols-lg-1>* {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-lg-2>* {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-lg-3>* {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-lg-4>* {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-lg-5>* {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-lg-6>* {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-lg-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-lg-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-lg-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-lg-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-lg-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1
}
.order-lg-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13
}
.order-lg-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
order: 0
}
.order-lg-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1
}
.order-lg-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2
}
.order-lg-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3
}
.order-lg-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4
}
.order-lg-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5
}
.order-lg-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6
}
.order-lg-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7
}
.order-lg-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8
}
.order-lg-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9
}
.order-lg-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10
}
.order-lg-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11
}
.order-lg-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-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;
-webkit-flex-basis: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
max-width: 100%
}
.row-cols-xl-1>* {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-xl-2>* {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-xl-3>* {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-xl-4>* {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-xl-5>* {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-xl-6>* {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-xl-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-xl-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-xl-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-xl-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-xl-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
-webkit-order: -1;
order: -1
}
.order-xl-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
-webkit-order: 13;
order: 13
}
.order-xl-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
-webkit-order: 0;
order: 0
}
.order-xl-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
-webkit-order: 1;
order: 1
}
.order-xl-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2
}
.order-xl-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
-webkit-order: 3;
order: 3
}
.order-xl-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
-webkit-order: 4;
order: 4
}
.order-xl-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
-webkit-order: 5;
order: 5
}
.order-xl-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
-webkit-order: 6;
order: 6
}
.order-xl-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
-webkit-order: 7;
order: 7
}
.order-xl-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
-webkit-order: 8;
order: 8
}
.order-xl-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
-webkit-order: 9;
order: 9
}
.order-xl-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
-webkit-order: 10;
order: 10
}
.order-xl-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
-webkit-order: 11;
order: 11
}
.order-xl-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
-webkit-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%;
margin-bottom: 1rem;
color: #212529
}
.table td,
.table th {
padding: .6rem;
vertical-align: middle;
border-top: 1px solid #dee2e6;
line-height: 22px
}
.table thead th {
vertical-align: middle;
border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
border-top: 2px solid #dee2e6
}
.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-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, .075)
}
.table-primary,
.table-primary>td,
.table-primary>th {
background-color: #b8daff
}
.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
border-color: #7abaff
}
.table-hover .table-primary:hover {
background-color: #9fcdff
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
background-color: #9fcdff
}
.table-secondary,
.table-secondary>td,
.table-secondary>th {
background-color: #d6d8db
}
.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
background-color: #c8cbcf
}
.table-success,
.table-success>td,
.table-success>th {
background-color: #c3e6cb
}
.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
border-color: #8fd19e
}
.table-hover .table-success:hover {
background-color: #b1dfbb
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #b1dfbb
}
.table-info,
.table-info>td,
.table-info>th {
background-color: #bee5eb
}
.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
border-color: #86cfda
}
.table-hover .table-info:hover {
background-color: #abdde5
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #abdde5
}
.table-warning,
.table-warning>td,
.table-warning>th {
background-color: #ffeeba
}
.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
border-color: #ffdf7e
}
.table-hover .table-warning:hover {
background-color: #ffe8a1
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #ffe8a1
}
.table-danger,
.table-danger>td,
.table-danger>th {
background-color: #f5c6cb
}
.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
border-color: #ed969e
}
.table-hover .table-danger:hover {
background-color: #f1b0b7
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #f1b0b7
}
.table-light,
.table-light>td,
.table-light>th {
background-color: #fdfdfe
}
.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
border-color: #fbfcfc
}
.table-hover .table-light:hover {
background-color: #ececf6
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
background-color: #ececf6
}
.table-dark,
.table-dark>td,
.table-dark>th {
background-color: #c6c8ca
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #95999c
}
.table-hover .table-dark:hover {
background-color: #b9bbbe
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
background-color: #b9bbbe
}
.table-active,
.table-active>td,
.table-active>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>td,
.table-hover .table-active:hover>th {
background-color: rgba(0, 0, 0, .075)
}
.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}
.table-dark {
color: #fff;
background-color: #343a40
}
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #454d55
}
.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 {
color: #fff;
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
}
.table-responsive-sm>.table-bordered {
border: 0
}
}
@media(max-width:767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-md>.table-bordered {
border: 0
}
}
@media(max-width:991.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-lg>.table-bordered {
border: 0
}
}
@media(max-width:1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive-xl>.table-bordered {
border: 0
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
border: 0
}
.form-control {
display: block;
width: 100%; padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
.form-control {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
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::-webkit-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: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: .375rem 0;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
padding-right: 0;
padding-left: 0
}
.form-control-sm {
height: calc(1.5em + .5rem + 2px);
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
select.form-control[multiple],
select.form-control[size] {
height: auto
}
textarea.form-control {
height: auto
}
.form-group {
margin-bottom: 1rem
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.col,
.form-row>[class*=col-] {
padding-right: 5px;
padding-left: 5px
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem
}
.form-check-input {
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
color: #6c757d
}
.form-check-label {
margin-bottom: 0
}
.form-check-inline {
display: -ms-inline-flexbox;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: 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: .25rem .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, .9);
border-radius: .25rem
}
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
display: block
}
.form-control.is-valid,
.was-validated .form-control:valid {
border-color: #28a745;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(.375em + .1875rem) center;
background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
padding-right: calc(1.5em + .75rem);
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
border-color: #28a745;
padding-right: calc(.75em + 2.3125rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.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 {
border-color: #28a745
}
.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
border-color: #28a745
}
.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:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
border-color: #28a745;
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
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: .25rem .5rem;
margin-top: .1rem;
font-size: .875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, .9);
border-radius: .25rem
}
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
display: block
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
border-color: #dc3545;
padding-right: calc(1.5em + .75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(.375em + .1875rem) center;
background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
padding-right: calc(1.5em + .75rem);
background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
border-color: #dc3545;
padding-right: calc(.75em + 2.3125rem);
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.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 {
border-color: #dc3545
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
border-color: #dc3545
}
.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:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
border-color: #dc3545;
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-inline {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.form-inline .form-check {
width: 100%
}
@media(min-width:576px) {
.form-inline label {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
margin-bottom: 0
}
.form-inline .form-group {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: 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 .custom-select,
.form-inline .input-group {
width: auto
}
.form-inline .form-check {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
width: auto;
padding-left: 0
}
.form-inline .form-check-input {
position: relative;
-ms-flex-negative: 0;
-webkit-flex-shrink: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: .25rem;
margin-left: 0
}
.form-inline .custom-control {
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center
}
.form-inline .custom-control-label {
margin-bottom: 0
}
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
.btn {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.btn:hover {
color: #212529;
text-decoration: none
}
.btn.focus,
.btn:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled,
.btn:disabled {
opacity: .65
}
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 {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
-webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
box-shadow: 0 0 0 .2rem rgba(38, 143, 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>.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>.btn-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
box-shadow: 0 0 0 .2rem rgba(38, 143, 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 {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
-webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .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>.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>.btn-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .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 {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
-webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .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>.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>.btn-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .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 {
color: #fff;
background-color: #138496;
border-color: #117a8b;
-webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .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>.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>.btn-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .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 {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
-webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .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>.btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .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 {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
-webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .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>.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>.btn-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .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 {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
-webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}
.btn-light.disabled,
.btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .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 {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
-webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .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>.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>.btn-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.btn-outline-primary {
color: #007bff;
border-color: #007bff
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
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>.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>.btn-outline-primary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
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>.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>.btn-outline-secondary.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.btn-outline-success {
color: #28a745;
border-color: #28a745
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745
}
.btn-outline-success.focus,
.btn-outline-success:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
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>.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>.btn-outline-success.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}
.btn-outline-info.focus,
.btn-outline-info:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
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>.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>.btn-outline-info.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
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>.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>.btn-outline-warning.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
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>.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>.btn-outline-danger.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light.focus,
.btn-outline-light:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
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>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-dark {
color: #343a40;
border-color: #343a40
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
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>.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>.btn-outline-dark.dropdown-toggle:focus {
-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline
}
.btn-link.focus,
.btn-link:focus {
text-decoration: underline;
-webkit-box-shadow: none;
box-shadow: none
}
.btn-link.disabled,
.btn-link:disabled {
color: #6c757d;
pointer-events: none
}
.btn-group-lg>.btn,
.btn-lg {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.btn-group-sm>.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 {
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear
}
@media(prefers-reduced-motion:reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.fade:not(.show) {
opacity: 0
}
.collapse:not(.show) {
display: none
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height .35s ease;
-o-transition: height .35s ease;
transition: height .35s ease
}
@media(prefers-reduced-motion:reduce) {
.collapsing {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.dropdown,
.dropleft,
.dropright,
.dropup {
position: relative
}
.dropdown-toggle {
white-space: nowrap
}
.dropdown-toggle::after {
display: inline-block;
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
}
.dropdown-menu-left {
right: auto;
left: 0
}
.dropdown-menu-right {
right: 0;
left: auto
}
@media(min-width:576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0
}
.dropdown-menu-sm-right {
right: 0;
left: auto
}
}
@media(min-width:768px) {
.dropdown-menu-md-left {
right: auto;
left: 0
}
.dropdown-menu-md-right {
right: 0;
left: auto
}
}
@media(min-width:992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0
}
.dropdown-menu-lg-right {
right: 0;
left: auto
}
}
@media(min-width:1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0
}
.dropdown-menu-xl-right {
right: 0;
left: auto
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
display: inline-block;
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 {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: .125rem
}
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: 0;
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 {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: .255em;
vertical-align: .255em;
content: ""
}
.dropleft .dropdown-toggle::after {
display: none
}
.dropleft .dropdown-toggle::before {
display: inline-block;
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-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
right: auto;
bottom: auto
}
.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;
pointer-events: none;
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
}
.dropdown-item-text {
display: block;
padding: .25rem 1.5rem;
color: #212529
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
vertical-align: middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
position: relative;
-ms-flex: 1 1 auto;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto
}
.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
z-index: 1
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
z-index: 1
}
.btn-toolbar {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.btn-toolbar .input-group {
width: auto
}
.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
margin-left: -1px
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.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,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
padding-right: .375rem;
padding-left: .375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
padding-right: .75rem;
padding-left: .75rem
}
.btn-group-vertical {
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
width: 100%
}
.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
margin-top: -1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
margin-bottom: 0
}
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.input-group {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
width: 100%
}
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
position: relative;
-ms-flex: 1 1 0;
-webkit-box-flex: 1;
-webkit-flex: 1 1 0;
flex: 1 1 0;
min-width: 0;
margin-bottom: 0
}
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
margin-left: -1px
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
z-index: 3
}
.input-group>.custom-file .custom-file-input:focus {
z-index: 4
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group>.custom-file {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.input-group-append,
.input-group-prepend {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex
}
.input-group-append .btn,
.input-group-prepend .btn {
position: relative;
z-index: 2
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
z-index: 3
}
.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: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: 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-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
height: calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
height: calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}
.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
padding-right: 1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.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: -ms-inline-flexbox;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: inline-flex;
margin-right: 1rem
}
.custom-control-input {
position: absolute;
left: 0;
z-index: -1;
width: 1rem;
height: 1.25rem;
opacity: 0
}
.custom-control-input:checked~.custom-control-label::before {
color: #fff;
border-color: #007bff;
background-color: #007bff
}
.custom-control-input:focus~.custom-control-label::before {
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-color: #b3d7ff
}
.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
color: #6c757d
}
.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
background-color: #e9ecef
}
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top
}
.custom-control-label::before {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px
}
.custom-control-label::after {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
border-color: #007bff;
background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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-switch {
padding-left: 2.25rem
}
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: .5rem
}
.custom-switch .custom-control-label::after {
top: calc(.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: .5rem;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
-o-transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
.custom-switch .custom-control-label::after {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(.75rem);
-ms-transform: translateX(.75rem);
transform: translateX(.75rem)
}
.custom-switch .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(1.5em + .75rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/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;
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.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 {
display: none
}
.custom-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #495057
}
.custom-select-sm {
height: calc(1.5em + .5rem + 2px);
padding-top: .25rem;
padding-bottom: .25rem;
padding-left: .5rem;
font-size: .875rem
}
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: .5rem;
padding-bottom: .5rem;
padding-left: 1rem;
font-size: 1.25rem
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin-bottom: 0
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + .75rem + 2px);
margin: 0;
opacity: 0
}
.custom-file-input:focus~.custom-file-label {
border-color: #80bdff;
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
background-color: #e9ecef
}
.custom-file-input:lang(en)~.custom-file-label::after {
content: "Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
content: attr(data-browse)
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-weight: 400;
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(1.5em + .75rem);
padding: .375rem .75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 .25rem .25rem 0
}
.custom-range {
width: 100%;
height: 1.4rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
.custom-range:focus {
outline: 0
}
.custom-range:focus::-webkit-slider-thumb {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range::-moz-focus-outer {
border: 0
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
-webkit-appearance: none;
appearance: none
}
@media(prefers-reduced-motion:reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
-moz-appearance: none;
appearance: none
}
@media(prefers-reduced-motion:reduce) {
.custom-range::-moz-range-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff
}
.custom-range::-moz-range-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: .2rem;
margin-left: .2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
appearance: none
}
@media(prefers-reduced-motion:reduce) {
.custom-range::-ms-thumb {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff
}
.custom-range::-ms-track {
width: 100%;
height: .5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: .5rem
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default
}
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd
}
.custom-range:disabled::-moz-range-track {
cursor: default
}
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
-o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.nav {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-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;
pointer-events: none;
cursor: default
}
.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>.nav-link {
color: #fff;
background-color: #007bff
}
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
-webkit-flex-basis: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
text-align: center
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.navbar {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
padding: .5rem 1rem
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
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: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-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%;
-webkit-flex-basis: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
flex-grow: 1;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: 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-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%
}
@media(max-width:575.98px) {
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid,
.navbar-expand-sm>.container-lg,
.navbar-expand-sm>.container-md,
.navbar-expand-sm>.container-sm,
.navbar-expand-sm>.container-xl {
padding-right: 0;
padding-left: 0
}
}
@media(min-width:576px) {
.navbar-expand-sm {
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-sm>.container,
.navbar-expand-sm>.container-fluid,
.navbar-expand-sm>.container-lg,
.navbar-expand-sm>.container-md,
.navbar-expand-sm>.container-sm,
.navbar-expand-sm>.container-xl {
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-sm .navbar-collapse {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important;
-ms-flex-preferred-size: auto;
-webkit-flex-basis: auto;
flex-basis: auto
}
.navbar-expand-sm .navbar-toggler {
display: none
}
}
@media(max-width:767.98px) {
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid,
.navbar-expand-md>.container-lg,
.navbar-expand-md>.container-md,
.navbar-expand-md>.container-sm,
.navbar-expand-md>.container-xl {
padding-right: 0;
padding-left: 0
}
}
@media(min-width:768px) {
.navbar-expand-md {
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid,
.navbar-expand-md>.container-lg,
.navbar-expand-md>.container-md,
.navbar-expand-md>.container-sm,
.navbar-expand-md>.container-xl {
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-md .navbar-collapse {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important;
-ms-flex-preferred-size: auto;
-webkit-flex-basis: auto;
flex-basis: auto
}
.navbar-expand-md .navbar-toggler {
display: none
}
}
@media(max-width:991.98px) {
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid,
.navbar-expand-lg>.container-lg,
.navbar-expand-lg>.container-md,
.navbar-expand-lg>.container-sm,
.navbar-expand-lg>.container-xl {
padding-right: 0;
padding-left: 0
}
}
@media(min-width:992px) {
.navbar-expand-lg {
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-lg>.container,
.navbar-expand-lg>.container-fluid,
.navbar-expand-lg>.container-lg,
.navbar-expand-lg>.container-md,
.navbar-expand-lg>.container-sm,
.navbar-expand-lg>.container-xl {
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important;
-ms-flex-preferred-size: auto;
-webkit-flex-basis: auto;
flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
display: none
}
}
@media(max-width:1199.98px) {
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid,
.navbar-expand-xl>.container-lg,
.navbar-expand-xl>.container-md,
.navbar-expand-xl>.container-sm,
.navbar-expand-xl>.container-xl {
padding-right: 0;
padding-left: 0
}
}
@media(min-width:1200px) {
.navbar-expand-xl {
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand-xl>.container,
.navbar-expand-xl>.container-fluid,
.navbar-expand-xl>.container-lg,
.navbar-expand-xl>.container-md,
.navbar-expand-xl>.container-sm,
.navbar-expand-xl>.container-xl {
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand-xl .navbar-collapse {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important;
-ms-flex-preferred-size: auto;
-webkit-flex-basis: auto;
flex-basis: auto
}
.navbar-expand-xl .navbar-toggler {
display: none
}
}
.navbar-expand {
-ms-flex-flow: row nowrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
padding-right: 0;
padding-left: 0
}
.navbar-expand .navbar-nav {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute
}
.navbar-expand .navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem
}
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
-ms-flex-wrap: nowrap;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
display: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important;
-ms-flex-preferred-size: auto;
-webkit-flex-basis: auto;
flex-basis: auto
}
.navbar-expand .navbar-toggler {
display: none
}
.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>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-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>hr {
margin-right: 0;
margin-left: 0
}
.card>.list-group:first-child .list-group-item:first-child {
border-top-left-radius: .25rem;
border-top-right-radius: .25rem
}
.card>.list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem
}
.card-body {
-ms-flex: 1 1 auto;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
min-height: 1px;
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,
.card-img-bottom,
.card-img-top {
-ms-flex-negative: 0;
-webkit-flex-shrink: 0;
flex-shrink: 0;
width: 100%
}
.card-img,
.card-img-top {
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px)
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(.25rem - 1px);
border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck .card {
margin-bottom: 15px
}
@media(min-width:576px) {
.card-deck {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px
}
.card-deck .card {
-ms-flex: 1 0 0;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
flex: 1 0 0;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px
}
}
.card-group>.card {
margin-bottom: 15px
}
@media(min-width:576px) {
.card-group {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-flow: row wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
flex-flow: row wrap
}
.card-group>.card {
-ms-flex: 1 0 0;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0;
flex: 1 0 0;
margin-bottom: 0
}
.card-group>.card+.card {
margin-left: 0;
border-left: 0
}
.card-group>.card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}
.card-group>.card:not(:last-child) .card-header,
.card-group>.card:not(:last-child) .card-img-top {
border-top-right-radius: 0
}
.card-group>.card:not(:last-child) .card-footer,
.card-group>.card:not(:last-child) .card-img-bottom {
border-bottom-right-radius: 0
}
.card-group>.card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}
.card-group>.card:not(:first-child) .card-header,
.card-group>.card:not(:first-child) .card-img-top {
border-top-left-radius: 0
}
.card-group>.card:not(:first-child) .card-footer,
.card-group>.card:not(:first-child) .card-img-bottom {
border-bottom-left-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;
orphans: 1;
widows: 1
}
.card-columns .card {
display: inline-block;
width: 100%
}
}
.accordion>.card {
overflow: hidden
}
.accordion>.card:not(:last-of-type) {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.accordion>.card:not(:first-of-type) {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.accordion>.card>.card-header {
border-radius: 0;
margin-bottom: -1px
}
.breadcrumb {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-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 {
padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
display: inline-block;
padding-right: .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: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
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 {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6
}
.page-link:focus {
z-index: 3;
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.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: 3;
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;
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
.badge {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
a.badge:focus,
a.badge:hover {
text-decoration: none
}
.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
}
a.badge-primary:focus,
a.badge-primary:hover {
color: #fff;
background-color: #0062cc
}
a.badge-primary.focus,
a.badge-primary:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.badge-secondary {
color: #fff;
background-color: #6c757d
}
a.badge-secondary:focus,
a.badge-secondary:hover {
color: #fff;
background-color: #545b62
}
a.badge-secondary.focus,
a.badge-secondary:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}
.badge-success {
color: #fff;
background-color: #28a745
}
a.badge-success:focus,
a.badge-success:hover {
color: #fff;
background-color: #1e7e34
}
a.badge-success.focus,
a.badge-success:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.badge-info {
color: #fff;
background-color: #17a2b8
}
a.badge-info:focus,
a.badge-info:hover {
color: #fff;
background-color: #117a8b
}
a.badge-info.focus,
a.badge-info:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.badge-warning {
color: #212529;
background-color: #ffc107
}
a.badge-warning:focus,
a.badge-warning:hover {
color: #212529;
background-color: #d39e00
}
a.badge-warning.focus,
a.badge-warning:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.badge-danger {
color: #fff;
background-color: #dc3545
}
a.badge-danger:focus,
a.badge-danger:hover {
color: #fff;
background-color: #bd2130
}
a.badge-danger.focus,
a.badge-danger:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.badge-light {
color: #212529;
background-color: #f8f9fa
}
a.badge-light:focus,
a.badge-light:hover {
color: #212529;
background-color: #dae0e5
}
a.badge-light.focus,
a.badge-light:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.badge-dark {
color: #fff;
background-color: #343a40
}
a.badge-dark:focus,
a.badge-dark:hover {
color: #fff;
background-color: #1d2124
}
a.badge-dark.focus,
a.badge-dark:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.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: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
height: 1rem;
overflow: hidden;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .25rem
}
.progress-bar {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease
}
@media(prefers-reduced-motion:reduce) {
.progress-bar {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem
}
.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite
}
@media(prefers-reduced-motion:reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none
}
}
.media {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-align: start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start
}
.media-body {
-ms-flex: 1;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1
}
.list-group {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-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 {
z-index: 1;
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;
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 {
border-bottom-right-radius: .25rem;
border-bottom-left-radius: .25rem
}
.list-group-item.disabled,
.list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff
}
.list-group-item+.list-group-item {
border-top-width: 0
}
.list-group-item+.list-group-item.active {
margin-top: -1px;
border-top-width: 1px
}
.list-group-horizontal {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row
}
.list-group-horizontal .list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal .list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal .list-group-item.active {
margin-top: 0
}
.list-group-horizontal .list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal .list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
@media(min-width:576px) {
.list-group-horizontal-sm {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-sm .list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-sm .list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal-sm .list-group-item.active {
margin-top: 0
}
.list-group-horizontal-sm .list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal-sm .list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
}
@media(min-width:768px) {
.list-group-horizontal-md {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-md .list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-md .list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal-md .list-group-item.active {
margin-top: 0
}
.list-group-horizontal-md .list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal-md .list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
}
@media(min-width:992px) {
.list-group-horizontal-lg {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-lg .list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-lg .list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal-lg .list-group-item.active {
margin-top: 0
}
.list-group-horizontal-lg .list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal-lg .list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
}
@media(min-width:1200px) {
.list-group-horizontal-xl {
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
flex-direction: row
}
.list-group-horizontal-xl .list-group-item:first-child {
border-bottom-left-radius: .25rem;
border-top-right-radius: 0
}
.list-group-horizontal-xl .list-group-item:last-child {
border-top-right-radius: .25rem;
border-bottom-left-radius: 0
}
.list-group-horizontal-xl .list-group-item.active {
margin-top: 0
}
.list-group-horizontal-xl .list-group-item+.list-group-item {
border-top-width: 1px;
border-left-width: 0
}
.list-group-horizontal-xl .list-group-item+.list-group-item.active {
margin-left: -1px;
border-left-width: 1px
}
}
.list-group-flush .list-group-item {
border-right-width: 0;
border-left-width: 0;
border-radius: 0
}
.list-group-flush .list-group-item:first-child {
border-top-width: 0
}
.list-group-flush:last-child .list-group-item:last-child {
border-bottom-width: 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:hover {
color: #000;
text-decoration: none
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
opacity: .75
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
a.close.disabled {
pointer-events: none
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: .875rem;
background-color: rgba(255, 255, 255, .85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: .25rem
}
.toast:not(:last-child) {
margin-bottom: .75rem
}
.toast.showing {
opacity: 1
}
.toast.show {
display: block;
opacity: 1
}
.toast.hide {
display: none
}
.toast-header {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
padding: .25rem .75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, .85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.toast-body {
padding: .75rem
}
.modal-open {
overflow: hidden
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}
.modal.fade .modal-dialog {
transition: -webkit-transform .3s ease-out;
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -50px);
-ms-transform: translate(0, -50px);
transform: translate(0, -50px)
}
@media(prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
-ms-transform: none;
transform: none
}
.modal.modal-static .modal-dialog {
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02)
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
-ms-flex-negative: 0;
-webkit-flex-shrink: 0;
flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto
}
.modal-dialog-centered {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-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;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.modal-header {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-align: start;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: calc(.3rem - 1px);
border-top-right-radius: calc(.3rem - 1px)
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto
}
.modal-title {
margin-bottom: 0;
line-height: 1.5
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}
.modal-footer {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: end;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
padding: .75rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: calc(.3rem - 1px);
border-bottom-left-radius: calc(.3rem - 1px)
}
.modal-footer>* {
margin: .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-scrollable {
max-height: calc(100% - 3.5rem)
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem)
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem)
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem)
}
.modal-sm {
max-width: 300px
}
}
@media(min-width:992px) {
.modal-lg,
.modal-xl {
max-width: 800px
}
}
@media(min-width:1200px) {
.modal-xl {
max-width: 1140px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
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)
}
.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
bottom: 0;
border-width: .5rem .5rem 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-width: .5rem .5rem 0;
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);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
left: 0;
border-width: .5rem .5rem .5rem 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-width: .5rem .5rem .5rem 0;
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)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
top: 0;
border-width: 0 .5rem .5rem .5rem;
border-bottom-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
top: 1px;
border-width: 0 .5rem .5rem .5rem;
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);
width: .5rem;
height: 1rem;
margin: .3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
right: 0;
border-width: .5rem 0 .5rem .5rem;
border-left-color: rgba(0, 0, 0, .25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
right: 1px;
border-width: .5rem 0 .5rem .5rem;
border-left-color: #fff
}
.popover-header {
padding: .5rem .75rem;
margin-bottom: 0;
font-size: 1rem;
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.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden
}
.carousel-inner::after {
display: block;
clear: both;
content: ""
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform .6s ease-in-out;
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
.carousel-item {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
display: block
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%)
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%)
}
.carousel-fade .carousel-item {
opacity: 0;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-webkit-transform: none;
-ms-transform: none;
transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
z-index: 1;
opacity: 1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
-webkit-transition: opacity 0s .6s;
-o-transition: opacity 0s .6s;
transition: opacity 0s .6s
}
@media(prefers-reduced-motion:reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.carousel-control-next,
.carousel-control-prev {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: .5;
-webkit-transition: opacity .15s ease;
-o-transition: opacity .15s ease;
transition: opacity .15s ease
}
@media(prefers-reduced-motion:reduce) {
.carousel-control-next,
.carousel-control-prev {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.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: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none
}
.carousel-indicators li {
-webkit-box-sizing: content-box;
box-sizing: content-box;
-ms-flex: 0 1 auto;
-webkit-box-flex: 0;
-webkit-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
-webkit-transition: opacity .6s ease;
-o-transition: opacity .6s ease;
transition: opacity .6s ease
}
@media(prefers-reduced-motion:reduce) {
.carousel-indicators li {
-webkit-transition: none;
-o-transition: none;
transition: none
}
}
.carousel-indicators .active {
opacity: 1
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
border: .25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: .2em
}
@-webkit-keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
opacity: 1
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
50% {
opacity: 1
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: text-bottom;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite
}
.spinner-grow-sm {
width: 1rem;
height: 1rem
}
.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-sm {
border-radius: .2rem !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-lg {
border-radius: .3rem !important
}
.rounded-circle {
border-radius: 50% !important
}
.rounded-pill {
border-radius: 50rem !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: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important
}
.d-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: -webkit-inline-flex !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: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important
}
.d-sm-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: -webkit-inline-flex !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: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important
}
.d-md-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: -webkit-inline-flex !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: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important
}
.d-lg-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: -webkit-inline-flex !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: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important
}
.d-xl-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: -webkit-inline-flex !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: -ms-flexbox !important;
display: -webkit-box !important;
display: -webkit-flex !important;
display: flex !important
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: -webkit-inline-box !important;
display: -webkit-inline-flex !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 {
-ms-flex-direction: row !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
flex-direction: row !important
}
.flex-column {
-ms-flex-direction: column !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
flex-direction: column !important
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
-webkit-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
-webkit-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-fill {
-ms-flex: 1 1 auto !important;
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
flex-grow: 0 !important
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
flex-grow: 1 !important
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
-webkit-flex-shrink: 0 !important;
flex-shrink: 0 !important
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
-webkit-flex-shrink: 1 !important;
flex-shrink: 1 !important
}
.justify-content-start {
-ms-flex-pack: start !important;
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
justify-content: flex-start !important
}
.justify-content-end {
-ms-flex-pack: end !important;
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
justify-content: flex-end !important
}
.justify-content-center {
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
justify-content: center !important
}
.justify-content-between {
-ms-flex-pack: justify !important;
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
justify-content: space-between !important
}
.justify-content-around {
-ms-flex-pack: distribute !important;
-webkit-justify-content: space-around !important;
justify-content: space-around !important
}
.align-items-start {
-ms-flex-align: start !important;
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
align-items: flex-start !important
}
.align-items-end {
-ms-flex-align: end !important;
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
align-items: flex-end !important
}
.align-items-center {
-ms-flex-align: center !important;
-webkit-box-align: center !important;
-webkit-align-items: center !important;
align-items: center !important
}
.align-items-baseline {
-ms-flex-align: baseline !important;
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
align-items: baseline !important
}
.align-items-stretch {
-ms-flex-align: stretch !important;
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
align-items: stretch !important
}
.align-content-start {
-ms-flex-line-pack: start !important;
-webkit-align-content: flex-start !important;
align-content: flex-start !important
}
.align-content-end {
-ms-flex-line-pack: end !important;
-webkit-align-content: flex-end !important;
align-content: flex-end !important
}
.align-content-center {
-ms-flex-line-pack: center !important;
-webkit-align-content: center !important;
align-content: center !important
}
.align-content-between {
-ms-flex-line-pack: justify !important;
-webkit-align-content: space-between !important;
align-content: space-between !important
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
-webkit-align-content: space-around !important;
align-content: space-around !important
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
-webkit-align-content: stretch !important;
align-content: stretch !important
}
.align-self-auto {
-ms-flex-item-align: auto !important;
-webkit-align-self: auto !important;
align-self: auto !important
}
.align-self-start {
-ms-flex-item-align: start !important;
-webkit-align-self: flex-start !important;
align-self: flex-start !important
}
.align-self-end {
-ms-flex-item-align: end !important;
-webkit-align-self: flex-end !important;
align-self: flex-end !important
}
.align-self-center {
-ms-flex-item-align: center !important;
-webkit-align-self: center !important;
align-self: center !important
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
-webkit-align-self: baseline !important;
align-self: baseline !important
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
-webkit-align-self: stretch !important;
align-self: stretch !important
}
@media(min-width:576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
flex-direction: row !important
}
.flex-sm-column {
-ms-flex-direction: column !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
flex-direction: column !important
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
-webkit-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
-webkit-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
flex-grow: 0 !important
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
flex-grow: 1 !important
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
-webkit-flex-shrink: 0 !important;
flex-shrink: 0 !important
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
-webkit-flex-shrink: 1 !important;
flex-shrink: 1 !important
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
justify-content: flex-start !important
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
justify-content: flex-end !important
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
justify-content: center !important
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
justify-content: space-between !important
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
-webkit-justify-content: space-around !important;
justify-content: space-around !important
}
.align-items-sm-start {
-ms-flex-align: start !important;
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
align-items: flex-start !important
}
.align-items-sm-end {
-ms-flex-align: end !important;
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
align-items: flex-end !important
}
.align-items-sm-center {
-ms-flex-align: center !important;
-webkit-box-align: center !important;
-webkit-align-items: center !important;
align-items: center !important
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
align-items: baseline !important
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
align-items: stretch !important
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
-webkit-align-content: flex-start !important;
align-content: flex-start !important
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
-webkit-align-content: flex-end !important;
align-content: flex-end !important
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
-webkit-align-content: center !important;
align-content: center !important
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
-webkit-align-content: space-between !important;
align-content: space-between !important
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
-webkit-align-content: space-around !important;
align-content: space-around !important
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
-webkit-align-content: stretch !important;
align-content: stretch !important
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
-webkit-align-self: auto !important;
align-self: auto !important
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
-webkit-align-self: flex-start !important;
align-self: flex-start !important
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
-webkit-align-self: flex-end !important;
align-self: flex-end !important
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
-webkit-align-self: center !important;
align-self: center !important
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
-webkit-align-self: baseline !important;
align-self: baseline !important
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
-webkit-align-self: stretch !important;
align-self: stretch !important
}
}
@media(min-width:768px) {
.flex-md-row {
-ms-flex-direction: row !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
flex-direction: row !important
}
.flex-md-column {
-ms-flex-direction: column !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
flex-direction: column !important
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
-webkit-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
-webkit-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
flex-grow: 0 !important
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
flex-grow: 1 !important
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
-webkit-flex-shrink: 0 !important;
flex-shrink: 0 !important
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
-webkit-flex-shrink: 1 !important;
flex-shrink: 1 !important
}
.justify-content-md-start {
-ms-flex-pack: start !important;
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
justify-content: flex-start !important
}
.justify-content-md-end {
-ms-flex-pack: end !important;
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
justify-content: flex-end !important
}
.justify-content-md-center {
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
justify-content: center !important
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
justify-content: space-between !important
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
-webkit-justify-content: space-around !important;
justify-content: space-around !important
}
.align-items-md-start {
-ms-flex-align: start !important;
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
align-items: flex-start !important
}
.align-items-md-end {
-ms-flex-align: end !important;
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
align-items: flex-end !important
}
.align-items-md-center {
-ms-flex-align: center !important;
-webkit-box-align: center !important;
-webkit-align-items: center !important;
align-items: center !important
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
align-items: baseline !important
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
align-items: stretch !important
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
-webkit-align-content: flex-start !important;
align-content: flex-start !important
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
-webkit-align-content: flex-end !important;
align-content: flex-end !important
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
-webkit-align-content: center !important;
align-content: center !important
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
-webkit-align-content: space-between !important;
align-content: space-between !important
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
-webkit-align-content: space-around !important;
align-content: space-around !important
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
-webkit-align-content: stretch !important;
align-content: stretch !important
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
-webkit-align-self: auto !important;
align-self: auto !important
}
.align-self-md-start {
-ms-flex-item-align: start !important;
-webkit-align-self: flex-start !important;
align-self: flex-start !important
}
.align-self-md-end {
-ms-flex-item-align: end !important;
-webkit-align-self: flex-end !important;
align-self: flex-end !important
}
.align-self-md-center {
-ms-flex-item-align: center !important;
-webkit-align-self: center !important;
align-self: center !important
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
-webkit-align-self: baseline !important;
align-self: baseline !important
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
-webkit-align-self: stretch !important;
align-self: stretch !important
}
}
@media(min-width:992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
flex-direction: row !important
}
.flex-lg-column {
-ms-flex-direction: column !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
flex-direction: column !important
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
-webkit-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
-webkit-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
flex-grow: 0 !important
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
flex-grow: 1 !important
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
-webkit-flex-shrink: 0 !important;
flex-shrink: 0 !important
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
-webkit-flex-shrink: 1 !important;
flex-shrink: 1 !important
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
justify-content: flex-start !important
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
justify-content: flex-end !important
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
justify-content: center !important
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
justify-content: space-between !important
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
-webkit-justify-content: space-around !important;
justify-content: space-around !important
}
.align-items-lg-start {
-ms-flex-align: start !important;
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
align-items: flex-start !important
}
.align-items-lg-end {
-ms-flex-align: end !important;
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
align-items: flex-end !important
}
.align-items-lg-center {
-ms-flex-align: center !important;
-webkit-box-align: center !important;
-webkit-align-items: center !important;
align-items: center !important
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
align-items: baseline !important
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
align-items: stretch !important
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
-webkit-align-content: flex-start !important;
align-content: flex-start !important
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
-webkit-align-content: flex-end !important;
align-content: flex-end !important
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
-webkit-align-content: center !important;
align-content: center !important
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
-webkit-align-content: space-between !important;
align-content: space-between !important
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
-webkit-align-content: space-around !important;
align-content: space-around !important
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
-webkit-align-content: stretch !important;
align-content: stretch !important
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
-webkit-align-self: auto !important;
align-self: auto !important
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
-webkit-align-self: flex-start !important;
align-self: flex-start !important
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
-webkit-align-self: flex-end !important;
align-self: flex-end !important
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
-webkit-align-self: center !important;
align-self: center !important
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
-webkit-align-self: baseline !important;
align-self: baseline !important
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
-webkit-align-self: stretch !important;
align-self: stretch !important
}
}
@media(min-width:1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
flex-direction: row !important
}
.flex-xl-column {
-ms-flex-direction: column !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: column !important;
flex-direction: column !important
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-webkit-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
-webkit-flex-wrap: wrap !important;
flex-wrap: wrap !important
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
-webkit-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
-webkit-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
-webkit-box-flex: 1 !important;
-webkit-flex: 1 1 auto !important;
flex: 1 1 auto !important
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
-webkit-box-flex: 0 !important;
-webkit-flex-grow: 0 !important;
flex-grow: 0 !important
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
-webkit-box-flex: 1 !important;
-webkit-flex-grow: 1 !important;
flex-grow: 1 !important
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
-webkit-flex-shrink: 0 !important;
flex-shrink: 0 !important
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
-webkit-flex-shrink: 1 !important;
flex-shrink: 1 !important
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
justify-content: flex-start !important
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
-webkit-box-pack: end !important;
-webkit-justify-content: flex-end !important;
justify-content: flex-end !important
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
-webkit-justify-content: center !important;
justify-content: center !important
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
-webkit-box-pack: justify !important;
-webkit-justify-content: space-between !important;
justify-content: space-between !important
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
-webkit-justify-content: space-around !important;
justify-content: space-around !important
}
.align-items-xl-start {
-ms-flex-align: start !important;
-webkit-box-align: start !important;
-webkit-align-items: flex-start !important;
align-items: flex-start !important
}
.align-items-xl-end {
-ms-flex-align: end !important;
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
align-items: flex-end !important
}
.align-items-xl-center {
-ms-flex-align: center !important;
-webkit-box-align: center !important;
-webkit-align-items: center !important;
align-items: center !important
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
-webkit-box-align: baseline !important;
-webkit-align-items: baseline !important;
align-items: baseline !important
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
-webkit-box-align: stretch !important;
-webkit-align-items: stretch !important;
align-items: stretch !important
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
-webkit-align-content: flex-start !important;
align-content: flex-start !important
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
-webkit-align-content: flex-end !important;
align-content: flex-end !important
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
-webkit-align-content: center !important;
align-content: center !important
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
-webkit-align-content: space-between !important;
align-content: space-between !important
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
-webkit-align-content: space-around !important;
align-content: space-around !important
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
-webkit-align-content: stretch !important;
align-content: stretch !important
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
-webkit-align-self: auto !important;
align-self: auto !important
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
-webkit-align-self: flex-start !important;
align-self: flex-start !important
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
-webkit-align-self: flex-end !important;
align-self: flex-end !important
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
-webkit-align-self: center !important;
align-self: center !important
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
-webkit-align-self: baseline !important;
align-self: baseline !important
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
-webkit-align-self: 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
}
}
.overflow-auto {
overflow: auto !important
}
.overflow-hidden {
overflow: hidden !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;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal
}
.shadow-sm {
-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}
.shadow {
-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}
.shadow-lg {
-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important
}
.w-25 {
width: 25% !important
}
.w-50 {
width: 50% !important
}
.w-75 {
width: 75% !important
}
.w-100 {
width: 100% !important
}
.w-auto {
width: auto !important
}
.h-25 {
height: 25% !important
}
.h-50 {
height: 50% !important
}
.h-75 {
height: 75% !important
}
.h-100 {
height: 100% !important
}
.h-auto {
height: auto !important
}
.mw-100 {
max-width: 100% !important
}
.mh-100 {
max-height: 100% !important
}
.min-vw-100 {
min-width: 100vw !important
}
.min-vh-100 {
min-height: 100vh !important
}
.vw-100 {
width: 100vw !important
}
.vh-100 {
height: 100vh !important
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0)
}
.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: 0rem !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-n1 {
margin: -.25rem !important
}
.mt-n1,
.my-n1 {
margin-top: -.25rem !important
}
.mr-n1,
.mx-n1 {
margin-right: -.25rem !important
}
.mb-n1,
.my-n1 {
margin-bottom: -.25rem !important
}
.ml-n1,
.mx-n1 {
margin-left: -.25rem !important
}
.m-n2 {
margin: -.5rem !important
}
.mt-n2,
.my-n2 {
margin-top: -.5rem !important
}
.mr-n2,
.mx-n2 {
margin-right: -.5rem !important
}
.mb-n2,
.my-n2 {
margin-bottom: -.5rem !important
}
.ml-n2,
.mx-n2 {
margin-left: -.5rem !important
}
.m-n3 {
margin: -1rem !important
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important
}
.m-n4 {
margin: -1.5rem !important
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important
}
.m-n5 {
margin: -3rem !important
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important
}
.ml-n5,
.mx-n5 {
margin-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-n1 {
margin: -.25rem !important
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -.25rem !important
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -.25rem !important
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -.25rem !important
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -.25rem !important
}
.m-sm-n2 {
margin: -.5rem !important
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -.5rem !important
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -.5rem !important
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -.5rem !important
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -.5rem !important
}
.m-sm-n3 {
margin: -1rem !important
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important
}
.m-sm-n4 {
margin: -1.5rem !important
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important
}
.m-sm-n5 {
margin: -3rem !important
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important
}
.ml-sm-n5,
.mx-sm-n5 {
margin-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-n1 {
margin: -.25rem !important
}
.mt-md-n1,
.my-md-n1 {
margin-top: -.25rem !important
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -.25rem !important
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -.25rem !important
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -.25rem !important
}
.m-md-n2 {
margin: -.5rem !important
}
.mt-md-n2,
.my-md-n2 {
margin-top: -.5rem !important
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -.5rem !important
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -.5rem !important
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -.5rem !important
}
.m-md-n3 {
margin: -1rem !important
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important
}
.m-md-n4 {
margin: -1.5rem !important
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important
}
.m-md-n5 {
margin: -3rem !important
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important
}
.ml-md-n5,
.mx-md-n5 {
margin-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-n1 {
margin: -.25rem !important
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -.25rem !important
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -.25rem !important
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -.25rem !important
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -.25rem !important
}
.m-lg-n2 {
margin: -.5rem !important
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -.5rem !important
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -.5rem !important
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -.5rem !important
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -.5rem !important
}
.m-lg-n3 {
margin: -1rem !important
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important
}
.m-lg-n4 {
margin: -1.5rem !important
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important
}
.m-lg-n5 {
margin: -3rem !important
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important
}
.ml-lg-n5,
.mx-lg-n5 {
margin-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-n1 {
margin: -.25rem !important
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -.25rem !important
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -.25rem !important
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -.25rem !important
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -.25rem !important
}
.m-xl-n2 {
margin: -.5rem !important
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -.5rem !important
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -.5rem !important
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -.5rem !important
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -.5rem !important
}
.m-xl-n3 {
margin: -1rem !important
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important
}
.m-xl-n4 {
margin: -1.5rem !important
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important
}
.m-xl-n5 {
margin: -3rem !important
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important
}
.ml-xl-n5,
.mx-xl-n5 {
margin-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-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}
.text-justify {
text-align: justify !important
}
.text-wrap {
white-space: normal !important
}
.text-nowrap {
white-space: nowrap !important
}
.text-truncate {
overflow: hidden;
-o-text-overflow: ellipsis;
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-lighter {
font-weight: lighter !important
}
.font-weight-normal {
font-weight: 400 !important
}
.font-weight-bold {
font-weight: 700 !important
}
.font-weight-bolder {
font-weight: bolder !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: #0056b3 !important
}
.text-secondary {
color: #6c757d !important
}
a.text-secondary:focus,
a.text-secondary:hover {
color: #494f54 !important
}
.text-success {
color: #28a745 !important
}
a.text-success:focus,
a.text-success:hover {
color: #19692c !important
}
.text-info {
color: #17a2b8 !important
}
a.text-info:focus,
a.text-info:hover {
color: #0f6674 !important
}
.text-warning {
color: #ffc107 !important
}
a.text-warning:focus,
a.text-warning:hover {
color: #ba8b00 !important
}
.text-danger {
color: #dc3545 !important
}
a.text-danger:focus,
a.text-danger:hover {
color: #a71d2a !important
}
.text-light {
color: #f8f9fa !important
}
a.text-light:focus,
a.text-light:hover {
color: #cbd3da !important
}
.text-dark {
color: #343a40 !important
}
a.text-dark:focus,
a.text-dark:hover {
color: #121416 !important
}
.text-body {
color: #212529 !important
}
.text-muted {
color: #6c757d !important
}
.text-black-50 {
color: rgba(0, 0, 0, .5) !important
}
.text-white-50 {
color: rgba(255, 255, 255, .5) !important
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.text-decoration-none {
text-decoration: none !important
}
.text-break {
word-break: break-word !important;
overflow-wrap: break-word !important
}
.text-reset {
color: inherit !important
}
.visible {
visibility: visible !important
}
.invisible {
visibility: hidden !important
}
@media print {
*,
::after,
::before {
text-shadow: none !important;
-webkit-box-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 #adb5bd;
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 #dee2e6 !important
}
.table-dark {
color: inherit
}
.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
border-color: #dee2e6
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6
}
}
@font-face {
font-family: CerebriSans;
font-display: swap;
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Regular.eot);
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Regular.eot#iefix) format('embedded-opentype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Regular.ttf) format('truetype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Regular.woff) format('woff'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Regular.svg) format('svg');
font-weight: 400;
font-style: normal
}
@font-face {
font-family: CerebriSans;
font-display: swap;
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Italic.eot);
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Italic.eot#iefix) format('embedded-opentype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Italic.ttf) format('truetype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Italic.woff) format('woff'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Italic.svg) format('svg');
font-weight: 400;
font-style: italic
}
@font-face {
font-family: CerebriSans;
font-display: swap;
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Light.eot);
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Light.eot#iefix) format('embedded-opentype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Light.ttf) format('truetype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Light.woff) format('woff'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Light.svg) format('svg');
font-weight: 100;
font-style: normal
}
@font-face {
font-family: CerebriSans;
font-display: swap;
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Medium.eot);
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Medium.eot#iefix) format('embedded-opentype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Medium.ttf) format('truetype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Medium.woff) format('woff'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Medium.svg) format('svg');
font-weight: 500;
font-style: normal
}
@font-face {
font-family: CerebriSans;
font-display: swap;
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-SemiBold.eot);
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-SemiBold.eot#iefix) format('embedded-opentype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-SemiBold.ttf) format('truetype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-SemiBold.woff) format('woff'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-SemiBold.svg) format('svg');
font-weight: 600;
font-style: normal
}
@font-face {
font-family: CerebriSans;
font-display: swap;
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Bold.eot);
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Bold.eot#iefix) format('embedded-opentype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Bold.ttf) format('truetype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Bold.woff) format('woff'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Bold.svg) format('svg');
font-weight: 700;
font-style: normal
}
@font-face {
font-family: CerebriSans;
font-display: swap;
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-ExtraBold.eot);
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-ExtraBold.eot#iefix) format('embedded-opentype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-ExtraBold.ttf) format('truetype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-ExtraBold.woff) format('woff'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-ExtraBold.svg) format('svg');
font-weight: 800;
font-style: normal
}
@font-face {
font-family: CerebriSans;
font-display: swap;
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Heavy.eot);
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Heavy.eot#iefix) format('embedded-opentype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Heavy.ttf) format('truetype'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Heavy.woff) format('woff'), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/cerebrisans/CerebriSans-Heavy.svg) format('svg');
font-weight: 900;
font-style: normal
}
.fa,
.fab,
.fal,
.far,
.fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1
}
.fa-lg {
font-size: 1.33333em;
line-height: .75em;
vertical-align: -.0667em
}
.fa-xs {
font-size: .75em
}
.fa-sm {
font-size: .875em
}
.fa-1x {
font-size: 1em
}
.fa-2x {
font-size: 2em
}
.fa-3x {
font-size: 3em
}
.fa-4x {
font-size: 4em
}
.fa-5x {
font-size: 5em
}
.fa-6x {
font-size: 6em
}
.fa-7x {
font-size: 7em
}
.fa-8x {
font-size: 8em
}
.fa-9x {
font-size: 9em
}
.fa-10x {
font-size: 10em
}
.fa-fw {
text-align: center;
width: 1.25em
}
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0
}
.fa-ul>li {
position: relative
}
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit
}
.fa-border {
border: .08em solid #eee;
border-radius: .1em;
padding: .2em .25em .15em
}
.fa-pull-left {
float: left
}
.fa-pull-right {
float: right
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
margin-right: .3em
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
margin-left: .3em
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
.fa-rotate-90 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.fa-rotate-180 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg)
}
.fa-rotate-270 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg)
}
.fa-flip-horizontal {
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1)
}
.fa-flip-vertical {
-webkit-transform: scaleY(-1);
-ms-transform: scaleY(-1);
transform: scaleY(-1)
}
.fa-flip-horizontal.fa-flip-vertical {
-webkit-transform: scale(-1);
-ms-transform: scale(-1);
transform: scale(-1)
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
-webkit-filter: none;
filter: none
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em
}
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%
}
.fa-stack-1x {
line-height: inherit
}
.fa-stack-2x {
font-size: 2em
}
.fa-inverse {
color: #fff
}
.fa-500px:before {
content: "\f26e"
}
.fa-abacus:before {
content: "\f640"
}
.fa-accessible-icon:before {
content: "\f368"
}
.fa-accusoft:before {
content: "\f369"
}
.fa-acorn:before {
content: "\f6ae"
}
.fa-acquisitions-incorporated:before {
content: "\f6af"
}
.fa-ad:before {
content: "\f641"
}
.fa-address-book:before {
content: "\f2b9"
}
.fa-address-card:before {
content: "\f2bb"
}
.fa-adjust:before {
content: "\f042"
}
.fa-adn:before {
content: "\f170"
}
.fa-adobe:before {
content: "\f778"
}
.fa-adversal:before {
content: "\f36a"
}
.fa-affiliatetheme:before {
content: "\f36b"
}
.fa-air-freshener:before {
content: "\f5d0"
}
.fa-alarm-clock:before {
content: "\f34e"
}
.fa-algolia:before {
content: "\f36c"
}
.fa-alicorn:before {
content: "\f6b0"
}
.fa-align-center:before {
content: "\f037"
}
.fa-align-justify:before {
content: "\f039"
}
.fa-align-left:before {
content: "\f036"
}
.fa-align-right:before {
content: "\f038"
}
.fa-alipay:before {
content: "\f642"
}
.fa-allergies:before {
content: "\f461"
}
.fa-amazon:before {
content: "\f270"
}
.fa-amazon-pay:before {
content: "\f42c"
}
.fa-ambulance:before {
content: "\f0f9"
}
.fa-american-sign-language-interpreting:before {
content: "\f2a3"
}
.fa-amilia:before {
content: "\f36d"
}
.fa-analytics:before {
content: "\f643"
}
.fa-anchor:before {
content: "\f13d"
}
.fa-android:before {
content: "\f17b"
}
.fa-angel:before {
content: "\f779"
}
.fa-angellist:before {
content: "\f209"
}
.fa-angle-double-down:before {
content: "\f103"
}
.fa-angle-double-left:before {
content: "\f100"
}
.fa-angle-double-right:before {
content: "\f101"
}
.fa-angle-double-up:before {
content: "\f102"
}
.fa-angle-down:before {
content: "\f107"
}
.fa-angle-left:before {
content: "\f104"
}
.fa-angle-right:before {
content: "\f105"
}
.fa-angle-up:before {
content: "\f106"
}
.fa-angry:before {
content: "\f556"
}
.fa-angrycreative:before {
content: "\f36e"
}
.fa-angular:before {
content: "\f420"
}
.fa-ankh:before {
content: "\f644"
}
.fa-app-store:before {
content: "\f36f"
}
.fa-app-store-ios:before {
content: "\f370"
}
.fa-apper:before {
content: "\f371"
}
.fa-apple:before {
content: "\f179"
}
.fa-apple-alt:before {
content: "\f5d1"
}
.fa-apple-crate:before {
content: "\f6b1"
}
.fa-apple-pay:before {
content: "\f415"
}
.fa-archive:before {
content: "\f187"
}
.fa-archway:before {
content: "\f557"
}
.fa-arrow-alt-circle-down:before {
content: "\f358"
}
.fa-arrow-alt-circle-left:before {
content: "\f359"
}
.fa-arrow-alt-circle-right:before {
content: "\f35a"
}
.fa-arrow-alt-circle-up:before {
content: "\f35b"
}
.fa-arrow-alt-down:before {
content: "\f354"
}
.fa-arrow-alt-from-bottom:before {
content: "\f346"
}
.fa-arrow-alt-from-left:before {
content: "\f347"
}
.fa-arrow-alt-from-right:before {
content: "\f348"
}
.fa-arrow-alt-from-top:before {
content: "\f349"
}
.fa-arrow-alt-left:before {
content: "\f355"
}
.fa-arrow-alt-right:before {
content: "\f356"
}
.fa-arrow-alt-square-down:before {
content: "\f350"
}
.fa-arrow-alt-square-left:before {
content: "\f351"
}
.fa-arrow-alt-square-right:before {
content: "\f352"
}
.fa-arrow-alt-square-up:before {
content: "\f353"
}
.fa-arrow-alt-to-bottom:before {
content: "\f34a"
}
.fa-arrow-alt-to-left:before {
content: "\f34b"
}
.fa-arrow-alt-to-right:before {
content: "\f34c"
}
.fa-arrow-alt-to-top:before {
content: "\f34d"
}
.fa-arrow-alt-up:before {
content: "\f357"
}
.fa-arrow-circle-down:before {
content: "\f0ab"
}
.fa-arrow-circle-left:before {
content: "\f0a8"
}
.fa-arrow-circle-right:before {
content: "\f0a9"
}
.fa-arrow-circle-up:before {
content: "\f0aa"
}
.fa-arrow-down:before {
content: "\f063"
}
.fa-arrow-from-bottom:before {
content: "\f342"
}
.fa-arrow-from-left:before {
content: "\f343"
}
.fa-arrow-from-right:before {
content: "\f344"
}
.fa-arrow-from-top:before {
content: "\f345"
}
.fa-arrow-left:before {
content: "\f060"
}
.fa-arrow-right:before {
content: "\f061"
}
.fa-arrow-square-down:before {
content: "\f339"
}
.fa-arrow-square-left:before {
content: "\f33a"
}
.fa-arrow-square-right:before {
content: "\f33b"
}
.fa-arrow-square-up:before {
content: "\f33c"
}
.fa-arrow-to-bottom:before {
content: "\f33d"
}
.fa-arrow-to-left:before {
content: "\f33e"
}
.fa-arrow-to-right:before {
content: "\f340"
}
.fa-arrow-to-top:before {
content: "\f341"
}
.fa-arrow-up:before {
content: "\f062"
}
.fa-arrows:before {
content: "\f047"
}
.fa-arrows-alt:before {
content: "\f0b2"
}
.fa-arrows-alt-h:before {
content: "\f337"
}
.fa-arrows-alt-v:before {
content: "\f338"
}
.fa-arrows-h:before {
content: "\f07e"
}
.fa-arrows-v:before {
content: "\f07d"
}
.fa-artstation:before {
content: "\f77a"
}
.fa-assistive-listening-systems:before {
content: "\f2a2"
}
.fa-asterisk:before {
content: "\f069"
}
.fa-asymmetrik:before {
content: "\f372"
}
.fa-at:before {
content: "\f1fa"
}
.fa-atlas:before {
content: "\f558"
}
.fa-atlassian:before {
content: "\f77b"
}
.fa-atom:before {
content: "\f5d2"
}
.fa-atom-alt:before {
content: "\f5d3"
}
.fa-audible:before {
content: "\f373"
}
.fa-audio-description:before {
content: "\f29e"
}
.fa-autoprefixer:before {
content: "\f41c"
}
.fa-avianex:before {
content: "\f374"
}
.fa-aviato:before {
content: "\f421"
}
.fa-award:before {
content: "\f559"
}
.fa-aws:before {
content: "\f375"
}
.fa-axe:before {
content: "\f6b2"
}
.fa-axe-battle:before {
content: "\f6b3"
}
.fa-baby:before {
content: "\f77c"
}
.fa-baby-carriage:before {
content: "\f77d"
}
.fa-backpack:before {
content: "\f5d4"
}
.fa-backspace:before {
content: "\f55a"
}
.fa-backward:before {
content: "\f04a"
}
.fa-badge:before {
content: "\f335"
}
.fa-badge-check:before {
content: "\f336"
}
.fa-badge-dollar:before {
content: "\f645"
}
.fa-badge-percent:before {
content: "\f646"
}
.fa-badger-honey:before {
content: "\f6b4"
}
.fa-balance-scale:before {
content: "\f24e"
}
.fa-balance-scale-left:before {
content: "\f515"
}
.fa-balance-scale-right:before {
content: "\f516"
}
.fa-ball-pile:before {
content: "\f77e"
}
.fa-ballot:before {
content: "\f732"
}
.fa-ballot-check:before {
content: "\f733"
}
.fa-ban:before {
content: "\f05e"
}
.fa-band-aid:before {
content: "\f462"
}
.fa-bandcamp:before {
content: "\f2d5"
}
.fa-barcode:before {
content: "\f02a"
}
.fa-barcode-alt:before {
content: "\f463"
}
.fa-barcode-read:before {
content: "\f464"
}
.fa-barcode-scan:before {
content: "\f465"
}
.fa-bars:before {
content: "\f0c9"
}
.fa-baseball:before {
content: "\f432"
}
.fa-baseball-ball:before {
content: "\f433"
}
.fa-basketball-ball:before {
content: "\f434"
}
.fa-basketball-hoop:before {
content: "\f435"
}
.fa-bat:before {
content: "\f6b5"
}
.fa-bath:before {
content: "\f2cd"
}
.fa-battery-bolt:before {
content: "\f376"
}
.fa-battery-empty:before {
content: "\f244"
}
.fa-battery-full:before {
content: "\f240"
}
.fa-battery-half:before {
content: "\f242"
}
.fa-battery-quarter:before {
content: "\f243"
}
.fa-battery-slash:before {
content: "\f377"
}
.fa-battery-three-quarters:before {
content: "\f241"
}
.fa-bed:before {
content: "\f236"
}
.fa-beer:before {
content: "\f0fc"
}
.fa-behance:before {
content: "\f1b4"
}
.fa-behance-square:before {
content: "\f1b5"
}
.fa-bell:before {
content: "\f0f3"
}
.fa-bell-school:before {
content: "\f5d5"
}
.fa-bell-school-slash:before {
content: "\f5d6"
}
.fa-bell-slash:before {
content: "\f1f6"
}
.fa-bells:before {
content: "\f77f"
}
.fa-bezier-curve:before {
content: "\f55b"
}
.fa-bible:before {
content: "\f647"
}
.fa-bicycle:before {
content: "\f206"
}
.fa-bimobject:before {
content: "\f378"
}
.fa-binoculars:before {
content: "\f1e5"
}
.fa-biohazard:before {
content: "\f780"
}
.fa-birthday-cake:before {
content: "\f1fd"
}
.fa-bitbucket:before {
content: "\f171"
}
.fa-bitcoin:before {
content: "\f379"
}
.fa-bity:before {
content: "\f37a"
}
.fa-black-tie:before {
content: "\f27e"
}
.fa-blackberry:before {
content: "\f37b"
}
.fa-blanket:before {
content: "\f498"
}
.fa-blender:before {
content: "\f517"
}
.fa-blender-phone:before {
content: "\f6b6"
}
.fa-blind:before {
content: "\f29d"
}
.fa-blog:before {
content: "\f781"
}
.fa-blogger:before {
content: "\f37c"
}
.fa-blogger-b:before {
content: "\f37d"
}
.fa-bluetooth:before {
content: "\f293"
}
.fa-bluetooth-b:before {
content: "\f294"
}
.fa-bold:before {
content: "\f032"
}
.fa-bolt:before {
content: "\f0e7"
}
.fa-bomb:before {
content: "\f1e2"
}
.fa-bone:before {
content: "\f5d7"
}
.fa-bone-break:before {
content: "\f5d8"
}
.fa-bong:before {
content: "\f55c"
}
.fa-book:before {
content: "\f02d"
}
.fa-book-alt:before {
content: "\f5d9"
}
.fa-book-dead:before {
content: "\f6b7"
}
.fa-book-heart:before {
content: "\f499"
}
.fa-book-open:before {
content: "\f518"
}
.fa-book-reader:before {
content: "\f5da"
}
.fa-book-spells:before {
content: "\f6b8"
}
.fa-bookmark:before {
content: "\f02e"
}
.fa-books:before {
content: "\f5db"
}
.fa-boot:before {
content: "\f782"
}
.fa-booth-curtain:before {
content: "\f734"
}
.fa-bow-arrow:before {
content: "\f6b9"
}
.fa-bowling-ball:before {
content: "\f436"
}
.fa-bowling-pins:before {
content: "\f437"
}
.fa-box:before {
content: "\f466"
}
.fa-box-alt:before {
content: "\f49a"
}
.fa-box-ballot:before {
content: "\f735"
}
.fa-box-check:before {
content: "\f467"
}
.fa-box-fragile:before {
content: "\f49b"
}
.fa-box-full:before {
content: "\f49c"
}
.fa-box-heart:before {
content: "\f49d"
}
.fa-box-open:before {
content: "\f49e"
}
.fa-box-up:before {
content: "\f49f"
}
.fa-box-usd:before {
content: "\f4a0"
}
.fa-boxes:before {
content: "\f468"
}
.fa-boxes-alt:before {
content: "\f4a1"
}
.fa-boxing-glove:before {
content: "\f438"
}
.fa-braille:before {
content: "\f2a1"
}
.fa-brain:before {
content: "\f5dc"
}
.fa-briefcase:before {
content: "\f0b1"
}
.fa-briefcase-medical:before {
content: "\f469"
}
.fa-broadcast-tower:before {
content: "\f519"
}
.fa-broom:before {
content: "\f51a"
}
.fa-browser:before {
content: "\f37e"
}
.fa-brush:before {
content: "\f55d"
}
.fa-btc:before {
content: "\f15a"
}
.fa-bug:before {
content: "\f188"
}
.fa-building:before {
content: "\f1ad"
}
.fa-bullhorn:before {
content: "\f0a1"
}
.fa-bullseye:before {
content: "\f140"
}
.fa-bullseye-arrow:before {
content: "\f648"
}
.fa-bullseye-pointer:before {
content: "\f649"
}
.fa-burn:before {
content: "\f46a"
}
.fa-buromobelexperte:before {
content: "\f37f"
}
.fa-bus:before {
content: "\f207"
}
.fa-bus-alt:before {
content: "\f55e"
}
.fa-bus-school:before {
content: "\f5dd"
}
.fa-business-time:before {
content: "\f64a"
}
.fa-buysellads:before {
content: "\f20d"
}
.fa-cabinet-filing:before {
content: "\f64b"
}
.fa-calculator:before {
content: "\f1ec"
}
.fa-calculator-alt:before {
content: "\f64c"
}
.fa-calendar:before {
content: "\f133"
}
.fa-calendar-alt:before {
content: "\f073"
}
.fa-calendar-check:before {
content: "\f274"
}
.fa-calendar-day:before {
content: "\f783"
}
.fa-calendar-edit:before {
content: "\f333"
}
.fa-calendar-exclamation:before {
content: "\f334"
}
.fa-calendar-minus:before {
content: "\f272"
}
.fa-calendar-plus:before {
content: "\f271"
}
.fa-calendar-star:before {
content: "\f736"
}
.fa-calendar-times:before {
content: "\f273"
}
.fa-calendar-week:before {
content: "\f784"
}
.fa-camera:before {
content: "\f030"
}
.fa-camera-alt:before {
content: "\f332"
}
.fa-camera-retro:before {
content: "\f083"
}
.fa-campfire:before {
content: "\f6ba"
}
.fa-campground:before {
content: "\f6bb"
}
.fa-canadian-maple-leaf:before {
content: "\f785"
}
.fa-candle-holder:before {
content: "\f6bc"
}
.fa-candy-cane:before {
content: "\f786"
}
.fa-candy-corn:before {
content: "\f6bd"
}
.fa-cannabis:before {
content: "\f55f"
}
.fa-capsules:before {
content: "\f46b"
}
.fa-car:before {
content: "\f1b9"
}
.fa-car-alt:before {
content: "\f5de"
}
.fa-car-battery:before {
content: "\f5df"
}
.fa-car-bump:before {
content: "\f5e0"
}
.fa-car-crash:before {
content: "\f5e1"
}
.fa-car-garage:before {
content: "\f5e2"
}
.fa-car-mechanic:before {
content: "\f5e3"
}
.fa-car-side:before {
content: "\f5e4"
}
.fa-car-tilt:before {
content: "\f5e5"
}
.fa-car-wash:before {
content: "\f5e6"
}
.fa-caret-circle-down:before {
content: "\f32d"
}
.fa-caret-circle-left:before {
content: "\f32e"
}
.fa-caret-circle-right:before {
content: "\f330"
}
.fa-caret-circle-up:before {
content: "\f331"
}
.fa-caret-down:before {
content: "\f0d7"
}
.fa-caret-left:before {
content: "\f0d9"
}
.fa-caret-right:before {
content: "\f0da"
}
.fa-caret-square-down:before {
content: "\f150"
}
.fa-caret-square-left:before {
content: "\f191"
}
.fa-caret-square-right:before {
content: "\f152"
}
.fa-caret-square-up:before {
content: "\f151"
}
.fa-caret-up:before {
content: "\f0d8"
}
.fa-carrot:before {
content: "\f787"
}
.fa-cart-arrow-down:before {
content: "\f218"
}
.fa-cart-plus:before {
content: "\f217"
}
.fa-cash-register:before {
content: "\f788"
}
.fa-cat:before {
content: "\f6be"
}
.fa-cauldron:before {
content: "\f6bf"
}
.fa-cc-amazon-pay:before {
content: "\f42d"
}
.fa-cc-amex:before {
content: "\f1f3"
}
.fa-cc-apple-pay:before {
content: "\f416"
}
.fa-cc-diners-club:before {
content: "\f24c"
}
.fa-cc-discover:before {
content: "\f1f2"
}
.fa-cc-jcb:before {
content: "\f24b"
}
.fa-cc-mastercard:before {
content: "\f1f1"
}
.fa-cc-paypal:before {
content: "\f1f4"
}
.fa-cc-stripe:before {
content: "\f1f5"
}
.fa-cc-visa:before {
content: "\f1f0"
}
.fa-centercode:before {
content: "\f380"
}
.fa-centos:before {
content: "\f789"
}
.fa-certificate:before {
content: "\f0a3"
}
.fa-chair:before {
content: "\f6c0"
}
.fa-chair-office:before {
content: "\f6c1"
}
.fa-chalkboard:before {
content: "\f51b"
}
.fa-chalkboard-teacher:before {
content: "\f51c"
}
.fa-charging-station:before {
content: "\f5e7"
}
.fa-chart-area:before {
content: "\f1fe"
}
.fa-chart-bar:before {
content: "\f080"
}
.fa-chart-line:before {
content: "\f201"
}
.fa-chart-line-down:before {
content: "\f64d"
}
.fa-chart-network:before {
content: "\f78a"
}
.fa-chart-pie:before {
content: "\f200"
}
.fa-chart-pie-alt:before {
content: "\f64e"
}
.fa-check:before {
content: "\f00c"
}
.fa-check-circle:before {
content: "\f058"
}
.fa-check-double:before {
content: "\f560"
}
.fa-check-square:before {
content: "\f14a"
}
.fa-chess:before {
content: "\f439"
}
.fa-chess-bishop:before {
content: "\f43a"
}
.fa-chess-bishop-alt:before {
content: "\f43b"
}
.fa-chess-board:before {
content: "\f43c"
}
.fa-chess-clock:before {
content: "\f43d"
}
.fa-chess-clock-alt:before {
content: "\f43e"
}
.fa-chess-king:before {
content: "\f43f"
}
.fa-chess-king-alt:before {
content: "\f440"
}
.fa-chess-knight:before {
content: "\f441"
}
.fa-chess-knight-alt:before {
content: "\f442"
}
.fa-chess-pawn:before {
content: "\f443"
}
.fa-chess-pawn-alt:before {
content: "\f444"
}
.fa-chess-queen:before {
content: "\f445"
}
.fa-chess-queen-alt:before {
content: "\f446"
}
.fa-chess-rook:before {
content: "\f447"
}
.fa-chess-rook-alt:before {
content: "\f448"
}
.fa-chevron-circle-down:before {
content: "\f13a"
}
.fa-chevron-circle-left:before {
content: "\f137"
}
.fa-chevron-circle-right:before {
content: "\f138"
}
.fa-chevron-circle-up:before {
content: "\f139"
}
.fa-chevron-double-down:before {
content: "\f322"
}
.fa-chevron-double-left:before {
content: "\f323"
}
.fa-chevron-double-right:before {
content: "\f324"
}
.fa-chevron-double-up:before {
content: "\f325"
}
.fa-chevron-down:before {
content: "\f078"
}
.fa-chevron-left:before {
content: "\f053"
}
.fa-chevron-right:before {
content: "\f054"
}
.fa-chevron-square-down:before {
content: "\f329"
}
.fa-chevron-square-left:before {
content: "\f32a"
}
.fa-chevron-square-right:before {
content: "\f32b"
}
.fa-chevron-square-up:before {
content: "\f32c"
}
.fa-chevron-up:before {
content: "\f077"
}
.fa-child:before {
content: "\f1ae"
}
.fa-chimney:before {
content: "\f78b"
}
.fa-chrome:before {
content: "\f268"
}
.fa-church:before {
content: "\f51d"
}
.fa-circle:before {
content: "\f111"
}
.fa-circle-notch:before {
content: "\f1ce"
}
.fa-city:before {
content: "\f64f"
}
.fa-claw-marks:before {
content: "\f6c2"
}
.fa-clipboard:before {
content: "\f328"
}
.fa-clipboard-check:before {
content: "\f46c"
}
.fa-clipboard-list:before {
content: "\f46d"
}
.fa-clipboard-list-check:before {
content: "\f737"
}
.fa-clipboard-prescription:before {
content: "\f5e8"
}
.fa-clock:before {
content: "\f017"
}
.fa-clone:before {
content: "\f24d"
}
.fa-closed-captioning:before {
content: "\f20a"
}
.fa-cloud:before {
content: "\f0c2"
}
.fa-cloud-download:before {
content: "\f0ed"
}
.fa-cloud-download-alt:before {
content: "\f381"
}
.fa-cloud-drizzle:before {
content: "\f738"
}
.fa-cloud-hail:before {
content: "\f739"
}
.fa-cloud-hail-mixed:before {
content: "\f73a"
}
.fa-cloud-meatball:before {
content: "\f73b"
}
.fa-cloud-moon:before {
content: "\f6c3"
}
.fa-cloud-moon-rain:before {
content: "\f73c"
}
.fa-cloud-rain:before {
content: "\f73d"
}
.fa-cloud-rainbow:before {
content: "\f73e"
}
.fa-cloud-showers:before {
content: "\f73f"
}
.fa-cloud-showers-heavy:before {
content: "\f740"
}
.fa-cloud-sleet:before {
content: "\f741"
}
.fa-cloud-snow:before {
content: "\f742"
}
.fa-cloud-sun:before {
content: "\f6c4"
}
.fa-cloud-sun-rain:before {
content: "\f743"
}
.fa-cloud-upload:before {
content: "\f0ee"
}
.fa-cloud-upload-alt:before {
content: "\f382"
}
.fa-clouds:before {
content: "\f744"
}
.fa-clouds-moon:before {
content: "\f745"
}
.fa-clouds-sun:before {
content: "\f746"
}
.fa-cloudscale:before {
content: "\f383"
}
.fa-cloudsmith:before {
content: "\f384"
}
.fa-cloudversify:before {
content: "\f385"
}
.fa-club:before {
content: "\f327"
}
.fa-cocktail:before {
content: "\f561"
}
.fa-code:before {
content: "\f121"
}
.fa-code-branch:before {
content: "\f126"
}
.fa-code-commit:before {
content: "\f386"
}
.fa-code-merge:before {
content: "\f387"
}
.fa-codepen:before {
content: "\f1cb"
}
.fa-codiepie:before {
content: "\f284"
}
.fa-coffee:before {
content: "\f0f4"
}
.fa-coffee-togo:before {
content: "\f6c5"
}
.fa-coffin:before {
content: "\f6c6"
}
.fa-cog:before {
content: "\f013"
}
.fa-cogs:before {
content: "\f085"
}
.fa-coins:before {
content: "\f51e"
}
.fa-columns:before {
content: "\f0db"
}
.fa-comment:before {
content: "\f075"
}
.fa-comment-alt:before {
content: "\f27a"
}
.fa-comment-alt-check:before {
content: "\f4a2"
}
.fa-comment-alt-dollar:before {
content: "\f650"
}
.fa-comment-alt-dots:before {
content: "\f4a3"
}
.fa-comment-alt-edit:before {
content: "\f4a4"
}
.fa-comment-alt-exclamation:before {
content: "\f4a5"
}
.fa-comment-alt-lines:before {
content: "\f4a6"
}
.fa-comment-alt-minus:before {
content: "\f4a7"
}
.fa-comment-alt-plus:before {
content: "\f4a8"
}
.fa-comment-alt-slash:before {
content: "\f4a9"
}
.fa-comment-alt-smile:before {
content: "\f4aa"
}
.fa-comment-alt-times:before {
content: "\f4ab"
}
.fa-comment-check:before {
content: "\f4ac"
}
.fa-comment-dollar:before {
content: "\f651"
}
.fa-comment-dots:before {
content: "\f4ad"
}
.fa-comment-edit:before {
content: "\f4ae"
}
.fa-comment-exclamation:before {
content: "\f4af"
}
.fa-comment-lines:before {
content: "\f4b0"
}
.fa-comment-minus:before {
content: "\f4b1"
}
.fa-comment-plus:before {
content: "\f4b2"
}
.fa-comment-slash:before {
content: "\f4b3"
}
.fa-comment-smile:before {
content: "\f4b4"
}
.fa-comment-times:before {
content: "\f4b5"
}
.fa-comments:before {
content: "\f086"
}
.fa-comments-alt:before {
content: "\f4b6"
}
.fa-comments-alt-dollar:before {
content: "\f652"
}
.fa-comments-dollar:before {
content: "\f653"
}
.fa-compact-disc:before {
content: "\f51f"
}
.fa-compass:before {
content: "\f14e"
}
.fa-compass-slash:before {
content: "\f5e9"
}
.fa-compress:before {
content: "\f066"
}
.fa-compress-alt:before {
content: "\f422"
}
.fa-compress-arrows-alt:before {
content: "\f78c"
}
.fa-compress-wide:before {
content: "\f326"
}
.fa-concierge-bell:before {
content: "\f562"
}
.fa-confluence:before {
content: "\f78d"
}
.fa-connectdevelop:before {
content: "\f20e"
}
.fa-container-storage:before {
content: "\f4b7"
}
.fa-contao:before {
content: "\f26d"
}
.fa-conveyor-belt:before {
content: "\f46e"
}
.fa-conveyor-belt-alt:before {
content: "\f46f"
}
.fa-cookie:before {
content: "\f563"
}
.fa-cookie-bite:before {
content: "\f564"
}
.fa-copy:before {
content: "\f0c5"
}
.fa-copyright:before {
content: "\f1f9"
}
.fa-corn:before {
content: "\f6c7"
}
.fa-couch:before {
content: "\f4b8"
}
.fa-cow:before {
content: "\f6c8"
}
.fa-cpanel:before {
content: "\f388"
}
.fa-creative-commons:before {
content: "\f25e"
}
.fa-creative-commons-by:before {
content: "\f4e7"
}
.fa-creative-commons-nc:before {
content: "\f4e8"
}
.fa-creative-commons-nc-eu:before {
content: "\f4e9"
}
.fa-creative-commons-nc-jp:before {
content: "\f4ea"
}
.fa-creative-commons-nd:before {
content: "\f4eb"
}
.fa-creative-commons-pd:before {
content: "\f4ec"
}
.fa-creative-commons-pd-alt:before {
content: "\f4ed"
}
.fa-creative-commons-remix:before {
content: "\f4ee"
}
.fa-creative-commons-sa:before {
content: "\f4ef"
}
.fa-creative-commons-sampling:before {
content: "\f4f0"
}
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"
}
.fa-creative-commons-share:before {
content: "\f4f2"
}
.fa-creative-commons-zero:before {
content: "\f4f3"
}
.fa-credit-card:before {
content: "\f09d"
}
.fa-credit-card-blank:before {
content: "\f389"
}
.fa-credit-card-front:before {
content: "\f38a"
}
.fa-cricket:before {
content: "\f449"
}
.fa-critical-role:before {
content: "\f6c9"
}
.fa-crop:before {
content: "\f125"
}
.fa-crop-alt:before {
content: "\f565"
}
.fa-cross:before {
content: "\f654"
}
.fa-crosshairs:before {
content: "\f05b"
}
.fa-crow:before {
content: "\f520"
}
.fa-crown:before {
content: "\f521"
}
.fa-css3:before {
content: "\f13c"
}
.fa-css3-alt:before {
content: "\f38b"
}
.fa-cube:before {
content: "\f1b2"
}
.fa-cubes:before {
content: "\f1b3"
}
.fa-curling:before {
content: "\f44a"
}
.fa-cut:before {
content: "\f0c4"
}
.fa-cuttlefish:before {
content: "\f38c"
}
.fa-d-and-d:before {
content: "\f38d"
}
.fa-d-and-d-beyond:before {
content: "\f6ca"
}
.fa-dagger:before {
content: "\f6cb"
}
.fa-dashcube:before {
content: "\f210"
}
.fa-database:before {
content: "\f1c0"
}
.fa-deaf:before {
content: "\f2a4"
}
.fa-deer:before {
content: "\f78e"
}
.fa-deer-rudolph:before {
content: "\f78f"
}
.fa-delicious:before {
content: "\f1a5"
}
.fa-democrat:before {
content: "\f747"
}
.fa-deploydog:before {
content: "\f38e"
}
.fa-deskpro:before {
content: "\f38f"
}
.fa-desktop:before {
content: "\f108"
}
.fa-desktop-alt:before {
content: "\f390"
}
.fa-dev:before {
content: "\f6cc"
}
.fa-deviantart:before {
content: "\f1bd"
}
.fa-dewpoint:before {
content: "\f748"
}
.fa-dharmachakra:before {
content: "\f655"
}
.fa-dhl:before {
content: "\f790"
}
.fa-diagnoses:before {
content: "\f470"
}
.fa-diamond:before {
content: "\f219"
}
.fa-diaspora:before {
content: "\f791"
}
.fa-dice:before {
content: "\f522"
}
.fa-dice-d10:before {
content: "\f6cd"
}
.fa-dice-d12:before {
content: "\f6ce"
}
.fa-dice-d20:before {
content: "\f6cf"
}
.fa-dice-d4:before {
content: "\f6d0"
}
.fa-dice-d6:before {
content: "\f6d1"
}
.fa-dice-d8:before {
content: "\f6d2"
}
.fa-dice-five:before {
content: "\f523"
}
.fa-dice-four:before {
content: "\f524"
}
.fa-dice-one:before {
content: "\f525"
}
.fa-dice-six:before {
content: "\f526"
}
.fa-dice-three:before {
content: "\f527"
}
.fa-dice-two:before {
content: "\f528"
}
.fa-digg:before {
content: "\f1a6"
}
.fa-digital-ocean:before {
content: "\f391"
}
.fa-digital-tachograph:before {
content: "\f566"
}
.fa-diploma:before {
content: "\f5ea"
}
.fa-directions:before {
content: "\f5eb"
}
.fa-discord:before {
content: "\f392"
}
.fa-discourse:before {
content: "\f393"
}
.fa-divide:before {
content: "\f529"
}
.fa-dizzy:before {
content: "\f567"
}
.fa-dna:before {
content: "\f471"
}
.fa-do-not-enter:before {
content: "\f5ec"
}
.fa-dochub:before {
content: "\f394"
}
.fa-docker:before {
content: "\f395"
}
.fa-dog:before {
content: "\f6d3"
}
.fa-dog-leashed:before {
content: "\f6d4"
}
.fa-dollar-sign:before {
content: "\f155"
}
.fa-dolly:before {
content: "\f472"
}
.fa-dolly-empty:before {
content: "\f473"
}
.fa-dolly-flatbed:before {
content: "\f474"
}
.fa-dolly-flatbed-alt:before {
content: "\f475"
}
.fa-dolly-flatbed-empty:before {
content: "\f476"
}
.fa-donate:before {
content: "\f4b9"
}
.fa-door-closed:before {
content: "\f52a"
}
.fa-door-open:before {
content: "\f52b"
}
.fa-dot-circle:before {
content: "\f192"
}
.fa-dove:before {
content: "\f4ba"
}
.fa-download:before {
content: "\f019"
}
.fa-draft2digital:before {
content: "\f396"
}
.fa-drafting-compass:before {
content: "\f568"
}
.fa-dragon:before {
content: "\f6d5"
}
.fa-draw-circle:before {
content: "\f5ed"
}
.fa-draw-polygon:before {
content: "\f5ee"
}
.fa-draw-square:before {
content: "\f5ef"
}
.fa-dreidel:before {
content: "\f792"
}
.fa-dribbble:before {
content: "\f17d"
}
.fa-dribbble-square:before {
content: "\f397"
}
.fa-dropbox:before {
content: "\f16b"
}
.fa-drum:before {
content: "\f569"
}
.fa-drum-steelpan:before {
content: "\f56a"
}
.fa-drumstick:before {
content: "\f6d6"
}
.fa-drumstick-bite:before {
content: "\f6d7"
}
.fa-drupal:before {
content: "\f1a9"
}
.fa-duck:before {
content: "\f6d8"
}
.fa-dumbbell:before {
content: "\f44b"
}
.fa-dumpster:before {
content: "\f793"
}
.fa-dumpster-fire:before {
content: "\f794"
}
.fa-dungeon:before {
content: "\f6d9"
}
.fa-dyalog:before {
content: "\f399"
}
.fa-ear:before {
content: "\f5f0"
}
.fa-ear-muffs:before {
content: "\f795"
}
.fa-earlybirds:before {
content: "\f39a"
}
.fa-ebay:before {
content: "\f4f4"
}
.fa-eclipse:before {
content: "\f749"
}
.fa-eclipse-alt:before {
content: "\f74a"
}
.fa-edge:before {
content: "\f282"
}
.fa-edit:before {
content: "\f044"
}
.fa-eject:before {
content: "\f052"
}
.fa-elementor:before {
content: "\f430"
}
.fa-elephant:before {
content: "\f6da"
}
.fa-ellipsis-h:before {
content: "\f141"
}
.fa-ellipsis-h-alt:before {
content: "\f39b"
}
.fa-ellipsis-v:before {
content: "\f142"
}
.fa-ellipsis-v-alt:before {
content: "\f39c"
}
.fa-ello:before {
content: "\f5f1"
}
.fa-ember:before {
content: "\f423"
}
.fa-empire:before {
content: "\f1d1"
}
.fa-empty-set:before {
content: "\f656"
}
.fa-engine-warning:before {
content: "\f5f2"
}
.fa-envelope:before {
content: "\f0e0"
}
.fa-envelope-open:before {
content: "\f2b6"
}
.fa-envelope-open-dollar:before {
content: "\f657"
}
.fa-envelope-open-text:before {
content: "\f658"
}
.fa-envelope-square:before {
content: "\f199"
}
.fa-envira:before {
content: "\f299"
}
.fa-equals:before {
content: "\f52c"
}
.fa-eraser:before {
content: "\f12d"
}
.fa-erlang:before {
content: "\f39d"
}
.fa-ethereum:before {
content: "\f42e"
}
.fa-ethernet:before {
content: "\f796"
}
.fa-etsy:before {
content: "\f2d7"
}
.fa-euro-sign:before {
content: "\f153"
}
.fa-exchange:before {
content: "\f0ec"
}
.fa-exchange-alt:before {
content: "\f362"
}
.fa-exclamation:before {
content: "\f12a"
}
.fa-exclamation-circle:before {
content: "\f06a"
}
.fa-exclamation-square:before {
content: "\f321"
}
.fa-exclamation-triangle:before {
content: "\f071"
}
.fa-expand:before {
content: "\f065"
}
.fa-expand-alt:before {
content: "\f424"
}
.fa-expand-arrows:before {
content: "\f31d"
}
.fa-expand-arrows-alt:before {
content: "\f31e"
}
.fa-expand-wide:before {
content: "\f320"
}
.fa-expeditedssl:before {
content: "\f23e"
}
.fa-external-link:before {
content: "\f08e"
}
.fa-external-link-alt:before {
content: "\f35d"
}
.fa-external-link-square:before {
content: "\f14c"
}
.fa-external-link-square-alt:before {
content: "\f360"
}
.fa-eye:before {
content: "\f06e"
}
.fa-eye-dropper:before {
content: "\f1fb"
}
.fa-eye-evil:before {
content: "\f6db"
}
.fa-eye-slash:before {
content: "\f070"
}
.fa-facebook:before {
content: "\f09a"
}
.fa-facebook-f:before {
content: "\f39e"
}
.fa-facebook-messenger:before {
content: "\f39f"
}
.fa-facebook-square:before {
content: "\f082"
}
.fa-fantasy-flight-games:before {
content: "\f6dc"
}
.fa-fast-backward:before {
content: "\f049"
}
.fa-fast-forward:before {
content: "\f050"
}
.fa-fax:before {
content: "\f1ac"
}
.fa-feather:before {
content: "\f52d"
}
.fa-feather-alt:before {
content: "\f56b"
}
.fa-fedex:before {
content: "\f797"
}
.fa-fedora:before {
content: "\f798"
}
.fa-female:before {
content: "\f182"
}
.fa-field-hockey:before {
content: "\f44c"
}
.fa-fighter-jet:before {
content: "\f0fb"
}
.fa-figma:before {
content: "\f799"
}
.fa-file:before {
content: "\f15b"
}
.fa-file-alt:before {
content: "\f15c"
}
.fa-file-archive:before {
content: "\f1c6"
}
.fa-file-audio:before {
content: "\f1c7"
}
.fa-file-certificate:before {
content: "\f5f3"
}
.fa-file-chart-line:before {
content: "\f659"
}
.fa-file-chart-pie:before {
content: "\f65a"
}
.fa-file-check:before {
content: "\f316"
}
.fa-file-code:before {
content: "\f1c9"
}
.fa-file-contract:before {
content: "\f56c"
}
.fa-file-csv:before {
content: "\f6dd"
}
.fa-file-download:before {
content: "\f56d"
}
.fa-file-edit:before {
content: "\f31c"
}
.fa-file-excel:before {
content: "\f1c3"
}
.fa-file-exclamation:before {
content: "\f31a"
}
.fa-file-export:before {
content: "\f56e"
}
.fa-file-image:before {
content: "\f1c5"
}
.fa-file-import:before {
content: "\f56f"
}
.fa-file-invoice:before {
content: "\f570"
}
.fa-file-invoice-dollar:before {
content: "\f571"
}
.fa-file-medical:before {
content: "\f477"
}
.fa-file-medical-alt:before {
content: "\f478"
}
.fa-file-minus:before {
content: "\f318"
}
.fa-file-pdf:before {
content: "\f1c1"
}
.fa-file-plus:before {
content: "\f319"
}
.fa-file-powerpoint:before {
content: "\f1c4"
}
.fa-file-prescription:before {
content: "\f572"
}
.fa-file-signature:before {
content: "\f573"
}
.fa-file-spreadsheet:before {
content: "\f65b"
}
.fa-file-times:before {
content: "\f317"
}
.fa-file-upload:before {
content: "\f574"
}
.fa-file-user:before {
content: "\f65c"
}
.fa-file-video:before {
content: "\f1c8"
}
.fa-file-word:before {
content: "\f1c2"
}
.fa-fill:before {
content: "\f575"
}
.fa-fill-drip:before {
content: "\f576"
}
.fa-film:before {
content: "\f008"
}
.fa-film-alt:before {
content: "\f3a0"
}
.fa-filter:before {
content: "\f0b0"
}
.fa-fingerprint:before {
content: "\f577"
}
.fa-fire:before {
content: "\f06d"
}
.fa-fire-alt:before {
content: "\f7e4"
}
.fa-fire-extinguisher:before {
content: "\f134"
}
.fa-fire-smoke:before {
content: "\f74b"
}
.fa-firefox:before {
content: "\f269"
}
.fa-fireplace:before {
content: "\f79a"
}
.fa-first-aid:before {
content: "\f479"
}
.fa-first-order:before {
content: "\f2b0"
}
.fa-first-order-alt:before {
content: "\f50a"
}
.fa-firstdraft:before {
content: "\f3a1"
}
.fa-fish:before {
content: "\f578"
}
.fa-fist-raised:before {
content: "\f6de"
}
.fa-flag:before {
content: "\f024"
}
.fa-flag-alt:before {
content: "\f74c"
}
.fa-flag-checkered:before {
content: "\f11e"
}
.fa-flag-usa:before {
content: "\f74d"
}
.fa-flame:before {
content: "\f6df"
}
.fa-flask:before {
content: "\f0c3"
}
.fa-flask-poison:before {
content: "\f6e0"
}
.fa-flask-potion:before {
content: "\f6e1"
}
.fa-flickr:before {
content: "\f16e"
}
.fa-flipboard:before {
content: "\f44d"
}
.fa-flushed:before {
content: "\f579"
}
.fa-fly:before {
content: "\f417"
}
.fa-fog:before {
content: "\f74e"
}
.fa-folder:before {
content: "\f07b"
}
.fa-folder-minus:before {
content: "\f65d"
}
.fa-folder-open:before {
content: "\f07c"
}
.fa-folder-plus:before {
content: "\f65e"
}
.fa-folder-times:before {
content: "\f65f"
}
.fa-folders:before {
content: "\f660"
}
.fa-font:before {
content: "\f031"
}
.fa-font-awesome:before {
content: "\f2b4"
}
.fa-font-awesome-alt:before {
content: "\f35c"
}
.fa-font-awesome-flag:before {
content: "\f425"
}
.fa-font-awesome-logo-full:before {
content: "\f4e6"
}
.fa-fonticons:before {
content: "\f280"
}
.fa-fonticons-fi:before {
content: "\f3a2"
}
.fa-football-ball:before {
content: "\f44e"
}
.fa-football-helmet:before {
content: "\f44f"
}
.fa-forklift:before {
content: "\f47a"
}
.fa-fort-awesome:before {
content: "\f286"
}
.fa-fort-awesome-alt:before {
content: "\f3a3"
}
.fa-forumbee:before {
content: "\f211"
}
.fa-forward:before {
content: "\f04e"
}
.fa-foursquare:before {
content: "\f180"
}
.fa-fragile:before {
content: "\f4bb"
}
.fa-free-code-camp:before {
content: "\f2c5"
}
.fa-freebsd:before {
content: "\f3a4"
}
.fa-frog:before {
content: "\f52e"
}
.fa-frosty-head:before {
content: "\f79b"
}
.fa-frown:before {
content: "\f119"
}
.fa-frown-open:before {
content: "\f57a"
}
.fa-fulcrum:before {
content: "\f50b"
}
.fa-function:before {
content: "\f661"
}
.fa-funnel-dollar:before {
content: "\f662"
}
.fa-futbol:before {
content: "\f1e3"
}
.fa-galactic-republic:before {
content: "\f50c"
}
.fa-galactic-senate:before {
content: "\f50d"
}
.fa-gamepad:before {
content: "\f11b"
}
.fa-gas-pump:before {
content: "\f52f"
}
.fa-gas-pump-slash:before {
content: "\f5f4"
}
.fa-gavel:before {
content: "\f0e3"
}
.fa-gem:before {
content: "\f3a5"
}
.fa-genderless:before {
content: "\f22d"
}
.fa-get-pocket:before {
content: "\f265"
}
.fa-gg:before {
content: "\f260"
}
.fa-gg-circle:before {
content: "\f261"
}
.fa-ghost:before {
content: "\f6e2"
}
.fa-gift:before {
content: "\f06b"
}
.fa-gift-card:before {
content: "\f663"
}
.fa-gifts:before {
content: "\f79c"
}
.fa-gingerbread-man:before {
content: "\f79d"
}
.fa-git:before {
content: "\f1d3"
}
.fa-git-square:before {
content: "\f1d2"
}
.fa-github:before {
content: "\f09b"
}
.fa-github-alt:before {
content: "\f113"
}
.fa-github-square:before {
content: "\f092"
}
.fa-gitkraken:before {
content: "\f3a6"
}
.fa-gitlab:before {
content: "\f296"
}
.fa-gitter:before {
content: "\f426"
}
.fa-glass-champagne:before {
content: "\f79e"
}
.fa-glass-cheers:before {
content: "\f79f"
}
.fa-glass-martini:before {
content: "\f000"
}
.fa-glass-martini-alt:before {
content: "\f57b"
}
.fa-glass-whiskey:before {
content: "\f7a0"
}
.fa-glass-whiskey-rocks:before {
content: "\f7a1"
}
.fa-glasses:before {
content: "\f530"
}
.fa-glasses-alt:before {
content: "\f5f5"
}
.fa-glide:before {
content: "\f2a5"
}
.fa-glide-g:before {
content: "\f2a6"
}
.fa-globe:before {
content: "\f0ac"
}
.fa-globe-africa:before {
content: "\f57c"
}
.fa-globe-americas:before {
content: "\f57d"
}
.fa-globe-asia:before {
content: "\f57e"
}
.fa-globe-europe:before {
content: "\f7a2"
}
.fa-globe-snow:before {
content: "\f7a3"
}
.fa-globe-stand:before {
content: "\f5f6"
}
.fa-gofore:before {
content: "\f3a7"
}
.fa-golf-ball:before {
content: "\f450"
}
.fa-golf-club:before {
content: "\f451"
}
.fa-goodreads:before {
content: "\f3a8"
}
.fa-goodreads-g:before {
content: "\f3a9"
}
.fa-google:before {
content: "\f1a0"
}
.fa-google-drive:before {
content: "\f3aa"
}
.fa-google-play:before {
content: "\f3ab"
}
.fa-google-plus:before {
content: "\f2b3"
}
.fa-google-plus-g:before {
content: "\f0d5"
}
.fa-google-plus-square:before {
content: "\f0d4"
}
.fa-google-wallet:before {
content: "\f1ee"
}
.fa-gopuram:before {
content: "\f664"
}
.fa-graduation-cap:before {
content: "\f19d"
}
.fa-gratipay:before {
content: "\f184"
}
.fa-grav:before {
content: "\f2d6"
}
.fa-greater-than:before {
content: "\f531"
}
.fa-greater-than-equal:before {
content: "\f532"
}
.fa-grimace:before {
content: "\f57f"
}
.fa-grin:before {
content: "\f580"
}
.fa-grin-alt:before {
content: "\f581"
}
.fa-grin-beam:before {
content: "\f582"
}
.fa-grin-beam-sweat:before {
content: "\f583"
}
.fa-grin-hearts:before {
content: "\f584"
}
.fa-grin-squint:before {
content: "\f585"
}
.fa-grin-squint-tears:before {
content: "\f586"
}
.fa-grin-stars:before {
content: "\f587"
}
.fa-grin-tears:before {
content: "\f588"
}
.fa-grin-tongue:before {
content: "\f589"
}
.fa-grin-tongue-squint:before {
content: "\f58a"
}
.fa-grin-tongue-wink:before {
content: "\f58b"
}
.fa-grin-wink:before {
content: "\f58c"
}
.fa-grip-horizontal:before {
content: "\f58d"
}
.fa-grip-lines:before {
content: "\f7a4"
}
.fa-grip-lines-vertical:before {
content: "\f7a5"
}
.fa-grip-vertical:before {
content: "\f58e"
}
.fa-gripfire:before {
content: "\f3ac"
}
.fa-grunt:before {
content: "\f3ad"
}
.fa-guitar:before {
content: "\f7a6"
}
.fa-gulp:before {
content: "\f3ae"
}
.fa-h-square:before {
content: "\f0fd"
}
.fa-h1:before {
content: "\f313"
}
.fa-h2:before {
content: "\f314"
}
.fa-h3:before {
content: "\f315"
}
.fa-hacker-news:before {
content: "\f1d4"
}
.fa-hacker-news-square:before {
content: "\f3af"
}
.fa-hackerrank:before {
content: "\f5f7"
}
.fa-hammer:before {
content: "\f6e3"
}
.fa-hammer-war:before {
content: "\f6e4"
}
.fa-hamsa:before {
content: "\f665"
}
.fa-hand-heart:before {
content: "\f4bc"
}
.fa-hand-holding:before {
content: "\f4bd"
}
.fa-hand-holding-box:before {
content: "\f47b"
}
.fa-hand-holding-heart:before {
content: "\f4be"
}
.fa-hand-holding-magic:before {
content: "\f6e5"
}
.fa-hand-holding-seedling:before {
content: "\f4bf"
}
.fa-hand-holding-usd:before {
content: "\f4c0"
}
.fa-hand-holding-water:before {
content: "\f4c1"
}
.fa-hand-lizard:before {
content: "\f258"
}
.fa-hand-paper:before {
content: "\f256"
}
.fa-hand-peace:before {
content: "\f25b"
}
.fa-hand-point-down:before {
content: "\f0a7"
}
.fa-hand-point-left:before {
content: "\f0a5"
}
.fa-hand-point-right:before {
content: "\f0a4"
}
.fa-hand-point-up:before {
content: "\f0a6"
}
.fa-hand-pointer:before {
content: "\f25a"
}
.fa-hand-receiving:before {
content: "\f47c"
}
.fa-hand-rock:before {
content: "\f255"
}
.fa-hand-scissors:before {
content: "\f257"
}
.fa-hand-spock:before {
content: "\f259"
}
.fa-hands:before {
content: "\f4c2"
}
.fa-hands-heart:before {
content: "\f4c3"
}
.fa-hands-helping:before {
content: "\f4c4"
}
.fa-hands-usd:before {
content: "\f4c5"
}
.fa-handshake:before {
content: "\f2b5"
}
.fa-handshake-alt:before {
content: "\f4c6"
}
.fa-hanukiah:before {
content: "\f6e6"
}
.fa-hashtag:before {
content: "\f292"
}
.fa-hat-santa:before {
content: "\f7a7"
}
.fa-hat-winter:before {
content: "\f7a8"
}
.fa-hat-witch:before {
content: "\f6e7"
}
.fa-hat-wizard:before {
content: "\f6e8"
}
.fa-haykal:before {
content: "\f666"
}
.fa-hdd:before {
content: "\f0a0"
}
.fa-head-side:before {
content: "\f6e9"
}
.fa-head-vr:before {
content: "\f6ea"
}
.fa-heading:before {
content: "\f1dc"
}
.fa-headphones:before {
content: "\f025"
}
.fa-headphones-alt:before {
content: "\f58f"
}
.fa-headset:before {
content: "\f590"
}
.fa-heart:before {
content: "\f004"
}
.fa-heart-broken:before {
content: "\f7a9"
}
.fa-heart-circle:before {
content: "\f4c7"
}
.fa-heart-rate:before {
content: "\f5f8"
}
.fa-heart-square:before {
content: "\f4c8"
}
.fa-heartbeat:before {
content: "\f21e"
}
.fa-helicopter:before {
content: "\f533"
}
.fa-helmet-battle:before {
content: "\f6eb"
}
.fa-hexagon:before {
content: "\f312"
}
.fa-highlighter:before {
content: "\f591"
}
.fa-hiking:before {
content: "\f6ec"
}
.fa-hippo:before {
content: "\f6ed"
}
.fa-hips:before {
content: "\f452"
}
.fa-hire-a-helper:before {
content: "\f3b0"
}
.fa-history:before {
content: "\f1da"
}
.fa-hockey-mask:before {
content: "\f6ee"
}
.fa-hockey-puck:before {
content: "\f453"
}
.fa-hockey-sticks:before {
content: "\f454"
}
.fa-holly-berry:before {
content: "\f7aa"
}
.fa-home:before {
content: "\f015"
}
.fa-home-heart:before {
content: "\f4c9"
}
.fa-hood-cloak:before {
content: "\f6ef"
}
.fa-hooli:before {
content: "\f427"
}
.fa-hornbill:before {
content: "\f592"
}
.fa-horse:before {
content: "\f6f0"
}
.fa-horse-head:before {
content: "\f7ab"
}
.fa-hospital:before {
content: "\f0f8"
}
.fa-hospital-alt:before {
content: "\f47d"
}
.fa-hospital-symbol:before {
content: "\f47e"
}
.fa-hot-tub:before {
content: "\f593"
}
.fa-hotel:before {
content: "\f594"
}
.fa-hotjar:before {
content: "\f3b1"
}
.fa-hourglass:before {
content: "\f254"
}
.fa-hourglass-end:before {
content: "\f253"
}
.fa-hourglass-half:before {
content: "\f252"
}
.fa-hourglass-start:before {
content: "\f251"
}
.fa-house-damage:before {
content: "\f6f1"
}
.fa-house-flood:before {
content: "\f74f"
}
.fa-houzz:before {
content: "\f27c"
}
.fa-hryvnia:before {
content: "\f6f2"
}
.fa-html5:before {
content: "\f13b"
}
.fa-hubspot:before {
content: "\f3b2"
}
.fa-humidity:before {
content: "\f750"
}
.fa-hurricane:before {
content: "\f751"
}
.fa-i-cursor:before {
content: "\f246"
}
.fa-ice-skate:before {
content: "\f7ac"
}
.fa-icicles:before {
content: "\f7ad"
}
.fa-id-badge:before {
content: "\f2c1"
}
.fa-id-card:before {
content: "\f2c2"
}
.fa-id-card-alt:before {
content: "\f47f"
}
.fa-igloo:before {
content: "\f7ae"
}
.fa-image:before {
content: "\f03e"
}
.fa-images:before {
content: "\f302"
}
.fa-imdb:before {
content: "\f2d8"
}
.fa-inbox:before {
content: "\f01c"
}
.fa-inbox-in:before {
content: "\f310"
}
.fa-inbox-out:before {
content: "\f311"
}
.fa-indent:before {
content: "\f03c"
}
.fa-industry:before {
content: "\f275"
}
.fa-industry-alt:before {
content: "\f3b3"
}
.fa-infinity:before {
content: "\f534"
}
.fa-info:before {
content: "\f129"
}
.fa-info-circle:before {
content: "\f05a"
}
.fa-info-square:before {
content: "\f30f"
}
.fa-inhaler:before {
content: "\f5f9"
}
.fa-instagram:before {
content: "\f16d"
}
.fa-integral:before {
content: "\f667"
}
.fa-intercom:before {
content: "\f7af"
}
.fa-internet-explorer:before {
content: "\f26b"
}
.fa-intersection:before {
content: "\f668"
}
.fa-inventory:before {
content: "\f480"
}
.fa-invision:before {
content: "\f7b0"
}
.fa-ioxhost:before {
content: "\f208"
}
.fa-italic:before {
content: "\f033"
}
.fa-itunes:before {
content: "\f3b4"
}
.fa-itunes-note:before {
content: "\f3b5"
}
.fa-jack-o-lantern:before {
content: "\f30e"
}
.fa-java:before {
content: "\f4e4"
}
.fa-jedi:before {
content: "\f669"
}
.fa-jedi-order:before {
content: "\f50e"
}
.fa-jenkins:before {
content: "\f3b6"
}
.fa-jira:before {
content: "\f7b1"
}
.fa-joget:before {
content: "\f3b7"
}
.fa-joint:before {
content: "\f595"
}
.fa-joomla:before {
content: "\f1aa"
}
.fa-journal-whills:before {
content: "\f66a"
}
.fa-js:before {
content: "\f3b8"
}
.fa-js-square:before {
content: "\f3b9"
}
.fa-jsfiddle:before {
content: "\f1cc"
}
.fa-kaaba:before {
content: "\f66b"
}
.fa-kaggle:before {
content: "\f5fa"
}
.fa-key:before {
content: "\f084"
}
.fa-key-skeleton:before {
content: "\f6f3"
}
.fa-keybase:before {
content: "\f4f5"
}
.fa-keyboard:before {
content: "\f11c"
}
.fa-keycdn:before {
content: "\f3ba"
}
.fa-keynote:before {
content: "\f66c"
}
.fa-khanda:before {
content: "\f66d"
}
.fa-kickstarter:before {
content: "\f3bb"
}
.fa-kickstarter-k:before {
content: "\f3bc"
}
.fa-kidneys:before {
content: "\f5fb"
}
.fa-kiss:before {
content: "\f596"
}
.fa-kiss-beam:before {
content: "\f597"
}
.fa-kiss-wink-heart:before {
content: "\f598"
}
.fa-kite:before {
content: "\f6f4"
}
.fa-kiwi-bird:before {
content: "\f535"
}
.fa-knife-kitchen:before {
content: "\f6f5"
}
.fa-korvue:before {
content: "\f42f"
}
.fa-lambda:before {
content: "\f66e"
}
.fa-lamp:before {
content: "\f4ca"
}
.fa-landmark:before {
content: "\f66f"
}
.fa-landmark-alt:before {
content: "\f752"
}
.fa-language:before {
content: "\f1ab"
}
.fa-laptop:before {
content: "\f109"
}
.fa-laptop-code:before {
content: "\f5fc"
}
.fa-laravel:before {
content: "\f3bd"
}
.fa-lastfm:before {
content: "\f202"
}
.fa-lastfm-square:before {
content: "\f203"
}
.fa-laugh:before {
content: "\f599"
}
.fa-laugh-beam:before {
content: "\f59a"
}
.fa-laugh-squint:before {
content: "\f59b"
}
.fa-laugh-wink:before {
content: "\f59c"
}
.fa-layer-group:before {
content: "\f5fd"
}
.fa-layer-minus:before {
content: "\f5fe"
}
.fa-layer-plus:before {
content: "\f5ff"
}
.fa-leaf:before {
content: "\f06c"
}
.fa-leaf-heart:before {
content: "\f4cb"
}
.fa-leaf-maple:before {
content: "\f6f6"
}
.fa-leaf-oak:before {
content: "\f6f7"
}
.fa-leanpub:before {
content: "\f212"
}
.fa-lemon:before {
content: "\f094"
}
.fa-less:before {
content: "\f41d"
}
.fa-less-than:before {
content: "\f536"
}
.fa-less-than-equal:before {
content: "\f537"
}
.fa-level-down:before {
content: "\f149"
}
.fa-level-down-alt:before {
content: "\f3be"
}
.fa-level-up:before {
content: "\f148"
}
.fa-level-up-alt:before {
content: "\f3bf"
}
.fa-life-ring:before {
content: "\f1cd"
}
.fa-lightbulb:before {
content: "\f0eb"
}
.fa-lightbulb-dollar:before {
content: "\f670"
}
.fa-lightbulb-exclamation:before {
content: "\f671"
}
.fa-lightbulb-on:before {
content: "\f672"
}
.fa-lightbulb-slash:before {
content: "\f673"
}
.fa-lights-holiday:before {
content: "\f7b2"
}
.fa-line:before {
content: "\f3c0"
}
.fa-link:before {
content: "\f0c1"
}
.fa-linkedin:before {
content: "\f08c"
}
.fa-linkedin-in:before {
content: "\f0e1"
}
.fa-linode:before {
content: "\f2b8"
}
.fa-linux:before {
content: "\f17c"
}
.fa-lips:before {
content: "\f600"
}
.fa-lira-sign:before {
content: "\f195"
}
.fa-list:before {
content: "\f03a"
}
.fa-list-alt:before {
content: "\f022"
}
.fa-list-ol:before {
content: "\f0cb"
}
.fa-list-ul:before {
content: "\f0ca"
}
.fa-location:before {
content: "\f601"
}
.fa-location-arrow:before {
content: "\f124"
}
.fa-location-circle:before {
content: "\f602"
}
.fa-location-slash:before {
content: "\f603"
}
.fa-lock:before {
content: "\f023"
}
.fa-lock-alt:before {
content: "\f30d"
}
.fa-lock-open:before {
content: "\f3c1"
}
.fa-lock-open-alt:before {
content: "\f3c2"
}
.fa-long-arrow-alt-down:before {
content: "\f309"
}
.fa-long-arrow-alt-left:before {
content: "\f30a"
}
.fa-long-arrow-alt-right:before {
content: "\f30b"
}
.fa-long-arrow-alt-up:before {
content: "\f30c"
}
.fa-long-arrow-down:before {
content: "\f175"
}
.fa-long-arrow-left:before {
content: "\f177"
}
.fa-long-arrow-right:before {
content: "\f178"
}
.fa-long-arrow-up:before {
content: "\f176"
}
.fa-loveseat:before {
content: "\f4cc"
}
.fa-low-vision:before {
content: "\f2a8"
}
.fa-luchador:before {
content: "\f455"
}
.fa-luggage-cart:before {
content: "\f59d"
}
.fa-lungs:before {
content: "\f604"
}
.fa-lyft:before {
content: "\f3c3"
}
.fa-mace:before {
content: "\f6f8"
}
.fa-magento:before {
content: "\f3c4"
}
.fa-magic:before {
content: "\f0d0"
}
.fa-magnet:before {
content: "\f076"
}
.fa-mail-bulk:before {
content: "\f674"
}
.fa-mailchimp:before {
content: "\f59e"
}
.fa-male:before {
content: "\f183"
}
.fa-mandalorian:before {
content: "\f50f"
}
.fa-mandolin:before {
content: "\f6f9"
}
.fa-map:before {
content: "\f279"
}
.fa-map-marked:before {
content: "\f59f"
}
.fa-map-marked-alt:before {
content: "\f5a0"
}
.fa-map-marker:before {
content: "\f041"
}
.fa-map-marker-alt:before {
content: "\f3c5"
}
.fa-map-marker-alt-slash:before {
content: "\f605"
}
.fa-map-marker-check:before {
content: "\f606"
}
.fa-map-marker-edit:before {
content: "\f607"
}
.fa-map-marker-exclamation:before {
content: "\f608"
}
.fa-map-marker-minus:before {
content: "\f609"
}
.fa-map-marker-plus:before {
content: "\f60a"
}
.fa-map-marker-question:before {
content: "\f60b"
}
.fa-map-marker-slash:before {
content: "\f60c"
}
.fa-map-marker-smile:before {
content: "\f60d"
}
.fa-map-marker-times:before {
content: "\f60e"
}
.fa-map-pin:before {
content: "\f276"
}
.fa-map-signs:before {
content: "\f277"
}
.fa-markdown:before {
content: "\f60f"
}
.fa-marker:before {
content: "\f5a1"
}
.fa-mars:before {
content: "\f222"
}
.fa-mars-double:before {
content: "\f227"
}
.fa-mars-stroke:before {
content: "\f229"
}
.fa-mars-stroke-h:before {
content: "\f22b"
}
.fa-mars-stroke-v:before {
content: "\f22a"
}
.fa-mask:before {
content: "\f6fa"
}
.fa-mastodon:before {
content: "\f4f6"
}
.fa-maxcdn:before {
content: "\f136"
}
.fa-medal:before {
content: "\f5a2"
}
.fa-medapps:before {
content: "\f3c6"
}
.fa-medium:before {
content: "\f23a"
}
.fa-medium-m:before {
content: "\f3c7"
}
.fa-medkit:before {
content: "\f0fa"
}
.fa-medrt:before {
content: "\f3c8"
}
.fa-meetup:before {
content: "\f2e0"
}
.fa-megaphone:before {
content: "\f675"
}
.fa-megaport:before {
content: "\f5a3"
}
.fa-meh:before {
content: "\f11a"
}
.fa-meh-blank:before {
content: "\f5a4"
}
.fa-meh-rolling-eyes:before {
content: "\f5a5"
}
.fa-memory:before {
content: "\f538"
}
.fa-mendeley:before {
content: "\f7b3"
}
.fa-menorah:before {
content: "\f676"
}
.fa-mercury:before {
content: "\f223"
}
.fa-meteor:before {
content: "\f753"
}
.fa-microchip:before {
content: "\f2db"
}
.fa-microphone:before {
content: "\f130"
}
.fa-microphone-alt:before {
content: "\f3c9"
}
.fa-microphone-alt-slash:before {
content: "\f539"
}
.fa-microphone-slash:before {
content: "\f131"
}
.fa-microscope:before {
content: "\f610"
}
.fa-microsoft:before {
content: "\f3ca"
}
.fa-mind-share:before {
content: "\f677"
}
.fa-minus:before {
content: "\f068"
}
.fa-minus-circle:before {
content: "\f056"
}
.fa-minus-hexagon:before {
content: "\f307"
}
.fa-minus-octagon:before {
content: "\f308"
}
.fa-minus-square:before {
content: "\f146"
}
.fa-mistletoe:before {
content: "\f7b4"
}
.fa-mitten:before {
content: "\f7b5"
}
.fa-mix:before {
content: "\f3cb"
}
.fa-mixcloud:before {
content: "\f289"
}
.fa-mizuni:before {
content: "\f3cc"
}
.fa-mobile:before {
content: "\f10b"
}
.fa-mobile-alt:before {
content: "\f3cd"
}
.fa-mobile-android:before {
content: "\f3ce"
}
.fa-mobile-android-alt:before {
content: "\f3cf"
}
.fa-modx:before {
content: "\f285"
}
.fa-monero:before {
content: "\f3d0"
}
.fa-money-bill:before {
content: "\f0d6"
}
.fa-money-bill-alt:before {
content: "\f3d1"
}
.fa-money-bill-wave:before {
content: "\f53a"
}
.fa-money-bill-wave-alt:before {
content: "\f53b"
}
.fa-money-check:before {
content: "\f53c"
}
.fa-money-check-alt:before {
content: "\f53d"
}
.fa-monitor-heart-rate:before {
content: "\f611"
}
.fa-monkey:before {
content: "\f6fb"
}
.fa-monument:before {
content: "\f5a6"
}
.fa-moon:before {
content: "\f186"
}
.fa-moon-cloud:before {
content: "\f754"
}
.fa-moon-stars:before {
content: "\f755"
}
.fa-mortar-pestle:before {
content: "\f5a7"
}
.fa-mosque:before {
content: "\f678"
}
.fa-motorcycle:before {
content: "\f21c"
}
.fa-mountain:before {
content: "\f6fc"
}
.fa-mountains:before {
content: "\f6fd"
}
.fa-mouse-pointer:before {
content: "\f245"
}
.fa-mug-hot:before {
content: "\f7b6"
}
.fa-mug-marshmallows:before {
content: "\f7b7"
}
.fa-music:before {
content: "\f001"
}
.fa-napster:before {
content: "\f3d2"
}
.fa-narwhal:before {
content: "\f6fe"
}
.fa-neos:before {
content: "\f612"
}
.fa-network-wired:before {
content: "\f6ff"
}
.fa-neuter:before {
content: "\f22c"
}
.fa-newspaper:before {
content: "\f1ea"
}
.fa-nimblr:before {
content: "\f5a8"
}
.fa-nintendo-switch:before {
content: "\f418"
}
.fa-node:before {
content: "\f419"
}
.fa-node-js:before {
content: "\f3d3"
}
.fa-not-equal:before {
content: "\f53e"
}
.fa-notes-medical:before {
content: "\f481"
}
.fa-npm:before {
content: "\f3d4"
}
.fa-ns8:before {
content: "\f3d5"
}
.fa-nutritionix:before {
content: "\f3d6"
}
.fa-object-group:before {
content: "\f247"
}
.fa-object-ungroup:before {
content: "\f248"
}
.fa-octagon:before {
content: "\f306"
}
.fa-odnoklassniki:before {
content: "\f263"
}
.fa-odnoklassniki-square:before {
content: "\f264"
}
.fa-oil-can:before {
content: "\f613"
}
.fa-oil-temp:before {
content: "\f614"
}
.fa-old-republic:before {
content: "\f510"
}
.fa-om:before {
content: "\f679"
}
.fa-omega:before {
content: "\f67a"
}
.fa-opencart:before {
content: "\f23d"
}
.fa-openid:before {
content: "\f19b"
}
.fa-opera:before {
content: "\f26a"
}
.fa-optin-monster:before {
content: "\f23c"
}
.fa-ornament:before {
content: "\f7b8"
}
.fa-osi:before {
content: "\f41a"
}
.fa-otter:before {
content: "\f700"
}
.fa-outdent:before {
content: "\f03b"
}
.fa-page4:before {
content: "\f3d7"
}
.fa-pagelines:before {
content: "\f18c"
}
.fa-paint-brush:before {
content: "\f1fc"
}
.fa-paint-brush-alt:before {
content: "\f5a9"
}
.fa-paint-roller:before {
content: "\f5aa"
}
.fa-palette:before {
content: "\f53f"
}
.fa-palfed:before {
content: "\f3d8"
}
.fa-pallet:before {
content: "\f482"
}
.fa-pallet-alt:before {
content: "\f483"
}
.fa-paper-plane:before {
content: "\f1d8"
}
.fa-paperclip:before {
content: "\f0c6"
}
.fa-parachute-box:before {
content: "\f4cd"
}
.fa-paragraph:before {
content: "\f1dd"
}
.fa-parking:before {
content: "\f540"
}
.fa-parking-circle:before {
content: "\f615"
}
.fa-parking-circle-slash:before {
content: "\f616"
}
.fa-parking-slash:before {
content: "\f617"
}
.fa-passport:before {
content: "\f5ab"
}
.fa-pastafarianism:before {
content: "\f67b"
}
.fa-paste:before {
content: "\f0ea"
}
.fa-patreon:before {
content: "\f3d9"
}
.fa-pause:before {
content: "\f04c"
}
.fa-pause-circle:before {
content: "\f28b"
}
.fa-paw:before {
content: "\f1b0"
}
.fa-paw-alt:before {
content: "\f701"
}
.fa-paw-claws:before {
content: "\f702"
}
.fa-paypal:before {
content: "\f1ed"
}
.fa-peace:before {
content: "\f67c"
}
.fa-pegasus:before {
content: "\f703"
}
.fa-pen:before {
content: "\f304"
}
.fa-pen-alt:before {
content: "\f305"
}
.fa-pen-fancy:before {
content: "\f5ac"
}
.fa-pen-nib:before {
content: "\f5ad"
}
.fa-pen-square:before {
content: "\f14b"
}
.fa-pencil:before {
content: "\f040"
}
.fa-pencil-alt:before {
content: "\f303"
}
.fa-pencil-paintbrush:before {
content: "\f618"
}
.fa-pencil-ruler:before {
content: "\f5ae"
}
.fa-pennant:before {
content: "\f456"
}
.fa-penny-arcade:before {
content: "\f704"
}
.fa-people-carry:before {
content: "\f4ce"
}
.fa-percent:before {
content: "\f295"
}
.fa-percentage:before {
content: "\f541"
}
.fa-periscope:before {
content: "\f3da"
}
.fa-person-booth:before {
content: "\f756"
}
.fa-person-carry:before {
content: "\f4cf"
}
.fa-person-dolly:before {
content: "\f4d0"
}
.fa-person-dolly-empty:before {
content: "\f4d1"
}
.fa-person-sign:before {
content: "\f757"
}
.fa-phabricator:before {
content: "\f3db"
}
.fa-phoenix-framework:before {
content: "\f3dc"
}
.fa-phoenix-squadron:before {
content: "\f511"
}
.fa-phone:before {
content: "\f095"
}
.fa-phone-office:before {
content: "\f67d"
}
.fa-phone-plus:before {
content: "\f4d2"
}
.fa-phone-slash:before {
content: "\f3dd"
}
.fa-phone-square:before {
content: "\f098"
}
.fa-phone-volume:before {
content: "\f2a0"
}
.fa-php:before {
content: "\f457"
}
.fa-pi:before {
content: "\f67e"
}
.fa-pie:before {
content: "\f705"
}
.fa-pied-piper:before {
content: "\f2ae"
}
.fa-pied-piper-alt:before {
content: "\f1a8"
}
.fa-pied-piper-hat:before {
content: "\f4e5"
}
.fa-pied-piper-pp:before {
content: "\f1a7"
}
.fa-pig:before {
content: "\f706"
}
.fa-piggy-bank:before {
content: "\f4d3"
}
.fa-pills:before {
content: "\f484"
}
.fa-pinterest:before {
content: "\f0d2"
}
.fa-pinterest-p:before {
content: "\f231"
}
.fa-pinterest-square:before {
content: "\f0d3"
}
.fa-place-of-worship:before {
content: "\f67f"
}
.fa-plane:before {
content: "\f072"
}
.fa-plane-alt:before {
content: "\f3de"
}
.fa-plane-arrival:before {
content: "\f5af"
}
.fa-plane-departure:before {
content: "\f5b0"
}
.fa-play:before {
content: "\f04b"
}
.fa-play-circle:before {
content: "\f144"
}
.fa-playstation:before {
content: "\f3df"
}
.fa-plug:before {
content: "\f1e6"
}
.fa-plus:before {
content: "\f067"
}
.fa-plus-circle:before {
content: "\f055"
}
.fa-plus-hexagon:before {
content: "\f300"
}
.fa-plus-octagon:before {
content: "\f301"
}
.fa-plus-square:before {
content: "\f0fe"
}
.fa-podcast:before {
content: "\f2ce"
}
.fa-podium:before {
content: "\f680"
}
.fa-podium-star:before {
content: "\f758"
}
.fa-poll:before {
content: "\f681"
}
.fa-poll-h:before {
content: "\f682"
}
.fa-poll-people:before {
content: "\f759"
}
.fa-poo:before {
content: "\f2fe"
}
.fa-poo-storm:before {
content: "\f75a"
}
.fa-poop:before {
content: "\f619"
}
.fa-portrait:before {
content: "\f3e0"
}
.fa-pound-sign:before {
content: "\f154"
}
.fa-power-off:before {
content: "\f011"
}
.fa-pray:before {
content: "\f683"
}
.fa-praying-hands:before {
content: "\f684"
}
.fa-prescription:before {
content: "\f5b1"
}
.fa-prescription-bottle:before {
content: "\f485"
}
.fa-prescription-bottle-alt:before {
content: "\f486"
}
.fa-presentation:before {
content: "\f685"
}
.fa-print:before {
content: "\f02f"
}
.fa-print-slash:before {
content: "\f686"
}
.fa-procedures:before {
content: "\f487"
}
.fa-product-hunt:before {
content: "\f288"
}
.fa-project-diagram:before {
content: "\f542"
}
.fa-pumpkin:before {
content: "\f707"
}
.fa-pushed:before {
content: "\f3e1"
}
.fa-puzzle-piece:before {
content: "\f12e"
}
.fa-python:before {
content: "\f3e2"
}
.fa-qq:before {
content: "\f1d6"
}
.fa-qrcode:before {
content: "\f029"
}
.fa-question:before {
content: "\f128"
}
.fa-question-circle:before {
content: "\f059"
}
.fa-question-square:before {
content: "\f2fd"
}
.fa-quidditch:before {
content: "\f458"
}
.fa-quinscape:before {
content: "\f459"
}
.fa-quora:before {
content: "\f2c4"
}
.fa-quote-left:before {
content: "\f10d"
}
.fa-quote-right:before {
content: "\f10e"
}
.fa-quran:before {
content: "\f687"
}
.fa-r-project:before {
content: "\f4f7"
}
.fa-rabbit:before {
content: "\f708"
}
.fa-rabbit-fast:before {
content: "\f709"
}
.fa-racquet:before {
content: "\f45a"
}
.fa-radiation:before {
content: "\f7b9"
}
.fa-radiation-alt:before {
content: "\f7ba"
}
.fa-rainbow:before {
content: "\f75b"
}
.fa-raindrops:before {
content: "\f75c"
}
.fa-ram:before {
content: "\f70a"
}
.fa-ramp-loading:before {
content: "\f4d4"
}
.fa-random:before {
content: "\f074"
}
.fa-raspberry-pi:before {
content: "\f7bb"
}
.fa-ravelry:before {
content: "\f2d9"
}
.fa-react:before {
content: "\f41b"
}
.fa-reacteurope:before {
content: "\f75d"
}
.fa-readme:before {
content: "\f4d5"
}
.fa-rebel:before {
content: "\f1d0"
}
.fa-receipt:before {
content: "\f543"
}
.fa-rectangle-landscape:before {
content: "\f2fa"
}
.fa-rectangle-portrait:before {
content: "\f2fb"
}
.fa-rectangle-wide:before {
content: "\f2fc"
}
.fa-recycle:before {
content: "\f1b8"
}
.fa-red-river:before {
content: "\f3e3"
}
.fa-reddit:before {
content: "\f1a1"
}
.fa-reddit-alien:before {
content: "\f281"
}
.fa-reddit-square:before {
content: "\f1a2"
}
.fa-redhat:before {
content: "\f7bc"
}
.fa-redo:before {
content: "\f01e"
}
.fa-redo-alt:before {
content: "\f2f9"
}
.fa-registered:before {
content: "\f25d"
}
.fa-renren:before {
content: "\f18b"
}
.fa-repeat:before {
content: "\f363"
}
.fa-repeat-1:before {
content: "\f365"
}
.fa-repeat-1-alt:before {
content: "\f366"
}
.fa-repeat-alt:before {
content: "\f364"
}
.fa-reply:before {
content: "\f3e5"
}
.fa-reply-all:before {
content: "\f122"
}
.fa-replyd:before {
content: "\f3e6"
}
.fa-republican:before {
content: "\f75e"
}
.fa-researchgate:before {
content: "\f4f8"
}
.fa-resolving:before {
content: "\f3e7"
}
.fa-restroom:before {
content: "\f7bd"
}
.fa-retweet:before {
content: "\f079"
}
.fa-retweet-alt:before {
content: "\f361"
}
.fa-rev:before {
content: "\f5b2"
}
.fa-ribbon:before {
content: "\f4d6"
}
.fa-ring:before {
content: "\f70b"
}
.fa-road:before {
content: "\f018"
}
.fa-robot:before {
content: "\f544"
}
.fa-rocket:before {
content: "\f135"
}
.fa-rocketchat:before {
content: "\f3e8"
}
.fa-rockrms:before {
content: "\f3e9"
}
.fa-route:before {
content: "\f4d7"
}
.fa-route-highway:before {
content: "\f61a"
}
.fa-route-interstate:before {
content: "\f61b"
}
.fa-rss:before {
content: "\f09e"
}
.fa-rss-square:before {
content: "\f143"
}
.fa-ruble-sign:before {
content: "\f158"
}
.fa-ruler:before {
content: "\f545"
}
.fa-ruler-combined:before {
content: "\f546"
}
.fa-ruler-horizontal:before {
content: "\f547"
}
.fa-ruler-triangle:before {
content: "\f61c"
}
.fa-ruler-vertical:before {
content: "\f548"
}
.fa-running:before {
content: "\f70c"
}
.fa-rupee-sign:before {
content: "\f156"
}
.fa-rv:before {
content: "\f7be"
}
.fa-sad-cry:before {
content: "\f5b3"
}
.fa-sad-tear:before {
content: "\f5b4"
}
.fa-safari:before {
content: "\f267"
}
.fa-sass:before {
content: "\f41e"
}
.fa-satellite:before {
content: "\f7bf"
}
.fa-satellite-dish:before {
content: "\f7c0"
}
.fa-save:before {
content: "\f0c7"
}
.fa-scalpel:before {
content: "\f61d"
}
.fa-scalpel-path:before {
content: "\f61e"
}
.fa-scanner:before {
content: "\f488"
}
.fa-scanner-keyboard:before {
content: "\f489"
}
.fa-scanner-touchscreen:before {
content: "\f48a"
}
.fa-scarecrow:before {
content: "\f70d"
}
.fa-scarf:before {
content: "\f7c1"
}
.fa-schlix:before {
content: "\f3ea"
}
.fa-school:before {
content: "\f549"
}
.fa-screwdriver:before {
content: "\f54a"
}
.fa-scribd:before {
content: "\f28a"
}
.fa-scroll:before {
content: "\f70e"
}
.fa-scroll-old:before {
content: "\f70f"
}
.fa-scrubber:before {
content: "\f2f8"
}
.fa-scythe:before {
content: "\f710"
}
.fa-sd-card:before {
content: "\f7c2"
}
.fa-search:before {
content: "\f002"
}
.fa-search-dollar:before {
content: "\f688"
}
.fa-search-location:before {
content: "\f689"
}
.fa-search-minus:before {
content: "\f010"
}
.fa-search-plus:before {
content: "\f00e"
}
.fa-searchengin:before {
content: "\f3eb"
}
.fa-seedling:before {
content: "\f4d8"
}
.fa-sellcast:before {
content: "\f2da"
}
.fa-sellsy:before {
content: "\f213"
}
.fa-server:before {
content: "\f233"
}
.fa-servicestack:before {
content: "\f3ec"
}
.fa-shapes:before {
content: "\f61f"
}
.fa-share:before {
content: "\f064"
}
.fa-share-all:before {
content: "\f367"
}
.fa-share-alt:before {
content: "\f1e0"
}
.fa-share-alt-square:before {
content: "\f1e1"
}
.fa-share-square:before {
content: "\f14d"
}
.fa-sheep:before {
content: "\f711"
}
.fa-shekel-sign:before {
content: "\f20b"
}
.fa-shield:before {
content: "\f132"
}
.fa-shield-alt:before {
content: "\f3ed"
}
.fa-shield-check:before {
content: "\f2f7"
}
.fa-shield-cross:before {
content: "\f712"
}
.fa-ship:before {
content: "\f21a"
}
.fa-shipping-fast:before {
content: "\f48b"
}
.fa-shipping-timed:before {
content: "\f48c"
}
.fa-shirtsinbulk:before {
content: "\f214"
}
.fa-shoe-prints:before {
content: "\f54b"
}
.fa-shopping-bag:before {
content: "\f290"
}
.fa-shopping-basket:before {
content: "\f291"
}
.fa-shopping-cart:before {
content: "\f07a"
}
.fa-shopware:before {
content: "\f5b5"
}
.fa-shovel:before {
content: "\f713"
}
.fa-shovel-snow:before {
content: "\f7c3"
}
.fa-shower:before {
content: "\f2cc"
}
.fa-shredder:before {
content: "\f68a"
}
.fa-shuttle-van:before {
content: "\f5b6"
}
.fa-shuttlecock:before {
content: "\f45b"
}
.fa-sigma:before {
content: "\f68b"
}
.fa-sign:before {
content: "\f4d9"
}
.fa-sign-in:before {
content: "\f090"
}
.fa-sign-in-alt:before {
content: "\f2f6"
}
.fa-sign-language:before {
content: "\f2a7"
}
.fa-sign-out:before {
content: "\f08b"
}
.fa-sign-out-alt:before {
content: "\f2f5"
}
.fa-signal:before {
content: "\f012"
}
.fa-signal-1:before {
content: "\f68c"
}
.fa-signal-2:before {
content: "\f68d"
}
.fa-signal-3:before {
content: "\f68e"
}
.fa-signal-4:before {
content: "\f68f"
}
.fa-signal-alt:before {
content: "\f690"
}
.fa-signal-alt-1:before {
content: "\f691"
}
.fa-signal-alt-2:before {
content: "\f692"
}
.fa-signal-alt-3:before {
content: "\f693"
}
.fa-signal-alt-slash:before {
content: "\f694"
}
.fa-signal-slash:before {
content: "\f695"
}
.fa-signature:before {
content: "\f5b7"
}
.fa-sim-card:before {
content: "\f7c4"
}
.fa-simplybuilt:before {
content: "\f215"
}
.fa-sistrix:before {
content: "\f3ee"
}
.fa-sitemap:before {
content: "\f0e8"
}
.fa-sith:before {
content: "\f512"
}
.fa-skating:before {
content: "\f7c5"
}
.fa-skeleton:before {
content: "\f620"
}
.fa-sketch:before {
content: "\f7c6"
}
.fa-ski-jump:before {
content: "\f7c7"
}
.fa-ski-lift:before {
content: "\f7c8"
}
.fa-skiing:before {
content: "\f7c9"
}
.fa-skiing-nordic:before {
content: "\f7ca"
}
.fa-skull:before {
content: "\f54c"
}
.fa-skull-crossbones:before {
content: "\f714"
}
.fa-skyatlas:before {
content: "\f216"
}
.fa-skype:before {
content: "\f17e"
}
.fa-slack:before {
content: "\f198"
}
.fa-slack-hash:before {
content: "\f3ef"
}
.fa-slash:before {
content: "\f715"
}
.fa-sledding:before {
content: "\f7cb"
}
.fa-sleigh:before {
content: "\f7cc"
}
.fa-sliders-h:before {
content: "\f1de"
}
.fa-sliders-h-square:before {
content: "\f3f0"
}
.fa-sliders-v:before {
content: "\f3f1"
}
.fa-sliders-v-square:before {
content: "\f3f2"
}
.fa-slideshare:before {
content: "\f1e7"
}
.fa-smile:before {
content: "\f118"
}
.fa-smile-beam:before {
content: "\f5b8"
}
.fa-smile-plus:before {
content: "\f5b9"
}
.fa-smile-wink:before {
content: "\f4da"
}
.fa-smog:before {
content: "\f75f"
}
.fa-smoke:before {
content: "\f760"
}
.fa-smoking:before {
content: "\f48d"
}
.fa-smoking-ban:before {
content: "\f54d"
}
.fa-sms:before {
content: "\f7cd"
}
.fa-snake:before {
content: "\f716"
}
.fa-snapchat:before {
content: "\f2ab"
}
.fa-snapchat-ghost:before {
content: "\f2ac"
}
.fa-snapchat-square:before {
content: "\f2ad"
}
.fa-snow-blowing:before {
content: "\f761"
}
.fa-snowboarding:before {
content: "\f7ce"
}
.fa-snowflake:before {
content: "\f2dc"
}
.fa-snowflakes:before {
content: "\f7cf"
}
.fa-snowman:before {
content: "\f7d0"
}
.fa-snowmobile:before {
content: "\f7d1"
}
.fa-snowplow:before {
content: "\f7d2"
}
.fa-socks:before {
content: "\f696"
}
.fa-solar-panel:before {
content: "\f5ba"
}
.fa-sort:before {
content: "\f0dc"
}
.fa-sort-alpha-down:before {
content: "\f15d"
}
.fa-sort-alpha-up:before {
content: "\f15e"
}
.fa-sort-amount-down:before {
content: "\f160"
}
.fa-sort-amount-up:before {
content: "\f161"
}
.fa-sort-down:before {
content: "\f0dd"
}
.fa-sort-numeric-down:before {
content: "\f162"
}
.fa-sort-numeric-up:before {
content: "\f163"
}
.fa-sort-up:before {
content: "\f0de"
}
.fa-soundcloud:before {
content: "\f1be"
}
.fa-sourcetree:before {
content: "\f7d3"
}
.fa-spa:before {
content: "\f5bb"
}
.fa-space-shuttle:before {
content: "\f197"
}
.fa-spade:before {
content: "\f2f4"
}
.fa-speakap:before {
content: "\f3f3"
}
.fa-spider:before {
content: "\f717"
}
.fa-spider-black-widow:before {
content: "\f718"
}
.fa-spider-web:before {
content: "\f719"
}
.fa-spinner:before {
content: "\f110"
}
.fa-spinner-third:before {
content: "\f3f4"
}
.fa-splotch:before {
content: "\f5bc"
}
.fa-spotify:before {
content: "\f1bc"
}
.fa-spray-can:before {
content: "\f5bd"
}
.fa-square:before {
content: "\f0c8"
}
.fa-square-full:before {
content: "\f45c"
}
.fa-square-root:before {
content: "\f697"
}
.fa-square-root-alt:before {
content: "\f698"
}
.fa-squarespace:before {
content: "\f5be"
}
.fa-squirrel:before {
content: "\f71a"
}
.fa-stack-exchange:before {
content: "\f18d"
}
.fa-stack-overflow:before {
content: "\f16c"
}
.fa-staff:before {
content: "\f71b"
}
.fa-stamp:before {
content: "\f5bf"
}
.fa-star:before {
content: "\f005"
}
.fa-star-and-crescent:before {
content: "\f699"
}
.fa-star-christmas:before {
content: "\f7d4"
}
.fa-star-exclamation:before {
content: "\f2f3"
}
.fa-star-half:before {
content: "\f089"
}
.fa-star-half-alt:before {
content: "\f5c0"
}
.fa-star-of-david:before {
content: "\f69a"
}
.fa-star-of-life:before {
content: "\f621"
}
.fa-stars:before {
content: "\f762"
}
.fa-staylinked:before {
content: "\f3f5"
}
.fa-steam:before {
content: "\f1b6"
}
.fa-steam-square:before {
content: "\f1b7"
}
.fa-steam-symbol:before {
content: "\f3f6"
}
.fa-steering-wheel:before {
content: "\f622"
}
.fa-step-backward:before {
content: "\f048"
}
.fa-step-forward:before {
content: "\f051"
}
.fa-stethoscope:before {
content: "\f0f1"
}
.fa-sticker-mule:before {
content: "\f3f7"
}
.fa-sticky-note:before {
content: "\f249"
}
.fa-stocking:before {
content: "\f7d5"
}
.fa-stomach:before {
content: "\f623"
}
.fa-stop:before {
content: "\f04d"
}
.fa-stop-circle:before {
content: "\f28d"
}
.fa-stopwatch:before {
content: "\f2f2"
}
.fa-store:before {
content: "\f54e"
}
.fa-store-alt:before {
content: "\f54f"
}
.fa-strava:before {
content: "\f428"
}
.fa-stream:before {
content: "\f550"
}
.fa-street-view:before {
content: "\f21d"
}
.fa-strikethrough:before {
content: "\f0cc"
}
.fa-stripe:before {
content: "\f429"
}
.fa-stripe-s:before {
content: "\f42a"
}
.fa-stroopwafel:before {
content: "\f551"
}
.fa-studiovinari:before {
content: "\f3f8"
}
.fa-stumbleupon:before {
content: "\f1a4"
}
.fa-stumbleupon-circle:before {
content: "\f1a3"
}
.fa-subscript:before {
content: "\f12c"
}
.fa-subway:before {
content: "\f239"
}
.fa-suitcase:before {
content: "\f0f2"
}
.fa-suitcase-rolling:before {
content: "\f5c1"
}
.fa-sun:before {
content: "\f185"
}
.fa-sun-cloud:before {
content: "\f763"
}
.fa-sun-dust:before {
content: "\f764"
}
.fa-sun-haze:before {
content: "\f765"
}
.fa-sunrise:before {
content: "\f766"
}
.fa-sunset:before {
content: "\f767"
}
.fa-superpowers:before {
content: "\f2dd"
}
.fa-superscript:before {
content: "\f12b"
}
.fa-supple:before {
content: "\f3f9"
}
.fa-surprise:before {
content: "\f5c2"
}
.fa-suse:before {
content: "\f7d6"
}
.fa-swatchbook:before {
content: "\f5c3"
}
.fa-swimmer:before {
content: "\f5c4"
}
.fa-swimming-pool:before {
content: "\f5c5"
}
.fa-sword:before {
content: "\f71c"
}
.fa-swords:before {
content: "\f71d"
}
.fa-synagogue:before {
content: "\f69b"
}
.fa-sync:before {
content: "\f021"
}
.fa-sync-alt:before {
content: "\f2f1"
}
.fa-syringe:before {
content: "\f48e"
}
.fa-table:before {
content: "\f0ce"
}
.fa-table-tennis:before {
content: "\f45d"
}
.fa-tablet:before {
content: "\f10a"
}
.fa-tablet-alt:before {
content: "\f3fa"
}
.fa-tablet-android:before {
content: "\f3fb"
}
.fa-tablet-android-alt:before {
content: "\f3fc"
}
.fa-tablet-rugged:before {
content: "\f48f"
}
.fa-tablets:before {
content: "\f490"
}
.fa-tachometer:before {
content: "\f0e4"
}
.fa-tachometer-alt:before {
content: "\f3fd"
}
.fa-tachometer-alt-average:before {
content: "\f624"
}
.fa-tachometer-alt-fast:before {
content: "\f625"
}
.fa-tachometer-alt-fastest:before {
content: "\f626"
}
.fa-tachometer-alt-slow:before {
content: "\f627"
}
.fa-tachometer-alt-slowest:before {
content: "\f628"
}
.fa-tachometer-average:before {
content: "\f629"
}
.fa-tachometer-fast:before {
content: "\f62a"
}
.fa-tachometer-fastest:before {
content: "\f62b"
}
.fa-tachometer-slow:before {
content: "\f62c"
}
.fa-tachometer-slowest:before {
content: "\f62d"
}
.fa-tag:before {
content: "\f02b"
}
.fa-tags:before {
content: "\f02c"
}
.fa-tally:before {
content: "\f69c"
}
.fa-tape:before {
content: "\f4db"
}
.fa-tasks:before {
content: "\f0ae"
}
.fa-taxi:before {
content: "\f1ba"
}
.fa-teamspeak:before {
content: "\f4f9"
}
.fa-teeth:before {
content: "\f62e"
}
.fa-teeth-open:before {
content: "\f62f"
}
.fa-telegram:before {
content: "\f2c6"
}
.fa-telegram-plane:before {
content: "\f3fe"
}
.fa-temperature-frigid:before {
content: "\f768"
}
.fa-temperature-high:before {
content: "\f769"
}
.fa-temperature-hot:before {
content: "\f76a"
}
.fa-temperature-low:before {
content: "\f76b"
}
.fa-tencent-weibo:before {
content: "\f1d5"
}
.fa-tenge:before {
content: "\f7d7"
}
.fa-tennis-ball:before {
content: "\f45e"
}
.fa-terminal:before {
content: "\f120"
}
.fa-text-height:before {
content: "\f034"
}
.fa-text-width:before {
content: "\f035"
}
.fa-th:before {
content: "\f00a"
}
.fa-th-large:before {
content: "\f009"
}
.fa-th-list:before {
content: "\f00b"
}
.fa-the-red-yeti:before {
content: "\f69d"
}
.fa-theater-masks:before {
content: "\f630"
}
.fa-themeco:before {
content: "\f5c6"
}
.fa-themeisle:before {
content: "\f2b2"
}
.fa-thermometer:before {
content: "\f491"
}
.fa-thermometer-empty:before {
content: "\f2cb"
}
.fa-thermometer-full:before {
content: "\f2c7"
}
.fa-thermometer-half:before {
content: "\f2c9"
}
.fa-thermometer-quarter:before {
content: "\f2ca"
}
.fa-thermometer-three-quarters:before {
content: "\f2c8"
}
.fa-theta:before {
content: "\f69e"
}
.fa-think-peaks:before {
content: "\f731"
}
.fa-thumbs-down:before {
content: "\f165"
}
.fa-thumbs-up:before {
content: "\f164"
}
.fa-thumbtack:before {
content: "\f08d"
}
.fa-thunderstorm:before {
content: "\f76c"
}
.fa-thunderstorm-moon:before {
content: "\f76d"
}
.fa-thunderstorm-sun:before {
content: "\f76e"
}
.fa-ticket:before {
content: "\f145"
}
.fa-ticket-alt:before {
content: "\f3ff"
}
.fa-tilde:before {
content: "\f69f"
}
.fa-times:before {
content: "\f00d"
}
.fa-times-circle:before {
content: "\f057"
}
.fa-times-hexagon:before {
content: "\f2ee"
}
.fa-times-octagon:before {
content: "\f2f0"
}
.fa-times-square:before {
content: "\f2d3"
}
.fa-tint:before {
content: "\f043"
}
.fa-tint-slash:before {
content: "\f5c7"
}
.fa-tire:before {
content: "\f631"
}
.fa-tire-flat:before {
content: "\f632"
}
.fa-tire-pressure-warning:before {
content: "\f633"
}
.fa-tire-rugged:before {
content: "\f634"
}
.fa-tired:before {
content: "\f5c8"
}
.fa-toggle-off:before {
content: "\f204"
}
.fa-toggle-on:before {
content: "\f205"
}
.fa-toilet:before {
content: "\f7d8"
}
.fa-toilet-paper:before {
content: "\f71e"
}
.fa-toilet-paper-alt:before {
content: "\f71f"
}
.fa-tombstone:before {
content: "\f720"
}
.fa-tombstone-alt:before {
content: "\f721"
}
.fa-toolbox:before {
content: "\f552"
}
.fa-tools:before {
content: "\f7d9"
}
.fa-tooth:before {
content: "\f5c9"
}
.fa-toothbrush:before {
content: "\f635"
}
.fa-torah:before {
content: "\f6a0"
}
.fa-torii-gate:before {
content: "\f6a1"
}
.fa-tornado:before {
content: "\f76f"
}
.fa-tractor:before {
content: "\f722"
}
.fa-trade-federation:before {
content: "\f513"
}
.fa-trademark:before {
content: "\f25c"
}
.fa-traffic-cone:before {
content: "\f636"
}
.fa-traffic-light:before {
content: "\f637"
}
.fa-traffic-light-go:before {
content: "\f638"
}
.fa-traffic-light-slow:before {
content: "\f639"
}
.fa-traffic-light-stop:before {
content: "\f63a"
}
.fa-train:before {
content: "\f238"
}
.fa-tram:before {
content: "\f7da"
}
.fa-transgender:before {
content: "\f224"
}
.fa-transgender-alt:before {
content: "\f225"
}
.fa-trash:before {
content: "\f1f8"
}
.fa-trash-alt:before {
content: "\f2ed"
}
.fa-treasure-chest:before {
content: "\f723"
}
.fa-tree:before {
content: "\f1bb"
}
.fa-tree-alt:before {
content: "\f400"
}
.fa-tree-christmas:before {
content: "\f7db"
}
.fa-tree-decorated:before {
content: "\f7dc"
}
.fa-tree-large:before {
content: "\f7dd"
}
.fa-trees:before {
content: "\f724"
}
.fa-trello:before {
content: "\f181"
}
.fa-triangle:before {
content: "\f2ec"
}
.fa-tripadvisor:before {
content: "\f262"
}
.fa-trophy:before {
content: "\f091"
}
.fa-trophy-alt:before {
content: "\f2eb"
}
.fa-truck:before {
content: "\f0d1"
}
.fa-truck-container:before {
content: "\f4dc"
}
.fa-truck-couch:before {
content: "\f4dd"
}
.fa-truck-loading:before {
content: "\f4de"
}
.fa-truck-monster:before {
content: "\f63b"
}
.fa-truck-moving:before {
content: "\f4df"
}
.fa-truck-pickup:before {
content: "\f63c"
}
.fa-truck-plow:before {
content: "\f7de"
}
.fa-truck-ramp:before {
content: "\f4e0"
}
.fa-tshirt:before {
content: "\f553"
}
.fa-tty:before {
content: "\f1e4"
}
.fa-tumblr:before {
content: "\f173"
}
.fa-tumblr-square:before {
content: "\f174"
}
.fa-turkey:before {
content: "\f725"
}
.fa-turtle:before {
content: "\f726"
}
.fa-tv:before {
content: "\f26c"
}
.fa-tv-retro:before {
content: "\f401"
}
.fa-twitch:before {
content: "\f1e8"
}
.fa-twitter:before {
content: "\f099"
}
.fa-twitter-square:before {
content: "\f081"
}
.fa-typo3:before {
content: "\f42b"
}
.fa-uber:before {
content: "\f402"
}
.fa-ubuntu:before {
content: "\f7df"
}
.fa-uikit:before {
content: "\f403"
}
.fa-umbrella:before {
content: "\f0e9"
}
.fa-umbrella-beach:before {
content: "\f5ca"
}
.fa-underline:before {
content: "\f0cd"
}
.fa-undo:before {
content: "\f0e2"
}
.fa-undo-alt:before {
content: "\f2ea"
}
.fa-unicorn:before {
content: "\f727"
}
.fa-union:before {
content: "\f6a2"
}
.fa-uniregistry:before {
content: "\f404"
}
.fa-universal-access:before {
content: "\f29a"
}
.fa-university:before {
content: "\f19c"
}
.fa-unlink:before {
content: "\f127"
}
.fa-unlock:before {
content: "\f09c"
}
.fa-unlock-alt:before {
content: "\f13e"
}
.fa-untappd:before {
content: "\f405"
}
.fa-upload:before {
content: "\f093"
}
.fa-ups:before {
content: "\f7e0"
}
.fa-usb:before {
content: "\f287"
}
.fa-usd-circle:before {
content: "\f2e8"
}
.fa-usd-square:before {
content: "\f2e9"
}
.fa-user:before {
content: "\f007"
}
.fa-user-alt:before {
content: "\f406"
}
.fa-user-alt-slash:before {
content: "\f4fa"
}
.fa-user-astronaut:before {
content: "\f4fb"
}
.fa-user-chart:before {
content: "\f6a3"
}
.fa-user-check:before {
content: "\f4fc"
}
.fa-user-circle:before {
content: "\f2bd"
}
.fa-user-clock:before {
content: "\f4fd"
}
.fa-user-cog:before {
content: "\f4fe"
}
.fa-user-crown:before {
content: "\f6a4"
}
.fa-user-edit:before {
content: "\f4ff"
}
.fa-user-friends:before {
content: "\f500"
}
.fa-user-graduate:before {
content: "\f501"
}
.fa-user-injured:before {
content: "\f728"
}
.fa-user-lock:before {
content: "\f502"
}
.fa-user-md:before {
content: "\f0f0"
}
.fa-user-minus:before {
content: "\f503"
}
.fa-user-ninja:before {
content: "\f504"
}
.fa-user-plus:before {
content: "\f234"
}
.fa-user-secret:before {
content: "\f21b"
}
.fa-user-shield:before {
content: "\f505"
}
.fa-user-slash:before {
content: "\f506"
}
.fa-user-tag:before {
content: "\f507"
}
.fa-user-tie:before {
content: "\f508"
}
.fa-user-times:before {
content: "\f235"
}
.fa-users:before {
content: "\f0c0"
}
.fa-users-class:before {
content: "\f63d"
}
.fa-users-cog:before {
content: "\f509"
}
.fa-users-crown:before {
content: "\f6a5"
}
.fa-usps:before {
content: "\f7e1"
}
.fa-ussunnah:before {
content: "\f407"
}
.fa-utensil-fork:before {
content: "\f2e3"
}
.fa-utensil-knife:before {
content: "\f2e4"
}
.fa-utensil-spoon:before {
content: "\f2e5"
}
.fa-utensils:before {
content: "\f2e7"
}
.fa-utensils-alt:before {
content: "\f2e6"
}
.fa-vaadin:before {
content: "\f408"
}
.fa-value-absolute:before {
content: "\f6a6"
}
.fa-vector-square:before {
content: "\f5cb"
}
.fa-venus:before {
content: "\f221"
}
.fa-venus-double:before {
content: "\f226"
}
.fa-venus-mars:before {
content: "\f228"
}
.fa-viacoin:before {
content: "\f237"
}
.fa-viadeo:before {
content: "\f2a9"
}
.fa-viadeo-square:before {
content: "\f2aa"
}
.fa-vial:before {
content: "\f492"
}
.fa-vials:before {
content: "\f493"
}
.fa-viber:before {
content: "\f409"
}
.fa-video:before {
content: "\f03d"
}
.fa-video-plus:before {
content: "\f4e1"
}
.fa-video-slash:before {
content: "\f4e2"
}
.fa-vihara:before {
content: "\f6a7"
}
.fa-vimeo:before {
content: "\f40a"
}
.fa-vimeo-square:before {
content: "\f194"
}
.fa-vimeo-v:before {
content: "\f27d"
}
.fa-vine:before {
content: "\f1ca"
}
.fa-vk:before {
content: "\f189"
}
.fa-vnv:before {
content: "\f40b"
}
.fa-volcano:before {
content: "\f770"
}
.fa-volleyball-ball:before {
content: "\f45f"
}
.fa-volume:before {
content: "\f6a8"
}
.fa-volume-down:before {
content: "\f027"
}
.fa-volume-mute:before {
content: "\f6a9"
}
.fa-volume-off:before {
content: "\f026"
}
.fa-volume-slash:before {
content: "\f2e2"
}
.fa-volume-up:before {
content: "\f028"
}
.fa-vote-nay:before {
content: "\f771"
}
.fa-vote-yea:before {
content: "\f772"
}
.fa-vr-cardboard:before {
content: "\f729"
}
.fa-vuejs:before {
content: "\f41f"
}
.fa-walking:before {
content: "\f554"
}
.fa-wallet:before {
content: "\f555"
}
.fa-wand:before {
content: "\f72a"
}
.fa-wand-magic:before {
content: "\f72b"
}
.fa-warehouse:before {
content: "\f494"
}
.fa-warehouse-alt:before {
content: "\f495"
}
.fa-watch:before {
content: "\f2e1"
}
.fa-watch-fitness:before {
content: "\f63e"
}
.fa-water:before {
content: "\f773"
}
.fa-water-lower:before {
content: "\f774"
}
.fa-water-rise:before {
content: "\f775"
}
.fa-weebly:before {
content: "\f5cc"
}
.fa-weibo:before {
content: "\f18a"
}
.fa-weight:before {
content: "\f496"
}
.fa-weight-hanging:before {
content: "\f5cd"
}
.fa-weixin:before {
content: "\f1d7"
}
.fa-whale:before {
content: "\f72c"
}
.fa-whatsapp:before {
content: "\f232"
}
.fa-whatsapp-square:before {
content: "\f40c"
}
.fa-wheat:before {
content: "\f72d"
}
.fa-wheelchair:before {
content: "\f193"
}
.fa-whistle:before {
content: "\f460"
}
.fa-whmcs:before {
content: "\f40d"
}
.fa-wifi:before {
content: "\f1eb"
}
.fa-wifi-1:before {
content: "\f6aa"
}
.fa-wifi-2:before {
content: "\f6ab"
}
.fa-wifi-slash:before {
content: "\f6ac"
}
.fa-wikipedia-w:before {
content: "\f266"
}
.fa-wind:before {
content: "\f72e"
}
.fa-wind-warning:before {
content: "\f776"
}
.fa-window:before {
content: "\f40e"
}
.fa-window-alt:before {
content: "\f40f"
}
.fa-window-close:before {
content: "\f410"
}
.fa-window-maximize:before {
content: "\f2d0"
}
.fa-window-minimize:before {
content: "\f2d1"
}
.fa-window-restore:before {
content: "\f2d2"
}
.fa-windows:before {
content: "\f17a"
}
.fa-windsock:before {
content: "\f777"
}
.fa-wine-bottle:before {
content: "\f72f"
}
.fa-wine-glass:before {
content: "\f4e3"
}
.fa-wine-glass-alt:before {
content: "\f5ce"
}
.fa-wix:before {
content: "\f5cf"
}
.fa-wizards-of-the-coast:before {
content: "\f730"
}
.fa-wolf-pack-battalion:before {
content: "\f514"
}
.fa-won-sign:before {
content: "\f159"
}
.fa-wordpress:before {
content: "\f19a"
}
.fa-wordpress-simple:before {
content: "\f411"
}
.fa-wpbeginner:before {
content: "\f297"
}
.fa-wpexplorer:before {
content: "\f2de"
}
.fa-wpforms:before {
content: "\f298"
}
.fa-wpressr:before {
content: "\f3e4"
}
.fa-wreath:before {
content: "\f7e2"
}
.fa-wrench:before {
content: "\f0ad"
}
.fa-x-ray:before {
content: "\f497"
}
.fa-xbox:before {
content: "\f412"
}
.fa-xing:before {
content: "\f168"
}
.fa-xing-square:before {
content: "\f169"
}
.fa-y-combinator:before {
content: "\f23b"
}
.fa-yahoo:before {
content: "\f19e"
}
.fa-yandex:before {
content: "\f413"
}
.fa-yandex-international:before {
content: "\f414"
}
.fa-yarn:before {
content: "\f7e3"
}
.fa-yelp:before {
content: "\f1e9"
}
.fa-yen-sign:before {
content: "\f157"
}
.fa-yin-yang:before {
content: "\f6ad"
}
.fa-yoast:before {
content: "\f2b1"
}
.fa-youtube:before {
content: "\f167"
}
.fa-youtube-square:before {
content: "\f431"
}
.fa-zhihu:before {
content: "\f63f"
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto
}
@font-face {
font-family: "Font Awesome 5 Brands";
font-display: swap;
font-style: normal;
font-weight: 400;
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-brands-400.eot);
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-brands-400.woff2) format("woff2"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-brands-400.woff) format("woff"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-brands-400.ttf) format("truetype"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
font-family: "Font Awesome 5 Brands"
}
@font-face {
font-family: "Font Awesome 5 Pro";
font-display: swap;
font-style: normal;
font-weight: 300;
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-light-300.eot);
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-light-300d41d.eot?#iefix) format("embedded-opentype"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-light-300.woff2) format("woff2"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-light-300.woff) format("woff"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-light-300.ttf) format("truetype"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-light-300.svg#fontawesome) format("svg")
}
.fal {
font-weight: 300
}
@font-face {
font-family: "Font Awesome 5 Pro";
font-display: swap;
font-style: normal;
font-weight: 400;
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-regular-400.eot);
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-regular-400d41d.eot?#iefix) format("embedded-opentype"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-regular-400.woff2) format("woff2"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-regular-400.woff) format("woff"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-regular-400.ttf) format("truetype"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-regular-400.svg#fontawesome) format("svg")
}
.fal,
.far {
font-family: "Font Awesome 5 Pro"
}
.far {
font-weight: 400
}
@font-face {
font-family: "Font Awesome 5 Pro";
font-display: swap;
font-display: swap;
font-style: normal;
font-weight: 900;
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-solid-900.eot);
src: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-solid-900.woff2) format("woff2"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-solid-900.woff) format("woff"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-solid-900.ttf) format("truetype"), url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/fa-solid-900.svg#fontawesome) format("svg")
}
.fa,
.fas {
font-family: "Font Awesome 5 Pro";
font-weight: 900
}
.mt-sm-uo {
margin-top: 1rem;
}
.fr-fl-sm {
float: left !important
}
@media (min-width: 768px) {
.mt-sm-uo {
margin-top: 0rem;
}
.fr-fl-sm {
float: right !important
}
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.primery-border-top {
border-top: 5px solid #0073b4;
}
.casestudies {
margin-top: 60px;
}
.casestudies .casestudies-item {
box-sizing: content-box;
padding: 30px;
padding-top: 60px;
margin: 15px 0;
position: relative;
border-radius: 10px;
display: flex;
flex-direction: column;
box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
}
.align-items-center {
align-items: center !important;
}
.d-flex {
display: flex !important;
}
.casestudies .casestudies-item .casestudies-img {
width: 68px;
border-radius: 50px;
margin-right: 15px;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.casestudies .casestudies-item h3 {
font-size: 18px;
font-weight: 500;  }
.casestudies .casestudies-item h4 {
font-size: 14px;
color: #999;
margin: 0;
}
.casestudies .casestudies-item p { margin: 15px auto 15px auto; text-align: center;
color: #999;
font-size:15px;
}
.casestudies .info-box {
margin-top: 5px;
}
.casestudies h2 {
position: relative;
margin: 20px 0 0;
padding: 0;
font-size: 20px;
z-index: 2;
font-weight: 500;
text-align: center;
}
.casestudies a.card {
cursor: pointer;
display: inline-block;
padding: 0;
font-size: 18px;
font-weight: 500;
margin: 0 10px;
line-height: 1;
padding: 10px 25px;
border-radius: 9px;
margin-top: 15px;
position: relative;
color: #0073b4;
z-index: 2;
margin: 25px auto 0;
border: 1px solid #0073b4;
}
.casestudies .client_logo {
background: #ffffff;
border-radius: 50%;
width: 120px;
height: 120px;
position: absolute;
left: 50%;
margin-left: -60px;
box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
z-index: 1;
top: -45px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.casestudies .img-responsive {
display: inline-block;
max-width: 100%;
height: auto;
width: 80%; }
.case-study-from .form-control {
font-size: 14px !important;
padding: 18px 10px;
padding: 12px 10px;
}
#demofooterbtn {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 999999;
opacity: 0;
text-align: center;
z-index: 9999999999;
display: inline-block;
width: 160px;
height: 40px;
padding: 7px 15px;
background-color: #0073b4;
margin: 0 auto;
border: 0;
color: #ffffff;
border-radius: 15px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
cursor: pointer;
}
#demofooterbtn.demofooterbtnshow {
opacity: 9;
}
.casestudysection {
padding: 20px 0;
}
.casestudysection .title h2 {
font-size: 22px;
font-weight: 500;
margin: 0 0 10px 0;
}
.casestudysection li {
font-size: 15px;
color: #696969;
color: #000000;
background: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/bullet_orange.png) top 5px left no-repeat;
list-style: none;
padding-left: 20px;
line-height: 1.5em;
font-weight: 300 !important;
margin: 5px 0 0 2px;
}
.casestudysection p {
font-size: 15px;
color: #696969;
color: #000000;
line-height: 23px;
font-weight: 300 !important;
}
.casestudysection .detail_testimonials {
border: 2px solid #0073b4;
padding: 30px;
border-radius: 9px;
}
.casestudysection .detail_testimonials .info-box {
margin-top: 5px;
}
.casestudysection .detail_testimonials .casestudies-img {
width: 68px;
border-radius: 50px;
margin-right: 15px;
}
.casestudysection .detail_testimonials h3 {
font-size: 18px;
font-weight: 500;  }
.casestudysection .detail_testimonials h4 {
font-size: 14px;
color: #999;
margin: 0;
}
.casestudysection .detail_testimonials p {
font-style: italic;
margin: 20px auto; color: #999;
font-size: 20px;
line-height: 32px;
padding-top: 36px;
}
.casestudysection .detail_testimonials .quote-icon-left {
display: inline-block;
left: 0;
top: 0;
position: absolute;
font-size: 46px;
line-height: 0;
color: #0073b4;
}
.casestudysection .detail_testimonials .casestudies-item {
position: relative;
}
.casestudyoverview {
border: 2px solid #0073b4;
padding: 16px;
border-radius: 9px;
}
.casestudyoverview .casestudyoverview-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 20px;
}
.casestudyoverview .casestudyoverview-list .casestudyoverview-icon-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 5px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.casestudyoverview .casestudyoverview-list .single-icon {
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 50%;
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;
border: 1px solid transparent;
-webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
border: 1px solid #999;
border-color: transparent;
border-radius: 50%;
}
.casestudyoverview .casestudyoverview-list .casestudyoverview-title {
font-size: 16px;
margin-bottom: 0;
font-weight: 500;
}
.casestudyoverview .casestudyoverview-list .single-icon i {
color: #0073b4;
font-size: 16px;
}
.c99 {
color: #474747;
}
.coun_area {
padding-top: 0;
padding-bottom: 0;
}
.mw_coun_area .title h2 {
font-size: 22px;
font-weight: 500;
margin: 0 0 10px 0;
}
.coun_area .witr_counter_single {
border-style: solid;
border-width: 1px;
border-color: #0073B4;
padding: 0 0 1px 0;
text-align: center;
position: relative;
margin-bottom: 15px;
padding: 15px;
border-radius: 12px;
}
.witr_contx {
text-align: center;
}
.witr_contx .counter,
.witr_contx h2,
.witr_contx span {
line-height: 1;
}
.witr_contx .counter,
.witr_contx span {
display: inline-block;
font-weight: 700;
}
.witr_contx span,
.witr_contx h3 {
color: #0073B4 !important;
font-size: 36px;
margin: 0 0 14px 0;
font-weight: 700;
line-height: 19px;
}
.witr_contx h2 {
color: #696969 !important;
font-size: 14px;
font-weight: 500;
margin: 0 0 4px 0;
line-height: 21px;
}
.right_images img {
position: absolute;
right: 0;
top: -50px;
}
.right_images img {
width: 84%;
}
@media (max-width: 576px) {
.coun_area {
width: 100% !important;
display: block !important;
}
.right_images img {
position: relative !important;
top: 0;
}
.right_images img {
width: 100%;
}
.right_images img {
position: relative !important;
top: 0;
}
.coun_area {
width: 100% !important;
display: block !important;
}
.right_images img {
width: 100%;
}
.casestudies-item p {
font-size:15px !important;
}
}
.cd-title{position:relative;height:160px;line-height:230px;text-align:center}.cd-title h1{font-size:2.4rem;font-weight:700}@media only screen and (min-width:768px){.cd-title{line-height:250px}}@media only screen and (min-width:1170px){.cd-title{height:200px;line-height:300px}.cd-title h1{font-size:3rem}}.cd-intro{width:90%;max-width:768px;text-align:center}.cd-intro{margin:4em auto}@media only screen and (min-width:768px){.cd-intro{margin:5em auto}}@media only screen and (min-width:1170px){.cd-intro{margin:6em auto}}.cd-headline{font-size:3rem;line-height:1.2}@media only screen and (min-width:768px){.cd-headline{font-size:4.4rem;font-weight:300}}@media only screen and (min-width:1170px){.cd-headline{font-size:6rem}}.cd-words-wrapper{display:inline-block;position:relative;text-align:left}.cd-words-wrapper b{display:inline-block;position:absolute;white-space:nowrap;left:0;top:0}.cd-words-wrapper b.is-visible{position:relative}.no-js .cd-words-wrapper b{opacity:0}.no-js .cd-words-wrapper b.is-visible{opacity:1}.cd-headline.rotate-1 .cd-words-wrapper{-webkit-perspective:300px;perspective:300px}.cd-headline.rotate-1 b{opacity:0;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.cd-headline.rotate-1 b.is-visible{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-animation:cd-rotate-1-in 1.2s;animation:cd-rotate-1-in 1.2s}.cd-headline.rotate-1 b.is-hidden{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:cd-rotate-1-out 1.2s;animation:cd-rotate-1-out 1.2s}@-webkit-keyframes cd-rotate-1-in{0%{-webkit-transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);opacity:1}}@keyframes cd-rotate-1-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}100%{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);opacity:1}}@-webkit-keyframes cd-rotate-1-out{0%{-webkit-transform:rotateX(0);opacity:1}35%{-webkit-transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);opacity:0}}@keyframes cd-rotate-1-out{0%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}100%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}.cd-headline.type .cd-words-wrapper{vertical-align:top;overflow:hidden}.cd-headline.type .cd-words-wrapper::after{content:'';position:absolute;right:0;top:50%;bottom:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:90%;width:1px;background-color:#aebcb9}.cd-headline.type .cd-words-wrapper.waiting::after{-webkit-animation:cd-pulse 1s infinite;animation:cd-pulse 1s infinite}.cd-headline.type .cd-words-wrapper.selected{background-color:#aebcb9}.cd-headline.type .cd-words-wrapper.selected::after{visibility:hidden}.cd-headline.type .cd-words-wrapper.selected b{color:#0d0d0d}.cd-headline.type b{visibility:hidden}.cd-headline.type b.is-visible{visibility:visible}.cd-headline.type i{position:absolute;visibility:hidden}.cd-headline.type i.in{position:relative;visibility:visible}@-webkit-keyframes cd-pulse{0%{-webkit-transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(0.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);opacity:0}}@keyframes cd-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(0.9);transform:translateY(-50%) scale(0.9);opacity:0}100%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}.cd-headline.rotate-2 .cd-words-wrapper{-webkit-perspective:300px;perspective:300px}.cd-headline.rotate-2 i,.cd-headline.rotate-2 em{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.cd-headline.rotate-2 b{opacity:0}.cd-headline.rotate-2 i{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);opacity:0}.is-visible .cd-headline.rotate-2 i{opacity:1}.cd-headline.rotate-2 i.in{-webkit-animation:cd-rotate-2-in .4s forwards;animation:cd-rotate-2-in .4s forwards}.cd-headline.rotate-2 i.out{-webkit-animation:cd-rotate-2-out .4s forwards;animation:cd-rotate-2-out .4s forwards}.cd-headline.rotate-2 em{-webkit-transform:translateZ(20px);transform:translateZ(20px)}.no-csstransitions .cd-headline.rotate-2 i{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:0}.no-csstransitions .cd-headline.rotate-2 i em{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.no-csstransitions .cd-headline.rotate-2 .is-visible i{opacity:1}@-webkit-keyframes cd-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0)}}@keyframes cd-rotate-2-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}100%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}}@-webkit-keyframes cd-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg)}}@keyframes cd-rotate-2-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}100%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}.cd-headline.loading-bar span{display:inline-block;padding:.2em 0}.cd-headline.loading-bar .cd-words-wrapper{overflow:hidden;vertical-align:top}.cd-headline.loading-bar .cd-words-wrapper::after{content:'';position:absolute;left:0;bottom:0;height:3px;width:0;background:#0096a7;z-index:2;-webkit-transition:width .3s -0.1s;-o-transition:width .3s -0.1s;transition:width .3s -0.1s}.cd-headline.loading-bar .cd-words-wrapper.is-loading::after{width:100%;-webkit-transition:width 3s;-o-transition:width 3s;transition:width 3s}.cd-headline.loading-bar b{top:.2em;opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.cd-headline.loading-bar b.is-visible{opacity:1;top:0}.cd-headline.slide span{display:inline-block;padding:.2em 0}.cd-headline.slide .cd-words-wrapper{overflow:hidden;vertical-align:top}.cd-headline.slide b{opacity:0;top:.2em}.cd-headline.slide b.is-visible{top:0;opacity:1;-webkit-animation:slide-in .6s;animation:slide-in .6s}.cd-headline.slide b.is-hidden{-webkit-animation:slide-out .6s;animation:slide-out .6s}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%)}}@keyframes slide-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}100%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}.cd-headline.clip span{display:inline-block;padding:.2em 0}.cd-headline.clip .cd-words-wrapper{overflow:hidden;vertical-align:top}.cd-headline.clip .cd-words-wrapper::after{content:'';position:absolute;top:0;right:0;width:2px;height:100%;background-color:#aebcb9}.cd-headline.clip b{opacity:0}.cd-headline.clip b.is-visible{opacity:1}.cd-headline.zoom .cd-words-wrapper{-webkit-perspective:300px;perspective:300px}.cd-headline.zoom b{opacity:0}.cd-headline.zoom b.is-visible{opacity:1;-webkit-animation:zoom-in .8s;animation:zoom-in .8s}.cd-headline.zoom b.is-hidden{-webkit-animation:zoom-out .8s;animation:zoom-out .8s}@-webkit-keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0)}}@keyframes zoom-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}100%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px)}}@keyframes zoom-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}100%{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}.cd-headline.rotate-3 .cd-words-wrapper{-webkit-perspective:300px;perspective:300px}.cd-headline.rotate-3 b{opacity:0}.cd-headline.rotate-3 i{display:inline-block;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.is-visible .cd-headline.rotate-3 i{-webkit-transform:rotateY(0);transform:rotateY(0)}.cd-headline.rotate-3 i.in{-webkit-animation:cd-rotate-3-in .6s forwards;animation:cd-rotate-3-in .6s forwards}.cd-headline.rotate-3 i.out{-webkit-animation:cd-rotate-3-out .6s forwards;animation:cd-rotate-3-out .6s forwards}.no-csstransitions .cd-headline.rotate-3 i{-webkit-transform:rotateY(0);transform:rotateY(0);opacity:0}.no-csstransitions .cd-headline.rotate-3 .is-visible i{opacity:1}@-webkit-keyframes cd-rotate-3-in{0%{-webkit-transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0)}}@keyframes cd-rotate-3-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}100%{-webkit-transform:rotateY(0);transform:rotateY(0)}}@-webkit-keyframes cd-rotate-3-out{0%{-webkit-transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg)}}@keyframes cd-rotate-3-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}100%{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}.cd-headline.scale b{opacity:0}.cd-headline.scale i{display:inline-block;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.is-visible .cd-headline.scale i{opacity:1}.cd-headline.scale i.in{-webkit-animation:scale-up .6s forwards;animation:scale-up .6s forwards}.cd-headline.scale i.out{-webkit-animation:scale-down .6s forwards;animation:scale-down .6s forwards}.no-csstransitions .cd-headline.scale i{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0}.no-csstransitions .cd-headline.scale .is-visible i{opacity:1}@-webkit-keyframes scale-up{0%{-webkit-transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);opacity:1}}@keyframes scale-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes scale-down{0%{-webkit-transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);opacity:0}}@keyframes scale-down{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}.cd-headline.push b{opacity:0}.cd-headline.push b.is-visible{opacity:1;-webkit-animation:push-in .6s;animation:push-in .6s}.cd-headline.push b.is-hidden{-webkit-animation:push-out .6s;animation:push-out .6s}@-webkit-keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes push-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%)}}@keyframes push-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}100%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes moveVertical{to{opacity:1;-webkit-transform:translateY(0)}}@keyframes moveVertical{to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes moveHorizontal{to{-webkit-transform:translateX(0);opacity:1}}@keyframes moveHorizontal{to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.move-up{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);&.animate{-webkit-transform:translateY(100px);-ms-transform:translateY(100px);transform:translateY(100px);-webkit-animation:moveVertical .65s ease forwards;animation:moveVertical .65s ease forwards}}.move-up-x{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);&.animate{-webkit-transform:translateX(100px);-ms-transform:translateX(100px);transform:translateX(100px);-webkit-animation:moveHorizontal .65s ease forwards;animation:moveHorizontal .65s ease forwards}}@-webkit-keyframes headerSlideDown{0%{margin-top:-100px}to{margin-top:0}}@keyframes headerSlideDown{0%{margin-top:-100px}to{margin-top:0}}@-webkit-keyframes hide-animation{0%{-webkit-transform:translateY(0);opacity:1}to{-webkit-transform:translateY(60px);opacity:0}}@keyframes hide-animation{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}}@-webkit-keyframes show-animation{0%{-webkit-transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);opacity:1}}@keyframes show-animation{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes slide-out-to-right{0%{-webkit-transform:translateX(0);opacity:1}to{-webkit-transform:translateX(40px);opacity:0}}@keyframes slide-out-to-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(60px);transform:translateX(60px);opacity:0}}@-webkit-keyframes slide-in-to-left{0%{-webkit-transform:translateX(60px);opacity:0}to{-webkit-transform:translateX(0);opacity:1}}@keyframes slide-in-to-left{0%{-webkit-transform:translateX(40px);transform:translateX(40px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.brook-transition{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);-o-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1)}.bk-hover{a{position:relative;overflow:hidden;z-index:1;display:inline-block;color:#999;&::after{content:"";width:0;height:1px;bottom:0;position:absolute;left:auto;right:0;z-index:-1;-webkit-transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;-o-transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;transition:width .6s cubic-bezier(.25,.8,.25,1) 0s;background:currentColor}&:hover{&::after{width:100%;left:0;right:auto}}}&.hover-text-dark{a{}}}@-webkit-keyframes separator-bounce{0%,80%,to{-webkit-transform:scale(.5);transform:scale(.5)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes separator-bounce{0%,80%,to{-webkit-transform:scale(.5);transform:scale(.5)}40%{-webkit-transform:scale(1);transform:scale(1)}} @-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;-ms-transform-origin:center bottom;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(0);transform:rotate(0)}}@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(0);transform:rotate(0)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;-ms-transform-origin:top center;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;-ms-transform-origin:center;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(0);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0)}}@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(0);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0)}}.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),(print){.animated{-webkit-animation:unset !important;-webkit-transition:none !important;animation:unset !important;-o-transition:none !important;transition:none !important}}.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}@font-face{font-family:lg;font-display:swap;src:url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/lgd641.eot?n1z373);src:url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/lgd41d.eot?#iefixn1z373) format("embedded-opentype"),url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/lgd641.woff?n1z373) format("woff"),url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/lgd641.ttf?n1z373) format("truetype"),url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/fonts/lgd641.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:0;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none !important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-webkit-transition:opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;transition:opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;-o-transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1) !important;-webkit-transition:opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s !important;transition:opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s !important;-o-transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1) !important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1) !important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s !important;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s, -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s !important;-o-transition-duration:0s !important;transition-duration:0s !important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media(min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100% !important;height:100% !important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/css/img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/css/img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/css/img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/css/img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/css/img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100% !important;height:100% !important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s, -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s !important;-webkit-transition:opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s !important;transition:opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s !important;-o-transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s !important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s !important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s !important;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{-webkit-box-shadow:0 0 0 2px #fff inset;box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;-webkit-box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-webkit-transition:-webkit-box-shadow .3s ease 0s;transition:-webkit-box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s,-webkit-box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{-webkit-box-shadow:0 0 0 8px #fff inset;box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-webkit-transition:visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;transition:visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;-o-transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit !important;-o-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-timing-function:inherit !important;-o-transition-timing-function:inherit !important;transition-timing-function:inherit !important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s !important;-o-transition-duration:0s !important;transition-duration:0s !important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/img/loading.gif) center center no-repeat;display:none !important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block !important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto !important;height:auto !important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s !important;-o-transition:none 0s ease 0s !important;transition:none 0s ease 0s !important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-webkit-transition:opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:0;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;-o-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top,.2s -webkit-transform;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;-o-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left,.2s -webkit-transform;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;-o-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right,.2s -webkit-transform;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
*,
::after,
::before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
body,
html {
height: 100%
}
body {
line-height: 1.74;
font-size: 15px;
font-style: normal;
font-weight: 300;
visibility: visible;
font-family: Google Sans, Poppins, sans-serif;
color: #696969;
color: #000000;
position: relative;
background-color: #fff;
}
body.no-overflow {
overflow: hidden
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #696969 !;
color: #000000;
font-family: Poppins, sans-serif;
font-weight: 400;
margin-top: 0;
margin-bottom: 0;
line-height: 1.41
}
h1 {
font-size: 56px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
h1 {
font-size: 46px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
h1 {
font-size: 40px
}
}
@media only screen and (max-width: 767px) {
h1 {
font-size: 34px
}
}
@media only screen and (max-width: 320px) {
h1 {
font-size: 28px
}
}
@media only screen and (max-width: 360px) {
h1 {
font-size: 32px
}
}
h2 {
font-size: 48px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
h2 {
font-size: 36px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
h2 {
font-size: 36px
}
}
@media only screen and (max-width: 767px) {
h2 {
font-size: 30px
}
}
h3 {
font-size: 40px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
h3 {
font-size: 32px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
h3 {
font-size: 28px
}
}
@media only screen and (max-width: 767px) {
h3 {
font-size: 25px
}
}
h4 {
font-size: 34px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
h4 {
font-size: 30px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
h4 {
font-size: 28px
}
}
@media only screen and (max-width: 767px) {
h4 {
font-size: 24px
}
}
h5 {
font-size: 24px
}
@media only screen and (max-width: 767px) {
h5 {
font-size: 20px
}
}
h6 {
font-size: 18px
}
p:last-child {
margin-bottom: 0
}
a,
button {
color: inherit;
display: inline-block;
line-height: inherit;
text-decoration: none;
cursor: pointer
}
a,
button,
img,
input,
span {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
:focus {
outline: 0 !important
}
a:focus {
color: inherit;
outline: 0;
text-decoration: none
}
.btn.focus,
.btn:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none
}
a:hover {
text-decoration: none;
color: #0073b4
}
button,
input[type=submit] {
cursor: pointer
}
ul {
list-style: outside none none;
margin: 0;
padding: 0
}
.mark,
mark {
padding: 0 0;
background-color: transparent
}
.font-weight-700 {
font-weight: 700
}
.font-weight--bold {
font-weight: 800
}
.font-weight--reguler {
font-weight: 500
}
.font-weight--normal {
font-weight: 400
}
.font-weight--light {
font-weight: 300
}
.text-color-primary {
color: #0073b4
}
.text-color-secondary {
color: #d2a98e
}
.text-black {
color: #333 !important
}
.bg-white {
background: #fff
}
.bg-gray {
background: #f8f8f8
}
.bg-blue {
background: #0073b4
}
.bg-orange {
background: #0073b4
}
.bg-gray-2 {
background: #f6fafe
}
.bg-gray-3 {
background: #f6f2ed
}
.bg-theme-default {
background: #0073b4
}
.theme-bg-secondary {
background: #d2a98e
}
.sub-heading {
color: #6d70a6
}
.black-bg {
background: #000
}
.border-radus-5 {
border-radius: 8px
}
.text-green {
color: #d2a98e
}
.bg-gradient {
background: -webkit-linear-gradient(top, #fff 0, #f5f5f5 100%)
}
select {
padding: 3px 20px; max-width: 100%;
width: 100%;
outline: 0;
border: 1px solid #f8f8f8;
border-radius: 8px;
background: #f8f8f8 url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/icons/selector-icon.png) no-repeat center right 20px;
background-color: #f8f8f8;
-moz-appearance: none;
-webkit-appearance: none
}
select:focus {
background: #f8f8f8 url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/icons/selector-icon.png) no-repeat center right 20px !important
}
.fixed-bg {
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed
}
.text-black {
color: #333
}
.box-shadow-top {
-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
box-shadow: 0 10px 15px rgba(0, 0, 0, .05)
}
.border {
border: 1px solid #ededed !important
}
.border-top {
border-top: 1px solid #ededed !important
}
.border-right {
border-right: 1px solid #ededed !important
}
.border-bottom {
border-bottom: 1px solid #ededed !important
}
.border-left {
border-left: 1px solid #ededed !important
}
.border-top-dash {
border-top: 1px dashed #ddd !important
}
.border-bottom-dash {
border-bottom: 1px dashed #ddd !important
}
.border-top-thick {
border-top: 2px solid #ededed !important
}
.border-bottom-thick {
border-bottom: 2px solid #ededed !important
}
.border-top-drak {
border-top: 1px solid rgba(255, 255, 255, .2) !important
}
.border-bottom-drak {
border-bottom: 1px solid rgba(255, 255, 255, .2) !important
}
.section-title mark {
color: #38cb89;
padding: 0;
background-color: transparent
}
.section-sub-title {
color: #ababab;
font-size: 14px;
letter-spacing: 3px;
text-transform: uppercase;
line-height: 1.43;
margin-top: -5px
}
.section-under-heading {
font-size: 18px;
font-weight: 500;
line-height: 1.4;
color: #333
}
.section-under-heading a {
color: #0073b4;
border-bottom: 1px solid #ccc;
position: relative
}
.section-under-heading a::before {
content: '';
width: 0;
height: 1px;
bottom: -1px;
position: absolute;
left: auto;
right: 0;
z-index: 1;
-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
background: currentColor
}
.section-under-heading a:hover::before {
width: 100%;
left: 0;
right: auto
}
.img-width {
width: 100%
}
.title-dec-text {
text-align: center;
max-width: 760px;
margin: auto
}
::-moz-selection {
color: #fff;
background-color: #0073b4
}
::selection {
color: #fff;
background-color: #0073b4
}
form input:focus::-webkit-input-placeholder {
color: transparent
}
form input:focus::-moz-placeholder {
color: transparent
}
form input:focus:-ms-input-placeholder {
color: transparent
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
form input::-moz-placeholder,
form textarea::-moz-placeholder {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
form input::placeholder,
form textarea::placeholder {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
color: #0073b4;
border-color: #0073b4
}
input[type=checkbox] {
position: relative;
background: 0 0;
border-width: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin: 0 10px 0 3px;
cursor: pointer
}
.swiper-pagination {
position: static;
display: block;
line-height: 1
}
.swiper-pagination--vertical {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 50px;
bottom: auto;
left: auto
}
.swiper-pagination--vertical .swiper-pagination-bullet {
display: block;
margin-bottom: 10px;
line-height: 1;
margin-right: 0
}
.swiper-pagination--vertical .swiper-pagination-bullet:last-child {
margin-bottom: 0
}
.swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
border: 0;
border-radius: 0;
background: 0 0;
opacity: 1;
position: relative;
outline: 0;
margin-right: 20px
}
.swiper-pagination .swiper-pagination-bullet:last-child {
margin-right: 0
}
.swiper-pagination .swiper-pagination-bullet:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 100%;
width: 8px;
height: 8px;
background: #d8d8d8;
z-index: 1;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.swiper-pagination .swiper-pagination-bullet:hover:before {
width: 12px;
height: 12px;
opacity: 1;
background: #0073b4
}
.swiper-pagination .swiper-pagination-bullet-active:before {
width: 12px;
height: 12px;
opacity: 1;
background: #0073b4
}
.site-wrapper-reveal {
background-color: #fff
}
.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet {
margin: 8px
}
.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet:hover:before {
width: 12px;
height: 12px;
opacity: 1;
background: #fff
}
.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet-active::before {
opacity: 1;
background: #fff;
width: 16px;
height: 16px;
-webkit-box-shadow: 0 0 9px #ededed;
box-shadow: 0 0 9px #ededed
}
.swiper-nav-button {
-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1), visibility .1s linear 2s, opacity .1s linear 2s;
transition: all .3s cubic-bezier(.645, .045, .355, 1), visibility .1s linear 2s, opacity .1s linear 2s;
background-image: none;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
outline: 0;
width: 48px;
height: 48px;
font-size: 24px;
color: #6d70a6;
border: 0;
border-radius: 50%;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .01);
box-shadow: 0 0 5px rgba(0, 0, 0, .01);
opacity: 0;
visibility: hidden;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
margin: 0;
top: 50%
}
.swiper-nav-button::before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: inherit;
color: #fff;
background: #fff
}
.swiper-nav-button:hover {
color: #fff
}
.swiper-nav-button:hover::before {
color: #fff;
background: #0073b4
}
.swiper-container {
-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.swiper-container:hover .swiper-nav-button {
opacity: 1;
visibility: visible
}
.swiper-nav-button i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.swiper-nav-button i::before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 300;
content: '\f104'
}
.swiper-nav-prev i::before {
content: '\f104'
}
.swiper-button-next i::before {
content: '\f105'
}
.swiper-wrapper {
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important
}
.single-element-wrap ul li {
margin-bottom: 15px
}
.single-element-wrap ul li:last-child {
margin-bottom: 0
}
.breadcrumb-area {
padding-top: 114px;
padding-bottom: 114px;
background-color: #f6f2ed;
background-repeat: no-repeat;
background-position: center center;
border-bottom-width: 0;
padding-top: 136px;
padding-bottom: 131px;
background-size: cover;
background-image: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/bg/title-bar-01-bg.jpg)
}
@media only screen and (max-width: 767px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:992px) and (max-width:1199px) {
.breadcrumb-area {
padding-top: 80px;
padding-bottom: 80px
}
}
.breadcrumb-list {
margin-top: 20px
}
.breadcrumb-list li {
display: inline-block;
font-size: 14px;
font-weight: 500;
letter-spacing: 2px;
line-height: 1.58;
text-transform: uppercase
}
.breadcrumb-list li a {
position: relative
}
.breadcrumb-list li a::after {
content: '';
width: 0;
height: 1px;
bottom: 0;
position: absolute;
left: auto;
right: 0;
z-index: -1;
-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
background: currentColor
}
.breadcrumb-list li a:hover::after {
width: 100%;
left: 0;
right: auto;
z-index: 0
}
.breadcrumb-list li.active {
color: #6d70a6
}
.page-pagination li {
display: inline-block
}
.page-pagination li a {
font-weight: 500;
padding: 0 10px;
display: block;
text-align: center;
line-height: 41px;
min-width: 41px;
height: 41px;
text-transform: uppercase;
color: #ababab;
letter-spacing: 2px;
border-radius: 8px
}
.page-pagination li a.current {
background: #f6f5f9;
color: #0073b4
}
.page-pagination li a:hover {
color: #0073b4
}
.preloader-active {
position: fixed;
top: 0;
left: 0;
overflow: hidden;
height: 100vh;
width: 100vw;
z-index: 99999
}
.preloader-active .preloader-area-wrap {
background-color: #fff;
position: absolute;
left: 0;
display: block;
top: 0;
height: 100%;
width: 100%;
z-index: 999999
}
.preloader-active .preloader-area-wrap .spinner div {
background-color: #0073b4;
border-radius: 50%;
width: 20px;
height: 20px;
margin-right: 15px;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both
}
.preloader-active .preloader-area-wrap .spinner div.bounce1 {
-webkit-animation-delay: -.32s;
animation-delay: -.32s
}
.preloader-active .preloader-area-wrap .spinner div.bounce2 {
-webkit-animation-delay: -.16s;
animation-delay: -.16s
}
@-webkit-keyframes sk-bouncedelay {
0%,
100%,
80% {
-webkit-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes sk-bouncedelay {
0%,
100%,
80% {
-webkit-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.preloader-area-wrap {
display: none
}
.open_tm_preloader {
position: fixed;
background-color: transparent;
z-index: 9999;
height: 100%;
width: 100%;
-webkit-transition: .2s all ease;
transition: .2s all ease;
-webkit-transition-delay: .5s;
transition-delay: .5s
}
.open_tm_preloader.loaded {
opacity: 0;
visibility: hidden
}
.open_tm_preloader.loaded:after,
.open_tm_preloader.loaded:before {
width: 0%
}
.open_tm_preloader:after,
.open_tm_preloader:before {
content: "";
position: absolute;
height: 100%;
width: 50%;
background-color: #fff;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out
}
.open_tm_preloader:before {
top: 0;
left: 0
}
.open_tm_preloader:after {
bottom: 0;
right: 0
}
.scroll-top {
position: fixed;
right: 30px;
bottom: -60px;
z-index: 999;
-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .03);
box-shadow: 0 30px 50px rgba(0, 0, 0, .03);
display: block;
padding: 0;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
font-size: 18px;
line-height: 60px;
cursor: pointer;
opacity: 0;
visibility: hidden;
background-color: #0073b4;
background-size: 200% auto;
background-position: left center;
color: #fff;
-webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
transition: all .5s cubic-bezier(.645, .045, .355, 1);
overflow: hidden
}
@media only screen and (max-width: 479px) {
.scroll-top {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px
}
}
.scroll-top.show {
visibility: visible;
opacity: 1;
bottom: 100px
}
.scroll-top i {
position: absolute;
top: 50%;
left: 50%;
color: #fff;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.scroll-top .arrow-top {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.scroll-top .arrow-bottom {
-webkit-transform: translate(-50%, 80px);
transform: translate(-50%, 80px)
}
.scroll-top:hover {
background-position: right center
}
.scroll-top:hover .arrow-top {
-webkit-transform: translate(-50%, -80px);
transform: translate(-50%, -80px)
}
.scroll-top:hover .arrow-bottom {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.separator-wrap {
text-align: center;
display: inline-block;
margin-top: 40px
}
.separator-wrap .dot {
border-radius: 50%;
-webkit-box-shadow: 0 0 12px #def0ff;
box-shadow: 0 0 12px #def0ff;
background: #000;
background-color: #0073b4;
-webkit-animation: separator-bounce 1.4s ease-in-out 0s infinite both;
animation: separator-bounce 1.4s ease-in-out 0s infinite both;
width: 14px;
height: 14px
}
.separator-wrap .dot.second-circle {
margin-top: 18px;
-webkit-animation-delay: -.16s;
animation-delay: -.16s
}
.separator-wrap .dot.third-circle {
margin-top: 14px;
-webkit-animation-delay: -.32s;
animation-delay: -.32s
}
@-webkit-keyframes separator-bounce {
0%,
100%,
80% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes separator-bounce {
0%,
100%,
80% {
-webkit-transform: scale(.5);
transform: scale(.5)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
#googleMap-1,
#googleMap-2,
#googleMap-3 {
height: 400px
}
.section-space--ptb_120 {
padding-top: 120px;
padding-bottom: 120px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--ptb_120 {
padding-top: 80px;
padding-bottom: 80px
}
}
@media only screen and (max-width: 767px) {
.section-space--ptb_120 {
padding-top: 60px;
padding-bottom: 60px
}
}
.section-space--pt_120 {
padding-top: 120px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pt_120 {
padding-top: 80px
}
}
@media only screen and (max-width: 767px) {
.section-space--pt_120 {
padding-top: 60px
}
}
.section-space--pb_120 {
padding-bottom: 120px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pb_120 {
padding-bottom: 80px
}
}
@media only screen and (max-width: 767px) {
.section-space--pb_120 {
padding-bottom: 60px
}
}
.section-space--ptb_50 {
padding-top: 50px;
padding-bottom: 50px
}
.pt-5 {
padding-top: 5px !important
}
.pt-25 {
padding-top: 25px !important
}
.ptb-5 {
padding-top: 5px;
padding-bottom: 5px
}
.ptb-20 {
padding-top: 20px;
padding-bottom: 20px
}
.ptb-40 {
padding-top: 40px;
padding-bottom: 40px
}
.section-space--ptb_100 {
padding-top: 100px;
padding-bottom: 100px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--ptb_100 {
padding-top: 80px;
padding-bottom: 80px
}
}
@media only screen and (max-width: 767px) {
.section-space--ptb_100 {
padding-top: 60px;
padding-bottom: 60px
}
}
.section-space--pt_100 {
padding-top: 100px
}
.section-space--pt_50 {
padding-top: 50px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pt_100 {
padding-top: 80px
}
}
@media only screen and (max-width: 767px) {
.section-space--pt_100 {
padding-top: 60px
}
}
.section-space--pb_100 {
padding-bottom: 100px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pb_80 {
padding-bottom: 80px
}
}
@media only screen and (max-width: 767px) {
.section-space--pb_100 {
padding-bottom: 60px
}
}
.section-space--ptb_90 {
padding-top: 90px;
padding-bottom: 90px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--ptb_90 {
padding-top: 60px;
padding-bottom: 60px
}
}
@media only screen and (max-width: 767px) {
.section-space--ptb_90 {
padding-top: 40px;
padding-bottom: 40px
}
}
.section-space--pt_90 {
padding-top: 90px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pt_90 {
padding-top: 60px
}
}
@media only screen and (max-width: 767px) {
.section-space--pt_90 {
padding-top: 40px
}
}
.section-space--pb_90 {
padding-bottom: 90px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pb_90 {
padding-bottom: 60px
}
}
@media only screen and (max-width: 767px) {
.section-space--pb_90 {
padding-bottom: 40px
}
}
.section-space--ptb_80 {
padding-top: 80px;
padding-bottom: 80px
}
.section-space--ptb_50 {
padding-top: 50px;
padding-bottom: 50px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--ptb_80 {
padding-top: 60px;
padding-bottom: 60px
}
}
@media only screen and (max-width: 767px) {
.section-space--ptb_80 {
padding-top: 40px;
padding-bottom: 40px
}
}
.section-space--pt_80 {
padding-top: 80px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pt_80 {
padding-top: 60px
}
}
@media only screen and (max-width: 767px) {
.section-space--pt_80 {
padding-top: 40px
}
}
.section-space--pb_80 {
padding-bottom: 90px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pb_80 {
padding-bottom: 60px
}
}
@media only screen and (max-width: 767px) {
.section-space--pb_80 {
padding-bottom: 40px
}
}
.section-space--ptb_70 {
padding-top: 70px;
padding-bottom: 70px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--ptb_70 {
padding-top: 40px;
padding-bottom: 40px
}
}
@media only screen and (max-width: 767px) {
.section-space--ptb_70 {
padding-top: 30px;
padding-bottom: 30px
}
}
.section-space--pt_70 {
padding-top: 70px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pt_70 {
padding-top: 40px
}
}
@media only screen and (max-width: 767px) {
.section-space--pt_70 {
padding-top: 30px
}
}
.section-space--pb_70 {
padding-bottom: 70px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pb_70 {
padding-bottom: 40px
}
}
@media only screen and (max-width: 767px) {
.section-space--pb_70 {
padding-bottom: 30px
}
}
.section-space--ptb_60 {
padding-top: 60px;
padding-bottom: 60px
}
.section-space--ptb_20 {
padding-top: 20px;
padding-bottom: 20px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--ptb_60 {
padding-top: 60px;
padding-bottom: 60px
}
}
@media only screen and (max-width: 767px) {
.section-space--ptb_60 {
padding-top: 60px;
padding-bottom: 60px
}
}
.section-space--pt_60 {
padding-top: 60px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pt_60 {
padding-top: 60px
}
}
@media only screen and (max-width: 767px) {
.section-space--pt_60 {
padding-top: 60px
}
}
.section-space--pb_60 {
padding-bottom: 60px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pb_60 {
padding-bottom: 60px
}
}
@media only screen and (max-width: 767px) {
.section-space--pb_60 {
padding-bottom: 60px
}
}
.section-space--pt_40 {
padding-top: 40px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pt_40 {
padding-top: 30px
}
}
@media only screen and (max-width: 767px) {
.section-space--pt_40 {
padding-top: 30px
}
}
.section-space--pb_40 {
padding-bottom: 40px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--pb_40 {
padding-bottom: 30px
}
}
@media only screen and (max-width: 767px) {
.section-space--pb_40 {
padding-bottom: 30px
}
}
.section-space--ptb_30 {
padding-top: 30px;
padding-bottom: 30px
}
.section-space--pt_30 {
padding-top: 30px
}
.section-space--pb_30 {
padding-bottom: 30px
}
.section-space--ptb_15 {
padding-top: 15px;
padding-bottom: 15px
}
.section-space--mt_15 {
margin-top: 15px
}
.section-space--mt_20 {
margin-top: 20px
}
.section-space--mt_30 {
margin-top: 30px
}
.section-space--mt_40 {
margin-top: 40px
}
.section-space--mt_50 {
margin-top: 50px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--mt_50 {
margin-top: 40px
}
}
@media only screen and (max-width: 767px) {
.section-space--mt_50 {
margin-top: 30px
}
}
.section-space--mt_60 {
margin-top: 60px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--mt_60 {
margin-top: 50px
}
}
@media only screen and (max-width: 767px) {
.section-space--mt_60 {
margin-top: 30px
}
}
.section-space--mt_70 {
margin-top: 70px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--mt_70 {
margin-top: 50px
}
}
@media only screen and (max-width: 767px) {
.section-space--mt_70 {
margin-top: 30px
}
}
.section-space--mt_80 {
margin-top: 80px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--mt_80 {
margin-top: 50px
}
}
@media only screen and (max-width: 767px) {
.section-space--mt_80 {
margin-top: 30px
}
}
.section-space--mt_100 {
margin-top: 100px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--mt_100 {
margin-top: 80px
}
}
@media only screen and (max-width: 767px) {
.section-space--mt_100 {
margin-top: 60px
}
}
.section-space--mt_120 {
margin-top: 120px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--mt_120 {
margin-top: 80px
}
}
@media only screen and (max-width: 767px) {
.section-space--mt_120 {
margin-top: 60px
}
}
.section-space--mb_15 {
margin-bottom: 15px
}
.section-space--mb_10 {
margin-bottom: 10px
}
.section-space--mb_20 {
margin-bottom: 20px
}
.section-space--mb_30 {
margin-bottom: 30px
}
.section-space--mb_40 {
margin-bottom: 40px
}
@media only screen and (max-width: 767px) {
.section-space--mb_40 {
margin-bottom: 30px
}
}
.section-space--mb_50 {
margin-bottom: 50px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--mb_50 {
margin-bottom: 40px
}
}
@media only screen and (max-width: 767px) {
.section-space--mb_50 {
margin-bottom: 30px
}
}
.section-space--mb_60 {
margin-bottom: 60px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--mb_60 {
margin-bottom: 50px
}
}
@media only screen and (max-width: 767px) {
.section-space--mb_60 {
margin-bottom: 30px
}
}
.section-space--mb_100 {
margin-bottom: 100px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--mb_100 {
margin-bottom: 80px
}
}
@media only screen and (max-width: 767px) {
.section-space--mb_100 {
margin-bottom: 60px
}
}
.section-space--mb_120 {
margin-bottom: 120px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.section-space--mb_120 {
margin-bottom: 80px
}
}
@media only screen and (max-width: 767px) {
.section-space--mb_120 {
margin-bottom: 60px
}
}
.mb-0 {
margin-bottom: 0 !important
}
.mb-10 {
margin-bottom: 10px !important
}
.mb-15 {
margin-bottom: 15px
}
.mb-20 {
margin-bottom: 20px
}
.mb-25 {
margin-bottom: 25px
}
.mb-30 {
margin-bottom: 30px
}
.mb-40 {
margin-bottom: 40px
}
.mt-5 {
margin-top: 5px !important
}
.mt-8 {
margin-top: 8px
}
.mt-10 {
margin-top: 10px
}
.mt-12 {
margin-top: 12px
}
.mt-15 {
margin-top: 15px
}
.mt-20 {
margin-top: 20px !important
}
.mt-25 {
margin-top: 25px
}
.mt-30 {
margin-top: 30px
}
.mt-35 {
margin-top: 35px
}
.mt-40 {
margin-top: 40px
}
.mt-50 {
margin-top: 50px
}
.mt-60 {
margin-top: 60px
}
.mt-70 {
margin-top: 70px
}
.mt-90 {
margin-top: 90px
}
.ml-10 {
margin-left: 10px
}
.ml-30 {
margin-left: 30px
}
@media only screen and (max-width: 767px) {
.small-mt__0 {
margin-top: 0
}
.small-mt__10 {
margin-top: 10px
}
.small-mt__20 {
margin-top: 20px
}
.small-mt__30 {
margin-top: 30px
}
.small-mt__40 {
margin-top: 40px
}
.small-mt__50 {
margin-top: 50px
}
.small-mt__60 {
margin-top: 60px
}
.small-mb__30 {
margin-bottom: 30px
}
.small-mb__40 {
margin-bottom: 40px
}
.small-mb__50 {
margin-bottom: 50px
}
.small-mb__60 {
margin-bottom: 60px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.tablet-mt__0 {
margin-top: 0
}
.tablet-mt__30 {
margin-top: 30px
}
.tablet-mt__40 {
margin-top: 40px
}
.tablet-mt__50 {
margin-top: 50px
}
.tablet-mt__60 {
margin-top: 60px
}
.tablet-mb__30 {
margin-bottom: 30px
}
.tablet-mb__40 {
margin-bottom: 40px
}
.tablet-mb__50 {
margin-bottom: 50px
}
.tablet-mb__60 {
margin-bottom: 60px
}
}
@-webkit-keyframes moveVertical {
to {
opacity: 1;
-webkit-transform: translateY(0)
}
}
@keyframes moveVertical {
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@-webkit-keyframes moveHorizontal {
to {
-webkit-transform: translateX(0);
opacity: 1
}
}
@keyframes moveHorizontal {
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
.move-up {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.move-up.animate {
-webkit-transform: translateY(100px);
transform: translateY(100px);
-webkit-animation: moveVertical .65s ease forwards;
animation: moveVertical .65s ease forwards
}
.move-up-x {
-webkit-transform: translateX(0);
transform: translateX(0)
}
.move-up-x.animate {
-webkit-transform: translateX(100px);
transform: translateX(100px);
-webkit-animation: moveHorizontal .65s ease forwards;
animation: moveHorizontal .65s ease forwards
}
@-webkit-keyframes headerSlideDown {
0% {
margin-top: -100px
}
to {
margin-top: 0
}
}
@keyframes headerSlideDown {
0% {
margin-top: -100px
}
to {
margin-top: 0
}
}
@-webkit-keyframes hide-animation {
0% {
-webkit-transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(60px);
opacity: 0
}
}
@keyframes hide-animation {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
to {
-webkit-transform: translateY(60px);
transform: translateY(60px);
opacity: 0
}
}
@-webkit-keyframes show-animation {
0% {
-webkit-transform: translateY(60px);
opacity: 0
}
to {
-webkit-transform: translateY(0);
opacity: 1
}
}
@keyframes show-animation {
0% {
-webkit-transform: translateY(60px);
transform: translateY(60px);
opacity: 0
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
}
@-webkit-keyframes slide-out-to-right {
0% {
-webkit-transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(40px);
opacity: 0
}
}
@keyframes slide-out-to-right {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
to {
-webkit-transform: translateX(60px);
transform: translateX(60px);
opacity: 0
}
}
@-webkit-keyframes slide-in-to-left {
0% {
-webkit-transform: translateX(60px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
opacity: 1
}
}
@keyframes slide-in-to-left {
0% {
-webkit-transform: translateX(40px);
transform: translateX(40px);
opacity: 0
}
to {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1
}
}
.brook-transition {
-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.bk-hover a {
position: relative;
overflow: hidden;
z-index: 1;
display: inline-block;
color: #999
}
.bk-hover a::after {
content: "";
width: 0;
height: 1px;
bottom: 0;
position: absolute;
left: auto;
right: 0;
z-index: -1;
-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
background: currentColor
}
.bk-hover a:hover::after {
width: 100%;
left: 0;
right: auto
}
@-webkit-keyframes separator-bounce {
0%,
80%,
to {
-webkit-transform: scale(.5);
transform: scale(.5)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes separator-bounce {
0%,
80%,
to {
-webkit-transform: scale(.5);
transform: scale(.5)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@media (min-width: 1600px) {
.container-fluid--cp-150 {
padding: 0 150px !important
}
}
@media (min-width: 1600px) and (max-width:1664px) {
.container-fluid--cp-150 {
padding: 0 110px !important
}
}
@media (min-width: 1200px) {
.container-fluid--cp-150 {
padding: 0 50px
}
}
@media (min-width: 1700px) {
.container-fluid--cp-140 {
padding: 0 140px !important
}
}
@media (min-width: 1700px) and (max-width:1663px) {
.container-fluid--cp-140 {
padding: 0 100px !important
}
}
@media (min-width: 1600px) and (max-width:1664px) {
.container-fluid--cp-140 {
padding: 0 30px !important
}
}
@media (min-width: 1200px) {
.container-fluid--cp-140 {
padding: 0 30px
}
}
@media (min-width: 1600px) {
.container-fluid--cp-120 {
padding: 0 120px !important
}
}
@media (min-width: 1600px) and (max-width:1664px) {
.container-fluid--cp-120 {
padding: 0 110px !important
}
}
@media (min-width: 1200px) {
.container-fluid--cp-120 {
padding: 0 50px
}
}
@media (min-width: 1600px) {
.container-fluid--cp-80 {
padding: 0 80px !important
}
}
@media (min-width: 1600px) and (max-width:1664px) {
.container-fluid--cp-80 {
padding: 0 30px !important
}
}
@media (min-width: 1200px) {
.container-fluid--cp-80 {
padding: 0 30px
}
}
.container-fluid--cp-60 {
padding: 0 60px
}
@media only screen and (max-width: 767px) {
.container-fluid--cp-60 {
padding: 0 15px
}
}
.container-fluid--cp-30 {
padding: 0 30px
}
@media only screen and (max-width: 767px) {
.container-fluid--cp-30 {
padding: 0 15px
}
}
@media (min-width: 1200px) {
.page-content-double-sidebar .container {
max-width: 1600px
}
}
@media (max-width: 1919px) {
.container-fluid--cp-60 {
padding: 0 30px
}
.container-fluid--cp-80 {
padding: 0 40px
}
}
@media only screen and (max-width: 1919px) and (max-width:767px) {
.container-fluid--cp-80 {
padding: 0 30px
}
}
@media only screen and (max-width: 1919px) and (max-width:575px) {
.container-fluid--cp-80 {
padding: 0 15px
}
}
@media (min-width: 1200px) {
.container {
max-width: 1200px
}
}
.container_fl {
padding-left: 15px;
padding-right: 15px
}
.col-06__left {
width: 600px;
max-width: 100%;
float: right
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.col-06__left {
float: none;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px
}
}
.col-06__right {
width: 600px;
max-width: 100%;
float: left
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.col-06__right {
float: none;
margin-left: auto;
margin-right: auto
}
}
.banner-image__content {
width: 570px;
max-width: 100%
}
.row--35 {
margin-left: -35px;
margin-right: -35px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.row--35 {
margin-left: -15px;
margin-right: -15px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.row--35 {
margin-left: -15px;
margin-right: -15px
}
}
@media only screen and (max-width: 767px) {
.row--35 {
margin-left: -15px !important;
margin-right: -15px !important
}
}
.row--35>[class*=col-],
.row--35>[class*=col] {
padding-left: 35px;
padding-right: 35px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.row--35>[class*=col-],
.row--35>[class*=col] {
padding-left: 15px;
padding-right: 15px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.row--35>[class*=col-],
.row--35>[class*=col] {
padding-left: 15px !important;
padding-right: 15px !important
}
}
@media only screen and (max-width: 767px) {
.row--35>[class*=col-],
.row--35>[class*=col] {
padding-left: 15px !important;
padding-right: 15px !important
}
}
.row--30 {
margin-left: -30px;
margin-right: -30px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.row--30 {
margin-left: -15px;
margin-right: -15px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.row--30 {
margin-left: -15px;
margin-right: -15px
}
}
@media only screen and (max-width: 767px) {
.row--30 {
margin-left: -15px !important;
margin-right: -15px !important
}
}
.row--30>[class*=col-],
.row--30>[class*=col] {
padding-left: 30px;
padding-right: 30px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.row--30>[class*=col-],
.row--30>[class*=col] {
padding-left: 15px;
padding-right: 15px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.row--30>[class*=col-],
.row--30>[class*=col] {
padding-left: 15px !important;
padding-right: 15px !important
}
}
@media only screen and (max-width: 767px) {
.row--30>[class*=col-],
.row--30>[class*=col] {
padding-left: 15px !important;
padding-right: 15px !important
}
}
.header-area--absolute {
box-shadow: 0 0 10px 4px rgba(128, 128, 128, .05);
}
.header-area .is-sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
-webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
z-index: 999;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
-webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
background-color: #fff
}
.header-area .is-sticky .navigation-menu--text_white>ul>li>a {
color: #444
}
.header-area .is-sticky .navigation-menu--text_white>ul>li>a>span:after {
background-color: #444
}
.header-area .is-sticky .navigation-menu--text_white>ul>li.active>a {
color: #000
}
.header-area .is-sticky .navigation-menu--text_white>ul>li.active>a:after,
.header-area .is-sticky .navigation-menu--text_white>ul>li:hover>a:after {
color: #000
}
.header-area .is-sticky .navigation-menu--text_white>ul>li.active>a>span,
.header-area .is-sticky .navigation-menu--text_white>ul>li:hover>a>span {
color: #000
}
.header-area .is-sticky .header-search-form .search-form-top .style-02 {
background-color: transparent;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 {
background-color: transparent;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder,
.header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-webkit-input-placeholder {
color: #333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-moz-placeholder,
.header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-moz-placeholder {
color: #333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input:-ms-input-placeholder,
.header-area .is-sticky .header-search-form .search-form-top.style-03 textarea:-ms-input-placeholder {
color: #333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-ms-input-placeholder,
.header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-ms-input-placeholder {
color: #333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder,
.header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-webkit-input-placeholder {
color: #333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input:-ms-input-placeholder,
.header-area .is-sticky .header-search-form .search-form-top.style-03 textarea:-ms-input-placeholder {
color: #333
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 input::placeholder,
.header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::placeholder {
color: #333
}
.header-area .is-sticky .header-search-form .search-form-top .search-field {
color: #000
}
.header-area .is-sticky .header-search-form .search-form-top .search-submit {
color: #333
}
.header-area .is-sticky .header__logo .dark-logo {
display: inherit
}
.header-area .is-sticky .header__logo .light-logo {
display: none
}
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li>a {
color: #333
}
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li.active>a:after,
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li:hover>a:after {
color: #333
}
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li.active>a>span,
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li:hover>a>span {
color: #333
}
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li.active>a:before,
.header-area .is-sticky .menu-style-four .navigation-menu>ul>li:hover>a:before {
width: 100%;
left: 0
}
.header-area .is-sticky .header-search-form-two.white-icon a {
color: #333
}
@media only screen and (min-width: 992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
.header-area.is-sticky.only-mobile-sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
-webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
z-index: 999;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
-webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
background-color: #fff
}
}
@media only screen and (min-width: 992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
.header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
display: none !important
}
}
.header-area--absolute {
position: absolute;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 5
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.header-area--absolute {
position: static;
position: fixed;
}
}
.header-area--absolute__inner {
position: absolute;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 5
}
.header-area--default {
border-color: #e4e8f6;
-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
box-shadow: 0 10px 15px rgba(0, 0, 0, .05)
}
.header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.header__logo {
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
padding: 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-negative: 0;
flex-shrink: 0
}
.header__logo.top-logo {
padding: 25px 0
}
@media only screen and (min-width: 992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
.header__logo {
-ms-flex-preferred-size: 20%;
flex-basis: 20%
}
}
@media only screen and (max-width: 767px) {
.header__logo {
-ms-flex-preferred-size: 50%;
flex-basis: 50%
}
.header__logo.top-logo {
padding: 15px 0
}
}
.header__logo .dark-logo {
display: none
}
.header__logo .light-logo {
display: inherit
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.header__logo .dark-logo {
display: inherit
}
.header__logo .light-logo {
display: none
}
}
.header.default-menu-style .header__logo {
-ms-flex-preferred-size: 23.5%;
flex-basis: 23.5%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 14px 0
}
@media only screen and (min-width: 992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
.header.default-menu-style .header__logo {
-ms-flex-preferred-size: 40%;
flex-basis: 40%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
}
@media only screen and (max-width: 767px) {
.header.default-menu-style .header__logo {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
}
.header.default-menu-style .header-midle-box {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.header.default-menu-style .header-right-box {
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-preferred-size: 23.5%;
flex-basis: 23.5%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.header.default-menu-style .header-right-box {
-ms-flex-preferred-size: 23%;
flex-basis: 23%
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.header.default-menu-style .header-right-box {
-ms-flex-preferred-size: 60%;
flex-basis: 60%
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.header.default-menu-style .header-right-box {
-ms-flex-preferred-size: 60%;
flex-basis: 60%
}
}
@media only screen and (max-width: 767px) {
.header.default-menu-style .header-right-box {
-ms-flex-preferred-size: 50%;
flex-basis: 50%
}
}
.header.default-menu-style .header-right-box .header-right-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -12px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-negative: 0;
flex-shrink: 0
}
@media only screen and (max-width: 767px) {
.header.default-menu-style .header-right-box .header-right-inner {
margin: auto
}
}
.language-menu {
padding-right: 25px
}
.language-menu>ul>li {
position: relative;
display: inline-block;
line-height: 1;
padding: 0 10px
}
.language-menu>ul>li>a {
padding: 0 10px;
font-weight: 500;
color: #333;
text-transform: uppercase
}
.language-menu>ul>li>a span {
margin-left: 10px
}
.language-menu>ul>li>a::after {
content: '\f078';
font-size: 8px;
border: 0;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
font-weight: 900;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 900
}
.language-menu>ul>li ul {
min-width: 200px;
opacity: 0;
visibility: hidden;
position: absolute;
top: 100%;
right: 0;
left: 0;
padding: 0;
margin: 0;
list-style-type: none;
z-index: 102;
-webkit-box-shadow: 0 0 37px rgba(0, 0, 0, .07);
box-shadow: 0 0 37px rgba(0, 0, 0, .07);
-webkit-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.language-menu>ul>li ul li a {
font-weight: 500;
color: #333;
text-transform: uppercase;
display: block;
text-decoration: none;
padding: 10px;
border: 0;
background: #fff;
color: #222;
line-height: 1;
text-transform: uppercase
}
.language-menu>ul>li ul li a span {
margin-left: 10px
}
.language-menu>ul>li ul li a img {
width: 24px;
height: auto
}
.language-menu>ul>li ul li a:hover {
background: #eee
}
.language-menu>ul>li:hover ul {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(10px);
transform: translateY(10px)
}
.header-right {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.header-right-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -12px;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-negative: 0;
flex-shrink: 0;
padding: 0 12px
}
@media only screen and (max-width: 767px) {
.header-right-inner {
position: absolute;
top: 100%;
left: 0;
right: 0;
margin: auto;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px;
-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .09);
box-shadow: 0 15px 40px rgba(0, 0, 0, .09);
-webkit-transform: translateY(30px);
transform: translateY(30px);
background-color: #fff;
visibility: hidden;
opacity: 0;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
}
@media only screen and (max-width: 767px) {
.header-right-inner.active {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
z-index: 999
}
}
@media only screen and (max-width: 767px) {
.header-right-box .header-right-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
}
@media only screen and (max-width: 575px) {
.header-right-box .header-right-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
}
.header-top-info-slider-werap {
overflow: hidden;
max-width: 770px;
width: 100%
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.header-top-info-slider-werap {
max-width: 540px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.header-top-info-slider-werap {
max-width: 280px
}
}
@media only screen and (max-width: 767px) {
.header-top-info-slider-werap {
max-width: 100%
}
}
.header-top-info-slider-werap {
padding: 0 12px
}
@media only screen and (max-width: 767px) {
.header-top-info-slider-werap {
padding: 0 0
}
}
.header-top-info-inner .info-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-left: 1px solid #ddd;
padding-left: 19px
}
.header-top-info-inner .info-item .info-icon {
width: 41px;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 30px;
line-height: 1;
color: #d2a98e
}
.header-top-info-inner .info-item .info-content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.header-top-info-inner .info-item .info-content .info-title {
font-size: 14px;
font-weight: 700;
line-height: 1.18;
margin-bottom: 6px
}
.header-top-info-inner .info-item .info-content .info-sub-title {
font-size: 14px
}
@media only screen and (max-width: 767px) {
.header-top-info-inner .info-item {
padding-left: 0;
margin-top: 20px
}
}
.header-top-info-inner.default-color .info-item .info-icon {
color: #0073b4
}
.top-info-slider__container {
cursor: w-resize
}
.top-info-slider__container .swiper-slide-active .info-item {
border-left: none
}
.header-social-networks.style-icons a {
display: inline-block;
padding: 0 10px;
font-size: 18px;
margin-top: 10px
}
.header-bottom-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.header-bottom-left-wrap {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.header-search-form {
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch
}
.header-search-form .search-form-top {
position: relative;
background-color: rgba(0, 47, 166, .3)
}
.header-search-form .search-form-top .search-field {
width: 270px;
border-radius: 0;
border: 0 !important;
background: 0 0 !important;
min-height: 60px;
padding-right: 50px;
padding-left: 10px;
color: #fff
}
.header-search-form .search-form-top input::-webkit-input-placeholder,
.header-search-form .search-form-top textarea::-webkit-input-placeholder {
color: #333
}
.header-search-form .search-form-top input::-moz-placeholder,
.header-search-form .search-form-top textarea::-moz-placeholder {
color: #333
}
.header-search-form .search-form-top input:-ms-input-placeholder,
.header-search-form .search-form-top textarea:-ms-input-placeholder {
color: #333
}
.header-search-form .search-form-top input::-ms-input-placeholder,
.header-search-form .search-form-top textarea::-ms-input-placeholder {
color: #333
}
.header-search-form .search-form-top input::-webkit-input-placeholder,
.header-search-form .search-form-top textarea::-webkit-input-placeholder {
color: #333
}
.header-search-form .search-form-top input:-ms-input-placeholder,
.header-search-form .search-form-top textarea:-ms-input-placeholder {
color: #333
}
.header-search-form .search-form-top input::placeholder,
.header-search-form .search-form-top textarea::placeholder {
color: #333
}
.header-search-form .search-form-top .search-submit {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
font-size: 18px;
background: 0 0;
width: 48px;
height: 48px;
line-height: 50px;
padding: 0;
border: 0;
color: #fff
}
.header-search-form .search-form-top.style-02 {
border-left: 1px solid #ededed;
border-right: 1px solid #ededed
}
.header-search-form .search-form-top.style-02 .search-field {
width: 232px;
border-radius: 0;
background: #fff !important;
border: 0 !important;
min-height: 60px;
color: #333
}
.header-search-form .search-form-top.style-02 .search-submit {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
font-size: 18px;
background: 0 0;
width: 48px;
height: 48px;
line-height: 50px;
padding: 0;
border: 0;
color: #000
}
.header-search-form .search-form-top.style-03 input::-webkit-input-placeholder {
color: #ddd
}
.header-search-form .search-form-top.style-03 input::-moz-placeholder {
color: #ddd
}
.header-search-form .search-form-top.style-03 input:-ms-input-placeholder {
color: #ddd
}
.header-search-form .search-form-top.style-03 input::-ms-input-placeholder {
color: #ddd
}
.header-search-form .search-form-top.style-03 input::-webkit-input-placeholder {
color: #ddd
}
.header-search-form .search-form-top.style-03 input:-ms-input-placeholder {
color: #ddd
}
.header-search-form .search-form-top.style-03 input::placeholder {
color: #ddd
}
.header-search-form.default-search {
height: 100%
}
.header-search-form.default-search .search-form-top {
background: 0 0;
border-left: 1px solid #eee;
margin-right: -15px
}
@media only screen and (max-width: 575px) {
.header-search-form.default-search .search-form-top {
margin-top: 15px;
background: #eee
}
}
.header-search-form.default-search .search-form-top .search-field {
max-width: 225px;
color: #333;
min-height: 80px
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.header-search-form.default-search .search-form-top .search-field {
max-width: 160px
}
}
@media only screen and (max-width: 767px) {
.header-search-form.default-search .search-form-top .search-field {
min-height: 40px
}
}
.header-search-form.default-search .search-form-top .search-submit {
color: #000
}
.header-search-form-two {
padding-left: 24px;
display: block
}
.header-search-form-two a {
line-height: 0;
font-size: 18px
}
.header-search-form-two a:hover {
-webkit-transform: scale(1.15, 1.15);
transform: scale(1.15, 1.15)
}
.header-search-form-two.white-icon a {
color: #fff
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.header-search-form-two.white-icon a {
color: #333
}
}
.top-bar-left {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.top-bar-left .top-bar-text {
font-size: 14px;
line-height: 1.78
}
.top-bar-left .top-bar-text .font-medium {
font-weight: 500
}
.top-bar-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 50px
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item {
display: inline-block;
margin-left: 15px;
font-size: 14px
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item:first-child {
margin-left: 0
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item .info-icon {
margin-right: 5px;
font-size: 14px
}
.top-message {
padding: 10px 0;
font-size: 14px;
line-height: 1.78
}
.top-message a {
color: #002fa6;
font-weight: 500
}
.top-message a:hover {
color: #d2a98e
}
.navigation-menu>ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.navigation-menu>ul>li {
margin: 0 24px
}
@media only screen and (min-width: 1500px) and (max-width:1599px) {
.navigation-menu>ul>li {
margin: 0 22px
}
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.navigation-menu>ul>li {
margin: 0 15px
}
}
.navigation-menu>ul>li>a {
display: block;
color: #333 !important;
padding: 21px 2px !important;
position: relative;
font-size: 16px;
font-weight: 500;
line-height: 1.18
}
.navigation-menu>ul>li>a:before {
content: '';
width: 0;
height: 3px;
bottom: 0;
position: absolute;
left: 0;
background-color: #0073b4;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
}
.navigation-menu>ul>li.has-children>a {
position: relative
}
.navigation-menu>ul>li.has-children>a:after {
position: static;
margin-left: 5px;
font-family: "Font Awesome 5 Pro";
content: '\f107';
font-size: 14px;
vertical-align: middle;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.navigation-menu>ul>li.has-children--multilevel-submenu {
position: relative
}
.navigation-menu>ul>li.has-children:hover .megamenu {
-webkit-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1
}
.navigation-menu>ul>li.has-children:hover .megamenu--home-variation__item {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
.navigation-menu>ul>li.has-children:hover>.submenu {
-webkit-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1
}
.navigation-menu>ul>li.active>a:after,
.navigation-menu>ul>li:hover>a:after {
color: #000
}
.navigation-menu>ul>li.active>a span,
.navigation-menu>ul>li:hover>a span {
color: #000
}
.navigation-menu>ul>li.active>a:before,
.navigation-menu>ul>li:hover>a:before {
width: 100%;
left: 0
}
.navigation-menu.primary--menu>ul>li>a {
padding: 18px 0
}
.navigation-menu--text_white>ul>li>a {
color: rgba(255, 255, 255, .7)
}
.navigation-menu--text_white>ul>li>a:before {
background-color: #fff
}
.navigation-menu--text_white>ul>li.active>a {
color: #fff
}
.navigation-menu--text_white>ul>li.active>a:after,
.navigation-menu--text_white>ul>li:hover>a:after {
color: #fff
}
.navigation-menu--text_white>ul>li.active>a>span,
.navigation-menu--text_white>ul>li:hover>a>span {
color: #fff
}
.header-bottom-left-wrap .navigation-menu>ul>li:first-child {
margin: 0
}
.submenu {
position: absolute;
top: 100%;
left: 0;
-webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, .05);
box-shadow: 0 2px 29px rgba(0, 0, 0, .05);
border-bottom: 3px solid #0073b4;
background-color: #fff;
-webkit-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
-webkit-transition-delay: .2s;
transition-delay: .2s;
-webkit-transition-duration: .4s;
transition-duration: .4s;
visibility: hidden;
opacity: 0;
min-width: 296px;
padding: 20px 0;
z-index: 9
}
.submenu>li {
position: relative
}
.submenu>li>a {
display: block;
padding: 5px 30px;
color: #4a4a4a;
font-size: 14px;
font-weight: 400;
-webkit-transition: 0s;
transition: 0s
}
.submenu>li>a>span {
position: relative
}
.submenu>li>a>span:after {
content: '';
width: 0;
height: 1px;
bottom: 0;
position: absolute;
left: auto;
right: 0;
z-index: -1;
background-color: #0073b4;
-webkit-transition: .3s;
transition: .3s
}
.submenu>li>a:hover {
color: #0073b4
}
.submenu>li>a:hover>span:after {
width: 100%;
left: 0;
right: auto
}
.submenu>li:hover>.submenu {
-webkit-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1;
z-index: 9
}
.submenu>li.active>a {
color: #0073b4
}
.submenu>li.has-children>a {
position: relative;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.submenu>li.has-children>a:after {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-family: "Font Awesome 5 Pro";
content: '\f105';
font-size: 14px;
vertical-align: middle;
color: #ababab
}
.submenu>li.has-children>a:hover:after {
color: #0073b4
}
.submenu>li.has-children.active>a {
color: #0073b4
}
.submenu .submenu {
top: 0;
left: 100%;
right: auto
}
.submenu .submenu.left {
right: 100%;
left: auto
}
.submenu .submenu .submenu {
top: 0;
left: 100%;
right: auto
}
.submenu .submenu .submenu.left {
right: 100%;
left: auto
}
.submenu .submenu .submenu .submenu {
top: 0;
left: 100%;
right: auto
}
.submenu .submenu .submenu .submenu.left {
right: 100%;
left: auto
}
.submenu .submenu .submenu .submenu .submenu {
top: 0;
left: 100%;
right: auto
}
.submenu .submenu .submenu .submenu .submenu.left {
right: 100%;
left: auto
}
.menu-style-four .navigation-menu>ul>li,
.menu-style-three .navigation-menu>ul>li {
padding-left: 10px;
padding-right: 10px;
margin: 0
}
@media only screen and (min-width: 1500px) and (max-width:1599px) {
.menu-style-four .navigation-menu>ul>li,
.menu-style-three .navigation-menu>ul>li {
padding-left: 22px;
padding-right: 22px
}
}
.menu-style-four .navigation-menu>ul>li.active>a:before,
.menu-style-four .navigation-menu>ul>li:hover>a:before,
.menu-style-three .navigation-menu>ul>li.active>a:before,
.menu-style-three .navigation-menu>ul>li:hover>a:before {
width: 0%;
left: 0
}
.menu-style-four .submenu.left,
.menu-style-three .submenu.left {
left: -100px
}
.menu-style-four .submenu.left .submenu.left,
.menu-style-three .submenu.left .submenu.left {
right: 100%;
left: auto
}
.menu-style-four .navigation-menu>ul>li>a {
color: #333
}
.menu-style-four .navigation-menu>ul>li>a:before {
content: '';
width: 0;
height: 3px;
bottom: 0;
position: absolute;
left: 0;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.menu-style-four .navigation-menu>ul>li.active>a:after,
.menu-style-four .navigation-menu>ul>li:hover>a:after {
color: #333
}
.menu-style-four .navigation-menu>ul>li.active>a>span,
.menu-style-four .navigation-menu>ul>li:hover>a>span {
color: #333
}
.menu-style-four .navigation-menu>ul>li.active>a:before,
.menu-style-four .navigation-menu>ul>li:hover>a:before {
width: 100%;
left: 0
}
.megamenu {
position: absolute;
top: 100%;
left: 0;
-webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, .05);
box-shadow: 0 2px 29px rgba(0, 0, 0, .05);
border-bottom: 3px solid #0073b4;
background-color: #fff;
-webkit-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
-webkit-transition-delay: .2s;
transition-delay: .2s;
-webkit-transition-duration: .4s;
transition-duration: .4s;
visibility: hidden;
opacity: 0;
z-index: 9
}
.megamenu--mega {
min-width: 980px;
width: 100%;
padding: 35px 20px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.megamenu--mega {
padding-left: 50px;
padding-right: 50px
}
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.megamenu--mega {
min-width: 700px
}
}
.megamenu--mega>li {
-ms-flex-preferred-size: 22%;
flex-basis: 22%;
padding-left: 15px;
padding-right: 15px
}
.megamenu--mega>li .page-list-title {
font-size: 14px;
margin-bottom: 20px;
color: #333
}
.megamenu--mega>li>ul>li>a {
padding: 10px 0;
color: #ababab;
line-height: 1.2;
-webkit-transition: .1s;
transition: .1s
}
.megamenu--mega>li>ul>li>a:hover {
color: #0073b4
}
.megamenu--mega>li>ul>li>a:hover span:after {
width: 100%;
left: 0;
right: auto
}
.megamenu--mega>li>ul>li>a>span {
position: relative
}
.megamenu--mega>li>ul>li>a>span:after {
content: '';
width: 0;
height: 1px;
bottom: 0;
position: absolute;
left: auto;
right: 0;
z-index: -1;
background-color: #0073b4;
-webkit-transition: .3s;
transition: .3s
}
.megamenu--mega>li>ul>li.active>a {
color: #0073b4
}
.container-fluid .megamenu--mega {
padding: 35px 220px 30px
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.container-fluid .megamenu--mega {
padding-left: 50px;
padding-right: 50px
}
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.container-fluid .megamenu--mega {
padding-left: 50px;
padding-right: 50px
}
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.container-fluid .megamenu--mega {
min-width: 700px
}
}
.mobile-navigation-icon {
width: 24px;
height: 25px;
position: relative;
cursor: pointer;
display: inline-block;
margin-left: 30px
}
.mobile-navigation-icon:hover i {
background-color: #0073b4
}
.mobile-navigation-icon:hover i:before {
width: 80%;
background-color: #0073b4
}
.mobile-navigation-icon:hover i:after {
background-color: #0073b4;
width: 60%
}
.mobile-navigation-icon i {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 2px;
background-color: #333;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.mobile-navigation-icon i:before {
position: absolute;
bottom: 8px;
left: 0;
width: 100%;
height: 2px;
background-color: #333;
content: "";
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.mobile-navigation-icon i:after {
position: absolute;
bottom: -8px;
left: 0;
width: 100%;
height: 2px;
background-color: #333;
content: "";
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.mobile-navigation-icon.white-md-icon i {
background-color: #fff
}
.mobile-navigation-icon.white-md-icon i:before {
background-color: #fff
}
.mobile-navigation-icon.white-md-icon i:after {
background-color: #fff
}
.mobile-navigation-icon.white-md-icon:hover i {
background-color: #0073b4
}
.mobile-navigation-icon.white-md-icon:hover i:before {
width: 80%;
background-color: #0073b4
}
.mobile-navigation-icon.white-md-icon:hover i:after {
background-color: #0073b4;
width: 60%
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.is-sticky .white-md-icon i {
background-color: #333
}
.is-sticky .white-md-icon i:before {
background-color: #333
}
.is-sticky .white-md-icon i:after {
background-color: #333
}
}
.page-open-off-sidebar:hover i {
width: 100%
}
.page-open-off-sidebar:hover i:before {
width: 100%
}
.page-open-off-sidebar:hover i:after {
width: 100%
}
.page-open-off-sidebar i {
width: 100%;
background-color: #333
}
.page-open-off-sidebar i:before {
width: 70%;
background-color: #333
}
.page-open-off-sidebar i:after {
width: 70%;
background-color: #333
}
.hidden-icons-menu {
margin-left: 15px
}
.hidden-icons-menu a {
color: #6d70a6;
font-size: 20px
}
.hidden-icons-menu a:hover {
color: #0073b4
}
.mobile-menu-overlay,
.page-oppen-off-sidebar {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #333;
overflow: auto;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
z-index: 9999;
background: rgba(0, 0, 0, .7);
cursor: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/icons/light-close.png) 16 16, pointer;
visibility: hidden;
opacity: 0
}
.mobile-menu-overlay__inner,
.page-oppen-off-sidebar__inner {
-webkit-transform: translateX(120%);
transform: translateX(120%);
width: 400px;
height: 100%;
float: right;
cursor: default;
background: #0073b4;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
overflow-y: auto
}
@media only screen and (max-width: 479px) {
.mobile-menu-overlay__inner,
.page-oppen-off-sidebar__inner {
width: 300px
}
}
.mobile-menu-overlay.active,
.page-oppen-off-sidebar.active {
visibility: visible;
opacity: 1
}
.mobile-menu-overlay.active .mobile-menu-overlay__inner,
.page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
-webkit-transform: translateX(0);
transform: translateX(0)
}
.mobile-menu-overlay__header,
.page-oppen-off-sidebar__header {
background-color: #fff;
padding: 15px 0
}
.mobile-menu-overlay__header .mobile-navigation-close-icon,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon {
position: relative;
cursor: pointer;
height: 40px;
width: 40px;
line-height: 40px;
display: inline-block
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:before,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
position: absolute;
top: 23px;
left: 8px;
content: '';
width: 24px;
height: 3px;
background: #333;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:after,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
position: absolute;
top: 23px;
left: 8px;
content: '';
width: 24px;
height: 3px;
background: #333;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
color: #0073b4
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after,
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before {
-webkit-transform: none;
transform: none
}
.mobile-menu-overlay__body,
.page-oppen-off-sidebar__body {
padding: 20px 40px 100px
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li {
border-bottom: 1px solid rgba(255, 255, 255, .15)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li>a {
display: block;
color: #fff;
padding-top: 18px;
padding-bottom: 18px;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a:hover,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li>a:hover {
color: #fff
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li:last-child,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li:last-child {
border-bottom: 0
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children {
position: relative
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children.active .menu-expand:before,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children.active .menu-expand:before {
content: '\f106'
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .menu-expand {
position: absolute;
right: 0;
top: 12px;
width: 40px;
height: 40px;
background: rgba(255, 255, 255, .1);
color: #fff;
text-align: center;
line-height: 40px;
cursor: pointer;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:hover,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .menu-expand:hover {
background: rgba(255, 255, 255, .2)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:before,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .menu-expand:before {
content: '\f107';
font-size: 18px;
font-family: "Font Awesome 5 Pro"
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu {
padding: 12px 0 14px 10px;
border-top: 1px solid rgba(255, 255, 255, .15)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li {
border-bottom: 1px solid rgba(255, 255, 255, .15)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li a {
display: block;
font-size: 15px;
color: rgba(255, 255, 255, .7);
font-weight: 500;
line-height: 1.5;
padding: 10px 0
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a:hover,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li a:hover {
color: #fff
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li:last-child,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li:last-child {
border-bottom: 0
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children {
position: relative
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children.active .menu-expand:before,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children.active .menu-expand:before {
content: "\f106"
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand {
position: absolute;
right: 0;
top: 6px;
width: 30px;
height: 30px;
background: rgba(255, 255, 255, .1);
color: #fff;
text-align: center;
line-height: 30px;
cursor: pointer;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:hover,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:hover {
background: rgba(255, 255, 255, .2)
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:before,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:before {
content: '\f107';
font-size: 16px;
font-family: "Font Awesome 5 Pro";
font-weight: 500
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children {
position: relative
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
content: "\f106"
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
content: '\f107';
font-size: 16px;
font-family: "Font Awesome 5 Pro";
font-weight: 500
}
.mobile-menu-overlay__body .offcanvas-navigation--onepage>ul>li.active>a,
.page-oppen-off-sidebar__body .offcanvas-navigation--onepage>ul>li.active>a {
font-weight: 700
}
.page-oppen-off-sidebar {
right: 0
}
.page-oppen-off-sidebar__inner {
-webkit-transform: translateX(100%);
transform: translateX(100%);
width: 400px;
float: right;
background: #fff
}
@media only screen and (max-width: 479px) {
.page-oppen-off-sidebar__inner {
width: 300px
}
}
.page-oppen-off-sidebar.active .page-oppen-off-sidebar__inner {
-webkit-transform: translateX(0);
transform: translateX(0)
}
.page-oppen-off-sidebar__header {
background: #fff;
padding: 15px 35px
}
.page-oppen-off-sidebar .off-sidebar-contact-info--list .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 12px
}
.page-oppen-off-sidebar .off-sidebar-contact-info--list .item .icon {
color: #6d70a6;
min-width: calc(1em + 18px);
font-size: 16px
}
.page-oppen-off-sidebar .off-sidebar-contact-info--list .item a:hover {
color: #38cb89
}
.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list {
overflow: hidden
}
.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li {
width: 50%;
float: left;
margin-bottom: 8px
}
.page-oppen-off-sidebar .off-sidebar-contact-info .off-sidebar-widget__list li a {
line-height: 17px
}
.search-overlay {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #333;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
z-index: 9999;
visibility: hidden;
opacity: 0;
overflow: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.search-overlay__inner {
width: 100%;
height: 100%;
cursor: default;
background: #fff;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
overflow-y: hidden;
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
}
.search-overlay.active {
-webkit-transform: translateY(0);
transform: translateY(0);
visibility: visible;
opacity: 1
}
.search-overlay__header {
background-color: #fff;
padding: 15px 0
}
.search-overlay__header .mobile-navigation-close-icon {
position: relative;
cursor: pointer;
height: 48px;
width: 48px;
line-height: 48px;
display: inline-block
}
.search-overlay__header .mobile-navigation-close-icon:before {
position: absolute;
top: 28px;
left: 0;
content: '';
width: 42px;
height: 3px;
background: #333;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.search-overlay__header .mobile-navigation-close-icon:after {
position: absolute;
top: 28px;
left: 0;
content: '';
width: 42px;
height: 3px;
background: #333;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.search-overlay__header .mobile-navigation-close-icon:hover {
color: #0073b4
}
.search-overlay__header .mobile-navigation-close-icon:hover:after,
.search-overlay__header .mobile-navigation-close-icon:hover:before {
-webkit-transform: none;
transform: none
}
.search-overlay__body {
width: 100%;
margin: 0 auto;
margin-bottom: 75px
}
.search-overlay__form {
position: relative;
max-width: 1200px;
padding: 0 15px;
width: 100%;
margin: auto
}
.search-overlay__form input {
background-color: transparent;
border: 0;
border-bottom: 2px solid #0073b4;
border-radius: 0;
padding: 15px 50px 15px 0;
width: 100%;
color: #fff;
font-size: 72px;
height: 100px
}
@media only screen and (max-width: 767px) {
.search-overlay__form input {
font-size: 30px;
height: 60px
}
}
.search-overlay__form input::-webkit-input-placeholder {
color: #0073b4;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.search-overlay__form input::-moz-placeholder {
color: #0073b4;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.search-overlay__form input:-ms-input-placeholder {
color: #0073b4;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.search-overlay__form input::-ms-input-placeholder {
color: #0073b4;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.search-overlay__form input::-webkit-input-placeholder {
color: #0073b4;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.search-overlay__form input:-ms-input-placeholder {
color: #0073b4;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.search-overlay__form input::placeholder {
color: #0073b4;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.search-overlay__form input[type=text]:focus {
color: #0073b4;
border-color: #0073b4
}
.header__navigation.preview-menu {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.header__navigation.preview-menu .navigation-menu-right {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
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
}
.preview-header-inner {
padding: 20px 0
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.preview-header-inner {
padding: 0
}
}
.preview-header-inner.is-sticky {
padding: 0 0
}
.preview-header-inner.is-sticky .header__navigation.preview-menu ul>li>a {
color: #333
}
.preview-header-inner.is-sticky .header__actions--preview .ht-btn {
background: 0 0;
border: 1px solid #0073b4;
color: #0073b4;
line-height: 42px;
height: 43px
}
.preview-header-inner .header__actions--preview .ht-btn {
background: #0073b4;
border: 1px solid #0073b4;
color: #fff
}
.preview-header-inner .header__actions--preview .ht-btn:hover {
background: #fff;
color: #0073b4
}
.reveal-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: -1
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.reveal-footer {
position: static
}
}
.footer-widget-wrapper {
margin-bottom: -35px
}
.footer-widget {
margin-bottom: 30px
}
.footer-widget strong {
margin-top: -3px;
color: #333 !important;
font-size: 18px;
font-weight: 400 !important;
}
.footer-widget__title {
margin-top: -3px;
color: #333
}
.footer-widget__list li {
font-size: 14px !important
}
.footer-widget__list li a span {
font-size: 14px !important
}
.footer-widget__list li:last-child {
margin-bottom: 0
}
.footer-widget__list li .image_btn {
border-radius: 8px;
-webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
box-shadow: 0 0 20px rgba(51, 51, 51, .1);
overflow: hidden
}
.social-group__list .ht-social-networks.tilte-style .link-text {
color: #ccc
}
.social-group__list .ht-social-networks.tilte-style .link-text::before {
background: rgba(255, 255, 255, .2)
}
.social-group__list .ht-social-networks.tilte-style .link-text:hover {
color: #fff
}
.social-group__list .ht-social-networks.tilte-style .social-link::before {
color: #ccc
}
.copyright-text {
display: inline-block
}
@media only screen and (max-width: 767px) {
.copyright-text {
margin-bottom: 15px
}
}
.page-sidebar-right {
padding-left: 30px
}
@media only screen and (min-width: 1200px) and (max-width:1499px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
.page-sidebar-right {
padding-left: 0
}
}
.page-sidebar-left {
padding-right: 30px
}
@media only screen and (min-width: 1200px) and (max-width:1499px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
.page-sidebar-left {
padding-right: 0
}
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.page-sidebar-left,
.page-sidebar-right {
margin-top: 60px
}
}
.sidebar-widget+.sidebar-widget {
margin-top: 40px
}
.sidebar-widget-title {
margin-bottom: 20px;
font-weight: 500
}
.widget-search {
position: relative
}
.widget-search input {
width: 100%;
outline: 0;
border: 1px solid #eee;
border-radius: 8px;
padding: 3px 20px;
padding-right: 20px;
height: 56px;
color: #ababab;
border-color: #f8f8f8;
background-color: #f8f8f8;
font-size: 15px;
font-weight: 400;
letter-spacing: 0;
padding-right: 72px
}
.widget-search .search-submit {
position: absolute;
top: 0;
right: 0;
padding: 0;
border: 0;
border-radius: 0 5px 5px 0;
width: 56px;
height: 56px;
line-height: 56px;
text-align: center;
background: 0 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform: none;
transform: none
}
.widget-search .search-submit:hover {
color: #fff;
background: #0073b4
}
.widget-blog-recent-post ul li:first-child a {
margin-top: -16px
}
.widget-blog-recent-post ul li a {
position: relative;
font-size: 18px;
font-weight: 600;
padding: 16px 0 16px 30px
}
.widget-blog-recent-post ul li a::after,
.widget-blog-recent-post ul li a::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.widget-blog-recent-post ul li a::after,
.widget-blog-recent-post ul li a::before {
content: '\f30b';
position: absolute;
top: 22px;
left: 0
}
.widget-blog-recent-post ul li a::before {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
.widget-blog-recent-post ul li a:hover::before {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0)
}
.widget-blog-recent-post ul li a:hover::after {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
.widget-tag .ht-btn {
color: #ababab;
background: #f5f5f5;
margin-right: 10px;
font-weight: 500;
margin-bottom: 10px
}
.widget-tag .ht-btn:hover {
color: #fff;
background: #0073b4
}
.widget-product-item {
overflow: hidden;
margin-bottom: 20px
}
.widget-product-item .thumbnail {
max-width: 150px;
float: left;
margin-right: 20px;
margin-left: 0;
width: 80px
}
.widget-product-item .info .product-title {
font-weight: 400;
font-size: 16px
}
.widget-product-item .info .star-rating a {
display: inline-block;
color: #ffb805;
line-height: 1;
font-size: 14px;
margin: 0
}
.widget-product-item .info .price-box {
margin-top: 5px
}
.widget-product-item .info .price-box .old-price {
font-size: .88em;
font-weight: 400;
color: #b6b7d2;
text-decoration: line-through
}
.widget-product-item .info .price-box .new-price {
font-size: 14px;
font-weight: 500;
color: #6d70a6
}
.ht-btn-price {
font-size: 15px;
font-weight: 500;
border-style: solid;
border-radius: 8px;
border-color: transparent;
padding: 0 8px !important;
text-align: center;
color: #fff;
background: #0073b4;
border-width: 1px;
-webkit-transform: translateY(0);
transform: translateY(0)
}
.ht-btn-price2 {
font-size: 15px;
font-weight: 500;
border-style: solid;
border-radius: 8px;
border-color: transparent;
padding: 0 50px !important;
text-align: center;
color: #fff;
background: #0073b4;
border-width: 1px;
-webkit-transform: translateY(0);
transform: translateY(0)
}
.ht-btn {
font-size: 15px;
font-weight: 500;
border-style: solid;
border-radius: 8px;
border-color: transparent;
padding: 0 36px;
text-align: center;
color: #fff;
background: #0073b4;
border-width: 1px;
-webkit-transform: translateY(0);
transform: translateY(0)
}
.ht-btn:active,
.ht-btn:focus,
.ht-btn:hover {
color: #fff;
background-image: #0073b4;
-webkit-transform: translateX(3px);
transform: translateX(3px)
}
.ht-btn.ht-btn-xs {
height: 40px;
line-height: 40px;
font-size: 13px;
padding: 0 12px
}
.ht-btn.ht-btn-sm {
padding: 0 30px;
height: 48px;
line-height: 48px;
font-size: 14px
}
.ht-btn.ht-btn-md {
font-size: 15px;
font-weight: 500;
letter-spacing: 0;
line-height: 48px;
height: 48px
}
.ht-btn.ht-btn-lg {
padding: 0 40px;
height: 64px;
line-height: 64px;
font-size: 16px
}
.ht-btn.ht-btn-custom {
min-width: 280px
}
.ht-btn.ht-btn-full {
width: auto;
display: block
}
.ht-btn--outline-price {
border-width: 1px;
line-height: 38px !important;
background: 0 0;
border-color: #0073b4;
color: #0073b4
}
.ht-btn--outline {
border-width: 1px;
line-height: 54px;
background: 0 0;
border-color: #0073b4;
color: #0073b4
}
.ht-btn--outline:active,
.ht-btn--outline:focus,
.ht-btn--outline:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
border-color: transparent;
background: #0073b4;
color: #fff
}
.ht-btn--solid {
border-width: 1px;
line-height: 54px;
background: 0 0;
border-color: #ddd;
color: #0073b4
}
.ht-btn--solid:active,
.ht-btn--solid:focus,
.ht-btn--solid:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
border-color: transparent;
background: #0073b4;
color: #fff
}
.ht-btn--circle {
border-radius: 30px
}
.ht-btn--no-round {
border-radius: 0
}
.ht-btn.ht-btn-default {
padding: 0 30px;
height: 48px;
line-height: 48px;
font-size: 14px;
width: 180px
}
.ht-btn .btn-icon {
display: inline-block;
vertical-align: middle;
line-height: 0;
font-size: 20px;
margin-left: 10px
}
.btn {
font-size: 15px;
font-weight: 500;
border-style: solid;
border-radius: 8px;
border-color: transparent;
border: 1px solid transparent;
padding: 0 36px;
text-align: center;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
height: 54px;
line-height: 54px;
letter-spacing: 0;
color: #fff;
background: #0073b4;
-webkit-transform: translateY(0);
transform: translateY(0)
}
.btn:active,
.btn:focus,
.btn:hover {
font-weight: 500;
color: #fff;
background: #0073b4;
-webkit-transform: translateY(-3px);
transform: translateY(-3px)
}
.btn--secondary {
background-image: none;
background-color: #d2a98e
}
.btn--secondary:hover {
background-image: none;
background: #d2a98e
}
.btn--black {
background-image: none;
background-color: #000
}
.btn--black:hover {
background-image: none;
background: #000
}
.btn--white {
background-image: none;
background-color: #fff;
color: #000;
-webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, .07);
box-shadow: 0 0 30px 5px rgba(0, 0, 0, .07)
}
.btn--white:focus,
.btn--white:hover {
background-image: none;
background: #fff;
color: #000
}
.btn--gradient {
background-image: none;
background: linear-gradient(150deg, #0073b4 0, #0073b4 100%) !important
}
.btn--gradient:hover {
background-image: none;
background: linear-gradient(150deg, #ff3f85 0, #0073b4 100%)
}
.border-white {
border: 1px solid #ffffff;
}
.btn--link {
color: #0073b4
}
.btn--link:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.btn.ht-btn-default {
padding: 0 30px;
height: 48px;
line-height: 48px;
font-size: 14px;
width: 180px
}
.hover-style-link {
position: relative
}
.hover-style-link:after {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 1px;
background-color: #d2a98e
}
.hover-style-link:hover {
color: #d2a98e
}
.hover-style-link:hover:after {
left: 0;
width: 100%;
right: auto
}
.hover-style-link--secondary {
color: #d2a98e
}
.hover-style-link--secondary:after {
background-color: #d2a98e
}
.hover-style-link--secondary:hover {
color: #d2a98e
}
.hover-style-link--white {
color: #fff
}
.hover-style-link--white:after {
background-color: #fff
}
.hover-style-link--white:hover {
color: #fff
}
.hover-style-link--sub-color {
color: #6d70a6
}
.hover-style-link--sub-color:after {
background-color: #6d70a6
}
.hover-style-link--sub-color:hover {
color: #6d70a6
}
.hover-style-default {
position: relative
}
.hover-style-default:after {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
content: '';
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 1px;
background-color: #0073b4
}
.hover-style-default:hover {
color: #0073b4
}
.hover-style-default:hover:after {
left: 0;
width: 100%;
right: auto
}
.image-btn {
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: 0 0;
border-radius: 8px;
overflow: hidden
}
.video-play i {
color: #d2a98e
}
.video-play span {
font-weight: 500;
letter-spacing: 3px;
margin-left: 10px
}
.button-wrapper>a {
border: none
}
@media only screen and (max-width: 479px) {
.button-wrapper>a {
margin-bottom: 15px
}
}
@media only screen and (max-width: 479px) {
.button-wrapper>a:last-child {
margin-bottom: 0
}
}
.btn-text {
color: #0073b4
}
.btn-text:hover {
color: #d2a98e
}
.single-button-group h5 {
margin-bottom: 10px
}
.single-button-group .button-group-wrap {
margin-left: -10px;
margin-right: -10px
}
.single-button-group a {
margin: 10px
}
.single-button-group a:active,
.single-button-group a:focus,
.single-button-group a:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px)
}
.faq-wrapper .panel.panel-default {
border: 1px solid #ebebeb;
margin-bottom: 20px
}
.faq-wrapper .card,
.faq-wrapper .card-header {
border-radius: 0
}
.faq-wrapper .card {
border-bottom: none;
margin-bottom: 20px;
border: none;
-webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
box-shadow: 0 18px 40px rgba(51, 51, 51, .1)
}
.faq-wrapper .card:last-child {
margin-bottom: 0
}
.faq-wrapper .card-header {
padding: 0;
border-bottom: 0;
background-color: #fff
}
.faq-wrapper .card-header h5 button {
border: none;
width: 100%;
text-align: left;
color: #333;
padding: 20px 30px;
position: relative;
overflow-wrap: break-word;
white-space: normal;
font-size: 16px;
line-height: 1.2;
font-weight: 500;
border-radius: 8px;
background: #fff
}
@media only screen and (max-width: 479px) {
.faq-wrapper .card-header h5 button {
padding-left: 15px;
padding-right: 20px
}
}
.faq-wrapper .card-header h5 button span {
position: absolute;
right: 35px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
@media only screen and (max-width: 479px) {
.faq-wrapper .card-header h5 button span {
right: 15px
}
} .faq-wrapper .card-header h5 button:focus,
.faq-wrapper .card-header h5 button:hover {
text-decoration: none;
color: #000
}
.faq-wrapper .card-header h5 button[aria-expanded=true] {
color: #fff;
background: #0073b4;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.faq-wrapper .card-header h5 button[aria-expanded=true] span i:nth-child(1) {
visibility: visible;
opacity: 1;
display: inline
}
.faq-wrapper .card-header h5 button[aria-expanded=true]:before {
height: 100%
}
.faq-wrapper .card-header h5 button[aria-expanded=false] span i:nth-child(2) {
visibility: visible;
opacity: 1;
display: inline
}
.faq-wrapper .card-header h5 button span i:nth-child(1),
.pricingFAQSS .pricingFAQs .faq-wrapper .card-header h5 button .fa-minus {
display: block;
visibility: visible;
}
.faq-wrapper .card-header h5 button span i:nth-child(2),
.pricingFAQSS .pricingFAQs .faq-wrapper .card-header h5 button .fa-plus {
display: none;
visibility: hidden;
}
.faq-wrapper .card-header h5 button.collapsed span i:nth-child(2),
.pricingFAQSS .pricingFAQs .faq-wrapper .card-header h5 button.collapsed .fa-plus {
display: block;
visibility: visible;
}
.faq-wrapper .card-header h5 button.collapsed span i:nth-child(1),
.pricingFAQSS .pricingFAQs .faq-wrapper .card-header h5 button.collapsed .fa-minus {
display: none;
visibility: hidden;
}
.faq-wrapper .card-body {
padding: 23px 30px 29px
}
.faq-two-wrapper .panel.panel-default {
border-bottom: 1px solid #ebebeb;
margin-bottom: 20px
}
.faq-two-wrapper .card,
.faq-two-wrapper .card-header {
border-radius: 0
}
.faq-two-wrapper .card {
border-bottom: none;
margin-bottom: 20px;
border: none;
border-bottom: 1px solid #ebebeb
}
.faq-two-wrapper .card:last-child {
margin-bottom: 0
}
.faq-two-wrapper .card-header {
padding: 0;
border-bottom: 0;
background-color: #fff
}
.faq-two-wrapper .card-header h5 button {
font-size: 24px;
border: none;
width: 100%;
text-align: left;
color: #ababab;
padding: 10px 35px;
position: relative;
overflow-wrap: break-word;
white-space: normal;
line-height: 1.2;
font-weight: 700;
border-radius: 8px;
background: #fff
}
@media only screen and (max-width: 479px) {
.faq-two-wrapper .card-header h5 button {
padding-left: 25px;
padding-right: 10px
}
}
.faq-two-wrapper .card-header h5 button span {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
@media only screen and (max-width: 479px) {
.faq-two-wrapper .card-header h5 button span {
right: 15px
}
}
.faq-two-wrapper .card-header h5 button span i {
font-size: 20px;
visibility: hidden;
opacity: 0;
display: none;
color: #007bff
}
.faq-two-wrapper .card-header h5 button:focus,
.faq-two-wrapper .card-header h5 button:hover {
text-decoration: none;
color: #0073b4
}
.faq-two-wrapper .card-header h5 button[aria-expanded=true] {
color: #0073b4;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.faq-two-wrapper .card-header h5 button[aria-expanded=true] span i {
color: #0073b4
}
.faq-two-wrapper .card-header h5 button[aria-expanded=true] span i:nth-child(2) {
visibility: visible;
opacity: 1;
display: inline
}
.faq-two-wrapper .card-header h5 button[aria-expanded=true]:before {
height: 100%
}
.faq-two-wrapper .card-header h5 button[aria-expanded=false] span i:nth-child(1) {
visibility: visible;
opacity: 1;
display: inline
}
.faq-two-wrapper .card-body {
padding: 0 30px 29px
}
.faq-custom-col {
max-width: 570px;
float: right;
width: 100%
}
@media only screen and (max-width: 767px),
only screen and (min-width:768px) and (max-width:991px) {
.faq-custom-col {
float: inherit;
margin: 0 auto 30px
}
}
.cta-bg-image_one {
background-color: #454545;
background-image: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/patterns/demo.png);
background-repeat: no-repeat;
background-position: top 35% right -68px
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.cta-content {
text-align: center;
margin-bottom: 10px
}
}
.cta-button-group--one .btn-one {
color: #0073b4;
margin: 10px
}
.cta-button-group--one .btn-one:hover {
background: #0073b4;
color: #fff
}
.cta-button-group--one .btn-two {
margin: 10px
}
.cta-button-group--one .btn-two:hover {
background: #0073b4;
color: #fff
}
.cta-button-group--two .btn-one {
background: #0073b4;
color: #fff;
margin: 10px
}
.cta-button-group--two .btn-two {
margin: 10px
}
.countdown-deals {
display: grid;
grid-gap: 30px;
grid-template-columns: repeat(4, 1fr)
}
@media only screen and (max-width: 767px) {
.countdown-deals {
grid-template-columns: repeat(4, 1fr)
}
}
@media only screen and (max-width: 575px) {
.countdown-deals {
grid-template-columns: repeat(2, 1fr)
}
}
.countdown-deals.counter-style--one .single-countdown {
display: inline-block
}
.countdown-deals.counter-style--one .single-countdown .single-countdown__time {
display: block;
font-size: 80px;
font-weight: 300;
line-height: 1;
color: #0073b4;
margin-bottom: 10px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.countdown-deals.counter-style--one .single-countdown .single-countdown__time {
font-size: 60px
}
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.countdown-deals.counter-style--one .single-countdown .single-countdown__time {
font-size: 40px
}
}
.countdown-deals.counter-style--one .single-countdown .single-countdown__text {
display: block;
color: #6d70a6;
font-size: 14px;
text-transform: uppercase;
font-weight: 500
}
.countdown-deals.counter-style--two .single-countdown {
display: inline-block
}
.countdown-deals.counter-style--two .single-countdown .single-countdown__time {
display: block;
font-size: 80px;
font-weight: 300;
line-height: 1;
color: #fff;
margin-bottom: 10px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.countdown-deals.counter-style--two .single-countdown .single-countdown__time {
font-size: 60px
}
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.countdown-deals.counter-style--two .single-countdown .single-countdown__time {
font-size: 40px
}
}
.countdown-deals.counter-style--two .single-countdown .single-countdown__text {
display: block;
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 500
}
.countdown-deals.counter-style--four .single-countdown {
display: inline-block;
width: 70px;
margin: auto
}
.countdown-deals.counter-style--four .single-countdown .single-countdown__time {
display: block;
font-size: 30px;
font-weight: 400;
line-height: 1;
background: #fff;
margin-bottom: 10px;
border-radius: 8px;
height: 90px;
line-height: 90px;
color: #000
}
.countdown-deals.counter-style--four .single-countdown .single-countdown__text {
display: block;
color: #fff;
font-size: 14px;
text-transform: uppercase;
font-weight: 500
}
.time_circles {
position: relative;
width: 100%;
height: 100%
}
.time_circles>div {
position: absolute;
text-align: center;
top: 0 !important;
-webkit-transform: translateY(50%);
transform: translateY(50%)
}
.textDiv_Hours,
.textDiv_Minutes,
.textDiv_Seconds,
.time_circles .textDiv_Days {
color: #222;
font-size: 30px !important
}
@media only screen and (max-width: 575px) {
.textDiv_Hours,
.textDiv_Minutes,
.textDiv_Seconds,
.time_circles .textDiv_Days {
font-size: 15px !important
}
}
@media only screen and (max-width: 767px) {
.textDiv_Hours,
.textDiv_Minutes,
.textDiv_Seconds,
.time_circles .textDiv_Days {
font-size: 20px !important
}
}
.time_circles>div>h4 {
margin: 0;
padding: 0;
text-align: center;
text-transform: capitalize;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
font-size: 13px !important;
color: #6d70a6
}
@media only screen and (max-width: 575px) {
.time_circles>div>h4 {
font-size: 11px !important
}
}
.fun-fact-grid-4 {
border-right: 1px solid #ededed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.fun-fact-grid-4 .grid-item {
width: 25%;
padding-top: 100px;
padding-bottom: 100px;
position: relative
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.fun-fact-grid-4 .grid-item {
padding-top: 60px;
padding-bottom: 60px
}
}
.fun-fact-grid-4 .grid-item::before {
position: absolute;
content: '';
left: 0;
top: 0;
bottom: 0;
background: #ededed;
width: 1px
}
.fun-fact-grid-4 .grid-item::after {
position: absolute;
content: '';
top: -1px;
left: 0;
right: 0;
background: #ededed;
height: 1px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.fun-fact-grid-4 .grid-item {
width: 50%
}
}
@media only screen and (max-width: 767px) {
.fun-fact-grid-4 .grid-item {
width: 100%
}
}
.fun-fact--one .fun-fact__title {
color: #333;
font-weight: 500;
margin-bottom: 10px
}
.fun-fact--one .fun-fact__count {
font-size: 64px;
font-weight: 600;
line-height: 1.41;
color: #0073b4
}
.fun-fact--one .fun-fact__text {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
color: #d2a98e
}
.fun-fact--two {
margin-bottom: 30px
}
.fun-fact--two .fun-fact__count {
font-size: 56px;
color: #fff;
margin-bottom: 20px;
line-height: 1;
font-weight: 700
}
.fun-fact--two .fun-fact__text {
text-transform: uppercase;
color: rgba(255, 255, 255, .7);
font-size: 16px;
letter-spacing: 2px
}
.fun-fact--three {
position: relative;
margin-bottom: 40px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.fun-fact--three {
margin-bottom: 30px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.fun-fact--three {
margin-bottom: 0;
margin-top: 30px
}
}
@media only screen and (max-width: 767px) {
.fun-fact--three {
margin-bottom: 0;
margin-top: 30px
}
}
.fun-fact--three .fun-fact__count {
color: #0073b4;
margin-bottom: 19px;
font-size: 56px;
font-weight: 400;
line-height: 1
}
.fun-fact--three .fun-fact__text {
font-size: 14px;
text-transform: uppercase;
color: #7e7e7e
}
.modern-number-01 h2 {
position: relative;
font-size: 12px;
line-height: 2em;
letter-spacing: 2px;
color: #ababab;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end
}
.modern-number-01 span.mark-text {
font-size: 180px;
line-height: .8;
font-weight: 900;
margin: 0 5px -5px -5px;
color: #d2a98e
}
@media only screen and (max-width: 767px) {
.modern-number-01 span.mark-text {
font-size: 140px
}
}
.modern-number-01 h3 {
margin-top: 25px;
font-size: 38px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.modern-number-01 h3 {
font-size: 30px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.modern-number-01 h3 {
font-size: 28px
}
}
@media only screen and (max-width: 767px) {
.modern-number-01 h3 {
font-size: 24px
}
}
.cybersecurity-about-text .text {
font-size: 18px;
margin-bottom: 20px
}
.managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item {
padding-top: 30px;
padding-bottom: 30px;
position: relative
}
.managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item::after {
display: none
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item::after {
display: inherit
}
}
@media only screen and (max-width: 767px) {
.managed-it-fun-fact-wrapper .fun-fact-grid-4 .grid-item::after {
display: inherit
}
}
.ht-box-icon.style-01 .icon-box-wrap {
padding: 36px 10px 26px;
border-radius: 8px;
background: #fff;
border: 2px solid #eee;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
text-align: center;
margin-top: 30px
}
.ht-box-icon.style-01 .icon-box-wrap .icon {
height: 65px;
text-align: center;
width: 65px;
margin: auto;
margin-bottom: 29px;
color: #0073b4
}
.ht-box-icon.style-01 .icon-box-wrap .icon svg>* {
stroke: #0073b4
}
.ht-box-icon.style-01 .icon-box-wrap .content {
text-align: center
}
.ht-box-icon.style-01 .icon-box-wrap .content .heading {
font-weight: 500;
line-height: 1.25;
margin-bottom: 12px
}
.ht-box-icon.style-01 .icon-box-wrap .content .service_text { color: #000000
}
.ht-box-icon.style-01:hover .icon-box-wrap {
border-color: #fff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
background: #fff;
-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, .1);
box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}
.ht-box-icon.style-01 .feature-btn a {
color: #0073b4;
margin-top: 20px
}
.ht-box-icon.style-01 .feature-btn a:hover {
color: #d2a98e
}
.ht-box-icon.style-02 .icon-box-wrap {
padding: 30px 15px;
border-radius: 8px;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.ht-box-icon.style-02 .icon-box-wrap .icon {
min-width: 80px;
margin-right: 10px;
color: #333
}
.ht-box-icon.style-02 .icon-box-wrap .icon .svg-icon {
width: 65px;
height: 65px
}
.ht-box-icon.style-02 .icon-box-wrap .icon svg * {
stroke: currentColor
}
.ht-box-icon.style-02 .icon-box-wrap .content {
text-align: left
}
.ht-box-icon.style-02 .icon-box-wrap .content .heading {
font-weight: 500;
line-height: 1.25;
margin-bottom: 12px
}
.ht-box-icon.style-02 .icon-box-wrap .content .service_text { color: #000000;
}
.ht-box-icon.style-02:hover .icon-box-wrap {
border-color: #fff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
background: #fff;
-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, .1);
box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}
.ht-box-icon.style-02 .feature-btn a {
color: #0073b4;
margin-top: 20px
}
.ht-box-icon.style-02 .feature-btn a:hover {
color: #d2a98e
}
.ht-box-icon.style-03 .icon-box-wrap {
padding: 30px;
border-radius: 8px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out
}
.ht-box-icon.style-03 .icon-box-wrap .content-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.ht-box-icon.style-03 .icon-box-wrap .content-header .icon {
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 48px;
font-weight: 48px;
min-width: 60px;
margin-right: 10px;
color: #d2a98e
}
.ht-box-icon.style-03 .icon-box-wrap .content-header .heading {
color: #0073b4;
margin-bottom: 10px
}
.ht-box-icon.style-03 .icon-box-wrap .content .service_text { color: #000000;
}
.ht-box-icon.style-03:hover .icon-box-wrap {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
background: #fff;
-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, .1);
box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}
@media only screen and (max-width: 575px) {
.ht-box-icon.style-03 .icon-box-wrap {
padding: 37px 10px
}
.ht-box-icon.style-03 .icon-box-wrap .image {
height: 100px;
width: 100px;
line-height: 100px
}
}
.feature-list-button-box .ht-btn {
margin: 10px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.modern-grid-image-box .section-space--mt_60 {
margin-top: 40px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.modern-grid-image-box .section-space--mt_60 {
margin-top: 30px
}
}
.ht-box-images.style-01 .image-box-wrap {
-webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
background: #fff;
border-radius: 8px;
padding: 50px 24px 63px;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
text-align: center;
margin-top: 60px
}
.ht-box-images.style-01 .image-box-inner {
-webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
background: #fff;
border-radius: 8px;
padding: 16px 24px 16px;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
text-align: center;
margin-top: 60px
}
.ht-box-images.style-01 .image-box-wrap .box-image {
text-align: center;
margin-bottom: 41px;
color: #0073b4
}
.ht-box-images.style-01 .image-box-wrap .content {
text-align: center
}
.ht-box-images.style-01 .image-box-wrap .content .heading {
font-weight: 500;
line-height: 1.25;
margin-bottom: 12px
}
.ht-box-images.style-01 .image-box-wrap .content .service_text { color: #000000;
}
.ht-box-images.style-01:hover .icon-box-wrap {
border-color: #fff;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
background: #fff;
-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, .1);
box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}
.ht-box-images.style-01 .circle-arrow {
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
height: 56px;
width: 56px
}
.ht-box-images.style-01 .circle-arrow .middle-dot {
pointer-events: none;
content: '';
position: absolute;
top: -12px;
left: -12px;
width: 80px;
height: 80px;
border-radius: 50%;
border: 2px solid #0073b4;
opacity: 0;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.ht-box-images.style-01 .circle-arrow a {
position: absolute;
top: 0;
left: 0;
width: 56px;
height: 56px;
line-height: 56px;
text-align: center;
border-radius: 50%;
font-size: 24px;
color: #fff;
background: #0073b4;
cursor: auto
}
.ht-box-images.style-01:hover .circle-arrow a {
background: #0073b4
}
.ht-box-images.style-01:hover .circle-arrow .middle-dot {
-webkit-animation: boxImageAnimationSignal cubic-bezier(0, .55, .55, 1) 2s;
animation: boxImageAnimationSignal cubic-bezier(0, .55, .55, 1) 2s;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
animation-fill-mode: none;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.ht-box-images.style-02 {
display: block
}
.ht-box-images.style-02 .image-box-wrap {
-webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, .1);
box-shadow: 0 0 40px 5px rgba(51, 51, 51, .1);
background: #fff;
border-radius: 8px;
min-height: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.ht-box-images.style-02 .image-box-wrap .box-image {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 30px
}
.ht-box-images.style-02 .image-box-wrap .content .heading {
font-weight: 500;
line-height: 1.67;
margin-bottom: 0
}
.ht-box-images.style-02 .image-box-wrap .content .text { color: #000000;
}
.ht-box-images.style-02:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.ht-box-images.style-03 {
-webkit-box-shadow: 0 0 41px rgba(0, 0, 0, .03);
box-shadow: 0 0 41px rgba(0, 0, 0, .03);
background: #fff;
padding: 40px 30px 65px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%
}
.ht-box-images.style-03 .image-box-wrap {
max-width: 340px;
margin: 0 auto
}
.ht-box-images.style-03 .image-box-wrap .box-image {
margin-bottom: 36px;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.ht-box-images.style-03 .image-box-wrap .content .heading {
font-weight: 500;
line-height: 1.67;
margin-bottom: 0
}
.ht-box-images.style-03 .image-box-wrap .content .text { color: #000000;
}
.ht-box-images.style-03:hover .box-image {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.ht-box-images.style-03:hover .content .heading {
color: #002fa6
}
.ht-box-images.style-04 {
-webkit-box-shadow: 0 0 30px rgba(51, 51, 51, .05);
box-shadow: 0 0 30px rgba(51, 51, 51, .05);
background: #fff;
padding: 25px 30px 34px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.ht-box-images.style-04 .image-box-wrap .box-image {
margin-bottom: 9px
}
.ht-box-images.style-04 .image-box-wrap .content .heading {
font-weight: 500;
line-height: 1.67;
margin-bottom: 0
}
.ht-box-images.style-04 .image-box-wrap .content .text { color: #000000;
}
.ht-box-images.style-04:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.ht-box-images.style-05 {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.ht-box-images.style-05 .image-box-wrap {
-webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
background: #fff;
border-radius: 8px;
padding: 50px 30px 63px;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
margin-top: 50px
}
.ht-box-images.style-05 .image-box-wrap .box-image {
position: relative;
margin-bottom: 41px
}
.ht-box-images.style-05 .image-box-wrap .box-image .hover-images {
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden
}
.ht-box-images.style-05 .image-box-wrap .content .heading {
font-weight: 500;
line-height: 1.25;
margin-bottom: 12px
}
.ht-box-images.style-05 .image-box-wrap .content .service_text { color: #000000;
}
.ht-box-images.style-05 .image-box-wrap .content .box-images-arrow {
display: inline-block;
margin-top: 27px;
font-size: 14px;
font-weight: 500
}
.ht-box-images.style-05 .image-box-wrap .content .box-images-arrow a {
color: #0073b4
}
.ht-box-images.style-05:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.ht-box-images.style-05:hover .image-box-wrap {
background: #002fa6
}
.ht-box-images.style-05:hover .box-image .default-image {
opacity: 0;
visibility: hidden
}
.ht-box-images.style-05:hover .box-image .hover-images {
opacity: 1;
visibility: visible
}
.ht-box-images.style-05:hover .content .heading {
color: #fff
}
.ht-box-images.style-05:hover .content .text {
color: #fff
}
.ht-box-images.style-05:hover .content .box-images-arrow a {
color: #d2a98e
}
.ht-box-images.style-06 {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.ht-box-images.style-06 .image-box-wrap {
-webkit-box-shadow: 0 0 40px 5px rgba(51, 51, 51, .1);
box-shadow: 0 0 40px 5px rgba(51, 51, 51, .1);
background: #fff;
border-radius: 8px;
padding: 98px 35px 88px;
overflow: hidden;
position: relative;
margin-top: 30px
}
.ht-box-images.style-06 .image-box-wrap .box-image {
position: relative;
width: 162px;
height: 162px;
border-radius: 50%;
margin: 0 auto 2px;
text-align: center
}
.ht-box-images.style-06 .image-box-wrap .box-image::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(160deg, #fbf7f4 0, #fefdfd 100%);
border-radius: 50%;
-webkit-transform: translateY(-46px);
transform: translateY(-46px)
}
.ht-box-images.style-06 .image-box-wrap .box-image .default-image {
position: relative;
z-index: 2
}
.ht-box-images.style-06 .image-box-wrap .content {
text-align: center
}
.ht-box-images.style-06 .image-box-wrap .content .heading {
font-weight: 500;
line-height: 1.25;
margin-bottom: 12px
}
.ht-box-images.style-06 .image-box-wrap .content .service_text { color: #000000;
}
.ht-box-images.style-06 .image-box-wrap .content .box-images-arrow {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
height: 56px;
line-height: 55px;
text-align: center;
font-size: 14px;
font-weight: 500;
border-top: 1px solid #eee;
color: #0073b4
}
.ht-box-images.style-06 .image-box-wrap .content .box-images-arrow::before {
background-color: #0073b4;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
z-index: -1
}
.ht-box-images.style-06:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.ht-box-images.style-06:hover .content .box-images-arrow {
color: #fff
}
.ht-box-images.style-06:hover .content .box-images-arrow::before {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.ht-box-images.style-07 {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.ht-box-images.style-07 .image-box-wrap {
padding: 30px 35px 31px;
border-radius: 4px;
margin-top: 10px
}
.ht-box-images.style-07 .image-box-wrap .box-image {
text-align: center;
margin-bottom: 24px
}
.ht-box-images.style-07 .image-box-wrap .content {
text-align: center
}
.ht-box-images.style-07 .image-box-wrap .content .heading {
font-weight: 500;
line-height: 1.25;
margin-bottom: 12px
}
.ht-box-images.style-07 .image-box-wrap .content .text { color: #000000;
}
.ht-box-images.style-07:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
background: #fff;
-webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
box-shadow: 0 18px 40px rgba(51, 51, 51, .1)
}
.ht-box-images.style-08 {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.ht-box-images.style-08 .image-box-wrap {
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 50px
}
.ht-box-images.style-08 .image-box-wrap .box-image {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 24px
}
.ht-box-images.style-08 .image-box-wrap .content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.ht-box-images.style-08 .image-box-wrap .content .heading {
font-weight: 500;
line-height: 1.25;
margin-bottom: 12px
}
.ht-box-images.style-08 .image-box-wrap .content .text { color: #000000;
}
@media only screen and (max-width: 575px) {
.ht-box-images.style-08 .image-box-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.ht-box-images.style-08 .image-box-wrap .content {
margin-top: 20px
}
}
.ht-box-images.style-08:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
@-webkit-keyframes boxImageAnimationSignal {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0)
}
1% {
opacity: .14
}
20% {
opacity: .3
}
40% {
opacity: .4
}
60% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0
}
}
@keyframes boxImageAnimationSignal {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0)
}
1% {
opacity: .14
}
20% {
opacity: .3
}
40% {
opacity: .4
}
60% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0
}
}
.large-image-grid-style-two .box-large-image__midea {
position: relative;
height: 440px
}
.large-image-grid-style-two .bg-item-images {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover
}
.box-large-image__wrap {
max-width: 370px;
width: 100%;
height: 100%;
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
}
@media only screen and (max-width: 767px) {
.box-large-image__wrap {
margin: auto
}
}
.box-large-image__wrap:hover .box-large-image__box {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.box-large-image__wrap:hover .images-midea img {
-webkit-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1)
}
.box-large-image__wrap:hover .images-midea::after {
background: #002fa6;
opacity: .8
}
.box-large-image__wrap:hover .heading-wrap .heading {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0
}
.box-large-image__wrap:hover .button-wrapper .btn {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1
}
.box-large-image__box {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.box-large-image__box .button-wrapper {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 8px;
overflow: hidden;
z-index: 3
}
.box-large-image__box .button-wrapper .btn {
background: #fff;
color: #0073b4;
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0
}
.box-large-image__midea {
position: relative;
border-radius: 8px;
overflow: hidden
}
.box-large-image__midea .images-midea {
text-align: center
}
.box-large-image__midea .images-midea img {
width: 100%;
-webkit-transition: -webkit-transform 1s;
transition: -webkit-transform 1s;
transition: transform 1s;
transition: transform 1s, -webkit-transform 1s
}
.box-large-image__midea .images-midea::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .5;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(39%, transparent), to(#1c0f69));
background-image: linear-gradient(-180deg, transparent 39%, #1c0f69 100%)
}
.box-large-image__midea .images-midea .heading-wrap {
position: absolute;
bottom: 30px;
left: 0;
right: 0;
width: 250px;
margin: 0 auto;
z-index: 1;
overflow: hidden
}
.box-large-image__midea .images-midea .heading-wrap .heading {
font-size: 24px;
line-height: 1.5;
color: #fff;
font-weight: 500;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.box-large-image .box-info {
position: relative;
z-index: 2;
padding: 30px 20px;
text-align: center;
-webkit-transform: translateY(100%);
transform: translateY(100%);
height: 100%;
min-height: 330px
}
.box-large-image .box-info .heading {
-webkit-transform: translateY(-100%) translateY(-54px);
transform: translateY(-100%) translateY(-54px);
font-size: 24px;
line-height: 1.5;
color: #fff
}
.box-large-image__content p {
color: #7e7e7e
}
.box-large-image__content p strong {
color: #333;
font-weight: 500
}
.box-large-image__two {
height: 100%;
position: relative;
overflow: hidden;
display: block;
width: 100%
}
.box-large-image__two:hover .box-large-image__box {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.box-large-image__two:hover .box-large-image__midea::after {
background: #002fa6;
opacity: .8
}
.box-large-image__two:hover .box-info {
-webkit-transform: translateY(0);
transform: translateY(0);
display: -webkit-box;
display: -ms-flexbox;
display: block;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.box-large-image__two:hover .box-info .heading {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.box-large-image__two .box-large-image__midea {
position: relative;
border-radius: 8px;
overflow: hidden;
text-align: center;
height: 320px
}
.box-large-image__two .box-large-image__midea img {
width: 100%;
-webkit-transition: -webkit-transform 1s;
transition: -webkit-transform 1s;
transition: transform 1s;
transition: transform 1s, -webkit-transform 1s
}
.box-large-image__two .box-large-image__midea::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .5;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(28, 15, 105, 0)), color-stop(80%, #000));
background-image: linear-gradient(-180deg, rgba(28, 15, 105, 0) 11%, #000 80%)
}
.box-large-image__two__box {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
position: relative;
border-radius: 8px;
overflow: hidden;
height: 100%
}
.box-large-image__two__box .box-info {
position: absolute;
z-index: 2;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 30px 20px;
-webkit-transform: translateY(100%);
transform: translateY(100%);
height: 330px;
-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
transition: all .3s cubic-bezier(.645, .045, .355, 1);
top: 0;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.box-large-image__two__box .box-info .heading {
-webkit-transform: translateY(-100%) translateY(-54px);
transform: translateY(-100%) translateY(-54px);
font-size: 24px;
line-height: 1.5;
color: #fff;
margin-bottom: 10px
}
.box-large-image__two__box .box-info .text {
color: #fff
}
.box-large-image__two__box .box-info .btn {
background: #d2a98e;
margin-top: 40px;
display: inline-block;
width: 56px;
height: 56px;
line-height: 56px;
text-align: center;
border-radius: 50%;
color: #fff;
font-size: 18px;
padding: 0
}
.ht-large-box-images.style-03 {
display: block
}
.ht-large-box-images.style-03 .large-image-box {
background: #fff;
border-radius: 8px;
overflow: hidden;
-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, .1);
box-shadow: 0 0 40px rgba(51, 51, 51, .1);
position: relative;
margin-bottom: 30px
}
.ht-large-box-images.style-03 .content {
padding: 32px 35px;
padding-bottom: 88px;
text-align: center
}
.ht-large-box-images.style-03 .content .heading {
font-weight: 500;
line-height: 1.25;
margin-bottom: 12px
}
.ht-large-box-images.style-03 .content .text { color: #000000;
}
.ht-large-box-images.style-03 .content .box-images-arrow {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
height: 56px;
line-height: 55px;
text-align: center;
font-size: 14px;
font-weight: 500;
border-top: 1px solid #eee;
color: #0073b4
}
.ht-large-box-images.style-03 .content .box-images-arrow::before {
background-color: #0073b4;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
z-index: -1
}
.ht-large-box-images.style-03:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.ht-large-box-images.style-03:hover .content .heading {
color: #0073b4
}
.ht-large-box-images.style-03:hover .content .box-images-arrow {
color: #fff
}
.ht-large-box-images.style-03:hover .content .box-images-arrow::before {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.ht-large-box-images.style-04 {
display: block
}
.ht-large-box-images.style-04 .large-image-box {
position: relative;
margin-bottom: 30px
}
.ht-large-box-images.style-04 .box-image {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.ht-large-box-images.style-04 .content {
padding: 32px 35px;
padding-bottom: 88px;
text-align: center
}
.ht-large-box-images.style-04 .content .heading {
font-weight: 500;
line-height: 1.25;
margin-bottom: 12px
}
.ht-large-box-images.style-04 .content .text {
color: #696969
}
.ht-large-box-images.style-04 .content .box-images-arrow {
margin-top: 20px;
color: #0073b4
}
.ht-large-box-images.style-04:hover .box-image {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.brand-logo-slider__one .brand-logo-slider__container {
padding: 15px 0
}
.brand-logo-slider__one .brand-logo {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
text-align: center;
position: relative
}
.brand-logo-slider__one .brand-logo__image {
-webkit-transition: all .4s linear;
transition: all .4s linear
}
.brand-logo-slider__one .brand-logo__image-hover {
visibility: hidden;
opacity: 0;
-webkit-transform: scale(.8, .8);
transform: scale(.8, .8);
-webkit-transition: all .4s linear;
transition: all .4s linear;
position: absolute;
top: 0;
left: 0;
width: 100%
}
.brand-logo-slider__one .brand-logo:hover .brand-logo__image {
visibility: hidden;
opacity: 0;
-webkit-transform: scale(.8, .8);
transform: scale(.8, .8)
}
.brand-logo-slider__one .brand-logo:hover .brand-logo__image-hover {
opacity: 1;
visibility: visible;
-webkit-transform: none !important;
transform: none !important
}
.brand-logo-slider__two .brand-logo-two {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
text-align: center;
position: relative
}
.brand-logo-slider__two .brand-logo-two__image {
-webkit-transition: all .4s linear;
transition: all .4s linear
}
.brand-logo-slider__two .brand-logo-two__image-hover {
visibility: hidden;
opacity: 0;
-webkit-transform: translate(-50%, 20px);
transform: translate(-50%, 20px);
-webkit-transition: all .4s linear;
transition: all .4s linear;
position: absolute;
top: 0;
left: 50%;
width: 100%
}
.brand-logo-slider__two .brand-logo-two:hover .brand-logo-two__image {
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px)
}
.brand-logo-slider__two .brand-logo-two:hover .brand-logo-two__image-hover {
visibility: visible;
opacity: 1;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0)
}
.brand-logo-slider__two .brand-logo-two--slider {
margin-bottom: 0
}
.brand-logo-slider__three .brand-logo {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
text-align: center;
position: relative
}
.brand-logo-slider__three .brand-logo__image {
opacity: .4;
-webkit-transition: all .4s linear;
transition: all .4s linear
}
.brand-logo-slider__three .brand-logo:hover .brand-logo__image {
opacity: 1
}
.brand-logo-slider__three .brand-logo--slider {
margin-bottom: 0
}
.brand-logo-slider__four .brand-logo {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
text-align: center;
position: relative
}
.brand-logo-slider__four .brand-logo__image {
opacity: 1;
-webkit-transition: all .4s linear;
transition: all .4s linear
}
.brand-logo-slider__four .brand-logo:hover .brand-logo__image {
opacity: .4
}
.brand-logo-slider__four .brand-logo--slider {
margin-bottom: 0
}
.separator-list .list-item {
position: relative;
margin-bottom: 6px;
padding-bottom: 6px
}
.separator-list .list-item::before {
position: absolute;
bottom: 0;
left: 0;
content: '';
height: 1px;
width: 100%;
background: #eee
}
.separator-list .list-item:last-child {
margin-bottom: 0;
padding-bottom: 0
}
.separator-list .list-item:last-child::before {
display: none
}
.separator-list .list-item a {
line-height: 16px
}
separator-list-wrap ul li a .active {
color: red
}
.check-list .list-item {
position: relative;
padding-left: 32px;
margin-bottom: 10px
}
.check-list .list-item::before {
color: #0073b4;
content: '\f00c';
position: absolute;
top: 5px;
left: 0;
display: block;
font-size: 13px;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 900
}
.check-list .list-item:last-child {
margin-bottom: 0;
padding-bottom: 0
}
.check-list .list-item a {
line-height: 16px
}
.check-list.check-list-color-two .list-item::before {
color: #d2a98e
}
.circle-list .list-item {
position: relative;
padding-left: 14px;
margin-bottom: 12px
}
.circle-list .list-item::before {
content: '';
position: absolute;
top: 8px;
left: 0;
display: block;
width: 5px;
height: 5px;
border-radius: 50%;
background: #999
}
.circle-list .list-item:last-child {
margin-bottom: 0;
padding-bottom: 0
}
.circle-list .list-item a {
line-height: 16px
}
.icon-list .list-item {
position: relative;
padding-left: 0;
margin-bottom: 12px
}
.icon-list .list-item .list__icon {
color: #0073b4;
font-size: 16px;
margin-right: 10px
}
.icon-list .list-item a {
line-height: 16px
}
ol {
min-width: 45px;
margin: 0;
padding-left: 30px
}
.automatic-numbered-list .list-item {
position: relative;
padding-left: 0;
margin-bottom: 12px;
font-size: 24px;
color: #333;
line-height: 1.2;
font-weight: 400
}
.automatic-numbered-list .list-item a {
line-height: 16px
}
.ht-list.style-auto-numbered-02 .list-item {
position: relative;
padding: 0;
margin-bottom: 62px
}
.ht-list.style-auto-numbered-02 .list-item:last-child {
margin-bottom: 0
}
.ht-list.style-auto-numbered-02 .list-item .link {
display: block
}
.ht-list.style-auto-numbered-02 .list-item .link:hover .title {
color: #0073b4
}
.ht-list.style-auto-numbered-02 .list-item .link:hover .title::after {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0);
color: #0073b4
}
.ht-list.style-auto-numbered-02 .list-item .link:hover .title::before {
opacity: 0;
visibility: hidden
}
.ht-list.style-auto-numbered-02 .list-item .link:hover .marker {
color: #0073b4
}
.ht-list.style-auto-numbered-02 .marker {
font-size: 24px;
font-weight: 800;
line-height: 1.2;
margin-right: 10px;
min-width: 45px;
color: #ababab;
display: inline-block;
float: left
}
.ht-list.style-auto-numbered-02 .title-wrap {
overflow: hidden
}
.ht-list.style-auto-numbered-02 .title {
font-size: 24px;
line-height: 1.2;
margin-top: 14px;
padding-top: 20px;
border-top: 2px solid #ededed;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
padding-right: 15px
}
.ht-list.style-auto-numbered-02 .title::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
content: '\f178';
position: absolute;
top: 38px;
right: 0;
color: #333;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.ht-list.style-auto-numbered-02 .title::after {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
content: '\f178';
position: absolute;
top: 38px;
right: 0;
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.icon-process-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
margin-bottom: -60px
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.icon-process-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
}
.icon-process-single {
padding: 0 10px;
position: relative;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-bottom: 60px
}
.icon-process-single__line {
position: absolute;
top: 60px;
left: 100%;
-webkit-transform: translate(-50%, -5px);
transform: translate(-50%, -5px);
height: 10px;
width: 100%;
line-height: 0
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.icon-process-single__line {
left: 50%;
bottom: -30px;
top: auto;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0)
}
}
.icon-process-single__line .dot {
display: inline-block;
vertical-align: middle;
background: #e4e8f6;
border-radius: 50%;
margin: 0 8px
}
.icon-process-single__line .dot-1 {
width: 2px;
height: 2px
}
.icon-process-single__line .dot-2 {
width: 4px;
height: 4px
}
.icon-process-single__line .dot-3 {
width: 6px;
height: 6px
}
.icon-process-single__line .dot-4 {
width: 8px;
height: 8px
}
.icon-process-single__line .dot-5 {
width: 10px;
height: 10px
}
.icon-process-single:last-child .icon-process-single__line {
display: none
}
.icon-process-single__content-wrap {
position: relative;
text-align: center;
margin: 0 auto;
max-width: 320px
}
.icon-process-single__media {
position: relative;
width: 120px;
height: 120px;
line-height: 120px;
border-radius: 40px;
font-size: 34px;
background: #fff;
-webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, .12);
box-shadow: 0 15px 50px rgba(89, 69, 230, .12);
margin: 0 auto 52px;
color: #38cb89;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.icon-process-single__media {
margin-bottom: 30px
}
}
.icon-process-single__media i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.icon-process-single__title {
color: #6d70a6;
margin-bottom: 14px
}
.icon-process-single:hover .icon-process-single__media {
background-color: #38cb89;
color: #fff
}
.gradation-title-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
@media only screen and (max-width: 767px) {
.gradation-title-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
}
.gradation-sub-heading .heading {
position: relative;
font-size: 13px;
line-height: 2em;
letter-spacing: 2px;
text-transform: uppercase;
display: inline-block;
padding: 35px 80px 35px 42px;
z-index: 1
}
.gradation-sub-heading .heading::before {
background-color: #0073b4;
content: '';
position: absolute;
top: 47px;
left: 0;
width: 34px;
height: 1px
}
.gradation-sub-heading .heading mark {
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
font-size: 120px;
line-height: .8;
font-weight: 900;
color: #ededed;
z-index: -1
}
@media only screen and (max-width: 767px) {
.gradation-sub-heading .heading {
margin-top: 30px
}
}
.ht-gradation.style-01 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: -15px;
margin-right: -15px
}
.ht-gradation.style-01 .item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
padding: 0 15px
}
.ht-gradation.style-01 .item .line {
width: 100%;
height: 1px;
background: #ededed;
position: absolute;
top: 24px;
left: 15px
}
.ht-gradation.style-01 .item:last-child .line {
display: none
}
.ht-gradation.style-01 .item .mask {
opacity: 0;
visibility: hidden
}
.ht-gradation.style-01 .item:hover .mask {
opacity: 1;
visibility: visible
}
.ht-gradation.style-01 .item:hover .circle {
color: #fff;
background: #0073b4
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.ht-gradation.style-01 {
display: block
}
.ht-gradation.style-01 .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%
}
.ht-gradation.style-01 .item .line {
left: 39px;
height: 100%;
width: 1px;
top: 15px
}
.ht-gradation.style-01 .content-wrap {
padding: 10px 0 50px 30px
}
}
.ht-gradation.style-01 .circle-wrap {
display: inline-block;
position: relative;
margin-bottom: 56px
}
.ht-gradation.style-01 .circle {
position: relative;
z-index: 1;
width: 48px;
height: 48px;
line-height: 44px;
text-align: center;
border: 2px solid #e8e8e8;
border-radius: 50%;
font-size: 18px;
background-color: #fff;
margin-bottom: 0;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.ht-gradation.style-01 .wave-pulse {
width: 1px;
height: 0;
margin: 0 auto
}
.ht-gradation.style-01 .wave-pulse::after,
.ht-gradation.style-01 .wave-pulse::before {
opacity: 0;
content: '';
display: block;
position: absolute;
width: 100px;
height: 100px;
top: 50%;
left: 50%;
background: #fff;
border-radius: 50%;
border: 1px solid #ababab;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: gradationMask 3s linear infinite;
animation: gradationMask 3s linear infinite
}
.ht-gradation.style-01 .wave-pulse-2::before {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s
}
.ht-gradation.style-01 .wave-pulse-3::before {
-webkit-animation-delay: 2.4s;
animation-delay: 2.4s
}
.ht-gradation.style-01 .heading {
font-weight: 500
}
.ht-gradation.style-01 .text {
margin-top: 17px
}
.ht-gradation.style-01 .gradation-btn {
font-weight: 500;
margin-top: 20px;
font-size: 14px;
color: #0073b4
}
.ht-gradation.style-01 .gradation-btn:hover {
color: #d2a98e
}
@-webkit-keyframes gradationMask {
0% {
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
opacity: 1
}
90% {
opacity: 1
}
100% {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-color: transparent
}
}
@keyframes gradationMask {
0% {
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
opacity: 1
}
90% {
opacity: 1
}
100% {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-color: transparent
}
}
.instagram-feed-thumb {
overflow: hidden
}
.instagram-wrap {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.instagram-wrap {
grid-template-columns: repeat(4, 1fr)
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.instagram-wrap {
grid-template-columns: repeat(3, 1fr)
}
}
@media only screen and (max-width: 767px) {
.instagram-wrap {
grid-template-columns: repeat(2, 1fr)
}
}
@media only screen and (max-width: 575px) {
.instagram-wrap {
grid-template-columns: repeat(1, 1fr)
}
}
.instagram-item a {
overflow: hidden;
position: relative
}
.instagram-item a::after {
background-color: rgba(0, 0, 0, .4);
content: '';
position: absolute;
left: 0;
top: 0;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
opacity: 0;
visibility: hidden;
pointer-events: none;
height: 100%;
width: 100%
}
.instagram-item a img {
-webkit-transition: all 1.5s ease-in-out;
transition: all 1.5s ease-in-out;
-webkit-transform: scale(1);
transform: scale(1);
max-width: 100%
}
.instagram-item a:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2)
}
.instagram-item a .instagram-hvr-content {
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
visibility: hidden;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.instagram-item a .instagram-hvr-content .totalcomments,
.instagram-item a .instagram-hvr-content .tottallikes {
color: #fff;
margin: 0 5px
}
.instagram-item a .instagram-hvr-content .totalcomments i,
.instagram-item a .instagram-hvr-content .tottallikes i {
margin-right: 5px
}
.instagram-item a:hover::after {
opacity: 1;
visibility: visible
}
.instagram-item a:hover .instagram-hvr-content {
opacity: 1;
visibility: visible
}
.ht-message-box {
background: #eee;
padding: 27px 30px 27px 50px;
font-weight: 500;
border-radius: 8px
}
.ht-message-box .icon {
margin-right: 10px
}
.ht-message-box.style-info {
color: #5b63fe;
background: rgba(91, 99, 254, .1)
}
.ht-message-box.style-success {
background: rgba(56, 203, 137, .1);
color: #38cb89
}
.ht-message-box.style-error {
background: rgba(254, 40, 84, .1);
color: #fe2854
}
.ht-message-box.style-warning {
color: #fb0;
background: rgba(255, 187, 0, .1)
}
.single-popup-wrap {
position: relative
}
.video-link {
-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
transition: all .3s cubic-bezier(.645, .045, .355, 1);
display: block
}
.video-link .ht-popup-video.video-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(8, 106, 216, .8)
}
.video-link .ht-popup-video.video-button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto
}
.video-link .ht-popup-video.video-button .video-mark {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%, -50%);
transform: translateY(-50%, -50%);
pointer-events: none
}
.video-link .ht-popup-video.video-button .video-mark .wave-pulse {
width: 1px;
height: 0;
margin: 0 auto
}
.video-link .ht-popup-video.video-button .video-mark .wave-pulse::after,
.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
opacity: 0;
content: '';
display: block;
position: absolute;
width: 200px;
height: 200px;
top: 50%;
left: 50%;
border-radius: 50%;
border: 3px solid #0073b4;
-webkit-animation: zoomBig 3.25s linear infinite;
animation: zoomBig 3.25s linear infinite;
-webkit-animation-delay: 0s;
animation-delay: 0s
}
.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
-webkit-animation-delay: .75s;
animation-delay: .75s
}
.video-link .ht-popup-video .video-button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto
}
.video-link .ht-popup-video .video-button__one {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.video-link .ht-popup-video .video-button__one .video-play {
width: 72px;
height: 72px;
background: 0 0;
border: 6px solid #fff;
border-radius: 50%;
-webkit-transition: all 1s cubic-bezier(0, 0, .2, 1) !important;
transition: all 1s cubic-bezier(0, 0, .2, 1) !important
}
.video-link .ht-popup-video .video-button__one .video-play-icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
line-height: 1;
margin-left: 1px
}
.video-link .ht-popup-video .video-button__one .video-play-icon::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-left: 17px solid #fff
}
.video-link .ht-popup-video .video-button__two {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.video-link .ht-popup-video .video-button__two .video-play {
width: 78px;
height: 78px;
background: #0073b4;
-webkit-box-shadow: 0 2px 41px 0 rgba(91, 99, 254, .36);
box-shadow: 0 2px 41px 0 rgba(91, 99, 254, .36);
border-radius: 50%;
-webkit-transition: all 1s cubic-bezier(0, 0, .2, 1) !important;
transition: all 1s cubic-bezier(0, 0, .2, 1) !important;
-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .07);
box-shadow: 0 20px 30px rgba(0, 0, 0, .07)
}
.video-link .ht-popup-video .video-button__two .video-play-icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
line-height: 1;
margin-left: 1px
}
.video-link .ht-popup-video .video-button__two .video-play-icon::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-top: 11px solid transparent;
border-bottom: 11px solid transparent;
border-left: 17px solid #fff;
border-top-width: 12px;
border-bottom-width: 12px;
border-left-width: 19px;
border-left-color: #fff
}
.video-link:hover .video-play {
-webkit-transform: scale3d(1.15, 1.15, 1.15);
transform: scale3d(1.15, 1.15, 1.15)
}
@-webkit-keyframes zoomBig {
0% {
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
opacity: 1;
border-width: 3px
}
40% {
opacity: .5;
border-width: 2px
}
65% {
border-width: 1px
}
100% {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-width: 1px
}
}
@keyframes zoomBig {
0% {
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
opacity: 1;
border-width: 3px
}
40% {
opacity: .5;
border-width: 2px
}
65% {
border-width: 1px
}
100% {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-width: 1px
}
}
@keyframes zoomBig {
0% {
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
opacity: 1;
border-width: 3px
}
40% {
opacity: .5;
border-width: 2px
}
65% {
border-width: 1px
}
100% {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-width: 1px
}
}
.center-plexible-row .swiper-slide {
width: auto
}
.center-plexible-row .single-flexible-slider img {
height: 400px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.center-plexible-row .single-flexible-slider img {
height: 100%
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.center-plexible-row .single-flexible-slider img {
height: 300px
}
}
@media only screen and (max-width: 767px) {
.center-plexible-row .single-flexible-slider img {
height: 100%
}
}
.auto-plexible-row .swiper-slide {
width: auto
}
.auto-plexible-row .single-flexible-slider img {
height: 400px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.auto-plexible-row .single-flexible-slider img {
height: 350px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.auto-plexible-row .single-flexible-slider img {
height: 300px
}
}
@media only screen and (max-width: 767px) {
.auto-plexible-row .single-flexible-slider img {
height: 100%
}
}
.pricing-table-wrapper {
margin-bottom: -30px
}
.pricing-table-one {
-webkit-box-align: center;
-ms-flex-align: center
}
.pricing-table-one .pricing-table {
margin-bottom: 30px
}
.pricing-table-one .pricing-table__inner {
position: relative;
overflow: hidden;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
text-align: center;
padding: 30px 16px 0;
border-radius: 8px;
background-color: #fff;
-webkit-box-shadow: 0 0 30px rgba(51, 51, 51, .1);
box-shadow: 0 0 30px rgba(51, 51, 51, .1)
}
.pricing-table-one .pricing-table__header {
margin-bottom: 25px
}
.pricing-table-one .pricing-table__header .sub-title {
font-size: 22px;
line-height: 1.5;
color: inherit;
letter-spacing: 2px;
margin-bottom: 21px;
z-index: 2;
position: relative
}
.pricing-table-one .pricing-table__header .sub-title2 {
font-size: 22px;
line-height: 1.5;
color: #0073b4;
letter-spacing: 2px;
margin-bottom: 21px;
z-index: 2;
position: relative
}
.pricing-table-one .pricing-table__image {
position: relative;
width: 120px;
height: 120px;
border-radius: 50%;
margin: 0 auto 20px;
background-image: linear-gradient(160deg, #fbf7f4 0, #fefdfd 100%);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.pricing-table-one .pricing-table__title {
color: #ccc;
margin-bottom: 19px;
font-size: 15px;
text-transform: uppercase;
z-index: 1;
position: relative
}
.pricing-table-one .pricing-table__price-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-weight: 500
}
.pricing-table-one .pricing-table__price-wrap .currency {
font-size: 15px;
margin-bottom: 0;
color: #ababab
}
.pricing-table-one .pricing-table__price-wrap .price {
font-size: 36px;
line-height: .8;
margin: 0 4px;
font-weight: 500;
color: #454545
}
.pricing-table-one .pricing-table__price-wrap .period {
font-size: 15px;
margin-bottom: 0;
color: #ababab;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end
}
.pricing-table-one .pricing-table__list {
margin: 29px auto 0;
max-width: 390px
}
.pricing-table-one .pricing-table__list li {
position: relative;
display: block;
padding: 7px 0 0 31px
}
.pricing-table-one .pricing-table__list li::before {
content: '\f00c';
color: #0073b4;
position: absolute;
top: 12px;
left: 0;
display: inline-block;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 900
}
.pricing-table-one .pricing-table__list li .featured {
font-weight: 500
}
.pricing-table-one .pricing-table__footer {
margin-top: 30px;
padding-top: 8px
}
.pricing-table-one .pricing-table__footer .ht-btn {
width: 185px;
max-width: 100%
}
.pricing-table-one .pricing-table__footer .ht-btn--outline {
border-width: 1px
}
.pricing-table-one .pricing-table__feature-mark {
position: absolute;
top: 0;
right: 0;
height: 92px;
width: 92px;
background: #d2a98e
}
.pricing-table-one .pricing-table__feature-mark::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
background: none repeat scroll 0 0 #fff;
content: "";
height: 159px;
right: 23px;
position: absolute;
top: 10px;
width: 100%
}
.pricing-table-one .pricing-table__feature-mark span {
position: absolute;
top: 20px;
right: 7px;
text-align: center;
font-size: 11px;
font-weight: 700;
line-height: 1.19;
display: block;
color: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 50px;
text-transform: uppercase;
letter-spacing: 1px
}
.pricing-table-one .pricing-table:hover .pricing-table__inner {
-webkit-box-shadow: 0 41px 43px rgba(51, 51, 51, .07);
box-shadow: 0 41px 43px rgba(51, 51, 51, .07);
border: 0 solid transparent;
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.pricing-table-one .pricing-table--popular .pricing-table__inner {
border: 0 solid transparent;
padding: 49px 20px 51px
}
.pricing-table-two .pricing-table {
margin-bottom: 30px
}
.pricing-table-two .pricing-table__inner {
position: relative;
overflow: hidden;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
text-align: center;
padding: 34px 20px 40px;
border: 1px solid #dce6ed;
border-radius: 8px;
background-color: #fff
}
.pricing-table-two .pricing-table__header {
margin-bottom: 25px
}
.pricing-table-two .pricing-table__title {
color: #333;
margin-bottom: 24px
}
.pricing-table-two .pricing-table__price-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.pricing-table-two .pricing-table__price-wrap .currency {
font-size: 15px;
margin-bottom: 0;
color: #ababab
}
.pricing-table-two .pricing-table__price-wrap .price {
font-size: 56px;
line-height: .8;
margin: 0 4px;
font-weight: 300;
color: #333
}
.pricing-table-two .pricing-table__price-wrap .period {
font-size: 15px;
margin-bottom: 0;
color: #ababab;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end
}
.pricing-table-two .pricing-table__list li {
position: relative;
display: block;
padding: 5px 0
}
.pricing-table-two .pricing-table__list li .featured {
font-weight: 500
}
.pricing-table-two .pricing-table__footer {
margin-top: 30px
}
.pricing-table-two .pricing-table__footer .ht-btn {
width: 180px;
max-width: 100%
}
.pricing-table-two .pricing-table__footer .ht-btn:hover {
background: #0073b4
}
.pricing-table-two .pricing-table__feature-mark {
position: absolute;
top: -1px;
right: -1px;
width: 0;
height: 0;
border-top: 88px solid #d2a98e;
border-bottom: 88px solid transparent;
border-left: 88px solid transparent
}
.pricing-table-two .pricing-table__feature-mark span {
position: absolute;
top: -72px;
right: 6px;
text-align: center;
font-size: 11px;
font-weight: 700;
line-height: 1.19;
display: block;
color: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.pricing-table-two .pricing-table:hover .pricing-table__inner {
-webkit-box-shadow: 0 2px 30px rgba(89, 69, 230, .12);
box-shadow: 0 2px 30px rgba(89, 69, 230, .12);
border: 0 solid transparent;
padding: 35px 21px 41px;
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.pricing-table-two .pricing-table--popular .pricing-table__inner {
-webkit-box-shadow: 0 2px 30px rgba(89, 69, 230, .12);
box-shadow: 0 2px 30px rgba(89, 69, 230, .12);
border: 0 solid transparent;
padding: 35px 21px 41px;
background: #002fa6
}
.pricing-table-two .pricing-table--popular .pricing-table__title {
color: #fff
}
.pricing-table-two .pricing-table--popular .pricing-table__price-wrap .currency {
color: #fff
}
.pricing-table-two .pricing-table--popular .pricing-table__price-wrap .price {
color: #fff
}
.pricing-table-two .pricing-table--popular .pricing-table__price-wrap .period {
color: #fff
}
.pricing-table-two .pricing-table--popular .pricing-table__list li {
color: #fff
}
.ht-plans-menu .tab__item:first-child a {
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important
}
.ht-plans-menu .tab__item:last-child a {
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important
}
.ht-plans-menu .tab__item a {
font-size: 16px;
font-weight: 500;
line-height: 1.25;
border: 1px solid #ededed;
background: #fff;
color: #454545;
padding: 18px 10px 16px;
min-width: 160px;
border-radius: 0
}
.ht-plans-menu .tab__item a.active {
background: #0073b4;
color: #fff;
border-color: #0073b4 !important
}
.ht-plans-menu .tab__item2 a.active {
background: #0073b4 !important;
color: #fff !important;
border-color: #0073b4 !important
}
.progress-bar--one .progress-charts {
margin-bottom: 20px;
padding-bottom: 20px;
overflow: hidden
}
.progress-bar--two .progress-charts {
padding-bottom: 20px;
overflow: hidden
}
.progress-charts .heading {
color: #6d70a6;
margin-bottom: 12px;
font-weight: 400
}
.progress-charts .progress {
height: 4px;
overflow: visible;
font-size: 14px;
background-color: #f5f5f5;
border-radius: 0
}
.progress-charts .progress .progress-bar {
position: relative;
background: #0073b4;
color: #0073b4
}
.progress-charts .progress .progress-bar::after,
.progress-charts .progress .progress-bar::before {
content: '';
position: absolute;
right: -4px;
top: 50%;
border-radius: 50%;
-webkit-transform: translate(50%, -50%);
transform: translate(50%, -50%)
}
.progress-charts .progress .progress-bar::after {
height: 13px;
width: 13px;
border: 3px solid currentColor
}
.progress-charts .progress .progress-bar::before {
height: 28px;
width: 28px;
border: 1px solid currentColor;
opacity: .3
}
.progress-charts .progress .progress-bar span.percent-label {
position: absolute;
right: -45px;
font-size: 14px;
font-weight: 500;
top: -40px;
color: #2e3280;
line-height: 2
}
.progress-charts .progress .progress-bar.gradient-1 {
color: #61fded;
background-color: #0d8abc;
background-image: linear-gradient(-224deg, #0d8abc 0, #61fded 100%)
}
.progress-charts .progress .progress-bar.gradient-2 {
color: #eece90;
background-color: #d45529;
background-image: linear-gradient(-224deg, #d45529 0, #eece90 100%)
}
.progress-charts .progress .progress-bar.gradient-3 {
color: #5c51ff;
background-color: #f646a9;
background-image: linear-gradient(-224deg, #f646a9 0, #5c51ff 100%)
}
.progress-charts .progress .progress-bar.gradient-4 {
color: #e5529a;
background-color: #e77654;
background-image: linear-gradient(-224deg, #e77654 0, #e5529a 100%)
}
.progress-charts .progress__two .progress {
height: 16px;
overflow: visible;
font-size: 14px;
border-radius: 0;
height: 32px;
padding: 6px;
border-radius: 30px;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #f2f2f2
}
.progress-charts .progress__two .progress-bar {
background-color: #9c7af2;
background: #0073b4;
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
border-radius: inherit
}
.progress-charts .progress__two .progress-bar::after,
.progress-charts .progress__two .progress-bar::before {
display: none
}
.progress-charts .progress__two .progress-bar span.percent-label {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 15px;
display: block;
font-size: 12px;
font-weight: 500;
color: #fff
}
.progress-charts .progress__two .progress.gradient-1 {
color: #61fded;
background-color: #0d8abc;
background-image: linear-gradient(-224deg, #0d8abc 0, #61fded 100%)
}
.progress-charts .progress__two .progress.gradient-2 {
color: #eece90;
background-color: #d45529;
background-image: linear-gradient(-224deg, #d45529 0, #eece90 100%)
}
.progress-charts .progress__two .progress.gradient-3 {
color: #5c51ff;
background-color: #f646a9;
background-image: linear-gradient(-224deg, #f646a9 0, #5c51ff 100%)
}
.progress-charts .progress__two .progress.gradient-4 {
color: #e5529a;
background-color: #e77654;
background-image: linear-gradient(-224deg, #e77654 0, #e5529a 100%)
}
.row-separators-wrap {
position: relative
}
.separators-space {
padding-top: 300px;
padding-bottom: 300px
}
.row-separators-images {
background-image: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/bg/home-resolutions-hero-bg-image.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed
}
.row-separators-bg {
background: #69afed
}
.vc_row-separator.bottom {
bottom: 0
}
.vc_row-separator svg {
height: 100px;
width: 100%
}
.vc_row-separator {
position: absolute;
width: 100%;
left: 0;
z-index: 1;
line-height: 0
}
.row-separators-style .vc_row-separator svg {
fill: #fff
}
.square-style .vc_row-separator.square.bottom {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%)
}
.square-style .vc_row-separator.square {
width: auto;
left: 50%
}
.square-style .vc_row-separator svg {
height: 90px
}
.square-style .vc_row-separator svg {
fill: #f7be68
}
.big-triangle-style .big_triangle.bottom {
-webkit-transform: scaleY(-1);
transform: scaleY(-1)
}
.big-triangle-style .vc_row-separator svg {
fill: #fff
}
.tilt-right-style .tilt_right.bottom {
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1)
}
.tilt-right-style .vc_row-separator svg {
fill: #69afed
}
.tilt-left-style .vc_row-separator.top {
top: 0
}
.tilt-left-style .vc_row-separator.tilt_left.top {
-webkit-transform: scale(1, -1);
transform: scale(1, -1)
}
.tilt-left-style .vc_row-separator svg {
height: 100px
}
.tilt-left-style .vc_row-separator svg {
fill: #69afed
}
.wavify-wrapper {
position: absolute;
bottom: 0;
width: 100%
}
.wavify-wrapper svg {
height: 380px
}
.triangle-bottom .vc_row-separator.triangle.bottom {
-webkit-transform: scaleY(-1);
transform: scaleY(-1)
}
.triangle-bottom .vc_row-separator.triangle.bottom {
-webkit-transform: scaleY(-1);
transform: scaleY(-1)
}
.triangle-bottom .vc_row-separator svg {
fill: #fff
}
.triangle-bottom .vc_row-separator svg {
height: 40px
}
.curve-style .vc_row-separator.bottom {
bottom: 0
}
.curve-style .vc_row-separator svg {
fill: #fff
}
.curve-style .vc_row-separator svg {
height: 50px
}
.waves-style .vc_row-separator.bottom {
bottom: 0
}
.waves-style .vc_row-separator svg {
height: 30px
}
.waves-style .vc_row-separator svg {
fill: #69afed
}
.circle-style .vc_row-separator.top {
top: 0
}
.circle-style .vc_row-separator svg {
height: 50px
}
.circle-style .vc_row-separator svg {
fill: #69afed
}
.default-bg-2 {
background: #69afed
}
.particles-area {
position: relative
}
.constellation-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden
}
.vc_row-separator.bottom {
bottom: 0
}
.triangle-one-style .vc_row-separator svg,
.triangle-two--style .vc_row-separator svg {
fill: #69afed
}
.triangle-one-style .vc_row-separator svg,
.triangle-two--style .vc_row-separator svg {
height: 200px
}
.triangle-two--style .vc_row-separator.tilt_right.top {
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1)
}
.circle-progress-wrapper {
position: relative
}
.feature-list-progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
@media only screen and (max-width: 575px),
only screen and (min-width:768px) and (max-width:991px) {
.feature-list-progress {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
}
.feature-list-progress__info {
margin-left: 40px;
-ms-flex-preferred-size: calc(100% - 170px);
flex-basis: calc(100% - 170px)
}
@media only screen and (max-width: 575px),
only screen and (min-width:768px) and (max-width:991px) {
.feature-list-progress__info {
margin-top: 20px;
margin-left: 0
}
}
.feature-list-progress__counter {
-ms-flex-preferred-size: 170px;
flex-basis: 170px
}
.feature-list-progress__list li {
margin-bottom: 10px
}
.chart-progress {
position: relative;
width: 160px;
height: 160px
}
.chart-progress canvas {
position: absolute;
top: 0;
left: 0
}
.chart-progress.cart-pogress-small {
width: 140px;
height: 140px
}
.chart-progress__inner-wrapper {
width: 100%;
height: 100%;
padding: 13px;
position: relative
}
.chart-progress__inner {
width: 100%;
height: 100%;
border-radius: 50%;
background: #0073b4
}
.chart-progress__inner--gradient {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #f76b1c;
background-image: linear-gradient(-224deg, #fad961 0, #f76b1c 100%)
}
.chart-progress__inner--bg-blue {
background: #5945e6
}
.chart-progress__inner--theme-two {
background: #d2a98e
}
.chart-progress__inner--white {
background: 0 0
}
.chart-progress__inner-content {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.chart-progress__inner-text {
color: #fff
}
.chart-progress__inner-text.text-black {
color: #000;
font-size: 24px;
font-weight: 400
}
.chart-progress__inner-text.chart-icon {
font-size: 34px
}
.circle-design {
position: absolute;
border-radius: 50%;
-webkit-animation: jump infinite 2s;
animation: jump infinite 2s;
-webkit-animation-direction: alternate;
animation-direction: alternate;
background-color: #f76b1c;
background: #0073b4
}
.circle-design.one {
width: 43px;
height: 43px;
left: 0;
bottom: 28px
}
.circle-design.two {
width: 17px;
height: 17px;
right: -20px;
top: 50%;
margin-top: -8px;
-webkit-animation-delay: 1s;
animation-delay: 1s
}
.circle-design--theme-two {
background: #d2a98e
}
.circle-design--gradient {
background-color: #f76b1c;
background-image: linear-gradient(-224deg, #fad961 0, #f76b1c 100%)
}
.circle-design--bg-green {
background: #38cb89;
-webkit-box-shadow: 0 2px 17px rgba(89, 69, 230, .27);
box-shadow: 0 2px 17px rgba(89, 69, 230, .27)
}
@-webkit-keyframes jump {
0% {
-webkit-transform: translateY(-10px) scale(.9, .9);
transform: translateY(-10px) scale(.9, .9)
}
100% {
-webkit-transform: translateY(10px) scale(1, 1);
transform: translateY(10px) scale(1, 1)
}
}
@keyframes jump {
0% {
-webkit-transform: translateY(-10px) scale(.9, .9);
transform: translateY(-10px) scale(.9, .9)
}
100% {
-webkit-transform: translateY(10px) scale(1, 1);
transform: translateY(10px) scale(1, 1)
}
}
.feature-list-progress {
z-index: 3;
position: relative
}
.ht-social-networks .item {
display: inline-block
}
.ht-social-networks .item .social-link {
display: block;
padding: 5px 4px
}
.ht-social-networks.large-icon .social-link {
padding: 5px 13px;
font-size: 20px
}
.ht-social-networks.extra-large-icon .social-link {
padding: 5px 15px;
font-size: 30px
}
.ht-social-networks.flat-round .item,
.ht-social-networks.solid-rounded-icon .item {
margin: 4px
}
.ht-social-networks.flat-round .social-link,
.ht-social-networks.solid-rounded-icon .social-link {
font-size: 16px;
display: block;
text-align: center;
height: 30px;
width: 30px;
line-height: 20px;
background: #ededed; color: #000000;
border-radius: 50%;
position: relative
}
.ht-social-networks.flat-round .social-link svg,
.ht-social-networks.solid-rounded-icon .social-link svg {
Fill: #696969;
height: 18px;
width: 18px;
}
.ht-social-networks.flat-round .social-link:hover,
.ht-social-networks.solid-rounded-icon .social-link:hover {
color: #fff;
background: #0073b4
}
.ht-social-networks.flat-round .social-link:hover svg,
.ht-social-networks.solid-rounded-icon .social-link:hover svg {
fill: #fff;
}
.ht-social-networks.solid-rounded-icon .social-link {
background: 0 0;
border: 1px solid #e0e0e0
}
.ht-social-networks.solid-rounded-icon .social-link:hover {
border: 1px solid #0073b4;
color: #fff
}
.ht-social-networks.solid-rounded-icon.social-white .social-link {
color: #fff
}
.ht-social-networks.solid-rounded-icon.social-white .social-link:hover {
border: 1px solid #fff;
color: #0073b4;
background: #fff
}
.ht-social-networks.icon-tilte .link-icon {
font-size: 16px;
min-width: 16px;
margin-right: 10px
}
.ht-social-networks.tilte-style .social-link {
position: relative
}
.ht-social-networks.tilte-style .social-link::before {
content: '-';
position: absolute;
top: 50%;
left: -5px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #333
}
.ht-social-networks.tilte-style .social-link:hover .link-text::after {
background-color: #d2a98e;
width: 100%;
left: 0
}
.ht-social-networks.tilte-style .item:first-child .social-link::before {
display: none
}
.ht-social-networks.tilte-style .link-text {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
color: #333;
position: relative;
padding: 5px 0;
z-index: 1
}
.ht-social-networks.tilte-style .link-text::before {
content: '';
height: 2px;
bottom: 0;
position: absolute;
left: 0;
right: 0;
z-index: -2;
background: rgba(0, 0, 0, .2)
}
.ht-social-networks.tilte-style .link-text::after {
content: '';
height: 2px;
width: 0;
bottom: 0;
position: absolute;
left: auto;
right: 0;
z-index: -1;
-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s
}
.ht-social-networks.white-tilte-social .social-link::before {
color: rgba(255, 255, 255, .7)
}
.ht-social-networks.white-tilte-social .social-link:hover .link-text::after {
background-color: #fff
}
.ht-social-networks.white-tilte-social .link-text {
color: #fff
}
.ht-social-networks.white-tilte-social .link-text::before {
background: rgba(255, 255, 255, .7)
}
.ht-tab-menu {
margin: 0 -10px
}
.ht-tab-menu li {
margin: 0 10px
}
.ht-tab-menu li a {
font-size: 14px;
font-weight: 500;
line-height: 1.3;
text-transform: uppercase;
letter-spacing: 1px;
border: 1px solid #ededed !important;
border: #ededed;
background: #fff; color: #000000;
padding: 21px 20px 19px;
min-width: 200px;
border-radius: 8px !important
}
.ht-tab-menu li a.active {
color: #0073b4;
border-color: #0073b4 !important
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.ht-tab-menu li a {
padding: 21px 10px 19px
}
}
@media only screen and (max-width: 767px),
only screen and (min-width:768px) and (max-width:991px) {
.ht-tab-menu li a {
padding: 12px 13px 12px;
min-width: 150px;
margin-bottom: 10px
}
}
.ht-tab-menu_two li {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 0;
flex-basis: 0
}
.tab-history-image img {
border-radius: 8px
}
.tab-content-inner .text {
font-size: 18px;
font-size: 18px
}
.tab-slider-nav--list {
display: block;
margin-bottom: 50px;
opacity: .6
}
.tab-slider-nav--list:hover {
opacity: .9
}
.tab-slider-nav--list .ht-slider-tab-icon {
background: rgba(255, 255, 255, .2);
display: inline-block;
float: left;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
font-size: 32px;
border-radius: 15px;
color: #fff;
-webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, .12);
box-shadow: 0 15px 50px rgba(89, 69, 230, .12);
margin-right: 30px
}
.tab-slider-nav--list h5 {
display: block;
color: #fff;
max-width: 280px
}
.tab-slider-nav--list p {
margin-top: 26px;
display: block;
font-size: 15px;
font-style: normal;
font-weight: 400;
color: #fff
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.tab-slider-nav--list:last-child {
margin-bottom: 0
}
}
.tab-slider-nav .slick-current .tab-slider-nav--list {
opacity: 1
}
.tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
background-image: linear-gradient(-225deg, #f8c59b 0, #e68c60 100%)
}
.start-ups-left-tab .tab-slider-nav--list {
display: block;
margin-bottom: 50px;
opacity: .6 !important
}
.start-ups-left-tab .tab-slider-nav--list:hover {
opacity: .9
}
.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list {
opacity: 1 !important
}
.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
background-image: linear-gradient(-225deg, #f8c59b 0, #e68c60 100%) !important
}
.tab-slider-images .slick-dots {
text-align: center;
margin-top: 30px
}
.tab-slider-images .slick-dots li {
display: inline-block;
margin: 0 15px
}
.tab-slider-images .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 8px;
height: 8px;
padding: 5px;
cursor: pointer;
border: 0;
outline: 0;
border-radius: 50%;
-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.tab-slider-images .slick-dots li button:hover {
width: 10px;
height: 10px
}
.tab-slider-images .slick-dots li.slick-active button {
width: 16px;
height: 16px;
border-radius: 50%;
-webkit-box-shadow: 0 0 9px #ededed;
box-shadow: 0 0 9px #ededed
}
.modern-grid--6 {
display: grid;
grid-row-gap: 60px;
grid-template-columns: repeat(6, 1fr)
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.modern-grid--6 {
grid-template-columns: repeat(5, 1fr)
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.modern-grid--6 {
grid-template-columns: repeat(3, 1fr)
}
}
@media only screen and (max-width: 767px) {
.modern-grid--6 {
grid-template-columns: repeat(2, 1fr)
}
}
.carousel-slider__content {
margin-top: 25px;
padding: 0 20px
}
.carousel-slider__content .headeing {
margin-bottom: 10px
}
.sider-title-button-box .ht-btn {
margin-right: 15px
}
.ht-team-member .team-image {
position: relative
}
.ht-team-member .social-networks {
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
padding: 10px 0;
opacity: 0;
visibility: hidden;
text-align: center;
padding: 6px 0;
background-color: #002fa6;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.ht-team-member .social-networks a {
display: inline-block;
font-size: 16px;
line-height: 0;
color: #fff;
padding: 10px 14px
}
.ht-team-member:hover .social-networks {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0)
}
.ht-team-member .team-info {
margin-top: 20px
}
.ht-team-member-style-one .ht-team-member {
max-width: 310px;
margin: auto;
margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
.ht-team-member-style-one .ht-team-member {
margin-bottom: 30px
}
}
.ht-team-member-style-two .ht-team-member {
max-width: 350px;
margin: auto;
margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
.ht-team-member-style-two .ht-team-member {
margin-bottom: 30px
}
}
.ht-team-member-style-three .ht-team-member {
max-width: 350px;
margin: auto;
margin-bottom: 60px
}
@media only screen and (max-width: 767px) {
.ht-team-member-style-three .ht-team-member {
margin-bottom: 30px
}
}
.team_member-list .team__title {
font-size: 15px;
text-transform: uppercase
}
[class*=hint--] {
position: relative;
display: inline-block
}
[class*=hint--]:after,
[class*=hint--]:before {
position: absolute;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: hidden;
opacity: 0;
z-index: 1000000;
pointer-events: none;
-webkit-transition: .3s ease;
transition: .3s ease;
-webkit-transition-delay: 0s;
transition-delay: 0s
}
[class*=hint--]:hover:after,
[class*=hint--]:hover:before {
visibility: visible;
opacity: 1
}
[class*=hint--]:hover:after,
[class*=hint--]:hover:before {
-webkit-transition-delay: .1s;
transition-delay: .1s
}
[class*=hint--]:before {
content: '';
position: absolute;
background: 0 0;
border: 7px solid transparent;
z-index: 1000001
}
[class*=hint--]:after {
background: #0073b4;
color: #fff;
padding: 8px 10px;
font-size: 14px;
line-height: 14px;
white-space: nowrap;
border-radius: 8px;
-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
box-shadow: 4px 4px 8px rgba(0, 0, 0, .3)
}
[class*=hint--][aria-label]:after {
content: attr(aria-label)
}
[class*=hint--][data-hint]:after {
content: attr(data-hint)
}
[aria-label='']:after,
[aria-label='']:before,
[data-hint='']:after,
[data-hint='']:before {
display: none !important
}
.hint--top-left:before {
border-top-color: #0073b4
}
.hint--top-right:before {
border-top-color: #0073b4
}
.hint--top:before {
border-top-color: #0073b4
}
.hint--bottom-left:before {
border-bottom-color: #0073b4
}
.hint--bottom-right:before {
border-bottom-color: #0073b4
}
.hint--bottom:before {
border-bottom-color: #0073b4
}
.hint--left:before {
border-left-color: #0073b4
}
.hint--right:before {
border-right-color: #0073b4
}
.hint--white:after {
background: #fff;
color: #333;
padding: 8px 10px;
font-size: 14px;
line-height: 14px;
white-space: nowrap;
border-radius: 8px
}
.hint--white:before {
border-top-color: #fff
}
.hint--black:after {
background: #000;
color: #fff;
padding: 8px 10px;
font-size: 14px;
line-height: 14px;
white-space: nowrap;
border-radius: 8px
}
.hint--black:before {
border-top-color: #000
}
.hint--black.hint--bottom::before {
border-bottom-color: #000
}
.hint--black.hint--top-left::before {
border-top-color: #000
}
.hint--black.hint--bottom-left::before {
border-bottom-color: #000
}
.hint--black.hint--top::before {
border-top-color: #000
}
.hint--black.hint--left::before {
border-left-color: #000
}
.hint--black:before {
border-top-color: transparent
}
.hint--theme-two:after {
background: #d2a98e;
color: #fff;
padding: 8px 10px;
font-size: 14px;
line-height: 14px;
white-space: nowrap;
border-radius: 8px
}
.hint--theme-two:before {
border-top-color: #d2a98e
}
.hint--theme-two.hint--bottom::before {
border-bottom-color: #d2a98e
}
.hint--theme-two.hint--top-left::before {
border-top-color: #d2a98e
}
.hint--theme-two.hint--top::before {
border-top-color: #d2a98e
}
.hint--theme-two.hint--left::before {
border-left-color: #d2a98e
}
.hint--theme-two:before {
border-top-color: transparent
}
.hint--top:before {
margin-bottom: -13px
}
.hint--top:after,
.hint--top:before {
bottom: 100%;
left: 50%
}
.hint--top:before {
left: calc(50% - 7px)
}
.hint--top:after {
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.hint--top:hover:before {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
.hint--top:hover:after {
-webkit-transform: translateX(-50%) translateY(-8px);
transform: translateX(-50%) translateY(-8px)
}
.hint--bottom:before {
margin-top: -13px
}
.hint--bottom:after,
.hint--bottom:before {
top: 100%;
left: 50%
}
.hint--bottom:before {
left: calc(50% - 7px)
}
.hint--bottom:after {
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.hint--bottom:hover:before {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
.hint--bottom:hover:after {
-webkit-transform: translateX(-50%) translateY(8px);
transform: translateX(-50%) translateY(8px)
}
.hint--right:before {
margin-left: -13px;
margin-bottom: -7px
}
.hint--right:after {
margin-bottom: -15px
}
.hint--right:after,
.hint--right:before {
left: 100%;
bottom: 50%
}
.hint--right:hover:before {
-webkit-transform: translateX(8px);
transform: translateX(8px)
}
.hint--right:hover:after {
-webkit-transform: translateX(8px);
transform: translateX(8px)
}
.hint--left:before {
margin-right: -13px;
margin-bottom: -7px
}
.hint--left:after {
margin-bottom: -15px
}
.hint--left:after,
.hint--left:before {
right: 100%;
bottom: 50%
}
.hint--left:hover:before {
-webkit-transform: translateX(-8px);
transform: translateX(-8px)
}
.hint--left:hover:after {
-webkit-transform: translateX(-8px);
transform: translateX(-8px)
}
.hint--top-left:before {
margin-bottom: -13px
}
.hint--top-left:after,
.hint--top-left:before {
bottom: 100%;
left: 50%
}
.hint--top-left:before {
left: calc(50% - 7px)
}
.hint--top-left:after {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
.hint--top-left:after {
margin-left: 14px
}
.hint--top-left:hover:before {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
.hint--top-left:hover:after {
-webkit-transform: translateX(-100%) translateY(-8px);
transform: translateX(-100%) translateY(-8px)
}
.hint--top-right:before {
margin-bottom: -13px
}
.hint--top-right:after,
.hint--top-right:before {
bottom: 100%;
left: 50%
}
.hint--top-right:before {
left: calc(50% - 7px)
}
.hint--top-right:after {
-webkit-transform: translateX(0);
transform: translateX(0)
}
.hint--top-right:after {
margin-left: -14px
}
.hint--top-right:hover:before {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
.hint--top-right:hover:after {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}
.hint--bottom-left:before {
margin-top: -13px
}
.hint--bottom-left:after,
.hint--bottom-left:before {
top: 100%;
left: 50%
}
.hint--bottom-left:before {
left: calc(50% - 7px)
}
.hint--bottom-left:after {
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
.hint--bottom-left:after {
margin-left: 14px
}
.hint--bottom-left:hover:before {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
.hint--bottom-left:hover:after {
-webkit-transform: translateX(-100%) translateY(8px);
transform: translateX(-100%) translateY(8px)
}
.hint--bottom-right:before {
margin-top: -13px
}
.hint--bottom-right:after,
.hint--bottom-right:before {
top: 100%;
left: 50%
}
.hint--bottom-right:before {
left: calc(50% - 7px)
}
.hint--bottom-right:after {
-webkit-transform: translateX(0);
transform: translateX(0)
}
.hint--bottom-right:after {
margin-left: -14px
}
.hint--bottom-right:hover:before {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
.hint--bottom-right:hover:after {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}
.hint--no-animate:after,
.hint--no-animate:before {
-webkit-transition-duration: 0s;
transition-duration: 0s
}
.hint--bounce:after,
.hint--bounce:before {
-webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
}
.ht-timeline.style-01 .col-md-6 {
padding-left: 30px;
padding-right: 30px
}
.ht-timeline.style-01 .tm-timeline-list {
position: relative;
display: inline-block;
width: 100%;
padding: 32px 0 65px
}
.ht-timeline.style-01 .item {
position: relative
}
@media only screen and (max-width: 767px) {
.ht-timeline.style-01 .item {
padding-left: 45px;
width: 100%
}
}
.ht-timeline.style-01 .item+.item {
margin-top: 68px
}
.ht-timeline.style-01 .line {
position: absolute;
top: 0;
left: 50%;
margin-left: -1px;
height: 100%;
border-left: 2px solid #0073b4;
opacity: .15
}
@media only screen and (max-width: 767px) {
.ht-timeline.style-01 .line {
left: 15px
}
}
.ht-timeline.style-01 .dots {
position: absolute;
top: 14px;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
width: 30px;
height: 30px;
color: #0073b4
}
@media only screen and (max-width: 767px) {
.ht-timeline.style-01 .dots {
right: auto;
left: 0;
-webkit-transform: none;
transform: none
}
}
.ht-timeline.style-01 .dots::before {
content: '';
position: absolute;
border: 1px solid currentColor;
border-radius: 50%;
top: 0;
left: 0;
opacity: .3;
width: 30px;
height: 30px
}
.ht-timeline.style-01 .dots .middle-dot {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 14px;
height: 14px;
border-radius: 50%;
z-index: 2;
border: 3px solid currentColor;
background: #fff
}
.ht-timeline.style-01 .timeline-col .inner {
text-align: right;
width: 500px;
max-width: 100%
}
@media only screen and (max-width: 767px) {
.ht-timeline.style-01 .timeline-col .inner {
text-align: left
}
}
.ht-timeline.style-01 .timeline-col .inner .year {
color: #0073b4;
font-size: 72px;
font-weight: 400;
line-height: 1;
margin-bottom: 27px
}
@media only screen and (max-width: 767px) {
.ht-timeline.style-01 .timeline-col .inner .year {
font-size: 32px
}
}
.ht-timeline.style-01 .timeline-col .inner .photo img {
border-radius: 8px
}
.ht-timeline.style-01 .timeline-info .inner {
padding-top: 130px;
float: right;
width: 500px;
max-width: 100%;
text-align: left
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.ht-timeline.style-01 .timeline-info .inner {
padding-top: 60px
}
}
@media only screen and (max-width: 767px) {
.ht-timeline.style-01 .timeline-info .inner {
padding-top: 30px
}
}
.ht-timeline.style-01 .timeline-info .content-body {
display: inline-block;
width: 400px;
max-width: 100%
}
.ht-timeline.style-01 .timeline-info .heading {
font-size: 24px;
margin-bottom: 20px
}
.ht-timeline.style-01 .timeline-info .text {
font-size: 18px;
line-height: 2
}
@media only screen and (max-width: 767px) {
.ht-timeline.style-01 .timeline-info .text {
font-size: 16px
}
}
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
@media only screen and (max-width: 767px) {
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1
}
}
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info>.inner {
float: left;
text-align: right
}
@media only screen and (max-width: 767px) {
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-info>.inner {
text-align: left
}
}
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature>.inner {
text-align: left;
float: right
}
.ht-timeline.style-01 .item:nth-child(2n+1) .timeline-feature>.inner {
text-align: left;
float: right
}
.testimonial-slider__container {
padding-bottom: 0
}
.testimonial-slider--info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 22px
}
@media only screen and (max-width: 767px) {
.testimonial-slider--info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
}
.testimonial-slider__media {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 30px
}
.testimonial-slider__media img {
border-radius: 50%
}
.testimonial-slider__text {
font-size: 16px
}
.testimonial-slider__author {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.testimonial-slider__author .testimonial-rating {
font-size: 16px;
margin-bottom: 10px;
color: #ffb944
}
.testimonial-slider__author .author-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
@media only screen and (max-width: 767px) {
.testimonial-slider__author .author-info {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
}
.testimonial-slider__author .name {
color: #333
}
.testimonial-slider__author .designation {
font-size: 14px
}
.testimonial-slider__author .designation:before {
content: ' / ';
padding: 0 5px
}
.testimonial-slider__one {
position: relative;
background: #fff;
padding: 31px 50px 47px;
border-radius: 8px;
margin: 20px 15px 35px;
-webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
box-shadow: 0 0 20px rgba(51, 51, 51, .1);
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-transform: translateY(0) !important;
transform: translateY(0) !important
}
.testimonial-slider__one .testimonial-slider--info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.testimonial-slider__one .testimonial-slider--info .post-thumbnail {
margin-right: 20px
}
@media only screen and (max-width: 767px) {
.testimonial-slider__one .testimonial-slider--info .post-thumbnail {
margin-right: 0;
margin-bottom: 20px
}
}
.testimonial-slider__one:hover {
-webkit-transform: translateY(-5px) !important;
transform: translateY(-5px) !important
}
@media only screen and (max-width: 767px),
only screen and (min-width:992px) and (max-width:1199px) {
.testimonial-slider__one {
padding: 31px 20px 31px
}
}
.testimonial-slider__single {
background: #fff;
padding: 30px 20px 30px;
border-radius: 8px;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
box-shadow: 0 0 20px rgba(51, 51, 51, .1);
width: 95%
}
.testimonial-slider__single .testimonial-subject {
margin-bottom: 15px
}
.testimonial-slider__single .testimonial-slider__text { color: #000000;
}
.testimonial-slider__single .author-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 20px;
max-width: 320px;
margin-left: auto;
margin-right: auto
}
.testimonial-slider__container-two .swiper-slide.swiper-slide-prev {
opacity: .5
}
.testimonial-slider__container-two .swiper-slide.swiper-slide-next {
opacity: .5
}
.cd-headline.clip span {
padding: 0
}
.cd-headline.clip .cd-words-wrapper.brown-color::after {
background-color: #ddd;
width: 4px
}
.cd-headline.clip span {
padding: 0
}
.cd-headline.clip .cd-words-wrapper.brown-color::after {
background-color: #f10;
width: 4px
}
.typed-text-wrap {
text-align: center
}
.typed-text-wrap h4 {
max-width: 700px;
font-size: 48px;
line-height: 1.34;
margin-bottom: 0;
word-wrap: break-word;
font-weight: 700;
margin-top: -20px
}
.typed-text-wrap h4 span b {
font-weight: 700;
font-style: normal;
color: #0073b4
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.typed-text-wrap h4 {
font-size: 38px
}
}
@media only screen and (max-width: 767px) {
.typed-text-wrap h4 {
font-size: 28px
}
}
@media only screen and (max-width: 575px) {
.typed-text-wrap h4 {
font-size: 20px
}
}
.projects-slider__container .projects-wrap.style-01 {
display: block
}
.projects-slider__container .projects-wrap.style-01 .projects-image-box {
margin: 20px 15px 35px
}
.projects-wrap.style-01 {
display: block
}
.projects-wrap.style-01 .projects-image-box {
background: #fff;
border-radius: 8px;
overflow: hidden;
-webkit-box-shadow: 0 18px 40px -10px rgba(51, 51, 51, .1);
box-shadow: 0 18px 40px -10px rgba(51, 51, 51, .1);
position: relative;
margin-bottom: 30px
}
.projects-wrap.style-01 .content {
padding: 25px 26px 94px;
padding-bottom: 88px
}
.projects-wrap.style-01 .content .heading {
font-weight: 600;
line-height: 1.25;
margin-bottom: 2px;
color: #333 !important
}
.projects-wrap.style-01 .content .post-categories {
color: #0073b4;
margin-bottom: 2px
}
.projects-wrap.style-01 .content .text { color: #000000;
margin-top: 13px
}
.projects-wrap.style-01 .content .box-projects-arrow {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
height: 56px;
line-height: 55px;
text-align: center;
font-size: 14px;
font-weight: 500;
border-top: 1px solid #eee;
color: #0073b4
}
.projects-wrap.style-01 .content .box-projects-arrow::before {
background-color: #0073b4;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
z-index: -1
}
.projects-wrap.style-01:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.projects-wrap.style-01:hover .content .heading {
color: #0073b4
}
.projects-wrap.style-01:hover .content .box-projects-arrow {
color: #fff
}
.projects-wrap.style-01:hover .content .box-projects-arrow::before {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.projects-wrap.style-2 {
margin-bottom: 30px;
display: block
}
.projects-wrap.style-2 .projects-image-box img {
border-radius: 8px
}
.projects-wrap.style-2 .content {
padding: 22px 15px 24px;
text-align: center
}
.projects-wrap.style-2 .content .heading {
font-weight: 600;
line-height: 1.25;
color: #333 !important
}
.projects-wrap.style-2 .content .post-categories {
color: #0073b4;
margin-bottom: 5px
}
.projects-wrap.style-2:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.messonry-button button {
padding: 0;
border: 0 none;
position: relative;
background: 0 0
}
.messonry-button button span {
position: relative;
display: inline-block;
padding: 0 5px;
margin: 5px 17px;
position: relative;
border-bottom: 2px solid transparent
}
.messonry-button button span.filter-text {
font-size: 18px;
font-weight: 500;
line-height: 1.74;
color: #0073b4;
-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.messonry-button button span.filter-counter {
position: absolute;
top: 0;
left: 50%;
visibility: hidden;
margin: 0 auto;
min-width: 34px;
height: 24px;
line-height: 24px;
border-radius: 3px;
font-size: 12px;
background-color: #0073b4;
color: #fff;
text-align: center;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
transition: all .3s cubic-bezier(.645, .045, .355, 1);
font-weight: 600
}
.messonry-button button span.filter-counter::before {
position: absolute;
right: 0;
bottom: -6px;
left: 0;
display: block;
margin: 0 auto;
width: 0;
height: 0;
border-top: 4px solid #0073b4;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
content: "";
border-top-color: #0073b4
}
.messonry-button button:hover span.filter-counter {
visibility: visible;
opacity: 1;
-webkit-transform: translate(-50%, -100%);
transform: translate(-50%, -100%)
}
.messonry-button button:hover span.filter-text {
color: #0073b4
}
.messonry-button button.is-checked span {
border-bottom: 2px solid #0073b4
}
.messonry-button button.is-checked span.filter-text {
color: #0073b4
}
.contact-form__two input[type=color]:focus,
.contact-form__two input[type=date]:focus,
.contact-form__two input[type=datetime-local]:focus,
.contact-form__two input[type=datetime]:focus,
.contact-form__two input[type=email]:focus,
.contact-form__two input[type=month]:focus,
.contact-form__two input[type=number]:focus,
.contact-form__two input[type=password]:focus,
.contact-form__two input[type=range]:focus,
.contact-form__two input[type=search]:focus,
.contact-form__two input[type=tel]:focus,
.contact-form__two input[type=text]:focus,
.contact-form__two input[type=time]:focus,
.contact-form__two input[type=url]:focus,
.contact-form__two input[type=week]:focus,
.contact-form__two select:focus,
.contact-form__two textarea:focus {
color: #222;
border-color: transparent;
background: #fff;
-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, .1);
box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}
.contact-form__two select:focus {
background: #fff url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/icons/selector-icon.png) no-repeat center right 20px !important
}
.appointment-contact-bg {
background: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/bg/home-appointment-contact-bg-image.png);
background-repeat: no-repeat;
background-position: center right
}
.contact-title .sub-title {
font-size: 18px
}
.contact-input {
margin: 0 -10px
}
.contact-input .contact-inner {
float: left;
margin: 0 0 20px;
padding: 0 10px;
width: 50%
}
@media only screen and (max-width: 575px) {
.contact-input .contact-inner {
width: 100%
}
}
.contact-inner {
margin: 0 0 20px
}
.contact-inner input,
.contact-inner textarea,
.contact-inner select {
width: 100%;
color: #000;
border-color: #f8f8f8;
background-color: #f8f8f8;
font-size: 15px;
font-weight: 400;
letter-spacing: 0;
border: none;
width: 100%;
outline: 0;
border: 1px solid #e5e5e5; border-radius: 8px;
padding: 3px 10px;
height: 40px
}
.contact-inner textarea {
height: 150px;
padding: 15px
}
.contact-inner select {
color: #777
}
.infotechno-contact-us-bg {
background-color: #eff2f6;
background-image: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/bg/home-infotechno-contact-bg.jpg);
background-size: cover;
background-repeat: no-repeat
}
@media only screen and (max-width: 767px),
only screen and (min-width:768px) and (max-width:991px) {
.conact-us-wrap-one {
margin-bottom: 30px
}
}
.conact-us-wrap-one .heading {
position: relative;
padding-left: 34px;
font-weight: 600;
line-height: 1.4
}
.conact-us-wrap-one .heading::before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 4px;
height: 94%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #0073b4
}
.conact-us-wrap-one .sub-heading {
margin-top: 15px;
font-size: 15px;
margin-left: 34px; color: #000000;
}
.contact-info-one .icon,
.contact-info-three .icon,
.contact-info-two .icon {
font-size: 40px;
color: #0073b4
}
.contact-info-one .heading,
.contact-info-three .heading,
.contact-info-two .heading {
font-size: 15px;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 10px;
margin-top: 10px
}
.contact-info-one .call-us,
.contact-info-three .call-us,
.contact-info-two .call-us {
line-height: 1.17;
color: #002fa6;
position: relative;
display: inline-block
}
.contact-info-one .call-us::before,
.contact-info-three .call-us::before,
.contact-info-two .call-us::before {
content: '';
width: 0;
height: 1px;
bottom: 0;
position: absolute;
left: auto;
right: 0;
z-index: 1;
-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
background: currentColor
}
.contact-info-one .call-us:hover,
.contact-info-three .call-us:hover,
.contact-info-two .call-us:hover {
color: #002fa6
}
.contact-info-one .call-us:hover::before,
.contact-info-three .call-us:hover::before,
.contact-info-two .call-us:hover::before {
width: 100%;
left: 0;
right: auto
}
.contact-info-one .call-us a:hover,
.contact-info-three .call-us a:hover,
.contact-info-two .call-us a:hover {
color: #002fa6
}
.contact-info-one .btn--secondary,
.contact-info-three .btn--secondary,
.contact-info-two .btn--secondary {
min-width: 230px
}
.contact-info-one .btn--secondary:hover,
.contact-info-three .btn--secondary:hover,
.contact-info-two .btn--secondary:hover {
background: #0073b4
}
.contact-info-two .icon {
color: #fff
}
.contact-info-two .heading {
color: rgba(255, 255, 255, .8)
}
.contact-info-two .call-us {
color: #d2a98e
}
.contact-info-two .call-us:hover {
color: #d2a98e
}
.contact-info-two .call-us a:hover {
color: #d2a98e
}
.contact-info-two .btn--secondary {
background: #fff;
color: #0073b4
}
.contact-info-two .btn--secondary:hover {
background: #d2a98e;
color: #fff
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.contact-info-three {
margin-top: 60px
}
}
.contact-info-three .heading {
margin-bottom: 30px
}
.contact-info-three .call-us {
margin-bottom: 20px
}
.contact-info-three .location-text-button .button-icon {
height: 56px;
width: 56px;
line-height: 56px;
border-radius: 50%;
text-align: center;
background: #f6f2ed;
margin-right: 14px;
display: inline-block
}
.contact-info-three .location-text-button .button-icon::before {
content: '\f3c5';
font-style: normal;
line-height: 56px;
text-align: center;
color: #0073b4;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 900
}
.contact-info-three .location-text-button .button-text {
font-weight: 500;
color: #0073b4;
position: relative
}
.contact-info-three .location-text-button .button-text::after {
content: '';
width: 0;
height: 1px;
bottom: 0;
position: absolute;
left: auto;
right: 0;
-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
background: currentColor
}
.contact-info-three .location-text-button:hover .button-text::after {
width: 100%;
left: 0;
right: auto
}
.processing-computing-area {
padding: 150px 0
}
@media only screen and (min-width: 992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
.processing-computing-area {
padding: 100px 0
}
}
@media only screen and (max-width: 767px) {
.processing-computing-area {
padding: 60px 0
}
}
.computing-info-box h2 {
font-size: 64px;
line-height: 1.13;
color: #002fa6
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.computing-info-box h2 {
font-size: 42px
}
}
@media only screen and (max-width: 767px) {
.computing-info-box h2 {
font-size: 32px
}
}
.contact-form-service-wrap {
background: #fff;
-webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
padding: 42px 50px 50px;
border-radius: 8px
}
@media only screen and (max-width: 767px) {
.contact-form-service-wrap {
padding: 42px 20px 50px
}
}
.business-solution-form-wrap {
max-width: 400px;
margin-left: auto;
background: #fff;
-webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
padding: 42px 30px 51px;
border-radius: 8px;
text-align: center
}
.signin-form-wrap {
max-width: 400px;
margin-left: auto;
padding: 42px 30px 51px;
border-radius: 8px;
text-align: center;
color: #fff
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.business-solution-form-wrap {
margin: auto
}
}
.ht-star-rating.lg-style {
color: #fed80a;
font-size: 18px
}
.ht-star-rating.lg-style span+span {
margin-left: 11px
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.contact-info {
margin-bottom: 60px
}
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.contact-info.style-two,
.contact-info.sytle-one {
margin-top: 60px
}
.contact-info.style-two.service-contact,
.contact-info.sytle-one.service-contact {
margin-top: 0
}
}
.contact-info.style-two .contact-info-title-wrap .sub-text,
.contact-info.sytle-one .contact-info-title-wrap .sub-text {
margin-top: 20px;
color: #fff;
font-size: 18px
}
.contact-info.style-two .contact-list-item .single-contact-list,
.contact-info.sytle-one .contact-list-item .single-contact-list {
display: block
}
.contact-info.style-two .contact-list-item .content,
.contact-info.sytle-one .contact-list-item .content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 55px
}
.contact-info.style-two .contact-list-item .content .icon,
.contact-info.sytle-one .contact-list-item .content .icon {
color: #fff;
border-color: #fff;
font-size: 40px;
margin-right: 10px;
-ms-flex-negative: 0;
flex-shrink: 0;
min-width: 54px
}
.contact-info.style-two .contact-list-item .content .main-content .heading,
.contact-info.sytle-one .contact-list-item .content .main-content .heading {
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 1.78;
margin-bottom: 13px;
color: rgba(255, 255, 255, .8)
}
.contact-info.style-two .contact-list-item .content .main-content .text,
.contact-info.sytle-one .contact-list-item .content .main-content .text {
color: #d2a98e;
font-size: 34px;
font-weight: 700;
line-height: 1.17
}
@media only screen and (min-width: 992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
.contact-info.style-two .contact-list-item .content .main-content .text,
.contact-info.sytle-one .contact-list-item .content .main-content .text {
font-size: 24px
}
}
@media only screen and (max-width: 767px) {
.contact-info.style-two .contact-list-item .content .main-content .text,
.contact-info.sytle-one .contact-list-item .content .main-content .text {
font-size: 24px
}
}
.contact-info.style-two .contact-info-title-wrap .sub-text { color: #000000;
}
.contact-info.style-two .contact-list-item .content .icon {
color: #d2a98e
}
.contact-info.style-two .contact-list-item .content .main-content .heading {
color: #333
}
.contact-info.style-two .contact-list-item .content .main-content .text {
color: #0073b4
}
.conact-info__list li {
margin-bottom: 7px
}
.conact-us-wrap-one.managed-it .heading {
line-height: 1.67;
font-weight: 800
}
.single-blog-item.lg-blog-item {
margin-bottom: 50px;
padding-bottom: 50px
}
.single-blog-item.lg-blog-item:last-child {
padding-bottom: 60px;
margin-bottom: 0
}
.single-blog-item.xs-list-blog-item {
margin-bottom: 50px;
padding-bottom: 50px
}
.single-blog-item.xs-list-blog-item:last-child {
margin-bottom: 0
}
.single-blog-item .post-feature img {
border-radius: 8px
}
.single-blog-item .post-quote {
position: relative;
padding: 78px 40px 53px;
background: #f5f7fd;
text-align: center
}
.single-blog-item .post-quote .post-quote-text {
line-height: 1.5;
margin-bottom: 39px
}
.single-blog-item .post-quote::before {
content: '';
position: absolute;
left: 50%;
top: 54px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
height: 132px;
width: 150px;
background: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/icons/quote.png) no-repeat
}
.single-blog-item .post-quote .post-quote-name {
color: #333
}
.single-blog-item .post-info {
margin-top: 20px
}
.single-blog-item .post-info .post-categories {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px;
color: #d2a98e
}
.single-blog-item .post-info .post-title {
margin-bottom: 15px
}
.single-blog-item .post-info .post-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -10px
}
.single-blog-item .post-info .post-meta .post-author {
padding: 5px 10px 0
}
.single-blog-item .post-info .post-meta .post-author .avatar-96 {
width: 32px;
vertical-align: middle;
margin-right: 6px;
border-radius: 50%
}
.single-blog-item .post-info .post-meta .post-date,
.single-blog-item .post-info .post-meta .post-view {
padding: 5px 10px
}
.single-blog-item .post-info .post-meta .post-date .meta-icon,
.single-blog-item .post-info .post-meta .post-view .meta-icon {
margin-right: 6px
}
.single-blog-item .post-info .post-meta .post-comments {
padding: 5px 10px
}
.single-blog-item .post-info .post-meta .post-comments .meta-icon {
margin-right: 6px
}
.single-blog-item.blog-grid {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-radius: 8px;
margin-bottom: 30px
}
.single-blog-item.blog-grid:hover .post-feature {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.single-blog-item.blog-grid .post-info .post-title {
margin-bottom: 10px;
line-height: 1.5
}
.single-blog-item.blog-grid .post-info .btn-text {
margin-top: 10px
}
.single-blog-item.blog-grid .post-info .btn-text a {
font-size: 14px;
font-weight: 500;
border-bottom: 1px solid #ccc
}
.single-blog-item.blog-grid .post-info .btn-text a:hover {
color: #0073b4
}
.single-blog-item.blog-masonry {
background: #fff;
border-radius: 8px;
overflow: hidden;
-webkit-box-shadow: 0 0 40px rgba(51, 51, 51, .1);
box-shadow: 0 0 40px rgba(51, 51, 51, .1);
position: relative;
margin-bottom: 30px
}
.single-blog-item.blog-masonry .post-info {
padding: 10px 25px 83px
}
.single-blog-item.blog-masonry .post-info .post-title {
line-height: 1.5
}
.single-blog-item .post-read-more .btn-read-more {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
height: 56px;
line-height: 55px;
text-align: center;
font-size: 14px;
font-weight: 500;
border-top: 1px solid #eee;
color: #0073b4;
display: block
}
.single-blog-item .post-read-more .btn-read-more::before {
background: #0073b4;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
z-index: -1
}
.single-blog-item .post-read-more .btn-read-more:hover {
color: #fff
}
.single-blog-item .post-read-more .btn-read-more:hover::before {
-webkit-transform: translateY(0);
transform: translateY(0)
}
.post-list-wrapper .blog-thumbnail a {
display: block
}
.post-list-wrapper .blog-thumbnail a img {
width: 100%
}
.post-list-wrapper .post-feature {
margin-right: 30px
}
@media only screen and (max-width: 767px),
only screen and (min-width:768px) and (max-width:991px) {
.post-list-wrapper .post-feature {
margin-right: 0
}
}
.post-list-wrapper .post-info {
margin-top: 0
}
@media only screen and (max-width: 767px),
only screen and (min-width:768px) and (max-width:991px) {
.post-list-wrapper .post-info {
margin-top: 25px
}
}
.quote-post-wrapper {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: 100%
}
.quote-post-wrapper::before {
content: '';
padding-top: 100%
}
.quote-post-wrapper .post-overlay {
background: #f5f7fd;
-webkit-transition: all .5s cubic-bezier(.57, .21, .69, 1);
transition: all .5s cubic-bezier(.57, .21, .69, 1);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat
}
.quote-post-wrapper .post-info {
padding: 74px 64px 51px
}
.quote-post-wrapper .post-quote-text {
font-size: 24px;
line-height: 1.5
}
.quote-post-wrapper .post-content {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
position: relative;
z-index: 1
}
.quote-post-wrapper .post-content ::before {
content: '';
position: absolute;
top: 36px;
left: 0;
background: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/icons/metro-quote.png) no-repeat;
width: 150px;
height: 132px
}
.quote-post-wrapper .post-quote-name {
font-size: 24px;
color: #333;
margin: 170px 0 0
}
.single-valid-post-wrapper {
overflow: hidden
}
.single-valid-post-wrapper:hover .single-valid__thum {
-webkit-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05)
}
.single-valid-post-wrapper .post-content {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
position: relative;
z-index: 1
}
.single-valid-post-wrapper .post-info {
padding: 30px 30px 48px;
width: 100%;
color: #fff
}
.single-valid-post-wrapper .post-info .post-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.single-valid-post-wrapper .post-info .post-meta .post-date {
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px
}
.single-valid-post-wrapper .post-info .post-meta .post-date .meta-icon {
margin-right: 6px
}
.single-valid-post-wrapper .post-info .post-meta .post-categories {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px
}
.single-blog__item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: 100%;
-webkit-transition: all .5s cubic-bezier(.57, .21, .69, 1);
transition: all .5s cubic-bezier(.57, .21, .69, 1)
}
.single-blog__item::before {
content: ''
}
.single-blog__item::before {
padding-top: 30%
}
.single-blog__item .single-valid__thum {
-webkit-transition: all .5s cubic-bezier(.57, .21, .69, 1);
transition: all .5s cubic-bezier(.57, .21, .69, 1);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat
}
.single-blog__item .single-valid__thum::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, transparent), to(rgba(0, 0, 0, .28)));
background-image: linear-gradient(-180deg, transparent 27%, rgba(0, 0, 0, .28) 100%)
}
blockquote {
margin: 54px 65px 44px 70px !important;
padding: 0 0 0 20px;
font-size: 18px;
line-height: 1.78;
font-weight: 600;
border-left: 4px solid #eee;
border-left-color: #d2a98e;
position: relative;
color: #333
}
@media only screen and (max-width: 767px) {
blockquote {
margin: 54px 65px 44px 30px !important
}
}
.entry-post-tags {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.entry-post-tags .tagcloud-icon {
font-size: 16px;
margin-right: 9px;
margin-bottom: 0
}
.entry-post-tags .tagcloud a:hover {
color: #0073b4
}
.entry-post-share-wrap {
padding-bottom: 20px;
border-bottom: 1px solid #e4e8f6;
margin-bottom: 50px
}
.entry-post-share {
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
}
@media only screen and (max-width: 575px) {
.entry-post-share {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-top: 20px
}
}
.entry-post-share .share-media .share-icon {
color: #fff;
background: #0073b4;
height: 48px;
width: 48px;
line-height: 48px;
font-size: 15px;
border-radius: 50%;
text-align: center;
cursor: pointer;
color: #fff
}
.entry-post-share .share-media {
position: relative;
margin-left: 10px
}
.entry-post-share .share-list {
position: absolute;
bottom: 100%;
right: 0;
-webkit-transform: translate(0, -1px);
transform: translate(0, -1px);
width: auto;
white-space: nowrap;
padding: 0 4px;
text-align: center;
background: #fff;
border-radius: 8px;
-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .06));
filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .06));
z-index: 999;
visibility: hidden;
opacity: 0;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.entry-post-share .share-list::before {
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(100%);
transform: translateX(100%);
content: '';
border-top: 8px solid #fff;
border-left: 9px solid transparent;
border-right: 9px solid transparent
}
.entry-post-share .share-list a {
display: inline-block;
font-size: 13px;
padding: 12px;
color: #555
}
.entry-post-share.opened .share-list {
-webkit-transform: translate(0, -12px);
transform: translate(0, -12px);
visibility: visible;
opacity: 1
}
.entry-author .author-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.entry-author .author-avatar {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 170px;
text-align: center
}
.entry-author .author-avatar img {
border-radius: 50%
}
@media only screen and (max-width: 575px) {
.entry-author .author-avatar {
width: 120px
}
}
.entry-author .author-social-networks .inner {
display: inline-block;
margin: 22px -9px 0
}
.entry-author .author-social-networks .inner a {
display: block;
float: left;
padding: 6px 9px;
font-size: 13px;
line-height: 1;
color: #333
}
.entry-author .author-biographical-info {
margin-top: 15px;
font-size: 15px;
color: #333
}
.related-posts-wrapper {
margin-top: 66px
}
.related-posts-wrapper .single-valid-post-wrapper {
position: relative;
height: 100%;
border: 1px solid #e7e7e7;
border-radius: 8px;
overflow: hidden;
display: block
}
.related-posts-wrapper .single-valid-post-wrapper::before {
opacity: .5;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), color-stop(80%, #000));
background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 0, #000 80%);
border-radius: 8px
}
.related-posts-wrapper:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.related-posts-wrapper .single-valid__thum {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 120px;
background-color: #333;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 8px;
overflow: hidden
}
.related-posts-wrapper .post-content {
padding-left: 50px;
padding-right: 20px;
margin-top: 0;
position: relative
}
.related-posts-wrapper .post-content::before {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 24px;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 300
}
.related-posts-wrapper .post-content .post-title {
color: #fff
}
.comment-list-wrapper {
margin-top: 66px
}
.comment-list {
margin: 0;
padding: 0
}
.comment-list .comment {
list-style-type: none;
padding: 25px 0
}
.comment-list .comment:last-child {
padding-bottom: 0
}
.comment-list .comment-author {
float: left
}
.comment-list .comment-author img {
border-radius: 50px
}
.comment-list .comment-content {
position: relative;
overflow: hidden;
margin-left: 100px
}
.comment-list .meta {
margin-bottom: 12px
}
.comment-list .meta .fn {
font-size: 15px;
text-transform: uppercase;
color: #333;
display: inline-block;
margin-bottom: 0
}
.comment-list .meta .comment-datetime {
position: relative;
display: inline-block;
padding-left: 15px;
margin-left: 10px;
font-size: 14px;
font-style: italic;
color: #ababab
}
.comment-list .meta .comment-datetime::before {
content: '';
position: absolute;
top: 50%;
margin-top: -1px;
left: 0;
width: 3px;
height: 3px;
background: #d8d8d8;
border-radius: 50%
}
.comment-list .comment-actions a {
margin-right: 20px;
font-weight: 500;
color: #333
}
.comment-list .comment-actions a:hover {
color: #0073b4
}
.comment-list .children {
margin: 20px 0 20px 50px;
padding: 0
}
@media only screen and (max-width: 767px) {
.comment-list .children {
margin: 40px 0 20px 40px
}
}
.comment-list .children li+li {
margin-top: 35px
}
.comment-list .comment-actions {
margin-top: 16px;
margin-top: 16px;
color: #ababab
}
.comment-list .comment-actions .comment-datetime {
display: inline-block;
margin-right: 10px
}
.comment-list .comment-actions .comment-reply-link {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
font-weight: 700
}
.comment-submit-btn .ht-btn {
padding: 0 54px
}
.post-feature-details.post-quote {
position: relative;
padding: 48px 40px;
background: #5945e6;
text-align: center
}
.post-feature-details.post-quote::before {
display: none
}
.post-feature-details.post-quote .quote-icon {
color: #fff;
font-size: 26px;
margin-bottom: 35px
}
.post-feature-details.post-quote .post-quote-text {
line-height: 1.5;
margin-bottom: 25px;
color: #fff
}
.post-feature-details.post-quote .post-quote-name {
color: #fff
}
.post-feature-details.post-link {
padding: 82px 100px;
background: #f7fbfe;
font-size: 24px;
line-height: 1.5
}
.post-feature-details.post-link a {
color: #38cb89;
word-wrap: anywhere;
font-weight: 400
}
.post-feature-details.post-link::before {
display: none
}
.peatures_image-wrap {
margin-right: -168px !important;
margin-left: 80px !important
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.peatures_image-wrap {
margin-right: 0 !important;
margin-left: 0 !important
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.peatures_image-wrap {
margin-right: 0 !important;
margin-left: 0 !important
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.peatures_image-wrap {
margin-right: 0 !important;
margin-left: 0 !important
}
}
@media only screen and (max-width: 767px) {
.peatures_image-wrap {
margin-right: 0 !important;
margin-left: 0 !important
}
}
.infotechno-bg {
background: #0073b4 none repeat scroll 0 0
}
.infotechno-hero-text h6 {
color: #0073b4;
font-weight: 500;
margin-bottom: 20px
}
@media only screen and (max-width: 767px) {
.infotechno-hero-text {
text-align: center;
margin-top: 50px
}
}
.infotechno-hero-inner-images {
margin-top: 20px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.infotechno-hero-inner-images {
margin-top: 160px
}
}
@media only screen and (max-width: 767px) {
.infotechno-hero-inner-images {
max-width: 327px;
margin: auto
}
.infotechno-hero-inner-images .infotechno-inner-one {
max-width: 260px;
margin: auto
}
}
.infotechno-inner-one {
position: absolute;
top: 10px
}
.infotechno-inner-two {
z-index: 1;
position: relative
}
.infotechno-hero-text {
max-width: 605px;
float: right;
width: 100%;
padding-left: 30px
}
@media only screen and (max-width: 767px) {
.infotechno-hero-text {
padding-left: 0;
float: inherit;
margin: 50px auto 20px
}
}
.infotechno-video-bg {
background-image: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/bg/home-infotechno-video-intro-bg.jpg);
background-size: cover;
background-repeat: no-repeat
}
.infotechno-video-ptb {
padding: 150px 0
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.infotechno-video-ptb {
padding-top: 100px;
padding-bottom: 100px
}
}
.vieeo-content-inner .heading {
line-height: 1.34;
font-weight: 600;
color: #fff;
margin-bottom: 65px
}
.viewo-text-wrap .single-popup-wrap.video-link {
display: inline-block
}
.viewo-text-wrap .single-popup-wrap.video-link .ht-popup-video.video-button {
position: relative;
margin-right: 0;
display: inline-block;
height: 78px;
width: 78px
}
.viewo-text-wrap .video-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.viewo-text-wrap .video-text {
margin-top: 0;
margin-left: 59px;
font-size: 18px;
font-weight: 500;
color: rgba(255, 255, 255, .8);
text-transform: uppercase;
letter-spacing: 2px;
line-height: 1.45
}
.infotechno-blog-list li {
position: relative
}
.infotechno-blog-list li:first-child a {
margin-top: -16px
}
.infotechno-blog-list li a {
position: relative;
font-size: 15px;
font-weight: 400;
padding: 0 0 0 30px;
margin-top: 10px
}
.infotechno-blog-list li a::after,
.infotechno-blog-list li a::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 900;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.infotechno-blog-list li a::after,
.infotechno-blog-list li a::before {
content: '\f30b';
position: absolute;
top: 7px;
left: 0
}
.infotechno-blog-list li a::before {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%)
}
.infotechno-blog-list li a:hover::before {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
transform: translateX(0)
}
.infotechno-blog-list li a:hover::after {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%)
}
.processing-hero-bg {
background-color: transparent;
background-repeat: no-repeat;
background-image: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/hero/slider-processing-slide-01-bg.jpg);
background-size: cover;
background-position: 50% 50%
}
.processing-hero-text {
max-width: 730px;
width: 100%
}
@media only screen and (max-width: 767px) {
.processing-hero-text {
margin-top: 60px;
text-align: center
}
}
.processing-hero-text h6 {
line-height: 36px;
letter-spacing: 3px;
font-weight: 700;
font-size: 18px;
color: #fff;
text-transform: uppercase;
margin-bottom: 20px
}
.processing-hero-text h1 {
color: #fff;
font-weight: 500;
font-size: 68px;
letter-spacing: 0;
line-height: 1.2
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.processing-hero-text h1 {
font-size: 60px
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.processing-hero-text h1 {
font-size: 46px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.processing-hero-text h1 {
font-size: 40px
}
}
@media only screen and (max-width: 767px) {
.processing-hero-text h1 {
font-size: 34px
}
}
.processing-hero-text p {
color: #fff;
line-height: 32px;
letter-spacing: 0;
font-weight: 500;
font-size: 18px
}
.processing-hero-images-wrap {
margin-top: 50px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.processing-hero-images-wrap {
margin-top: 100px
}
}
@media only screen and (max-width: 767px) {
.processing-hero-images-wrap {
margin-top: 30px
}
}
.processing-hero-images {
margin-left: -130px;
margin-right: -200px
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.processing-hero-images {
margin-left: -80px;
margin-right: 0
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.processing-hero-images {
margin-left: -80px;
margin-right: 0
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.processing-hero-images {
margin-left: -50px;
margin-right: 0
}
}
@media only screen and (max-width: 767px) {
.processing-hero-images {
width: 300px;
margin: auto
}
}
.hero-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
@media only screen and (max-width: 767px) {
.hero-button {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
}
@media only screen and (max-width: 575px) {
.hero-button {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.hero-button .btn {
min-width: 140px;
padding: 0 24px
}
}
.hero-popup-video {
margin-left: 20px
}
.hero-popup-video a {
display: inline-block;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.hero-popup-video a .video-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.hero-popup-video a .video-content .video-text {
margin-left: 8px;
color: #fff;
font-weight: 500;
font-size: 14px
}
.hero-popup-video .video-play {
font-size: 10px;
display: inline-block;
margin: 0;
border: 1px solid #ddd;
border-radius: 50%;
height: 30px;
width: 30px;
line-height: 30px;
color: #fff
}
.hero-popup-video .video-play .video-play-icon i {
color: #fff
}
.rv-video-section {
position: relative
}
.rv-video-section .main-video-box {
position: relative;
z-index: 8;
text-align: center;
max-width: 570px;
max-height: 350px;
margin: auto;
margin-top: 120px;
margin-bottom: 180px
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.rv-video-section .main-video-box {
max-width: 520px
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.rv-video-section .main-video-box {
max-width: 400px;
margin-bottom: 100px
}
}
@media only screen and (max-width: 767px) {
.rv-video-section .main-video-box {
max-width: 400px;
margin-bottom: 100px
}
}
@media only screen and (max-width: 575px) {
.rv-video-section .main-video-box {
max-width: 280px;
margin-bottom: 100px
}
}
.rv-video-section .ht-banner-01 {
position: relative
}
.rv-video-section .ht-banner-01 img {
position: absolute;
left: 6%;
top: -70px
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.rv-video-section .ht-banner-01 img {
left: 6%;
top: -50px;
width: 200px
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.rv-video-section .ht-banner-01 img {
left: 0;
top: -50px;
width: 200px
}
}
@media only screen and (max-width: 767px) {
.rv-video-section .ht-banner-01 img {
left: 10%;
top: -30px;
width: 184px
}
}
@media only screen and (max-width: 575px) {
.rv-video-section .ht-banner-01 img {
left: 0;
top: -30px;
width: 184px
}
}
.rv-video-section .ht-banner-02 {
position: relative
}
.rv-video-section .ht-banner-02 img {
position: absolute;
left: 50%;
top: -103px
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.rv-video-section .ht-banner-02 img {
position: absolute;
left: 50%;
top: -103px;
max-width: 230px
}
}
@media only screen and (max-width: 767px) {
.rv-video-section .ht-banner-02 img {
top: -65px;
max-width: 130px
}
}
@media only screen and (max-width: 575px) {
.rv-video-section .ht-banner-02 img {
top: -65px;
max-width: 130px
}
}
.rv-video-section .ht-banner-03 {
position: relative
}
.rv-video-section .ht-banner-03 img {
position: absolute;
left: 10%;
bottom: 0
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.rv-video-section .ht-banner-03 img {
bottom: 0;
top: inherit
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.rv-video-section .ht-banner-03 img {
bottom: 0;
top: inherit
}
}
@media only screen and (max-width: 767px) {
.rv-video-section .ht-banner-03 img {
bottom: 0;
max-width: 120px;
top: inherit
}
}
@media only screen and (max-width: 575px) {
.rv-video-section .ht-banner-03 img {
bottom: 0;
max-width: 120px;
top: inherit
}
}
.rv-video-section .ht-banner-04 img {
right: 50px;
left: auto;
position: absolute;
top: 100%
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.rv-video-section .ht-banner-04 img {
right: 35px;
max-width: 150px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.rv-video-section .ht-banner-04 img {
right: 35px;
top: 80%;
max-width: 150px
}
}
@media only screen and (max-width: 767px) {
.rv-video-section .ht-banner-04 img {
right: 15px;
top: 80%;
max-width: 140px
}
}
@media only screen and (max-width: 575px) {
.rv-video-section .ht-banner-04 img {
right: 10px;
top: 80%;
max-width: 110px
}
}
.animation_images {
-webkit-animation-timing-function: cubic-bezier(.54, .085, .5, .92);
animation-timing-function: cubic-bezier(.54, .085, .5, .92);
-webkit-animation-name: animateUpDown;
animation-name: animateUpDown;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.animation_images.one {
-webkit-animation-duration: 3.2s;
animation-duration: 3.2s
}
.animation_images.two {
-webkit-animation-duration: 3.8s;
animation-duration: 3.8s
}
.animation_images.three {
-webkit-animation-duration: 3.4s;
animation-duration: 3.4s
}
.animation_images.four {
-webkit-animation-duration: 3.4s;
animation-duration: 3.4s
}
@-webkit-keyframes animateUpDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes animateUpDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px)
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
.appointment-hero-bg { }
@media only screen and (max-width: 767px) {
.appointment-hero-text {
text-align: center;
margin-bottom: 60px
}
}
.hero-button .video-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.hero-button .video-link .ht-popup-video .video-button__two .video-play {
background: #fff
}
.hero-button .video-link .ht-popup-video .video-button__two .video-play-icon::before {
border-left-color: #0073b4
}
.hero-button .single-popup-wrap.video-link .ht-popup-video.video-button {
position: relative;
width: 78px;
height: 78px
}
.hero-button .video-text {
margin-top: 0;
margin-left: 35px;
font-size: 18px;
color: #fff;
font-weight: 600;
line-height: 1.78
}
.hero-button .ht-popup-video.video-button .video-mark .wave-pulse::after,
.hero-button .ht-popup-video.video-button .video-mark .wave-pulse::before {
border: 3px solid #fff;
-webkit-animation: zoomBig 3.25s linear infinite;
animation: zoomBig 3.25s linear infinite;
-webkit-animation-delay: 0s;
animation-delay: 0s
}
.hero-button .ht-popup-video.video-button .video-mark .wave-pulse::before {
-webkit-animation-delay: .75s;
animation-delay: .75s
}
.service-hero-bg {
background-color: transparent;
background-repeat: no-repeat;
background-image: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/hero/home-services-hero-bg.jpg);
background-size: cover;
background-position: 50% 50%
}
.service-hero-space {
height: 770px;
display: block;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.service-hero-space {
height: 670px
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.service-hero-space {
height: 570px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.service-hero-space {
height: 520px
}
}
@media only screen and (max-width: 767px) {
.service-hero-space {
height: 480px
}
}
@media only screen and (max-width: 575px) {
.service-hero-space {
height: 480px
}
}
.service-hero-text {
width: 100%
}
@media only screen and (max-width: 767px) {
.service-hero-text {
text-align: center
}
}
.service-hero-text h3 {
line-height: 36px;
font-weight: 700;
color: #fff;
margin-bottom: 20px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.service-hero-text h3 {
font-size: 30px
}
}
@media only screen and (max-width: 767px) {
.service-hero-text h3 {
font-size: 22px
}
}
.service-hero-text h1 {
color: #fff;
font-weight: 700;
font-size: 120px;
line-height: 1.09
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.service-hero-text h1 {
font-size: 60px
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.service-hero-text h1 {
font-size: 80px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.service-hero-text h1 {
font-size: 60px
}
}
@media only screen and (max-width: 767px) {
.service-hero-text h1 {
font-size: 50px
}
}
@media only screen and (max-width: 575px) {
.service-hero-text h1 {
font-size: 44px
}
}
.service-hero-text .service-solution-form-wrap {
width: 600px;
max-width: 100%;
margin: 0 auto
}
.service-hero-text .service-solution-form-wrap select {
border-color: #0073b4;
background-color: #0073b4;
background-image: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/icons/hero-selector-icon.png);
color: #fff;
font-weight: 500;
padding: 3px 30px;
height: 60px
}
.service-hero-text .service-solution-form-wrap select:focus {
background: #0073b4 url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/icons/hero-selector-icon.png) no-repeat center right 20px !important
}
.service-hero-text p {
margin-top: 30px;
font-size: 15px;
font-weight: 500
}
.service-project-slide-info {
margin-top: 30px
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.service-project-slide-info {
margin-bottom: 40px;
margin-top: 0
}
}
.service-project-slide-info .text {
font-size: 18px;
line-height: 1.67
}
.single-blog-lg-item>a {
display: block
}
.single-blog-lg-item .btn-text a {
display: inline-block;
border-bottom: 1px solid #ddd
}
.single-blog-lg-item .btn-text a:hover {
color: #d2a98e
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.single-blog-lg-item {
margin-bottom: 40px
}
}
.post-blog-thumbnail {
position: relative;
display: block
}
.post-blog-thumbnail>img {
border-radius: 8px;
width: 100%
}
.post-blog-thumbnail::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .5;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(51, 51, 51, 0)), color-stop(80%, #000));
background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 11%, #000 80%);
border-radius: 8px
}
.post-blog-thumbnail .post-meta {
position: absolute;
bottom: 18px;
left: 30px;
right: 30px;
color: #fff;
font-size: 14px;
margin: 0 -8px
}
.post-blog-thumbnail .post-meta .post-author img {
width: 32px;
vertical-align: middle;
margin-right: 6px;
border-radius: 50%
}
.post-blog-thumbnail .post-meta div {
display: inline-block;
padding: 0 8px
}
.single-blog-lg-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-left: 1px solid #ededed;
border-top: 1px solid #ededed;
padding: 20px 0 20px 30px
}
.single-blog-lg-list:first-child {
border-top: none;
padding: 0 0 20px 30px
}
@media only screen and (max-width: 575px) {
.single-blog-lg-list:first-child {
padding: 20px 0 20px 0
}
}
.single-blog-lg-list .post-blog-thumbnail {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 29px;
width: 200px
}
@media only screen and (max-width: 575px) {
.single-blog-lg-list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border-left: none;
border-top: none;
padding: 0 0 20px 0
}
.single-blog-lg-list .post-blog-thumbnail {
margin-bottom: 20px;
margin-right: 0;
width: 100%
}
}
.our-company-history {
position: relative
}
.grid-wrapper {
max-width: 1200px;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 25px;
right: 25px
}
.grid-wrapper .line {
position: absolute;
top: 0;
bottom: 0;
width: 2px;
background: rgba(204, 204, 204, .25)
}
.grid-wrapper .line-1 {
left: 25px
}
.grid-wrapper .line-2 {
left: 33.33333%
}
.grid-wrapper .line-3 {
left: 66.66666%
}
.grid-wrapper .line-4 {
right: 25px
}
.resolutions-hero-bg { background-repeat: no-repeat; background-size: cover;
background-position: 50% 50%
}
.resolutions-hero-bg .vc_row-separator svg {
fill: #f8f8f8
}
.resolutions-hero-space {
height: 500px;
display: block;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.resolutions-hero-space {
height: 500px
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.resolutions-hero-space {
height: 670px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.resolutions-hero-space {
height: 520px
}
}
@media only screen and (max-width: 767px) {
.resolutions-hero-space {
height: 480px;
padding-top: 50px Imp !important;
}
.a2a_kit,
.a2a_menu,
.a2a_modal,
.a2a_overlay {
display: none;
}
}
@media only screen and (max-width: 575px) {
.resolutions-hero-space {
height: 480px
}
}
.hero-button-group .ht-btn {
margin: 10px;
font-size: 14px
}
.hero-button-group .ht-btn.btn--white {
color: #0073b4
}
.hero-button-group .ht-btn.btn--white .btn-icon {
font-size: 10px;
margin-left: 0
}
.hero-button-group .ht-btn.btn--white:hover {
background: #0073b4;
color: #fff
}
.resolutions-hero-bottom {
margin-top: -160px;
position: relative;
z-index: 4
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.resolutions-hero-bottom {
margin-top: 20px
}
}
@media only screen and (max-width: 767px) {
.resolutions-hero-bottom {
margin-top: 0
}
}
@media only screen and (max-width: 575px) {
.resolutions-hero-bottom {
margin-top: 0
}
}
.cybersecurity-hero {
overflow: hidden;
background: #f6fafe
}
.cybersecurity-hero-text {
max-width: 680px;
width: 100%;
float: right;
padding-left: 110px
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.cybersecurity-hero-text {
padding-left: 0
}
}
@media only screen and (max-width: 767px) {
.cybersecurity-hero-text {
padding-left: 0;
float: inherit;
margin: 60px auto 0;
text-align: center
}
}
.cybersecurity-hero-text h6 {
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 700;
font-size: 14px;
margin-bottom: 20px
}
.cybersecurity-hero-text h3 {
font-weight: 700
}
.cybersecurity-hero-images {
position: relative
}
.inner-img-one {
position: absolute;
z-index: -1;
bottom: 0
}
@media only screen and (max-width: 767px) {
.inner-img-one {
position: absolute;
left: 0;
right: 0;
margin: auto;
text-align: center
}
.inner-img-one img {
width: 400px
}
}
@media only screen and (max-width: 767px) {
.inner-img-two {
margin: auto !important;
text-align: center
}
.inner-img-two img {
max-width: 254px
}
}
.worldRotate {
-webkit-animation: worldRotate 20s linear infinite;
animation: worldRotate 20s linear infinite
}
@-webkit-keyframes worldRotate {
0% {
-webkit-transform: rotate(0) translateX(0) rotate(0);
transform: rotate(0) translateX(0) rotate(0)
}
100% {
-webkit-transform: rotate(0) translateY(0) rotate(-360deg);
transform: rotate(0) translateY(0) rotate(-360deg)
}
}
@keyframes worldRotate {
0% {
-webkit-transform: rotate(0) translateX(0) rotate(0);
transform: rotate(0) translateX(0) rotate(0)
}
100% {
-webkit-transform: rotate(0) translateY(0) rotate(-360deg);
transform: rotate(0) translateY(0) rotate(-360deg)
}
}
.tp-breadcrumb-bg {
position: relative;
z-index: 1;
padding-top: 54px;
padding-bottom: 54px;
background-position: center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-repeat: no-repeat !important;
background-position: center center !important;
border-bottom-width: 0;
background-size: cover !important;
}
.tp-breadcrumb-bg::before {
position: absolute;
z-index: -1;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0.97;
background: rgba(255, 255, 255, 0.80);
}
.about-us-bg {
background-image: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/bg/contact-us-01-hero-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center
}
.features-bg {  }
.video-interviews-bg { }
.main-features-bg {
background-repeat: no-repeat;
background-position: center center;
border-bottom-width: 0;
background-size: cover; background: #ffffff;
background-image: linear-gradient(121deg, rgba(235, 244, 244, .5), rgba(199, 234, 230, .5));
}
.pricing-bg { }
.market-place-bg { }
.sales-crm-bg {  }
.communication-messaging-bg { }
.candidates-sourcing-bg {
background-repeat: no-repeat;
background-position: center center;
border-bottom-width: 0;
background-size: cover; background: #ffffff;
background-image: linear-gradient(121deg, rgba(235, 244, 244, .5), rgba(199, 234, 230, .5));
}
.time-expense-management-bg { }
.career-portal-bg { }
.reporting-analytics-bg { }
.e-signatures-bg { }
.data-migration-bg { }
.comparison-bg { }
.contact-us-bg { }
.remote-hiring-bg { }
.quickrecruit-bg {
background-repeat: no-repeat;
background-position: center center;
border-bottom-width: 0;
background-size: cover;
background-image: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/case-study/quickrecruit-case-study-banner.jpg)
}
.virtelligence-bg {
background-repeat: no-repeat;
background-position: center center;
border-bottom-width: 0;
background-size: cover;
background-image: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/case-study/virtelligence-case-study-banner.jpg)
}
.thank-you-bg {
background-repeat: no-repeat;
background-position: center center;
border-bottom-width: 0;
background-size: cover; }
.banner-migrate-now {
transition: all .25s ease 0s;
background: linear-gradient(to right, #0073b4 40%, #0073b4 70%) repeat scroll 0 0 rgba(0, 0, 0, 0)
}
.inner-banner-space {
padding-top: 100px;
padding-bottom: 54px
}
.banner-space { }
.banner-space-pricing {
padding-top: 100px;
padding-bottom: 50px
}
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff
}
@media only screen and (min-width: 1680px) {
.banner-space {
padding-top: 54px;
padding-bottom: 130px
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.banner-space {
padding-top: 120px;
padding-bottom: 120px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.banner-space {
padding-top: 50px;
padding-bottom: 100px
}
}
@media only screen and (max-width: 767px) {
.banner-space {
padding-top: 60px;
padding-bottom: 60px
}
}
.vision-space {
padding-top: 85px;
padding-bottom: 195px
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.vision-space {
padding-top: 120px;
padding-bottom: 120px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.vision-space {
padding-top: 100px;
padding-bottom: 100px
}
}
@media only screen and (max-width: 767px) {
.vision-space {
padding-top: 60px;
padding-bottom: 60px
}
}
.requirements-list {
width: 600px;
padding-left: 30px;
padding-right: 30px;
max-width: 100%;
float: right
}
.resources-left-box {
max-width: 600px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-left: 30px;
padding-right: 30px;
width: 100%;
float: right
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.resources-left-box {
margin: 0 auto;
float: none
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.resources-left-box {
text-align: center;
margin: 0 auto;
float: none
}
}
@media only screen and (max-width: 767px) {
.resources-left-box {
margin: 0 auto;
margin-bottom: 0;
float: none;
padding-left: 0;
padding-right: 0;
margin-bottom: 30px;
text-align: center
}
}
.resources-inner .sub-title {
color: #ababab
}
.delivering-optimal-wrap .marker::before {
content: '\f00c';
position: absolute;
top: 1px;
left: 0;
display: block;
font-size: 24px;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
color: #d2a98e
}
.delivering-optimal-wrap .list-item {
padding-left: 40px;
margin-top: 40px;
position: relative
}
.delivering-optimal-wrap .list-item .title-wrap .title {
color: #0073b4;
margin-bottom: 15px
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.modern-number-01 {
margin-bottom: 20px
}
}
.modern-number-01.number-two h2 {
max-width: 330px
}
.modern-number-01.number-two span.mark-text {
color: #0073b4
}
.contact-button a {
color: #0073b4;
font-size: 18px;
font-weight: 500;
line-height: 1.45;
border-bottom: 1px solid #ddd
}
.about-button {
text-align: right
}
.about-button a {
min-width: 170px
}
.gallery-warp {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-column-gap: 30px;
grid-row-gap: 30px
}
.gallery-warp:nth-child(4n+1) {
grid-column: span 8
}
.gallery-grid {
display: block;
width: 100%;
height: 100%
}
.gallery-grid .single-gallery__thum {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
background-position: center;
background-size: cover;
height: 100%;
width: 100%;
max-height: 420px
}
.gallery-grid:nth-child(4n+1) {
-ms-grid-column: span 8;
grid-column: span 8
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.gallery-grid:nth-child(4n+1) {
grid-column: span 6
}
}
@media only screen and (max-width: 575px) {
.gallery-grid:nth-child(4n+1) {
grid-column: span 12
}
}
.gallery-grid:nth-child(4n+2) {
-ms-grid-column: span 4;
grid-column: span 4
}
@media only screen and (min-width: 768px) and (max-width:991px),
only screen and (max-width:767px) {
.gallery-grid:nth-child(4n+2) {
grid-column: span 6
}
}
@media only screen and (max-width: 575px) {
.gallery-grid:nth-child(4n+2) {
grid-column: span 12
}
}
.gallery-grid:nth-child(4n+3) {
-ms-grid-column: span 6;
grid-column: span 6
}
@media only screen and (max-width: 575px) {
.gallery-grid:nth-child(4n+3) {
grid-column: span 12
}
}
.gallery-grid:nth-child(4n+4) {
-ms-grid-column: span 6;
grid-column: span 6
}
@media only screen and (max-width: 575px) {
.gallery-grid:nth-child(4n+4) {
grid-column: span 12
}
}
.single-gallery {
overflow: hidden;
display: block;
border-radius: 8px
}
.single-gallery__item {
position: relative;
height: 100%
}
.single-gallery__item .ht-overlay {
background-color: #0073b4;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.single-gallery__item .overlay-icon {
position: absolute;
top: 50%;
left: 50%;
margin: auto;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.single-gallery__item .overlay-icon i {
font-size: 24px;
color: #fff;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.single-gallery__item:hover .ht-overlay,
.single-gallery__item:hover .overlay-icon {
opacity: .9;
visibility: visible
}
.bg-item-images {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
background-position: center;
background-size: cover;
height: 100%;
width: 100%
}
.bg-item-images::before {
content: '';
display: block;
padding-top: 67%
}
.ht-simple-job-listing .item {
border-radius: 8px;
padding: 33px 50px 36px
}
.ht-simple-job-listing .item:nth-child(2n) {
background: #f6f2ed
}
.ht-simple-job-listing .item .job-info .job-time {
font-size: 18px;
margin-top: 12px;
display: block
}
.ht-simple-job-listing .item .job-button .ht-btn {
min-width: 155px
}
@media only screen and (max-width: 767px) {
.ht-simple-job-listing .item {
padding: 30px
}
.ht-simple-job-listing .item .job-description {
margin-top: 15px
}
.ht-simple-job-listing .item .job-button {
margin-top: 20px
}
}
.vision-content .heading {
font-size: 28px;
line-height: 1.43;
font-weight: 400;
color: #002fa6
}
.portfolio-details-table table {
margin: 0 0 1.5em;
margin-bottom: 1.5em;
width: 100%;
display: inline-table;
overflow: hidden
}
.portfolio-details-table .label {
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
color: #333;
margin-bottom: 12px
}
.portfolio-details-table td:last-child {
text-align: right;
padding-right: 0
}
.portfolio-details-table td {
border: 0;
background: 0 0 !important;
padding: 17px 10px;
padding-right: 10px;
text-align: left
}
.portfolio-details-table td:first-child {
padding-left: 0
}
.portfolio-details-table tr+tr {
border-top: 1px solid #ededed
}
.portfolio-details-table .portfolio-details-share a {
padding: 0 10px;
font-size: 15px;
color: #ababab
}
.ht-problem-solution .item {
border-bottom: 1px solid #eee;
padding-bottom: 50px;
margin-bottom: 44px
}
.ht-problem-solution .item .problem {
position: relative;
padding-left: 32px;
font-size: 15px;
font-weight: 500;
line-height: 1.74;
margin-bottom: 20px
}
.ht-problem-solution .item .problem::before {
color: #0073b4;
content: '\f178';
position: absolute;
top: 4px;
left: 0;
font-size: 18px;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 400
}
.ht-problem-solution .item .solution {
position: relative;
padding-left: 32px
}
.ht-problem-solution .item .solution::before {
color: #0073b4;
content: '\f00c';
position: absolute;
top: 4px;
left: 0;
font-size: 18px;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 400
}
.results-wrap .text {
font-size: 24px
}
.entry-portfolio-return-link {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: block;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
border-radius: 50%;
background: #f6f2ed;
-webkit-box-shadow: 0 4px 32px rgba(51, 51, 51, .07);
box-shadow: 0 4px 32px rgba(51, 51, 51, .07);
font-size: 18px
}
.entry-portfolio-return-link:hover {
background: #0073b4;
color: #fff
}
.portfolio-nav-links .nav-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 50px
}
@media only screen and (max-width: 767px) {
.portfolio-nav-links .nav-list {
grid-template-columns: auto
}
}
.portfolio-nav-links .nav-list .next {
text-align: right
}
.portfolio-nav-links .nav-list .inner div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 190px;
padding: 20px 0
}
.portfolio-nav-links .nav-list .prev img {
margin-right: 28px
}
.portfolio-nav-links .nav-list .next img {
margin-left: 28px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.portfolio-nav-links .nav-list .next a {
padding-right: 30px
}
.portfolio-nav-links .nav-list .prev a {
padding-left: 30px
}
.portfolio-nav-links .nav-list .inner h6::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-family: 'Font Awesome 5 Pro';
font-weight: 300;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 24px
}
.portfolio-nav-links .nav-list .prev h6::before {
left: 15px;
content: '\f104'
}
.portfolio-nav-links .nav-list .next h6::before {
right: 15px;
content: '\f105'
}
.rev_redraw-wrapper {
overflow: hidden
}
.rev_redraw-space {
padding-top: 230px;
padding-bottom: 230px
}
@media only screen and (max-width: 767px) {
.rev_redraw-space {
padding-top: 150px;
padding-bottom: 150px
}
}
.redraw-content {
z-index: 4;
position: relative
}
@media only screen and (max-width: 767px) {
.redraw-images img {
max-width: 160px
}
}
@media only screen and (max-width: 767px) {
.redraw-images img {
max-width: 100px
}
}
.redrow-1 {
overflow: hidden;
top: -205%;
position: absolute;
left: 10%
}
@media only screen and (max-width: 767px) {
.redrow-1 {
top: -150%
}
}
@media only screen and (max-width: 575px) {
.redrow-1 {
top: -130%
}
}
.redrow-2 {
position: absolute;
left: 40%;
top: -150%
}
@media only screen and (max-width: 767px) {
.redrow-2 {
top: -80%
}
}
.redrow-3 {
top: -205%;
position: absolute;
right: 10%
}
@media only screen and (max-width: 767px) {
.redrow-3 {
top: -150%
}
}
@media only screen and (max-width: 575px) {
.redrow-3 {
top: -130%
}
}
.redrow-4 {
top: 0;
position: absolute;
left: -10%
}
.redrow-5 {
position: absolute;
left: 20%;
top: 150%
}
.redrow-6 {
position: absolute;
right: 20%;
top: 150%
}
.redrow-7 {
top: 0;
position: absolute;
right: -10%
}
.downlode-btn .btn:hover,
.hero__purchase .btn:hover {
background: #0073b4;
color: #fff
}
.header__actions--preview .ht-btn {
background: #fff;
color: #0073b4
}
@media only screen and (min-width: 992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (max-width:767px) {
.header__actions--preview {
-ms-flex-preferred-size: 70%;
flex-basis: 70%
}
.header__actions--preview .header__actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
}
.preview-hero-area {
height: 1020px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.preview-hero-area {
height: 860px
}
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.preview-hero-area {
height: 780px
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.preview-hero-area {
height: 620px
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.preview-hero-area {
height: auto
}
}
@media only screen and (max-width: 767px) {
.preview-hero-area {
height: auto
}
}
.pr-img-01 {
position: absolute;
top: -4%;
left: 28%
}
@media only screen and (max-width: 767px) {
.pr-img-01 {
width: 130px;
top: -10%;
left: 8%
}
}
.pr-img-02 {
position: absolute;
top: 12%;
right: 6%
}
@media only screen and (max-width: 767px) {
.pr-img-02 {
right: -5%
}
}
.pr-img-03 {
position: absolute;
bottom: 10%;
right: -10%
}
@media only screen and (min-width: 1200px) and (max-width:1499px) {
.pr-img-03 {
width: 250px;
right: -10%
}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
.pr-img-03 {
width: 250px;
right: -10%
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.pr-img-03 {
width: 200px;
right: -20%
}
}
@media only screen and (max-width: 767px) {
.pr-img-03 {
width: 200px;
right: -20%
}
}
@media only screen and (max-width: 575px) {
.pr-img-03 {
width: 200px;
right: -30%
}
}
.pr-img-04 {
position: absolute;
bottom: 20%;
right: 18%
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.pr-img-04 {
bottom: 5%;
right: 18%
}
}
@media only screen and (max-width: 767px) {
.pr-img-04 {
bottom: 2%;
right: 50%
}
}
.preview-inner-img img {
z-index: 4
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.preview-inner-img {
max-width: 500px;
margin: auto
}
}
.preview-hero-text {
z-index: 4
}
ht-btn .preview-hero-text h6 {
color: #d2a98e;
letter-spacing: 2px;
font-weight: 700;
font-size: 16px;
text-transform: uppercase
}
@media only screen and (min-width: 768px) and (max-width:991px) {
.preview-hero-text {
text-align: center
}
.preview-hero-text .hero-button {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
}
@media only screen and (max-width: 767px) {
.preview-hero-text {
text-align: center
}
}
.single-preview-item__wrap a {
display: block
}
.single-preview-item__wrap a:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.single-preview-item__wrap a:hover .single-preview-item__thumbnail .overlay {
visibility: visible;
opacity: 1
}
.frame-screen {
position: relative;
background: #fff;
border-radius: 8px;
-webkit-box-shadow: 0 70px 40px -35px rgba(51, 51, 51, .13);
box-shadow: 0 70px 40px -35px rgba(51, 51, 51, .13)
}
.frame-screen .dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 14px;
height: 23px
}
.frame-screen .dots .dot {
margin: 0 4px;
width: 9px;
height: 9px;
border-radius: 50%;
background: #dadada
}
.frame-screen .single-preview-item__thumbnail {
position: relative
}
.frame-screen .single-preview-item__thumbnail .overlay {
background-color: rgba(8, 106, 216, .9);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
visibility: visible;
opacity: 0;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.frame-screen .single-preview-item__thumbnail .btn-view-demo {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #fff !important;
pointer-events: none;
min-width: 150px
}
.frame-screen .single-preview-item__info h6 {
font-size: 16px;
font-weight: 700;
line-height: 1.87;
padding: 14px 27px;
margin-bottom: 0;
text-align: left
}
.layouts-section-text {
max-width: 500px;
width: 100%;
margin: auto
}
.ht-box-icon.preview-style {
margin-left: auto;
max-width: 420px;
margin-top: 30px;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.ht-box-icon.preview-style:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
.ht-box-icon.preview-style .icon-box-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.ht-box-icon.preview-style .icon-box-wrap .image {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 0 27px 0 0;
width: 114px;
text-align: center;
border-radius: 50%
}
.footer-preview-content h6 {
letter-spacing: 7px
}
.aeroland__toolbar .inner {
position: absolute;
top: 60px;
right: 100%;
display: block;
width: 40px;
border-right: 0;
border-radius: 8px 0 0 5px;
background: #0086d3;
text-align: center;
-webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, .1);
box-shadow: -3px 0 10px -2px rgba(0, 0, 0, .1)
}
.aeroland__toolbar .inner a {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
font-size: 22px;
-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.demo-option-wrapper {
height: 100%;
overflow-y: auto
}
.demo-option-wrapper .demo-panel-header {
padding: 40px 30px 30px;
text-align: center
}
.demo-option-container {
position: fixed;
top: 50%;
left: 100%;
background: #fff;
height: 25%;
width: 250px;
max-width: calc(100% - 45px);
z-index: 100000;
-webkit-transition: all .5s;
transition: all .5s
}
.demo-option-container.open {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, .14);
box-shadow: -3px 0 50px -2px rgba(0, 0, 0, .14)
}
.demo-quick-option-list {
padding: 27px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px
}
.demo-quick-option-list a img {
border-radius: 8px
}
.demo-quick-option-list a:hover img {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
box-shadow: 0 10px 25px rgba(0, 0, 0, .2)
}
.color-white {
color: #fff !important
}
.color-black {
color: #333 !important
}
.color-orange {
color: #0073b4 !important
}
.font-size25 {
font-size: 25px !important
}
.et_pb_section_2 {
z-index: 10;
box-shadow: 0 0 18px 0 rgba(0, 0, 0, .2)
}
.client-name {
font-size: .8125em !important
}
.font-size11 {
font-size: 11px !important
}
.font-size12 {
font-size: 12px !important
}
.font-size13 {
font-size: 13px !important
}
.font-size14 {
font-size: 14px !important
}
.font-size15 {
font-size: 15px !important
}
.font-size16 {
font-size: 16px !important
}
.font-size18 {
font-size: 18px !important
}
.font-size20 {
font-size: 20px
}
.font-size22 {
font-size: 22px
}
.font-size25 {
font-size: 25px
}
.font-size28 {
font-size: 28px
}
.font-size36 {
font-size: 36px
}
.font-size46 {
font-size: 46px
}
.font-size48 {
font-size: 48px
}
.font-size85 {
font-size: 85px
}
.feature-info {
margin-bottom: 30px;
overflow: hidden;
zoom: 1
}
.pb-10 {
padding-bottom: 10px
}
.pb-20 {
padding-bottom: 20px
}
.pb-25 {
padding-bottom: 25px
}
.pb-27 {
padding-bottom: 27px
}
.pb-30 {
padding-bottom: 30px
}
.list-ul li {
list-style-type: none;
color: #565656;
font-size: 14px;
font-weight: 500;
margin-top: 10px;
line-height: 26px;
padding-left: 20px;
background: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/bg/bullet_orange.png) top 5px left no-repeat !important;
line-height: 22px
}
.next-step {
background: #0086d3;
padding: 8px 0 8px 16px;
color: #fff;
font-size: 18px !important;
font-weight: 500px !important
}
.fixedtabRA {
background-color: #0073b4;
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .25);
height: 88px;
overflow: hidden;
position: fixed;
right: 0;
transition: all 1.2s ease-in-out 0s;
width: 88px;
z-index: 999;
text-align: center;
bottom: 180px;
border-radius: 8px 0 0 8px;
color: #fff;
line-height: 20px;
padding-top: 2px;
font-size: 14px
}
.fixedtabRA .fa-clock {
font-size: 36px;
color: #fff;
padding: 5px 0 5px 0
}
.feature-list ul li strong {
font-size: 20px;
color: #333;
padding-left: 5px
}
.feature-list p {
font-size: 15px;
color: #696969;
color: #000000;
line-height: 23px;
font-weight: 300 !important
}
.brd-top-orng {
border-top: #0073b4 5px solid
}
.brd-top-blue {
border-top: #0073b4 5px solid
}
.brd-top-gray {
border-top: #c3c3c3 5px solid
}
.project-tab #tabs {
background: #007b5e;
color: #eee
}
.project-tab #tabs h6.section-title {
color: #eee
}
.nav-tabs .nav-link.active,
.project-tab #tabs .nav-tabs .nav-item.show .nav-link {
color: #0062cc;
background-color: transparent;
border-color: transparent transparent #f3f3f3;
border-bottom: 3px solid !important;
font-size: 16px;
font-weight: 700
}
.project-tab .nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
color: #0062cc;
font-size: 16px;
font-weight: 600
}
.project-tab .nav-link:hover {
border: none
}
.project-tab thead {
background: #f8f8f8;
color: #333
}
.project-tab a {
text-decoration: none;
color: #333;
font-weight: 600
}
.my_planFeature {
text-align: center;
font-size: 1.1em
}
.my_check {
color: #0073b4
}
.my_szary {
background: #f8f8f8
}
.my_niebieski {
background: #eef4f9
}
.my_uncheck { }
tr.hide-table-padding td {
padding: 0
}
.expand-button {
position: relative
}
.accordion-toggle .expand-button:after {
position: absolute;
left: .75rem;
top: 50%;
transform: translate(0, -50%);
content: '-'
}
.accordion-toggle.collapsed .expand-button:after {
content: '+'
}
.strike-price {
color: #ccc;
font-size: 18px;
text-decoration: line-through
}
.pad-0 {
padding: 0 !important
}
.col-two-full li {
font-size: 15px;
color: #696969;
color: #000000;
background: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/bullet_orange.png) top 5px left no-repeat;
list-style: none;
padding-left: 20px;
line-height: 1.5em;
font-weight: 300 !important;
margin: 5px 0 0 2px
}
.btn-primary {
padding: 0 20px;
background: #0073b4;
color: #fff;
border-radius: 4px;
border: none;
margin-top: 0
}
.tab-hd-font {
font-size: 17px;
font-weight: 600
}
.th-width {
width: 22%
}
.th-width-60 {
width: 60%
}
.hd-main {
font-size: 17px !important;
font-weight: 600;
text-align: left
}
.table-hd {
font-size: 17px !important;
font-weight: 600;
text-align: left;
color: #212530
}
.top-align {
vertical-align: top !important
}
.btn-primary-orange {
padding: 0 20px;
background: #f8981d;
color: #fff;
border-radius: 4px;
border: none;
margin-top: 0;
max-width: 240px !important;
max-height: 50px !important
}
.table thead th {
vertical-align: middle;
border-bottom: 1px solid #dee2e6;
text-align: center !important
}
table.sticky-enabled tbody tr td:nth-child(2),
table.sticky-enabled tbody tr td:nth-child(3) {
text-align: center
}
.cuadro_intro_hover {
padding: 0;
position: relative;
overflow: hidden;
height: 200px
}
.cuadro_intro_hover:hover .caption {
opacity: 1;
transform: translateY(-150px);
-webkit-transform: translateY(-150px);
-moz-transform: translateY(-150px);
-ms-transform: translateY(-150px);
-o-transform: translateY(-150px)
}
.cuadro_intro_hover img {
z-index: 4
}
.cuadro_intro_hover .caption {
position: absolute;
top: 150px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
width: 100%
}
.cuadro_intro_hover .blur {
background-color: rgba(0, 0, 0, .6);
height: 300px;
z-index: 5;
position: absolute;
width: 100%
}
.cuadro_intro_hover .caption-text {
z-index: 10;
color: #fff;
position: absolute;
height: 300px;
text-align: center;
top: 0;
width: 100%;
line-height: 15px;
font-size: 12px
}
@media(min-width: 768px) {
.box-size {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 20% !important
}
}
.ht-box-images.style-01 .box-wrap {
-webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
background: #fff;
border-radius: 8px;
padding: 30px 14px 35px !important;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
text-align: center;
margin-top: 34px !important;
min-height: 536px !important
}
.plr {
padding-left: 8px !important;
padding-right: 8px !important
}
a.active {
color: #0073b4
}
.ht-box-images.style-01 .box-shadow {
-webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
background: #fff;
border-radius: 8px;
padding: 30px 30px 63px;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
margin-top: 60px
}
#noOfUsers {
float: right;
font-weight: 700;
font-size: 16px;
color: #0069ff;
line-height: 2
}
.price-reference {
list-style: none;
margin: 0
}
.price-reference li {
padding: 4px 0;
border-bottom: 1px solid #dddfe2
}
#rbpm,
.rbpm {
color: #0073b4;
font-weight: 700
}
.field-size {
width: 100% !important
}
.form-box {
-webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, .1) !important;
box-shadow: 0 18px 40px rgba(51, 51, 51, .1) !important;
background: #0073b4;
border-radius: 8px;
padding: 0 20px 0;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1) !important;
transition: all .7s cubic-bezier(.645, .045, .355, 1) !important;
height: -moz-max-content;
height: -webkit-max-content;
height: max-content
}
.contact-box {
-webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
background: #fff;
border-radius: 8px;
padding: 10px;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1);
min-height: 158px
}
.input-group-addon {
padding: 14px 12px;
font-size: 14px;
font-weight: 400;
color: #fff;
text-align: center;
background-color: #0073b4;
border-radius: 4px;
height: 54px
}
.input-group-addon-login {
padding: 7px 12px !important;
font-size: 14px;
font-weight: 400;
color: #fff;
text-align: center;
background-color: #0073b4;
border-radius: 4px;
height: 40px !important
}
.blackish {
color: #fff !important
}
.toggle-content {
display: none;
height: 0;
overflow: hidden;
transition: height 350ms ease-in-out
}
.toggle-content.is-visible {
display: block;
height: auto
}
.case-study-info {
background: #f8f8f8;
padding: 30px 20px 30px;
border-radius: 8px;
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
transition: all .7s cubic-bezier(.645, .045, .355, 1)
}
.grey-color-icon {
color: #939393 !important
}
.feature-wrap {
min-width: 145px
}
.feature-wrap i.sml-circle {
background: #fff none repeat scroll 0 0;
border: 3px solid #fff;
border-radius: 100%;
box-shadow: 0 0 0 5px #f2f2f2 inset;
color: #f8981d;
font-size: 24px;
height: 60px;
line-height: 55px;
transition: all .5s ease 0s;
width: 60px;
margin-bottom: 10px
}
.feature-wrap i.sml-circle:hover {
background: #f8981d;
color: #fff;
box-shadow: inset 0 0 0 5px #f8981d;
-webkit-box-shadow: inset 0 0 0 5px #f8981d;
border: 3px solid #f8981d
}
.link {
width: 100%
}
.link a:hover {
color: #0073b4 !important
}
.btn-pad {
padding: 0 22px !important
}
.ht-plans-menu .tab__item2:first-child a {
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important
}
.ht-plans-menu .tab__item2:last-child a {
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important
}
.ht-plans-menu .tab__item2 a {
font-size: 16px;
font-weight: 500;
line-height: 1.25;
border: 1px solid #ededed;
background: #fff !important;
color: #d4d4d4 !important;
padding: 10px 10px 10px;
min-width: 100px;
border-radius: 0
}
.ht-plans-menu .tab__item3:first-child a {
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important
}
.ht-plans-menu .tab__item3:last-child a {
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important
}
.ht-plans-menu .tab__item3 a {
font-size: 16px;
font-weight: 500;
line-height: 1.25;
border: 1px solid #ededed;
background: #0073b4 !important;
color: #fff !important;
padding: 10px 10px 10px;
min-width: 100px;
border-radius: 0
}
.ht-plans-menu .tab__item4:first-child a {
border-top-left-radius: 5px !important;
border-bottom-left-radius: 5px !important
}
.ht-plans-menu .tab__item4:last-child a {
border-top-right-radius: 5px !important;
border-bottom-right-radius: 5px !important
}
.ht-plans-menu .tab__item4 a {
font-size: 16px;
font-weight: 500;
line-height: 1.25;
border: 1px solid #ededed;
background: #0073b4 !important;
color: #fff !important;
padding: 10px 10px 10px;
min-width: 100px;
border-radius: 0
}
section.site-section.site-section-light.features-listing {
background: 0 0;
padding-bottom: 12px;
margin-bottom: 26px;
border-bottom: #d5d5d5 1px solid
}
.site-section-light {
color: #fff
}
.site-section {
padding: 17px 0
}
.row.seven-cols .col-md-1 {
border-right: #fff 2px solid;
min-height: 40px;
display: table
}
.features-list a {
color: #333333;
text-decoration: none;
font-size: 14px;
vertical-align: middle;
display: table-cell;
transition: all .3s;
position: relative;
padding: 0 26px 0 26px;
line-height: 22px;
font-weight: 500;
}
.features-list a.active {
color: #0073b4 !important;
font-weight: 500
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
.features-list a {
color: #333333;
text-decoration: none;
font-size: 14px;
vertical-align: middle;
display: table-cell;
transition: all .3s;
position: relative;
padding: 0 5px 0 5px;
line-height: 22px;
font-weight: 500;
}
.features-list li {
list-style:
none;
height: 60% !important;
}
ul.bnrtp li a {
width: 130px;
text-align: center;
font-weight: 500;
border-right:
#a1a1a1 1px solid;
height: 60px !important;
padding-right: 10px !important;
padding-left: 10px !important
}
ul.bnrtp li {
float: left;
height: 60%;
border-right: none !important;
}
}
@media only screen and (min-width: 1024px) {
.features-list a {
color: #333333;
text-decoration: none;
font-size: 14px;
vertical-align: middle;
display: table-cell;
transition: all .3s;
position: relative;
padding: 0 20px 0 20px;
line-height: 22px;
font-weight: 500;
}
}
@media only screen and (min-width: 1366px) {
.features-list a {
color: #333333;
text-decoration: none;
font-size: 14px;
vertical-align: middle;
display: table-cell;
transition: all .3s;
position: relative;
padding: 0 26px 0 26px;
line-height: 22px;
font-weight: 500;
}
}
.carousel-nav-icon {
height: 48px;
width: 48px
}
.carousel-item {
height: auto;
}
.pricing-info__range-number-users-item {
position: absolute;
left: 9px;
color: #b7ada5
}
.pricing-info__range-number-users-item--second {
left: 24%;
transform: translateX(-5px)
}
.pricing-info__range-number-users-item--third {
left: 48%;
transform: translateX(-16px)
}
.pricing-info__range-number-users-item--fourth {
left: 72%;
transform: translateX(-16px)
}
.pricing-info__range-number-users-item--fifth {
left: calc(100% - 52px)
}
.ft-icon {
font-size: 36px;
display: block;
text-align: center !important;
height: 62px;
width: 62px;
line-height: 62px;
color: #0073b4;
border-radius: 50%;
position: relative;
margin: auto;
border: #eee 1px solid
}
.brd-right {
border-right: none !important;
}
.text-gray {
color: #eee
}
.shadow-box {
background: #fff;
border-radius: 8px;
box-shadow: 0 18px 40px -10px rgba(51, 51, 51, .1);
position: relative;
margin-bottom: 30px;
}
.write-for-us-wrapper {
padding: 40px 0;
background-color: #dfdedd;
background-image: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/bg/write-for-us.jpg);
background-repeat: no-repeat;
background-position: center right 40px;
}
.articles-carousel {
direction: ltr;
}
.i-amphtml-scrollable-carousel-container {
overflow: hidden !important;
}
amp-carousel amp-img {
padding: 115px !important;
}
.rotate95 {
transform: rotate(95deg) !important;
}
@media (min-width: 414px) {
.d-sm-none {
display: none !important
}
.border-none {
border: none !important;
}
a,
button,
img,
input,
span {
-webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1) !important;
transition: all .2s cubic-bezier(.645, .045, .355, 1) !important;
}
}
.header__logo img {
width: 80%;
}
img.rbpm-logowidth {
width: 46%;
}
.label-primary {
background-color: #0073b4;
}
.features-list .row.centerdivs {
justify-content: center;
}
h3,
body,
.col-two-full li,
.footer-widget strong,
.conact-us-wrap-one .sub-heading,
.testimonial-slider__single .testimonial-slider__text {
color: #000000 !important
} .website-mainbanner {
min-height: 85vh;
position: relative;
}
.website-mainbanner::after {
background: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/bg/home-hero-image.webp) 100% 100%/80% no-repeat;
position: absolute;
content: '';
width: 60%;
height: 100%;
right: 1px;
top: 0;
}
.mobile-menu-overlay__body a.btn--gradient {
border: 1px solid #ffffff;
}
.header {
padding: 7px 0;
}
@media (min-width: 1200px) {
.header {
padding: 0 0;
}
}
.pricingBusinessemail .form-control,
.pricingBusinessemail .btn {
height: 42px;
line-height: 42px;
font-size: .9rem;
}
.pricingBusinessemail .btn {
padding-right: 12px;
padding-left: 12px;
}
.pricingnew-container {
margin-top: 0%;
margin-bottom: 2%;
}
.pricingnew-form-1 {
padding: 5%;
box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
background: #ffffff;
border-radius: 9px 0 0 9px;
}
.pricingcompanyTab.pricingnew-form-1 {
box-shadow: none;
background: transparent;
border-radius: 0;
padding: 0;
}
.pricingnew-form-2 {
padding: 5%;
background: #0073b4;
box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
border-radius: 0 9px 9px 0;
}
.pricingnew-form-2 h3 {
text-align: center;
color: #fff;
}
.login-container form {
padding: 10%;
}
.btnSubmit {
width: 50%;
border-radius: 1rem;
padding: 1.5%;
border: none;
cursor: pointer;
}
.login-form-1 .btnSubmit {
font-weight: 600;
color: #fff;
background-color: #0062cc;
}
.login-form-2 .btnSubmit {
font-weight: 600;
color: #0062cc;
background-color: #fff;
}
.login-form-2 .ForgetPwd {
color: #fff;
font-weight: 600;
text-decoration: none;
}
.pricingnew-form-1 .saveprice {
background: #e4e4e4;
color: #0073b4;
font-weight: 600;
text-decoration: none;
padding: 4px 10px;
border-radius: 5px;
margin-bottom: 15px;
text-align: center;
font-size: 15px;
}
.pricingnew-form-1 .saveprice i {
color: #0073b4;
margin-right: 7px;
}
.pricingnew-form-1 .nav-item {
width: 50%;
}
.pricingcompanyTab.pricingnew-form-1 .nav-item {
width: auto;
}
.pricingnew-form-1 .nav-link {
display: block;
}
.pricingnew-form-1 .tab__item2 a {
font-size: 16px;
font-weight: 500;
line-height: 1.25;
border: 1px solid #9d9d9d;
background: #fff !important;
color: #9d9d9d !important;
padding: 20px 10px;
min-width: 100px;
border-radius: 0;
}
.pricingcompanyTab.pricingnew-form-1 .nav-link {
padding-right: 3rem;
padding-left: 3rem;
}
.pricingcompanyTab.pricingnew-form-1 .saveprice {
display: inline-block;
}
.pricingnew-form-1 .tab__item2 a.active {
background: transparent !important;
color: #0073b4 !important;
border-color: #0073b4 !important;
}
.pricingnew-form-1 h3.sub-title {
font-size: 20px;
margin-bottom: 7px;
color: #000000;
font-weight: 500;
}
.pricingnew-form-1 p {
color: #5e5e5e;
line-height: 22px;
margin-bottom: 25px;
}
.pricingnew-form-1 .pricingnew__price {
color: #5e5e5e;
}
.pricingnew-form-1 .pricingnew__price__value {
font-size: 2rem;
font-weight: 500;
margin-right: 15px;
color: #000000;
}
.pricingnew-form-1 .savegreen {
font-weight: bold;
color: #1ac21a;
font-size: 13px;
}
.pricingnew-form-1 a.bendemo {
font-weight: 600;
color: #fff;
background-color: #0073b4;
border-radius: 5px;
padding: 15px 20px;
border: none;
cursor: pointer;
}
.pricingnew-form-2 h2 {
color: #ffffff;
margin-bottom: 20px;
font-size: 21px;
font-weight: 500;
}
.pricingnew-form-2 ul {}
.pricingnew-form-2 ul li {
font-size: 15px;
margin-bottom: 16px;
list-style-type: none;
color: #ffffff;
line-height: 22px;
padding-left: 24px;
position: relative;
}
.pricingnew-form-2 ul li:before {
font-family: "Font Awesome 5 Pro";
content: "\f0a9";
display: inline-block; vertical-align: middle;
font-weight: 900;
position: absolute;
left: 0;
}
.pricingnew-form-2 ul li:last-child {
margin-bottom: 0;
}
.pricingBusinessemail h1 {
font-size: 24px;
color: #000000;
font-weight: 500;
}
.pricingmantabswrap ul {
float: right;
float: none;
}
.prices-morefeatures {
padding: 30px 0;
}
.prices-morefeatures ul {
margin-bottom: 30px;
margin: 0;
padding: 0;
}
.prices-morefeatures ul li {
font-size: 14px;
margin-bottom: 16px;
list-style-type: none;
color: #000000;
line-height: 18px;
padding-left: 24px;
position: relative;
text-align: left;
}
.prices-morefeatures ul li:before {
font-family: "Font Awesome 5 Pro";
content: "\f061";
display: inline-block; vertical-align: middle;
font-weight: 900;
position: absolute;
left: 0;
background: #d4f0ff;
color: #0073b4;
font-size: 8px;
width: 16px;
height: 16px;
border-radius: 50%;
text-align: center;
line-height: 18px;
}
.prices-morefeatures a.btnviewmorefeature,
.prices-morefeatures a.btnviewmorefeature:hover {
border: 1px solid #0073b4;
background: transparent;
padding: 16px 32px;
color: #0073b4;
font-size: 16px;
font-weight: bold;
margin: 0 auto;
text-align: center;
line-height: 28px;
height: 64px;
margin-bottom: 30px;
margin-top: 20px !important;
}
.pricepanelswrap {
text-align: center;
margin-bottom: 40px;
}
.pricepanelswrap a.btnpricepanels {
border: 3px solid #0073b4;
background: #0073b4;
padding: 12px 16px;
color: #ffffff;
font-size: 14px;
font-weight: bold;
margin: 0 auto;
text-align: center;
margin-bottom: 25px;
border-radius: 27px;
height: auto;
line-height: normal;
}
.pricepanelswrap a.btnpricepanels1 {
border: 3px solid #ffffff;
background: #eeeeee;
padding: 12px 16px;
color: #000000;
font-size: 14px;
font-weight: bold;
margin: 0 auto;
text-align: center;
margin-bottom: 25px;
border-radius: 27px;
height: auto;
line-height: normal;
}
.pricepanelswrap .panel {
background: #ffffff;
border-radius: 9px;
}
.pricepanelswrap .panel {
margin-bottom: 40px;
}
.pricepanelswrap .panel .panel-heading {
background: #eeeeee;
color: #000000;
text-align: center;
min-height: 32px;
border-radius: 9px 9px 0 0;
}
.pricepanelswrap .panel .panel-heading h3 {
font-size: 14px;
font-weight: bold;
line-height: 40px;
}
.pricepanelswrap .panel.panel-primary .panel-heading {
background: #0073b4;
color: #ffffff;
}
.pricepanelswrap .panel.panel-primary .panel-heading h3 {
color: #ffffff !important;
}
.pricepanelswrap .panel-body {
padding: 24px 30px 0 30px;
text-align: left;
min-height: 576px;
}
.pricepanelswrap table {
margin: 0;
}
.pricepanelswrap .panel-body tr {
background: #fbfbfb;
border: none;
}
.pricepanelswrap .panel-body tr:nth-child(odd) {
background: #eaeef1;
}
.pricepanelswrap .panel-body tr td {
border: none;
padding: 4px 10px !important;
font-size: 14px;
}
.pricepanelswrap .panel-body tr td:nth-child(2) {
font-weight: bold;
text-align: right;
}
.pricepanelswrap .panel-body tfoot tr {
background: #ffffff !important;
}
.pricepanelswrap .panel-body tfoot tr td {
font-weight: bold;
font-size: 18px;
height: 60px;
}
.pricepanelswrap .panel-body tr td.include-normal {
font-weight: normal;
}
.customeprice_wrap {
margin-bottom: 30px;
text-align: center;
margin: 0 auto;
}
.customeprice_wrap .form-control,
.customeprice_wrap .btn {
height: 60px;
line-height: 60px;
font-size: .9rem;
}
.customeprice_wrap .form-control {
border-radius: 9px 0 0 9px;
}
.container-fluid {
width: 90% !important;
}
.customeprice_wrap .btn {
padding-right: 12px;
padding-left: 12px;
}
.pricingFAQSS .faq-wrapper .card-header h5 button {
background: #f2f2f2;
padding: 15px;
border: 1px solid #d2d2d2;
margin-bottom: 5px;
border-radius: 9px;
color: #000000;
font-weight: 500;
font-size: 16px;
}
.pricingFAQSS .tab-content {
padding: 0 40px;
}
.pricingFAQSS .table td {
border-top: none !important;
border-bottom: 1px solid #dee2e6;
}
.pricingFAQSS .table td.my_niebieski {
background: transparent !important;
text-align: right;
padding: 0 30px !important;
}
.pricingFAQSS .table td.my_niebieski i {
display: inline-block; vertical-align: middle;
font-weight: normal;
background: #d4f0ff;
color: #0073b4;
font-size: 8px;
width: 28px;
height: 28px;
border-radius: 50%;
text-align: center;
line-height: 28px;
font-size: 15px;
}
.thirdrdiconrefferl {
font-size: 15px;
background: #0073b4;
border-radius: 50%;
height: 32px;
width: 32px;
color: #ffffff;
line-height: 44px;
position: relative;
}
.thirdrdiconrefferl:before {
position: absolute;
top: -5px;
left: 9px;
}
.demobulitslist {
margin-bottom: 10px;
overflow: hidden;
list-style-position: inside;
}
.demobulitslist li {
font-size: 15px;
margin-bottom: 16px;
list-style-type: none;
color: #000000;
line-height: 18px;
padding-left: 39px;
position: relative;
text-align: left;
margin-bottom: 15px;
list-style-position: inside;
}
.demobulitslist li:before {
font-family: "Font Awesome 5 Pro";
content: "\f00c";
display: inline-block;
vertical-align: middle;
font-weight: 900;
position: absolute;
left: 15px;
color: #00b412;
font-size: 14px;
text-align: center;
}
.companydatacontprice .pricepanelswrap .panel-body {
min-height: 300px;
}
@media (max-width: 767px) {
.pricingnew-form-1 {
border-radius: 9px 9px 0 0;
}
.pricingnew-form-2 {
border-radius: 0 0 9px 9px;
}
.pricingmantabswrap ul {
float: none;
margin: 0 auto;
text-align: center;
}
}
ul {
margin: 0;
padding: 0;
}
.solutincasestydywrap {}
.solutincasestydywrap h5 {
margin-bottom: 15px;
font-size: 20px;
}
.solutincasestydywrap p {
margin-bottom: 15px;
}
.solutincasestydywrap a {}
.solutincasestydywrap .imgwrapsolutoncase {
margin-bottom: 20px;
}
.solutincasestydywrap .imgwrapsolutoncase img {
display: inline-block;
margin-right: 30px;
width: 26%;
}
.solutincasestydywrap .imgwrapsolutoncase img.imgwrapsolutoncase11 {
width: 20%;
}
a.buynowmob {
background: #ffffff !important;
color: #0073b4 !important;
border: 1px solid #ffffff !important;
margin-bottom: 15px !important;
display: block !important;
overflow: hidden !important;
padding: 10px !important;
height: auto !important;
}
.col-lg-20 img {
width: 100%;
}
.upperarea {
position: relative;
}
.upperarea label {
padding-left: 18px;
line-height: 19px;
}
.upperarea input[type="radio"] {
position: absolute;
left: 0;
top: 3px;
}
#cycler {
position: relative;
}
#cycler img {
position: absolute;
z-index: 1;
width: 100%;
}
#cycler img.active {
z-index: 3
}
.text-link_large {
position: relative;
}
.text-link_large1 {
position: relative;
}
.text-link_large1::before {
content: "";
background: url(//recruitbpm.com/wp/wp-content/themes/recruitbpm/assets/images/landing/blueborder.png);
position: absolute;
top: 22px;
left: 0;
z-index: 1;
width: 332px;
height: 6px;
margin-left: -10%;
}
ul.bnrtp {
list-style: inline;
}
ul.bnrtp li {
float: left;
height: 100%;
border-right: #a1a1a1 1px solid;
}
ul.bnrtp li a {
width: 130px;
text-align: center;
font-weight: 500;
}
ul.bnrtp li.current_page_item a,
ul.submenu li.current_page_item a {
color: #0073b4 !important;
}
.nowrap {
white-space: nowrap;
}
@media only screen and (max-width: 767px) {
.nowrap {
white-space: wrap;
}
}
.wpcp-swiper-dots {
display: none !important;
}
.blog-section-wrapper h5 {
font-size: 24px !important;
}
.content-topic-wrap .lwptoc_item {
margin-bottom: 10px !important;
}
L.page-numbers {
display: inline-block;
}
.page-numbers {
font-weight: 500;
color: #ababab;
padding: 0 10px;
text-align: center;
line-height: 41px;
min-width: 41px;
height: 41px;
text-transform: uppercase;
letter-spacing: 2px;
border-radius: 8px;
}
.page-numbers.current {
font-weight: 500;
padding: 0 10px;
text-align: center;
line-height: 41px;
min-width: 41px;
height: 41px;
text-transform: uppercase;
letter-spacing: 2px;
border-radius: 8px;
background: #f6f5f9;
color: #0073b4;
}
.single-blog-item .post-info p {
font-size: 16px;
}
blog-section-wrapper p {
font-size: 16px !important;
}
.blog-section-wrapper p>a {
font-size: 16px !important;
color: #0073b4;
}
.single-blog-wrap-new img {
height: 470px;
}
.blog-content-area ul {
font-size: 14px;
list-style: inside square;
padding: revert;
width: 100%;
margin: revert;
margin-top: 0;
color: #333333;
}
ul.ht-social-networks {
padding: 0;
margin: 0;
margin-bottom: 20px;
}
h2 {
margin-bottom: 10px;
}
.blog-content-area a {
color: #0073b4;
font-weight: 600;
text-decoration: underline;
}
.scrollable-content {
margin: 0px auto;
padding: 10px;
}
.scrollable-content img {
width: 100% !important;
}
.social-buttons {
margin-top: 20px !important;
display: flex;
align-items: center;
padding: 0;
list-style: none;
margin: 0;
}
.content-topic-wrap .social-button {
display: flex !important;
justify-content: center !important;
align-items: center !important;
width: 40px;
height: 40px;
border: 2px solid transparent;
border-radius: 5px;
text-decoration: none;
position: relative;
overflow: hidden;
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.social-button i {
font-size: 15px;
color: inherit;
} .social-button.pinterest {
border-top-color: #bd081c;
color: #bd081c;
margin-right: 5px !important;
}
.social-button.linkedin {
border-top-color: #0077b5;
color: #0077b5;
margin-right: 5px !important;
}
.social-button.facebook {
border-top-color: #3b5998;
color: #3b5998;
margin-left: 10px !important;
margin-right: 5px !important;
}
.social-button.twitter {
border-top-color: #1da1f2;
color: #1da1f2;
margin-right: 5px !important;
}
.social-button.reddit {
border-top-color: #ff4500;
margin-right: 5px !important;
color: #ff4500;
}
.social-button.email {
border-top-color: #5f5f5f;
color: #5f5f5f;
margin-right: 5px !important;
} .share-artcle-heading {
color: #696969 !important;
}
.scrollable-content .blog-content-area .lwptoc,
.scrollable-content .blog-content-area .lwptoc-autoWidth,
.scrollable-content .blog-content-area .lwptoc-white,
.scrollable-content .blog-content-area .lwptoc-notInherit {
display: none !important;
}
.content-topic-wrap {
position: sticky;
top: 85px;
height: 500px;
}
.content-topic {
height: 380px;
overflow-y: auto;
position: relative;
scroll-behavior: smooth;
}
.lwptoc_i {
padding: 0px !important;
}
.content-topic-wrap .lwptoc_header {
margin-bottom: 10px;
position: absolute;
color: #fff;
background: linear-gradient(150deg, #0073b4 0, #0073b4 100%) !important; padding: 10px;
width: 100%;
text-align: center;
position: sticky;
top: 0px;
z-index: 2;
}
.content-topic-wrap .lwptoc_itemWrap {
position: relative;
top: 5px;
z-index: 1;
}
.content-topic-wrap .lwptoc_header .lwptoc_title { color: #fff;
}
.content-topic-wrap .lwptoc-white .lwptoc_i {
background: #f9f9f9 !important;
border: 1px solid #e9e9e9 !important;
border-radius: 9px !important;
padding: 0px !important;
}
.content-topic-wrap .lwptoc_items {
margin-left: 10px !important;
}
.content-topic-wrap .lwptoc_item {
margin-bottom: 10px !important;
}
.content-topic-wrap .lwptoc:first-child {
margin-top: 0px !important;
} .lwptoc a {
color: #313a46 !important;
}
.active-heading {
font-weight: bold;
color: #333;
}
.lwptoc a.active {
font-weight: bold;
text-decoration: underline;
color: rgba(6, 116, 182, 1) !important;
}
.features-list li {
list-style: none;
height: 100% !important;
}
.features-list a {
color: #333333;
text-decoration:
none;
font-size: 14px;
vertical-align: middle;
display: table-cell;
transition:
all .3s;
position: relative;
padding:
10px 0px 0 0px !important;
line-height: 22px;
font-weight: 500;
}
.call-to-actions .ft-icon {
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 1024px) {
.social-buttons {
flex-wrap: wrap;
}
.social-buttons li {
margin: 5px 0px 5px 0px !important;
}
}
@media (max-width: 576px) {
.content-topic-wrap {
position: relative !important;
top: 0px;
}
.single-blog-wrap-new img {
height: auto !important;
}
.content-topic {
height: 390px !important;
}
}
.solutions-template-wrap ul.bnrtp li a {
float: left;
height: 60px;
width: 160px;
text-align: center;
font-weight: 500;
margin-right: 10px;
margin-left: 10px;
}
.contact-form-wrap .frm_radio label,
.contact-form-wrap .frm_checkbox label {
color: #fff !important;
}.with_frm_style{--form-width:100%;--form-align:left;--direction:ltr;--fieldset:0px;--fieldset-color:#000000;--fieldset-padding:0px 0px 15px 0px;--fieldset-bg-color:transparent;--title-size:40px;--title-color:#444444;--title-margin-top:10px;--title-margin-bottom:60px;--form-desc-size:14px;--form-desc-color:#98A2B3;--form-desc-margin-top:10px;--form-desc-margin-bottom:25px;--form-desc-padding:0px;--font-size:15px;--label-color:#344054;--weight:normal;--position:none;--align:left;--width:150px;--required-color:#F04438;--required-weight:bold;--label-padding:0px 0px 5px 0px;--description-font-size:12px;--description-color:#667085;--description-weight:normal;--description-style:normal;--description-align:left;--description-margin:0px;--field-font-size:14px;--field-height:36px;--line-height:36px;--field-width:100%;--auto-width:100%;--field-pad:14px 20px 14px 20px;--field-margin:10px;--field-weight:normal;--text-color:#1D2939;--border-color:#D0D5DD;--field-border-width:1px;--field-border-style:solid;--bg-color:#ffffff;--bg-color-active:#ffffff;--border-color-active:#4199FD;--text-color-error:#444444;--bg-color-error:#ffffff;--border-color-error:#F04438;--border-width-error:1px;--border-style-error:solid;--bg-color-disabled:#F9FAFB;--border-color-disabled:#D0D5DD;--text-color-disabled:#667085;--radio-align:block;--check-align:block;--check-font-size:14px;--check-label-color:#1D2939;--check-weight:normal;--section-font-size:18px;--section-color:#344054;--section-weight:bold;--section-pad:32px 0px 3px 0px;--section-mar-top:30px;--section-mar-bottom:30px;--section-bg-color:transparent;--section-border-color:#EAECF0;--section-border-width:1px;--section-border-style:solid;--section-border-loc:-top;--collapse-pos:after;--repeat-icon-color:#ffffff;--submit-font-size:14px;--submit-width:auto;--submit-height:auto;--submit-bg-color:#4199FD;--submit-border-color:#4199FD;--submit-border-width:1px;--submit-text-color:#ffffff;--submit-weight:normal;--submit-border-radius:8px;--submit-margin:10px;--submit-padding:8px 16px;--submit-shadow-color:#eeeeee;--submit-hover-bg-color:#3680D3;--submit-hover-color:#ffffff;--submit-hover-border-color:#3680D3;--submit-active-bg-color:#3680D3;--submit-active-color:#ffffff;--submit-active-border-color:#3680D3;--border-radius:8px;--error-bg:#FEE4E2;--error-border:#F5B8AA;--error-text:#F04438;--error-font-size:14px;--success-bg-color:#DFF0D8;--success-border-color:#D6E9C6;--success-text-color:#468847;--success-font-size:14px;--progress-bg-color:#EAECF0;--progress-color:#1D2939;--progress-active-bg-color:#4199FD;--progress-active-color:#ffffff;--progress-border-color:#EAECF0;--progress-border-size:1px;--progress-size:30px;--base-font-size:15px;--box-shadow:0 1px 2px 0 rgba(18, 18, 23, 0.05);}.frm_hidden,.frm_add_form_row.frm_hidden,.frm_remove_form_row.frm_hidden,.with_frm_style .frm_button.frm_hidden{display:none;}.with_frm_style,.with_frm_style form,.with_frm_style .frm-show-form div.frm_description p{text-align: var(--form-align);}input:-webkit-autofill {-webkit-box-shadow: 0 0 0 30px white inset;}.with_frm_style .frm-show-form div.frm_description p{font-size: var(--form-desc-size);color: var(--form-desc-color);margin-top: var(--form-desc-margin-top);margin-bottom: var(--form-desc-margin-bottom);padding: var(--form-desc-padding);}.with_frm_style fieldset{min-width:0;display: block; }.with_frm_style fieldset fieldset{border:none;margin:0;padding:0;background-color:transparent;}.with_frm_style .frm_form_fields > fieldset{border-width: var(--fieldset);border-style:solid;border-color: var(--fieldset-color);margin:0;padding: var(--fieldset-padding);background-color: var(--fieldset-bg-color);}legend.frm_hidden{display:none !important;}.with_frm_style .frm_form_fields{opacity:1;transition: opacity 0.1s linear;}.with_frm_style .frm_doing_ajax{opacity:.5;}.frm_transparent{color:transparent;}.with_frm_style legend + h3,.with_frm_style h3.frm_form_title{font-size: var(--title-size);color: var(--title-color);margin-top: var(--title-margin-top);margin-bottom: var(--title-margin-bottom);}.with_frm_style .frm_form_field.frm_html_container,.with_frm_style .frm_form_field .frm_show_it{color: var(--form-desc-color);}.with_frm_style .frm_form_field.frm_html_container{font-size: var(--form-desc-size);}.with_frm_style .frm_form_field .frm_show_it{font-size: var(--field-font-size);font-weight: var(--field-weight);}.with_frm_style .frm_required {color: var(--required-color);font-weight: var(--required-weight);}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style textarea,.with_frm_style .frm-card-element.StripeElement {font-family:var(--font);font-size: var(--field-font-size);margin-bottom:0;}.with_frm_style textarea{vertical-align:top;height:auto;}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=phone],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style textarea,.frm_form_fields_style,.with_frm_style .frm_scroll_box .frm_opt_container,.frm_form_fields_active_style,.frm_form_fields_error_style,.with_frm_style .frm-card-element.StripeElement,.with_frm_style .frm_slimselect.ss-main {color: var(--text-color);background-color: var(--bg-color);border-color: var(--border-color);border-width: var(--field-border-width);border-style: var(--field-border-style);border-radius: var(--border-radius);width: var(--field-width);max-width: 100%;font-size: var(--field-font-size);padding: var(--field-pad);box-sizing: border-box;outline: none;font-weight: var(--field-weight);}.with_frm_style select option {color: var(--text-color);}.with_frm_style select option.frm-select-placeholder {color: var(--text-color-disabled);}.with_frm_style input[type=radio],.with_frm_style input[type=checkbox]{border-color: var(--border-color);box-shadow: var(--box-shadow);float: none;}.with_frm_style input[type=radio]:after,.with_frm_style input[type=checkbox]:after {display: none; }.with_frm_style input[type=radio]:not(:checked):focus,.with_frm_style input[type=checkbox]:not(:checked):focus {border-color: var(--border-color) !important;}.with_frm_style input[type=radio]:focus,.with_frm_style input[type=checkbox]:focus {box-shadow:0px 0px 0px 3px rgba(65,153,253, 0.4) !important;}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=file],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style .frm-card-element.StripeElement{min-height: var(--field-height);line-height:1.3;}.with_frm_style select[multiple=multiple]{height:auto;}.input[type=file].frm_transparent:focus,.with_frm_style input[type=file]{background-color:transparent;border:none;outline:none;box-shadow:none;}.with_frm_style input[type=file]{color: var(--text-color);padding: 0px;font-size: var(--field-font-size);display: initial;}.with_frm_style input[type=file].frm_transparent{color:transparent;}.with_frm_style .wp-editor-wrap{width: var(--field-width);max-width:100%;}.with_frm_style .wp-editor-container textarea{border:none;box-shadow:none !important;}.with_frm_style .mceIframeContainer{background-color: var(--bg-color);}.with_frm_style select{width: var(--auto-width);max-width:100%;background-position-y: calc(50% + 3px);}.with_frm_style input[disabled],.with_frm_style select[disabled],.with_frm_style textarea[disabled],.with_frm_style input[readonly],.with_frm_style select[readonly],.with_frm_style textarea[readonly] {background-color: var(--bg-color-disabled);color: var(--text-color-disabled);border-color: var(--border-color-disabled);}.frm_preview_page:before{content:normal !important;}.frm_preview_page{padding:25px;}.with_frm_style .frm_primary_label{max-width:100%;font-size: var(--font-size);color: var(--label-color);font-weight: var(--weight);text-align: var(--align);padding: var(--label-padding);margin:0;width:auto;display:block;}.with_frm_style .frm_top_container .frm_primary_label,.with_frm_style .frm_hidden_container .frm_primary_label,.with_frm_style .frm_pos_top{display:block;float:none;width:auto;}.with_frm_style .frm_inline_container .frm_primary_label{margin-right:10px;}.with_frm_style .frm_right_container .frm_primary_label,.with_frm_style .frm_pos_right{display:inline;float:right;margin-left:10px;}.with_frm_style .frm_pos_center {text-align: center;}.with_frm_style .frm_none_container .frm_primary_label,.with_frm_style .frm_pos_none,.frm_pos_none,.frm_none_container .frm_primary_label{display:none;}.with_frm_style .frm_section_heading.frm_hide_section{margin-top:0 !important;}.with_frm_style .frm_hidden_container .frm_primary_label,.with_frm_style .frm_pos_hidden,.frm_hidden_container .frm_primary_label{visibility:hidden;white-space:nowrap;}.frm_visible{opacity:1;}.with_frm_style .frm_inside_container {position: relative;padding-top: 18px;padding-top: calc(0.5 * var(--field-height));}.with_frm_style .frm_inside_container > input,.with_frm_style .frm_inside_container > select,.with_frm_style .frm_inside_container > textarea {display: block;}.with_frm_style input::placeholder,.with_frm_style textarea::placeholder {font-size: var(--field-font-size);}.with_frm_style .frm_inside_container > input::-moz-placeholder,.with_frm_style .frm_inside_container > textarea::-moz-placeholder {opacity: 0 !important;transition: opacity 0.3s ease-in;}.with_frm_style .frm_inside_container > input:-ms-input-placeholder,.with_frm_style .frm_inside_container > textarea:-ms-input-placeholder {opacity: 0;transition: opacity 0.3s ease-in;}.with_frm_style .frm_inside_container > input::placeholder,.with_frm_style .frm_inside_container > textarea::placeholder {opacity: 0;transition: opacity 0.3s ease-in;}.with_frm_style .frm_inside_container > label {transition: all 0.3s ease-in;position: absolute;top: 19px;top: calc(1px + .5 * var(--field-height));left: 3px;width: 100%;line-height: 1.3;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding: 8px 12px;padding: var(--field-pad);font-size: 14px;font-size: var(--field-font-size);font-weight: normal;font-weight: var(--field-weight);pointer-events: none;}.with_frm_style.frm_style_lines-no-boxes .frm_inside_container > label {line-height: 1;}.with_frm_style .frm_inside_container.frm_label_float_top > label {top: 0;left: 0;padding: 0;font-size: 12px;font-size: calc(0.85 * var(--field-font-size));}.with_frm_style .frm_inside_container.frm_label_float_top > input::-moz-placeholder,.with_frm_style .frm_inside_container.frm_label_float_top > textarea::-moz-placeholder {opacity: 1 !important;transition: opacity 0.3s ease-in;}.with_frm_style .frm_inside_container.frm_label_float_top > input:-ms-input-placeholder,.with_frm_style .frm_inside_container.frm_label_float_top > textarea:-ms-input-placeholder {opacity: 1;transition: opacity 0.3s ease-in;}.with_frm_style .frm_inside_container.frm_label_float_top > input::placeholder,.with_frm_style .frm_inside_container.frm_label_float_top > textarea::placeholder {opacity: 1;transition: opacity 0.3s ease-in;}.with_frm_style .frm_description,.with_frm_style .frm_pro_max_limit_desc{clear:both;}.with_frm_style input[type=number][readonly]{-moz-appearance: textfield;}.with_frm_style select[multiple="multiple"]{height:auto;line-height:normal;}.with_frm_style .frm_catlevel_2,.with_frm_style .frm_catlevel_3,.with_frm_style .frm_catlevel_4,.with_frm_style .frm_catlevel_5{margin-left:18px;}.with_frm_style .wp-editor-container{border:1px solid #e5e5e5;}.with_frm_style .quicktags-toolbar input{font-size:12px !important;}.with_frm_style .wp-editor-container textarea{border:none;}.with_frm_style .auto_width #loginform input,.with_frm_style .auto_width input,.with_frm_style input.auto_width,.with_frm_style select.auto_width,.with_frm_style textarea.auto_width{width:auto;}.with_frm_style .frm_repeat_buttons{white-space:nowrap;}.with_frm_style .frm_button{text-decoration:none !important;;border:1px solid #eee;display:inline-block;padding: var(--submit-padding);border-radius:8px;border-radius:var(--border-radius);font-size: var(--submit-font-size);font-weight: var(--submit-weight);color: var(--submit-text-color);background: var(--submit-bg-color);border-width: var(--submit-border-width);border-color: var(--submit-border-color);height: var(--submit-height);}.with_frm_style .frm_button.frm_inverse{color:var(--submit-bg-color);background:var(--submit-text-color);}.with_frm_style .frm_submit{clear:both;}.frm_inline_form .frm_form_field,.frm_inline_form .frm_submit{grid-column: span 1 / span 1;}.frm_inline_form .frm_submit{margin:0;}.frm_submit.frm_inline_submit input[type=submit],.frm_submit.frm_inline_submit button,.frm_inline_form .frm_submit input[type=submit],.frm_inline_form .frm_submit button{margin-top:0;}.with_frm_style.frm_center_submit .frm_submit{text-align:center;}.with_frm_style.frm_center_submit .frm_flex.frm_submit {justify-content: center;}.with_frm_style .frm_inline_success .frm_submit{display: flex;flex-direction: row;align-items: center;margin: 0;}.with_frm_style .frm_inline_success .frm_submit .frm_message{flex: 1;margin: 0;padding-left: 10px;}.with_frm_style .frm_inline_success.frm_alignright_success .frm_submit .frm_message{text-align: right;}.with_frm_style.frm_center_submit .frm_submit input[type=submit],.with_frm_style.frm_center_submit .frm_submit input[type=button],.with_frm_style.frm_center_submit .frm_submit button{margin-bottom:8px !important;}.with_frm_style .frm-edit-page-btn,.with_frm_style .frm_submit input[type=submit],.with_frm_style .frm_submit input[type=button],.with_frm_style .frm_submit button{-webkit-appearance: none;cursor: pointer;}.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{display: block;margin: 0 auto;}.with_frm_style .frm_loading_prev .frm_ajax_loading,.with_frm_style .frm_loading_form .frm_ajax_loading{visibility:visible !important;}.with_frm_style .frm_loading_prev .frm_prev_page,.with_frm_style .frm_loading_form .frm_button_submit {position: relative;color: transparent !important;text-shadow: none !important;}.with_frm_style .frm_loading_prev .frm_prev_page:hover,.with_frm_style .frm_loading_prev .frm_prev_page:active,.with_frm_style .frm_loading_prev .frm_prev_page:focus,.with_frm_style .frm_loading_form .frm_button_submit:hover,.with_frm_style .frm_loading_form .frm_button_submit:active,.with_frm_style .frm_loading_form .frm_button_submit:focus {cursor: not-allowed;color: transparent;outline: none !important;box-shadow: none;}.with_frm_style .frm_loading_prev .frm_prev_page::before,.with_frm_style .frm_loading_form .frm_button_submit:before {content: '';display: inline-block;position: absolute;background: transparent;border: 1px solid #fff;border-top-color: transparent;border-left-color: transparent;border-radius: 50%;box-sizing: border-box;top: 50%;left: 50%;margin-top: -6px;margin-left: -6px;width: 12px;height: 12px;animation: spin 2s linear infinite;}.with_frm_style .frm_submit.frm_flex {align-items: center;gap: 2%;}.with_frm_style .frm_submit.frm_flex button.frm_button_submit ~ .frm_prev_page {order: -1;}.frm_style_formidable-style.with_frm_style{}.frm_forms.frm_style_formidable-style.with_frm_style{max-width:100%;direction:ltr;}.frm_style_formidable-style.with_frm_style .form-field{margin-bottom:10px;}.frm_style_formidable-style.with_frm_style .form-field.frm_section_heading{margin-bottom:0;}.frm_style_formidable-style.with_frm_style p.description,.frm_style_formidable-style.with_frm_style div.description,.frm_style_formidable-style.with_frm_style div.frm_description,.frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,.frm_style_formidable-style.with_frm_style .frm_error,.frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc{margin:0px;padding:0;font-size:12px;color:#667085;font-weight:normal;text-align:left;font-style:normal;max-width:100%;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_left_container{grid-template-columns: 150px auto;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_right_container{grid-template-columns: auto 150px;}.frm_form_field.frm_right_container{grid-template-columns: auto 25%;}.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_formidable-style.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline;}.frm_style_formidable-style.with_frm_style .frm_pos_right{display:inline;width:150px;}.frm_style_formidable-style.with_frm_style .frm_none_container .frm_primary_label,.frm_style_formidable-style.with_frm_style .frm_pos_none{display:none;}.frm_style_formidable-style.with_frm_style input::placeholder,.frm_style_formidable-style.with_frm_style textarea::placeholder{color: #667085;}.frm_style_formidable-style.with_frm_style .frm_default,.frm_style_formidable-style.with_frm_style input.frm_default,.frm_style_formidable-style.with_frm_style textarea.frm_default,.frm_style_formidable-style.with_frm_style select.frm_default,.frm_style_formidable-style.with_frm_style .placeholder {color: #667085;}.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,.frm_style_formidable-style.with_frm_style select:focus,.frm_style_formidable-style.with_frm_style .form-field textarea:focus,.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement {background-color:#ffffff;border-color:#4199FD;color: var(--text-color);box-shadow:0px 0px 5px 0px rgba(65,153,253, 0.6);}.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_formidable-style.with_frm_style input[type=submit],.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],.frm_style_formidable-style.with_frm_style .frm_submit button,.frm_form_submit_style,.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {width:auto;font-size:14px;height:auto;line-height:normal;text-align:center;background:#4199FD;border-width:1px;border-color: #4199FD;border-style:solid;color:#ffffff;cursor:pointer;font-weight:normal;border-radius:8px;text-shadow:none;padding:8px 16px;box-sizing:border-box;box-shadow:0 1px 1px #eeeeee;margin:10px;margin-left:0;margin-right:0;vertical-align:middle;}.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{margin:0;}.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover,.frm_style_formidable-style.with_frm_style input[type=submit]:hover,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,.frm_style_formidable-style.with_frm_style .frm_submit button:hover{background: #3680D3;border-color: #3680D3;color: #ffffff;}.frm_style_formidable-style.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px;}.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus,.frm_style_formidable-style.with_frm_style input[type=submit]:focus,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,.frm_style_formidable-style.with_frm_style .frm_submit button:focus,.frm_style_formidable-style.with_frm_style input[type=submit]:active,.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,.frm_style_formidable-style.with_frm_style .frm_submit button:active{background: #3680D3;border-color: #3680D3;color: #ffffff;outline: none;}.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:focus{color: transparent ;background: #4199FD;border-color: #4199FD;}.frm_style_formidable-style.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:before {border-bottom-color: #ffffff;border-right-color: #ffffff;}.frm_style_formidable-style.with_frm_style.frm_inline_top .frm_submit::before,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit::before {content:"before";font-size:15px;color:#344054;font-weight:normal;margin:0;padding:0px 0px 5px 0px;width:auto;display:block;visibility:hidden;}.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit input,.frm_style_formidable-style.with_frm_style.frm_inline_form .frm_submit button,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_formidable-style.with_frm_style .frm_submit.frm_inline_submit button {margin: 0 !important;}.frm_style_formidable-style.with_frm_style #frm_field_cptch_number_container{font-size:15px;color:#344054;font-weight:normal;clear:both;}.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=checkbox],.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=radio],.frm_style_formidable-style.with_frm_style .frm_blank_field textarea,.frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),.frm_form_fields_error_style,.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_formidable-style.with_frm_style .frm_form_field :invalid {color:#444444;background-color:#ffffff;border-color:#F04438;border-width:var(--border-width-error) ;border-style:solid;}.frm_style_formidable-style.with_frm_style .frm_blank_field .sigWrapper{border-color:#F04438 !important;}.frm_style_formidable-style.with_frm_style .frm_error,.frm_style_formidable-style.with_frm_style .frm_limit_error{font-weight:normal;color:#444444;}.frm_style_formidable-style.with_frm_style .frm_error_style{background-color:#FEE4E2;border:1px solid #F5B8AA;border-radius:8px;color: #F04438;font-size:14px;margin:0;margin-bottom:10px;}.frm_style_formidable-style.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, #D0D5DD 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #D0D5DD 50%, #D0D5DD 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));}.frm_style_formidable-style.with_frm_style #frm_loading .progress-bar{background-color:#ffffff;}.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big input,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total_big textarea,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total input,.frm_style_formidable-style.with_frm_style .frm_form_field.frm_total textarea{color: #1D2939;background-color:transparent;border:none;display:inline;width:auto;padding:0;}.frm_ajax_loading{visibility:hidden;width:auto;}.frm_form_submit_style{height:auto;}a.frm_save_draft{cursor:pointer;}.with_frm_style a.frm_save_draft,.with_frm_style a.frm_start_over{font-size: var(--submit-font-size);font-weight: var(--submit-weight);}.horizontal_radio .frm_radio{margin:0 5px 0 0;}.horizontal_radio .frm_checkbox{margin:0;margin-right:12px;}.vertical_radio .frm_checkbox,.vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;}.horizontal_radio .frm_checkbox,.horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;padding-left: 0;}.with_frm_style .frm_radio{display: var(--radio-align);}.with_frm_style .frm_checkbox{display: var(--check-align);}.with_frm_style .vertical_radio .frm_checkbox,.with_frm_style .vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;margin-bottom: 10px;}.with_frm_style .horizontal_radio .frm_checkbox,.with_frm_style .horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;}.with_frm_style .frm_checkbox label,.with_frm_style .frm_radio label {display: inline-block;vertical-align: middle;white-space:normal;}.with_frm_style .frm_checkbox label input[type=checkbox],.with_frm_style .frm_radio label input[type=radio] {margin-right: 4px;}.with_frm_style .frm_checkbox label:not(.frm-label-disabled),.with_frm_style .frm_radio label:not(.frm-label-disabled) {cursor: pointer;}.with_frm_style .vertical_radio .frm_checkbox label,.with_frm_style .vertical_radio .frm_radio label{display: block;width: 100%;}.with_frm_style .frm_radio label,.with_frm_style .frm_checkbox label {font-size: var(--check-font-size);color: var(--check-label-color);font-weight: var(--check-weight);line-height: 1.3;}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox] {font-size: var(--check-font-size);position: static;}.frm_file_container .frm_file_link,.with_frm_style .frm_radio label .frm_file_container,.with_frm_style .frm_checkbox label .frm_file_container{display:inline-block;margin:5px;vertical-align:middle;}.with_frm_style .frm_radio input[type=radio]{border-radius:50%;}.with_frm_style .frm_checkbox input[type=checkbox] {border-radius: calc(var(--border-radius) / 2) !important;}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox]{appearance: none;background-color: var(--bg-color);flex: none;display:inline-block !important;width: 16px !important;min-width: 16px !important;height: 16px !important;color: var(--border-color);border: 1px solid currentColor;border-color: var(--border-color);vertical-align: middle;position: initial; padding: 0;margin: 0;}.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {border-color: var(--border-color-active) !important;}.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {background-color: var(--border-color-active) !important;}.with_frm_style .frm_radio input[type=radio][disabled]:checked,.with_frm_style .frm_checkbox input[type=checkbox][disabled]:checked {border-color: var(--border-color) !important; }.with_frm_style .frm_checkbox input[type=checkbox][disabled]:checked {background-color: var(--border-color) !important;}.with_frm_style .frm_radio input[type=radio]:checked:before,.with_frm_style .frm_checkbox input[type=checkbox]:checked:before {position: static !important; content: '';display: block;}.frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before {width: 100% !important;height: 100% !important;background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6667 1.5L4.25001 7.91667L1.33334 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;background-size: 9px !important;background-repeat: no-repeat !important;background-position: center !important;margin: 0;}.with_frm_style .frm_radio input[type=radio]:before {width: 8px;height: 8px;border-radius: 50%;background-color: var(--border-color-active);margin: 3px;}.with_frm_style .frm_radio input[type=radio][disabled]:before {background-color: var(--border-color);}.with_frm_style :invalid,.with_frm_style :-moz-ui-invalid{box-shadow:none;}.with_frm_style .frm_error_style img{padding-right:10px;vertical-align:middle;border:none;}.with_frm_style .frm_trigger{cursor:pointer;}.with_frm_style .frm_error_style,.with_frm_style .frm_message,.frm_success_style{border-radius:4px;padding:15px;}.with_frm_style .frm_message p {margin-bottom: 5px;color: var(--success-text-color);}.with_frm_style .frm_message,.frm_success_style {margin: 5px 0 15px;border: 1px solid var(--success-border-color);background-color: var(--success-bg-color);color: var(--success-text-color);border-radius: var(--border-radius);font-size: var(--success-font-size);}.with_frm_style .frm_plain_success .frm_message {background-color: transparent;padding:0;border:none;font-size:inherit;color:inherit;}.with_frm_style .frm_plain_success .frm_message p {color:inherit;}.frm_form_fields_style,.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_form_submit_style{width:auto;}.with_frm_style .frm_trigger span{float:left;}.with_frm_style table.frm-grid,#content .with_frm_style table.frm-grid{border-collapse:collapse;border:none;}.frm-grid td,.frm-grid th{padding:5px;border-width:1px;border-style:solid;border-color: var(--border-color);border-top:none;border-left:none;border-right:none;}.frm-alt-table {width:100%;border-collapse:separate;margin-top:0.5em;font-size:15px;border-width:1px;}.with_frm_style .frm-alt-table{border-color: var(--border-color);}.frm-alt-table th {width:200px;}.frm-alt-table tr {background-color:transparent;}.frm-alt-table th,.frm-alt-table td {background-color:transparent;vertical-align:top;text-align:left;padding:20px;border-color:transparent;}.frm-alt-table tr:nth-child(even) {background-color:#fdffff;}table.form_results.with_frm_style{border-style: solid;border-width: var(--field-border-width);border-color: var(--border-color);}table.form_results.with_frm_style tr td{text-align:left;padding:7px 9px;color: var(--text-color);border-top-style: solid;border-top-width: var(--field-border-width);border-top-color: var(--border-color);}table.form_results.with_frm_style tr.frm_even,.frm-grid .frm_even{background-color:#fff;background-color:var(--bg-color);}table.form_results.with_frm_style tr.frm_odd,.frm-grid .frm_odd {background-color: var(--bg-color);}.frm_color_block {background-color:#fdffff;padding: 40px;}.with_frm_style .frm-show-form .frm_color_block.frm_section_heading h3,.frm_color_block.frm_section_heading h3 {border-width: 0 !important;}.frm_collapse .ui-icon{display:inline-block;}.frm_toggle_container{border:1px solid transparent;}.frm_toggle_container ul{margin:5px 0;padding-left:0;list-style-type:none;}.frm_toggle_container .frm_month_heading{text-indent:15px;}.frm_toggle_container .frm_month_listing{margin-left:40px;}#frm_loading{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;}#frm_loading h3{font-weight:500;padding-bottom:15px;color:#fff;font-size:24px;}#frm_loading_content{position:fixed;top:20%;left:33%;width:33%;text-align:center;padding-top:30px;font-weight:bold;z-index:9999999;}#frm_loading img{max-width:100%;}#frm_loading .progress{border-radius:4px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;height:20px;margin-bottom:20px;overflow:hidden;}#frm_loading .progress.active .progress-bar{animation:2s linear 0s normal none infinite progress-bar-stripes;}#frm_loading .progress-striped .progress-bar {background-image: linear-gradient(45deg, var(--border-color) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--border-color) 50%, var(--border-color) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));background-size:40px 40px;}#frm_loading .progress-bar {background-color: var(--bg-color);box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;float: left;height: 100%;line-height: 20px;text-align: center;transition: width 0.6s ease 0s;width: 100%;}.frm_image_from_url{height:50px;}.frm-loading-img{background:url(https://recruitbpm.local/wp-content/plugins/formidable/images/ajax_loader.gif) no-repeat center center;padding:6px 12px;}select.frm_loading_lookup{background-image: url(https://recruitbpm.local/wp-content/plugins/formidable/images/ajax_loader.gif) !important;background-position: 10px;background-repeat: no-repeat;color: transparent !important;}.frm_screen_reader {border: 0;clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;word-wrap: normal !important; }.frm_screen_reader.frm_hidden{display:initial;}.frm_clear_none{clear:none;}.frm_clear{clear:both;}.frm_form_field.frm_alignright{float:right !important;}.with_frm_style .frm_form_field{clear:both;}.frm_combo_inputs_container,.frm_grid_container,.frm_form_fields .frm_section_heading,.frm_form_fields .frm_fields_container{display:grid;grid-template-columns: repeat(12, 1fr);grid-auto-rows: max-content;grid-gap: 0 2%;}.frm_combo_inputs_container > *,.frm_grid_container > *,.frm_section_heading > *,.frm_fields_container .frm_form_field,.frm_fields_container > *{grid-column: span 12 / span 12;}.frm_inline,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_inline,.frm_form_field.frm_inline,.frm_submit.frm_inline,.frm_form_field.frm_right_inline,.frm_form_field.frm_last_inline{width:auto;grid-column: span 2 / span 2;}.frm6,.frm_half,.frm_form_field.frm_three_fifths, .frm_form_field.frm6,.frm_submit.frm6,.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_half,.frm_submit.frm_half{grid-column:span 6 / span 6;}.frm4,.frm_third,.frm_form_field.frm_two_fifths, .frm_form_field.frm4,.frm_submit.frm4,.frm_form_field.frm_left_third,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_right_third,.frm_form_field.frm_first_third,.frm_form_field.frm_last_third{grid-column:span 4 / span 4;}.frm8,.frm_two_thirds,.frm_form_field.frm8,.frm_submit.frm8,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_right_two_thirds,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_two_thirds{grid-column: span 8/span 8;}.frm3,.frm_fourth,.frm_form_field.frm3,.frm_submit.frm3,.frm_form_field.frm_left_fourth,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_right_fourth,.frm_form_field.frm_first_fourth,.frm_form_field.frm_last_fourth{grid-column: span 3/span 3;}.frm9,.frm_three_fourths,.frm_form_field.frm_four_fifths, .frm_form_field.frm9,.frm_submit.frm9,.frm_form_field.frm_three_fourths{grid-column: span 9/span 9;}.frm_form_field.frm_left_fifth,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_right_fifth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_last_fifth{grid-column: span 2/span 2;}.frm2,.frm_sixth,.frm_form_field.frm2,.frm_submit.frm2,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_last_sixth{grid-column: span 2/span 2;}.frm10,.frm_form_field.frm10,.frm_submit.frm10{grid-column: span 10/span 10;}.frm1,.frm_form_field.frm1,.frm_submit.frm1,.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_first_seventh,.frm_form_field.frm_last_seventh.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_first_eighth,.frm_form_field.frm_last_eighth{grid-column: span 1/span 1;}.frm5,.frm_form_field.frm5,.frm_submit.frm5{grid-column: span 5/span 5;}.frm7,.frm_form_field.frm7,.frm_submit.frm7{grid-column: span 7/span 7;}.frm11,.frm_form_field.frm11,.frm_submit.frm11{grid-column: span 11/span 11;}.frm12,.frm_full,.frm_full .wp-editor-wrap,.frm_full > input:not([type='checkbox']):not([type='radio']):not([type='button']),.frm_full select,.frm_full textarea{width:100% !important;grid-column: span 12/span 12;box-sizing: border-box;}.frm_full .wp-editor-wrap input{width:auto !important;}.frm_first,.frm_form_field.frm_left_half,.frm_form_field.frm_left_third,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_left_fourth,.frm_form_field.frm_left_fifth,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_half,.frm_form_field.frm_first_third,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_first_fourth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_first_seventh,.frm_form_field.frm_first_eighth,.frm_form_field.frm_first_inline,.frm_form_field.frm_first{grid-column-start:1;}.frm_last,.frm_form_field.frm_last,.frm_form_field.frm_alignright{grid-column-end:-1;justify-content: end;}.with_frm_style.frm_rtl .frm_form_fields .star-rating{float:right;}.with_frm_style.frm_rtl .frm_grid .frm_primary_label,.with_frm_style.frm_rtl .frm_grid_first .frm_primary_label,.with_frm_style.frm_rtl .frm_grid_odd .frm_primary_label,.with_frm_style.frm_rtl .frm_grid .frm_radio,.with_frm_style.frm_rtl .frm_grid_first .frm_radio,.with_frm_style.frm_rtl .frm_grid_odd .frm_radio,.with_frm_style.frm_rtl .frm_grid .frm_checkbox,.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox,.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox{float:right !important;margin-right:0 !important;}.with_frm_style.frm_rtl .frm_grid_first .frm_radio label input,.with_frm_style.frm_rtl .frm_grid .frm_radio label input,.with_frm_style.frm_rtl .frm_grid_odd .frm_radio label input,.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox label input,.with_frm_style.frm_rtl .frm_grid .frm_checkbox label input,.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox label input{float:left;}.with_frm_style.frm_rtl .frm_catlevel_2,.with_frm_style.frm_rtl .frm_catlevel_3,.with_frm_style.frm_rtl .frm_catlevel_4,.with_frm_style.frm_rtl .frm_catlevel_5{margin-right:18px;}.with_frm_style.frm_rtl div > .frm_time_select{margin-right:5px;}.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{display: grid;grid-template-columns: 25% auto;width:100%;grid-auto-rows: min-content;}.frm_form_field.frm_right_container{grid-template-columns: auto 25%;}.frm_form_field.frm_inline_container{grid-template-columns: repeat(2, minmax(auto, max-content) );}.frm_form_field.frm_inline_container .frm_primary_label,.frm_form_field.frm_right_container .frm_primary_label,.frm_form_field.frm_left_container .frm_primary_label{margin-right:10px;grid-row:span 2/span 2;padding-top:4px;}.frm_form_field.frm_left_container .frm_primary_label{grid-column:1;grid-row:span 2/span 2; }.frm_form_field.frm_right_container .frm_primary_label{grid-column:2;grid-row:1;margin-right:0;margin-left:10px;}.frm_form_field.frm_inline_container .frm_description,.frm_form_field.frm_left_container .frm_description{grid-column:2;}.frm_form_field.frm_right_container .frm_description{grid-column:1;}.frm_conf_field.frm_left_container{grid-template-columns: 67%;}.frm_conf_field.frm_left_container .frm_description{grid-column:1;}.frm-fade-in {animation-name: fadeIn;animation-duration: 1s;animation-fill-mode: both;}@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}@keyframes fadeIn {   0% {opacity: 0;}   100% {opacity: 1;}}@media only screen and (max-width: 750px) {.frm_grid_container.frm_no_grid_750 > div{grid-column: span 12/span 12;}}@media only screen and (max-width: 600px) {.frm_section_heading > .frm_form_field,.frm_fields_container > .frm_submit,.frm_grid_container > .frm_form_field,.frm_fields_container > .frm_form_field{grid-column: 1 / span 12 !important;}.frm_grid_container.frm_no_grid_600,.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{display:block;}}.frm_conf_field.frm_left_container .frm_primary_label{display:none;}.wp-editor-wrap *,.wp-editor-wrap *:after,.wp-editor-wrap *:before{box-sizing:content-box;}.with_frm_style .frm_grid,.with_frm_style .frm_grid_first,.with_frm_style .frm_grid_odd{clear:both;margin-bottom:0 !important;padding:5px;border-width:1px;border-style:solid;border-color: var(--border-color);border-left:none;border-right:none;}.with_frm_style .frm_grid,.with_frm_style .frm_grid_odd{border-top:none;}.frm_grid .frm_error,.frm_grid_first .frm_error,.frm_grid_odd .frm_error,.frm_grid .frm_limit_error,.frm_grid_first .frm_limit_error,.frm_grid_odd .frm_limit_error{display:none;}.frm_grid:after,.frm_grid_first:after,.frm_grid_odd:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}.frm_grid_first{margin-top:20px;}.frm_grid_first,.frm_grid_odd {background-color: var(--bg-color);}.frm_grid {background-color: var(--bg-color-active);}.with_frm_style .frm_grid.frm_blank_field,.with_frm_style .frm_grid_first.frm_blank_field,.with_frm_style .frm_grid_odd.frm_blank_field{background-color:var(--error-bg);border-color: var(--error-border);}.frm_grid .frm_primary_label,.frm_grid_first .frm_primary_label,.frm_grid_odd .frm_primary_label,.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{float:left !important;display:block;margin-top:0;margin-left:0 !important;}.frm_grid_first .frm_radio label,.frm_grid .frm_radio label,.frm_grid_odd .frm_radio label,.frm_grid_first .frm_checkbox label,.frm_grid .frm_checkbox label,.frm_grid_odd .frm_checkbox label{color:transparent;text-indent: -9999px;white-space:nowrap;text-align:left;}.frm_grid_first .frm_radio label input,.frm_grid .frm_radio label input,.frm_grid_odd .frm_radio label input,.frm_grid_first .frm_checkbox label input,.frm_grid .frm_checkbox label input,.frm_grid_odd .frm_checkbox label input{visibility:visible;margin:2px 0 0;float:right;}.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{display:inline;}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox,.frm_grid_2 .frm_primary_label{width:48% !important;}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox{margin-right:4%;}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox,.frm_grid_3 .frm_primary_label{width:30% !important;}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox{margin-right:3%;}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{width:20% !important;}.frm_grid_4 .frm_primary_label{width:28% !important;}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{margin-right:4%;}.frm_grid_5 .frm_primary_label,.frm_grid_7 .frm_primary_label{width:24% !important;}.frm_grid_5 .frm_radio,.frm_grid_5 .frm_checkbox{width:17% !important;margin-right:2%;}.frm_grid_6 .frm_primary_label{width:25% !important;}.frm_grid_6 .frm_radio,.frm_grid_6 .frm_checkbox{width:14% !important;margin-right:1%;}.frm_grid_7 .frm_primary_label{width:22% !important;}.frm_grid_7 .frm_radio,.frm_grid_7 .frm_checkbox{width:12% !important;margin-right:1%;}.frm_grid_8 .frm_primary_label{width:23% !important;}.frm_grid_8 .frm_radio,.frm_grid_8 .frm_checkbox{width:10% !important;margin-right:1%;}.frm_grid_9 .frm_primary_label{width:20% !important;}.frm_grid_9 .frm_radio,.frm_grid_9 .frm_checkbox{width:9% !important;margin-right:1%;}.frm_grid_10 .frm_primary_label{width:19% !important;}.frm_grid_10 .frm_radio,.frm_grid_10 .frm_checkbox{width:8% !important;margin-right:1%;}.frm_form_field.frm_inline_container .frm_opt_container,.frm_form_field.frm_right_container .frm_opt_container,.frm_form_field.frm_left_container .frm_opt_container{padding-top:4px;}.with_frm_style .frm_left_container > select.auto_width,.with_frm_style .frm_right_container > select.auto_width {width: max-content;}.with_frm_style .frm_right_container > .frm_primary_label,.with_frm_style .frm_right_container > select.auto_width {margin-left: auto;}.with_frm_style .frm_inline_container.frm_grid_first .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_odd .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container{margin-right:0;}.frm_form_field.frm_two_col .frm_opt_container,.frm_form_field.frm_three_col .frm_opt_container,.frm_form_field.frm_four_col .frm_opt_container{display: grid;grid-template-columns: repeat(2, 1fr);grid-auto-rows: max-content;grid-gap: 0 2.5%;}.frm_form_field.frm_three_col .frm_opt_container{grid-template-columns: repeat(3, 1fr);}.frm_form_field.frm_four_col .frm_opt_container{grid-template-columns: repeat(4, 1fr);}.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox,.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_four_col .frm_checkbox{grid-column-end: span 1;}.frm_form_field .frm_checkbox,.frm_form_field .frm_radio {margin-top: 0;margin-bottom: 0;}.frm_form_field.frm_scroll_box .frm_opt_container{height:100px;overflow:auto;}.frm_html_container.frm_scroll_box,.frm_form_field.frm_html_scroll_box {height: 100px;overflow: auto;background-color: var(--bg-color);border-color: var(--border-color);border-width: var(--field-border-width);border-style: var(--field-border-style);border-radius: var(--border-radius);width: var(--field-width);max-width: 100%;font-size: var(--field-font-size);padding: var(--field-pad);box-sizing: border-box;outline: none;font-weight: normal;box-shadow: var(--box-shadow);}.frm_form_field.frm_total_big input,.frm_form_field.frm_total_big textarea,.frm_form_field.frm_total input,.frm_form_field.frm_total textarea{opacity:1;background-color:transparent !important;border:none !important;font-weight:bold;width:auto !important;height:auto !important;box-shadow:none !important;display:inline;-moz-appearance:textfield;padding:0;}.frm_form_field.frm_total_big input::-webkit-outer-spin-button,.frm_form_field.frm_total_big input::-webkit-inner-spin-button,.frm_form_field.frm_total input::-webkit-outer-spin-button,.frm_form_field.frm_total input::-webkit-inner-spin-button {-webkit-appearance: none;}.frm_form_field.frm_total_big input:focus,.frm_form_field.frm_total_big textarea:focus,.frm_form_field.frm_total input:focus,.frm_form_field.frm_total textarea:focus{background-color:transparent;border:none;box-shadow:none;}.frm_form_field.frm_label_justify .frm_primary_label{text-align:justify !important;}.frm_form_field.frm_capitalize input,.frm_form_field.frm_capitalize select,.frm_form_field.frm_capitalize .frm_opt_container label{text-transform:capitalize;}.frm_clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.frm_clearfix{display:block;}.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-first,.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-middle,.with_frm_style .frm_combo_inputs_container > .frm_form_subfield-last {margin-bottom: 0 !important;}@media only screen and (max-width: 900px) {.frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth .frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh .frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth .frm_primary_label{display: block !important;}}@media only screen and (max-width: 600px) {.frm_form_field.frm_four_col .frm_opt_container{grid-template-columns: repeat(2, 1fr);}.with_frm_style .frm_repeat_inline,.with_frm_style .frm_repeat_grid{margin: 20px 0;}}@media only screen and (max-width: 500px) {.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox{width: auto;margin-right: 0;float: none;display:block;}.frm_form_field input[type=file] {max-width:220px;}.with_frm_style .frm-g-recaptcha > div > div,.with_frm_style .g-recaptcha > div > div{width:inherit !important;display:block;overflow:hidden;max-width:302px;border-right:1px solid #d3d3d3;border-radius:4px;box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);}.with_frm_style .g-recaptcha iframe,.with_frm_style .frm-g-recaptcha iframe{width:100%;}}.frm-card-element .sq-card-wrapper .sq-card-message {margin-bottom: 0;}.frm-card-errors:empty {margin: 0;}
.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link:where(.is-style-outline),.wp-block-button:where(.is-style-outline)>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),.wp-block-button:where(.is-style-outline)>.wp-block-button__link:not(.has-background){background-color:initial;background-image:none}.wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-left-width:medium}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}.wp-block-details{box-sizing:border-box;overflow:hidden}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row-reverse;width:-moz-fit-content;width:fit-content}.wp-block-form-input__label-content{width:-moz-fit-content;width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;width:100%;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;transition:opacity .2s ease;width:20px;z-index:100}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}@media (prefers-reduced-motion:no-preference){.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box; direction:ltr; display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{ grid-column:1;grid-row:1; margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; grid-column:2;grid-row:1; padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ grid-column:2;grid-row:1 }.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ grid-column:1;grid-row:1 }.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.components-popover-pointer-events-trap{background-color:initial;cursor:pointer;inset:0;position:fixed;z-index:1000000}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}:where(.wp-block-pullquote){margin:0 0 1em}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{-webkit-appearance:initial;appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{flex-shrink:0;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{max-width:calc(100% - 100px)}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-site-title a{color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar{color:#1d4fc4}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-x{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}