@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;
--breakpoint-xxl: 1440px;
--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation 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: rgba(5,5,5,0)
}
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","Liberation 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;
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]):not([class]) {
color: inherit;
text-decoration: none
}
a:not([href]):not([class]):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;
-ms-overflow-style: scrollbar
}
figure {
margin: 0 0 1rem
}
img {
vertical-align: middle;
border-style: none
}
svg {
overflow: hidden;
vertical-align: middle
}
table {
border-collapse: collapse
}
caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}
th {
text-align: inherit;
text-align: -webkit-match-parent
}
label {
display: inline-block;
margin-bottom: .5rem
}
button {
border-radius: 0
}
button:focus:not(:focus-visible) {
outline: 0
}
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
}
[role=button] {
cursor: pointer
}
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
}
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"
}
.form-control {
display: block;
width: 100%;
height: 3.5rem;
padding: 1.25rem 1rem;
font-family: proxima-nova,sans-serif;
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: 4px;
-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::placeholder {
color: #6c757d;
opacity: 1
}
.form-control:disabled,.form-control[readonly] {
background-color: #e9ecef;
opacity: 1
}
input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}
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(1.25rem + 1px);
padding-bottom: calc(1.25rem + 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: 1.25rem 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: 10px
}
.form-text {
display: block;
margin-top: .25rem
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px
}
.form-row>.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: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0;
margin-right: .75rem
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: .3125rem;
margin-left: 0
}
.valid-feedback {
display: none;
width: 100%;
margin-top: .25rem;
font-size: 80%;
color: #28a745
}
.valid-tooltip {
position: absolute;
top: 100%;
left: 0;
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
}
.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip {
left: 5px
}
.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") right .75rem center/8px 10px no-repeat,#fff 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}
.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%;
left: 0;
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
}
.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip {
left: 5px
}
.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") right .75rem center/8px 10px no-repeat,#fff 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}
.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: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.form-inline .form-check {
width: 100%
}
@media (min-width:576px) {
.form-inline label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0
}
.form-inline .form-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 0
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-plaintext {
display: inline-block
}
.form-inline .custom-select,.form-inline .input-group {
width: auto
}
.form-inline .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0
}
.form-inline .form-check-input {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: .25rem;
margin-left: 0
}
.form-inline .custom-control {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.form-inline .custom-control-label {
margin-bottom: 0
}
}
.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
}
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none
}
.nav-link {
display: block;
padding: .5rem 1rem
}
.nav-link:focus,.nav-link:hover {
text-decoration: none
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default
}
.nav-tabs {
border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-link {
margin-bottom: -1px;
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,.nav-fill>.nav-link {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center
}
.nav-justified .nav-item,.nav-justified>.nav-link {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.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;
z-index: 2;
padding: .75rem 1.25rem;
color: inherit
}
.alert-primary {
color: #024287;
background-color: #cce5ff;
border-color: #b8daff
}
.alert-primary hr {
border-top-color: #9fcdff
}
.alert-primary .alert-link {
color: #012955
}
.alert-secondary {
color: #3b3f43;
background-color: #e2e3e5;
border-color: #d6d8db
}
.alert-secondary hr {
border-top-color: #c8cbcf
}
.alert-secondary .alert-link {
color: #232628
}
.alert-success {
color: #175926;
background-color: #d4edda;
border-color: #c3e6cb
}
.alert-success hr {
border-top-color: #b1dfbb
}
.alert-success .alert-link {
color: #0d3015
}
.alert-info {
color: #0e5762;
background-color: #d1ecf1;
border-color: #bee5eb
}
.alert-info hr {
border-top-color: #abdde5
}
.alert-info .alert-link {
color: #082f35
}
.alert-warning {
color: #876706;
background-color: #fff3cd;
border-color: #ffeeba
}
.alert-warning hr {
border-top-color: #ffe8a1
}
.alert-warning .alert-link {
color: #564204
}
.alert-danger {
color: #751e26;
background-color: #f8d7da;
border-color: #f5c6cb
}
.alert-danger hr {
border-top-color: #f1b0b7
}
.alert-danger .alert-link {
color: #4c1419
}
.alert-light {
color: #838484;
background-color: #fefefe;
border-color: #fdfdfe
}
.alert-light hr {
border-top-color: #ececf6
}
.alert-light .alert-link {
color: #6a6a6a
}
.alert-dark {
color: #1d2124;
background-color: #d6d8d9;
border-color: #c6c8ca
}
.alert-dark hr {
border-top-color: #b9bbbe
}
.alert-dark .alert-link {
color: #060708
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0
}
to {
background-position: 0 0
}
}
.progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
line-height: 0;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .25rem
}
.progress-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
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: -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: 1s linear infinite progress-bar-stripes;
animation: 1s linear infinite progress-bar-stripes
}
@media (prefers-reduced-motion:reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none
}
}
.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
}
a.close.disabled {
pointer-events: none
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation 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: 10px
}
.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: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
@media (min-width:576px) {
.d-sm-none {
display: none!important
}
.d-sm-inline {
display: inline!important
}
.d-sm-inline-block {
display: inline-block!important
}
.d-sm-block {
display: block!important
}
.d-sm-table {
display: table!important
}
.d-sm-table-row {
display: table-row!important
}
.d-sm-table-cell {
display: table-cell!important
}
.d-sm-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-sm-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:768px) {
.d-md-none {
display: none!important
}
.d-md-inline {
display: inline!important
}
.d-md-inline-block {
display: inline-block!important
}
.d-md-block {
display: block!important
}
.d-md-table {
display: table!important
}
.d-md-table-row {
display: table-row!important
}
.d-md-table-cell {
display: table-cell!important
}
.d-md-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-md-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:992px) {
.d-lg-none {
display: none!important
}
.d-lg-inline {
display: inline!important
}
.d-lg-inline-block {
display: inline-block!important
}
.d-lg-block {
display: block!important
}
.d-lg-table {
display: table!important
}
.d-lg-table-row {
display: table-row!important
}
.d-lg-table-cell {
display: table-cell!important
}
.d-lg-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-lg-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:1200px) {
.d-xl-none {
display: none!important
}
.d-xl-inline {
display: inline!important
}
.d-xl-inline-block {
display: inline-block!important
}
.d-xl-block {
display: block!important
}
.d-xl-table {
display: table!important
}
.d-xl-table-row {
display: table-row!important
}
.d-xl-table-cell {
display: table-cell!important
}
.d-xl-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-xl-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media (min-width:1440px) {
.d-xxl-none {
display: none!important
}
.d-xxl-inline {
display: inline!important
}
.d-xxl-inline-block {
display: inline-block!important
}
.d-xxl-block {
display: block!important
}
.d-xxl-table {
display: table!important
}
.d-xxl-table-row {
display: table-row!important
}
.d-xxl-table-cell {
display: table-cell!important
}
.d-xxl-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-xxl-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
@media print {
.d-print-none {
display: none!important
}
.d-print-inline {
display: inline!important
}
.d-print-inline-block {
display: inline-block!important
}
.d-print-block {
display: block!important
}
.d-print-table {
display: table!important
}
.d-print-table-row {
display: table-row!important
}
.d-print-table-cell {
display: table-cell!important
}
.d-print-flex {
display: -webkit-box!important;
display: -ms-flexbox!important;
display: flex!important
}
.d-print-inline-flex {
display: -webkit-inline-box!important;
display: -ms-inline-flexbox!important;
display: inline-flex!important
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden
}
.embed-responsive::before {
display: block;
content: ""
}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0
}
.embed-responsive-21by9::before {
padding-top: 42.85714286%
}
.embed-responsive-16by9::before {
padding-top: 56.25%
}
.embed-responsive-4by3::before {
padding-top: 75%
}
.embed-responsive-1by1::before {
padding-top: 100%
}
.embed-responsive-21by9::before {
padding-top: 42.85714286%
}
.embed-responsive-16by9::before {
padding-top: 56.25%
}
.embed-responsive-4by3::before {
padding-top: 75%
}
.embed-responsive-1by1::before {
padding-top: 100%
}
.flex-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-fill {
-webkit-box-flex: 1!important;
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-grow-0 {
-webkit-box-flex: 0!important;
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-grow-1 {
-webkit-box-flex: 1!important;
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
@media (min-width:576px) {
.flex-sm-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-sm-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-sm-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-sm-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-sm-fill {
-webkit-box-flex: 1!important;
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-sm-grow-0 {
-webkit-box-flex: 0!important;
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-sm-grow-1 {
-webkit-box-flex: 1!important;
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-sm-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-sm-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-sm-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-sm-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-sm-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-sm-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-sm-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-sm-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-sm-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-sm-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-sm-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-sm-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-sm-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-sm-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-sm-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-sm-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-sm-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-sm-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-sm-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:768px) {
.flex-md-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-md-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-md-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-md-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-md-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-md-fill {
-webkit-box-flex: 1!important;
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-md-grow-0 {
-webkit-box-flex: 0!important;
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-md-grow-1 {
-webkit-box-flex: 1!important;
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-md-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-md-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-md-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-md-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-md-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-md-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-md-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-md-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-md-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-md-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-md-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-md-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-md-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-md-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-md-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-md-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-md-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-md-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-md-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-md-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-md-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-md-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-md-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:992px) {
.flex-lg-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-lg-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-lg-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-lg-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-lg-fill {
-webkit-box-flex: 1!important;
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-lg-grow-0 {
-webkit-box-flex: 0!important;
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-lg-grow-1 {
-webkit-box-flex: 1!important;
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-lg-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-lg-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-lg-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-lg-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-lg-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-lg-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-lg-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-lg-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-lg-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-lg-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-lg-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-lg-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-lg-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-lg-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-lg-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-lg-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-lg-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-lg-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-lg-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:1200px) {
.flex-xl-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-xl-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-xl-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-xl-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-xl-fill {
-webkit-box-flex: 1!important;
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-xl-grow-0 {
-webkit-box-flex: 0!important;
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-xl-grow-1 {
-webkit-box-flex: 1!important;
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-xl-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-xl-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-xl-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-xl-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-xl-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-xl-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-xl-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-xl-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-xl-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-xl-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-xl-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-xl-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-xl-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-xl-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-xl-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-xl-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-xl-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-xl-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-xl-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
@media (min-width:1440px) {
.flex-xxl-row {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: row!important;
flex-direction: row!important
}
.flex-xxl-column {
-webkit-box-orient: vertical!important;
-webkit-box-direction: normal!important;
-ms-flex-direction: column!important;
flex-direction: column!important
}
.flex-xxl-row-reverse {
-webkit-box-orient: horizontal!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: row-reverse!important;
flex-direction: row-reverse!important
}
.flex-xxl-column-reverse {
-webkit-box-orient: vertical!important;
-webkit-box-direction: reverse!important;
-ms-flex-direction: column-reverse!important;
flex-direction: column-reverse!important
}
.flex-xxl-wrap {
-ms-flex-wrap: wrap!important;
flex-wrap: wrap!important
}
.flex-xxl-nowrap {
-ms-flex-wrap: nowrap!important;
flex-wrap: nowrap!important
}
.flex-xxl-wrap-reverse {
-ms-flex-wrap: wrap-reverse!important;
flex-wrap: wrap-reverse!important
}
.flex-xxl-fill {
-webkit-box-flex: 1!important;
-ms-flex: 1 1 auto!important;
flex: 1 1 auto!important
}
.flex-xxl-grow-0 {
-webkit-box-flex: 0!important;
-ms-flex-positive: 0!important;
flex-grow: 0!important
}
.flex-xxl-grow-1 {
-webkit-box-flex: 1!important;
-ms-flex-positive: 1!important;
flex-grow: 1!important
}
.flex-xxl-shrink-0 {
-ms-flex-negative: 0!important;
flex-shrink: 0!important
}
.flex-xxl-shrink-1 {
-ms-flex-negative: 1!important;
flex-shrink: 1!important
}
.justify-content-xxl-start {
-webkit-box-pack: start!important;
-ms-flex-pack: start!important;
justify-content: flex-start!important
}
.justify-content-xxl-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important
}
.justify-content-xxl-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important
}
.justify-content-xxl-between {
-webkit-box-pack: justify!important;
-ms-flex-pack: justify!important;
justify-content: space-between!important
}
.justify-content-xxl-around {
-ms-flex-pack: distribute!important;
justify-content: space-around!important
}
.align-items-xxl-start {
-webkit-box-align: start!important;
-ms-flex-align: start!important;
align-items: flex-start!important
}
.align-items-xxl-end {
-webkit-box-align: end!important;
-ms-flex-align: end!important;
align-items: flex-end!important
}
.align-items-xxl-center {
-webkit-box-align: center!important;
-ms-flex-align: center!important;
align-items: center!important
}
.align-items-xxl-baseline {
-webkit-box-align: baseline!important;
-ms-flex-align: baseline!important;
align-items: baseline!important
}
.align-items-xxl-stretch {
-webkit-box-align: stretch!important;
-ms-flex-align: stretch!important;
align-items: stretch!important
}
.align-content-xxl-start {
-ms-flex-line-pack: start!important;
align-content: flex-start!important
}
.align-content-xxl-end {
-ms-flex-line-pack: end!important;
align-content: flex-end!important
}
.align-content-xxl-center {
-ms-flex-line-pack: center!important;
align-content: center!important
}
.align-content-xxl-between {
-ms-flex-line-pack: justify!important;
align-content: space-between!important
}
.align-content-xxl-around {
-ms-flex-line-pack: distribute!important;
align-content: space-around!important
}
.align-content-xxl-stretch {
-ms-flex-line-pack: stretch!important;
align-content: stretch!important
}
.align-self-xxl-auto {
-ms-flex-item-align: auto!important;
align-self: auto!important
}
.align-self-xxl-start {
-ms-flex-item-align: start!important;
align-self: flex-start!important
}
.align-self-xxl-end {
-ms-flex-item-align: end!important;
align-self: flex-end!important
}
.align-self-xxl-center {
-ms-flex-item-align: center!important;
align-self: center!important
}
.align-self-xxl-baseline {
-ms-flex-item-align: baseline!important;
align-self: baseline!important
}
.align-self-xxl-stretch {
-ms-flex-item-align: stretch!important;
align-self: stretch!important
}
}
.float-left {
float: left!important
}
.float-right {
float: right!important
}
.float-none {
float: none!important
}
@media (min-width:576px) {
.float-sm-left {
float: left!important
}
.float-sm-right {
float: right!important
}
.float-sm-none {
float: none!important
}
}
@media (min-width:768px) {
.float-md-left {
float: left!important
}
.float-md-right {
float: right!important
}
.float-md-none {
float: none!important
}
}
@media (min-width:992px) {
.float-lg-left {
float: left!important
}
.float-lg-right {
float: right!important
}
.float-lg-none {
float: none!important
}
}
@media (min-width:1200px) {
.float-xl-left {
float: left!important
}
.float-xl-right {
float: right!important
}
.float-xl-none {
float: none!important
}
}
@media (min-width:1440px) {
.float-xxl-left {
float: left!important
}
.float-xxl-right {
float: right!important
}
.float-xxl-none {
float: none!important
}
}
.user-select-all {
-webkit-user-select: all!important;
-moz-user-select: all!important;
user-select: all!important
}
.user-select-auto {
-webkit-user-select: auto!important;
-moz-user-select: auto!important;
-ms-user-select: auto!important;
user-select: auto!important
}
.user-select-none {
-webkit-user-select: none!important;
-moz-user-select: none!important;
-ms-user-select: none!important;
user-select: 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: sticky!important
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030
}
@supports (position:sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 1020
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
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
}
.m-0 {
margin: 0!important
}
.mt-0,.my-0 {
margin-top: 0!important
}
.mr-0,.mx-0 {
margin-right: 0!important
}
.mb-0,.my-0 {
margin-bottom: 0!important
}
.ml-0,.mx-0 {
margin-left: 0!important
}
.m-1 {
margin: .25rem!important
}
.mt-1,.my-1 {
margin-top: .25rem!important
}
.mr-1,.mx-1 {
margin-right: .25rem!important
}
.mb-1,.my-1 {
margin-bottom: .25rem!important
}
.ml-1,.mx-1 {
margin-left: .25rem!important
}
.m-2 {
margin: .5rem!important
}
.mt-2,.my-2 {
margin-top: .5rem!important
}
.mr-2,.mx-2 {
margin-right: .5rem!important
}
.mb-2,.my-2 {
margin-bottom: .5rem!important
}
.ml-2,.mx-2 {
margin-left: .5rem!important
}
.m-3 {
margin: 1rem!important
}
.mt-3,.my-3 {
margin-top: 1rem!important
}
.mr-3,.mx-3 {
margin-right: 1rem!important
}
.mb-3,.my-3 {
margin-bottom: 1rem!important
}
.ml-3,.mx-3 {
margin-left: 1rem!important
}
.m-4 {
margin: 1.5rem!important
}
.mt-4,.my-4 {
margin-top: 1.5rem!important
}
.mr-4,.mx-4 {
margin-right: 1.5rem!important
}
.mb-4,.my-4 {
margin-bottom: 1.5rem!important
}
.ml-4,.mx-4 {
margin-left: 1.5rem!important
}
.m-5 {
margin: 3rem!important
}
.mt-5,.my-5 {
margin-top: 3rem!important
}
.mr-5,.mx-5 {
margin-right: 3rem!important
}
.mb-5,.my-5 {
margin-bottom: 3rem!important
}
.ml-5,.mx-5 {
margin-left: 3rem!important
}
.m-10 {
margin: .625rem!important
}
.mt-10,.my-10 {
margin-top: .625rem!important
}
.mr-10,.mx-10 {
margin-right: .625rem!important
}
.mb-10,.my-10 {
margin-bottom: .625rem!important
}
.ml-10,.mx-10 {
margin-left: .625rem!important
}
.m-20 {
margin: 1.25rem!important
}
.mt-20,.my-20 {
margin-top: 1.25rem!important
}
.mr-20,.mx-20 {
margin-right: 1.25rem!important
}
.mb-20,.my-20 {
margin-bottom: 1.25rem!important
}
.ml-20,.mx-20 {
margin-left: 1.25rem!important
}
.m-21 {
margin: 1.313rem!important
}
.mt-21,.my-21 {
margin-top: 1.313rem!important
}
.mr-21,.mx-21 {
margin-right: 1.313rem!important
}
.mb-21,.my-21 {
margin-bottom: 1.313rem!important
}
.ml-21,.mx-21 {
margin-left: 1.313rem!important
}
.m-25 {
margin: 1.5625rem!important
}
.mt-25,.my-25 {
margin-top: 1.5625rem!important
}
.mr-25,.mx-25 {
margin-right: 1.5625rem!important
}
.mb-25,.my-25 {
margin-bottom: 1.5625rem!important
}
.ml-25,.mx-25 {
margin-left: 1.5625rem!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
}
.p-10 {
padding: .625rem!important
}
.pt-10,.py-10 {
padding-top: .625rem!important
}
.pr-10,.px-10 {
padding-right: .625rem!important
}
.pb-10,.py-10 {
padding-bottom: .625rem!important
}
.pl-10,.px-10 {
padding-left: .625rem!important
}
.p-20 {
padding: 1.25rem!important
}
.pt-20,.py-20 {
padding-top: 1.25rem!important
}
.pr-20,.px-20 {
padding-right: 1.25rem!important
}
.pb-20,.py-20 {
padding-bottom: 1.25rem!important
}
.pl-20,.px-20 {
padding-left: 1.25rem!important
}
.p-21 {
padding: 1.313rem!important
}
.pt-21,.py-21 {
padding-top: 1.313rem!important
}
.pr-21,.px-21 {
padding-right: 1.313rem!important
}
.pb-21,.py-21 {
padding-bottom: 1.313rem!important
}
.pl-21,.px-21 {
padding-left: 1.313rem!important
}
.p-25 {
padding: 1.5625rem!important
}
.pt-25,.py-25 {
padding-top: 1.5625rem!important
}
.pr-25,.px-25 {
padding-right: 1.5625rem!important
}
.pb-25,.py-25 {
padding-bottom: 1.5625rem!important
}
.pl-25,.px-25 {
padding-left: 1.5625rem!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-n10 {
margin: -.625rem!important
}
.mt-n10,.my-n10 {
margin-top: -.625rem!important
}
.mr-n10,.mx-n10 {
margin-right: -.625rem!important
}
.mb-n10,.my-n10 {
margin-bottom: -.625rem!important
}
.ml-n10,.mx-n10 {
margin-left: -.625rem!important
}
.m-n20 {
margin: -1.25rem!important
}
.mt-n20,.my-n20 {
margin-top: -1.25rem!important
}
.mr-n20,.mx-n20 {
margin-right: -1.25rem!important
}
.mb-n20,.my-n20 {
margin-bottom: -1.25rem!important
}
.ml-n20,.mx-n20 {
margin-left: -1.25rem!important
}
.m-n21 {
margin: -1.313rem!important
}
.mt-n21,.my-n21 {
margin-top: -1.313rem!important
}
.mr-n21,.mx-n21 {
margin-right: -1.313rem!important
}
.mb-n21,.my-n21 {
margin-bottom: -1.313rem!important
}
.ml-n21,.mx-n21 {
margin-left: -1.313rem!important
}
.m-n25 {
margin: -1.5625rem!important
}
.mt-n25,.my-n25 {
margin-top: -1.5625rem!important
}
.mr-n25,.mx-n25 {
margin-right: -1.5625rem!important
}
.mb-n25,.my-n25 {
margin-bottom: -1.5625rem!important
}
.ml-n25,.mx-n25 {
margin-left: -1.5625rem!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
}
.m-sm-10 {
margin: .625rem!important
}
.mt-sm-10,.my-sm-10 {
margin-top: .625rem!important
}
.mr-sm-10,.mx-sm-10 {
margin-right: .625rem!important
}
.mb-sm-10,.my-sm-10 {
margin-bottom: .625rem!important
}
.ml-sm-10,.mx-sm-10 {
margin-left: .625rem!important
}
.m-sm-20 {
margin: 1.25rem!important
}
.mt-sm-20,.my-sm-20 {
margin-top: 1.25rem!important
}
.mr-sm-20,.mx-sm-20 {
margin-right: 1.25rem!important
}
.mb-sm-20,.my-sm-20 {
margin-bottom: 1.25rem!important
}
.ml-sm-20,.mx-sm-20 {
margin-left: 1.25rem!important
}
.m-sm-21 {
margin: 1.313rem!important
}
.mt-sm-21,.my-sm-21 {
margin-top: 1.313rem!important
}
.mr-sm-21,.mx-sm-21 {
margin-right: 1.313rem!important
}
.mb-sm-21,.my-sm-21 {
margin-bottom: 1.313rem!important
}
.ml-sm-21,.mx-sm-21 {
margin-left: 1.313rem!important
}
.m-sm-25 {
margin: 1.5625rem!important
}
.mt-sm-25,.my-sm-25 {
margin-top: 1.5625rem!important
}
.mr-sm-25,.mx-sm-25 {
margin-right: 1.5625rem!important
}
.mb-sm-25,.my-sm-25 {
margin-bottom: 1.5625rem!important
}
.ml-sm-25,.mx-sm-25 {
margin-left: 1.5625rem!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
}
.p-sm-10 {
padding: .625rem!important
}
.pt-sm-10,.py-sm-10 {
padding-top: .625rem!important
}
.pr-sm-10,.px-sm-10 {
padding-right: .625rem!important
}
.pb-sm-10,.py-sm-10 {
padding-bottom: .625rem!important
}
.pl-sm-10,.px-sm-10 {
padding-left: .625rem!important
}
.p-sm-20 {
padding: 1.25rem!important
}
.pt-sm-20,.py-sm-20 {
padding-top: 1.25rem!important
}
.pr-sm-20,.px-sm-20 {
padding-right: 1.25rem!important
}
.pb-sm-20,.py-sm-20 {
padding-bottom: 1.25rem!important
}
.pl-sm-20,.px-sm-20 {
padding-left: 1.25rem!important
}
.p-sm-21 {
padding: 1.313rem!important
}
.pt-sm-21,.py-sm-21 {
padding-top: 1.313rem!important
}
.pr-sm-21,.px-sm-21 {
padding-right: 1.313rem!important
}
.pb-sm-21,.py-sm-21 {
padding-bottom: 1.313rem!important
}
.pl-sm-21,.px-sm-21 {
padding-left: 1.313rem!important
}
.p-sm-25 {
padding: 1.5625rem!important
}
.pt-sm-25,.py-sm-25 {
padding-top: 1.5625rem!important
}
.pr-sm-25,.px-sm-25 {
padding-right: 1.5625rem!important
}
.pb-sm-25,.py-sm-25 {
padding-bottom: 1.5625rem!important
}
.pl-sm-25,.px-sm-25 {
padding-left: 1.5625rem!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-n10 {
margin: -.625rem!important
}
.mt-sm-n10,.my-sm-n10 {
margin-top: -.625rem!important
}
.mr-sm-n10,.mx-sm-n10 {
margin-right: -.625rem!important
}
.mb-sm-n10,.my-sm-n10 {
margin-bottom: -.625rem!important
}
.ml-sm-n10,.mx-sm-n10 {
margin-left: -.625rem!important
}
.m-sm-n20 {
margin: -1.25rem!important
}
.mt-sm-n20,.my-sm-n20 {
margin-top: -1.25rem!important
}
.mr-sm-n20,.mx-sm-n20 {
margin-right: -1.25rem!important
}
.mb-sm-n20,.my-sm-n20 {
margin-bottom: -1.25rem!important
}
.ml-sm-n20,.mx-sm-n20 {
margin-left: -1.25rem!important
}
.m-sm-n21 {
margin: -1.313rem!important
}
.mt-sm-n21,.my-sm-n21 {
margin-top: -1.313rem!important
}
.mr-sm-n21,.mx-sm-n21 {
margin-right: -1.313rem!important
}
.mb-sm-n21,.my-sm-n21 {
margin-bottom: -1.313rem!important
}
.ml-sm-n21,.mx-sm-n21 {
margin-left: -1.313rem!important
}
.m-sm-n25 {
margin: -1.5625rem!important
}
.mt-sm-n25,.my-sm-n25 {
margin-top: -1.5625rem!important
}
.mr-sm-n25,.mx-sm-n25 {
margin-right: -1.5625rem!important
}
.mb-sm-n25,.my-sm-n25 {
margin-bottom: -1.5625rem!important
}
.ml-sm-n25,.mx-sm-n25 {
margin-left: -1.5625rem!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
}
.m-md-10 {
margin: .625rem!important
}
.mt-md-10,.my-md-10 {
margin-top: .625rem!important
}
.mr-md-10,.mx-md-10 {
margin-right: .625rem!important
}
.mb-md-10,.my-md-10 {
margin-bottom: .625rem!important
}
.ml-md-10,.mx-md-10 {
margin-left: .625rem!important
}
.m-md-20 {
margin: 1.25rem!important
}
.mt-md-20,.my-md-20 {
margin-top: 1.25rem!important
}
.mr-md-20,.mx-md-20 {
margin-right: 1.25rem!important
}
.mb-md-20,.my-md-20 {
margin-bottom: 1.25rem!important
}
.ml-md-20,.mx-md-20 {
margin-left: 1.25rem!important
}
.m-md-21 {
margin: 1.313rem!important
}
.mt-md-21,.my-md-21 {
margin-top: 1.313rem!important
}
.mr-md-21,.mx-md-21 {
margin-right: 1.313rem!important
}
.mb-md-21,.my-md-21 {
margin-bottom: 1.313rem!important
}
.ml-md-21,.mx-md-21 {
margin-left: 1.313rem!important
}
.m-md-25 {
margin: 1.5625rem!important
}
.mt-md-25,.my-md-25 {
margin-top: 1.5625rem!important
}
.mr-md-25,.mx-md-25 {
margin-right: 1.5625rem!important
}
.mb-md-25,.my-md-25 {
margin-bottom: 1.5625rem!important
}
.ml-md-25,.mx-md-25 {
margin-left: 1.5625rem!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
}
.p-md-10 {
padding: .625rem!important
}
.pt-md-10,.py-md-10 {
padding-top: .625rem!important
}
.pr-md-10,.px-md-10 {
padding-right: .625rem!important
}
.pb-md-10,.py-md-10 {
padding-bottom: .625rem!important
}
.pl-md-10,.px-md-10 {
padding-left: .625rem!important
}
.p-md-20 {
padding: 1.25rem!important
}
.pt-md-20,.py-md-20 {
padding-top: 1.25rem!important
}
.pr-md-20,.px-md-20 {
padding-right: 1.25rem!important
}
.pb-md-20,.py-md-20 {
padding-bottom: 1.25rem!important
}
.pl-md-20,.px-md-20 {
padding-left: 1.25rem!important
}
.p-md-21 {
padding: 1.313rem!important
}
.pt-md-21,.py-md-21 {
padding-top: 1.313rem!important
}
.pr-md-21,.px-md-21 {
padding-right: 1.313rem!important
}
.pb-md-21,.py-md-21 {
padding-bottom: 1.313rem!important
}
.pl-md-21,.px-md-21 {
padding-left: 1.313rem!important
}
.p-md-25 {
padding: 1.5625rem!important
}
.pt-md-25,.py-md-25 {
padding-top: 1.5625rem!important
}
.pr-md-25,.px-md-25 {
padding-right: 1.5625rem!important
}
.pb-md-25,.py-md-25 {
padding-bottom: 1.5625rem!important
}
.pl-md-25,.px-md-25 {
padding-left: 1.5625rem!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-n10 {
margin: -.625rem!important
}
.mt-md-n10,.my-md-n10 {
margin-top: -.625rem!important
}
.mr-md-n10,.mx-md-n10 {
margin-right: -.625rem!important
}
.mb-md-n10,.my-md-n10 {
margin-bottom: -.625rem!important
}
.ml-md-n10,.mx-md-n10 {
margin-left: -.625rem!important
}
.m-md-n20 {
margin: -1.25rem!important
}
.mt-md-n20,.my-md-n20 {
margin-top: -1.25rem!important
}
.mr-md-n20,.mx-md-n20 {
margin-right: -1.25rem!important
}
.mb-md-n20,.my-md-n20 {
margin-bottom: -1.25rem!important
}
.ml-md-n20,.mx-md-n20 {
margin-left: -1.25rem!important
}
.m-md-n21 {
margin: -1.313rem!important
}
.mt-md-n21,.my-md-n21 {
margin-top: -1.313rem!important
}
.mr-md-n21,.mx-md-n21 {
margin-right: -1.313rem!important
}
.mb-md-n21,.my-md-n21 {
margin-bottom: -1.313rem!important
}
.ml-md-n21,.mx-md-n21 {
margin-left: -1.313rem!important
}
.m-md-n25 {
margin: -1.5625rem!important
}
.mt-md-n25,.my-md-n25 {
margin-top: -1.5625rem!important
}
.mr-md-n25,.mx-md-n25 {
margin-right: -1.5625rem!important
}
.mb-md-n25,.my-md-n25 {
margin-bottom: -1.5625rem!important
}
.ml-md-n25,.mx-md-n25 {
margin-left: -1.5625rem!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
}
.m-lg-10 {
margin: .625rem!important
}
.mt-lg-10,.my-lg-10 {
margin-top: .625rem!important
}
.mr-lg-10,.mx-lg-10 {
margin-right: .625rem!important
}
.mb-lg-10,.my-lg-10 {
margin-bottom: .625rem!important
}
.ml-lg-10,.mx-lg-10 {
margin-left: .625rem!important
}
.m-lg-20 {
margin: 1.25rem!important
}
.mt-lg-20,.my-lg-20 {
margin-top: 1.25rem!important
}
.mr-lg-20,.mx-lg-20 {
margin-right: 1.25rem!important
}
.mb-lg-20,.my-lg-20 {
margin-bottom: 1.25rem!important
}
.ml-lg-20,.mx-lg-20 {
margin-left: 1.25rem!important
}
.m-lg-21 {
margin: 1.313rem!important
}
.mt-lg-21,.my-lg-21 {
margin-top: 1.313rem!important
}
.mr-lg-21,.mx-lg-21 {
margin-right: 1.313rem!important
}
.mb-lg-21,.my-lg-21 {
margin-bottom: 1.313rem!important
}
.ml-lg-21,.mx-lg-21 {
margin-left: 1.313rem!important
}
.m-lg-25 {
margin: 1.5625rem!important
}
.mt-lg-25,.my-lg-25 {
margin-top: 1.5625rem!important
}
.mr-lg-25,.mx-lg-25 {
margin-right: 1.5625rem!important
}
.mb-lg-25,.my-lg-25 {
margin-bottom: 1.5625rem!important
}
.ml-lg-25,.mx-lg-25 {
margin-left: 1.5625rem!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
}
.p-lg-10 {
padding: .625rem!important
}
.pt-lg-10,.py-lg-10 {
padding-top: .625rem!important
}
.pr-lg-10,.px-lg-10 {
padding-right: .625rem!important
}
.pb-lg-10,.py-lg-10 {
padding-bottom: .625rem!important
}
.pl-lg-10,.px-lg-10 {
padding-left: .625rem!important
}
.p-lg-20 {
padding: 1.25rem!important
}
.pt-lg-20,.py-lg-20 {
padding-top: 1.25rem!important
}
.pr-lg-20,.px-lg-20 {
padding-right: 1.25rem!important
}
.pb-lg-20,.py-lg-20 {
padding-bottom: 1.25rem!important
}
.pl-lg-20,.px-lg-20 {
padding-left: 1.25rem!important
}
.p-lg-21 {
padding: 1.313rem!important
}
.pt-lg-21,.py-lg-21 {
padding-top: 1.313rem!important
}
.pr-lg-21,.px-lg-21 {
padding-right: 1.313rem!important
}
.pb-lg-21,.py-lg-21 {
padding-bottom: 1.313rem!important
}
.pl-lg-21,.px-lg-21 {
padding-left: 1.313rem!important
}
.p-lg-25 {
padding: 1.5625rem!important
}
.pt-lg-25,.py-lg-25 {
padding-top: 1.5625rem!important
}
.pr-lg-25,.px-lg-25 {
padding-right: 1.5625rem!important
}
.pb-lg-25,.py-lg-25 {
padding-bottom: 1.5625rem!important
}
.pl-lg-25,.px-lg-25 {
padding-left: 1.5625rem!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-n10 {
margin: -.625rem!important
}
.mt-lg-n10,.my-lg-n10 {
margin-top: -.625rem!important
}
.mr-lg-n10,.mx-lg-n10 {
margin-right: -.625rem!important
}
.mb-lg-n10,.my-lg-n10 {
margin-bottom: -.625rem!important
}
.ml-lg-n10,.mx-lg-n10 {
margin-left: -.625rem!important
}
.m-lg-n20 {
margin: -1.25rem!important
}
.mt-lg-n20,.my-lg-n20 {
margin-top: -1.25rem!important
}
.mr-lg-n20,.mx-lg-n20 {
margin-right: -1.25rem!important
}
.mb-lg-n20,.my-lg-n20 {
margin-bottom: -1.25rem!important
}
.ml-lg-n20,.mx-lg-n20 {
margin-left: -1.25rem!important
}
.m-lg-n21 {
margin: -1.313rem!important
}
.mt-lg-n21,.my-lg-n21 {
margin-top: -1.313rem!important
}
.mr-lg-n21,.mx-lg-n21 {
margin-right: -1.313rem!important
}
.mb-lg-n21,.my-lg-n21 {
margin-bottom: -1.313rem!important
}
.ml-lg-n21,.mx-lg-n21 {
margin-left: -1.313rem!important
}
.m-lg-n25 {
margin: -1.5625rem!important
}
.mt-lg-n25,.my-lg-n25 {
margin-top: -1.5625rem!important
}
.mr-lg-n25,.mx-lg-n25 {
margin-right: -1.5625rem!important
}
.mb-lg-n25,.my-lg-n25 {
margin-bottom: -1.5625rem!important
}
.ml-lg-n25,.mx-lg-n25 {
margin-left: -1.5625rem!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
}
.m-xl-10 {
margin: .625rem!important
}
.mt-xl-10,.my-xl-10 {
margin-top: .625rem!important
}
.mr-xl-10,.mx-xl-10 {
margin-right: .625rem!important
}
.mb-xl-10,.my-xl-10 {
margin-bottom: .625rem!important
}
.ml-xl-10,.mx-xl-10 {
margin-left: .625rem!important
}
.m-xl-20 {
margin: 1.25rem!important
}
.mt-xl-20,.my-xl-20 {
margin-top: 1.25rem!important
}
.mr-xl-20,.mx-xl-20 {
margin-right: 1.25rem!important
}
.mb-xl-20,.my-xl-20 {
margin-bottom: 1.25rem!important
}
.ml-xl-20,.mx-xl-20 {
margin-left: 1.25rem!important
}
.m-xl-21 {
margin: 1.313rem!important
}
.mt-xl-21,.my-xl-21 {
margin-top: 1.313rem!important
}
.mr-xl-21,.mx-xl-21 {
margin-right: 1.313rem!important
}
.mb-xl-21,.my-xl-21 {
margin-bottom: 1.313rem!important
}
.ml-xl-21,.mx-xl-21 {
margin-left: 1.313rem!important
}
.m-xl-25 {
margin: 1.5625rem!important
}
.mt-xl-25,.my-xl-25 {
margin-top: 1.5625rem!important
}
.mr-xl-25,.mx-xl-25 {
margin-right: 1.5625rem!important
}
.mb-xl-25,.my-xl-25 {
margin-bottom: 1.5625rem!important
}
.ml-xl-25,.mx-xl-25 {
margin-left: 1.5625rem!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
}
.p-xl-10 {
padding: .625rem!important
}
.pt-xl-10,.py-xl-10 {
padding-top: .625rem!important
}
.pr-xl-10,.px-xl-10 {
padding-right: .625rem!important
}
.pb-xl-10,.py-xl-10 {
padding-bottom: .625rem!important
}
.pl-xl-10,.px-xl-10 {
padding-left: .625rem!important
}
.p-xl-20 {
padding: 1.25rem!important
}
.pt-xl-20,.py-xl-20 {
padding-top: 1.25rem!important
}
.pr-xl-20,.px-xl-20 {
padding-right: 1.25rem!important
}
.pb-xl-20,.py-xl-20 {
padding-bottom: 1.25rem!important
}
.pl-xl-20,.px-xl-20 {
padding-left: 1.25rem!important
}
.p-xl-21 {
padding: 1.313rem!important
}
.pt-xl-21,.py-xl-21 {
padding-top: 1.313rem!important
}
.pr-xl-21,.px-xl-21 {
padding-right: 1.313rem!important
}
.pb-xl-21,.py-xl-21 {
padding-bottom: 1.313rem!important
}
.pl-xl-21,.px-xl-21 {
padding-left: 1.313rem!important
}
.p-xl-25 {
padding: 1.5625rem!important
}
.pt-xl-25,.py-xl-25 {
padding-top: 1.5625rem!important
}
.pr-xl-25,.px-xl-25 {
padding-right: 1.5625rem!important
}
.pb-xl-25,.py-xl-25 {
padding-bottom: 1.5625rem!important
}
.pl-xl-25,.px-xl-25 {
padding-left: 1.5625rem!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-n10 {
margin: -.625rem!important
}
.mt-xl-n10,.my-xl-n10 {
margin-top: -.625rem!important
}
.mr-xl-n10,.mx-xl-n10 {
margin-right: -.625rem!important
}
.mb-xl-n10,.my-xl-n10 {
margin-bottom: -.625rem!important
}
.ml-xl-n10,.mx-xl-n10 {
margin-left: -.625rem!important
}
.m-xl-n20 {
margin: -1.25rem!important
}
.mt-xl-n20,.my-xl-n20 {
margin-top: -1.25rem!important
}
.mr-xl-n20,.mx-xl-n20 {
margin-right: -1.25rem!important
}
.mb-xl-n20,.my-xl-n20 {
margin-bottom: -1.25rem!important
}
.ml-xl-n20,.mx-xl-n20 {
margin-left: -1.25rem!important
}
.m-xl-n21 {
margin: -1.313rem!important
}
.mt-xl-n21,.my-xl-n21 {
margin-top: -1.313rem!important
}
.mr-xl-n21,.mx-xl-n21 {
margin-right: -1.313rem!important
}
.mb-xl-n21,.my-xl-n21 {
margin-bottom: -1.313rem!important
}
.ml-xl-n21,.mx-xl-n21 {
margin-left: -1.313rem!important
}
.m-xl-n25 {
margin: -1.5625rem!important
}
.mt-xl-n25,.my-xl-n25 {
margin-top: -1.5625rem!important
}
.mr-xl-n25,.mx-xl-n25 {
margin-right: -1.5625rem!important
}
.mb-xl-n25,.my-xl-n25 {
margin-bottom: -1.5625rem!important
}
.ml-xl-n25,.mx-xl-n25 {
margin-left: -1.5625rem!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
}
}
@media (min-width:1440px) {
.m-xxl-0 {
margin: 0!important
}
.mt-xxl-0,.my-xxl-0 {
margin-top: 0!important
}
.mr-xxl-0,.mx-xxl-0 {
margin-right: 0!important
}
.mb-xxl-0,.my-xxl-0 {
margin-bottom: 0!important
}
.ml-xxl-0,.mx-xxl-0 {
margin-left: 0!important
}
.m-xxl-1 {
margin: .25rem!important
}
.mt-xxl-1,.my-xxl-1 {
margin-top: .25rem!important
}
.mr-xxl-1,.mx-xxl-1 {
margin-right: .25rem!important
}
.mb-xxl-1,.my-xxl-1 {
margin-bottom: .25rem!important
}
.ml-xxl-1,.mx-xxl-1 {
margin-left: .25rem!important
}
.m-xxl-2 {
margin: .5rem!important
}
.mt-xxl-2,.my-xxl-2 {
margin-top: .5rem!important
}
.mr-xxl-2,.mx-xxl-2 {
margin-right: .5rem!important
}
.mb-xxl-2,.my-xxl-2 {
margin-bottom: .5rem!important
}
.ml-xxl-2,.mx-xxl-2 {
margin-left: .5rem!important
}
.m-xxl-3 {
margin: 1rem!important
}
.mt-xxl-3,.my-xxl-3 {
margin-top: 1rem!important
}
.mr-xxl-3,.mx-xxl-3 {
margin-right: 1rem!important
}
.mb-xxl-3,.my-xxl-3 {
margin-bottom: 1rem!important
}
.ml-xxl-3,.mx-xxl-3 {
margin-left: 1rem!important
}
.m-xxl-4 {
margin: 1.5rem!important
}
.mt-xxl-4,.my-xxl-4 {
margin-top: 1.5rem!important
}
.mr-xxl-4,.mx-xxl-4 {
margin-right: 1.5rem!important
}
.mb-xxl-4,.my-xxl-4 {
margin-bottom: 1.5rem!important
}
.ml-xxl-4,.mx-xxl-4 {
margin-left: 1.5rem!important
}
.m-xxl-5 {
margin: 3rem!important
}
.mt-xxl-5,.my-xxl-5 {
margin-top: 3rem!important
}
.mr-xxl-5,.mx-xxl-5 {
margin-right: 3rem!important
}
.mb-xxl-5,.my-xxl-5 {
margin-bottom: 3rem!important
}
.ml-xxl-5,.mx-xxl-5 {
margin-left: 3rem!important
}
.m-xxl-10 {
margin: .625rem!important
}
.mt-xxl-10,.my-xxl-10 {
margin-top: .625rem!important
}
.mr-xxl-10,.mx-xxl-10 {
margin-right: .625rem!important
}
.mb-xxl-10,.my-xxl-10 {
margin-bottom: .625rem!important
}
.ml-xxl-10,.mx-xxl-10 {
margin-left: .625rem!important
}
.m-xxl-20 {
margin: 1.25rem!important
}
.mt-xxl-20,.my-xxl-20 {
margin-top: 1.25rem!important
}
.mr-xxl-20,.mx-xxl-20 {
margin-right: 1.25rem!important
}
.mb-xxl-20,.my-xxl-20 {
margin-bottom: 1.25rem!important
}
.ml-xxl-20,.mx-xxl-20 {
margin-left: 1.25rem!important
}
.m-xxl-21 {
margin: 1.313rem!important
}
.mt-xxl-21,.my-xxl-21 {
margin-top: 1.313rem!important
}
.mr-xxl-21,.mx-xxl-21 {
margin-right: 1.313rem!important
}
.mb-xxl-21,.my-xxl-21 {
margin-bottom: 1.313rem!important
}
.ml-xxl-21,.mx-xxl-21 {
margin-left: 1.313rem!important
}
.m-xxl-25 {
margin: 1.5625rem!important
}
.mt-xxl-25,.my-xxl-25 {
margin-top: 1.5625rem!important
}
.mr-xxl-25,.mx-xxl-25 {
margin-right: 1.5625rem!important
}
.mb-xxl-25,.my-xxl-25 {
margin-bottom: 1.5625rem!important
}
.ml-xxl-25,.mx-xxl-25 {
margin-left: 1.5625rem!important
}
.p-xxl-0 {
padding: 0!important
}
.pt-xxl-0,.py-xxl-0 {
padding-top: 0!important
}
.pr-xxl-0,.px-xxl-0 {
padding-right: 0!important
}
.pb-xxl-0,.py-xxl-0 {
padding-bottom: 0!important
}
.pl-xxl-0,.px-xxl-0 {
padding-left: 0!important
}
.p-xxl-1 {
padding: .25rem!important
}
.pt-xxl-1,.py-xxl-1 {
padding-top: .25rem!important
}
.pr-xxl-1,.px-xxl-1 {
padding-right: .25rem!important
}
.pb-xxl-1,.py-xxl-1 {
padding-bottom: .25rem!important
}
.pl-xxl-1,.px-xxl-1 {
padding-left: .25rem!important
}
.p-xxl-2 {
padding: .5rem!important
}
.pt-xxl-2,.py-xxl-2 {
padding-top: .5rem!important
}
.pr-xxl-2,.px-xxl-2 {
padding-right: .5rem!important
}
.pb-xxl-2,.py-xxl-2 {
padding-bottom: .5rem!important
}
.pl-xxl-2,.px-xxl-2 {
padding-left: .5rem!important
}
.p-xxl-3 {
padding: 1rem!important
}
.pt-xxl-3,.py-xxl-3 {
padding-top: 1rem!important
}
.pr-xxl-3,.px-xxl-3 {
padding-right: 1rem!important
}
.pb-xxl-3,.py-xxl-3 {
padding-bottom: 1rem!important
}
.pl-xxl-3,.px-xxl-3 {
padding-left: 1rem!important
}
.p-xxl-4 {
padding: 1.5rem!important
}
.pt-xxl-4,.py-xxl-4 {
padding-top: 1.5rem!important
}
.pr-xxl-4,.px-xxl-4 {
padding-right: 1.5rem!important
}
.pb-xxl-4,.py-xxl-4 {
padding-bottom: 1.5rem!important
}
.pl-xxl-4,.px-xxl-4 {
padding-left: 1.5rem!important
}
.p-xxl-5 {
padding: 3rem!important
}
.pt-xxl-5,.py-xxl-5 {
padding-top: 3rem!important
}
.pr-xxl-5,.px-xxl-5 {
padding-right: 3rem!important
}
.pb-xxl-5,.py-xxl-5 {
padding-bottom: 3rem!important
}
.pl-xxl-5,.px-xxl-5 {
padding-left: 3rem!important
}
.p-xxl-10 {
padding: .625rem!important
}
.pt-xxl-10,.py-xxl-10 {
padding-top: .625rem!important
}
.pr-xxl-10,.px-xxl-10 {
padding-right: .625rem!important
}
.pb-xxl-10,.py-xxl-10 {
padding-bottom: .625rem!important
}
.pl-xxl-10,.px-xxl-10 {
padding-left: .625rem!important
}
.p-xxl-20 {
padding: 1.25rem!important
}
.pt-xxl-20,.py-xxl-20 {
padding-top: 1.25rem!important
}
.pr-xxl-20,.px-xxl-20 {
padding-right: 1.25rem!important
}
.pb-xxl-20,.py-xxl-20 {
padding-bottom: 1.25rem!important
}
.pl-xxl-20,.px-xxl-20 {
padding-left: 1.25rem!important
}
.p-xxl-21 {
padding: 1.313rem!important
}
.pt-xxl-21,.py-xxl-21 {
padding-top: 1.313rem!important
}
.pr-xxl-21,.px-xxl-21 {
padding-right: 1.313rem!important
}
.pb-xxl-21,.py-xxl-21 {
padding-bottom: 1.313rem!important
}
.pl-xxl-21,.px-xxl-21 {
padding-left: 1.313rem!important
}
.p-xxl-25 {
padding: 1.5625rem!important
}
.pt-xxl-25,.py-xxl-25 {
padding-top: 1.5625rem!important
}
.pr-xxl-25,.px-xxl-25 {
padding-right: 1.5625rem!important
}
.pb-xxl-25,.py-xxl-25 {
padding-bottom: 1.5625rem!important
}
.pl-xxl-25,.px-xxl-25 {
padding-left: 1.5625rem!important
}
.m-xxl-n1 {
margin: -.25rem!important
}
.mt-xxl-n1,.my-xxl-n1 {
margin-top: -.25rem!important
}
.mr-xxl-n1,.mx-xxl-n1 {
margin-right: -.25rem!important
}
.mb-xxl-n1,.my-xxl-n1 {
margin-bottom: -.25rem!important
}
.ml-xxl-n1,.mx-xxl-n1 {
margin-left: -.25rem!important
}
.m-xxl-n2 {
margin: -.5rem!important
}
.mt-xxl-n2,.my-xxl-n2 {
margin-top: -.5rem!important
}
.mr-xxl-n2,.mx-xxl-n2 {
margin-right: -.5rem!important
}
.mb-xxl-n2,.my-xxl-n2 {
margin-bottom: -.5rem!important
}
.ml-xxl-n2,.mx-xxl-n2 {
margin-left: -.5rem!important
}
.m-xxl-n3 {
margin: -1rem!important
}
.mt-xxl-n3,.my-xxl-n3 {
margin-top: -1rem!important
}
.mr-xxl-n3,.mx-xxl-n3 {
margin-right: -1rem!important
}
.mb-xxl-n3,.my-xxl-n3 {
margin-bottom: -1rem!important
}
.ml-xxl-n3,.mx-xxl-n3 {
margin-left: -1rem!important
}
.m-xxl-n4 {
margin: -1.5rem!important
}
.mt-xxl-n4,.my-xxl-n4 {
margin-top: -1.5rem!important
}
.mr-xxl-n4,.mx-xxl-n4 {
margin-right: -1.5rem!important
}
.mb-xxl-n4,.my-xxl-n4 {
margin-bottom: -1.5rem!important
}
.ml-xxl-n4,.mx-xxl-n4 {
margin-left: -1.5rem!important
}
.m-xxl-n5 {
margin: -3rem!important
}
.mt-xxl-n5,.my-xxl-n5 {
margin-top: -3rem!important
}
.mr-xxl-n5,.mx-xxl-n5 {
margin-right: -3rem!important
}
.mb-xxl-n5,.my-xxl-n5 {
margin-bottom: -3rem!important
}
.ml-xxl-n5,.mx-xxl-n5 {
margin-left: -3rem!important
}
.m-xxl-n10 {
margin: -.625rem!important
}
.mt-xxl-n10,.my-xxl-n10 {
margin-top: -.625rem!important
}
.mr-xxl-n10,.mx-xxl-n10 {
margin-right: -.625rem!important
}
.mb-xxl-n10,.my-xxl-n10 {
margin-bottom: -.625rem!important
}
.ml-xxl-n10,.mx-xxl-n10 {
margin-left: -.625rem!important
}
.m-xxl-n20 {
margin: -1.25rem!important
}
.mt-xxl-n20,.my-xxl-n20 {
margin-top: -1.25rem!important
}
.mr-xxl-n20,.mx-xxl-n20 {
margin-right: -1.25rem!important
}
.mb-xxl-n20,.my-xxl-n20 {
margin-bottom: -1.25rem!important
}
.ml-xxl-n20,.mx-xxl-n20 {
margin-left: -1.25rem!important
}
.m-xxl-n21 {
margin: -1.313rem!important
}
.mt-xxl-n21,.my-xxl-n21 {
margin-top: -1.313rem!important
}
.mr-xxl-n21,.mx-xxl-n21 {
margin-right: -1.313rem!important
}
.mb-xxl-n21,.my-xxl-n21 {
margin-bottom: -1.313rem!important
}
.ml-xxl-n21,.mx-xxl-n21 {
margin-left: -1.313rem!important
}
.m-xxl-n25 {
margin: -1.5625rem!important
}
.mt-xxl-n25,.my-xxl-n25 {
margin-top: -1.5625rem!important
}
.mr-xxl-n25,.mx-xxl-n25 {
margin-right: -1.5625rem!important
}
.mb-xxl-n25,.my-xxl-n25 {
margin-bottom: -1.5625rem!important
}
.ml-xxl-n25,.mx-xxl-n25 {
margin-left: -1.5625rem!important
}
.m-xxl-auto {
margin: auto!important
}
.mt-xxl-auto,.my-xxl-auto {
margin-top: auto!important
}
.mr-xxl-auto,.mx-xxl-auto {
margin-right: auto!important
}
.mb-xxl-auto,.my-xxl-auto {
margin-bottom: auto!important
}
.ml-xxl-auto,.mx-xxl-auto {
margin-left: auto!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)
}
.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
}
}
@media (min-width:1440px) {
.text-xxl-left {
text-align: left!important
}
.text-xxl-right {
text-align: right!important
}
.text-xxl-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(5,5,5,.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;
word-wrap: break-word!important
}
.text-reset {
color: inherit!important
}
.visible {
visibility: visible!important
}
.invisible {
visibility: hidden!important
}
body,html {
height: 100%
}
body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
color: #050505;
font-family: proxima-nova,sans-serif;
font-size: 1.125rem;
line-height: 1.44
}
body.dashboard-body {
background-color: #f9faff
}
#page.site {
overflow: hidden
}
.site-pusher {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-ms-flex-negative: 0;
flex-shrink: 0
}
.site-footer {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto
}
html {
font-family: proxima-nova,sans-serif;
font-size: 100%;
line-height: 1.5;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased
}
* {
text-underline-offset: .125em
}
.p,p {
margin-top: 0;
margin-bottom: 1.5rem
}
h1,h2,h3,h4,h5,h6 {
margin: 0
}
ol,ul {
margin: 0 0 1rem
}
ol li,ul li {
font-size: 1rem
}
dt {
font-weight: 700
}
dd {
margin: 0 1.5em 1.5em
}
a {
color: #ed6b4a;
text-decoration: underline
}
a:active,a:hover {
outline: 0
}
a:focus {
outline: 2px solid #050708;
outline-offset: 2px
}
.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
}
.skip-to-content {
background: #050505;
color: #fff;
display: inline-block;
left: -9999em;
outline: 0;
padding: 1rem 1.5rem;
position: absolute;
text-decoration: none;
text-transform: none;
top: -9999em
}
.skip-to-content:focus {
clip: auto;
height: auto;
left: .5rem;
top: .5rem;
width: auto;
z-index: 100000
}
.wp-caption {
float: none;
font-size: 1rem;
margin: 0;
max-width: 100%
}
.alignnone {
height: auto;
margin-left: auto;
margin-right: auto;
max-width: 100%
}
.aligncenter {
display: block;
height: auto;
margin: 1rem auto
}
iframe {
max-width: 100%
}
.button {
color: inherit;
text-decoration: none;
border-radius: 5px;
color: #fff;
padding: 12px;
text-align: center;
display: inline-block;
border: 0;
font-size: 1rem;
line-height: 1.5625rem;
font-weight: 600;
position: relative
}
@media screen and (min-width:340px) {
.button {
min-width: 136px
}
}
.button:hover {
text-decoration: none;
color: #fff
}
.button--orange {
background-color: #ff7340;
-webkit-transition: .2s ease background;
-o-transition: .2s ease background;
transition: .2s ease background
}
.button--orange:hover {
background-color: #e26537
}
.button--disabled {
background-color: #e4e7f7;
-webkit-transtion: .2s ease background;
-o-transition: .2s ease background;
transition: .2s ease background
}
.button--red {
background-color: #e20000;
-webkit-transition: .2s ease background;
-o-transition: .2s ease background;
transition: .2s ease background
}
.button--red:hover {
background-color: #e26537
}
.button--green {
background-color: #1ad598;
-webkit-transition: .2s ease background;
-o-transition: .2s ease background;
transition: .2s ease background
}
.button--green:hover {
background-color: #429d8b
}
.button--blue {
font-size: 1rem;
font-weight: 700;
line-height: 1;
background-color: #217efd;
-webkit-transition: .2s ease background;
-o-transition: .2s ease background;
transition: .2s ease background;
border-radius: 5px;
padding: 15px 20px
}
.button--blue:hover {
background-color: #0058cf
}
@media (min-width:768px) {
.button--large {
min-width: 184px;
font-size: 1.25rem;
line-height: 1.75rem;
padding: 19px 12px
}
}
.link-button {
color: inherit;
text-decoration: none;
display: inline-block;
font-size: 1.125rem;
line-height: 1.375rem;
font-weight: 700;
padding-right: 32px;
padding-bottom: 10px;
position: relative;
-webkit-transition: .3s ease all;
-o-transition: .3s ease all;
transition: .3s ease all
}
.link-button:before {
content: "";
position: absolute;
width: 2px;
height: 1px;
bottom: 0;
left: 0;
background-color: #242222;
-webkit-transition: .3s ease all;
-o-transition: .3s ease all;
transition: .3s ease all
}
.link-button:after {
content: '';
position: absolute;
top: 6px;
right: 6px;
width: 16.771px;
height: 12.714px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.771' height='12.714' viewBox='0 0 16.771 12.714'%3E%3Cg transform='translate(1 1.413)'%3E%3Cpath d='M8055.158,1373h14.315' transform='translate(-8055.158 -1368.057)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cpath d='M812.986,1868l4.775,5.111-4.775,4.775' transform='translate(-803.381 -1868)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center;
-webkit-transition: .3s ease all;
-o-transition: .3s ease all;
transition: .3s ease all
}
.link-button:hover {
color: #e26537;
text-decoration: none
}
.link-button:hover:after {
right: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.771' height='12.714' viewBox='0 0 16.771 12.714'%3E%3Cg transform='translate(1 1.413)'%3E%3Cpath d='M8055.158,1373h14.315' transform='translate(-8055.158 -1368.057)' fill='none' stroke='%23E26537' stroke-linecap='round' stroke-width='2'/%3E%3Cpath d='M812.986,1868l4.775,5.111-4.775,4.775' transform='translate(-803.381 -1868)' fill='none' stroke='%23E26537' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A")
}
.link-button:hover::before {
background-color: #e26537;
width: 100%
}
.section .no-padding-top {
padding-top: 0!important
}
.section .no-padding-bottom {
padding-bottom: 0!important
}
.page-header {
width: 100%;
max-width: 540px;
padding: 25px 0
}
.page-title {
font-size: 2rem;
line-height: 2.375rem;
font-weight: 600
}
@media (min-width:768px) {
.page-title {
font-size: 3rem;
line-height: 3.625rem
}
}
@media (min-width:992px) {
.page-title {
font-size: 3.75rem;
line-height: 4.375rem
}
}
#breadcrumbs {
font-size: 1.125rem;
line-height: 1.625rem;
padding-top: 20px
}
#breadcrumbs * {
display: inline-block;
vertical-align: middle
}
#breadcrumbs .icon-home {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.24' height='16.256' viewBox='0 0 16.24 16.256'%3E%3Cpath id='Path_884' data-name='Path 884' d='M15.737,8.21a1.643,1.643,0,0,1-.428.718,1.43,1.43,0,0,1-.975.392c-.077,0-.154,0-.257,0V9.5c0,1.509,0,3.017,0,4.526a1.683,1.683,0,0,1-1.315,1.677,1.919,1.919,0,0,1-.427.045c-.8,0-1.6,0-2.4,0a.476.476,0,0,1-.533-.531c0-1.18-.013-2.361.005-3.541a.821.821,0,0,0-.878-.88c-.425.014-.852.015-1.278,0a.823.823,0,0,0-.885.889c.02,1.164.006,2.33.006,3.494,0,.4-.171.569-.572.569q-1.17,0-2.34,0a1.7,1.7,0,0,1-1.764-1.764q0-2.232,0-4.464V9.336a4.851,4.851,0,0,1-.51-.046,1.376,1.376,0,0,1-1.1-.961,1.4,1.4,0,0,1,.29-1.422c.04-.047.084-.09.128-.133Q3.646,3.627,6.8.486A1.539,1.539,0,0,1,7.373.095a1.42,1.42,0,0,1,1.5.288c.267.255.525.52.786.781Q12.394,3.9,15.128,6.627a2.117,2.117,0,0,1,.609.906Zm-5.414,6.62h.189c.585,0,1.171-.017,1.755.005a.834.834,0,0,0,.893-.9c-.018-1.662-.007-3.325-.006-4.987,0-.377.178-.552.558-.553.21,0,.421.006.631,0a.515.515,0,0,0,.464-.7.992.992,0,0,0-.227-.3q-3.11-3.116-6.224-6.227a.559.559,0,0,0-.933,0L1.848,6.731c-.258.258-.518.512-.771.774a.493.493,0,0,0-.107.569.5.5,0,0,0,.482.321c.195,0,.39,0,.585,0,.411,0,.581.169.581.577q0,2.509,0,5.018a.775.775,0,0,0,.833.837H5.283c.05,0,.1,0,.165-.007,0-.07,0-.13,0-.19,0-1.042-.009-2.083.007-3.125a1.636,1.636,0,0,1,1.5-1.6c.628-.042,1.261-.007,1.891,0a.641.641,0,0,1,.136.021,1.685,1.685,0,0,1,1.342,1.686c.005,1.006,0,2.011,0,3.017v.2' transform='translate(0.253 0.252)' fill='%23ff7340' stroke='%23ee7a4e' stroke-width='0.5'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center;
font-size: 0;
width: 18px;
height: 26px;
display: inline-block
}
#breadcrumbs .sep {
display: inline-block;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.172' height='9.987' viewBox='0 0 6.172 9.987'%3E%3Cpath id='Path_883' data-name='Path 883' d='M10112.5-370.142l4.721,4.165-4.721,4.41' transform='translate(-10111.79 370.848)' fill='none' stroke='%23e4e7f6' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center;
width: 15px;
height: 26px
}
.search-result-wrapper .faq-result-item {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #eaeaea;
font-size: 1.125rem;
line-height: 1.75rem
}
@media (min-width:992px) {
.search-result-wrapper .faq-result-item {
padding-bottom: 52px;
margin-bottom: 40px
}
}
.search-result-wrapper .faq-result-item h2 {
font-size: 1.375rem;
line-height: 1.75rem;
font-weight: 700;
color: #000;
margin-bottom: 20px
}
@media (min-width:768px) {
.search-result-wrapper .faq-result-item h2 {
font-size: 1.625rem;
line-height: 1.875rem
}
}
@media (min-width:992px) {
.search-result-wrapper .faq-result-item h2 {
font-size: 1.875rem;
line-height: 2.25rem;
margin-bottom: 24px
}
}
.search-result-wrapper .faq-result-item p:last-child {
margin-bottom: 0
}
.showing-found-results {
font-size: 1.125rem;
line-height: 1.625rem
}
.showing-found-results.top {
margin-bottom: 20px
}
@media (min-width:992px) {
.showing-found-results.top {
margin-bottom: 40px
}
}
.showing-found-results.bottom {
margin: 20px 0 40px 0
}
@media (min-width:992px) {
.showing-found-results.bottom {
margin: 40px 0 70px 0
}
}
.pagination {
font-size: 1.125rem;
line-height: 1.75rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.pagination .page-numbers {
margin-right: 8px
}
.pagination .page-numbers.current {
color: #ed6b4a
}
.pagination a {
text-decoration: none;
color: #000
}
.pagination a:hover {
color: #ed6b4a
}
@media print {
html {
font-size: 12pt;
color: #000
}
.hierarchial-pages,.main-navigation,.menu-toggle,.site-footer,.social-share,.social-share-container,.wp-block-embed.is-type-video,button,form,input,select,textarea {
display: none!important
}
.entry__content h1 {
font-size: 24pt
}
.entry__content h2 {
font-size: 18pt
}
.entry__content h3 {
font-size: 16pt
}
.entry__content h4 {
font-size: 14pt
}
page {
margin: 2cm
}
a {
page-break-inside: avoid
}
blockquote {
page-break-inside: avoid
}
h1,h2,h3,h4,h5,h6 {
page-break-after: avoid;
page-break-inside: avoid
}
img {
page-break-inside: avoid;
page-break-after: avoid
}
pre,table {
page-break-inside: avoid
}
dl,ol,ul {
page-break-before: avoid
}
.entry__content a[href^=http]:after {
content: " (" attr(href) ") "
}
.entry__content a[href^="#"]:after {
content: ""
}
.entry__content a:not(:local-link):after {
content: " (" attr(href) ") "
}
}
.site-dashboard--page h2 {
color: #050505;
font-size: 1.75rem;
font-weight: 700;
line-height: 1.428;
margin-bottom: 28px
}
.site-dashboard--page h3 {
color: #050505;
font-size: 1.375rem;
font-weight: 700;
line-height: 1.3636
}
.site-dashboard--page h4 {
color: #050505;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.22;
margin-bottom: 10px
}
.site-dashboard--page .dui-section-user-information {
padding-bottom: 10px;
padding-top: 30px;
background-color: #fff
}
.site-dashboard--page .dui-section-data {
padding-top: 20px;
padding-bottom: 50px
}
.site-dashboard--page .dui-section-screenout {
padding-top: 91px;
padding-bottom: 111px
}
.site-dashboard--page .user-badge {
width: 64px;
height: 64px;
background-color: #f9faff;
margin-right: 15px
}
.site-dashboard--page .user-badge img {
width: 26px;
height: 34px
}
@media (min-width:768px) {
.site-dashboard--page .user-badge img {
width: 37px;
height: 47px
}
}
@media (min-width:768px) {
.site-dashboard--page .user-badge {
width: 84px;
height: 84px
}
}
.site-dashboard--page .user-info .user-name {
font-weight: 700;
font-size: 1.75rem;
line-height: 1.42
}
.site-dashboard--page .user-info .user-meta {
font-size: 1rem
}
.site-dashboard--page .user-info .user-meta span {
color: #ed6b4a
}
.site-dashboard--page .bedge-cta {
color: inherit;
text-decoration: none;
background-color: #f9faff;
border-radius: 10px;
padding: 25px 55px 25px 35px;
font-size: 1.125rem;
line-height: 1.22;
font-weight: 700
}
.site-dashboard--page .bedge-cta span.digit {
margin-left: 30px
}
.site-dashboard--page .bedge-cta span.help {
content: '';
position: absolute;
width: 13.563px;
height: 13.563px;
right: 32px;
top: 30px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.563' height='12.562' viewBox='0 0 12.563 12.562'%3E%3Cpath d='M0,5.915c.032-.242.053-.486.1-.725A6.187,6.187,0,0,1,3.335.74,5.823,5.823,0,0,1,6.544.013a6.158,6.158,0,0,1,5.277,3.324,5.752,5.752,0,0,1,.729,3.209,6.166,6.166,0,0,1-3.333,5.285,5.815,5.815,0,0,1-2.475.714.664.664,0,0,0-.095.02H5.912a.654.654,0,0,0-.095-.02,5.794,5.794,0,0,1-2.2-.575A6.2,6.2,0,0,1,.1,7.376C.052,7.137.032,6.893,0,6.651V5.915m6.283,6.079A5.711,5.711,0,1,0,.57,6.285a5.719,5.719,0,0,0,5.713,5.709' transform='translate(0 -0.001)' fill='%23809fb8'/%3E%3Cpath d='M160.876,174.224c-.031.121-.054.219-.083.316a.1.1,0,0,1-.055.056,3.049,3.049,0,0,1-1.337.3.921.921,0,0,1-.845-.615,1.249,1.249,0,0,1,0-.543c.1-.453.243-.9.359-1.348a4.387,4.387,0,0,0,.132-.683c.026-.29-.118-.423-.412-.415a1.518,1.518,0,0,0-.267.035c-.087.018-.172.048-.274.078.028-.115.052-.221.082-.325a.1.1,0,0,1,.053-.06,3.312,3.312,0,0,1,1.326-.3.85.85,0,0,1,.826.625,1.815,1.815,0,0,1-.031.69c-.123.528-.284,1.047-.423,1.571a1.594,1.594,0,0,0-.042.351.3.3,0,0,0,.284.35,1.176,1.176,0,0,0,.627-.056l.081-.025' transform='translate(-153.235 -165.469)' fill='%23809fb8'/%3E%3Cpath d='M200.165,102.981a.7.7,0,0,1-.384.643.849.849,0,0,1-.99-.106.683.683,0,0,1,.044-1.065.827.827,0,0,1,1.31.39,1.284,1.284,0,0,1,.02.138' transform='translate(-192.456 -99.13)' fill='%23809fb8'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center
}
.site-dashboard--page .bedge-cta span.help:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.563' height='13.563' viewBox='0 0 13.563 13.563'%3E%3Cg transform='translate(-83.219 -66.225)'%3E%3Cpath d='M0,5.915c.032-.242.053-.486.1-.725A6.187,6.187,0,0,1,3.335.74,5.823,5.823,0,0,1,6.544.013a6.158,6.158,0,0,1,5.277,3.324,5.752,5.752,0,0,1,.729,3.209,6.166,6.166,0,0,1-3.333,5.285,5.815,5.815,0,0,1-2.475.714.664.664,0,0,0-.095.02H5.912a.654.654,0,0,0-.095-.02,5.794,5.794,0,0,1-2.2-.575A6.2,6.2,0,0,1,.1,7.376C.052,7.137.032,6.893,0,6.651V5.915m6.283,6.079A5.711,5.711,0,1,0,.57,6.285a5.719,5.719,0,0,0,5.713,5.709' transform='translate(83.719 66.724)' fill='%23009ee3' stroke='%23009ee3' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M160.876,174.224c-.031.121-.054.219-.083.316a.1.1,0,0,1-.055.056,3.049,3.049,0,0,1-1.337.3.921.921,0,0,1-.845-.615,1.249,1.249,0,0,1,0-.543c.1-.453.243-.9.359-1.348a4.387,4.387,0,0,0,.132-.683c.026-.29-.118-.423-.412-.415a1.518,1.518,0,0,0-.267.035c-.087.018-.172.048-.274.078.028-.115.052-.221.082-.325a.1.1,0,0,1,.053-.06,3.312,3.312,0,0,1,1.326-.3.85.85,0,0,1,.826.625,1.815,1.815,0,0,1-.031.69c-.123.528-.284,1.047-.423,1.571a1.594,1.594,0,0,0-.042.351.3.3,0,0,0,.284.35,1.176,1.176,0,0,0,.627-.056l.081-.025' transform='translate(-69.517 -98.744)' fill='%23009ee3' stroke='%23009ee3' stroke-linejoin='round' stroke-width='0.5'/%3E%3Cpath d='M200.165,102.981a.7.7,0,0,1-.384.643.849.849,0,0,1-.99-.106.683.683,0,0,1,.044-1.065.827.827,0,0,1,1.31.39,1.284,1.284,0,0,1,.02.138' transform='translate(-108.737 -32.405)' fill='%23009ee3' stroke='%23009ee3' stroke-linejoin='round' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E%0A")
}
.site-dashboard--page .welcome-alert {
background-color: #ffEEE1;
padding-top: 17px;
padding-left: 17px;
padding-bottom: 17px;
color: #ff7340;
margin-bottom: 15px;
border-radius: 10px
}
.site-dashboard--page .welcome-alert.alert-dismissible .close {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
@media (min-width:992px) {
.site-dashboard--page .dui-navigation {
border-radius: 10px;
background: #fff;
margin-bottom: 16px
}
}
.site-dashboard--page .dui-navigation ul {
list-style: none;
margin: 0;
padding: 0;
text-indent: 0
}
.site-dashboard--page .dui-navigation ul li {
position: relative;
margin-bottom: 16px
}
@media (min-width:992px) {
.site-dashboard--page .dui-navigation ul li {
padding: 10px 18px;
margin-bottom: 0
}
}
.site-dashboard--page .dui-navigation ul li a {
color: inherit;
text-decoration: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #fff;
border-radius: 10px;
color: #809fb8;
padding: 21px 25px;
font-size: 1rem;
line-height: 1.22;
font-weight: 700
}
@media (min-width:1200px) {
.site-dashboard--page .dui-navigation ul li a {
font-size: 1.125rem
}
}
.site-dashboard--page .dui-navigation ul li a:hover {
background-color: #f9faff
}
.site-dashboard--page .dui-navigation ul li a:hover .text {
color: #050505
}
.site-dashboard--page .dui-navigation ul li a.active {
color: #fff;
background-color: #ff7340
}
.site-dashboard--page .dui-navigation ul li a.active .text {
color: #fff;
}
.site-dashboard--page .dui-navigation ul li a.active .num {
color: #fff
}
.site-dashboard--page .dui-navigation ul li a .text {
margin-right: 10px
}
@media (min-width:992px) {
.site-dashboard--page .dui-navigation ul li a .text {
margin-right: 30px
}
}
.site-dashboard--page .dui-navigation ul li a svg {
margin-right: 9px
}
.site-dashboard--page .dui-navigation ul li a .num {
color: #050505
}
.site-dashboard--page .dui-navigation ul li:after {
content: '';
position: absolute;
background-color: #f1f4f9;
height: 100%;
width: 1.21px;
top: 0;
right: 0
}
.site-dashboard--page .dui-navigation ul li:last-child:after {
display: none
}
.site-dashboard--page .dui-wrapper {
border-radius: 10px;
background: #fff;
margin-bottom: 16px;
padding-top: 30px
}
.site-dashboard--page .dui-wrapper.has-padding {
padding: 25px 15px
}
@media (min-width:992px) {
.site-dashboard--page .dui-wrapper.has-padding {
padding: 25px 35px
}
}
.site-dashboard--page .dui-wrapper .dui-header {
padding-left: 20px;
padding-right: 20px
}
@media (min-width:992px) {
.site-dashboard--page .dui-wrapper .dui-header {
padding-left: 30px;
padding-right: 30px
}
}
.site-dashboard--page .dui-wrapper .dui-head-image {
padding-right: 20px;
width: 25%
}
@media (min-width:576px) {
.site-dashboard--page .dui-wrapper .dui-head-image {
width: 20%
}
}
@media (min-width:768px) {
.site-dashboard--page .dui-wrapper .dui-head-image {
margin-right: 30px;
padding-right: 0;
width: inherit
}
}
.site-dashboard--page .dui-wrapper .dui-content {
color: #809fb8;
width: 75%
}
@media (min-width:576px) {
.site-dashboard--page .dui-wrapper .dui-content {
width: 80%
}
}
@media (min-width:768px) {
.site-dashboard--page .dui-wrapper .dui-content {
width: inherit
}
}
.site-dashboard--page .dui-wrapper.dui-subsection-cash-out {
padding: 0
}
.site-dashboard--page .dui-wrapper.dui-subsection-cash-out h3 {
margin-bottom: 34px
}
.site-dashboard--page .dui-wrapper.dui-subsection-cash-out .cashout-col {
padding-top: 30px;
padding-bottom: 58px;
padding-left: 40px;
padding-right: 35px;
border-bottom: 1px solid #f1f4f9
}
@media (min-width:992px) {
.site-dashboard--page .dui-wrapper.dui-subsection-cash-out .cashout-col {
border-bottom: 0;
border-right: 1px solid #f1f4f9
}
}
.site-dashboard--page .dui-wrapper.dui-subsection-cash-out .cashout-box {
width: 100%;
margin: 0 auto 25px
}
@media (min-width:992px) {
.site-dashboard--page .dui-wrapper.dui-subsection-cash-out .cashout-box {
max-width: 400px
}
}
.site-dashboard--page .dui-wrapper.dui-subsection-cash-out .co-icon {
margin-right: 20px
}
.site-dashboard--page .dui-wrapper.dui-subsection-cash-out .co-text {
font-size: 1.125rem;
line-height: 1.2;
font-weight: 500
}
.site-dashboard--page .dui-wrapper.dui-subsection-cash-out .co-amount {
font-size: 1.75rem;
line-height: 1.2;
font-weight: 700
}
.site-dashboard--page .dui-wrapper.dui-subsection-cash-out .progress {
height: 7px
}
.site-dashboard--page .dui-wrapper.dui-subsection-cash-out .progress .progress-bar {
background-color: #ff7340
}
.site-dashboard--page .dui-wrapper.dui-subsection-rewards {
padding-bottom: 40px
}
.site-dashboard--page .dui-wrapper.dui-subsection-rewards .dui-header {
border-bottom: 1px solid #f1f4f9
}
.site-dashboard--page .dui-wrapper.dui-subsection-rewards .dui-rewards-container {
text-align: center;
padding-top: 40px
}
.site-dashboard--page .dui-wrapper.dui-subsection-rewards .rewards-balance-content {
margin-bottom: 50px
}
.site-dashboard--page .dui-wrapper.dui-subsection-rewards .rewards-balance-content .rewards-balance-label {
font-size: 1.125rem;
line-height: 1.22;
font-weight: 700;
color: #809fb8;
margin-bottom: 16px
}
.site-dashboard--page .dui-wrapper.dui-subsection-rewards .rewards-balance-content .rewards-balance {
font-size: 3.125rem;
line-height: 1;
font-weight: 700
}
@media (min-width:768px) {
.site-dashboard--page .dui-wrapper.dui-subsection-rewards .rewards-balance-content .rewards-balance {
font-size: 4.375rem
}
}
.site-dashboard--page .dui-wrapper.dui-subsection-rewards .rewards-claim-content {
margin-bottom: 50px;
padding: 0 20px
}
.site-dashboard--page .dui-wrapper.dui-subsection-rewards .rewards-claim-content .rewards-claim-label {
font-size: 1.375rem;
line-height: 1.36;
font-weight: 700
}
.site-dashboard--page .dui-wrapper.dui-subsection-rewards .rewards-claim-content .rewards-claim-text {
font-size: 1.125rem;
line-height: 1.22;
font-weight: 400;
color: #809fb8
}
.site-dashboard--page .dui-wrapper.dui-subsection-account .dui-header {
border-bottom: 1px solid #f1f4f9
}
.site-dashboard--page .claim-grid {
padding-left: 37px;
padding-right: 37px
}
.site-dashboard--page .claim-grid .claim-item {
border: 1px solid #f1f4f9;
border-radius: 10px;
padding: 30px 15px 30px 15px;
font-size: 1rem;
line-height: 1.22;
height: 100%;
min-height: 380px
}
@media (min-width:768px) {
.site-dashboard--page .claim-grid .claim-item {
min-height: inherit
}
}
@media (min-width:992px) {
.site-dashboard--page .claim-grid .claim-item {
padding: 50px 30px 38px 30px;
font-size: 1.125rem;
line-height: 1.44;
min-height: 433px
}
}
.site-dashboard--page .claim-grid .claim-item .claim-item-header {
margin-bottom: 20px
}
.site-dashboard--page .claim-grid .claim-item .claim-item-content {
position: relative;
height: 35vh;
}
.site-dashboard--page .claim-grid .claim-item .claim-item-footer {
position: absolute;
bottom: 0;
width: 100%;
}
.site-dashboard--page .claim-grid .claim-item h3 {
margin-bottom: 10px;
font-size: 1.125rem;
font-weight: 700
}
@media (min-width:992px) {
.site-dashboard--page .claim-grid .claim-item h3 {
font-size: 1.375rem;
font-weight: 700
}
}
@media (min-width:768px) {
.site-dashboard--page .claim-grid .claim-grid-col {
border-right: 1px solid #f1f4f9
}
}
.site-dashboard--page .claim-grid .claim-grid-col:last-child {
border-right: 0
}
.site-dashboard--page .dui-ui-table .row {
padding: 20px 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #f1f4f9
}
@media (min-width:992px) {
.site-dashboard--page .dui-ui-table .row {
margin: 0
}
}
@media (min-width:992px) {
.site-dashboard--page .dui-ui-table .row {
padding: 24px 25px
}
}
.site-dashboard--page .dui-ui-table .col {
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis
}
@media (min-width:992px) {
.site-dashboard--page .dui-ui-table .col {
padding: 0 5px
}
}
.site-dashboard--page .dui-ui-table .col-cta {
-o-text-overflow: inherit;
text-overflow: inherit
}
.site-dashboard--page .dui-ui-table .col-cta .button--blue {
padding: 15px;
font-size: .875rem
}
@media screen and (min-width:340px) {
.site-dashboard--page .dui-ui-table .col-cta .button--blue {
padding: 15px 20px;
font-size: 1rem
}
}
.site-dashboard--page .dui-ui-table .dui-ui-table-thead {
color: #809fb8;
font-weight: 700;
font-size: .875rem;
line-height: 1.0625;
overflow: hidden
}
.site-dashboard--page .dui-ui-table .dui-ui-table-thead .row {
padding-top: 0
}
.site-dashboard--page .dui-ui-table .dui-ui-table-tbody {
overflow: hidden;
font-size: .875rem;
font-weight: 700;
line-height: 1.25;
color: #050505
}
@media (min-width:992px) {
.site-dashboard--page .dui-ui-table .dui-ui-table-tbody {
font-size: 1rem
}
}
.site-dashboard--page .dui-ui-table .dui-ui-table-tbody .row:last-child {
border-bottom: 0
}
.site-dashboard--page .dui-ui-table .action-cta {
font-size: .75rem;
font-weight: 700;
line-height: 1.25;
border-radius: 8px;
min-width: 74px;
padding: 5.5px 18px;
display: inline-block;
text-align: center;
text-decoration: none
}
.site-dashboard--page .dui-ui-table .action-cta.active {
color: #1ad598;
background-color: #dff9f1
}
.site-dashboard--page .dui-subsection-boxgrid .container {
padding: 0 15px
}
.site-dashboard--page .dui-subsection-boxgrid .boxgrid-col {
padding-left: 5px;
padding-right: 5px
}
.site-dashboard--page .dui-subsection-boxgrid .boxgrid-item {
height: 100%;
min-height: 180px;
padding: 20px;
border-radius: 10px;
background: #fff
}
.site-dashboard--page .dui-subsection-boxgrid .boxgrid-item:hover {
background-color: #eceff7;
cursor: pointer;
}
.site-dashboard--page .dui-subsection-boxgrid .boxgrid-item-header h3 {
margin-right: 5px
}
.site-dashboard--page .dui-subsection-boxgrid .boxgrid-item-footer a {
color: inherit;
text-decoration: none;
font-size: 1rem;
font-weight: 600;
line-height: 1.25;
color: #809fb8
}
.site-dashboard--page .dui-subsection-boxgrid .boxgrid-item-footer a:hover {
color: #ed6b4a
}
.site-dashboard--page .dui-subsection-boxgrid .completed span {
font-size: .75rem;
font-weight: 600;
line-height: 1.25;
border-radius: 8px;
min-width: 48.23px;
padding: 5.5px 5px;
display: inline-block;
text-align: center
}
.site-dashboard--page .dui-subsection-boxgrid .completed.green span {
color: #1ad598;
background-color: #dff9f1
}
.site-dashboard--page .dui-subsection-boxgrid .completed.red span {
color: #ea3a3d;
background-color: rgba(234,58,61,.28)
}
.site-dashboard--page .dui-subsection-account .tabs-menu {
width: 32.4%;
border-right: 1px solid #f1f4f9;
padding-left: 32px;
padding-right: 15px;
padding-top: 34px
}
.site-dashboard--page .dui-subsection-account .tabs-menu a {
color: inherit;
text-decoration: none;
width: 100%;
padding: 20px 25px;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.22;
color: #809fb8;
text-align: left;
display: block;
border-radius: 10px
}
.site-dashboard--page .dui-subsection-account .tabs-menu a:hover {
background-color: #f9faff;
color: #050505
}
.site-dashboard--page .dui-subsection-account .tabs-menu a.active {
color: #ed6b4a
}
.site-dashboard--page .dui-subsection-account .tab-content-col {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding-top: 34px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px
}
@media (min-width:992px) {
.site-dashboard--page .dui-subsection-account .tab-content-col {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 130px
}
}
.site-dashboard--page .dui-subsection-account .tab-content-col .tab-pane-header a {
color: inherit;
text-decoration: none;
width: 100%;
padding: 10px 15px;
font-size: 1rem;
font-weight: 700;
line-height: 1.22;
color: #809fb8;
text-align: left;
display: block;
border-radius: 10px;
background-color: #f9faff;
margin-bottom: 20px
}
.site-dashboard--page .dui-subsection-account .tab-content-col .tab-pane-header a:hover {
background-color: #f9faff;
color: #050505
}
.site-dashboard--page .dui-subsection-account .tab-content-col .tab-pane-header a[aria-expanded=true] {
background-color: #ff7340;
color: #fff
}
@media (max-width:992px) {
.site-dashboard--page .dui-subsection-account .tab-content-col .tab-content>.tab-pane {
display: block!important;
opacity: 1
}
}
.site-dashboard--page .dui-subsection-account .tab-content-col .collapse:not(.show) {
display: none
} @media (min-width:992px) {
.site-dashboard--page .dui-subsection-account .tab-content-col .collapse:not(.show) {
display: block
}
}
.site-dashboard--page .dui-subsection-account form {
max-width: 445px;
margin-bottom: 20px
}
.site-dashboard--page .dui-subsection-account form input[type=email]:focus,.site-dashboard--page .dui-subsection-account form input[type=password]:focus,.site-dashboard--page .dui-subsection-account form input[type=text]:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 2px solid #6200ee
}
.site-dashboard--page .dui-subsection-account form input[type=email].is-invalid,.site-dashboard--page .dui-subsection-account form input[type=email].is-invalid:focus,.site-dashboard--page .dui-subsection-account form input[type=password].is-invalid,.site-dashboard--page .dui-subsection-account form input[type=password].is-invalid:focus,.site-dashboard--page .dui-subsection-account form input[type=text].is-invalid,.site-dashboard--page .dui-subsection-account form input[type=text].is-invalid:focus {
border: 2px solid #b00020
}
.site-dashboard--page .dui-subsection-account form.was-validated input:invalid+.floating-label {
top: -8px;
left: 16.5px;
font-size: .75rem;
opacity: 1;
padding: 0 3px;
color: #b00020
}
.site-dashboard--page .dui-subsection-account form.was-validated input:invalid {
border: 2px solid #b00020
}
.site-dashboard--page .dui-subsection-account form.was-validated .form-check-input.is-valid~.form-check-label,.site-dashboard--page .dui-subsection-account form.was-validated .form-check-input:valid~.form-check-label {
color: rgba(0,0,0,.6)
}
.site-dashboard--page .dui-subsection-account form input:not(:-moz-placeholder-shown)+.floating-label {
top: -8px;
left: 16.5px;
font-size: .75rem;
opacity: 1;
padding: 0 3px
}
.site-dashboard--page .dui-subsection-account form input:not(:-ms-input-placeholder)+.floating-label {
top: -8px;
left: 16.5px;
font-size: .75rem;
opacity: 1;
padding: 0 3px
}
.site-dashboard--page .dui-subsection-account form input.is-invalid+.floating-label,.site-dashboard--page .dui-subsection-account form input:focus+.floating-label,.site-dashboard--page .dui-subsection-account form input:not(:placeholder-shown)+.floating-label {
top: -8px;
left: 16.5px;
font-size: .75rem;
opacity: 1;
padding: 0 3px
}
.site-dashboard--page .dui-subsection-account form input:focus+.floating-label {
color: #6200ee
}
.site-dashboard--page .dui-subsection-account form input:not(:-moz-placeholder-shown)+.floating-label {
color: #050505
}
.site-dashboard--page .dui-subsection-account form input:not(:-ms-input-placeholder)+.floating-label {
color: #050505
}
.site-dashboard--page .dui-subsection-account form input:not(:placeholder-shown)+.floating-label {
color: #050505
}
.site-dashboard--page .dui-subsection-account form input.is-invalid+.floating-label {
color: #b00020
}
.site-dashboard--page .dui-subsection-account form .form-group {
position: relative
}
.site-dashboard--page .dui-subsection-account form .floating-label {
position: absolute;
pointer-events: none;
left: 20px;
top: 18px;
font-size: 1rem;
background-color: #fff;
-webkit-transition: .2s ease all;
-o-transition: .2s ease all;
transition: .2s ease all;
cursor: text
}
.site-dashboard--page .dui-subsection-account .form-radio input {
position: absolute;
pointer-events: none;
opacity: 0
}
.site-dashboard--page .dui-subsection-account .form-radio input:not(:checked)+label:after,.site-dashboard--page .dui-subsection-account .form-radio input:not(:checked)+label:before {
content: '';
position: absolute;
left: 0;
width: 26px;
height: 26px;
border-radius: 50%
}
.site-dashboard--page .dui-subsection-account .form-radio input:not(:checked)+label:before {
border: 1px solid #e0e0e0
}
.site-dashboard--page .dui-subsection-account .form-radio input:checked+label:after,.site-dashboard--page .dui-subsection-account .form-radio input:checked+label:before {
content: '';
position: absolute;
left: 0;
width: 26px;
height: 26px;
border-radius: 50%
}
.site-dashboard--page .dui-subsection-account .form-radio input:checked+label:before {
border: 1px solid #217efd;
background-color: #217efd
}
.site-dashboard--page .dui-subsection-account .form-radio input:checked+label:after {
width: 9.5px;
height: 9.5px;
background-color: #fff;
left: 8px;
top: 8px
}
.site-dashboard--page .dui-subsection-account .form-radio label {
padding-left: 36px;
position: relative;
cursor: pointer;
font-size: 1rem;
line-height: 1.625;
color: rgba(0,0,0,.6)
}
.site-dashboard--page .screenout-card {
padding: 58px 76px 50px;
background-color: #fff;
border-radius: 5px;
text-align: center;
width: 100%;
max-width: 540px
}
@media (max-width: 576px) {
.site-dashboard--page .screenout-card {
padding: 29px 38px 25px;
}
}
.site-dashboard--page .screenout-card .screenout-icon {
margin-bottom: 28px
}
.slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: 0
}
.slick-list.dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,.slick-slider .slick-track {
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0)
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,.slick-track:before {
content: "";
display: table
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: block
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
.site-footer {
padding-top: 30px;
padding-bottom: 35px;
background-color: #fff
}
@media (min-width:992px) {
.site-footer {
padding-top: 50px;
padding-bottom: 55px
}
}
.site-footer .achievements-logos {
margin-bottom: 30px;
}
@media (min-width:992px) {
.site-footer .achievements-logos {
margin-bottom: 50px
}
}
.site-footer .achievements-logos img {
max-height: 72px;
padding-right: 10px;
}
@media (min-width:992px) {
.site-footer .achievements-logos img {
max-height: inherit
}
.site-footer .achievements-logos img:first-child {
margin-right: 20px
}
}
.site-footer .footer-links ul {
list-style: none;
margin: 0;
padding: 0;
text-indent: 0;
margin-bottom: 8px
}
@media (min-width:992px) {
.site-footer .footer-links ul {
margin-bottom: 0
}
}
.site-footer .footer-links ul li {
margin-right: 16px
}
.site-footer .footer-links ul li:last-child {
margin-right: 0
}
.site-footer .footer-links a {
color: inherit;
text-decoration: none;
font-size: .875rem;
line-height: 1.2
}
@media screen and (min-width:400px) {
.site-footer .footer-links a {
font-size: 1rem
}
}
@media (min-width:992px) {
.site-footer .footer-links a {
font-size: 1.125rem
}
}
.site-footer .footer-links a:hover {
color: #ff7340
}
.site-footer .copyrights {
font-size: .875rem;
line-height: 1.2;
color: #809fb8
}
@media screen and (min-width:400px) {
.site-footer .copyrights {
font-size: 1rem
}
}
@media (min-width:992px) {
.site-footer .copyrights {
font-size: 1.125rem
}
}
.section-contact-form {
background-color: #f9faff;
padding: 50px 0
}
@media (min-width:768px) {
.section-contact-form {
padding: 60px 0
}
}
@media (min-width:992px) {
.section-contact-form {
padding: 100px 0
}
}
.section-contact-form .section-title {
font-size: 1.75rem;
line-height: 2rem;
font-weight: 700;
color: #050505;
margin-bottom: 18px
}
@media (min-width:992px) {
.section-contact-form .section-title {
font-size: 2.5rem;
line-height: 3.125rem
}
}
.section-contact-form .section-text {
font-size: 1rem;
line-height: 1.375rem;
color: #2c2c2c
}
@media (min-width:992px) {
.section-contact-form .section-text {
font-size: 1.125rem;
line-height: 1.625rem
}
}
.section-contact-form .form-title {
font-size: 1.125rem;
line-height: 1.625rem;
font-weight: 600;
color: #2c2c2c;
margin-bottom: 18px
}
.section-contact-form .section-wrapper {
background-color: #fff;
border-radius: 10px;
padding: 20px
}
@media (min-width:992px) {
.section-contact-form .section-wrapper {
padding: 50px
}
}
.section-contact-form .section-wrapper .contact-content-col {
width: 100%
}
@media (min-width:768px) {
.section-contact-form .section-wrapper .contact-content-col {
width: 50%;
padding-right: 20px
}
}
@media (min-width:992px) {
.section-contact-form .section-wrapper .contact-content-col {
padding-right: 50px
}
}
.section-contact-form .section-wrapper .contact-form-col {
width: 100%
}
@media (min-width:768px) {
.section-contact-form .section-wrapper .contact-form-col {
width: 50%
}
}
@media (min-width:992px) {
.section-contact-form .section-wrapper .contact-form-col {
padding-left: 50px
}
}
.section-contact-form input[type=email]:focus,.section-contact-form input[type=password]:focus,.section-contact-form input[type=tel]:focus,.section-contact-form input[type=text]:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 2px solid #6200ee
}
.section-contact-form input[type=email].is-invalid,.section-contact-form input[type=email].is-invalid:focus,.section-contact-form input[type=password].is-invalid,.section-contact-form input[type=password].is-invalid:focus,.section-contact-form input[type=tel].is-invalid,.section-contact-form input[type=tel].is-invalid:focus,.section-contact-form input[type=text].is-invalid,.section-contact-form input[type=text].is-invalid:focus {
border: 2px solid #b00020
}
.section-contact-form textarea {
height: 166px
}
.section-contact-form textarea:focus {
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 2px solid #6200ee
}
.section-contact-form textarea.is-invalid,.section-contact-form textarea.is-invalid:focus {
border: 2px solid #b00020
}
.section-contact-form .wpcf7-form.invalid .wpcf7-form-control-wrap.error+.floating-label,.section-contact-form .wpcf7-form.invalid .wpcf7-form-control-wrap>input.wpcf7-not-valid+.floating-label,.section-contact-form .wpcf7-form.invalid input:invalid+.floating-label,.section-contact-form .wpcf7-form.invalid textarea:invalid+.floating-label {
top: -8px;
left: 16.5px;
font-size: .75rem;
opacity: 1;
padding: 0 3px;
color: #b00020
}
.section-contact-form .wpcf7-form.invalid .wpcf7-form-control-wrap.error input,.section-contact-form .wpcf7-form.invalid .wpcf7-form-control-wrap>input.wpcf7-not-valid,.section-contact-form .wpcf7-form.invalid input:invalid,.section-contact-form .wpcf7-form.invalid textarea:invalid {
border: 2px solid #b00020
}
.section-contact-form .wpcf7-form.invalid .form-check-input.is-valid~.form-check-label,.section-contact-form .wpcf7-form.invalid .form-check-input:valid~.form-check-label {
color: rgba(0,0,0,.6)
}
.section-contact-form input:not(:-moz-placeholder-shown)+.floating-label,.section-contact-form textarea:not(:-moz-placeholder-shown)+.floating-label {
top: -8px;
left: 16.5px;
font-size: .75rem;
opacity: 1;
padding: 0 3px
}
.section-contact-form input:not(:-ms-input-placeholder)+.floating-label,.section-contact-form textarea:not(:-ms-input-placeholder)+.floating-label {
top: -8px;
left: 16.5px;
font-size: .75rem;
opacity: 1;
padding: 0 3px
}
.section-contact-form .wpcf7-form-control-wrap.error+.floating-label,.section-contact-form .wpcf7-form-control-wrap.focus+.floating-label,.section-contact-form .wpcf7-form-control-wrap.hasval+.floating-label,.section-contact-form input.is-invalid+.floating-label,.section-contact-form input:focus+.floating-label,.section-contact-form input:not(:placeholder-shown)+.floating-label,.section-contact-form textarea.is-invalid+.floating-label,.section-contact-form textarea:not(:placeholder-shown)+.floating-label {
top: -8px;
left: 16.5px;
font-size: .75rem;
opacity: 1;
padding: 0 3px
}
.section-contact-form .wpcf7-form-control-wrap.focus+.floating-label,.section-contact-form input:focus+.floating-label,.section-contact-form textarea:focus+.floating-label {
color: #6200ee
}
.section-contact-form input:not(:-moz-placeholder-shown)+.floating-label,.section-contact-form textarea:not(:-moz-placeholder-shown)+.floating-label {
color: #050505
}
.section-contact-form input:not(:-ms-input-placeholder)+.floating-label,.section-contact-form textarea:not(:-ms-input-placeholder)+.floating-label {
color: #050505
}
.section-contact-form .wpcf7-form-control-wrap.hasval+.floating-label,.section-contact-form input:not(:placeholder-shown)+.floating-label,.section-contact-form textarea:not(:placeholder-shown)+.floating-label {
color: #050505
}
.section-contact-form .wpcf7-form-control-wrap.error+.floating-label,.section-contact-form input.is-invalid+.floating-label,.section-contact-form textarea.is-invalid+.floating-label {
color: #b00020
}
.section-contact-form .form-group {
position: relative
}
.section-contact-form .floating-label {
position: absolute;
pointer-events: none;
left: 20px;
top: 18px;
font-size: 1rem;
background-color: #fff;
-webkit-transition: .2s ease all;
-o-transition: .2s ease all;
transition: .2s ease all;
cursor: text
}
.section-contact-form .wpcf7-not-valid-tip {
font-size: 12px
}
.section-cta-bar {
padding: 60px 0 50px 0;
background-image: url(//crowdology.com/wp-content/themes/crowdology/assets/images/cta-bar-bg.svg);
background-color: #f9faff;
background-repeat: no-repeat;
background-position: top center;
background-size: contain
}
@media (min-width:768px) {
.section-cta-bar {
padding: 90px 0 80px 0
}
}
@media (min-width:992px) {
.section-cta-bar {
padding: 120px 0 100px 0;
min-height: 452px;
background-size: inherit
}
}
.section-cta-bar .container {
max-width: 640px
}
.section-cta-bar .section-text {
color: #1d1d1d;
font-size: 1.75rem;
line-height: 2rem;
font-weight: 700;
text-align: center;
margin-bottom: 20px
}
@media (min-width:992px) {
.section-cta-bar .section-text {
font-size: 2.5rem;
line-height: 3.125rem;
margin-bottom: 34px
}
}
.section-cta-bar .section-cta {
text-align: center
}
.section-faqs {
padding-bottom: 40px
}
@media (min-width:768px) {
.section-faqs {
padding-bottom: 60px
}
}
@media (min-width:992px) {
.section-faqs {
padding-bottom: 112px
}
}
.section-faqs .faqs-menu {
width: 100%
}
@media (min-width:768px) {
.section-faqs .faqs-menu {
width: 30%;
padding-right: 20px
}
}
@media (min-width:1200px) {
.section-faqs .faqs-menu {
width: 403px;
padding-right: 75px
}
}
.section-faqs .faqs-menu a {
color: inherit;
text-decoration: none;
width: 100%;
padding: 20px 25px;
font-size: 1.125rem;
font-weight: 700;
line-height: 1.22;
color: #809fb8;
text-align: left;
display: block;
border-radius: 10px
}
.section-faqs .faqs-menu a:hover {
background-color: #f9faff;
color: #050505
}
.section-faqs .faqs-menu a.active {
color: #ed6b4a
}
.section-faqs .faqs-content-col {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
.section-faqs .faqs-content-col .tab-pane-header a {
color: inherit;
text-decoration: none;
width: 100%;
padding: 10px 15px;
font-size: 1rem;
font-weight: 700;
line-height: 1.22;
color: #809fb8;
text-align: left;
display: block;
border-radius: 10px;
background-color: #f9faff;
margin-bottom: 20px
}
.section-faqs .faqs-content-col .tab-pane-header a:hover {
background-color: #f9faff;
color: #050505
}
.section-faqs .faqs-content-col .tab-pane-header a[aria-expanded=true] {
background-color: #ff7340;
color: #fff
}
@media (max-width:991.98px) {
.section-faqs .faqs-content-col .tab-content>.tab-pane {
display: block!important;
opacity: 1
}
}
.section-faqs .faqs-content-col .tab-content>.tab-pane>.collapse:not(.show) {
display: none
}
@media (min-width:992px) {
.section-faqs .faqs-content-col .tab-content>.tab-pane>.collapse:not(.show) {
display: block
}
}
.section-faqs .faqs-content-col .accordion-item {
padding: 16px 30px 16px 20px;
border-bottom: 1px solid #e4e7f6
}
.section-faqs .faqs-content-col .accordion-item button {
background: 0 0;
border: 0;
border-radius: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
font-size: 1.125rem;
line-height: 1.22;
font-weight: 600;
color: #2c2c2c;
position: relative;
width: 100%
}
.section-faqs .faqs-content-col .accordion-item button:after {
content: '+';
position: absolute;
font-size: 1.875rem;
font-weight: 400;
right: 0;
top: -7px
}
.section-faqs .faqs-content-col .accordion-item button:not(.collapsed) {
margin-bottom: 30px
}
.section-faqs .faqs-content-col .accordion-item button:not(.collapsed):after {
content: '-';
color: #ed6b4a
}
.section-faqs .faqs-content-col .accordion-item .accordion-item-body {
padding-left: 20px;
font-size: 1.125rem;
line-height: 1.625rem;
color: #2c2c2c
}
.faq-search-wrapper {
padding: 20px 0 30px 0
}
@media (min-width:992px) {
.faq-search-wrapper {
padding: 50px 0 80px 0
}
}
.faq-search-wrapper .search-form .form-group {
width: 100%;
max-width: 526px
}
.faq-search-wrapper .search-form input[type=text] {
width: 100%;
height: 60px;
font-size: 1.125rem;
line-height: 1.4375rem
}
.faq-search-wrapper .search-form input[type=text] ::-webkit-input-placeholder {
color: rgba(0,0,0,.6)
}
.faq-search-wrapper .search-form input[type=text] :-ms-input-placeholder {
color: rgba(0,0,0,.6)
}
.faq-search-wrapper .search-form input[type=text] ::-moz-placeholder {
color: rgba(0,0,0,.6)
}
.faq-search-wrapper .search-form input[type=text] ::-ms-input-placeholder {
color: rgba(0,0,0,.6)
}
.faq-search-wrapper .search-form input[type=text] ::placeholder {
color: rgba(0,0,0,.6)
}
.faq-search-wrapper .search-form .button {
height: 60px
}
.section-hero {
background-image: url(//crowdology.com/wp-content/themes/crowdology/assets/images/home-hero-bg.svg);
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
margin-top: 40px;
padding-bottom: 55px
}
@media (min-width:992px) {
.section-hero {
margin-top: 108px;
background-size: 1427.339px 540.875px
}
}
.section-hero .section-title {
font-size: 2rem;
line-height: 2.375rem;
font-weight: 600;
max-width: 804px;
text-align: center;
margin: 0 auto 30px auto
}
@media (min-width:768px) {
.section-hero .section-title {
font-size: 3rem;
line-height: 3.625rem
}
}
@media (min-width:992px) {
.section-hero .section-title {
font-size: 3.75rem;
line-height: 4.375rem
}
}
.section-hero .icon-text {
display: none;
position: relative
}
@media (min-width:992px) {
.section-hero .icon-text {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
}
.section-hero .icon-text img {
position: absolute;
max-width: inherit
}
.section-hero .icon-message {
width: 118.06px;
height: 55.82px
}
.section-hero .icon-message img {
top: 20%;
left: 50%;
-webkit-transform: translate(-50%,-20%);
-ms-transform: translate(-50%,-20%);
transform: translate(-50%,-20%)
}
.section-hero .icon-paypal {
width: 58.457px;
height: 57.051px
}
.section-hero .icon-paypal img {
top: 40%;
left: 50%;
-webkit-transform: translate(-50%,-40%);
-ms-transform: translate(-50%,-40%);
transform: translate(-50%,-40%)
}
.section-hero .icon-amazon {
width: 60.291px;
height: 57.051px
}
.section-hero .icon-amazon img {
top: 40%;
left: 50%;
-webkit-transform: translate(-50%,-40%);
-ms-transform: translate(-50%,-40%);
transform: translate(-50%,-40%)
}
.section-hero .section-text {
width: 100%;
max-width: 646px;
margin: 0 auto;
font-size: 1.125rem;
line-height: 1.375rem;
font-weight: 600;
text-align: center;
margin-bottom: 30px
}
@media (min-width:768px) {
.section-hero .section-text {
font-size: 1.25rem;
line-height: 1.5rem
}
}
@media (min-width:992px) {
.section-hero .section-text {
font-size: 1.5rem;
line-height: 2rem
}
}
.section-hero .section-cta {
text-align: center
}
.section-hero .image-wrapper {
max-width: 768px;
margin: 30px auto 0 auto;
text-align: center;
-webkit-box-shadow: 0 3px 29px 0 rgba(0,0,0,.16);
box-shadow: 0 3px 29px 0 rgba(0,0,0,.16);
line-height: 0;
border-radius: 10px
}
@media (min-width:768px) {
.section-hero .image-wrapper {
margin: 60px auto 0 auto
}
}
@media (min-width:768px) {
.section-hero .image-wrapper {
margin: 100px auto 0 auto
}
}
.section-hero .image-wrapper img {
line-height: 0
}
.slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: 0
}
.slick-list.dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,.slick-slider .slick-track {
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0)
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,.slick-track:before {
content: "";
display: table
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: block
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
.section-reviews-slider {
padding: 20px 0 60px
}
@media (min-width:768px) {
.section-reviews-slider {
padding: 40px 0 70px
}
}
@media (min-width:992px) {
.section-reviews-slider {
padding: 50px 0 80px
}
}
.section-reviews-slider .container {
max-width: 1062px
}
.section-reviews-slider .reviews-slider {
margin: 0 auto;
width: 100%;
max-width: 732px
}
@media (min-width:992px) {
.section-reviews-slider .reviews-slider .reviews-slide {
width: 732px
}
}
.section-reviews-slider .review-avatar {
margin-bottom: 20px
}
@media (min-width:768px) {
.section-reviews-slider .review-avatar {
padding-right: 40px;
margin-bottom: 0
}
}
.section-reviews-slider .review-avatar .avatar-wrapper {
width: 72px;
height: 72px;
border-radius: 100%;
overflow: hidden;
position: relative
}
.section-reviews-slider .review-avatar .avatar-wrapper img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
}
@media (min-width:768px) {
.section-reviews-slider .review-wrapper {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1
}
}
.section-reviews-slider .review-text {
font-size: 1.25rem;
line-height: 1.625rem;
font-weight: 500;
color: #050505;
margin-bottom: 12px
}
@media (min-width:768px) {
.section-reviews-slider .review-text {
font-size: 1.5rem;
line-height: 2rem
}
}
@media (min-width:992px) {
.section-reviews-slider .review-text {
font-size: 1.875rem;
line-height: 2.5rem
}
}
.section-reviews-slider .revierw-by {
font-size: 1.125rem;
line-height: 1.5rem;
color: #809fb8;
margin-bottom: 34px
}
.section-reviews-slider .revierw-by strong {
font-weight: 700;
color: #050505
}
.section-reviews-slider .reviews-stars {
margin: 0 auto
}
@media (min-width:768px) {
.section-reviews-slider .reviews-stars {
max-width: 500px
}
}
.section-reviews-slider .reviews-stars .star-icon {
width: 20.91px;
height: 19.89px;
color: #e4e7f7;
margin-right: 8px
}
.section-reviews-slider .reviews-stars .star-icon.active {
color: #ed6b4a
}
.section-reviews-slider .reviews-stars .star-icon svg {
width: 20.91px;
height: 19.89px
}
.section-reviews-slider .reviews-all-link {
margin-top: 12px;
font-size: 1.125rem;
line-height: 1.5rem;
color: #ed6b4a;
display: inline-block
}
.section-reviews-slider .reviews-all-link:hover {
color: #050505
}
.section-reviews-slider button.slick-arrow {
background: 0 0;
border: 0;
border-radius: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
font-size: 0;
width: 18.34px;
height: 18.34px;
position: absolute;
top: -30px
}
@media (min-width:992px) {
.section-reviews-slider button.slick-arrow {
top: 30px
}
}
.section-reviews-slider button.slick-arrow.slick-prev {
right: 40px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='21.171' viewBox='0 0 12 21.171'%3E%3Cg transform='translate(1.414 1.414)'%3E%3Cpath d='M7319.347,5075.467l-9.172-9.172,9.172-9.171' transform='translate(-7310.175 -5057.124)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: contain
}
@media (min-width:992px) {
.section-reviews-slider button.slick-arrow.slick-prev {
left: -60px;
right: inherit
}
}
@media (min-width:1200px) {
.section-reviews-slider button.slick-arrow.slick-prev {
left: -165px
}
}
.section-reviews-slider button.slick-arrow.slick-prev:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='21.171' viewBox='0 0 12 21.171'%3E%3Cg transform='translate(1.414 1.414)'%3E%3Cpath d='M7319.347,5075.467l-9.172-9.172,9.172-9.171' transform='translate(-7310.175 -5057.124)' fill='none' stroke='%23FF7340' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A")
}
.section-reviews-slider button.slick-arrow.slick-next {
right: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='21.171' viewBox='0 0 12 21.171'%3E%3Cg transform='translate(10.585 19.757) rotate(180)'%3E%3Cpath d='M7319.347,5075.467l-9.172-9.172,9.172-9.171' transform='translate(-7310.175 -5057.124)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: contain
}
@media (min-width:992px) {
.section-reviews-slider button.slick-arrow.slick-next {
right: -60px
}
}
@media (min-width:1200px) {
.section-reviews-slider button.slick-arrow.slick-next {
right: -165px
}
}
.section-reviews-slider button.slick-arrow.slick-next:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='21.171' viewBox='0 0 12 21.171'%3E%3Cg transform='translate(10.585 19.757) rotate(180)'%3E%3Cpath d='M7319.347,5075.467l-9.172-9.172,9.172-9.171' transform='translate(-7310.175 -5057.124)' fill='none' stroke='%23FF7340' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A")
}
.section-step-slider {
padding: 20px 0 50px
}
@media (min-width:768px) {
.section-step-slider {
padding: 40px 0
}
}
@media (min-width:992px) {
.section-step-slider {
padding: 50px 0
}
}
.section-step-slider .section-title {
color: #1d1d1d;
font-size: 1.75rem;
line-height: 2rem;
font-weight: 700;
margin-bottom: 20px;
max-width: 412px
}
@media (min-width:992px) {
.section-step-slider .section-title {
font-size: 2.5rem;
line-height: 2.8125rem;
margin-bottom: 90px
}
}
.section-step-slider .text-col {
width: 100%;
padding: 30px 0
}
@media (min-width:768px) {
.section-step-slider .text-col {
width: 60.965%
}
}
.section-step-slider .image-col {
width: 100%
}
@media (min-width:768px) {
.section-step-slider .image-col {
width: 39.035%
}
}
.section-step-slider .image-col .image-wrapper {
width: 100%;
position: relative;
padding-top: calc(calc(635/446) * 100%)
}
.section-step-slider .image-col .image-wrapper img {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
-o-object-fit: cover;
object-fit: cover
}
.section-step-slider .step-nav {
color: #d9e1e7;
cursor: pointer;
font-size: 1.75rem;
line-height: .88;
margin-bottom: 20px
}
@media (min-width:768px) {
.section-step-slider .step-nav {
font-size: 2.5rem;
margin-bottom: 40px
}
}
@media (min-width:992px) {
.section-step-slider .step-nav {
font-size: 3.125rem;
margin-bottom: 75px
}
}
.section-step-slider .step-nav:last-child {
margin-bottom: 0
}
.section-step-slider .step-nav .step-num {
font-weight: 400;
padding-right: 20px;
width: 25px
}
@media (min-width:768px) {
.section-step-slider .step-nav .step-num {
width: 75px;
padding-right: 40px
}
}
.section-step-slider .step-nav .step-nav-text {
font-weight: 700
}
.section-step-slider .step-nav:hover {
color: #050505
}
.section-step-slider .step-nav.active .step-num {
color: #ed6b4a
}
.section-step-slider .step-nav.active .step-nav-text {
color: #050505
}
.section-step-slider .slick-arrow {
background: 0 0;
border: 0;
border-radius: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
position: absolute;
top: 50%;
background-repeat: no-repeat;
background-position: center;
background-color: transparent;
width: 40px;
height: 40px;
font-size: 0
}
.section-step-slider .slick-prev {
left: -20px;
background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='20' transform='matrix(-1 0 0 1 20 20)' fill='transparent'/%3E%3Cpath d='M22.9496 14.8173C23.2801 14.9826 23.4312 15.3341 23.3258 15.6927C23.2871 15.8228 23.2238 15.9142 23.0867 16.0478C22.9848 16.1462 21.916 17.0673 20.7102 18.0974C19.5078 19.1275 18.5234 19.9783 18.5269 19.9923C18.5269 20.0064 19.5008 20.8466 20.6891 21.8626C23.4207 24.1935 23.2906 24.074 23.3574 24.299C23.5473 24.9353 22.8863 25.4908 22.3098 25.1814C22.1023 25.0689 16.8641 20.5759 16.7445 20.4072C16.5195 20.0908 16.5652 19.7181 16.8605 19.4298C16.9519 19.3419 18.2035 18.2662 19.6379 17.0392C21.5926 15.3658 22.2781 14.7997 22.3836 14.7681C22.5945 14.7048 22.7457 14.7189 22.9496 14.8173Z' fill='%23809FB8'/%3E%3C/svg%3E%0A")!important;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: 1
}
.section-step-slider .slick-next {
right: -20px;
background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='transparent'/%3E%3Cpath d='M17.0504 14.8173C16.7199 14.9826 16.5688 15.3341 16.6742 15.6927C16.7129 15.8228 16.7762 15.9142 16.9133 16.0478C17.0152 16.1462 18.084 17.0673 19.2898 18.0974C20.4922 19.1275 21.4766 19.9783 21.4731 19.9923C21.4731 20.0064 20.4992 20.8466 19.3109 21.8626C16.5793 24.1935 16.7094 24.074 16.6426 24.299C16.4527 24.9353 17.1137 25.4908 17.6902 25.1814C17.8977 25.0689 23.1359 20.5759 23.2555 20.4072C23.4805 20.0908 23.4348 19.7181 23.1395 19.4298C23.0481 19.3419 21.7965 18.2662 20.3621 17.0392C18.4074 15.3658 17.7219 14.7997 17.6164 14.7681C17.4055 14.7048 17.2543 14.7189 17.0504 14.8173Z' fill='%23809FB8'/%3E%3C/svg%3E%0A")!important;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: 1
}
.section-text-media {
padding: 20px 0
}
@media (min-width:768px) {
.section-text-media {
padding: 40px 0
}
}
@media (min-width:992px) {
.section-text-media {
padding: 50px 0
}
}
.section-text-media .image-col,.section-text-media .text-col {
width: 100%
}
@media (min-width:768px) {
.section-text-media .image-col,.section-text-media .text-col {
width: 50%
}
.section-text-media .left-hand {
padding-left: 4rem !important;
}
.section-text-media .right-hand {
padding-right: 4rem !important;
}
}
.section-text-media .text-col {
padding: 20px 0
}
.section-text-media .media-left .image-col {
padding: 0 0 20px 0
}
@media (min-width:768px) {
.section-text-media .media-left .image-col {
padding: 0 20px 0 0
}
}
.section-text-media .media-right .image-col {
padding: 0 0 20px 0
}
@media (min-width:768px) {
.section-text-media .media-right .image-col {
padding: 0 0 0 20px
}
}
.section-text-media .image-wrapper.media-lottie {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: relative;
padding-bottom: 75px
}
.section-text-media .image-wrapper.media-lottie.imgpos-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.section-text-media .image-wrapper.media-lottie.imgpos-right .lottie-animation {
left: 0
}
.section-text-media .image-wrapper.media-lottie.imgpos-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.section-text-media .image-wrapper.media-lottie.imgpos-left .lottie-animation {
right: 0
}
.section-text-media .image-wrapper.media-lottie .lottie-animation.has-bgimage {
position: absolute;
bottom: 0
}
.section-text-media .image-wrapper.media-lottie .lottie-animation.has-bgimage.animation-small {
max-width: 275px
}
.section-text-media .image-wrapper.media-lottie .lottie-animation.has-bgimage.animation-large {
max-width: 380px
}
.section-text-media .section-title {
color: #1d1d1d;
font-size: 1.75rem;
line-height: 2rem;
font-weight: 700;
margin-bottom: 20px
}
@media (min-width:992px) {
.section-text-media .section-title {
font-size: 2.5rem;
line-height: 2.8125rem
}
}
.section-text-media .section-text {
color: #2c2c2c;
font-size: 1.125rem;
line-height: 1.625rem;
font-weight: 400
}
.section-text-media .section-text p:last-child {
margin: 0
}
.section-text-media .section-cta {
padding-top: 20px
}
.section-three-col-grid {
padding: 20px 0
}
@media (min-width:768px) {
.section-three-col-grid {
padding: 40px 0
}
}
@media (min-width:992px) {
.section-three-col-grid {
padding: 50px 0
}
}
.section-three-col-grid .section-title {
color: #1d1d1d;
font-size: 1.75rem;
line-height: 2rem;
font-weight: 700;
margin-bottom: 20px
}
@media (min-width:992px) {
.section-three-col-grid .section-title {
font-size: 2.5rem;
line-height: 2.8125rem;
margin-bottom: 60px
}
}
.section-three-col-grid .three-col-item {
padding: 0 15px;
margin-bottom: 30px
}
@media (min-width:768px) {
.section-three-col-grid .three-col-item {
margin-bottom: 0
}
}
.section-three-col-grid .col-box {
max-width: 316px;
height: 100%
}
.section-three-col-grid .col-box .icon {
width: 88.66px;
height: 88.66px;
margin-bottom: 20px
}
@media (min-width:992px) {
.section-three-col-grid .col-box .icon {
margin-bottom: 38px
}
}
.section-three-col-grid .col-index {
font-size: 1.125rem;
line-height: 1.625rem;
font-weight: 700;
color: #ed6b4a;
margin-bottom: 15px
}
.section-three-col-grid h3 {
color: #1d1d1d;
font-size: 1.25rem;
line-height: 1.5rem;
font-weight: 700
}
@media (min-width:992px) {
.section-three-col-grid h3 {
font-size: 1.375rem;
line-height: 1.875rem
}
}
.section-two-col-grid {
padding: 20px 0;
background-color: #f9faff
}
@media (min-width:768px) {
.section-two-col-grid {
padding: 40px 0
}
}
@media (min-width:992px) {
.section-two-col-grid {
padding: 50px 0
}
}
.section-two-col-grid .two-col-item {
padding: 0 15px;
margin-bottom: 30px
}
@media (min-width:768px) {
.section-two-col-grid .two-col-item {
margin-bottom: 0
}
}
.section-two-col-grid .col-box {
background-color: #fff;
border-radius: 10px;
height: 100%;
padding: 25px 20px
}
@media (min-width:992px) {
.section-two-col-grid .col-box {
padding: 45px 50px
}
}
.section-two-col-grid .col-box .icon {
width: 96px;
height: 96px;
margin-bottom: 20px
}
@media (min-width:992px) {
.section-two-col-grid .col-box .icon {
margin-bottom: 38px
}
}
.section-two-col-grid h2 {
color: #1d1d1d;
font-size: 1.75rem;
line-height: 2rem;
font-weight: 700
}
@media (min-width:992px) {
.section-two-col-grid h2 {
font-size: 2.5rem;
line-height: 2.8125rem
}
}
.section-why-crowdology {
padding: 20px 0
}
@media (min-width:768px) {
.section-why-crowdology {
padding: 40px 0
}
}
@media (min-width:992px) {
.section-why-crowdology {
padding: 50px 0
}
}
.section-why-crowdology .container {
padding: 30px 28px 30px 28px;
position: relative;
max-width: 1140px;
background-repeat: no-repeat;
background-position: top center;
background-size: cover
}
@media (min-width:768px) {
.section-why-crowdology .container {
background-size: cover;
padding: 65px 58px 63px 58px
}
}
.section-why-crowdology .container:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.12);
top: 0;
left: 0
}
.section-why-crowdology .swc-box {
width: 100%;
padding: 25px 28px 30px 28px;
border-radius: 10px;
background-color: #fff;
position: relative;
z-index: 1;
max-width: 444px
}
@media (min-width:768px) {
.section-why-crowdology .swc-box {
background-size: cover;
padding: 45px 58px 52px 58px
}
}
.section-why-crowdology .section-title {
color: #1d1d1d;
font-size: 1.75rem;
line-height: 2rem;
font-weight: 700;
margin-bottom: 30px
}
@media (min-width:992px) {
.section-why-crowdology .section-title {
font-size: 2.5rem;
line-height: 2.8125rem
}
}
.section-why-crowdology .section-text {
width: 100%;
margin: 0 auto;
font-size: 1.125rem;
line-height: 1.375rem;
font-weight: 400;
margin-bottom: 30px
}
.section-why-crowdology .section-text ul {
list-style: none;
margin: 0;
padding: 0;
text-indent: 0
}
.section-why-crowdology .section-text ul li {
padding-left: 47.5px;
position: relative;
margin-bottom: 20px
}
.section-why-crowdology .section-text ul li:before {
content: "";
position: absolute;
left: 0;
background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.891' height='16.918' viewBox='0 0 19.891 16.918'%3E%3Cg id='Group_20865' data-name='Group 20865' transform='translate(20.47 1.896) rotate(90)'%3E%3Cline id='Line_12' data-name='Line 12' x2='12.693' y2='10.127' transform='translate(0.212 2.688)' fill='none' stroke='%23ee7a4e' stroke-linecap='round' stroke-width='3'/%3E%3Cline id='Line_13' data-name='Line 13' y1='5.539' x2='4.847' transform='translate(8.059 12.815)' fill='none' stroke='%23ee7a4e' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
width: 12.69px;
height: 15.67px;
background-size: 12.69px 15.67px
}
.section-why-crowdology .section-cta {
text-align: left
}
.bcsep {
}
.button--loading::after {
content: "";
position: absolute;
width: 32px;
height: 32px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
border: 4px solid transparent;
border-top-color: #ffffff;
border-radius: 50%;
animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
from {
transform: rotate(0turn);
}
to {
transform: rotate(1turn);
}
}
.bluebg {
background-color: #f9faff;
}
.sign-ol li{
font-size: 1.125rem;
}